diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index c71c8b9c717b..000000000000 --- a/.browserslistrc +++ /dev/null @@ -1,11 +0,0 @@ -# https://github.com/browserslist/browserslist#readme - ->= 0.5% -last 2 major versions -not dead -Chrome >= 60 -Firefox >= 60 -Firefox ESR -iOS >= 12 -Safari >= 12 -not Explorer <= 11 diff --git a/.cspell.json b/.cspell.json deleted file mode 100644 index 22ca567e94da..000000000000 --- a/.cspell.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "version": "0.1", - "language": "en", - "ignorePaths": [ - "**/node_modules/**", - "**/vscode-extension/**", - "**/.git/**", - ".vscode", - "megalinter", - "package-lock.json", - "report" - ], - "words": [] -} diff --git a/.editorconfig b/.editorconfig index 54e4850b2e88..91fa6689f0b5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,14 +1,694 @@ -# Editor configuration, see http://editorconfig.org -root = true - [*] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true +insert_final_newline = false +max_line_length = 100 +tab_width = 2 +ij_continuation_indent_size = 2 +ij_formatter_off_tag = @formatter:off +ij_formatter_on_tag = @formatter:on +ij_formatter_tags_enabled = true +ij_smart_tabs = false +ij_visual_guides = 100 +ij_wrap_on_typing = false + +[*.css] +ij_continuation_indent_size = 2 +ij_visual_guides = none +ij_css_align_closing_brace_with_properties = false +ij_css_blank_lines_around_nested_selector = 1 +ij_css_blank_lines_between_blocks = 1 +ij_css_brace_placement = end_of_line +ij_css_enforce_quotes_on_format = false +ij_css_hex_color_long_format = false +ij_css_hex_color_lower_case = false +ij_css_hex_color_short_format = false +ij_css_hex_color_upper_case = false +ij_css_keep_blank_lines_in_code = 2 +ij_css_keep_indents_on_empty_lines = false +ij_css_keep_single_line_blocks = false +ij_css_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow +ij_css_space_after_colon = true +ij_css_space_before_opening_brace = true +ij_css_use_double_quotes = true +ij_css_value_alignment = do_not_align + +[*.ejs] +ij_visual_guides = none + +[*.feature] +tab_width = 4 +ij_visual_guides = none +ij_gherkin_keep_indents_on_empty_lines = false + +[*.haml] +tab_width = 4 +ij_visual_guides = none +ij_haml_keep_indents_on_empty_lines = false + +[*.less] +tab_width = 4 +ij_visual_guides = none +ij_less_align_closing_brace_with_properties = false +ij_less_blank_lines_around_nested_selector = 1 +ij_less_blank_lines_between_blocks = 1 +ij_less_brace_placement = 0 +ij_less_enforce_quotes_on_format = false +ij_less_hex_color_long_format = false +ij_less_hex_color_lower_case = false +ij_less_hex_color_short_format = false +ij_less_hex_color_upper_case = false +ij_less_keep_blank_lines_in_code = 2 +ij_less_keep_indents_on_empty_lines = false +ij_less_keep_single_line_blocks = false +ij_less_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow +ij_less_space_after_colon = true +ij_less_space_before_opening_brace = true +ij_less_use_double_quotes = true +ij_less_value_alignment = 0 + +[*.sass] +tab_width = 4 +ij_visual_guides = none +ij_sass_align_closing_brace_with_properties = false +ij_sass_blank_lines_around_nested_selector = 1 +ij_sass_blank_lines_between_blocks = 1 +ij_sass_brace_placement = 0 +ij_sass_enforce_quotes_on_format = false +ij_sass_hex_color_long_format = false +ij_sass_hex_color_lower_case = false +ij_sass_hex_color_short_format = false +ij_sass_hex_color_upper_case = false +ij_sass_keep_blank_lines_in_code = 2 +ij_sass_keep_indents_on_empty_lines = false +ij_sass_keep_single_line_blocks = false +ij_sass_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow +ij_sass_space_after_colon = true +ij_sass_space_before_opening_brace = true +ij_sass_use_double_quotes = true +ij_sass_value_alignment = 0 + +[*.scss] +tab_width = 4 +ij_visual_guides = none +ij_scss_align_closing_brace_with_properties = false +ij_scss_blank_lines_around_nested_selector = 1 +ij_scss_blank_lines_between_blocks = 1 +ij_scss_brace_placement = 0 +ij_scss_enforce_quotes_on_format = false +ij_scss_hex_color_long_format = false +ij_scss_hex_color_lower_case = false +ij_scss_hex_color_short_format = false +ij_scss_hex_color_upper_case = false +ij_scss_keep_blank_lines_in_code = 2 +ij_scss_keep_indents_on_empty_lines = false +ij_scss_keep_single_line_blocks = false +ij_scss_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow +ij_scss_space_after_colon = true +ij_scss_space_before_opening_brace = true +ij_scss_use_double_quotes = true +ij_scss_value_alignment = 0 + +[*.styl] +tab_width = 4 +ij_visual_guides = none +ij_stylus_align_closing_brace_with_properties = false +ij_stylus_blank_lines_around_nested_selector = 1 +ij_stylus_blank_lines_between_blocks = 1 +ij_stylus_brace_placement = 0 +ij_stylus_enforce_quotes_on_format = false +ij_stylus_hex_color_long_format = false +ij_stylus_hex_color_lower_case = false +ij_stylus_hex_color_short_format = false +ij_stylus_hex_color_upper_case = false +ij_stylus_keep_blank_lines_in_code = 2 +ij_stylus_keep_indents_on_empty_lines = false +ij_stylus_keep_single_line_blocks = false +ij_stylus_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow +ij_stylus_space_after_colon = true +ij_stylus_space_before_opening_brace = true +ij_stylus_use_double_quotes = true +ij_stylus_value_alignment = 0 + +[*.vue] +ij_continuation_indent_size = 4 +ij_visual_guides = none +ij_vue_indent_children_of_top_level = template +ij_vue_interpolation_new_line_after_start_delimiter = true +ij_vue_interpolation_new_line_before_end_delimiter = true +ij_vue_interpolation_wrap = off +ij_vue_keep_indents_on_empty_lines = false +ij_vue_spaces_within_interpolation_expressions = true +ij_vue_uniform_indent = true + +[.editorconfig] +ij_visual_guides = none +ij_editorconfig_align_group_field_declarations = false +ij_editorconfig_space_after_colon = false +ij_editorconfig_space_after_comma = true +ij_editorconfig_space_before_colon = false +ij_editorconfig_space_before_comma = false +ij_editorconfig_spaces_around_assignment_operators = true + +[{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.rng,*.tld,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul}] +indent_size = 4 +tab_width = 4 +ij_visual_guides = none +ij_xml_align_attributes = true +ij_xml_align_text = false +ij_xml_attribute_wrap = normal +ij_xml_block_comment_at_first_column = true +ij_xml_keep_blank_lines = 2 +ij_xml_keep_indents_on_empty_lines = false +ij_xml_keep_line_breaks = true +ij_xml_keep_line_breaks_in_text = true +ij_xml_keep_whitespaces = false +ij_xml_keep_whitespaces_around_cdata = preserve +ij_xml_keep_whitespaces_inside_cdata = false +ij_xml_line_comment_at_first_column = true +ij_xml_space_after_tag_name = false +ij_xml_space_around_equals_in_attribute = false +ij_xml_space_inside_empty_tag = false +ij_xml_text_wrap = normal + +[{*.ats,*.ts,*.tsx}] +ij_continuation_indent_size = 2 +ij_visual_guides = none +ij_typescript_align_imports = false +ij_typescript_align_multiline_array_initializer_expression = false +ij_typescript_align_multiline_binary_operation = false +ij_typescript_align_multiline_chained_methods = false +ij_typescript_align_multiline_extends_list = false +ij_typescript_align_multiline_for = false +ij_typescript_align_multiline_parameters = false +ij_typescript_align_multiline_parameters_in_calls = false +ij_typescript_align_multiline_ternary_operation = false +ij_typescript_align_object_properties = 0 +ij_typescript_align_union_types = false +ij_typescript_align_var_statements = 0 +ij_typescript_array_initializer_new_line_after_left_brace = true +ij_typescript_array_initializer_right_brace_on_new_line = true +ij_typescript_array_initializer_wrap = on_every_item +ij_typescript_assignment_wrap = on_every_item +ij_typescript_binary_operation_sign_on_next_line = true +ij_typescript_binary_operation_wrap = on_every_item +ij_typescript_blacklist_imports = rxjs/Rx,node_modules/**,**/node_modules/**,@angular/material,@angular/material/typings/** +ij_typescript_blank_lines_after_imports = 1 +ij_typescript_blank_lines_around_class = 1 +ij_typescript_blank_lines_around_field = 0 +ij_typescript_blank_lines_around_field_in_interface = 0 +ij_typescript_blank_lines_around_function = 1 +ij_typescript_blank_lines_around_method = 1 +ij_typescript_blank_lines_around_method_in_interface = 1 +ij_typescript_block_brace_style = end_of_line +ij_typescript_call_parameters_new_line_after_left_paren = false +ij_typescript_call_parameters_right_paren_on_new_line = false +ij_typescript_call_parameters_wrap = on_every_item +ij_typescript_catch_on_new_line = false +ij_typescript_chained_call_dot_on_new_line = true +ij_typescript_class_brace_style = end_of_line +ij_typescript_comma_on_new_line = false +ij_typescript_do_while_brace_force = always +ij_typescript_else_on_new_line = false +ij_typescript_enforce_trailing_comma = remove +ij_typescript_extends_keyword_wrap = off +ij_typescript_extends_list_wrap = off +ij_typescript_field_prefix = _ +ij_typescript_file_name_style = relaxed +ij_typescript_finally_on_new_line = false +ij_typescript_for_brace_force = always +ij_typescript_for_statement_new_line_after_left_paren = false +ij_typescript_for_statement_right_paren_on_new_line = false +ij_typescript_for_statement_wrap = off +ij_typescript_force_quote_style = true +ij_typescript_force_semicolon_style = true +ij_typescript_function_expression_brace_style = end_of_line +ij_typescript_if_brace_force = always +ij_typescript_import_merge_members = global +ij_typescript_import_prefer_absolute_path = global +ij_typescript_import_sort_members = true +ij_typescript_import_sort_module_name = false +ij_typescript_import_use_node_resolution = true +ij_typescript_imports_wrap = on_every_item +ij_typescript_indent_case_from_switch = true +ij_typescript_indent_chained_calls = true +ij_typescript_indent_package_children = 0 +ij_typescript_jsdoc_include_types = false +ij_typescript_jsx_attribute_value = braces +ij_typescript_keep_blank_lines_in_code = 1 +ij_typescript_keep_first_column_comment = true +ij_typescript_keep_indents_on_empty_lines = false +ij_typescript_keep_line_breaks = true +ij_typescript_keep_simple_blocks_in_one_line = true +ij_typescript_keep_simple_methods_in_one_line = true +ij_typescript_line_comment_add_space = true +ij_typescript_line_comment_at_first_column = false +ij_typescript_method_brace_style = end_of_line +ij_typescript_method_call_chain_wrap = on_every_item +ij_typescript_method_parameters_new_line_after_left_paren = false +ij_typescript_method_parameters_right_paren_on_new_line = false +ij_typescript_method_parameters_wrap = on_every_item +ij_typescript_object_literal_wrap = on_every_item +ij_typescript_parentheses_expression_new_line_after_left_paren = false +ij_typescript_parentheses_expression_right_paren_on_new_line = false +ij_typescript_place_assignment_sign_on_next_line = false +ij_typescript_prefer_as_type_cast = false +ij_typescript_prefer_explicit_types_function_expression_returns = false +ij_typescript_prefer_explicit_types_function_returns = false +ij_typescript_prefer_explicit_types_vars_fields = false +ij_typescript_prefer_parameters_wrap = false +ij_typescript_reformat_c_style_comments = true +ij_typescript_space_after_colon = true +ij_typescript_space_after_comma = true +ij_typescript_space_after_dots_in_rest_parameter = false +ij_typescript_space_after_generator_mult = true +ij_typescript_space_after_property_colon = true +ij_typescript_space_after_quest = true +ij_typescript_space_after_type_colon = true +ij_typescript_space_after_unary_not = false +ij_typescript_space_before_async_arrow_lparen = true +ij_typescript_space_before_catch_keyword = true +ij_typescript_space_before_catch_left_brace = true +ij_typescript_space_before_catch_parentheses = true +ij_typescript_space_before_class_lbrace = true +ij_typescript_space_before_class_left_brace = true +ij_typescript_space_before_colon = true +ij_typescript_space_before_comma = false +ij_typescript_space_before_do_left_brace = true +ij_typescript_space_before_else_keyword = true +ij_typescript_space_before_else_left_brace = true +ij_typescript_space_before_finally_keyword = true +ij_typescript_space_before_finally_left_brace = true +ij_typescript_space_before_for_left_brace = true +ij_typescript_space_before_for_parentheses = true +ij_typescript_space_before_for_semicolon = false +ij_typescript_space_before_function_left_parenth = true +ij_typescript_space_before_generator_mult = false +ij_typescript_space_before_if_left_brace = true +ij_typescript_space_before_if_parentheses = true +ij_typescript_space_before_method_call_parentheses = false +ij_typescript_space_before_method_left_brace = true +ij_typescript_space_before_method_parentheses = false +ij_typescript_space_before_property_colon = false +ij_typescript_space_before_quest = true +ij_typescript_space_before_switch_left_brace = true +ij_typescript_space_before_switch_parentheses = true +ij_typescript_space_before_try_left_brace = true +ij_typescript_space_before_type_colon = false +ij_typescript_space_before_unary_not = false +ij_typescript_space_before_while_keyword = true +ij_typescript_space_before_while_left_brace = true +ij_typescript_space_before_while_parentheses = true +ij_typescript_spaces_around_additive_operators = true +ij_typescript_spaces_around_arrow_function_operator = true +ij_typescript_spaces_around_assignment_operators = true +ij_typescript_spaces_around_bitwise_operators = true +ij_typescript_spaces_around_equality_operators = true +ij_typescript_spaces_around_logical_operators = true +ij_typescript_spaces_around_multiplicative_operators = true +ij_typescript_spaces_around_relational_operators = true +ij_typescript_spaces_around_shift_operators = true +ij_typescript_spaces_around_unary_operator = false +ij_typescript_spaces_within_array_initializer_brackets = false +ij_typescript_spaces_within_brackets = false +ij_typescript_spaces_within_catch_parentheses = false +ij_typescript_spaces_within_for_parentheses = false +ij_typescript_spaces_within_if_parentheses = false +ij_typescript_spaces_within_imports = true +ij_typescript_spaces_within_interpolation_expressions = false +ij_typescript_spaces_within_method_call_parentheses = false +ij_typescript_spaces_within_method_parentheses = false +ij_typescript_spaces_within_object_literal_braces = true +ij_typescript_spaces_within_object_type_braces = true +ij_typescript_spaces_within_parentheses = false +ij_typescript_spaces_within_switch_parentheses = false +ij_typescript_spaces_within_type_assertion = false +ij_typescript_spaces_within_union_types = true +ij_typescript_spaces_within_while_parentheses = false +ij_typescript_special_else_if_treatment = true +ij_typescript_ternary_operation_signs_on_next_line = true +ij_typescript_ternary_operation_wrap = on_every_item +ij_typescript_union_types_wrap = on_every_item +ij_typescript_use_chained_calls_group_indents = false +ij_typescript_use_double_quotes = false +ij_typescript_use_explicit_js_extension = global +ij_typescript_use_path_mapping = always +ij_typescript_use_public_modifier = false +ij_typescript_use_semicolon_after_statement = true +ij_typescript_var_declaration_wrap = on_every_item +ij_typescript_while_brace_force = always +ij_typescript_while_on_new_line = false +ij_typescript_wrap_comments = false + +[{*.bash,*.sh,*.zsh}] +ij_visual_guides = none +ij_shell_binary_ops_start_line = false +ij_shell_keep_column_alignment_padding = false +ij_shell_minify_program = false +ij_shell_redirect_followed_by_space = false +ij_shell_switch_cases_indented = false + +[{*.cjs,*.js,*.mjs}] +ij_continuation_indent_size = 2 +ij_visual_guides = none +ij_javascript_align_imports = false +ij_javascript_align_multiline_array_initializer_expression = false +ij_javascript_align_multiline_binary_operation = false +ij_javascript_align_multiline_chained_methods = false +ij_javascript_align_multiline_extends_list = false +ij_javascript_align_multiline_for = false +ij_javascript_align_multiline_parameters = false +ij_javascript_align_multiline_parameters_in_calls = false +ij_javascript_align_multiline_ternary_operation = false +ij_javascript_align_object_properties = 0 +ij_javascript_align_union_types = false +ij_javascript_align_var_statements = 0 +ij_javascript_array_initializer_new_line_after_left_brace = true +ij_javascript_array_initializer_right_brace_on_new_line = true +ij_javascript_array_initializer_wrap = on_every_item +ij_javascript_assignment_wrap = on_every_item +ij_javascript_binary_operation_sign_on_next_line = true +ij_javascript_binary_operation_wrap = on_every_item +ij_javascript_blacklist_imports = rxjs/Rx,node_modules/**,**/node_modules/**,@angular/material,@angular/material/typings/** +ij_javascript_blank_lines_after_imports = 1 +ij_javascript_blank_lines_around_class = 1 +ij_javascript_blank_lines_around_field = 0 +ij_javascript_blank_lines_around_function = 1 +ij_javascript_blank_lines_around_method = 1 +ij_javascript_block_brace_style = end_of_line +ij_javascript_call_parameters_new_line_after_left_paren = false +ij_javascript_call_parameters_right_paren_on_new_line = false +ij_javascript_call_parameters_wrap = on_every_item +ij_javascript_catch_on_new_line = false +ij_javascript_chained_call_dot_on_new_line = true +ij_javascript_class_brace_style = end_of_line +ij_javascript_comma_on_new_line = false +ij_javascript_do_while_brace_force = always +ij_javascript_else_on_new_line = false +ij_javascript_enforce_trailing_comma = remove +ij_javascript_extends_keyword_wrap = off +ij_javascript_extends_list_wrap = off +ij_javascript_field_prefix = _ +ij_javascript_file_name_style = relaxed +ij_javascript_finally_on_new_line = false +ij_javascript_for_brace_force = always +ij_javascript_for_statement_new_line_after_left_paren = false +ij_javascript_for_statement_right_paren_on_new_line = false +ij_javascript_for_statement_wrap = off +ij_javascript_force_quote_style = true +ij_javascript_force_semicolon_style = true +ij_javascript_function_expression_brace_style = end_of_line +ij_javascript_if_brace_force = always +ij_javascript_import_merge_members = global +ij_javascript_import_prefer_absolute_path = global +ij_javascript_import_sort_members = true +ij_javascript_import_sort_module_name = false +ij_javascript_import_use_node_resolution = true +ij_javascript_imports_wrap = on_every_item +ij_javascript_indent_case_from_switch = true +ij_javascript_indent_chained_calls = true +ij_javascript_indent_package_children = 0 +ij_javascript_jsx_attribute_value = braces +ij_javascript_keep_blank_lines_in_code = 1 +ij_javascript_keep_first_column_comment = true +ij_javascript_keep_indents_on_empty_lines = false +ij_javascript_keep_line_breaks = true +ij_javascript_keep_simple_blocks_in_one_line = true +ij_javascript_keep_simple_methods_in_one_line = true +ij_javascript_line_comment_add_space = true +ij_javascript_line_comment_at_first_column = false +ij_javascript_method_brace_style = end_of_line +ij_javascript_method_call_chain_wrap = on_every_item +ij_javascript_method_parameters_new_line_after_left_paren = false +ij_javascript_method_parameters_right_paren_on_new_line = false +ij_javascript_method_parameters_wrap = on_every_item +ij_javascript_object_literal_wrap = on_every_item +ij_javascript_parentheses_expression_new_line_after_left_paren = false +ij_javascript_parentheses_expression_right_paren_on_new_line = false +ij_javascript_place_assignment_sign_on_next_line = false +ij_javascript_prefer_as_type_cast = false +ij_javascript_prefer_explicit_types_function_expression_returns = false +ij_javascript_prefer_explicit_types_function_returns = false +ij_javascript_prefer_explicit_types_vars_fields = false +ij_javascript_prefer_parameters_wrap = false +ij_javascript_reformat_c_style_comments = true +ij_javascript_space_after_colon = true +ij_javascript_space_after_comma = true +ij_javascript_space_after_dots_in_rest_parameter = false +ij_javascript_space_after_generator_mult = true +ij_javascript_space_after_property_colon = true +ij_javascript_space_after_quest = true +ij_javascript_space_after_type_colon = true +ij_javascript_space_after_unary_not = false +ij_javascript_space_before_async_arrow_lparen = true +ij_javascript_space_before_catch_keyword = true +ij_javascript_space_before_catch_left_brace = true +ij_javascript_space_before_catch_parentheses = true +ij_javascript_space_before_class_lbrace = true +ij_javascript_space_before_class_left_brace = true +ij_javascript_space_before_colon = true +ij_javascript_space_before_comma = false +ij_javascript_space_before_do_left_brace = true +ij_javascript_space_before_else_keyword = true +ij_javascript_space_before_else_left_brace = true +ij_javascript_space_before_finally_keyword = true +ij_javascript_space_before_finally_left_brace = true +ij_javascript_space_before_for_left_brace = true +ij_javascript_space_before_for_parentheses = true +ij_javascript_space_before_for_semicolon = false +ij_javascript_space_before_function_left_parenth = true +ij_javascript_space_before_generator_mult = false +ij_javascript_space_before_if_left_brace = true +ij_javascript_space_before_if_parentheses = true +ij_javascript_space_before_method_call_parentheses = false +ij_javascript_space_before_method_left_brace = true +ij_javascript_space_before_method_parentheses = false +ij_javascript_space_before_property_colon = false +ij_javascript_space_before_quest = true +ij_javascript_space_before_switch_left_brace = true +ij_javascript_space_before_switch_parentheses = true +ij_javascript_space_before_try_left_brace = true +ij_javascript_space_before_type_colon = false +ij_javascript_space_before_unary_not = false +ij_javascript_space_before_while_keyword = true +ij_javascript_space_before_while_left_brace = true +ij_javascript_space_before_while_parentheses = true +ij_javascript_spaces_around_additive_operators = true +ij_javascript_spaces_around_arrow_function_operator = true +ij_javascript_spaces_around_assignment_operators = true +ij_javascript_spaces_around_bitwise_operators = true +ij_javascript_spaces_around_equality_operators = true +ij_javascript_spaces_around_logical_operators = true +ij_javascript_spaces_around_multiplicative_operators = true +ij_javascript_spaces_around_relational_operators = true +ij_javascript_spaces_around_shift_operators = true +ij_javascript_spaces_around_unary_operator = false +ij_javascript_spaces_within_array_initializer_brackets = false +ij_javascript_spaces_within_brackets = false +ij_javascript_spaces_within_catch_parentheses = false +ij_javascript_spaces_within_for_parentheses = false +ij_javascript_spaces_within_if_parentheses = false +ij_javascript_spaces_within_imports = true +ij_javascript_spaces_within_interpolation_expressions = false +ij_javascript_spaces_within_method_call_parentheses = false +ij_javascript_spaces_within_method_parentheses = false +ij_javascript_spaces_within_object_literal_braces = true +ij_javascript_spaces_within_object_type_braces = true +ij_javascript_spaces_within_parentheses = false +ij_javascript_spaces_within_switch_parentheses = false +ij_javascript_spaces_within_type_assertion = false +ij_javascript_spaces_within_union_types = true +ij_javascript_spaces_within_while_parentheses = false +ij_javascript_special_else_if_treatment = true +ij_javascript_ternary_operation_signs_on_next_line = true +ij_javascript_ternary_operation_wrap = on_every_item +ij_javascript_union_types_wrap = on_every_item +ij_javascript_use_chained_calls_group_indents = false +ij_javascript_use_double_quotes = false +ij_javascript_use_explicit_js_extension = global +ij_javascript_use_path_mapping = always +ij_javascript_use_public_modifier = false +ij_javascript_use_semicolon_after_statement = true +ij_javascript_var_declaration_wrap = on_every_item +ij_javascript_while_brace_force = always +ij_javascript_while_on_new_line = false +ij_javascript_wrap_comments = false + +[{*.cjsx,*.coffee}] +ij_continuation_indent_size = 2 +ij_visual_guides = none +ij_coffeescript_align_function_body = false +ij_coffeescript_align_imports = false +ij_coffeescript_align_multiline_array_initializer_expression = true +ij_coffeescript_align_multiline_parameters = true +ij_coffeescript_align_multiline_parameters_in_calls = false +ij_coffeescript_align_object_properties = 0 +ij_coffeescript_align_union_types = false +ij_coffeescript_align_var_statements = 0 +ij_coffeescript_array_initializer_new_line_after_left_brace = false +ij_coffeescript_array_initializer_right_brace_on_new_line = false +ij_coffeescript_array_initializer_wrap = normal +ij_coffeescript_blacklist_imports = rxjs/Rx,node_modules/**,**/node_modules/**,@angular/material,@angular/material/typings/** +ij_coffeescript_blank_lines_around_function = 1 +ij_coffeescript_call_parameters_new_line_after_left_paren = false +ij_coffeescript_call_parameters_right_paren_on_new_line = false +ij_coffeescript_call_parameters_wrap = normal +ij_coffeescript_chained_call_dot_on_new_line = true +ij_coffeescript_comma_on_new_line = false +ij_coffeescript_enforce_trailing_comma = keep +ij_coffeescript_field_prefix = _ +ij_coffeescript_file_name_style = relaxed +ij_coffeescript_force_quote_style = false +ij_coffeescript_force_semicolon_style = false +ij_coffeescript_function_expression_brace_style = end_of_line +ij_coffeescript_import_merge_members = global +ij_coffeescript_import_prefer_absolute_path = global +ij_coffeescript_import_sort_members = true +ij_coffeescript_import_sort_module_name = false +ij_coffeescript_import_use_node_resolution = true +ij_coffeescript_imports_wrap = on_every_item +ij_coffeescript_indent_chained_calls = true +ij_coffeescript_indent_package_children = 0 +ij_coffeescript_jsx_attribute_value = braces +ij_coffeescript_keep_blank_lines_in_code = 2 +ij_coffeescript_keep_first_column_comment = true +ij_coffeescript_keep_indents_on_empty_lines = false +ij_coffeescript_keep_line_breaks = true +ij_coffeescript_keep_simple_methods_in_one_line = false +ij_coffeescript_method_parameters_new_line_after_left_paren = false +ij_coffeescript_method_parameters_right_paren_on_new_line = false +ij_coffeescript_method_parameters_wrap = off +ij_coffeescript_object_literal_wrap = on_every_item +ij_coffeescript_prefer_as_type_cast = false +ij_coffeescript_prefer_explicit_types_function_expression_returns = false +ij_coffeescript_prefer_explicit_types_function_returns = false +ij_coffeescript_prefer_explicit_types_vars_fields = false +ij_coffeescript_reformat_c_style_comments = false +ij_coffeescript_space_after_comma = true +ij_coffeescript_space_after_dots_in_rest_parameter = false +ij_coffeescript_space_after_generator_mult = true +ij_coffeescript_space_after_property_colon = true +ij_coffeescript_space_after_type_colon = true +ij_coffeescript_space_after_unary_not = false +ij_coffeescript_space_before_async_arrow_lparen = true +ij_coffeescript_space_before_class_lbrace = true +ij_coffeescript_space_before_comma = false +ij_coffeescript_space_before_function_left_parenth = true +ij_coffeescript_space_before_generator_mult = false +ij_coffeescript_space_before_property_colon = false +ij_coffeescript_space_before_type_colon = false +ij_coffeescript_space_before_unary_not = false +ij_coffeescript_spaces_around_additive_operators = true +ij_coffeescript_spaces_around_arrow_function_operator = true +ij_coffeescript_spaces_around_assignment_operators = true +ij_coffeescript_spaces_around_bitwise_operators = true +ij_coffeescript_spaces_around_equality_operators = true +ij_coffeescript_spaces_around_logical_operators = true +ij_coffeescript_spaces_around_multiplicative_operators = true +ij_coffeescript_spaces_around_relational_operators = true +ij_coffeescript_spaces_around_shift_operators = true +ij_coffeescript_spaces_around_unary_operator = false +ij_coffeescript_spaces_within_array_initializer_braces = false +ij_coffeescript_spaces_within_array_initializer_brackets = false +ij_coffeescript_spaces_within_imports = false +ij_coffeescript_spaces_within_index_brackets = false +ij_coffeescript_spaces_within_interpolation_expressions = false +ij_coffeescript_spaces_within_method_call_parentheses = false +ij_coffeescript_spaces_within_method_parentheses = false +ij_coffeescript_spaces_within_object_braces = false +ij_coffeescript_spaces_within_object_literal_braces = false +ij_coffeescript_spaces_within_object_type_braces = true +ij_coffeescript_spaces_within_range_brackets = false +ij_coffeescript_spaces_within_type_assertion = false +ij_coffeescript_spaces_within_union_types = true +ij_coffeescript_union_types_wrap = on_every_item +ij_coffeescript_use_chained_calls_group_indents = false +ij_coffeescript_use_double_quotes = true +ij_coffeescript_use_explicit_js_extension = global +ij_coffeescript_use_path_mapping = always +ij_coffeescript_use_public_modifier = false +ij_coffeescript_use_semicolon_after_statement = false +ij_coffeescript_var_declaration_wrap = normal + +[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}] +tab_width = 4 +ij_visual_guides = none +ij_json_keep_blank_lines_in_code = 0 +ij_json_keep_indents_on_empty_lines = false +ij_json_keep_line_breaks = true +ij_json_space_after_colon = true +ij_json_space_after_comma = true +ij_json_space_before_colon = true +ij_json_space_before_comma = false +ij_json_spaces_within_braces = false +ij_json_spaces_within_brackets = false +ij_json_wrap_long_lines = false + +[{*.htm,*.html,*.ng,*.sht,*.shtm,*.shtml}] +indent_size = 2 +tab_width = 2 +ij_continuation_indent_size = 2 +ij_visual_guides = none +ij_html_add_new_line_before_tags = body,div,p,form,h1,h2,h3 +ij_html_align_attributes = true +ij_html_align_text = false +ij_html_attribute_wrap = on_every_item +ij_html_block_comment_at_first_column = true +ij_html_do_not_align_children_of_min_lines = 0 +ij_html_do_not_break_if_inline_tags = title,h1,h2,h3,h4,h5,h6,p +ij_html_do_not_indent_children_of_tags = +ij_html_enforce_quotes = false +ij_html_inline_tags = a,abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var +ij_html_keep_blank_lines = 1 +ij_html_keep_indents_on_empty_lines = false +ij_html_keep_line_breaks = true +ij_html_keep_line_breaks_in_text = true +ij_html_keep_whitespaces = false +ij_html_keep_whitespaces_inside = span,pre,textarea +ij_html_line_comment_at_first_column = true +ij_html_new_line_after_last_attribute = when multiline +ij_html_new_line_before_first_attribute = when multiline +ij_html_quote_style = double +ij_html_remove_new_line_before_tags = br +ij_html_space_after_tag_name = false +ij_html_space_around_equality_in_attribute = false +ij_html_space_inside_empty_tag = false +ij_html_text_wrap = off +ij_html_uniform_ident = false + +[{*.jade,*.pug}] +indent_size = 4 +tab_width = 4 +ij_visual_guides = none + +[{*.markdown,*.md}] +indent_size = 2 +tab_width = 2 +ij_continuation_indent_size = 2 +ij_visual_guides = none +ij_markdown_force_one_space_after_blockquote_symbol = true +ij_markdown_force_one_space_after_header_symbol = true +ij_markdown_force_one_space_after_list_bullet = true +ij_markdown_force_one_space_between_words = true +ij_markdown_keep_indents_on_empty_lines = false +ij_markdown_max_lines_around_block_elements = 1 +ij_markdown_max_lines_around_header = 1 +ij_markdown_max_lines_between_paragraphs = 1 +ij_markdown_min_lines_around_block_elements = 1 +ij_markdown_min_lines_around_header = 1 +ij_markdown_min_lines_between_paragraphs = 1 -[*.md] -max_line_length = off -trim_trailing_whitespace = false +[{*.yaml,*.yml}] +ij_visual_guides = none +ij_yaml_align_values_properties = do_not_align +ij_yaml_autoinsert_sequence_marker = true +ij_yaml_block_mapping_on_new_line = false +ij_yaml_indent_sequence_value = true +ij_yaml_keep_indents_on_empty_lines = false +ij_yaml_keep_line_breaks = true +ij_yaml_sequence_on_new_line = false +ij_yaml_space_before_colon = false +ij_yaml_spaces_within_braces = true +ij_yaml_spaces_within_brackets = true diff --git a/.env b/.env deleted file mode 100644 index b30889fdb059..000000000000 --- a/.env +++ /dev/null @@ -1,5 +0,0 @@ -PORT=3000 -CHOKIDAR_USEPOLLING=true -BROWSER=none -GENERATE_SOURCEMAP=false -WDS_SOCKET_PORT=3000 diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 1b849791174c..1c07c9e29e00 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -15,15 +15,6 @@ module.exports = { react: { version: 'detect', }, - 'import/resolver': { - // added for `import {component} from 'src/component' style imports` - 'eslint-import-resolver-custom-alias': { - alias: { - src: './src', - }, - extensions: ['.js', '.jsx', '.json'], - }, - }, }, extends: [ 'eslint:recommended', diff --git a/.eslintrc.json b/.eslintrc.json new file mode 100644 index 000000000000..30e559eb2fc3 --- /dev/null +++ b/.eslintrc.json @@ -0,0 +1,17 @@ +{ + "extends": "next/core-web-vitals", + "rules": { + "@next/next/no-img-element": "off", + "@next/next/no-page-custom-font": "off", + "jsx-a11y/alt-text": "off", + "react/display-name": "off", + "react/no-children-prop": "off", + "react/no-unescaped-entities": "off", + "react/jsx-max-props-per-line": [ + 0, + { + "maximum": 10 + } + ] + } +} diff --git a/.gitattributes b/.gitattributes index 205021e49dd1..fbd75d33c401 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -# Enforce Unix newlines -* text=auto eol=lf +* text=lf \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/CLA.yml b/.github/ISSUE_TEMPLATE/CLA.yml deleted file mode 100644 index c2180bb38d05..000000000000 --- a/.github/ISSUE_TEMPLATE/CLA.yml +++ /dev/null @@ -1,54 +0,0 @@ -name: CLA - Contributor License Agreement -description: Sign the CLA for CIPP and CIPP-API -labels: [CLA] - -body: -- type: markdown - attributes: - value: > - CONTRIBUTOR LICENSE AGREEMENT ("Agreement") - - Version 1.0 - - 1. Definitions - - "Contribution" means any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to Kelvin Tegelaar for inclusion in, or documentation of, any of the products owned or managed by Kelvin Tegelaar (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to Kelvin Tegelaar or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, Kelvin Tegelaar for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution." - - "You" (or "Your") means the copyright owner or legal entity authorized by the copyright owner that is making this Agreement with Kelvin Tegelaar. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single contributor. This Agreement applies both to future Contributions and Contributions made prior to the date of this Agreement. - - 2. Grant of Copyright License - - Subject to the terms and conditions of this Agreement, You hereby grant to Kelvin Tegelaar and to recipients of software distributed by Kelvin Tegelaar a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works for the purpose of dual licensing the application. - - 3. Grant of Patent License - - You grant Kelvin Tegelaar, and those who receive the Contribution directly or indirectly from Kelvin Tegelaar, a perpetual, worldwide, non-exclusive, royalty-free, irrevocable license under Your patent claims that are necessarily infringed by the Contribution or the combination of the Contribution with the Project to which it was submitted, to make, have made, use, offer to sell, sell, import, and otherwise dispose of the Contribution alone or with the Project. - - 4. Other Rights Reserved - - Each party reserves all rights not expressly granted in this Agreement. No additional licenses or rights whatsoever (including, without limitation, any implied licenses) are granted by implication, exhaustion, estoppel, or otherwise. - - You are not expected to provide support for your Contributions, except to the extent you desire to provide - support. You may provide support for free, for a fee, or not at all. Unless required by applicable law or agreed to in - writing, you provide your Contributions on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF - ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES - OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A - PARTICULAR PURPOSE. - - 5. Representations - - You represent that you are legally entitled to grant the above licenses. If your employer(s) has rights to intellectual property that you create, you represent that you have received permission to make Contributions on behalf of that employer, or that your employer has waived such rights for your Contributions to Kelvin Tegelaar. - - You represent that each of Your Contributions is Your original creation. You represent that Your Contribution submissions include complete details of any third-party license or other restriction (including, but not limited to, related patents and trademarks) of which you are personally aware and which are associated with any part of Your Contributions. - - 6. Project Sale - - In the event that the Project is sold or otherwise transferred in ownership in its entirety to a third party, a sum equivalent to fifteen percent (15%) of the total sale price or value of the consideration received shall be set aside. This sum shall be divided amongst all Contributors who have entered into this Agreement, with each Contributor receiving a portion proportional to the relative quantity and significance of their Contributions to the Project, as determined by Kelvin Tegelaar. The method and timeframe of the distribution shall be at the discretion of Kelvin Tegelaar and shall be communicated - -- type: textarea - attributes: - label: Description - description: > - Type "I Agree" in the text area. - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 1e0e6afd8faa..db613f4551c2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,42 +1,92 @@ -name: 🐞 Bug report -description: Report errors or unexpected behaviors for CIPP and CIPP-API -labels: [unconfirmed-by-user , bug] +name: "🐞 Bug report" +description: "Report errors or unexpected behaviors for CIPP and CIPP-API" +title: "[Bug]: " +labels: + - "unconfirmed-by-user" + - "bug" body: -- type: markdown - attributes: - value: > - Thanks for reporting. - - - Make sure you are able to reproduce this issue on the latest released version of CIPP & CIPP-API. - - - Please search the existing issues to see if there has been a similar issue filed - - - This is not the location for support. Issues that request support or are not a bug will be closed. -- type: textarea - attributes: - label: Description - description: > - Please describe the issue and expected result. You can include a screenshot by pasting it. Issues with a description that is too short or does not explain each step in detail will be closed. - - Example: - - 1.) go to Settings - 2.) Click on a tenant in access check - 3.) Click on the green pixel in the bottom right corner - 4.) A bug appears. - validations: - required: true -- type: textarea - attributes: - label: Environment data - description: > - Please let us know your environment information. This must follow this format or the ticket will be closed: - Sponsored / Non-sponsored instance - Front end version number: - Back end version number: - Tried Tenant Cache Clear: true/false - Tried Token Cache Clear: true/false - render: PowerShell - validations: - required: true + - type: markdown + attributes: + value: | + **Thank you for taking the time to report a potential bug for CIPP and CIPP-API!** + + Please follow the instructions below and provide as much detail as possible to help us understand and reproduce the issue. + + - type: checkboxes + id: confirmations + attributes: + label: "Required confirmations before submitting" + description: "Please check all boxes that apply." + options: + - label: "**I can reproduce this issue on the latest released versions** of both CIPP and CIPP-API." + required: true + - label: "**I have searched existing issues** (both open and closed) to avoid duplicates." + required: true + - label: "I am **not** requesting general support; this is an actual bug report." + required: true + + # 3) Description / Steps to reproduce + - type: textarea + id: description + attributes: + label: "Issue Description" + description: | + **Describe the issue clearly and provide step-by-step instructions to reproduce it.** + Screenshots can be attached by pasting them here. + + Example steps to reproduce: + 1. Go to **Settings** + 2. Click on a tenant in **Access Check** + 3. Click on the green pixel in the bottom-right corner + 4. Observe the unexpected behavior + validations: + required: true + + # 4) Environment type (Sponsored vs. Non-sponsored) + - type: dropdown + id: environment_type + attributes: + label: "Environment Type" + description: "Select whether you are using currently a paying user of the product, or if you are utilizing the free version" + options: + - "Sponsored (paying) user" + - "Non-sponsored user" + validations: + required: true + + # 5) Front End / Back End versions + - type: input + id: front_end_version + attributes: + label: "Front End Version" + description: "Please specify the front end version number (e.g., v1.2.3)." + validations: + required: true + + - type: input + id: back_end_version + attributes: + label: "Back End Version" + description: "Please specify the back end version number (e.g., v1.2.3)." + validations: + required: true + + # 7) Additional logs or trace (optional) + - type: textarea + id: logs + attributes: + label: "Relevant Logs / Stack Trace" + description: | + If available, please share any relevant logs or stack trace data. + Remove or redact any sensitive info before posting. + render: plaintext + validations: + required: false + + # 8) Closing note + - type: markdown + attributes: + value: | + Thank you for your submission! A maintainer will review your report. + Please watch the issue for follow-up questions or status updates. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000000..9fa384883c3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,9 @@ +blank_issues_enabled: false +contact_links: + - name: Security Reports + url: https://github.com/KelvinTegelaar/CIPP/security/advisories + about: Please report security vulnerabilities here. + - name: Community Discord + url: https://discord.gg/cyberdrain + about: Join our discord community here. + diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index de839daf7a30..4978afebd026 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,32 +1,84 @@ -name: ✨ Feature request -description: Suggest a new feature or improvement -title: '[Feature Request]: ' -labels: [enhancement, no-priority] +name: "✨ Feature request" +description: "Suggest a new feature or improvement" +title: "[Feature Request]: " +labels: + - "enhancement" + - "no-priority" body: -- type: markdown - attributes: - value: > - Thanks for suggesting a feature! - - - Please search the existing feature request to see if there has been a similar issue filed. - - - If a feature has been filed before, but not followed up by a contributor, you can develop the feature yourself by checking the development documentation [here](https://docs.cipp.app/dev-documentation/cipp-dev-guide/setting-up-for-local-development). - - - Repeat feature requests are allowed if the previous request has been closed for more than 30 days - - - drive-by feature requests without effort will be closed. - - - A feature request has 14 days to be fullfilled before automatically being closed. if you want to work on the feature yourself use the phrase "I'd like to work on this please!" - - - Feature requests that are detrimental to security will also be closed without notice. -- type: textarea - attributes: - label: Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole. - validations: - required: true -- type: textarea - attributes: - label: PowerShell commands you would normally use to achieve above request - validations: - required: false + # Introductory Markdown + - type: markdown + attributes: + value: | + **Thank you for suggesting a new feature or improvement for CIPP** + + Before creating a request, please: + + 1. Check that you have an active sponsorship, only users that are sponsoring CIPP at the $99,- sponsorship level can create feature requests. + 1. Search existing **open and closed** feature requests to avoid duplicates. + 2. Note that **repeat feature requests** are permitted if a previous request was closed more than 30 days ago. + 3. Consider implementing the feature yourself by reviewing the [development documentation](https://docs.cipp.app/dev-documentation/cipp-dev-guide/setting-up-for-local-development). + 4. Feature requests that lack sufficient detail or feasibility may be closed at any time. + 5. **This request will auto-close in 14 days** if no meaningful progress or collaboration occurs. + 6. If you would like to work on this feature, comment `"I'd like to work on this please!"` + 7. Any request that is detrimental to security or the product’s stability will be closed without notice. + + # Checkboxes for Confirmations + - type: checkboxes + id: confirmations + attributes: + label: "Please confirm:" + description: "Check all boxes that apply." + options: + - label: "**I have searched existing feature requests** (open and closed) and found no duplicates." + required: true + - label: "**me or my organization is currently an active sponsor of the product at the $99,- level." + required: true + + - type: textarea + id: problem-statement + attributes: + label: "Problem Statement" + description: | + **What problem does this feature solve or what gap does it fill?** + Provide a concise explanation. For example: + - "When I need to enable MFA for all users, it takes a lot of time to do it per user. I'd like to enable this for all users in button press" + - "To update a user property for exchange I need to go through 5 portals and 2 systems to be able to make a change." + validations: + required: true + + # Field 2: Benefits for MSPs + - type: textarea + id: msp-benefits + attributes: + label: "Benefits for MSPs" + description: | + **How would this feature help MSPs in their day-to-day tasks or overall operations?** + - Does it reduce manual work? + - Does it improve security or scalability? + - Does it offer clarity or automation to commonly repeated tasks? + validations: + required: true + + # Field 3: Value or Importance + - type: textarea + id: feature-value + attributes: + label: "Value or Importance" + description: | + **Why is this feature particularly valuable or important to add?** + - If it's critical, explain why. + - If it's optional or nice-to-have, describe how it still adds notable value. + validations: + required: true + + # Optional field for PowerShell commands + - type: textarea + id: powershell-commands + attributes: + label: "PowerShell Commands (Optional)" + description: | + If you currently achieve this functionality or a similar workaround using PowerShell, please share your scripts or snippets here. + This information helps contributors understand the existing workflow and aids in development. + validations: + required: false diff --git a/.github/agents/CIPP-Alert-Agent.md b/.github/agents/CIPP-Alert-Agent.md new file mode 100644 index 000000000000..6b29ec142fed --- /dev/null +++ b/.github/agents/CIPP-Alert-Agent.md @@ -0,0 +1,45 @@ +--- +name: CIPP Frontend Alert Registrar +description: > + Adds new alert entries to src/data/alerts.json in the CIPP frontend. + The agent must never modify any other file or perform any other change. +--- + +# CIPP Frontend Alert Registrar + +## Mission + +You are a **frontend alert registrar** responsible for updating the `src/data/alerts.json` file to include new alerts. + +Your role is **strictly limited** to adding a new JSON entry describing the alert’s metadata. +You do not touch or inspect any other part of the codebase. + +--- + +## Scope of Work + +This agent is used when a new alert must be surfaced to the frontend — for example, after a new backend `Get-CIPPAlert*.ps1` alert has been added. + +Tasks include: + +- Opening `src/data/alerts.json` +- Appending one new JSON object describing the new alert +- Preserving JSON structure, indentation, and trailing commas exactly as in the existing file +- Validating that the resulting JSON is syntactically correct + + +## Alert Format + +Each alert entry in `src/data/alerts.json` is a JSON object with the following structure: + +```json +{ + "name": "", + "label": "A nice label for the alert", + "requiresInput": true, + "inputType": "switch", + "inputLabel": "Exclude disabled users?", + "inputName": "InactiveLicensedUsersExcludeDisabled", + "recommendedRunInterval": "1d" +} +``` diff --git a/.github/agents/CIPP-Frontend-Alert-Agent.md b/.github/agents/CIPP-Frontend-Alert-Agent.md new file mode 100644 index 000000000000..6b29ec142fed --- /dev/null +++ b/.github/agents/CIPP-Frontend-Alert-Agent.md @@ -0,0 +1,45 @@ +--- +name: CIPP Frontend Alert Registrar +description: > + Adds new alert entries to src/data/alerts.json in the CIPP frontend. + The agent must never modify any other file or perform any other change. +--- + +# CIPP Frontend Alert Registrar + +## Mission + +You are a **frontend alert registrar** responsible for updating the `src/data/alerts.json` file to include new alerts. + +Your role is **strictly limited** to adding a new JSON entry describing the alert’s metadata. +You do not touch or inspect any other part of the codebase. + +--- + +## Scope of Work + +This agent is used when a new alert must be surfaced to the frontend — for example, after a new backend `Get-CIPPAlert*.ps1` alert has been added. + +Tasks include: + +- Opening `src/data/alerts.json` +- Appending one new JSON object describing the new alert +- Preserving JSON structure, indentation, and trailing commas exactly as in the existing file +- Validating that the resulting JSON is syntactically correct + + +## Alert Format + +Each alert entry in `src/data/alerts.json` is a JSON object with the following structure: + +```json +{ + "name": "", + "label": "A nice label for the alert", + "requiresInput": true, + "inputType": "switch", + "inputLabel": "Exclude disabled users?", + "inputName": "InactiveLicensedUsersExcludeDisabled", + "recommendedRunInterval": "1d" +} +``` diff --git a/.github/workflows/Check_for_Version_Update.yml b/.github/workflows/Check_for_Version_Update.yml index ec6f3e68769b..f8a7db0343f2 100644 --- a/.github/workflows/Check_for_Version_Update.yml +++ b/.github/workflows/Check_for_Version_Update.yml @@ -7,17 +7,17 @@ on: jobs: build: if: github.repository_owner == 'KelvinTegelaar' - name: 'Check for Version Update' + name: "Check for Version Update" runs-on: ubuntu-latest steps: - name: Check for Changed Files uses: brettcannon/check-for-changed-files@v1.1.0 with: - file-pattern: version_latest.txt - failure-message: 'You have not updated version_latest.txt. This is a required file to update at each PR. Please sync your latest changes and update the version number.' + file-pattern: public/version.json + failure-message: "You have not updated version.json. This is a required file to update at each PR. Please sync your latest changes and update the version number." - name: Prevent changes to workflow files uses: DovnarAlexander/github-action-file-detection@v0.3.0 with: - wildcard: '.github/workflows/*.yml' + wildcard: ".github/workflows/*.yml" exit_code_found: 1 exit_code_not_found: 0 diff --git a/.github/workflows/Close_Stale_Issues_and_PRs.yml b/.github/workflows/Close_Stale_Issues_and_PRs.yml index 41dc1be235d7..88607a42675d 100644 --- a/.github/workflows/Close_Stale_Issues_and_PRs.yml +++ b/.github/workflows/Close_Stale_Issues_and_PRs.yml @@ -13,6 +13,6 @@ jobs: stale-issue-message: 'This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.' close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.' stale-issue-label: 'no-activity' - exempt-issue-labels: 'planned' + exempt-issue-labels: 'planned,bug,roadmap' days-before-stale: 9 - days-before-close: 14 + days-before-close: 5 diff --git a/.github/workflows/Comment_on_Issues.yml b/.github/workflows/Comment_on_Issues.yml index 38e9a5405a28..8d83f6237d82 100644 --- a/.github/workflows/Comment_on_Issues.yml +++ b/.github/workflows/Comment_on_Issues.yml @@ -16,15 +16,7 @@ jobs: with: issue-number: ${{ github.event.issue.number }} body: | - Thank you for creating a bug. Please make sure your bug is indeed a unique case by checking current and past issues, and reading the complete documentation at https://docs.cipp.app/ - If your bug is a known documentation issue, it will be closed without notice by a contributor. To confirm that this is not a bug found in the documentation, please copy and paste the following comment: "I confirm that I have checked the documentation thoroughly and believe this to be an actual bug." - - Without confirming, your report will be closed in 24 hours. If you'd like this bug to be assigned to you, please comment "I would like to work on this please!". - add-comment_fr: - if: github.repository_owner == 'KelvinTegelaar' && github.event.label.name == 'enhancement' - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - name: Add Comment - uses: peter-evans/create-or-update@v3 + Thank you for reporting a potential bug. If you would like to work on this bug, please comment: + > I would like to work on this please! + + Thank you for helping us maintain the project! diff --git a/.github/workflows/Label_Issues.yml b/.github/workflows/Label_Issues.yml index a0ec41e47894..38865a62fae8 100644 --- a/.github/workflows/Label_Issues.yml +++ b/.github/workflows/Label_Issues.yml @@ -14,7 +14,7 @@ jobs: - name: Label Issues uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414 with: - add-labels: 'unconfirmed-by-user' + add-labels: 'not-assigned' repo-token: ${{ secrets.GITHUB_TOKEN }} label_issues_frs: if: github.repository_owner == 'KelvinTegelaar' && contains(github.event.issue.title, 'Feature') @@ -25,5 +25,5 @@ jobs: - name: Label Issues uses: andymckay/labeler@5c59dabdfd4dd5bd9c6e6d255b01b9d764af4414 with: - add-labels: 'enhancement, no-priority' + add-labels: 'enhancement, not-assigned' repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto_comments.yml b/.github/workflows/auto_comments.yml new file mode 100644 index 000000000000..7d7b11b45474 --- /dev/null +++ b/.github/workflows/auto_comments.yml @@ -0,0 +1,83 @@ +name: "Handle Comment Commands" + +on: + issue_comment: + types: + - created + +jobs: + handle_comment: + runs-on: ubuntu-latest + # We need permissions to modify issue comments. + # 'issues: write' is required for deleting comments. + permissions: + issues: write + + steps: + # 1) If the comment includes '!notasponsor', delete it using GitHub Script + - name: Delete !notasponsor comment + if: contains(github.event.comment.body, '!notasponsor') + uses: actions/github-script@v6 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + script: | + await github.rest.issues.deleteComment({ + owner: context.repo.owner, + repo: context.repo.repo, + comment_id: context.payload.comment.id + }); + + # 2) Post a sponsor-specific reply + - name: Reply to !notasponsor + if: contains(github.event.comment.body, '!notasponsor') + uses: peter-evans/create-or-update-comment@v3 + with: + issue-number: ${{ github.event.issue.number }} + body: | + Hello, + + Thank you for your interest in improving CIPP! + To keep our development process focused and manageable, **feature requests are limited to paying users**. This policy helps us prioritize improvements that directly benefit those actively supporting CIPP and ensures we can sustain our development and support. + + When a sponsor makes a feature request, their support covers training, development, documentation, and security checks. Allowing non-sponsor requests could lead to a backlog that slows down updates and stretches resources thin, ultimately affecting the quality and sustainability of CIPP. + + While we’ve closed this request, we appreciate your input. You’re always welcome to participate in ongoing discussions or contribute to open issues. If you are a developer, feel free to open a PR that includes your feature request or comment "**I’d like to work on this!**" to assign the issue to yourself. + + **Did you get this notification in error?** Reply with a screenshot of your sponsorship payment and we’ll reopen the issue. + + _Thank you for understanding,_ + **The CIPP Team** + + # 3) If the comment includes '!support', classify as a support request + - name: Reply to !support + if: contains(github.event.comment.body, '!support') + uses: peter-evans/create-or-update-comment@v3 + with: + issue-number: ${{ github.event.issue.number }} + body: | + Hello, + + Thank you for reaching out! This report has been classified as a **support request** rather than a bug or feature request. To keep our development process focused, support requests are limited to paying users. This policy allows us to prioritize resources for those actively supporting CIPP, helping us maintain high-quality development and support. + + Sponsors can contact our helpdesk directly via email for assistance with any issues or questions. For non-sponsor support, please refer to our documentation and community discussions—many questions have been answered there. + + **Did you get this notification in error?** Reply with a screenshot of your sponsorship payment, and we’ll gladly reopen the request. + + _Thank you for your understanding,_ + **The CIPP Team** + + # 4) If the comment includes '!incomplete', note the bug or feature request is incomplete + - name: Reply to !incomplete + if: contains(github.event.comment.body, '!incomplete') + uses: peter-evans/create-or-update-comment@v3 + with: + issue-number: ${{ github.event.issue.number }} + body: | + Hello, + + Thank you for your submission! It appears this **bug report or feature request is incomplete**. We need a clear description, steps to reproduce (for bugs), or a comprehensive overview of the requested feature. + + Please submit a new request with all the necessary details. Without sufficient information, it’s difficult for contributors to triage or implement solutions. + + _Thank you!_ + **The CIPP Team** diff --git a/.github/workflows/cipp_dev_build.yml b/.github/workflows/cipp_dev_build.yml new file mode 100644 index 000000000000..dad0dbebe307 --- /dev/null +++ b/.github/workflows/cipp_dev_build.yml @@ -0,0 +1,56 @@ +name: CIPP Frontend Dev Build + +on: + push: + branches: + - dev + workflow_dispatch: + +jobs: + build: + if: github.event.repository.fork == false + name: Build and Upload CIPP Frontend + runs-on: ubuntu-latest + + steps: + # Checkout the repository + - name: Checkout Code + uses: actions/checkout@v4.2.2 + + # Set up Node.js + - name: Get Node version + id: get_node_version + run: | + node_raw_version=$(node -p "require('./package.json').engines.node") + node_sanitized_version=$(echo $node_raw_version | sed -E 's/[^0-9.]+//g') + echo "node_version=$node_sanitized_version" >> $GITHUB_OUTPUT + + - name: Set up Node.js + uses: actions/setup-node@v4.2.0 + with: + node-version: ${{ steps.get_node_version.outputs.node_version }} + + # Install dependencies + - name: Install Dependencies + run: yarn install + + # Build the project + - name: Build Project + run: npm run build + + # Create ZIP File in a New Source Directory + - name: Prepare and Zip Build Files + run: | + mkdir -p build + cp staticwebapp.config.json out/ + zip -r build/dev.zip out + + # Upload to Azure Blob Storage + - name: Azure Blob Upload + uses: LanceMcCarthy/Action-AzureBlobUpload@v3.3.1 + with: + connection_string: ${{ secrets.AZURE_CONNECTION_STRING }} + container_name: cipp + source_folder: build/ + destination_folder: / + delete_if_exists: true diff --git a/.github/workflows/cipp_frontend_build.yml b/.github/workflows/cipp_frontend_build.yml new file mode 100644 index 000000000000..76a7dbb2fbbf --- /dev/null +++ b/.github/workflows/cipp_frontend_build.yml @@ -0,0 +1,56 @@ +name: CIPP Frontend Build + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + build: + if: github.event.repository.fork == false + name: Build and Upload CIPP Frontend + runs-on: ubuntu-latest + + steps: + # Checkout the repository + - name: Checkout Code + uses: actions/checkout@v4.2.2 + + # Set up Node.js + - name: Get Node version + id: get_node_version + run: | + node_raw_version=$(node -p "require('./package.json').engines.node") + node_sanitized_version=$(echo $node_raw_version | sed -E 's/[^0-9.]+//g') + echo "node_version=$node_sanitized_version" >> $GITHUB_OUTPUT + + - name: Set up Node.js + uses: actions/setup-node@v4.2.0 + with: + node-version: ${{ steps.get_node_version.outputs.node_version }} + + # Install dependencies + - name: Install Dependencies + run: yarn install + + # Build the project + - name: Build Project + run: npm run build + + # Create ZIP File in a New Source Directory + - name: Prepare and Zip Build Files + run: | + mkdir -p build + cp staticwebapp.config.json out/ + zip -r build/latest.zip out + + # Upload to Azure Blob Storage + - name: Azure Blob Upload + uses: LanceMcCarthy/Action-AzureBlobUpload@v3.3.1 + with: + connection_string: ${{ secrets.AZURE_CONNECTION_STRING }} + container_name: cipp + source_folder: build/ + destination_folder: / + delete_if_exists: true diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 6e1c3fe8b8c6..d8af6078d94f 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -18,14 +18,14 @@ jobs: id: builddeploy uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} # change this to your repository secret name + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_MOSS_0A047A40F }} # change this to your repository secret name repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) action: 'upload' ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig app_location: '/' # App source code path api_location: '' # Api source code path - optional - output_location: '' # Built app content directory - optional + output_location: '/out' # Built app content directory - optional ###### End of Repository/Build Configurations ###### close_pull_request_job: @@ -37,5 +37,5 @@ jobs: id: closepullrequest uses: Azure/static-web-apps-deploy@v1 with: - azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }} # change this to your repository secret name + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_AMBITIOUS_MOSS_0A047A40F }} # change this to your repository secret name action: 'close' diff --git a/.github/workflows/pr_check.yml b/.github/workflows/pr_check.yml new file mode 100644 index 000000000000..0d9e2fd7abcd --- /dev/null +++ b/.github/workflows/pr_check.yml @@ -0,0 +1,62 @@ +name: PR Branch Check + +on: + # Using pull_request_target instead of pull_request for secure handling of fork PRs + pull_request_target: + # Only run on these PR events + types: [opened, synchronize, reopened] + # Only check PRs targeting these branches + branches: + - main + - master + +permissions: + pull-requests: write + issues: write + +jobs: + check-branch: + runs-on: ubuntu-latest + steps: + - name: Check and Comment on PR + # Only process fork PRs with specific branch conditions + # Must be a fork AND (source is main/master OR target is main/master) + if: | + github.event.pull_request.head.repo.fork == true && + ((github.event.pull_request.head.ref == 'main' || github.event.pull_request.head.ref == 'master') || + (github.event.pull_request.base.ref == 'main' || github.event.pull_request.base.ref == 'master')) + uses: actions/github-script@v7 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + script: | + let message = ''; + + message += '🔄 If you are attempting to update your CIPP repo please follow the instructions at: https://docs.cipp.app/setup/self-hosting-guide/updating. Are you a sponsor? Contact the helpdesk for direct assistance with updating to the latest version.'; + message += '\n\n'; + + // Check if PR is targeting main/master + if (context.payload.pull_request.base.ref === 'main' || context.payload.pull_request.base.ref === 'master') { + message += '⚠️ PRs cannot target the main branch directly. If you are attempting to contribute code please PR to the dev branch.\n\n'; + } + + // Check if PR is from a fork's main/master branch + if (context.payload.pull_request.head.repo.fork && + (context.payload.pull_request.head.ref === 'main' || context.payload.pull_request.head.ref === 'master')) { + message += '⚠️ This PR cannot be merged because it originates from your fork\'s main/master branch. If you are attempting to contribute code please PR from your dev branch or another non-main/master branch.\n\n'; + } + + message += '🔒 This PR will now be automatically closed due to the above rules.'; + + // Post the comment + await github.rest.issues.createComment({ + ...context.repo, + issue_number: context.issue.number, + body: message + }); + + // Close the PR + await github.rest.pulls.update({ + ...context.repo, + pull_number: context.issue.number, + state: 'closed' + }); diff --git a/.gitignore b/.gitignore index 47dfb11e20c3..78ea4526e7ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,22 @@ -# See https://help.github.com/ignore-files/ for more about ignoring files. +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules - +node_modules +.pnp +.pnp.js +build +package-lock.json # testing -/coverage +coverage # production -/build +.next +out # misc -.eslintcache .DS_Store -.idea +.eslintcache +.env .env.local .env.development.local .env.test.local @@ -21,4 +25,11 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -__* \ No newline at end of file + +# vscode debug logs +debug.log +app.log + +# AI rules +.*/rules +AGENTS.md diff --git a/.jscpd.json b/.jscpd.json deleted file mode 100644 index 2cee5f5d5be7..000000000000 --- a/.jscpd.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "threshold": 0, - "reporters": ["html", "markdown"], - "ignore": [ - "**/node_modules/**", - "**/.git/**", - "**/.rbenv/**", - "**/.venv/**", - "**/*cache*/**", - "**/.github/**", - "**/.idea/**", - "**/report/**", - "**/*.svg" - ] -} diff --git a/.mega-linter.yml b/.mega-linter.yml deleted file mode 100644 index 1eccaa23246b..000000000000 --- a/.mega-linter.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -# Configuration file for MegaLinter -# See all available variables at https://megalinter.github.io/configuration/ and in linters documentation -APPLY_FIXES: none -SHOW_ELAPSED_TIME: true -FILEIO_REPORTER: false -ENABLE: [CSS, HTML, JSON, YAML, JSX, ACTION, CREDENTIALS] -DISABLE_LINTERS: [CSS_SCSS_LINT, YAML_PRETTIER] -SHOW_SKIPPED_LINTERS: false diff --git a/.node-version b/.node-version deleted file mode 100644 index 3c032078a4a2..000000000000 --- a/.node-version +++ /dev/null @@ -1 +0,0 @@ -18 diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 1611c469b3e9..000000000000 --- a/.prettierignore +++ /dev/null @@ -1,4 +0,0 @@ -dist/ -build/ -importsMap.jsx -Generate-Import-Map.js \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc.json deleted file mode 100644 index c3d9bfa563ed..000000000000 --- a/.prettierrc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "semi": false, - "trailingComma": "all", - "singleQuote": true, - "printWidth": 100, - "tabWidth": 2 -} diff --git a/.secretlintignore b/.secretlintignore deleted file mode 100644 index 2490a64364c0..000000000000 --- a/.secretlintignore +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore VSCode development certificate private key. -**/.vscode/key.key diff --git a/.secretlintrc.json b/.secretlintrc.json deleted file mode 100644 index 7a1a5df3c28e..000000000000 --- a/.secretlintrc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "rules": [ - { - "id": "@secretlint/secretlint-rule-preset-recommend" - } - ] -} diff --git a/.stylelintrc.json b/.stylelintrc.json deleted file mode 100644 index a89421b2dbbc..000000000000 --- a/.stylelintrc.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "stylelint-config-sass-guidelines", - "rules": { - "selector-class-pattern": null, - "max-nesting-depth": 6, - "selector-no-qualifying-type": [ - true, - { - "ignore": ["attribute", "class"] - } - ], - "selector-max-compound-selectors": 5 - } -} diff --git a/.vscode/extensions.json b/.vscode/extensions.json index c21abba6989f..6eaf6dd1ea6f 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,11 +1,6 @@ { - "recommendations": [ - "github.vscode-codeql", - "dbaeumer.vscode-eslint", - "eg2.vscode-npm-script", - "christian-kohler.npm-intellisense", - "esbenp.prettier-vscode", - "stylelint.vscode-stylelint", - "editorconfig.editorconfig" - ] + "recommendations": [ + "editorconfig.editorconfig", + "streetsidesoftware.code-spell-checker", + ] } diff --git a/.vscode/launch.json b/.vscode/launch.json index b0363910187c..647f3571b4c2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,7 @@ "type": "node-terminal" }, { - "command": "npm start", + "command": "yarn run dev", "name": "Run Frontend", "request": "launch", "type": "node-terminal", @@ -33,7 +33,14 @@ "name": "Launch in Windows Terminal", "request": "launch", "cwd": "${cwd}", - "script": ". '${cwd}\\Tools\\Start-CippDevEmulators.ps1'" + "script": ". '${cwd}\\Tools\\Start-CIPPDevEmulators.ps1'" + }, + { + "type": "PowerShell", + "name": "Launch in Kitty Terminal", + "request": "launch", + "cwd": "${cwd}", + "script": ". '${cwd}${pathSeparator}Tools${pathSeparator}Start-CippDevEmulatorsWithKitty.ps1'" } ], "compounds": [ diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000000..9e26dfeeb6e6 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1bcdb9744954..91a6a5c671f2 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -10,6 +10,12 @@ "type": "shell", "command": "azurite --location ../", "isBackground": true, + "options": { + "env": { + "LC_ALL": "en-US.UTF-8", + "LANG": "en-US" + } + }, "problemMatcher": { "pattern": [ { diff --git a/.yamllint.yaml b/.yamllint.yaml deleted file mode 100644 index e907140bfe4d..000000000000 --- a/.yamllint.yaml +++ /dev/null @@ -1,2 +0,0 @@ ---- -extends: default diff --git a/CLA.md b/CLA.md new file mode 100644 index 000000000000..1f94b337f7bf --- /dev/null +++ b/CLA.md @@ -0,0 +1,83 @@ +# Contributor License Agreement (CLA) + +This Contributor License Agreement ("Agreement") is entered into by the individual or entity ("You") submitting a Contribution to this project. By submitting a Contribution, You agree to the following terms and conditions: + +--- + +## 1. Definitions + +1. **"Contribution"** means any original work of authorship, including modifications or additions to existing works, submitted in any form (including source code, object code, documentation, or other materials) to this repository. +2. **"CyberDrain"** means the maintainers, owners, or legal rights holders of this repository, including successors and assigns. +3. **"Project License"** refers to the **GNU Affero General Public License, version 3 (AGPL-3.0)** under which this project is distributed, unless CyberDrain elects to relicense under a custom license. + +--- + +## 2. Copyright Assignment + +You hereby assign to CyberDrain, effective on submission of any Contribution, **all right, title, and interest worldwide in and to the copyright** of Your Contributions. + +This assignment includes, without limitation, the exclusive rights to: + +* Reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute the Contributions in any medium, and +* Relicense the Contributions under the AGPL-3.0 license, any future versions of that license, or under custom/commercial licenses as CyberDrain deems appropriate. + +To the extent that applicable law prohibits the assignment of certain moral rights or similar rights, You hereby irrevocably waive those rights to the maximum extent permitted by law. + +--- + +## 3. Patent Grant + +You hereby grant to CyberDrain, its successors, assigns, and licensees a **perpetual, worldwide, non-exclusive, transferable, irrevocable, royalty-free, fully paid-up license** under any patents that You own or control, to make, have made, use, offer to sell, sell, import, and otherwise transfer Your Contributions. + +This patent license extends only to the combination of Your Contributions with the Project to which they were submitted. + +--- + +## 4. License Grant Back to You + +CyberDrain hereby grants You a non-exclusive, worldwide, royalty-free, irrevocable license to use, reproduce, and prepare derivative works of Your Contributions for any purpose, **provided such use does not conflict with the licensing terms applied by CyberDrain** (including AGPL-3.0 or custom licenses). + +--- + +## 5. Representations and Warranties + +By submitting a Contribution, You represent and warrant that: + +1. The Contribution is Your original creation, or You have sufficient rights to submit it. +2. The Contribution does not knowingly violate or infringe any third-party intellectual property rights. +3. You are legally entitled to assign copyright and grant the licenses described herein. +4. The Contribution is submitted free of any encumbrances, liens, or claims by any third party. + +--- + +## 6. Custom Licensing + +CyberDrain reserves the right to distribute the Project, including Your Contributions, under: + +* The **AGPL-3.0 license**, and/or +* **Custom or commercial licenses**, including licenses granted to sponsors via GitHub Sponsorships. + +Contributors acknowledge and agree that: + +* Their Contributions may be included under such custom licenses. +* No royalties, fees, or other compensation shall be due to Contributors in connection with such relicensing. + +--- + +## 7. Disclaimer of Warranty + +Except as expressly stated in this Agreement, You provide Contributions **“AS IS”**, without warranties or conditions of any kind, express or implied, including but not limited to warranties of merchantability, fitness for a particular purpose, or non-infringement. + +--- + +## 8. Limitation of Liability + +In no event shall You be liable for any direct, indirect, incidental, special, exemplary, or consequential damages arising out of or in connection with Your Contributions, even if advised of the possibility of such damages. + +--- + +## 9. Acceptance + +By submitting a Contribution to this repository, You acknowledge that You have read and understood this Agreement, and that You agree to be legally bound by its terms. + +No signature is required — **submission of a Contribution constitutes acceptance**. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000000..219f861658e2 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,47 @@ +# Contributing to This Project + +First of all – thank you for considering contributing! 🎉 Contributions help improve this project for everyone, and we welcome issues, discussions, and pull requests. + +Please read through this document before contributing. + +--- + +## Contributor License Agreement (CLA) + +By contributing to this repository, you agree to the terms of our **Contributor License Agreement (CLA):** + +* **Copyright Transfer**: All contributions (commits, pull requests, issues, or code reviews) are automatically assigned to **CyberDrain**. +* Contributors give up ownership rights of their contributions and transfer them fully to CyberDrain. +* CyberDrain may use, modify, distribute, sublicense, or relicense the contributions under any terms it deems fit, including custom or commercial licenses. +* **You do not need to sign anything** – the act of contributing implies agreement with this CLA. + +--- + +## Custom Licenses + +This project is generally open source, but we also provide **custom licensing options**: + +* Custom licenses are available **upon agreement**. +* Sponsors who arrange a custom license are **not required** to publish their license terms in this repository. +* Since copyright of contributions is transferred to CyberDrain, CyberDrain has full authority to include contributions under such custom licensing terms. + + +--- + +## How to Contribute + +As this project is ever evolving, we recommend checking out the contributions docs on our doc page here: + +- https://docs.cipp.app/dev-documentation/contributing-to-the-code +- https://docs.cipp.app/dev-documentation/cipp-dev-guide +- https://docs.cipp.app/dev-documentation/contributing-to-the-documentation + +--- + +## Code of Conduct + +We expect all contributors to follow respectful, inclusive, and collaborative practices. +Please help keep this project a safe and welcoming place for everyone. + +👉 By contributing to this repository, you acknowledge that your contributions are automatically and irrevocably transferred in copyright to **CyberDrain**, and that they are covered by the CLA described above. + diff --git a/Generate-Import-Map.js b/Generate-Import-Map.js deleted file mode 100644 index d8b23547c55b..000000000000 --- a/Generate-Import-Map.js +++ /dev/null @@ -1,35 +0,0 @@ -// Using ES Module syntax compatible with Node.js 18 and ensuring cross-platform compatibility -import fs from 'fs/promises' -import path from 'path' -import { fileURLToPath } from 'url' - -// Convert __dirname equivalent for ES Modules -const __filename = fileURLToPath(import.meta.url) -const __dirname = path.dirname(__filename) - -// Adjust the relative path as necessary to point to your routes.json location -const routesPath = path.join(__dirname, './src/routes.json') // Example path - -// Load routes.json with an import assertion for JSON -const routes = await import(`file://${routesPath}`, { assert: { type: 'json' } }).then( - (module) => module.default, -) - -let importsMap = "import React from 'react'\n export const importsMap = {\n" - -routes.forEach((route) => { - if (route.component) { - // Adjust the import path to be relative to the importsMap.js file location - const importPath = route.component.replace('views', './views') - // Ensure paths are Unix-like for the dynamic import to work cross-platform - const unixImportPath = importPath.split(path.sep).join('/') - importsMap += ` "${route.path}": React.lazy(() => import('${unixImportPath}')), \n` - } -}) - -importsMap += '}\nexport default importsMap' - -// Specify the output file path for the generated imports map -const outputPath = path.join(__dirname, './src/importsMap.jsx') -await fs.writeFile(outputPath, importsMap) -console.log('Import map generated.') diff --git a/Importmap.ps1 b/Importmap.ps1 deleted file mode 100644 index 357c3af5d1ce..000000000000 --- a/Importmap.ps1 +++ /dev/null @@ -1,22 +0,0 @@ -// generate-imports-map.js -const fs = require('fs') -const path = require('path') -const routes = require('./path/to/routes.json') - -let importsMap = 'export const importsMap = {\n' - -routes.forEach(route => { - if (route.component) { - // Convert the path to a format that's relative to where you'll be importing from - const importPath = route.component.replace('views', './views') - const componentName = path.basename(importPath) - - // Create an import statement for the component - importsMap += "${route.path}": React.lazy(() = > import('${importPath}')), \n`; - } - }) - -importsMap += '};\n' - -fs.writeFileSync(path.resolve(__dirname,'./src/importsMap.js'), importsMap) -console.log('Import map generated.') diff --git a/LICENSE.CustomLicenses b/LICENSE.CustomLicenses deleted file mode 100644 index c66793baf6d3..000000000000 --- a/LICENSE.CustomLicenses +++ /dev/null @@ -1,3 +0,0 @@ -Custom licenses are available upon agreement via Github Sponsorships. Custom licenses will not have to be published in this repository. All contributors automatically agree with this provision. - -A CLA is signed by contributors if they have contributed before these provisions. Only contributions currently in the running latest release require the CLA to be signed. The CLA is signed by creating a issue using the issue template "CLA". the agreement will be related directly to available CLA template. diff --git a/LICENSE.CustomLicenses.md b/LICENSE.CustomLicenses.md new file mode 100644 index 000000000000..2c8ebfbe3dea --- /dev/null +++ b/LICENSE.CustomLicenses.md @@ -0,0 +1,14 @@ +1. Availability of Custom Licenses +Custom licenses are available to sponsors via GitHub Sponsorships. Upon mutual agreement between the project maintainers and the sponsor, such licenses shall apply to the sponsored party. + +2. Publication Exemption +Custom licenses granted through GitHub Sponsorships are exempt from publication in this repository. Sponsors and maintainers may keep such agreements private. + +3. Contributor License Agreement (CLA) +By contributing to this repository in any form (including but not limited to commits, pull requests, and code reviews), contributors explicitly agree to the terms of this Contributor License Agreement. + +4. Coverage of Contributions +Any and all commits made to this repository are automatically considered covered under this CLA. Contributors retain copyright to their individual contributions, while granting the maintainers the necessary rights to use, modify, distribute, and sublicense such contributions in accordance with the terms of the project. + +5. Automatic Acceptance +All contributors to this repository, by the act of contribution, automatically and irrevocably agree to the provisions of this CLA and the terms herein. diff --git a/LICENSE.md b/LICENSE.md index 162676cbef61..29ebfa545f55 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,178 +1,178 @@ GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 -Copyright (C) 2007 Free Software Foundation, Inc. -Everyone is permitted to copy and distribute verbatim copies -of this license document, but changing it is not allowed. + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. Preamble -The GNU Affero General Public License is a free, copyleft license for + The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software. -The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. -When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. -Developers that use our General Public Licenses protect your rights + Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software. -A secondary benefit of defending all users' freedom is that + A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public. -The GNU Affero General Public License is designed specifically to + The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to +to the community. It requires the operator of a network server to provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on +users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version. -An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license. -The precise terms and conditions for copying, distribution and + The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS -0. Definitions. + 0. Definitions. -"This License" refers to version 3 of the GNU Affero General Public License. + "This License" refers to version 3 of the GNU Affero General Public License. -"Copyright" also means copyright-like laws that apply to other kinds of + "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. -"The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. -To "modify" a work means to copy from or adapt all or part of the work + To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the +exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. -A "covered work" means either the unmodified Program or a work based + A "covered work" means either the unmodified Program or a work based on the Program. -To "propagate" a work means to do anything with it that, without + To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, +computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. -To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. -An interactive user interface displays "Appropriate Legal Notices" + An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If +work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. -1. Source Code. + 1. Source Code. -The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source form of a work. -A "Standard Interface" means an interface that either is an official + A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. -The "System Libraries" of an executable work include anything, other + The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A +implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. -The "Corresponding Source" for a work in object code form means all + The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's +control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source +which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. -The Corresponding Source need not include anything that users + The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. -The Corresponding Source for a work in source code form is that + The Corresponding Source for a work in source code form is that same work. -2. Basic Permissions. + 2. Basic Permissions. -All rights granted under this License are granted for the term of + All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your +content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. -You may make, run and propagate covered works that you do not + You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose +in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works +not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. -Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. -3. Protecting Users' Legal Rights From Anti-Circumvention Law. + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. -No covered work shall be deemed part of an effective technological + No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. -When you convey a covered work, you waive any legal power to forbid + When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or @@ -180,9 +180,9 @@ modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. -4. Conveying Verbatim Copies. + 4. Conveying Verbatim Copies. -You may convey verbatim copies of the Program's source code as you + You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any @@ -190,12 +190,12 @@ non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. -You may charge any price or no price for each copy that you convey, + You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. -5. Conveying Modified Source Versions. + 5. Conveying Modified Source Versions. -You may convey a work based on the Program, or the modifications to + You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: @@ -220,19 +220,19 @@ terms of section 4, provided that you also meet all of these conditions: interfaces that do not display Appropriate Legal Notices, your work need not make them do so. -A compilation of a covered work with other separate and independent + A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work +beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. -6. Conveying Non-Source Forms. + 6. Conveying Non-Source Forms. -You may convey a covered work in object code form under the terms + You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: @@ -278,75 +278,75 @@ in one of these ways: Source of the work are being offered to the general public at no charge under subsection 6d. -A separable portion of the object code, whose source code is excluded + A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. -A "User Product" is either (1) a "consumer product", which means any + A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product +actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. -"Installation Information" for a User Product means any methods, + "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must +a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. -If you convey an object code work under this section in, or with, or + If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply +by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). -The requirement to provide Installation Information does not include a + The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a +the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. -Corresponding Source conveyed, and Installation Information provided, + Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. -7. Additional Terms. + 7. Additional Terms. -"Additional permissions" are terms that supplement the terms of this + "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions +that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. -When you convey a copy of a covered work, you may at your option + When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. -Notwithstanding any other provision of this License, for material you + Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: @@ -373,74 +373,74 @@ that material) supplement the terms of this License with terms: any liability that these contractual assumptions directly impose on those licensors and authors. -All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains +restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. -If you add terms to a covered work in accord with this section, you + If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. -Additional terms, permissive or non-permissive, may be stated in the + Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. -8. Termination. + 8. Termination. -You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). -However, if you cease all violation of this License, then your + However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. -Moreover, your license from a particular copyright holder is + Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. -Termination of your rights under this section does not terminate the + Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently +this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. -9. Acceptance Not Required for Having Copies. + 9. Acceptance Not Required for Having Copies. -You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, +to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. -10. Automatic Licensing of Downstream Recipients. + 10. Automatic Licensing of Downstream Recipients. -Each time you convey a covered work, the recipient automatically + Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible +propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. -An "entity transaction" is a transaction transferring control of an + An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered +organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could @@ -448,43 +448,43 @@ give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. -You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. -11. Patents. + 11. Patents. -A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". -A contributor's "essential patent claims" are all patent claims + A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For +consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. -Each contributor grants you a non-exclusive, worldwide, royalty-free + Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. -In the following three paragraphs, a "patent license" is any express + In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a +sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. -If you convey a covered work, knowingly relying on a patent license, + If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, @@ -492,13 +492,13 @@ then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have +license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. -If, pursuant to or in connection with a single transaction or + If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify @@ -506,10 +506,10 @@ or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. -A patent license is "discriminatory" if it does not include within + A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered +specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying @@ -521,83 +521,83 @@ for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. -Nothing in this License shall be construed as excluding or limiting + Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. -12. No Surrender of Others' Freedom. + 12. No Surrender of Others' Freedom. -If conditions are imposed on you (whether by court order, agreement or + If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a +excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you +not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. -13. Remote Network Interaction; Use with the GNU General Public License. + 13. Remote Network Interaction; Use with the GNU General Public License. -Notwithstanding any other provision of this License, if you modify the + Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source +means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph. -Notwithstanding any other provision of this License, you have + Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single -combined work, and to convey the resulting work. The terms of this +combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License. -14. Revised Versions of this License. + 14. Revised Versions of this License. -The Free Software Foundation may publish revised and/or new versions of -the GNU Affero General Public License from time to time. Such new versions + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. -Each version is given a distinguishing version number. If the + Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the +Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation. -If the Program specifies that a proxy can decide which future + If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. -Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. -15. Disclaimer of Warranty. + 15. Disclaimer of Warranty. -THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. -16. Limitation of Liability. + 16. Limitation of Liability. -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE @@ -607,9 +607,9 @@ PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -17. Interpretation of Sections 15 and 16. + 17. Interpretation of Sections 15 and 16. -If the disclaimer of warranty and limitation of liability provided + If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the @@ -620,11 +620,11 @@ copy of the Program in return for a fee. How to Apply These Terms to Your New Programs -If you develop a new program, and you want it to be of the greatest + If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. -To do so, attach the following notices to the program. It is safest + To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. @@ -647,15 +647,15 @@ the "copyright" line and a pointer to where the full notice is found. Also add information on how to contact you by electronic and paper mail. -If your software can interact with users remotely through a computer + If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its +get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different +of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements. -You should also get your employer (if you work as a programmer) or school, + You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see -. +. \ No newline at end of file diff --git a/Tools/Start-CippDevEmulators.ps1 b/Tools/Start-CippDevEmulators.ps1 index bde7511caac1..74de265cc59a 100644 --- a/Tools/Start-CippDevEmulators.ps1 +++ b/Tools/Start-CippDevEmulators.ps1 @@ -1,12 +1,18 @@ -Write-Host 'Starting CIPP Dev Emulators' +Get-Command wt -ErrorAction Stop | Out-Null Get-Process node -ErrorAction SilentlyContinue | Stop-Process -ErrorAction SilentlyContinue $Path = (Get-Item $PSScriptRoot).Parent.Parent.FullName +Write-Host "CIPP Dev Emulators starting in $Path" -ForegroundColor Green + +pwsh -file (Join-Path $PSScriptRoot 'Start-CippDevInstallation.ps1') + +Write-Host 'Starting CIPP Dev Emulators' -$Process = Read-Host -Prompt 'Start Process Function (y/N)?' +if (Test-Path (Join-Path $Path 'CIPP-API-Processor')) { + $Process = Read-Host -Prompt 'Start Process Function (y/N)?' +} if ($Process -eq 'y') { - wt --title CIPP`; new-tab --title 'Azurite' -d $Path pwsh -c azurite`; new-tab --title 'FunctionApp' -d $Path\CIPP-API pwsh -c func start`; new-tab --title 'CIPP Frontend' -d $Path\CIPP pwsh -c npm run start`; new-tab --title 'SWA' -d $Path\CIPP pwsh -c npm run start-swa`; new-tab --title 'CIPP-API-Processor' -d $Path\CIPP-API-Processor pwsh -c func start --port 7072 + wt --title CIPP`; new-tab --title 'Azurite' -d $Path pwsh -c azurite`; new-tab --title 'FunctionApp' -d $Path\CIPP-API pwsh -c func start`; new-tab --title 'CIPP Frontend' -d $Path\CIPP pwsh -c npm run dev`; new-tab --title 'SWA' -d $Path\CIPP pwsh -c npm run start-swa`; new-tab --title 'CIPP-API-Processor' -d $Path\CIPP-API-Processor pwsh -c func start --port 7072 } else { - wt --title CIPP`; new-tab --title 'Azurite' -d $Path pwsh -c azurite`; new-tab --title 'FunctionApp' -d $Path\CIPP-API pwsh -c func start`; new-tab --title 'CIPP Frontend' -d $Path\CIPP pwsh -c npm run start`; new-tab --title 'SWA' -d $Path\CIPP pwsh -c npm run start-swa + wt --title CIPP`; new-tab --title 'Azurite' -d $Path pwsh -c azurite`; new-tab --title 'FunctionApp' -d $Path\CIPP-API pwsh -c func start`; new-tab --title 'CIPP Frontend' -d $Path\CIPP pwsh -c npm run dev`; new-tab --title 'SWA' -d $Path\CIPP pwsh -c npm run start-swa } - diff --git a/Tools/Start-CippDevEmulatorsWithKitty.ps1 b/Tools/Start-CippDevEmulatorsWithKitty.ps1 new file mode 100644 index 000000000000..7013c054f375 --- /dev/null +++ b/Tools/Start-CippDevEmulatorsWithKitty.ps1 @@ -0,0 +1,27 @@ +Get-Command kitty -ErrorAction Stop | Out-Null +Get-Process node -ErrorAction SilentlyContinue | Stop-Process -ErrorAction SilentlyContinue +$Path = (Get-Item $PSScriptRoot).Parent.Parent.FullName + +pwsh -file (Join-Path $PSScriptRoot 'Start-CippDevInstallation.ps1') + +Write-Host 'Starting CIPP Dev Emulators' + +if (Test-Path (Join-Path $Path 'CIPP-API-Processor')) { + $Process = Read-Host -Prompt 'Start Process Function (y/N)?' +} + +if ($Process -eq 'y') { + kitty --detach --title 'CIPP' -o allow_remote_control=yes -- pwsh -c " + kitty @new-window --new-tab --tab-title `"Azurite`" --cwd $Path -- azurite ; + kitty @new-window --new-tab --tab-title `"FunctionApp`" --cwd (Join-Path $Path `"CIPP-API`") -- func start; + kitty @new-window --new-tab --tab-title `"CIPP Frontend`" --cwd (Join-Path $Path `"CIPP`") -- yarn run dev ; + kitty @new-window --new-tab --tab-title `"SWA`" --cwd (Join-Path $Path `"CIPP`") -- yarn run start-swa; + kitty @new-window --new-tab --tab-title `"CIPP-API-Processor`" --cwd (Join-Path $Path `"CIPP-API-Processor`") -- func start --port 7072" + +} else { + kitty --detach --title 'CIPP' -o allow_remote_control=yes -- pwsh -c " + kitty @new-window --new-tab --tab-title `"Azurite`" --cwd $Path -- azurite ; + kitty @new-window --new-tab --tab-title `"FunctionApp`" --cwd (Join-Path $Path `"CIPP-API`") -- func start; + kitty @new-window --new-tab --tab-title `"CIPP Frontend`" --cwd (Join-Path $Path `"CIPP`") -- yarn run dev ; + kitty @new-window --new-tab --tab-title `"SWA`" --cwd (Join-Path $Path `"CIPP`") -- yarn run start-swa" +} diff --git a/Tools/Start-CippDevInstallation.ps1 b/Tools/Start-CippDevInstallation.ps1 new file mode 100644 index 000000000000..2d00a12c6a26 --- /dev/null +++ b/Tools/Start-CippDevInstallation.ps1 @@ -0,0 +1,32 @@ +$Path = (Get-Item $PSScriptRoot).Parent.Parent.FullName + +if (-not((Get-Command npm -ErrorAction SilentlyContinue) -or (Get-Command yarn -ErrorAction SilentlyContinue))) { + throw 'npm or yarn is required to install the CIPP development environment.' +} + +if (-not(Get-Command yarn -ErrorAction SilentlyContinue)) { + Write-Host 'Installing Yarn' + npm install --global yarn +} + +if (-not(Get-Command azurite -ErrorAction SilentlyContinue)) { + Write-Host 'Installing Azurite' + yarn global add 'azurite' +} + +if (-not(Get-Command swa -ErrorAction SilentlyContinue)) { + Write-Host 'Installing @azure/static-web-apps-cli' + yarn global add '@azure/static-web-apps-cli' +} + +if (-not(Get-Command func -ErrorAction SilentlyContinue)) { + Write-Host 'Installing Azure Functions Core Tools' + yarn global add 'azure-functions-core-tools@4' +} + +if (-not(yarn global list | Select-String -Pattern 'next')) { + Write-Host 'Installing Next.js' + yarn global add 'next' +} + +yarn install --cwd (Join-Path $Path "CIPP") --network-timeout 500000 diff --git a/Tools/Update intune Templates.ps1 b/Tools/Update intune Templates.ps1 new file mode 100644 index 000000000000..cef6f14963a8 --- /dev/null +++ b/Tools/Update intune Templates.ps1 @@ -0,0 +1,31 @@ +Import-Module Microsoft.Graph +Connect-MgGraph -Scopes 'DeviceManagementConfiguration.Read.All', 'DeviceManagementServiceConfig.Read.All' +$i = 0 +$settingsUrl = "https://graph.microsoft.com/beta/deviceManagement/configurationSettings?`$top=999&`$skip=$i" +$Settings = do { + $settingsResponse = Invoke-MgGraphRequest -Method Get -Uri $settingsUrl + Write-Host "Getting settings from $i to $($i + 999): $settingsUrl" + if ($null -ne $settingsResponse.value) { + foreach ($setting in $settingsResponse.value) { + + $options = if ($setting.options -ne $null) { + $setting.options | ForEach-Object { + [pscustomobject]@{ + id = $_.itemId + displayName = $_.displayName + description = $_.description + } + } + } + + [pscustomobject]@{ + id = $setting.id + displayName = $setting.displayName + options = $options + } + } + } + $i += 999 + $settingsUrl = "https://graph.microsoft.com/beta/deviceManagement/configurationSettings?`$top=999&`$skip=$i" + Write-Host "last setting is $($settingsResponse.value[-1].id)" +} while ($null -ne $settingsResponse.value.id) diff --git a/context7.json b/context7.json new file mode 100644 index 000000000000..3a0b7c321b31 --- /dev/null +++ b/context7.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://context7.com/schema/context7.json", + "projectTitle": "CIPP - Cyberdrain Improved Partner Portal", + "description": "The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners.", + "folders": [], + "excludeFolders": [], + "excludeFiles": [], + "rules": [], + "previousVersions": [], + "branch": "docs" +} diff --git a/cspell.json b/cspell.json new file mode 100644 index 000000000000..00a5c1785b77 --- /dev/null +++ b/cspell.json @@ -0,0 +1,83 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "ADMS", + "AITM", + "AOSP", + "Augmentt", + "Automapping", + "Autotask", + "Choco", + "cipp", + "CIPP", + "CIPP-API", + "CISA", + "Datto", + "DMARC", + "EIDSCA", + "Entra", + "ESET", + "GDAP", + "HIBP", + "Hudu", + "ImmyBot", + "Intune", + "LCID", + "OBEE", + "passwordless", + "Passwordless", + "pwpush", + "Reshare", + "Rewst", + "Sherweb", + "superadmin", + "Syncro", + "TERRL", + "unconfigured", + "Yubikey" + ], + "ignoreWords": [ + "Addins", + "Disablex", + "Displayname", + "CIPPAPI", + "PSTN", + "TNEF", + "Equivio", + "defaultvalues", + "Excludedfile", + "exo_individualsharing", + "exo_mailboxaudit", + "exo_mailtipsenabled", + "exo_outlookaddins", + "exo_storageproviderrestricted", + "donotchange", + "locationcipp", + "mdo_antiphishingpolicies", + "mdo_autoforwardingmode", + "mdo_blockmailforward", + "mdo_commonattachmentsfilter", + "mdo_highconfidencephishaction", + "mdo_highconfidencespamaction", + "mdo_phishthresholdlevel", + "mdo_phisspamacation", + "mdo_safeattachmentpolicy", + "mdo_safeattachments", + "mdo_safedocuments", + "mdo_safelinksforOfficeApps", + "mdo_safelinksforemail", + "mdo_spam_notifications_only_for_admins", + "mdo_zapmalware", + "mdo_zapphish", + "mdo_zapspam", + "microsoftonline", + "mip_search_auditlog", + "winmail", + "onmicrosoft.com", + "MOERA" + ], + "import": [] +} diff --git a/deployment/AzureDeploymentTemplate.json b/deployment/AzureDeploymentTemplate.json index ff7e9a97bada..54cacf9f1064 100644 --- a/deployment/AzureDeploymentTemplate.json +++ b/deployment/AzureDeploymentTemplate.json @@ -22,13 +22,6 @@ "metadata": { "description": "Your Github Repository token (see https://docs.microsoft.com/en-us/azure/static-web-apps/publish-azure-resource-manager?tabs=azure-cli#create-a-github-personal-access-token" } - }, - "GithubAPIRepository": { - "defaultValue": "https://github.com/KelvinTegelaar/CIPP-API", - "type": "string", - "metadata": { - "description": "URL to your Github backend fork." - } } }, "variables": { @@ -57,7 +50,7 @@ "objectId": "[reference(resourceId('Microsoft.Web/sites', variables('funcAppName')),'2019-08-01', 'full').identity.principalId]", "permissions": { "keys": [], - "secrets": ["all"], + "secrets": [ "all" ], "certificates": [] } } @@ -116,7 +109,7 @@ ] } ], - "dependsOn": ["[resourceId('Microsoft.Web/sites', variables('funcAppName'))]"] + "dependsOn": [ "[resourceId('Microsoft.Web/sites', variables('funcAppName'))]" ] }, { "apiVersion": "2015-08-01", @@ -135,7 +128,7 @@ "serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('serverFarmName'))]", "siteConfig": { "Use32BitWorkerProcess": false, - "powerShellVersion": "7.2", + "powerShellVersion": "7.4", "appSettings": [ { "name": "AzureWebJobsStorage", @@ -154,20 +147,8 @@ "value": "~4" }, { - "name": "ApplicationID", - "value": "[concat('@Microsoft.KeyVault(SecretUri=https://',variables('uniqueResourceNameBase'), '.vault.azure.net/secrets/ApplicationId)')]" - }, - { - "name": "ApplicationSecret", - "value": "[concat('@Microsoft.KeyVault(SecretUri=https://',variables('uniqueResourceNameBase'), '.vault.azure.net/secrets/ApplicationSecret)')]" - }, - { - "name": "RefreshToken", - "value": "[concat('@Microsoft.KeyVault(SecretUri=https://',variables('uniqueResourceNameBase'), '.vault.azure.net/secrets/RefreshToken)')]" - }, - { - "name": "TenantID", - "value": "[concat('@Microsoft.KeyVault(SecretUri=https://',variables('uniqueResourceNameBase'), '.vault.azure.net/secrets/tenantid)')]" + "name": "WEBSITE_RUN_FROM_PACKAGE", + "value": "1" }, { "name": "FUNCTIONS_WORKER_RUNTIME", @@ -175,24 +156,19 @@ } ] } - }, - "resources": [ - { - "apiVersion": "2015-08-01", - "name": "web", - "type": "sourcecontrols", - "dependsOn": ["[resourceId('Microsoft.Web/sites/', variables('funcAppName'))]"], - "properties": { - "RepoUrl": "[parameters('GithubAPIRepository')]", - "repositoryToken": "[parameters('GithubToken')]", - "token": "[parameters('GithubToken')]", - - "branch": "master", - "publishRunbook": true, - "IsManualIntegration": true - } - } - ] + } + }, + { + "name": "[concat(variables('funcAppName'), '/ZipDeploy')]", + "type": "Microsoft.Web/sites/extensions", + "apiVersion": "2021-02-01", + "location": "[resourceGroup().location]", + "dependsOn": [ + "[resourceId('Microsoft.Web/sites', variables('funcAppName'))]" + ], + "properties": { + "packageUri": "https://cippreleases.blob.core.windows.net/cipp-api/latest.zip" + } }, { "type": "Microsoft.Storage/storageAccounts", @@ -200,7 +176,7 @@ "name": "[variables('funcStorageName')]", "location": "[resourceGroup().location]", "tags": { - "displayName": "funStorageName" + "displayName": "funcStorageName" }, "sku": { "name": "Standard_LRS" @@ -244,7 +220,7 @@ "buildProperties": { "appLocation": "/", "apiLocation": "", - "appArtifactLocation": "" + "outputLocation": "/out" } }, "sku": { @@ -265,6 +241,19 @@ "functionAppResourceId": "[resourceId('Microsoft.Web/sites/', variables('funcAppName'))]", "functionAppRegion": "[resourceGroup().location]" } + }, + { + "type": "Microsoft.Authorization/roleAssignments", + "apiVersion": "2022-04-01", + "name": "[guid(resourceGroup().id, variables('funcAppName'), 'Contributor')]", + "dependsOn": [ + "[resourceId('Microsoft.Web/sites', variables('funcAppName'))]" + ], + "properties": { + "roleDefinitionId": "[concat(subscription().id, '/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c')]", + "principalId": "[reference(resourceId('Microsoft.Web/sites', variables('funcAppName')),'2019-08-01', 'full').identity.principalId]", + "scope": "[resourceGroup().id]" + } } ], "outputs": {} diff --git a/deployment/AzureDeploymentTemplate_regionoptions.json b/deployment/AzureDeploymentTemplate_regionoptions.json index bc2f24089d4d..71e0cef97aca 100644 --- a/deployment/AzureDeploymentTemplate_regionoptions.json +++ b/deployment/AzureDeploymentTemplate_regionoptions.json @@ -6,7 +6,7 @@ "defaultValue": "CIPP", "type": "string", "metadata": { - "description": "Name use as base-template to named the resources deployed in Azure." + "description": "Name used as base-template to name the resources deployed in Azure." } }, "GithubRepository": { @@ -20,14 +20,7 @@ "defaultValue": "GeneratedPassword", "type": "string", "metadata": { - "description": "Your Github Repository token (see https://docs.microsoft.com/en-us/azure/static-web-apps/publish-azure-resource-manager?tabs=azure-cli#create-a-github-personal-access-token" - } - }, - "GithubAPIRepository": { - "defaultValue": "https://github.com/KelvinTegelaar/CIPP-API", - "type": "string", - "metadata": { - "description": "URL to your Github backend fork." + "description": "Your Github Repository token (see https://docs.microsoft.com/en-us/azure/static-web-apps/publish-azure-resource-manager?tabs=azure-cli#create-a-github-personal-access-token)" } } }, @@ -57,7 +50,7 @@ "objectId": "[reference(resourceId('Microsoft.Web/sites', variables('funcAppName')),'2019-08-01', 'full').identity.principalId]", "permissions": { "keys": [], - "secrets": ["all"], + "secrets": [ "all" ], "certificates": [] } } @@ -116,7 +109,7 @@ ] } ], - "dependsOn": ["[resourceId('Microsoft.Web/sites', variables('funcAppName'))]"] + "dependsOn": [ "[resourceId('Microsoft.Web/sites', variables('funcAppName'))]" ] }, { "apiVersion": "2015-08-01", @@ -135,7 +128,7 @@ "serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('serverFarmName'))]", "siteConfig": { "Use32BitWorkerProcess": false, - "powerShellVersion": "7.2", + "powerShellVersion": "7.4", "appSettings": [ { "name": "AzureWebJobsStorage", @@ -154,20 +147,8 @@ "value": "~4" }, { - "name": "ApplicationID", - "value": "[concat('@Microsoft.KeyVault(SecretUri=https://',variables('uniqueResourceNameBase'), '.vault.azure.net/secrets/ApplicationId)')]" - }, - { - "name": "ApplicationSecret", - "value": "[concat('@Microsoft.KeyVault(SecretUri=https://',variables('uniqueResourceNameBase'), '.vault.azure.net/secrets/ApplicationSecret)')]" - }, - { - "name": "RefreshToken", - "value": "[concat('@Microsoft.KeyVault(SecretUri=https://',variables('uniqueResourceNameBase'), '.vault.azure.net/secrets/RefreshToken)')]" - }, - { - "name": "TenantID", - "value": "[concat('@Microsoft.KeyVault(SecretUri=https://',variables('uniqueResourceNameBase'), '.vault.azure.net/secrets/tenantid)')]" + "name": "WEBSITE_RUN_FROM_PACKAGE", + "value": "1" }, { "name": "FUNCTIONS_WORKER_RUNTIME", @@ -175,21 +156,19 @@ } ] } - }, - "resources": [ - { - "apiVersion": "2015-08-01", - "name": "web", - "type": "sourcecontrols", - "dependsOn": ["[resourceId('Microsoft.Web/sites/', variables('funcAppName'))]"], - "properties": { - "RepoUrl": "[parameters('GithubAPIRepository')]", - "branch": "master", - "publishRunbook": true, - "IsManualIntegration": true - } - } - ] + } + }, + { + "name": "[concat(variables('funcAppName'), '/ZipDeploy')]", + "type": "Microsoft.Web/sites/extensions", + "apiVersion": "2021-02-01", + "location": "[resourceGroup().location]", + "dependsOn": [ + "[resourceId('Microsoft.Web/sites', variables('funcAppName'))]" + ], + "properties": { + "packageUri": "https://cippreleases.blob.core.windows.net/cipp-api/latest.zip" + } }, { "type": "Microsoft.Storage/storageAccounts", @@ -197,7 +176,7 @@ "name": "[variables('funcStorageName')]", "location": "[resourceGroup().location]", "tags": { - "displayName": "funStorageName" + "displayName": "funcStorageName" }, "sku": { "name": "Standard_LRS" @@ -241,7 +220,7 @@ "buildProperties": { "appLocation": "/", "apiLocation": "", - "appArtifactLocation": "" + "outputLocation": "/out" } }, "sku": { @@ -262,6 +241,19 @@ "functionAppResourceId": "[resourceId('Microsoft.Web/sites/', variables('funcAppName'))]", "functionAppRegion": "[resourceGroup().location]" } + }, + { + "type": "Microsoft.Authorization/roleAssignments", + "apiVersion": "2022-04-01", + "name": "[guid(resourceGroup().id, variables('funcAppName'), 'Contributor')]", + "dependsOn": [ + "[resourceId('Microsoft.Web/sites', variables('funcAppName'))]" + ], + "properties": { + "roleDefinitionId": "[concat(subscription().id, '/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c')]", + "principalId": "[reference(resourceId('Microsoft.Web/sites', variables('funcAppName')),'2019-08-01', 'full').identity.principalId]", + "scope": "[resourceGroup().id]" + } } ], "outputs": {} diff --git a/deployment/DevAzureDeploymentTemplate.json b/deployment/DevAzureDeploymentTemplate.json index 8beefadd450c..5e6077beab41 100644 --- a/deployment/DevAzureDeploymentTemplate.json +++ b/deployment/DevAzureDeploymentTemplate.json @@ -6,7 +6,7 @@ "defaultValue": "CIPPDev", "type": "string", "metadata": { - "description": "Name use as base-template to named the resources deployed in Azure." + "description": "Name used as base-template to name the resources deployed in Azure." } }, "TenantID": { @@ -48,7 +48,7 @@ "defaultValue": "GeneratedPassword", "type": "string", "metadata": { - "description": "Your Github Repository token (see https://docs.microsoft.com/en-us/azure/static-web-apps/publish-azure-resource-manager?tabs=azure-cli#create-a-github-personal-access-token" + "description": "Your Github Repository token (see https://docs.microsoft.com/en-us/azure/static-web-apps/publish-azure-resource-manager?tabs=azure-cli#create-a-github-personal-access-token)" } }, "GithubAPIRepository": { @@ -250,7 +250,7 @@ "name": "[variables('funcStorageName')]", "location": "[resourceGroup().location]", "tags": { - "displayName": "funStorageName" + "displayName": "funcStorageName" }, "sku": { "name": "Standard_LRS" diff --git a/deployment/DevAzureDeploymentTemplate_regionoptions.json b/deployment/DevAzureDeploymentTemplate_regionoptions.json index 0fb300af06c9..f17135c01057 100644 --- a/deployment/DevAzureDeploymentTemplate_regionoptions.json +++ b/deployment/DevAzureDeploymentTemplate_regionoptions.json @@ -6,7 +6,7 @@ "defaultValue": "CIPP", "type": "string", "metadata": { - "description": "Name use as base-template to named the resources deployed in Azure." + "description": "Name used as base-template to name the resources deployed in Azure." } }, "TenantID": { @@ -48,7 +48,7 @@ "defaultValue": "GeneratedPassword", "type": "string", "metadata": { - "description": "Your Github Repository token (see https://docs.microsoft.com/en-us/azure/static-web-apps/publish-azure-resource-manager?tabs=azure-cli#create-a-github-personal-access-token" + "description": "Your Github Repository token (see https://docs.microsoft.com/en-us/azure/static-web-apps/publish-azure-resource-manager?tabs=azure-cli#create-a-github-personal-access-token)" } }, "GithubAPIRepository": { @@ -294,7 +294,9 @@ "buildProperties": { "appLocation": "/", "apiLocation": "", + "appArtifactLocation": "" + "outputLocation": "/out" } }, "sku": { diff --git a/generate-placeholders.js b/generate-placeholders.js new file mode 100644 index 000000000000..304e6402e4ed --- /dev/null +++ b/generate-placeholders.js @@ -0,0 +1,181 @@ +const fs = require("fs"); +const path = require("path"); + +const pages = [ + { title: "Dashboard", path: "/" }, + { title: "Administration", path: "/identity/administration" }, + { title: "Users", path: "/identity/users" }, + { title: "Risky Users", path: "/identity/administration/risky-users" }, + { title: "Groups", path: "/identity/administration/groups" }, + { title: "Devices", path: "/identity/administration/devices" }, + { title: "Deploy Group Template", path: "/identity/administration/deploy-group-template" }, + { title: "Group Templates", path: "/identity/administration/group-templates" }, + { title: "Deleted Items", path: "/identity/administration/deleted-items" }, + { title: "Roles", path: "/identity/administration/roles" }, + { title: "JIT Admin", path: "/identity/administration/jit-admin" }, + { title: "Offboarding Wizard", path: "/identity/administration/offboarding-wizard" }, + { title: "Reports", path: "/identity/reports" }, + { title: "MFA Report", path: "/identity/reports/mfa-report" }, + { title: "Inactive Users", path: "/identity/reports/inactive-users-report" }, + { title: "Sign-in Report", path: "/identity/reports/signin-report" }, + { title: "AAD Connect Report", path: "/identity/reports/azure-ad-connect-report" }, + { title: "Risk Detections", path: "/identity/reports/risk-detections" }, + { title: "Administration", path: "/tenant/administration" }, + { title: "Tenants", path: "/tenant/administration/tenants" }, + { title: "Alert Configuration", path: "/tenant/administration/alert-configuration" }, + { title: "Audit Logs", path: "/tenant/administration/audit-logs" }, + { title: "Enterprise Applications", path: "/tenant/administration/enterprise-apps" }, + { title: "Secure Score", path: "/tenant/administration/securescore" }, + { title: "App Consent Requests", path: "/tenant/administration/app-consent-requests" }, + { title: "Authentication Methods", path: "/tenant/administration/authentication-methods" }, + { title: "Tenant Onboarding", path: "/tenant/administration/tenant-onboarding" }, + { title: "Tenant Offboarding", path: "/tenant/administration/tenant-offboarding-wizard" }, + { title: "Partner Relationships", path: "/tenant/administration/partner-relationships" }, + { title: "Configuration Backup", path: "/cipp/gdap" }, + { title: "Backup Wizard", path: "/tenant/backup/backup-wizard" }, + { title: "Restore Wizard", path: "/tenant/backup/restore-wizard" }, + { title: "Tools", path: "/tenant/administration" }, + { title: "Graph Explorer", path: "/tenant/tools/graph-explorer" }, + { title: "Application Approval", path: "/tenant/tools/appapproval" }, + { title: "IP Database", path: "/tenant/tools/geoiplookup" }, + { title: "Tenant Lookup", path: "/tenant/administration/tenantlookup" }, + { title: "Individual Domain Check", path: "/tenant/tools/individual-domains" }, + { title: "BPA Report Builder", path: "/tenant/tools/bpa-report-builder" }, + { title: "Standards", path: "/tenant/standards" }, + { title: "Edit Standards", path: "/tenant/standards/list-applied-standards" }, + { title: "List Standards", path: "/tenant/standards" }, + { title: "Best Practice Analyser", path: "/tenant/standards/bpa-report" }, + { title: "Domains Analyser", path: "/tenant/standards/domains-analyser" }, + { title: "Conditional Access", path: "/tenant/administration" }, + { title: "CA Policies", path: "/tenant/conditional/list-policies" }, + { title: "Deploy CA Policies", path: "/tenant/conditional/deploy" }, + { title: "CA Policy Tester", path: "/tenant/conditional/test-policy" }, + { title: "CA Vacation Mode", path: "/tenant/conditional/deploy-vacation" }, + { title: "CA Templates", path: "/tenant/conditional/list-template" }, + { title: "Named Locations", path: "/tenant/conditional/list-named-locations" }, + { title: "Deploy Named Locations", path: "/tenant/conditional/deploy-named-location" }, + { title: "GDAP Management", path: "/cipp/gdap" }, + { title: "Invite Wizard", path: "/tenant/administration/gdap-invite-wizard" }, + { title: "Invite List", path: "/tenant/administration/gdap-invites" }, + { title: "GDAP Relationships", path: "/tenant/administration/gdap-relationships" }, + { title: "Role Wizard", path: "/tenant/administration/gdap-role-wizard" }, + { title: "GDAP Roles", path: "/tenant/administration/gdap-roles" }, + { title: "Reports", path: "/tenant/reports" }, + { title: "Licence Report", path: "/tenant/administration/list-licenses" }, + { title: "Consented Applications", path: "/tenant/administration/application-consent" }, + { title: "Service Health", path: "/tenant/administration/service-health" }, + { title: "Incidents", path: "/security/incidents/list-incidents" }, + { title: "Alerts", path: "/security/incidents/list-alerts" }, + { title: "Defender Status", path: "/security/defender/list-defender" }, + { title: "Defender Deployment", path: "/security/defender/deployment" }, + { title: "Vulnerabilities", path: "/security/defender/list-defender-tvm" }, + { title: "Device Compliance", path: "/security/reports/list-device-compliance" }, + { title: "Safe Links", path: "/security/safelinks/safelinks" }, + { title: "Safe Links Templates", path: "/security/safelinks/safelinks-template" }, + { title: "Applications", path: "/endpoint/applications/list" }, + { title: "Application Queue", path: "/endpoint/applications/queue" }, + { title: "Add Choco App", path: "/endpoint/applications/add-choco-app" }, + { title: "Add Store App", path: "/endpoint/applications/add-winget-app" }, + { title: "Add Office App", path: "/endpoint/applications/add-office-app" }, + { title: "Add MSP App", path: "/endpoint/applications/add-rmm-app" }, + { title: "Autopilot Devices", path: "/endpoint/autopilot/list-devices" }, + { title: "Add Autopilot Device", path: "/endpoint/autopilot/add-device" }, + { title: "Profiles", path: "/endpoint/autopilot/list-profiles" }, + { title: "Add Profile", path: "/endpoint/autopilot/add-profile" }, + { title: "Status Pages", path: "/endpoint/autopilot/list-status-pages" }, + { title: "Devices", path: "/endpoint/MEM/devices" }, + { title: "Configuration Policies", path: "/endpoint/MEM/list-policies" }, + { title: "Compliance Policies", path: "/endpoint/MEM/list-compliance-policies" }, + { title: "Protection Policies", path: "/endpoint/MEM/list-appprotection-policies" }, + { title: "Apply Policy", path: "/endpoint/MEM/add-policy" }, + { title: "Policy Templates", path: "/endpoint/MEM/list-templates" }, + { title: "Add Policy Template", path: "/endpoint/MEM/add-policy-template" }, + { title: "OneDrive", path: "/teams-share/onedrive/list" }, + { title: "SharePoint", path: "/teams-share/sharepoint/list-sharepoint" }, + { title: "Teams", path: "/teams-share/teams/list-team" }, + { title: "Add Team", path: "/teams-share/teams/add-team" }, + { title: "Teams Activity", path: "/teams-share/teams/teams-activity" }, + { title: "Business Voice", path: "/teams-share/teams/business-voice" }, + { title: "Mailboxes", path: "/email/administration/mailboxes" }, + { title: "Deleted Mailboxes", path: "/email/administration/deleted-mailboxes" }, + { title: "Mailbox Rules", path: "/email/administration/mailbox-rules" }, + { title: "Contacts", path: "/email/administration/contacts" }, + { title: "Contact Templates", path: "/email/administration/contacts-template" }, + { title: "Quarantine", path: "/email/administration/quarantine" }, + { title: "Tenant Allow/Block Lists", path: "/email/administration/tenant-allow-block-lists" }, + { title: "Mailbox Restore Wizard", path: "/email/tools/mailbox-restore-wizard" }, + { title: "Mailbox Restores", path: "/email/tools/mailbox-restores" }, + { title: "Mail Test", path: "/email/tools/mail-test" }, + { title: "Message Viewer", path: "/email/tools/message-viewer" }, + { title: "Transport rules", path: "/email/transport/list-rules" }, + { title: "Deploy Transport rule", path: "/email/transport/deploy-rules" }, + { title: "Transport Templates", path: "/email/transport/list-templates" }, + { title: "Connectors", path: "/email/transport/list-connectors" }, + { title: "Deploy Connector Templates", path: "/email/connectors/deploy-connector" }, + { title: "Connector Templates", path: "/email/transport/list-connector-templates" }, + { title: "Spamfilter", path: "/email/spamfilter/list-spamfilter" }, + { title: "Apply Spamfilter Template", path: "/email/spamfilter/deploy" }, + { title: "Templates", path: "/email/spamfilter/list-templates" }, + { title: "Rooms", path: "/resources/management/list-rooms" }, + { title: "Room Lists", path: "/resources/management/room-lists" }, + { title: "Mailbox Statistics", path: "/email/reports/mailbox-statistics" }, + { title: "Mailbox Client Access Settings", path: "/email/reports/mailbox-cas-settings" }, + { title: "Message Trace", path: "/email/reports/message-trace" }, + { title: "Anti-Phishing Filters", path: "/email/reports/antiphishing-filters" }, + { title: "Malware Filters", path: "/email/reports/malware-filters" }, + { title: "Safe Attachments Filters", path: "/email/reports/safeattachments-filters" }, + { + title: "Shared Mailbox with Enabled Account", + path: "/email/reports/SharedMailboxEnabledAccount", + }, + { title: "Settings", path: "/cipp/settings" }, + { title: "Extensions Settings", path: "/cipp/extensions" }, + { title: "Extension Sync", path: "/cipp/extension-sync" }, + { title: "User Settings", path: "/cipp/user-settings" }, + { title: "Scheduler", path: "/cipp/scheduler" }, + { title: "Logbook", path: "/cipp/logs" }, + { title: "Statistics", path: "/cipp/statistics" }, + { title: "SAM Setup Wizard", path: "/onboarding" }, + { title: "Log Out", path: "/logout" }, +]; + +// Template for the placeholder page +const placeholderTemplate = (title) => ` +import { Layout as DashboardLayout } from "/src/layouts/index.js"; + +const Page = () => { + const pageTitle = "${title}"; + + return ( +
+

{pageTitle}

+

This is a placeholder page for the ${title.toLowerCase()} section.

+
+ ); +}; + +Page.getLayout = (page) => {page}; + +export default Page; +`; + +// Function to create the placeholder pages +const createPlaceholderPages = () => { + pages.forEach(({ path: pagePath, title }) => { + const dirPath = path.join(__dirname, "src", "pages", ...pagePath.split("/")); + const filePath = path.join(dirPath, "index.js"); + + // Ensure the directory exists + fs.mkdirSync(dirPath, { recursive: true }); + + // Check if the file already exists + if (!fs.existsSync(filePath)) { + // Write the placeholder page + fs.writeFileSync(filePath, placeholderTemplate(title), "utf8"); + } else { + } + }); +}; + +// Run the function to create the pages +createPlaceholderPages(); diff --git a/index.html b/index.html deleted file mode 100644 index 0715762939da..000000000000 --- a/index.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - CIPP - - - - - - - - - - - -
- - - diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 35496702afff..000000000000 --- a/jsconfig.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "compilerOptions": { - "module": "ESNext", - "baseUrl": "./", - "checkJs": false, - "moduleResolution": "node", - "jsx": "react" - }, - "include": ["./src"], - "exclude": ["node_modules/"] -} diff --git a/next.config.js b/next.config.js new file mode 100644 index 000000000000..7a97a124b4bb --- /dev/null +++ b/next.config.js @@ -0,0 +1,21 @@ +/** @type {import('next').NextConfig} */ +const config = { + reactStrictMode: false, + images: { + unoptimized: true, + }, + webpack(config) { + config.module.rules.push({ + test: /\.svg$/, + use: ["@svgr/webpack"], + }); + return config; + }, + async redirects() { + return []; + }, + output: "export", + distDir: "./out", +}; + +module.exports = config; diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 52097c7d8d38..000000000000 --- a/package-lock.json +++ /dev/null @@ -1,9380 +0,0 @@ -{ - "name": "cipp", - "version": "6.2.2", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "cipp", - "version": "6.2.2", - "license": "AGPL-3.0", - "dependencies": { - "@coreui/chartjs": "^3.0.0", - "@coreui/coreui": "^4.3.0", - "@coreui/react": "^4.11.0", - "@coreui/react-chartjs": "^2.1.3", - "@coreui/utils": "^1.3.1", - "@fortawesome/fontawesome-svg-core": "^6.5.1", - "@fortawesome/free-brands-svg-icons": "^6.5.1", - "@fortawesome/free-regular-svg-icons": "^6.5.1", - "@fortawesome/free-solid-svg-icons": "^6.5.1", - "@fortawesome/react-fontawesome": "^0.2.0", - "@monaco-editor/react": "^4.5.2", - "@popperjs/core": "^2.10.2", - "@reduxjs/toolkit": "^1.9.7", - "@rjsf/bootstrap-4": "^5.12.1", - "@rjsf/core": "^5.12.1", - "@rjsf/utils": "^5.12.1", - "@rjsf/validator-ajv8": "^5.12.1", - "@uiw/react-json-view": "^2.0.0-alpha.23", - "axios": "^1.6.2", - "buffer": "^6.0.3", - "chart.js": "^3.5.1", - "classnames": "^2.3.1", - "core-js": "^3.18.3", - "dompurify": "^3.1.6", - "eml-parse-js": "^1.1.14", - "enzyme": "^3.11.0", - "final-form": "^4.20.4", - "final-form-arrays": "^3.1.0", - "fuse.js": "^7.0.0", - "fuzzysort": "^1.1.4", - "javascript-time-ago": "^2.5.9", - "jspdf": "^2.4.0", - "jspdf-autotable": "^3.5.23", - "lodash-es": "^4.17.21", - "moment": "^2.29.1", - "prop-types": "^15.7.2", - "react": "^18.2.0", - "react-app-polyfill": "^2.0.0", - "react-bootstrap": "^1.6.5", - "react-circular-progressbar": "^2.1.0", - "react-copy-to-clipboard": "^5.1.0", - "react-data-table-component": "^7.4.5", - "react-datepicker": "^4.10.0", - "react-dom": "^18.2.0", - "react-dropzone": "^14.2.3", - "react-final-form": "^6.5.9", - "react-final-form-arrays": "^3.1.4", - "react-final-form-listeners": "^1.0.3", - "react-helmet-async": "^1.3.0", - "react-hotkeys-hook": "^3.4.4", - "react-html-parser": "^2.0.2", - "react-loading-skeleton": "^3.1.0", - "react-masonry-component": "^6.3.0", - "react-media-hook": "^0.4.9", - "react-papaparse": "^3.18.2", - "react-redux": "^7.2.5", - "react-router-dom": "^6.1.1", - "react-select": "^5.3.0", - "react-select-search": "^3.0.8", - "react-syntax-highlighter": "^15.4.5", - "react-time-ago": "^7.2.1", - "redux": "4.1.1", - "redux-persist": "^6.0.0", - "simplebar-react": "^2.3.6", - "source-map-loader": "^3.0.0", - "styled-components": "^5.3.11" - }, - "devDependencies": { - "@types/react": "^18.2.39", - "@types/react-helmet": "^6.1.5", - "@vitejs/plugin-react": "^4.2.1", - "auto-changelog": "~2.3.0", - "browserslist-to-esbuild": "^1.2.0", - "eslint": "^8.54.0", - "eslint-config-prettier": "^8.3.0", - "eslint-import-resolver-custom-alias": "^1.3.2", - "eslint-plugin-import": "^2.29.0", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.4", - "husky": "^7.0.4", - "postcss-scss": "^4.0.3", - "prettier": "2.4.1", - "redux-immutable-state-invariant": "^2.1.0", - "sass": "^1.64.2", - "stylelint": "^14.3.0", - "stylelint-config-sass-guidelines": "^9.0.1", - "stylelint-order": "^5.0.0", - "vite": "^5.0.6", - "vite-plugin-eslint": "^1.8.1" - }, - "engines": { - "node": "18", - "npm": ">=8.3.0" - } - }, - "node_modules/@aashutoshrathi/word-wrap": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", - "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", - "dependencies": { - "@babel/highlight": "^7.23.4", - "chalk": "^2.4.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", - "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz", - "integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==", - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-compilation-targets": "^7.23.6", - "@babel/helper-module-transforms": "^7.23.3", - "@babel/helpers": "^7.24.0", - "@babel/parser": "^7.24.0", - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/generator": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", - "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", - "dependencies": { - "@babel/types": "^7.23.6", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", - "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", - "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", - "dependencies": { - "@babel/compat-data": "^7.23.5", - "@babel/helper-validator-option": "^7.23.5", - "browserslist": "^4.22.2", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", - "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", - "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", - "dependencies": { - "@babel/template": "^7.22.15", - "@babel/types": "^7.23.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", - "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", - "dependencies": { - "@babel/types": "^7.22.15" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", - "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", - "dependencies": { - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.20" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz", - "integrity": "sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", - "dependencies": { - "@babel/types": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", - "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz", - "integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==", - "dependencies": { - "@babel/template": "^7.24.0", - "@babel/traverse": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", - "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz", - "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==", - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", - "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.23.3.tgz", - "integrity": "sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.23.3.tgz", - "integrity": "sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.24.0.tgz", - "integrity": "sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", - "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz", - "integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==", - "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", - "@babel/helper-environment-visitor": "^7.22.20", - "@babel/helper-function-name": "^7.23.0", - "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.24.0", - "@babel/types": "^7.24.0", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz", - "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==", - "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@coreui/chartjs": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@coreui/chartjs/-/chartjs-3.1.2.tgz", - "integrity": "sha512-d3MGk3KZNAt29VRKP/XYiGmT56KTqtuOhLEg5HNwb7P7ZmEgOJoHxFHVCVE4I36hfgQCjZZVknsuk2ZTfF/2fw==", - "dependencies": { - "@coreui/coreui": "^4.2.6", - "chart.js": "^3.9.1" - } - }, - "node_modules/@coreui/coreui": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@coreui/coreui/-/coreui-4.3.0.tgz", - "integrity": "sha512-2bx5E9YT17td4K7hZapudypSPx7a5jYg8NpSCTLRStPTWOBlL5XVF7fz3yUn2S6DQE1VmnbrXQpuS5LzmptRLQ==", - "dependencies": { - "postcss-combine-duplicated-selectors": "^10.0.3" - }, - "peerDependencies": { - "@popperjs/core": "^2.11.6" - } - }, - "node_modules/@coreui/react": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/@coreui/react/-/react-4.11.1.tgz", - "integrity": "sha512-2EYnV6kpyH8/648+iffRy/I/xCEnD2MnEOuo1LPiUSX7EqoHn5M3fI+sf4vM9Wrqz4Gv2gxCl8DNRpk2xcLANQ==", - "peerDependencies": { - "@coreui/coreui": "4.3.0", - "react": ">=17", - "react-dom": ">=17" - } - }, - "node_modules/@coreui/react-chartjs": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@coreui/react-chartjs/-/react-chartjs-2.1.3.tgz", - "integrity": "sha512-Boj2LhlGlAVIdPRDDIyF5nbupIg9ohhpdLXW28ch0A0ZMpJvf0AwBoibV4Uo6agcN7jSq2uvgudNC3aJTMg/8w==", - "dependencies": { - "@coreui/chartjs": "^3.1.1", - "chart.js": "3.9.1" - }, - "peerDependencies": { - "react": ">=17", - "react-dom": ">=17" - } - }, - "node_modules/@coreui/utils": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@coreui/utils/-/utils-1.3.1.tgz", - "integrity": "sha512-WuWHX7bg89cJH34TWVsLe9RsxzBhTApj+X2Ja19xhjcpxt5Gv11Ozm+fwYt6DD7DgncTvpwYrMcnNlpp701UOg==", - "engines": { - "node": ">=8.9.0", - "npm": ">= 5.6.0" - } - }, - "node_modules/@csstools/selector-specificity": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz", - "integrity": "sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==", - "dev": true, - "engines": { - "node": "^14 || ^16 || >=18" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss-selector-parser": "^6.0.10" - } - }, - "node_modules/@emotion/babel-plugin": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz", - "integrity": "sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ==", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.1", - "@emotion/memoize": "^0.8.1", - "@emotion/serialize": "^1.1.2", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/babel-plugin/node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==" - }, - "node_modules/@emotion/babel-plugin/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@emotion/babel-plugin/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@emotion/cache": { - "version": "11.11.0", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz", - "integrity": "sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ==", - "dependencies": { - "@emotion/memoize": "^0.8.1", - "@emotion/sheet": "^1.2.2", - "@emotion/utils": "^1.2.1", - "@emotion/weak-memoize": "^0.3.1", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/hash": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz", - "integrity": "sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ==" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.2.tgz", - "integrity": "sha512-uNsoYd37AFmaCdXlg6EYD1KaPOaRWRByMCYzbKUX4+hhMfrxdVSelShywL4JVaAeM/eHUOSprYBQls+/neX3pw==", - "dependencies": { - "@emotion/memoize": "^0.8.1" - } - }, - "node_modules/@emotion/memoize": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz", - "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" - }, - "node_modules/@emotion/react": { - "version": "11.11.4", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz", - "integrity": "sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.11.0", - "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", - "@emotion/utils": "^1.2.1", - "@emotion/weak-memoize": "^0.3.1", - "hoist-non-react-statics": "^3.3.1" - }, - "peerDependencies": { - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/serialize": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz", - "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", - "dependencies": { - "@emotion/hash": "^0.9.1", - "@emotion/memoize": "^0.8.1", - "@emotion/unitless": "^0.8.1", - "@emotion/utils": "^1.2.1", - "csstype": "^3.0.2" - } - }, - "node_modules/@emotion/sheet": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz", - "integrity": "sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==" - }, - "node_modules/@emotion/stylis": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz", - "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==" - }, - "node_modules/@emotion/unitless": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", - "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" - }, - "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz", - "integrity": "sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw==", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@emotion/utils": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz", - "integrity": "sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg==" - }, - "node_modules/@emotion/weak-memoize": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz", - "integrity": "sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww==" - }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", - "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", - "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", - "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", - "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", - "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", - "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", - "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", - "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", - "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", - "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", - "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", - "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", - "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", - "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", - "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", - "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", - "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", - "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", - "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", - "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", - "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", - "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", - "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.10.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", - "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", - "dev": true, - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", - "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", - "dev": true, - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/eslintrc/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/@eslint/eslintrc/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@eslint/js": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", - "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/@floating-ui/core": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.0.tgz", - "integrity": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==", - "dependencies": { - "@floating-ui/utils": "^0.2.1" - } - }, - "node_modules/@floating-ui/dom": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.3.tgz", - "integrity": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==", - "dependencies": { - "@floating-ui/core": "^1.0.0", - "@floating-ui/utils": "^0.2.0" - } - }, - "node_modules/@floating-ui/utils": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", - "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" - }, - "node_modules/@fortawesome/fontawesome-common-types": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.5.1.tgz", - "integrity": "sha512-GkWzv+L6d2bI5f/Vk6ikJ9xtl7dfXtoRu3YGE6nq0p/FFqA1ebMOAWg3XgRyb0I6LYyYkiAo+3/KrwuBp8xG7A==", - "hasInstallScript": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@fortawesome/fontawesome-svg-core": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.5.1.tgz", - "integrity": "sha512-MfRCYlQPXoLlpem+egxjfkEuP9UQswTrlCOsknus/NcMoblTH2g0jPrapbcIb04KGA7E2GZxbAccGZfWoYgsrQ==", - "hasInstallScript": true, - "dependencies": { - "@fortawesome/fontawesome-common-types": "6.5.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@fortawesome/free-brands-svg-icons": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-6.5.1.tgz", - "integrity": "sha512-093l7DAkx0aEtBq66Sf19MgoZewv1zeY9/4C7vSKPO4qMwEsW/2VYTUTpBtLwfb9T2R73tXaRDPmE4UqLCYHfg==", - "hasInstallScript": true, - "dependencies": { - "@fortawesome/fontawesome-common-types": "6.5.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@fortawesome/free-regular-svg-icons": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@fortawesome/free-regular-svg-icons/-/free-regular-svg-icons-6.5.1.tgz", - "integrity": "sha512-m6ShXn+wvqEU69wSP84coxLbNl7sGVZb+Ca+XZq6k30SzuP3X4TfPqtycgUh9ASwlNh5OfQCd8pDIWxl+O+LlQ==", - "hasInstallScript": true, - "dependencies": { - "@fortawesome/fontawesome-common-types": "6.5.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@fortawesome/free-solid-svg-icons": { - "version": "6.5.1", - "resolved": "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.5.1.tgz", - "integrity": "sha512-S1PPfU3mIJa59biTtXJz1oI0+KAXW6bkAb31XKhxdxtuXDiUIFsih4JR1v5BbxY7hVHsD1RKq+jRkVRaf773NQ==", - "hasInstallScript": true, - "dependencies": { - "@fortawesome/fontawesome-common-types": "6.5.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@fortawesome/react-fontawesome": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.0.tgz", - "integrity": "sha512-uHg75Rb/XORTtVt7OS9WoK8uM276Ufi7gCzshVWkUJbHhh3svsUUeqXerrM96Wm7fRiDzfKRwSoahhMIkGAYHw==", - "dependencies": { - "prop-types": "^15.8.1" - }, - "peerDependencies": { - "@fortawesome/fontawesome-svg-core": "~1 || ~6", - "react": ">=16.3" - } - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", - "dev": true, - "dependencies": { - "@humanwhocodes/object-schema": "^2.0.2", - "debug": "^4.3.1", - "minimatch": "^3.0.5" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true, - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz", - "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==", - "dev": true - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/source-map": { - "version": "0.3.6", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", - "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", - "peer": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@juggle/resize-observer": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz", - "integrity": "sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==" - }, - "node_modules/@monaco-editor/loader": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@monaco-editor/loader/-/loader-1.4.0.tgz", - "integrity": "sha512-00ioBig0x642hytVspPl7DbQyaSWRaolYie/UFNjoTdvoKPzo6xrXLhTk9ixgIKcLH5b5vDOjVNiGyY+uDCUlg==", - "dependencies": { - "state-local": "^1.0.6" - }, - "peerDependencies": { - "monaco-editor": ">= 0.21.0 < 1" - } - }, - "node_modules/@monaco-editor/react": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/@monaco-editor/react/-/react-4.6.0.tgz", - "integrity": "sha512-RFkU9/i7cN2bsq/iTkurMWOEErmYcY6JiQI3Jn+WeR/FGISH8JbHERjpS9oRuSOPvDMJI0Z8nJeKkbOs9sBYQw==", - "dependencies": { - "@monaco-editor/loader": "^1.4.0" - }, - "peerDependencies": { - "monaco-editor": ">= 0.25.0 < 1", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dev": true, - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@popperjs/core": { - "version": "2.11.8", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", - "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, - "node_modules/@react-icons/all-files": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@react-icons/all-files/-/all-files-4.1.0.tgz", - "integrity": "sha512-hxBI2UOuVaI3O/BhQfhtb4kcGn9ft12RWAFVMUeNjqqhLsHvFtzIkFaptBJpFDANTKoDfdVoHTKZDlwKCACbMQ==", - "peerDependencies": { - "react": "*" - } - }, - "node_modules/@reduxjs/toolkit": { - "version": "1.9.7", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.9.7.tgz", - "integrity": "sha512-t7v8ZPxhhKgOKtU+uyJT13lu4vL7az5aFi4IdoDs/eS548edn2M8Ik9h8fxgvMjGoAUVFSt6ZC1P5cWmQ014QQ==", - "dependencies": { - "immer": "^9.0.21", - "redux": "^4.2.1", - "redux-thunk": "^2.4.2", - "reselect": "^4.1.8" - }, - "peerDependencies": { - "react": "^16.9.0 || ^17.0.0 || ^18", - "react-redux": "^7.2.1 || ^8.0.2" - }, - "peerDependenciesMeta": { - "react": { - "optional": true - }, - "react-redux": { - "optional": true - } - } - }, - "node_modules/@reduxjs/toolkit/node_modules/redux": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz", - "integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==", - "dependencies": { - "@babel/runtime": "^7.9.2" - } - }, - "node_modules/@remix-run/router": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.15.3.tgz", - "integrity": "sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==", - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/@restart/context": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz", - "integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==", - "peerDependencies": { - "react": ">=16.3.2" - } - }, - "node_modules/@restart/hooks": { - "version": "0.4.16", - "resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.4.16.tgz", - "integrity": "sha512-f7aCv7c+nU/3mF7NWLtVVr0Ra80RqsO89hO72r+Y/nvQr5+q0UFGkocElTH6MJApvReVh6JHUFYn2cw1WdHF3w==", - "dependencies": { - "dequal": "^2.0.3" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@rjsf/bootstrap-4": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@rjsf/bootstrap-4/-/bootstrap-4-5.17.1.tgz", - "integrity": "sha512-23NZ5qB0eYmJRY1UgI66mTAp4lyGXSgduyr7UX35fsBFy91CzP/FozL1P/muRcEslRqBJhDgrWbMdw99eLSO1w==", - "dependencies": { - "@react-icons/all-files": "^4.1.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@rjsf/core": "^5.16.x", - "@rjsf/utils": "^5.16.x", - "react": "^16.14.0 || >=17", - "react-bootstrap": "^1.6.5" - } - }, - "node_modules/@rjsf/core": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@rjsf/core/-/core-5.17.1.tgz", - "integrity": "sha512-COZSuumwHskWN8Pz3RxdxvuQUP6M/qBMXAkIi+TSWLFLaF6SUugpLiceMT1jGemDCr7fOSTiPxjkToSsgpvueQ==", - "dependencies": { - "lodash": "^4.17.21", - "lodash-es": "^4.17.21", - "markdown-to-jsx": "^7.4.1", - "nanoid": "^3.3.7", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@rjsf/utils": "^5.16.x", - "react": "^16.14.0 || >=17" - } - }, - "node_modules/@rjsf/utils": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.17.1.tgz", - "integrity": "sha512-q1Igz/cuM2hi+jiXFkoaXqdRTUFB+a0jfVKNmZlHmvPmfYeeJfcfyOTzO8dQ41fHNHUFb15ryxa/TblDQimwkA==", - "dependencies": { - "json-schema-merge-allof": "^0.8.1", - "jsonpointer": "^5.0.1", - "lodash": "^4.17.21", - "lodash-es": "^4.17.21", - "react-is": "^18.2.0" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": "^16.14.0 || >=17" - } - }, - "node_modules/@rjsf/validator-ajv8": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@rjsf/validator-ajv8/-/validator-ajv8-5.17.1.tgz", - "integrity": "sha512-KdvHsjDQ60b04fqnoqhfkiCv7E4n4NIHli8QU8dtpuUAVS/TOqDuOtDJVz6bv/rd/QNROGpxlO/OCccE0rmxLQ==", - "dependencies": { - "ajv": "^8.12.0", - "ajv-formats": "^2.1.1", - "lodash": "^4.17.21", - "lodash-es": "^4.17.21" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "@rjsf/utils": "^5.16.x" - } - }, - "node_modules/@rollup/pluginutils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz", - "integrity": "sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==", - "dev": true, - "dependencies": { - "estree-walker": "^2.0.1", - "picomatch": "^2.2.2" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.13.0.tgz", - "integrity": "sha512-5ZYPOuaAqEH/W3gYsRkxQATBW3Ii1MfaT4EQstTnLKViLi2gLSQmlmtTpGucNP3sXEpOiI5tdGhjdE111ekyEg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.13.0.tgz", - "integrity": "sha512-BSbaCmn8ZadK3UAQdlauSvtaJjhlDEjS5hEVVIN3A4bbl3X+otyf/kOJV08bYiRxfejP3DXFzO2jz3G20107+Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.13.0.tgz", - "integrity": "sha512-Ovf2evVaP6sW5Ut0GHyUSOqA6tVKfrTHddtmxGQc1CTQa1Cw3/KMCDEEICZBbyppcwnhMwcDce9ZRxdWRpVd6g==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.13.0.tgz", - "integrity": "sha512-U+Jcxm89UTK592vZ2J9st9ajRv/hrwHdnvyuJpa5A2ngGSVHypigidkQJP+YiGL6JODiUeMzkqQzbCG3At81Gg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.13.0.tgz", - "integrity": "sha512-8wZidaUJUTIR5T4vRS22VkSMOVooG0F4N+JSwQXWSRiC6yfEsFMLTYRFHvby5mFFuExHa/yAp9juSphQQJAijQ==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.13.0.tgz", - "integrity": "sha512-Iu0Kno1vrD7zHQDxOmvweqLkAzjxEVqNhUIXBsZ8hu8Oak7/5VTPrxOEZXYC1nmrBVJp0ZcL2E7lSuuOVaE3+w==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.13.0.tgz", - "integrity": "sha512-C31QrW47llgVyrRjIwiOwsHFcaIwmkKi3PCroQY5aVq4H0A5v/vVVAtFsI1nfBngtoRpeREvZOkIhmRwUKkAdw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.13.0.tgz", - "integrity": "sha512-Oq90dtMHvthFOPMl7pt7KmxzX7E71AfyIhh+cPhLY9oko97Zf2C9tt/XJD4RgxhaGeAraAXDtqxvKE1y/j35lA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.13.0.tgz", - "integrity": "sha512-yUD/8wMffnTKuiIsl6xU+4IA8UNhQ/f1sAnQebmE/lyQ8abjsVyDkyRkWop0kdMhKMprpNIhPmYlCxgHrPoXoA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.13.0.tgz", - "integrity": "sha512-9RyNqoFNdF0vu/qqX63fKotBh43fJQeYC98hCaf89DYQpv+xu0D8QFSOS0biA7cGuqJFOc1bJ+m2rhhsKcw1hw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.13.0.tgz", - "integrity": "sha512-46ue8ymtm/5PUU6pCvjlic0z82qWkxv54GTJZgHrQUuZnVH+tvvSP0LsozIDsCBFO4VjJ13N68wqrKSeScUKdA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.13.0.tgz", - "integrity": "sha512-P5/MqLdLSlqxbeuJ3YDeX37srC8mCflSyTrUsgbU1c/U9j6l2g2GiIdYaGD9QjdMQPMSgYm7hgg0551wHyIluw==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.13.0.tgz", - "integrity": "sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@sinonjs/text-encoding": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz", - "integrity": "sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==" - }, - "node_modules/@types/babel__core": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "node_modules/@types/babel__generator": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__traverse": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", - "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", - "dev": true, - "dependencies": { - "@babel/types": "^7.20.7" - } - }, - "node_modules/@types/eslint": { - "version": "8.56.5", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.5.tgz", - "integrity": "sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw==", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "peer": true, - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, - "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" - }, - "node_modules/@types/hast": { - "version": "2.3.10", - "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.10.tgz", - "integrity": "sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==", - "dependencies": { - "@types/unist": "^2" - } - }, - "node_modules/@types/hoist-non-react-statics": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.5.tgz", - "integrity": "sha512-SbcrWzkKBw2cdwRTwQAswfpB9g9LJWfjtUeW/jvNwbhC8cpmmNYVePa+ncbUe0rGTQ7G3Ff6mYUN2VMfLVr+Sg==", - "dependencies": { - "@types/react": "*", - "hoist-non-react-statics": "^3.3.0" - } - }, - "node_modules/@types/invariant": { - "version": "2.2.37", - "resolved": "https://registry.npmjs.org/@types/invariant/-/invariant-2.2.37.tgz", - "integrity": "sha512-IwpIMieE55oGWiXkQPSBY1nw1nFs6bsKXTFskNY8sdS17K24vyEBRQZEwlRS7ZmXCWnJcQtbxWzly+cODWGs2A==" - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", - "dev": true - }, - "node_modules/@types/minimist": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", - "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", - "dev": true - }, - "node_modules/@types/node": { - "version": "20.11.26", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.26.tgz", - "integrity": "sha512-YwOMmyhNnAWijOBQweOJnQPl068Oqd4K3OFbTc6AHJwzweUwwWG3GIFY74OKks2PJUDkQPeddOQES9mLn1CTEQ==", - "dependencies": { - "undici-types": "~5.26.4" - } - }, - "node_modules/@types/normalize-package-data": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", - "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", - "dev": true - }, - "node_modules/@types/papaparse": { - "version": "5.3.14", - "resolved": "https://registry.npmjs.org/@types/papaparse/-/papaparse-5.3.14.tgz", - "integrity": "sha512-LxJ4iEFcpqc6METwp9f6BV6VVc43m6MfH0VqFosHvrUgfXiFe6ww7R3itkOQ+TCK6Y+Iv/+RnnvtRZnkc5Kc9g==", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==" - }, - "node_modules/@types/prop-types": { - "version": "15.7.11", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz", - "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" - }, - "node_modules/@types/raf": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/@types/raf/-/raf-3.4.3.tgz", - "integrity": "sha512-c4YAvMedbPZ5tEyxzQdMoOhhJ4RD3rngZIdwC2/qDN3d7JpEhB6fiBRKVY1lg5B7Wk+uPBjn5f39j1/2MY1oOw==", - "optional": true - }, - "node_modules/@types/react": { - "version": "18.2.65", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.65.tgz", - "integrity": "sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==", - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-helmet": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/@types/react-helmet/-/react-helmet-6.1.11.tgz", - "integrity": "sha512-0QcdGLddTERotCXo3VFlUSWO3ztraw8nZ6e3zJSgG7apwV5xt+pJUS8ewPBqT4NYB1optGLprNQzFleIY84u/g==", - "dev": true, - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/react-redux": { - "version": "7.1.33", - "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.33.tgz", - "integrity": "sha512-NF8m5AjWCkert+fosDsN3hAlHzpjSiXlVy9EgQEmLoBhaNXbmyeGs/aj5dQzKuF+/q+S7JQagorGDW8pJ28Hmg==", - "dependencies": { - "@types/hoist-non-react-statics": "^3.3.0", - "@types/react": "*", - "hoist-non-react-statics": "^3.3.0", - "redux": "^4.0.0" - } - }, - "node_modules/@types/react-transition-group": { - "version": "4.4.10", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.10.tgz", - "integrity": "sha512-hT/+s0VQs2ojCX823m60m5f0sL5idt9SO6Tj6Dg+rdphGPIeJbJ6CxvBYkgkGKrYeDjvIpKTR38UzmtHJOGW3Q==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/scheduler": { - "version": "0.16.8", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", - "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" - }, - "node_modules/@types/unist": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", - "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" - }, - "node_modules/@types/warning": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/warning/-/warning-3.0.3.tgz", - "integrity": "sha512-D1XC7WK8K+zZEveUPY+cf4+kgauk8N4eHr/XIHXGlGYkHLud6hK9lYfZk1ry1TNh798cZUCgb6MqGEG8DkJt6Q==" - }, - "node_modules/@uiw/react-json-view": { - "version": "2.0.0-alpha.23", - "resolved": "https://registry.npmjs.org/@uiw/react-json-view/-/react-json-view-2.0.0-alpha.23.tgz", - "integrity": "sha512-GT0fy/K7+xSsfhvV4PVx2qPRomr/RjzFnerCjglfTYX0oEjFe9S2UwnhqOBaSHrfaCL6ccALZ2c+qV73eqop9Q==", - "funding": { - "url": "https://jaywcjlove.github.io/#/sponsor" - }, - "peerDependencies": { - "@babel/runtime": ">=7.10.0", - "react": ">=18.0.0", - "react-dom": ">=18.0.0" - } - }, - "node_modules/@ungap/structured-clone": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", - "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", - "dev": true - }, - "node_modules/@vitejs/plugin-react": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz", - "integrity": "sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.23.5", - "@babel/plugin-transform-react-jsx-self": "^7.23.3", - "@babel/plugin-transform-react-jsx-source": "^7.23.3", - "@types/babel__core": "^7.20.5", - "react-refresh": "^0.14.0" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "peerDependencies": { - "vite": "^4.2.0 || ^5.0.0" - } - }, - "node_modules/@webassemblyjs/ast": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", - "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", - "peer": true, - "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6" - } - }, - "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", - "peer": true - }, - "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", - "peer": true - }, - "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", - "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", - "peer": true - }, - "node_modules/@webassemblyjs/helper-numbers": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", - "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", - "peer": true, - "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", - "peer": true - }, - "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", - "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6" - } - }, - "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", - "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", - "peer": true, - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@webassemblyjs/leb128": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", - "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", - "peer": true, - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@webassemblyjs/utf8": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", - "peer": true - }, - "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", - "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-opt": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6", - "@webassemblyjs/wast-printer": "1.11.6" - } - }, - "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", - "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", - "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6" - } - }, - "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", - "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-api-error": "1.11.6", - "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/ieee754": "1.11.6", - "@webassemblyjs/leb128": "1.11.6", - "@webassemblyjs/utf8": "1.11.6" - } - }, - "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", - "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", - "peer": true, - "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@xtuc/ieee754": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", - "peer": true - }, - "node_modules/@xtuc/long": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", - "peer": true - }, - "node_modules/abab": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", - "deprecated": "Use your platform's native atob() and btoa() methods instead" - }, - "node_modules/acorn": { - "version": "8.11.3", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", - "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-import-assertions": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", - "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", - "peer": true, - "peerDependencies": { - "acorn": "^8" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true, - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/ajv": { - "version": "8.12.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", - "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "json-schema-traverse": "^1.0.0", - "require-from-string": "^2.0.2", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", - "dependencies": { - "ajv": "^8.0.0" - }, - "peerDependencies": { - "ajv": "^8.0.0" - }, - "peerDependenciesMeta": { - "ajv": { - "optional": true - } - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "node_modules/array-buffer-byte-length": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", - "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", - "dependencies": { - "call-bind": "^1.0.5", - "is-array-buffer": "^3.0.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-includes": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", - "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/array.prototype.filter": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz", - "integrity": "sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-array-method-boxes-properly": "^1.0.0", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.findlast": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/array.prototype.findlast/-/array.prototype.findlast-1.2.4.tgz", - "integrity": "sha512-BMtLxpV+8BD+6ZPFIWmnUBpQoy+A+ujcg4rhp2iwCRJYA7PEh2MS4NL3lz8EiDlLrJPp2hg9qWihr5pd//jcGw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.3.0", - "es-shim-unscopables": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.findlastindex": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.4.tgz", - "integrity": "sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.3.0", - "es-shim-unscopables": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flat": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", - "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flatmap": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", - "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.toreversed": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/array.prototype.toreversed/-/array.prototype.toreversed-1.1.2.tgz", - "integrity": "sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" - } - }, - "node_modules/array.prototype.tosorted": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.3.tgz", - "integrity": "sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.1.0", - "es-shim-unscopables": "^1.0.2" - } - }, - "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", - "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", - "dependencies": { - "array-buffer-byte-length": "^1.0.1", - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.2.1", - "get-intrinsic": "^1.2.3", - "is-array-buffer": "^3.0.4", - "is-shared-array-buffer": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/arrify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" - }, - "node_modules/astral-regex": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", - "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/asynciterator.prototype": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", - "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", - "dev": true, - "dependencies": { - "has-symbols": "^1.0.3" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" - }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/attr-accept": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz", - "integrity": "sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/auto-changelog": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/auto-changelog/-/auto-changelog-2.3.0.tgz", - "integrity": "sha512-S2B+RtTgytsa7l5iFGBoWT9W9ylITT5JJ8OaMJ7nrwvnlRm1dSS2tghaYueDeInZZafOE+1llH3tUQjMDRVS1g==", - "dev": true, - "dependencies": { - "commander": "^5.0.0", - "handlebars": "^4.7.3", - "node-fetch": "^2.6.0", - "parse-github-url": "^1.0.2", - "semver": "^6.3.0" - }, - "bin": { - "auto-changelog": "src/index.js" - }, - "engines": { - "node": ">=8.3" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", - "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", - "dependencies": { - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/axios": { - "version": "1.6.7", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", - "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", - "dependencies": { - "follow-redirects": "^1.15.4", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, - "node_modules/babel-plugin-styled-components": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.1.4.tgz", - "integrity": "sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "lodash": "^4.17.21", - "picomatch": "^2.3.1" - }, - "peerDependencies": { - "styled-components": ">= 2" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/base64-arraybuffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz", - "integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==", - "optional": true, - "engines": { - "node": ">= 0.6.0" - } - }, - "node_modules/base64-js": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", - "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/batch-processor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/batch-processor/-/batch-processor-1.0.0.tgz", - "integrity": "sha512-xoLQD8gmmR32MeuBHgH0Tzd5PuSZx71ZsbhVxOCRbgktZEPe4SQy7s9Z50uPp0F/f7iw2XmkHN2xkgbMfckMDA==" - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", - "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/browserslist-to-esbuild": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/browserslist-to-esbuild/-/browserslist-to-esbuild-1.2.0.tgz", - "integrity": "sha512-ftrrbI/VHBgEnmnSyhkqvQVMp6jAKybfs0qMIlm7SLBrQTGMsdCIP4q3BoKeLsZTBQllIQtY9kbxgRYV2WU47g==", - "dev": true, - "dependencies": { - "browserslist": "^4.17.3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/btoa": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/btoa/-/btoa-1.2.1.tgz", - "integrity": "sha512-SB4/MIGlsiVkMcHmT+pSmIPoNDoHg+7cMzmt3Uxt628MTz2487DKSqK/fuhFBrkuqrYv5UCEnACpF4dTFNKc/g==", - "bin": { - "btoa": "bin/btoa.js" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/buffer": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", - "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "base64-js": "^1.3.1", - "ieee754": "^1.2.1" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "peer": true - }, - "node_modules/call-bind": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", - "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/camelize": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz", - "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/can-use-dom": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/can-use-dom/-/can-use-dom-0.1.0.tgz", - "integrity": "sha512-ceOhN1DL7Y4O6M0j9ICgmTYziV89WMd96SvSl0REd8PMgrY0B/WBOPoed5S1KUmJqXgUXh8gzSe6E3ae27upsQ==" - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001597", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz", - "integrity": "sha512-7LjJvmQU6Sj7bL0j5b5WY/3n7utXUJvAe1lxhsHDbLmwX9mdL86Yjtr+5SRCyf8qME4M7pU2hswj0FpyBVCv9w==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/canvg": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.10.tgz", - "integrity": "sha512-qwR2FRNO9NlzTeKIPIKpnTY6fqwuYSequ8Ru8c0YkYU7U0oW+hLUvWadLvAu1Rl72OMNiFhoLu4f8eUjQ7l/+Q==", - "optional": true, - "dependencies": { - "@babel/runtime": "^7.12.5", - "@types/raf": "^3.4.0", - "core-js": "^3.8.3", - "raf": "^3.4.1", - "regenerator-runtime": "^0.13.7", - "rgbcolor": "^1.0.1", - "stackblur-canvas": "^2.0.0", - "svg-pathdata": "^6.0.3" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/canvg/node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", - "optional": true - }, - "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/character-entities": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.4.tgz", - "integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-entities-legacy": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz", - "integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/character-reference-invalid": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", - "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/chart.js": { - "version": "3.9.1", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-3.9.1.tgz", - "integrity": "sha512-Ro2JbLmvg83gXF5F4sniaQ+lTbSv18E+TIf2cOeiH1Iqd2PGFOtem+DUufMZsCJwFE7ywPOpfXFBwRTGq7dh6w==" - }, - "node_modules/cheerio": { - "version": "1.0.0-rc.12", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz", - "integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==", - "dependencies": { - "cheerio-select": "^2.1.0", - "dom-serializer": "^2.0.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "htmlparser2": "^8.0.1", - "parse5": "^7.0.0", - "parse5-htmlparser2-tree-adapter": "^7.0.0" - }, - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/cheeriojs/cheerio?sponsor=1" - } - }, - "node_modules/cheerio-select": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", - "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", - "dependencies": { - "boolbase": "^1.0.0", - "css-select": "^5.1.0", - "css-what": "^6.1.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/chokidar": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", - "dev": true, - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/chokidar/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/chrome-trace-event": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", - "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "peer": true, - "engines": { - "node": ">=6.0" - } - }, - "node_modules/classnames": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", - "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" - }, - "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "node_modules/colord": { - "version": "2.9.3", - "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", - "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", - "dev": true - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/comma-separated-tokens": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.8.tgz", - "integrity": "sha512-GHuDRO12Sypu2cV70d1dkA2EUmXHgntrzbpvOB+Qy+49ypNfGgFQIC2fhhXbnyrJRynDCAARsT7Ou0M6hirpfw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/commander": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", - "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/compute-gcd": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/compute-gcd/-/compute-gcd-1.2.1.tgz", - "integrity": "sha512-TwMbxBNz0l71+8Sc4czv13h4kEqnchV9igQZBi6QUaz09dnz13juGnnaWWJTRsP3brxOoxeB4SA2WELLw1hCtg==", - "dependencies": { - "validate.io-array": "^1.0.3", - "validate.io-function": "^1.0.2", - "validate.io-integer-array": "^1.0.0" - } - }, - "node_modules/compute-lcm": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/compute-lcm/-/compute-lcm-1.1.2.tgz", - "integrity": "sha512-OFNPdQAXnQhDSKioX8/XYT6sdUlXwpeMjfd6ApxMJfyZ4GxmLR1xvMERctlYhlHwIiz6CSpBc2+qYKjHGZw4TQ==", - "dependencies": { - "compute-gcd": "^1.2.1", - "validate.io-array": "^1.0.3", - "validate.io-function": "^1.0.2", - "validate.io-integer-array": "^1.0.0" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" - }, - "node_modules/copy-to-clipboard": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz", - "integrity": "sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA==", - "dependencies": { - "toggle-selection": "^1.0.6" - } - }, - "node_modules/core-js": { - "version": "3.36.0", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.36.0.tgz", - "integrity": "sha512-mt7+TUBbTFg5+GngsAxeKBTl5/VS0guFeJacYge9OmHb+m058UwwIm41SE9T4Den7ClatV57B6TYTuJ0CX1MAw==", - "hasInstallScript": true, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/create-react-class": { - "version": "15.7.0", - "resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.7.0.tgz", - "integrity": "sha512-QZv4sFWG9S5RUvkTYWbflxeZX+JG7Cz0Tn33rQBJ+WFQTqTfUTjMjiv9tnfXazjsO5r0KhPs+AqCjyrQX6h2ng==", - "dependencies": { - "loose-envify": "^1.3.1", - "object-assign": "^4.1.1" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/css-color-keywords": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz", - "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/css-functions-list": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz", - "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==", - "dev": true, - "engines": { - "node": ">=12 || >=16" - } - }, - "node_modules/css-line-break": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/css-line-break/-/css-line-break-2.1.0.tgz", - "integrity": "sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==", - "optional": true, - "dependencies": { - "utrie": "^1.0.2" - } - }, - "node_modules/css-select": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", - "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", - "dependencies": { - "boolbase": "^1.0.0", - "css-what": "^6.1.0", - "domhandler": "^5.0.2", - "domutils": "^3.0.1", - "nth-check": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/css-to-react-native": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz", - "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==", - "dependencies": { - "camelize": "^1.0.0", - "css-color-keywords": "^1.0.0", - "postcss-value-parser": "^4.0.2" - } - }, - "node_modules/css-what": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", - "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "engines": { - "node": ">= 6" - }, - "funding": { - "url": "https://github.com/sponsors/fb55" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" - }, - "node_modules/date-fns": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", - "integrity": "sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==", - "dependencies": { - "@babel/runtime": "^7.21.0" - }, - "engines": { - "node": ">=0.11" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/date-fns" - } - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decamelize-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", - "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", - "dev": true, - "dependencies": { - "decamelize": "^1.1.0", - "map-obj": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/decamelize-keys/node_modules/map-obj": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", - "dev": true - }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/define-data-property": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", - "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", - "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/define-properties": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/dequal": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/desandro-matches-selector": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/desandro-matches-selector/-/desandro-matches-selector-2.0.2.tgz", - "integrity": "sha512-+1q0nXhdzg1IpIJdMKalUwvvskeKnYyEe3shPRwedNcWtnhEKT3ZxvFjzywHDeGcKViIxTCAoOYQWP1qD7VNyg==" - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dev": true, - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/discontinuous-range": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz", - "integrity": "sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==" - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "node_modules/dom-serializer": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", - "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.2", - "entities": "^4.2.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/domhandler": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", - "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", - "dependencies": { - "domelementtype": "^2.3.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/dompurify": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.1.6.tgz", - "integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==" - }, - "node_modules/domutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", - "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", - "dependencies": { - "dom-serializer": "^2.0.0", - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.4.701", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.701.tgz", - "integrity": "sha512-K3WPQ36bUOtXg/1+69bFlFOvdSm0/0bGqmsfPDLRXLanoKXdA+pIWuf/VbA9b+2CwBFuONgl4NEz4OEm+OJOKA==" - }, - "node_modules/element-resize-detector": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/element-resize-detector/-/element-resize-detector-1.2.4.tgz", - "integrity": "sha512-Fl5Ftk6WwXE0wqCgNoseKWndjzZlDCwuPTcoVZfCP9R3EHQF8qUtr3YUPNETegRBOKqQKPW3n4kiIWngGi8tKg==", - "dependencies": { - "batch-processor": "1.0.0" - } - }, - "node_modules/eml-parse-js": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/eml-parse-js/-/eml-parse-js-1.1.14.tgz", - "integrity": "sha512-6wUmZQ4k67CHGaQdNTukUMtCQ77e/676pRRsn/ga6CdaIwitzbQwqA/YTq/Wk+l1gghFJTPhbRyQphrAptK/GA==", - "dependencies": { - "@sinonjs/text-encoding": "^0.7.2", - "js-base64": "^3.7.2" - } - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/enhanced-resolve": { - "version": "5.16.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz", - "integrity": "sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==", - "peer": true, - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/entities": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", - "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", - "engines": { - "node": ">=0.12" - }, - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/enzyme": { - "version": "3.11.0", - "resolved": "https://registry.npmjs.org/enzyme/-/enzyme-3.11.0.tgz", - "integrity": "sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==", - "dependencies": { - "array.prototype.flat": "^1.2.3", - "cheerio": "^1.0.0-rc.3", - "enzyme-shallow-equal": "^1.0.1", - "function.prototype.name": "^1.1.2", - "has": "^1.0.3", - "html-element-map": "^1.2.0", - "is-boolean-object": "^1.0.1", - "is-callable": "^1.1.5", - "is-number-object": "^1.0.4", - "is-regex": "^1.0.5", - "is-string": "^1.0.5", - "is-subset": "^0.1.1", - "lodash.escape": "^4.0.1", - "lodash.isequal": "^4.5.0", - "object-inspect": "^1.7.0", - "object-is": "^1.0.2", - "object.assign": "^4.1.0", - "object.entries": "^1.1.1", - "object.values": "^1.1.1", - "raf": "^3.4.1", - "rst-selector-parser": "^2.2.3", - "string.prototype.trim": "^1.2.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/enzyme-shallow-equal": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.7.tgz", - "integrity": "sha512-/um0GFqUXnpM9SvKtje+9Tjoz3f1fpBC3eXRFrNs8kpYn69JljciYP7KZTqM/YQbUY9KUjvKB4jo/q+L6WGGvg==", - "dependencies": { - "hasown": "^2.0.0", - "object-is": "^1.1.5" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/es-abstract": { - "version": "1.22.5", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.5.tgz", - "integrity": "sha512-oW69R+4q2wG+Hc3KZePPZxOiisRIqfKBVo/HLx94QcJeWGU/8sZhCvc829rd1kS366vlJbzBfXf9yWwf0+Ko7w==", - "dependencies": { - "array-buffer-byte-length": "^1.0.1", - "arraybuffer.prototype.slice": "^1.0.3", - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "es-set-tostringtag": "^2.0.3", - "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.6", - "get-intrinsic": "^1.2.4", - "get-symbol-description": "^1.0.2", - "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.0.3", - "has-symbols": "^1.0.3", - "hasown": "^2.0.1", - "internal-slot": "^1.0.7", - "is-array-buffer": "^3.0.4", - "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.3", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.3", - "is-string": "^1.0.7", - "is-typed-array": "^1.1.13", - "is-weakref": "^1.0.2", - "object-inspect": "^1.13.1", - "object-keys": "^1.1.1", - "object.assign": "^4.1.5", - "regexp.prototype.flags": "^1.5.2", - "safe-array-concat": "^1.1.0", - "safe-regex-test": "^1.0.3", - "string.prototype.trim": "^1.2.8", - "string.prototype.trimend": "^1.0.7", - "string.prototype.trimstart": "^1.0.7", - "typed-array-buffer": "^1.0.2", - "typed-array-byte-length": "^1.0.1", - "typed-array-byte-offset": "^1.0.2", - "typed-array-length": "^1.0.5", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-array-method-boxes-properly": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", - "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==" - }, - "node_modules/es-define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", - "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", - "dependencies": { - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-errors": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-iterator-helpers": { - "version": "1.0.17", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.17.tgz", - "integrity": "sha512-lh7BsUqelv4KUbR5a/ZTaGGIMLCjPGPqJ6q+Oq24YP0RdyptX1uzm4vvaqzk7Zx3bpl/76YLTTDj9L7uYQ92oQ==", - "dev": true, - "dependencies": { - "asynciterator.prototype": "^1.0.0", - "call-bind": "^1.0.7", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.4", - "es-errors": "^1.3.0", - "es-set-tostringtag": "^2.0.2", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.7", - "iterator.prototype": "^1.1.2", - "safe-array-concat": "^1.1.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-module-lexer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", - "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==", - "peer": true - }, - "node_modules/es-set-tostringtag": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", - "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", - "dependencies": { - "get-intrinsic": "^1.2.4", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-shim-unscopables": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", - "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", - "dependencies": { - "hasown": "^2.0.0" - } - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/esbuild": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.12.tgz", - "integrity": "sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==", - "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.19.12", - "@esbuild/android-arm": "0.19.12", - "@esbuild/android-arm64": "0.19.12", - "@esbuild/android-x64": "0.19.12", - "@esbuild/darwin-arm64": "0.19.12", - "@esbuild/darwin-x64": "0.19.12", - "@esbuild/freebsd-arm64": "0.19.12", - "@esbuild/freebsd-x64": "0.19.12", - "@esbuild/linux-arm": "0.19.12", - "@esbuild/linux-arm64": "0.19.12", - "@esbuild/linux-ia32": "0.19.12", - "@esbuild/linux-loong64": "0.19.12", - "@esbuild/linux-mips64el": "0.19.12", - "@esbuild/linux-ppc64": "0.19.12", - "@esbuild/linux-riscv64": "0.19.12", - "@esbuild/linux-s390x": "0.19.12", - "@esbuild/linux-x64": "0.19.12", - "@esbuild/netbsd-x64": "0.19.12", - "@esbuild/openbsd-x64": "0.19.12", - "@esbuild/sunos-x64": "0.19.12", - "@esbuild/win32-arm64": "0.19.12", - "@esbuild/win32-ia32": "0.19.12", - "@esbuild/win32-x64": "0.19.12" - } - }, - "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/eslint": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", - "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", - "dev": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "@ungap/structured-clone": "^1.2.0", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-config-prettier": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", - "dev": true, - "bin": { - "eslint-config-prettier": "bin/cli.js" - }, - "peerDependencies": { - "eslint": ">=7.0.0" - } - }, - "node_modules/eslint-import-resolver-custom-alias": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-custom-alias/-/eslint-import-resolver-custom-alias-1.3.2.tgz", - "integrity": "sha512-wBPcZA2k6/IXaT8FsLMyiyVSG6WVEuaYIAbeKLXeGwr523BmeB9lKAAoLJWSqp3txsnU4gpkgD2x1q6K8k0uDQ==", - "dev": true, - "dependencies": { - "glob-parent": "^6.0.2", - "resolve": "^1.22.2" - }, - "peerDependencies": { - "eslint-plugin-import": ">=2.2.0" - } - }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", - "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", - "dev": true, - "dependencies": { - "debug": "^3.2.7", - "is-core-module": "^2.13.0", - "resolve": "^1.22.4" - } - }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-module-utils": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.1.tgz", - "integrity": "sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==", - "dev": true, - "dependencies": { - "debug": "^3.2.7" - }, - "engines": { - "node": ">=4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } - } - }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import": { - "version": "2.29.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz", - "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", - "dev": true, - "dependencies": { - "array-includes": "^3.1.7", - "array.prototype.findlastindex": "^1.2.3", - "array.prototype.flat": "^1.3.2", - "array.prototype.flatmap": "^1.3.2", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.8.0", - "hasown": "^2.0.0", - "is-core-module": "^2.13.1", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.7", - "object.groupby": "^1.0.1", - "object.values": "^1.1.7", - "semver": "^6.3.1", - "tsconfig-paths": "^3.15.0" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" - } - }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-prettier": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", - "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", - "dev": true, - "dependencies": { - "prettier-linter-helpers": "^1.0.0" - }, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "eslint": ">=7.28.0", - "prettier": ">=2.0.0" - }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } - } - }, - "node_modules/eslint-plugin-react": { - "version": "7.34.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz", - "integrity": "sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==", - "dev": true, - "dependencies": { - "array-includes": "^3.1.7", - "array.prototype.findlast": "^1.2.4", - "array.prototype.flatmap": "^1.3.2", - "array.prototype.toreversed": "^1.1.2", - "array.prototype.tosorted": "^1.1.3", - "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.0.17", - "estraverse": "^5.3.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.7", - "object.fromentries": "^2.0.7", - "object.hasown": "^1.1.3", - "object.values": "^1.1.7", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.5", - "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.10" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", - "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", - "dev": true, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" - } - }, - "node_modules/eslint-plugin-react-refresh": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.5.tgz", - "integrity": "sha512-D53FYKJa+fDmZMtriODxvhwrO+IOqrxoEo21gMA0sjHdU6dPVH4OhyFip9ypl8HOF5RV5KdTo+rBQLvnY2cO8w==", - "dev": true, - "peerDependencies": { - "eslint": ">=7" - } - }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dev": true, - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.5", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz", - "integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==", - "dev": true, - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", - "dev": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/eslint/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/globals": { - "version": "13.24.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", - "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", - "dev": true, - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/eslint/node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", - "dev": true, - "dependencies": { - "acorn": "^8.9.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", - "dev": true, - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estree-walker": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", - "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", - "dev": true - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ev-emitter": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz", - "integrity": "sha512-ipiDYhdQSCZ4hSbX4rMW+XzNKMD1prg/sTvoVmSLkuQ1MVlwjJQQA+sW8tMYR3BLUr9KjodFV4pvzunvRhd33Q==" - }, - "node_modules/events": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", - "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "peer": true, - "engines": { - "node": ">=0.8.x" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "node_modules/fast-diff": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", - "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", - "dev": true - }, - "node_modules/fast-glob": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", - "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", - "dev": true, - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", - "dev": true - }, - "node_modules/fastest-levenshtein": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", - "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", - "dev": true, - "engines": { - "node": ">= 4.9.1" - } - }, - "node_modules/fastq": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", - "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", - "dev": true, - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/fault": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz", - "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==", - "dependencies": { - "format": "^0.2.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/fflate": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.4.8.tgz", - "integrity": "sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==" - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dev": true, - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/file-selector": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/file-selector/-/file-selector-0.6.0.tgz", - "integrity": "sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw==", - "dependencies": { - "tslib": "^2.4.0" - }, - "engines": { - "node": ">= 12" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/final-form": { - "version": "4.20.10", - "resolved": "https://registry.npmjs.org/final-form/-/final-form-4.20.10.tgz", - "integrity": "sha512-TL48Pi1oNHeMOHrKv1bCJUrWZDcD3DIG6AGYVNOnyZPr7Bd/pStN0pL+lfzF5BNoj/FclaoiaLenk4XUIFVYng==", - "dependencies": { - "@babel/runtime": "^7.10.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/final-form" - } - }, - "node_modules/final-form-arrays": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/final-form-arrays/-/final-form-arrays-3.1.0.tgz", - "integrity": "sha512-TWBvun+AopgBLw9zfTFHBllnKMVNEwCEyDawphPuBGGqNsuhGzhT7yewHys64KFFwzIs6KEteGLpKOwvTQEscQ==", - "peerDependencies": { - "final-form": "^4.20.8" - } - }, - "node_modules/find-root": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" - }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/fizzy-ui-utils": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/fizzy-ui-utils/-/fizzy-ui-utils-2.0.7.tgz", - "integrity": "sha512-CZXDVXQ1If3/r8s0T+v+qVeMshhfcuq0rqIFgJnrtd+Bu8GmDmqMjntjUePypVtjHXKJ6V4sw9zeyox34n9aCg==", - "dependencies": { - "desandro-matches-selector": "^2.0.0" - } - }, - "node_modules/flat-cache": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", - "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", - "dev": true, - "dependencies": { - "flatted": "^3.2.9", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/flatted": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz", - "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==", - "dev": true - }, - "node_modules/follow-redirects": { - "version": "1.15.5", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", - "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", - "dependencies": { - "is-callable": "^1.1.3" - } - }, - "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/format": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", - "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", - "engines": { - "node": ">=0.4.x" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/function.prototype.name": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "functions-have-names": "^1.2.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/fuse.js": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.0.0.tgz", - "integrity": "sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==", - "engines": { - "node": ">=10" - } - }, - "node_modules/fuzzysort": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/fuzzysort/-/fuzzysort-1.9.0.tgz", - "integrity": "sha512-MOxCT0qLTwLqmEwc7UtU045RKef7mc8Qz8eR4r2bLNEq9dy/c3ZKMEFp6IEst69otkQdFZ4FfgH2dmZD+ddX1g==" - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-intrinsic": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", - "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-size": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/get-size/-/get-size-2.0.3.tgz", - "integrity": "sha512-lXNzT/h/dTjTxRbm9BXb+SGxxzkm97h/PCIKtlN/CBCxxmkkIVV21udumMS93MuVTDX583gqc94v3RjuHmI+2Q==" - }, - "node_modules/get-symbol-description": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", - "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", - "dependencies": { - "call-bind": "^1.0.5", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", - "peer": true - }, - "node_modules/global-modules": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", - "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", - "dev": true, - "dependencies": { - "global-prefix": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", - "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", - "dev": true, - "dependencies": { - "ini": "^1.3.5", - "kind-of": "^6.0.2", - "which": "^1.3.1" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/global-prefix/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", - "dependencies": { - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globjoin": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", - "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", - "dev": true - }, - "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "peer": true - }, - "node_modules/graphemer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "dev": true - }, - "node_modules/handlebars": { - "version": "4.7.8", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", - "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", - "dev": true, - "dependencies": { - "minimist": "^1.2.5", - "neo-async": "^2.6.2", - "source-map": "^0.6.1", - "wordwrap": "^1.0.0" - }, - "bin": { - "handlebars": "bin/handlebars" - }, - "engines": { - "node": ">=0.4.7" - }, - "optionalDependencies": { - "uglify-js": "^3.1.4" - } - }, - "node_modules/hard-rejection": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", - "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/has": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", - "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", - "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", - "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", - "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/hast-util-parse-selector": { - "version": "2.2.5", - "resolved": "https://registry.npmjs.org/hast-util-parse-selector/-/hast-util-parse-selector-2.2.5.tgz", - "integrity": "sha512-7j6mrk/qqkSehsM92wQjdIgWM2/BW61u/53G6xmC8i1OmEdKLHbk419QKQUjz6LglWsfqoiHmyMRkP1BGjecNQ==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/hastscript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", - "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", - "dependencies": { - "@types/hast": "^2.0.0", - "comma-separated-tokens": "^1.0.0", - "hast-util-parse-selector": "^2.0.0", - "property-information": "^5.0.0", - "space-separated-tokens": "^1.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/unified" - } - }, - "node_modules/highlight.js": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", - "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", - "engines": { - "node": "*" - } - }, - "node_modules/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hoist-non-react-statics/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/hosted-git-info": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", - "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hosted-git-info/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/hosted-git-info/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/hotkeys-js": { - "version": "3.9.4", - "resolved": "https://registry.npmjs.org/hotkeys-js/-/hotkeys-js-3.9.4.tgz", - "integrity": "sha512-2zuLt85Ta+gIyvs4N88pCYskNrxf1TFv3LR9t5mdAZIX8BcgQQ48F2opUptvHa6m8zsy5v/a0i9mWzTrlNWU0Q==" - }, - "node_modules/html-element-map": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/html-element-map/-/html-element-map-1.3.1.tgz", - "integrity": "sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==", - "dependencies": { - "array.prototype.filter": "^1.0.0", - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/html-tags": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", - "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/html2canvas": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/html2canvas/-/html2canvas-1.4.1.tgz", - "integrity": "sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==", - "optional": true, - "dependencies": { - "css-line-break": "^2.1.0", - "text-segmentation": "^1.0.3" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/htmlparser2": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", - "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", - "funding": [ - "https://github.com/fb55/htmlparser2?sponsor=1", - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ], - "dependencies": { - "domelementtype": "^2.3.0", - "domhandler": "^5.0.3", - "domutils": "^3.0.1", - "entities": "^4.4.0" - } - }, - "node_modules/husky": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", - "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", - "dev": true, - "bin": { - "husky": "lib/bin.js" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/typicode" - } - }, - "node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ieee754": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", - "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, - "node_modules/imagesloaded": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz", - "integrity": "sha512-ltiBVcYpc/TYTF5nolkMNsnREHW+ICvfQ3Yla2Sgr71YFwQ86bDwV9hgpFhFtrGPuwEx5+LqOHIrdXBdoWwwsA==", - "dependencies": { - "ev-emitter": "^1.0.0" - } - }, - "node_modules/immer": { - "version": "9.0.21", - "resolved": "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz", - "integrity": "sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA==", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/immer" - } - }, - "node_modules/immutable": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz", - "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==", - "dev": true - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/import-lazy": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", - "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true - }, - "node_modules/internal-slot": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", - "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", - "dependencies": { - "es-errors": "^1.3.0", - "hasown": "^2.0.0", - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/invariant": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", - "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/is-alphabetical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.4.tgz", - "integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-alphanumerical": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz", - "integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==", - "dependencies": { - "is-alphabetical": "^1.0.0", - "is-decimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", - "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" - }, - "node_modules/is-async-function": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", - "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", - "dev": true, - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dependencies": { - "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-callable": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-decimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", - "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finalizationregistry": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", - "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-generator-function": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", - "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", - "dev": true, - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dev": true, - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-hexadecimal": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", - "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/is-map": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz", - "integrity": "sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-negative-zero": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", - "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-plain-obj": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-set": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz", - "integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", - "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", - "dependencies": { - "call-bind": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-subset": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz", - "integrity": "sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==" - }, - "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typed-array": { - "version": "1.1.13", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", - "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", - "dependencies": { - "which-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakmap": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz", - "integrity": "sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakset": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.3.tgz", - "integrity": "sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.7", - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "node_modules/iterator.prototype": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", - "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", - "dev": true, - "dependencies": { - "define-properties": "^1.2.1", - "get-intrinsic": "^1.2.1", - "has-symbols": "^1.0.3", - "reflect.getprototypeof": "^1.0.4", - "set-function-name": "^2.0.1" - } - }, - "node_modules/javascript-time-ago": { - "version": "2.5.9", - "resolved": "https://registry.npmjs.org/javascript-time-ago/-/javascript-time-ago-2.5.9.tgz", - "integrity": "sha512-pQ8mNco/9g9TqWXWWjP0EWl6i/lAQScOyEeXy5AB+f7MfLSdgyV9BJhiOD1zrIac/lrxPYOWNbyl/IW8CW5n0A==", - "dependencies": { - "relative-time-format": "^1.1.6" - } - }, - "node_modules/jest-worker": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", - "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", - "peer": true, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "peer": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-worker/node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "peer": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/js-base64": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.7.tgz", - "integrity": "sha512-7rCnleh0z2CkXhH67J8K1Ytz0b2Y+yxTPL+/KOJoa20hfnVQ/3/T6W/KflYI4bRHRagNeXeU2bkNGI3v1oS/lw==" - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", - "dev": true - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" - }, - "node_modules/json-schema-compare": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/json-schema-compare/-/json-schema-compare-0.2.2.tgz", - "integrity": "sha512-c4WYmDKyJXhs7WWvAWm3uIYnfyWFoIp+JEoX34rctVvEkMYCPGhXtvmFFXiffBbxfZsvQ0RNnV5H7GvDF5HCqQ==", - "dependencies": { - "lodash": "^4.17.4" - } - }, - "node_modules/json-schema-merge-allof": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/json-schema-merge-allof/-/json-schema-merge-allof-0.8.1.tgz", - "integrity": "sha512-CTUKmIlPJbsWfzRRnOXz+0MjIqvnleIXwFTzz+t9T86HnYX/Rozria6ZVGLktAU9e+NygNljveP+yxqtQp/Q4w==", - "dependencies": { - "compute-lcm": "^1.1.2", - "json-schema-compare": "^0.2.2", - "lodash": "^4.17.20" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/json-schema-traverse": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", - "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", - "dev": true - }, - "node_modules/json-stringify-safe": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", - "dev": true - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jsonpointer": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", - "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/jspdf": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-2.5.1.tgz", - "integrity": "sha512-hXObxz7ZqoyhxET78+XR34Xu2qFGrJJ2I2bE5w4SM8eFaFEkW2xcGRVUss360fYelwRSid/jT078kbNvmoW0QA==", - "dependencies": { - "@babel/runtime": "^7.14.0", - "atob": "^2.1.2", - "btoa": "^1.2.1", - "fflate": "^0.4.8" - }, - "optionalDependencies": { - "canvg": "^3.0.6", - "core-js": "^3.6.0", - "dompurify": "^2.2.0", - "html2canvas": "^1.0.0-rc.5" - } - }, - "node_modules/jspdf-autotable": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/jspdf-autotable/-/jspdf-autotable-3.8.2.tgz", - "integrity": "sha512-zW1ix99/mtR4MbIni7IqvrpfHmuTaICl6iv6wqjRN86Nxtwaw/QtOeDbpXqYSzHIJK9JvgtLM283sc5x+ipkJg==", - "peerDependencies": { - "jspdf": "^2.5.1" - } - }, - "node_modules/jspdf/node_modules/dompurify": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", - "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", - "optional": true - }, - "node_modules/jsx-ast-utils": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", - "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", - "dev": true, - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flat": "^1.3.1", - "object.assign": "^4.1.4", - "object.values": "^1.1.6" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/keyv": { - "version": "4.5.4", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", - "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", - "dev": true, - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/known-css-properties": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.26.0.tgz", - "integrity": "sha512-5FZRzrZzNTBruuurWpvZnvP9pum+fe0HcK8z/ooo+U+Hmp4vtbyp1/QDsqmufirXy4egGzbaH/y2uCZf+6W5Kg==", - "dev": true - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" - }, - "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "peer": true, - "engines": { - "node": ">=6.11.5" - } - }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==" - }, - "node_modules/lodash.escape": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-4.0.1.tgz", - "integrity": "sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==" - }, - "node_modules/lodash.flattendeep": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", - "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==" - }, - "node_modules/lodash.isequal": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==" - }, - "node_modules/lodash.memoize": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", - "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==" - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/lodash.throttle": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", - "integrity": "sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==" - }, - "node_modules/lodash.truncate": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", - "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", - "dev": true - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lowlight": { - "version": "1.20.0", - "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.20.0.tgz", - "integrity": "sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==", - "dependencies": { - "fault": "^1.0.0", - "highlight.js": "~10.7.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/map-obj": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", - "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/markdown-to-jsx": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.2.tgz", - "integrity": "sha512-xgEwt13t+pM1kmE5vN0Ch64PX3tGDFt5Xa3e36sCknTnWiqPcnskWzIoaO/tGaPKOd0avCO0IwmBSmVxn/ZAcg==", - "engines": { - "node": ">= 10" - }, - "peerDependencies": { - "react": ">= 0.14.0" - } - }, - "node_modules/masonry-layout": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/masonry-layout/-/masonry-layout-4.2.2.tgz", - "integrity": "sha512-iGtAlrpHNyxaR19CvKC3npnEcAwszXoyJiI8ARV2ePi7fmYhIud25MHK8Zx4P0LCC4d3TNO9+rFa1KoK1OEOaA==", - "dependencies": { - "get-size": "^2.0.2", - "outlayer": "^2.1.0" - } - }, - "node_modules/mathml-tag-names": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", - "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", - "dev": true, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/memoize-one": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", - "integrity": "sha512-rkpe71W0N0c0Xz6QD0eJETuWAJGnJ9afsl1srmwPrI+yBCkge5EycXXbYRyvL29zZVUWQCY7InPRCv3GDXuZNw==" - }, - "node_modules/meow": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", - "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", - "dev": true, - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "peer": true - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true, - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/minimist-options": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz", - "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", - "dev": true, - "dependencies": { - "arrify": "^1.0.1", - "is-plain-obj": "^1.1.0", - "kind-of": "^6.0.3" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/moment": { - "version": "2.30.1", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", - "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", - "engines": { - "node": "*" - } - }, - "node_modules/monaco-editor": { - "version": "0.47.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.47.0.tgz", - "integrity": "sha512-VabVvHvQ9QmMwXu4du008ZDuyLnHs9j7ThVFsiJoXSOQk18+LF89N4ADzPbFenm0W4V2bGHnFBztIRQTgBfxzw==", - "peer": true - }, - "node_modules/moo": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz", - "integrity": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==" - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true - }, - "node_modules/nearley": { - "version": "2.20.1", - "resolved": "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz", - "integrity": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==", - "dependencies": { - "commander": "^2.19.0", - "moo": "^0.5.0", - "railroad-diagrams": "^1.0.0", - "randexp": "0.4.6" - }, - "bin": { - "nearley-railroad": "bin/nearley-railroad.js", - "nearley-test": "bin/nearley-test.js", - "nearley-unparse": "bin/nearley-unparse.js", - "nearleyc": "bin/nearleyc.js" - }, - "funding": { - "type": "individual", - "url": "https://nearley.js.org/#give-to-nearley" - } - }, - "node_modules/nearley/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" - }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" - }, - "node_modules/node-fetch": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", - "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", - "dev": true, - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, - "node_modules/node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" - }, - "node_modules/normalize-package-data": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", - "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^4.0.1", - "is-core-module": "^2.5.0", - "semver": "^7.3.4", - "validate-npm-package-license": "^3.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/normalize-package-data/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/normalize-package-data/node_modules/semver": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", - "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/normalize-package-data/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nth-check": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", - "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", - "dependencies": { - "boolbase": "^1.0.0" - }, - "funding": { - "url": "https://github.com/fb55/nth-check?sponsor=1" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-is": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", - "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", - "dependencies": { - "call-bind": "^1.0.7", - "define-properties": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", - "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", - "dependencies": { - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "has-symbols": "^1.0.3", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.entries": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", - "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.fromentries": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", - "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.groupby": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.2.tgz", - "integrity": "sha512-bzBq58S+x+uo0VjurFT0UktpKHOZmv4/xePiOA1nbB9pMqpGK7rUPNgf+1YC+7mE+0HzhTMqNUuCqvKhj6FnBw==", - "dev": true, - "dependencies": { - "array.prototype.filter": "^1.0.3", - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.0.0" - } - }, - "node_modules/object.hasown": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", - "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", - "dev": true, - "dependencies": { - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.values": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", - "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/optionator": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", - "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", - "dev": true, - "dependencies": { - "@aashutoshrathi/word-wrap": "^1.2.3", - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/outlayer": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/outlayer/-/outlayer-2.1.1.tgz", - "integrity": "sha512-+GplXsCQ3VrbGujAeHEzP9SXsBmJxzn/YdDSQZL0xqBmAWBmortu2Y9Gwdp9J0bgDQ8/YNIPMoBM13nTwZfAhw==", - "dependencies": { - "ev-emitter": "^1.0.0", - "fizzy-ui-utils": "^2.0.0", - "get-size": "^2.0.2" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/papaparse": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/papaparse/-/papaparse-5.4.1.tgz", - "integrity": "sha512-HipMsgJkZu8br23pW15uvo6sib6wne/4woLZPlFf3rpDyMe9ywEXUsuD7+6K9PRkJlVT51j/sCOYDKGGS3ZJrw==" - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-entities": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", - "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", - "dependencies": { - "character-entities": "^1.0.0", - "character-entities-legacy": "^1.0.0", - "character-reference-invalid": "^1.0.0", - "is-alphanumerical": "^1.0.0", - "is-decimal": "^1.0.0", - "is-hexadecimal": "^1.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/parse-github-url": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz", - "integrity": "sha512-kgBf6avCbO3Cn6+RnzRGLkUsv4ZVqv/VfAYkRsyBcgkshNvVBkRn1FEZcW0Jb+npXQWm2vHPnnOqFteZxRRGNw==", - "dev": true, - "bin": { - "parse-github-url": "cli.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", - "dependencies": { - "entities": "^4.4.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, - "node_modules/parse5-htmlparser2-tree-adapter": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz", - "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==", - "dependencies": { - "domhandler": "^5.0.2", - "parse5": "^7.0.0" - }, - "funding": { - "url": "https://github.com/inikulin/parse5?sponsor=1" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/performance-now": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/possible-typed-array-names": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", - "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/postcss": { - "version": "8.4.35", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", - "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-combine-duplicated-selectors": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/postcss-combine-duplicated-selectors/-/postcss-combine-duplicated-selectors-10.0.3.tgz", - "integrity": "sha512-IP0BmwFloCskv7DV7xqvzDXqMHpwdczJa6ZvIW8abgHdcIHs9mCJX2ltFhu3EwA51ozp13DByng30+Ke+eIExA==", - "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >=14.0.0" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-media-query-parser": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", - "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", - "dev": true - }, - "node_modules/postcss-resolve-nested-selector": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", - "integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==", - "dev": true - }, - "node_modules/postcss-safe-parser": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz", - "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==", - "dev": true, - "engines": { - "node": ">=12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.3.3" - } - }, - "node_modules/postcss-scss": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", - "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss-scss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "engines": { - "node": ">=12.0" - }, - "peerDependencies": { - "postcss": "^8.4.29" - } - }, - "node_modules/postcss-selector-parser": { - "version": "6.0.15", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", - "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/postcss-sorting": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-7.0.1.tgz", - "integrity": "sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==", - "dev": true, - "peerDependencies": { - "postcss": "^8.3.9" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/prettier": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.4.1.tgz", - "integrity": "sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA==", - "dev": true, - "bin": { - "prettier": "bin-prettier.js" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/prettier-linter-helpers": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz", - "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==", - "dev": true, - "dependencies": { - "fast-diff": "^1.1.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", - "engines": { - "node": ">=6" - } - }, - "node_modules/promise": { - "version": "8.3.0", - "resolved": "https://registry.npmjs.org/promise/-/promise-8.3.0.tgz", - "integrity": "sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==", - "dependencies": { - "asap": "~2.0.6" - } - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/prop-types-extra": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/prop-types-extra/-/prop-types-extra-1.1.1.tgz", - "integrity": "sha512-59+AHNnHYCdiC+vMwY52WmvP5dM3QLeoumYuEyceQDi9aEhtwN9zIQ2ZNo25sMyXnbh32h+P1ezDsUpUH3JAew==", - "dependencies": { - "react-is": "^16.3.2", - "warning": "^4.0.0" - }, - "peerDependencies": { - "react": ">=0.14.0" - } - }, - "node_modules/prop-types-extra/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/property-information": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", - "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", - "dependencies": { - "xtend": "^4.0.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==" - }, - "node_modules/punycode": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", - "engines": { - "node": ">=6" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/raf": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", - "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", - "dependencies": { - "performance-now": "^2.1.0" - } - }, - "node_modules/railroad-diagrams": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz", - "integrity": "sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==" - }, - "node_modules/randexp": { - "version": "0.4.6", - "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz", - "integrity": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==", - "dependencies": { - "discontinuous-range": "1.0.0", - "ret": "~0.1.10" - }, - "engines": { - "node": ">=0.12" - } - }, - "node_modules/randombytes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", - "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", - "peer": true, - "dependencies": { - "safe-buffer": "^5.1.0" - } - }, - "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "dependencies": { - "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-app-polyfill": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz", - "integrity": "sha512-0sF4ny9v/B7s6aoehwze9vJNWcmCemAUYBVasscVr92+UYiEqDXOxfKjXN685mDaMRNF3WdhHQs76oTODMocFA==", - "dependencies": { - "core-js": "^3.6.5", - "object-assign": "^4.1.1", - "promise": "^8.1.0", - "raf": "^3.4.1", - "regenerator-runtime": "^0.13.7", - "whatwg-fetch": "^3.4.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/react-app-polyfill/node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" - }, - "node_modules/react-bootstrap": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.6.8.tgz", - "integrity": "sha512-yD6uN78XlFOkETQp6GRuVe0s5509x3XYx8PfPbirwFTYCj5/RfmSs9YZGCwkUrhZNFzj7tZPdpb+3k50mK1E4g==", - "dependencies": { - "@babel/runtime": "^7.14.0", - "@restart/context": "^2.1.4", - "@restart/hooks": "^0.4.7", - "@types/invariant": "^2.2.33", - "@types/prop-types": "^15.7.3", - "@types/react": ">=16.14.8", - "@types/react-transition-group": "^4.4.1", - "@types/warning": "^3.0.0", - "classnames": "^2.3.1", - "dom-helpers": "^5.2.1", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "prop-types-extra": "^1.1.0", - "react-overlays": "^5.1.2", - "react-transition-group": "^4.4.1", - "uncontrollable": "^7.2.1", - "warning": "^4.0.3" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/react-circular-progressbar": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/react-circular-progressbar/-/react-circular-progressbar-2.1.0.tgz", - "integrity": "sha512-xp4THTrod4aLpGy68FX/k1Q3nzrfHUjUe5v6FsdwXBl3YVMwgeXYQKDrku7n/D6qsJA9CuunarAboC2xCiKs1g==", - "peerDependencies": { - "react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-copy-to-clipboard": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz", - "integrity": "sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A==", - "dependencies": { - "copy-to-clipboard": "^3.3.1", - "prop-types": "^15.8.1" - }, - "peerDependencies": { - "react": "^15.3.0 || 16 || 17 || 18" - } - }, - "node_modules/react-data-table-component": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/react-data-table-component/-/react-data-table-component-7.6.2.tgz", - "integrity": "sha512-nHe7040fmtrJyQr/ieGrTfV0jBflYGK4sLokC6/AFOv3ThjmA9WzKz8Z8/2wMxzRqLU+Rn0CVFg+8+frKLepWQ==", - "dependencies": { - "deepmerge": "^4.3.1" - }, - "peerDependencies": { - "react": ">= 16.8.3", - "styled-components": ">= 5.0.0" - }, - "peerDependenciesMeta": { - "styled-components": { - "optional": false - } - } - }, - "node_modules/react-datepicker": { - "version": "4.25.0", - "resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-4.25.0.tgz", - "integrity": "sha512-zB7CSi44SJ0sqo8hUQ3BF1saE/knn7u25qEMTO1CQGofY1VAKahO8k9drZtp0cfW1DMfoYLR3uSY1/uMvbEzbg==", - "dependencies": { - "@popperjs/core": "^2.11.8", - "classnames": "^2.2.6", - "date-fns": "^2.30.0", - "prop-types": "^15.7.2", - "react-onclickoutside": "^6.13.0", - "react-popper": "^2.3.0" - }, - "peerDependencies": { - "react": "^16.9.0 || ^17 || ^18", - "react-dom": "^16.9.0 || ^17 || ^18" - } - }, - "node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "dependencies": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - }, - "peerDependencies": { - "react": "^18.2.0" - } - }, - "node_modules/react-dropzone": { - "version": "14.2.3", - "resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.2.3.tgz", - "integrity": "sha512-O3om8I+PkFKbxCukfIR3QAGftYXDZfOE2N1mr/7qebQJHs7U+/RSL/9xomJNpRg9kM5h9soQSdf0Gc7OHF5Fug==", - "dependencies": { - "attr-accept": "^2.2.2", - "file-selector": "^0.6.0", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">= 10.13" - }, - "peerDependencies": { - "react": ">= 16.8 || 18.0.0" - } - }, - "node_modules/react-fast-compare": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz", - "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==" - }, - "node_modules/react-final-form": { - "version": "6.5.9", - "resolved": "https://registry.npmjs.org/react-final-form/-/react-final-form-6.5.9.tgz", - "integrity": "sha512-x3XYvozolECp3nIjly+4QqxdjSSWfcnpGEL5K8OBT6xmGrq5kBqbA6+/tOqoom9NwqIPPbxPNsOViFlbKgowbA==", - "dependencies": { - "@babel/runtime": "^7.15.4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/final-form" - }, - "peerDependencies": { - "final-form": "^4.20.4", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-final-form-arrays": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/react-final-form-arrays/-/react-final-form-arrays-3.1.4.tgz", - "integrity": "sha512-siVFAolUAe29rMR6u8VwepoysUcUdh6MLV2OWnCtKpsPRUdT9VUgECjAPaVMAH2GROZNiVB9On1H9MMrm9gdpg==", - "dependencies": { - "@babel/runtime": "^7.19.4" - }, - "peerDependencies": { - "final-form": "^4.15.0", - "final-form-arrays": ">=1.0.4", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-final-form": "^6.2.1" - } - }, - "node_modules/react-final-form-listeners": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/react-final-form-listeners/-/react-final-form-listeners-1.0.3.tgz", - "integrity": "sha512-OrdCNxSS4JQS/EXD+R530kZKFqaPfa+WcXPgVro/h4BpaBDF/Ja+BtHyCzDezCIb5rWaGGdOJIj+tN2YdtvrXg==", - "dependencies": { - "@babel/runtime": "^7.12.5" - }, - "peerDependencies": { - "final-form": ">=4.0.0", - "prop-types": "^15.6.0", - "react": "^15.3.0 || ^16.0.0 || ^17.0.0", - "react-final-form": ">=3.0.0" - } - }, - "node_modules/react-helmet-async": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/react-helmet-async/-/react-helmet-async-1.3.0.tgz", - "integrity": "sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==", - "dependencies": { - "@babel/runtime": "^7.12.5", - "invariant": "^2.2.4", - "prop-types": "^15.7.2", - "react-fast-compare": "^3.2.0", - "shallowequal": "^1.1.0" - }, - "peerDependencies": { - "react": "^16.6.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.6.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-hotkeys-hook": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/react-hotkeys-hook/-/react-hotkeys-hook-3.4.7.tgz", - "integrity": "sha512-+bbPmhPAl6ns9VkXkNNyxlmCAIyDAcWbB76O4I0ntr3uWCRuIQf/aRLartUahe9chVMPj+OEzzfk3CQSjclUEQ==", - "dependencies": { - "hotkeys-js": "3.9.4" - }, - "peerDependencies": { - "react": ">=16.8.1", - "react-dom": ">=16.8.1" - } - }, - "node_modules/react-html-parser": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/react-html-parser/-/react-html-parser-2.0.2.tgz", - "integrity": "sha512-XeerLwCVjTs3njZcgCOeDUqLgNIt/t+6Jgi5/qPsO/krUWl76kWKXMeVs2LhY2gwM6X378DkhLjur0zUQdpz0g==", - "dependencies": { - "htmlparser2": "^3.9.0" - }, - "peerDependencies": { - "react": "^0.14.0 || ^15.0.0 || ^16.0.0-0" - } - }, - "node_modules/react-html-parser/node_modules/dom-serializer": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", - "integrity": "sha512-2/xPb3ORsQ42nHYiSunXkDjPLBaEj/xTwUO4B7XCZQTRk7EBtTOPaygh10YAAh2OI1Qrp6NWfpAhzswj0ydt9g==", - "dependencies": { - "domelementtype": "^2.0.1", - "entities": "^2.0.0" - } - }, - "node_modules/react-html-parser/node_modules/dom-serializer/node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/react-html-parser/node_modules/dom-serializer/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/react-html-parser/node_modules/domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" - }, - "node_modules/react-html-parser/node_modules/domhandler": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", - "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", - "dependencies": { - "domelementtype": "1" - } - }, - "node_modules/react-html-parser/node_modules/domutils": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", - "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", - "dependencies": { - "dom-serializer": "0", - "domelementtype": "1" - } - }, - "node_modules/react-html-parser/node_modules/entities": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", - "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" - }, - "node_modules/react-html-parser/node_modules/htmlparser2": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", - "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", - "dependencies": { - "domelementtype": "^1.3.1", - "domhandler": "^2.3.0", - "domutils": "^1.5.1", - "entities": "^1.1.1", - "inherits": "^2.0.1", - "readable-stream": "^3.1.1" - } - }, - "node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" - }, - "node_modules/react-lifecycles-compat": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", - "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" - }, - "node_modules/react-loading-skeleton": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/react-loading-skeleton/-/react-loading-skeleton-3.4.0.tgz", - "integrity": "sha512-1oJEBc9+wn7BbkQQk7YodlYEIjgeR+GrRjD+QXkVjwZN7LGIcAFHrx4NhT7UHGBxNY1+zax3c+Fo6XQM4R7CgA==", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/react-masonry-component": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/react-masonry-component/-/react-masonry-component-6.3.0.tgz", - "integrity": "sha512-4ZI78nxMfCpU5yQiS6Rup07Ju++YzcOGAyvbMcl2GfpZTw8GRwT548lkKr0PJarNicRV1qE2D/NiT26UPg1T7A==", - "dependencies": { - "create-react-class": "^15.6.2", - "element-resize-detector": "^1.1.9", - "imagesloaded": "^4.0.0", - "lodash": "^4.17.4", - "masonry-layout": "^4.2.0", - "prop-types": "^15.5.8" - }, - "peerDependencies": { - "react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0 || ^17.0.0" - } - }, - "node_modules/react-media-hook": { - "version": "0.4.9", - "resolved": "https://registry.npmjs.org/react-media-hook/-/react-media-hook-0.4.9.tgz", - "integrity": "sha512-FZr/2xA1+23vDJ1IZ794yLqMRRkBoCNOiJATdtTfB5GyVc5djf8FL2qEB/68pSkiNgHdHsmKknMSDr0sC4zBKQ==", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/react-onclickoutside": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/react-onclickoutside/-/react-onclickoutside-6.13.0.tgz", - "integrity": "sha512-ty8So6tcUpIb+ZE+1HAhbLROvAIJYyJe/1vRrrcmW+jLsaM+/powDRqxzo6hSh9CuRZGSL1Q8mvcF5WRD93a0A==", - "funding": { - "type": "individual", - "url": "https://github.com/Pomax/react-onclickoutside/blob/master/FUNDING.md" - }, - "peerDependencies": { - "react": "^15.5.x || ^16.x || ^17.x || ^18.x", - "react-dom": "^15.5.x || ^16.x || ^17.x || ^18.x" - } - }, - "node_modules/react-overlays": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-5.2.1.tgz", - "integrity": "sha512-GLLSOLWr21CqtJn8geSwQfoJufdt3mfdsnIiQswouuQ2MMPns+ihZklxvsTDKD3cR2tF8ELbi5xUsvqVhR6WvA==", - "dependencies": { - "@babel/runtime": "^7.13.8", - "@popperjs/core": "^2.11.6", - "@restart/hooks": "^0.4.7", - "@types/warning": "^3.0.0", - "dom-helpers": "^5.2.0", - "prop-types": "^15.7.2", - "uncontrollable": "^7.2.1", - "warning": "^4.0.3" - }, - "peerDependencies": { - "react": ">=16.3.0", - "react-dom": ">=16.3.0" - } - }, - "node_modules/react-papaparse": { - "version": "3.18.2", - "resolved": "https://registry.npmjs.org/react-papaparse/-/react-papaparse-3.18.2.tgz", - "integrity": "sha512-qDth1fWX198VQe7xpkSioK+7MqZc7TqLHCl7hGOz4KWL47AxrFhRjaZMphdX6z43TWCTUf+zhh7BYU2uSMVDkQ==", - "dependencies": { - "@types/papaparse": "^5.3.1", - "papaparse": "^5.3.1" - }, - "engines": { - "node": ">=8", - "npm": ">=5" - } - }, - "node_modules/react-popper": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz", - "integrity": "sha512-e1hj8lL3uM+sgSR4Lxzn5h1GxBlpa4CQz0XLF8kx4MDrDRWY0Ena4c97PUeSX9i5W3UAfDP0z0FXCTQkoXUl3Q==", - "dependencies": { - "react-fast-compare": "^3.0.1", - "warning": "^4.0.2" - }, - "peerDependencies": { - "@popperjs/core": "^2.0.0", - "react": "^16.8.0 || ^17 || ^18", - "react-dom": "^16.8.0 || ^17 || ^18" - } - }, - "node_modules/react-redux": { - "version": "7.2.9", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", - "integrity": "sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==", - "dependencies": { - "@babel/runtime": "^7.15.4", - "@types/react-redux": "^7.1.20", - "hoist-non-react-statics": "^3.3.2", - "loose-envify": "^1.4.0", - "prop-types": "^15.7.2", - "react-is": "^17.0.2" - }, - "peerDependencies": { - "react": "^16.8.3 || ^17 || ^18" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - }, - "react-native": { - "optional": true - } - } - }, - "node_modules/react-redux/node_modules/react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" - }, - "node_modules/react-refresh": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", - "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-router": { - "version": "6.22.3", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.22.3.tgz", - "integrity": "sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==", - "dependencies": { - "@remix-run/router": "1.15.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "react": ">=16.8" - } - }, - "node_modules/react-router-dom": { - "version": "6.22.3", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.22.3.tgz", - "integrity": "sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==", - "dependencies": { - "@remix-run/router": "1.15.3", - "react-router": "6.22.3" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "react": ">=16.8", - "react-dom": ">=16.8" - } - }, - "node_modules/react-select": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", - "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", - "dependencies": { - "@babel/runtime": "^7.12.0", - "@emotion/cache": "^11.4.0", - "@emotion/react": "^11.8.1", - "@floating-ui/dom": "^1.0.1", - "@types/react-transition-group": "^4.4.0", - "memoize-one": "^6.0.0", - "prop-types": "^15.6.0", - "react-transition-group": "^4.3.0", - "use-isomorphic-layout-effect": "^1.1.2" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-select-search": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/react-select-search/-/react-select-search-3.0.10.tgz", - "integrity": "sha512-K3Ww5HfOaoqgjNIZt++DMeSjWgu5T78d2xXt/hEa3ERLvEqfxBwXUML2E23goWGIUQBv2b+kGkb86YnOwH0hUw==", - "optionalDependencies": { - "fuse.js": "^6.6.0" - }, - "peerDependencies": { - "prop-types": "^15.8.1", - "react": "^18.0.1 || ^17.0.1 || ^16.14.0", - "react-dom": "^18.0.1 || ^17.0.1 || ^16.14.0" - } - }, - "node_modules/react-select-search/node_modules/fuse.js": { - "version": "6.6.2", - "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-6.6.2.tgz", - "integrity": "sha512-cJaJkxCCxC8qIIcPBF9yGxY0W/tVZS3uEISDxhYIdtk8OL93pe+6Zj7LjCqVV4dzbqcriOZ+kQ/NE4RXZHsIGA==", - "optional": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/react-syntax-highlighter": { - "version": "15.5.0", - "resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz", - "integrity": "sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==", - "dependencies": { - "@babel/runtime": "^7.3.1", - "highlight.js": "^10.4.1", - "lowlight": "^1.17.0", - "prismjs": "^1.27.0", - "refractor": "^3.6.0" - }, - "peerDependencies": { - "react": ">= 0.14.0" - } - }, - "node_modules/react-time-ago": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/react-time-ago/-/react-time-ago-7.3.1.tgz", - "integrity": "sha512-c6QKSRrnIhZiEbOa2PXdh1InNYpqX3wwXA0fuOFX4r/C2hdt5hNvjvKXbKbGWXAeumMi9DoS3oGPboEpgccnOQ==", - "dependencies": { - "memoize-one": "^6.0.0", - "prop-types": "^15.8.1", - "raf": "^3.4.1" - }, - "peerDependencies": { - "javascript-time-ago": "^2.3.7", - "react": ">=0.16.8", - "react-dom": ">=0.16.8" - } - }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", - "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, - "node_modules/read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/read-pkg/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/redent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dev": true, - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/redux": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.1.1.tgz", - "integrity": "sha512-hZQZdDEM25UY2P493kPYuKqviVwZ58lEmGQNeQ+gXa+U0gYPUBf7NKYazbe3m+bs/DzM/ahN12DbF+NG8i0CWw==", - "dependencies": { - "@babel/runtime": "^7.9.2" - } - }, - "node_modules/redux-immutable-state-invariant": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/redux-immutable-state-invariant/-/redux-immutable-state-invariant-2.1.0.tgz", - "integrity": "sha512-3czbDKs35FwiBRsx/3KabUk5zSOoTXC+cgVofGkpBNv3jQcqIe5JrHcF5AmVt7B/4hyJ8MijBIpCJ8cife6yJg==", - "dev": true, - "dependencies": { - "invariant": "^2.1.0", - "json-stringify-safe": "^5.0.1" - } - }, - "node_modules/redux-persist": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/redux-persist/-/redux-persist-6.0.0.tgz", - "integrity": "sha512-71LLMbUq2r02ng2We9S215LtPu3fY0KgaGE0k8WRgl6RkqxtGfl7HUozz1Dftwsb0D/5mZ8dwAaPbtnzfvbEwQ==", - "peerDependencies": { - "redux": ">4.0.0" - } - }, - "node_modules/redux-thunk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", - "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==", - "peerDependencies": { - "redux": "^4" - } - }, - "node_modules/reflect.getprototypeof": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.5.tgz", - "integrity": "sha512-62wgfC8dJWrmxv44CA36pLDnP6KKl3Vhxb7PL+8+qrrFMMoJij4vgiMP8zV4O8+CBMXY1mHxI5fITGHXFHVmQQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.3", - "es-errors": "^1.0.0", - "get-intrinsic": "^1.2.3", - "globalthis": "^1.0.3", - "which-builtin-type": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/refractor": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/refractor/-/refractor-3.6.0.tgz", - "integrity": "sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==", - "dependencies": { - "hastscript": "^6.0.0", - "parse-entities": "^2.0.0", - "prismjs": "~1.27.0" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/refractor/node_modules/prismjs": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", - "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" - }, - "node_modules/regexp.prototype.flags": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", - "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", - "dependencies": { - "call-bind": "^1.0.6", - "define-properties": "^1.2.1", - "es-errors": "^1.3.0", - "set-function-name": "^2.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/relative-time-format": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/relative-time-format/-/relative-time-format-1.1.6.tgz", - "integrity": "sha512-aCv3juQw4hT1/P/OrVltKWLlp15eW1GRcwP1XdxHrPdZE9MtgqFpegjnTjLhi2m2WI9MT/hQQtE+tjEWG1hgkQ==" - }, - "node_modules/require-from-string": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", - "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/reselect": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz", - "integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ==" - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/ret": { - "version": "0.1.15", - "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", - "engines": { - "node": ">=0.12" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true, - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rgbcolor": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/rgbcolor/-/rgbcolor-1.0.1.tgz", - "integrity": "sha512-9aZLIrhRaD97sgVhtJOW6ckOEh6/GnvQtdVNfdZ6s67+3/XwLS9lBcQYzEEhYVeUowN7pRzMLsyGhK2i/xvWbw==", - "optional": true, - "engines": { - "node": ">= 0.8.15" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/rollup": { - "version": "4.13.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.13.0.tgz", - "integrity": "sha512-3YegKemjoQnYKmsBlOHfMLVPPA5xLkQ8MHLLSw/fBrFaVkEayL51DilPpNNLq1exr98F2B1TzrV0FUlN3gWRPg==", - "dev": true, - "dependencies": { - "@types/estree": "1.0.5" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.13.0", - "@rollup/rollup-android-arm64": "4.13.0", - "@rollup/rollup-darwin-arm64": "4.13.0", - "@rollup/rollup-darwin-x64": "4.13.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.13.0", - "@rollup/rollup-linux-arm64-gnu": "4.13.0", - "@rollup/rollup-linux-arm64-musl": "4.13.0", - "@rollup/rollup-linux-riscv64-gnu": "4.13.0", - "@rollup/rollup-linux-x64-gnu": "4.13.0", - "@rollup/rollup-linux-x64-musl": "4.13.0", - "@rollup/rollup-win32-arm64-msvc": "4.13.0", - "@rollup/rollup-win32-ia32-msvc": "4.13.0", - "@rollup/rollup-win32-x64-msvc": "4.13.0", - "fsevents": "~2.3.2" - } - }, - "node_modules/rst-selector-parser": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz", - "integrity": "sha512-nDG1rZeP6oFTLN6yNDV/uiAvs1+FS/KlrEwh7+y7dpuApDBy6bI2HTBcc0/V8lv9OTqfyD34eF7au2pm8aBbhA==", - "dependencies": { - "lodash.flattendeep": "^4.4.0", - "nearley": "^2.7.10" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-array-concat": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", - "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", - "dependencies": { - "call-bind": "^1.0.7", - "get-intrinsic": "^1.2.4", - "has-symbols": "^1.0.3", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">=0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/safe-regex-test": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", - "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", - "dependencies": { - "call-bind": "^1.0.6", - "es-errors": "^1.3.0", - "is-regex": "^1.1.4" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sass": { - "version": "1.71.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.71.1.tgz", - "integrity": "sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==", - "dev": true, - "dependencies": { - "chokidar": ">=3.0.0 <4.0.0", - "immutable": "^4.0.0", - "source-map-js": ">=0.6.2 <2.0.0" - }, - "bin": { - "sass": "sass.js" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "dependencies": { - "loose-envify": "^1.1.0" - } - }, - "node_modules/schema-utils": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", - "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", - "peer": true, - "dependencies": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/schema-utils/node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "peer": true, - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/schema-utils/node_modules/ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "peer": true, - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/schema-utils/node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "peer": true - }, - "node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/serialize-javascript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", - "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", - "peer": true, - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/set-function-length": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", - "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/set-function-name": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", - "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "functions-have-names": "^1.2.3", - "has-property-descriptors": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/shallowequal": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", - "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/side-channel": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", - "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", - "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, - "node_modules/simplebar": { - "version": "5.3.9", - "resolved": "https://registry.npmjs.org/simplebar/-/simplebar-5.3.9.tgz", - "integrity": "sha512-1vIIpjDvY9sVH14e0LGeiCiTFU3ILqAghzO6OI9axeG+mvU/vMSrvXeAXkBolqFFz3XYaY8n5ahH9MeP3sp2Ag==", - "dependencies": { - "@juggle/resize-observer": "^3.3.1", - "can-use-dom": "^0.1.0", - "core-js": "^3.0.1", - "lodash.debounce": "^4.0.8", - "lodash.memoize": "^4.1.2", - "lodash.throttle": "^4.1.1" - } - }, - "node_modules/simplebar-react": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/simplebar-react/-/simplebar-react-2.4.3.tgz", - "integrity": "sha512-Ep8gqAUZAS5IC2lT5RE4t1ZFUIVACqbrSRQvFV9a6NbVUzXzOMnc4P82Hl8Ak77AnPQvmgUwZS7aUKLyBoMAcg==", - "dependencies": { - "prop-types": "^15.6.1", - "simplebar": "^5.3.9" - }, - "peerDependencies": { - "react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 || ^17.0 || ^18.0.0", - "react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0 || ^17.0 || ^18.0.0" - } - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/slice-ansi": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", - "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/slice-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/slice-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-loader": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-3.0.2.tgz", - "integrity": "sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==", - "dependencies": { - "abab": "^2.0.5", - "iconv-lite": "^0.6.3", - "source-map-js": "^1.0.1" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", - "peer": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/space-separated-tokens": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", - "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" - } - }, - "node_modules/spdx-correct": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", - "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", - "dev": true, - "dependencies": { - "spdx-expression-parse": "^3.0.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-exceptions": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", - "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", - "dev": true - }, - "node_modules/spdx-expression-parse": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", - "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", - "dev": true, - "dependencies": { - "spdx-exceptions": "^2.1.0", - "spdx-license-ids": "^3.0.0" - } - }, - "node_modules/spdx-license-ids": { - "version": "3.0.17", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz", - "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==", - "dev": true - }, - "node_modules/stackblur-canvas": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/stackblur-canvas/-/stackblur-canvas-2.7.0.tgz", - "integrity": "sha512-yf7OENo23AGJhBriGx0QivY5JP6Y1HbrrDI6WLt6C5auYZXlQrheoY8hD4ibekFKz1HOfE48Ww8kMWMnJD/zcQ==", - "optional": true, - "engines": { - "node": ">=0.1.14" - } - }, - "node_modules/state-local": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/state-local/-/state-local-1.0.7.tgz", - "integrity": "sha512-HTEHMNieakEnoe33shBYcZ7NX83ACUjCu8c40iOGEZsngj9zRnkqS9j1pqQPXwobB0ZcVTk27REb7COQ0UR59w==" - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/string.prototype.matchall": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", - "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", - "dev": true, - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "regexp.prototype.flags": "^1.5.0", - "set-function-name": "^2.0.0", - "side-channel": "^1.0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trim": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", - "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", - "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", - "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dev": true, - "dependencies": { - "min-indent": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/style-search": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", - "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==", - "dev": true - }, - "node_modules/styled-components": { - "version": "5.3.11", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.11.tgz", - "integrity": "sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==", - "dependencies": { - "@babel/helper-module-imports": "^7.0.0", - "@babel/traverse": "^7.4.5", - "@emotion/is-prop-valid": "^1.1.0", - "@emotion/stylis": "^0.8.4", - "@emotion/unitless": "^0.7.4", - "babel-plugin-styled-components": ">= 1.12.0", - "css-to-react-native": "^3.0.0", - "hoist-non-react-statics": "^3.0.0", - "shallowequal": "^1.1.0", - "supports-color": "^5.5.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/styled-components" - }, - "peerDependencies": { - "react": ">= 16.8.0", - "react-dom": ">= 16.8.0", - "react-is": ">= 16.8.0" - } - }, - "node_modules/styled-components/node_modules/@emotion/unitless": { - "version": "0.7.5", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz", - "integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==" - }, - "node_modules/stylelint": { - "version": "14.16.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-14.16.1.tgz", - "integrity": "sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==", - "dev": true, - "dependencies": { - "@csstools/selector-specificity": "^2.0.2", - "balanced-match": "^2.0.0", - "colord": "^2.9.3", - "cosmiconfig": "^7.1.0", - "css-functions-list": "^3.1.0", - "debug": "^4.3.4", - "fast-glob": "^3.2.12", - "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^6.0.1", - "global-modules": "^2.0.0", - "globby": "^11.1.0", - "globjoin": "^0.1.4", - "html-tags": "^3.2.0", - "ignore": "^5.2.1", - "import-lazy": "^4.0.0", - "imurmurhash": "^0.1.4", - "is-plain-object": "^5.0.0", - "known-css-properties": "^0.26.0", - "mathml-tag-names": "^2.1.3", - "meow": "^9.0.0", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.19", - "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-safe-parser": "^6.0.0", - "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0", - "resolve-from": "^5.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "style-search": "^0.1.0", - "supports-hyperlinks": "^2.3.0", - "svg-tags": "^1.0.0", - "table": "^6.8.1", - "v8-compile-cache": "^2.3.0", - "write-file-atomic": "^4.0.2" - }, - "bin": { - "stylelint": "bin/stylelint.js" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/stylelint" - } - }, - "node_modules/stylelint-config-sass-guidelines": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/stylelint-config-sass-guidelines/-/stylelint-config-sass-guidelines-9.0.1.tgz", - "integrity": "sha512-N06PsVsrgKijQ3YT5hqKA7x3NUkgELTRI1cbWMqcYiCGG6MjzvNk6Cb5YYA1PrvrksBV76BvY9P9bAswojVMqA==", - "dev": true, - "dependencies": { - "postcss-scss": "^4.0.2", - "stylelint-order": "^5.0.0", - "stylelint-scss": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "peerDependencies": { - "postcss": "^8.3.3", - "stylelint": "^14.0.1" - } - }, - "node_modules/stylelint-order": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/stylelint-order/-/stylelint-order-5.0.0.tgz", - "integrity": "sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==", - "dev": true, - "dependencies": { - "postcss": "^8.3.11", - "postcss-sorting": "^7.0.1" - }, - "peerDependencies": { - "stylelint": "^14.0.0" - } - }, - "node_modules/stylelint-scss": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-4.7.0.tgz", - "integrity": "sha512-TSUgIeS0H3jqDZnby1UO1Qv3poi1N8wUYIJY6D1tuUq2MN3lwp/rITVo0wD+1SWTmRm0tNmGO0b7nKInnqF6Hg==", - "dev": true, - "dependencies": { - "postcss-media-query-parser": "^0.2.3", - "postcss-resolve-nested-selector": "^0.1.1", - "postcss-selector-parser": "^6.0.11", - "postcss-value-parser": "^4.2.0" - }, - "peerDependencies": { - "stylelint": "^14.5.1 || ^15.0.0" - } - }, - "node_modules/stylelint/node_modules/balanced-match": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", - "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", - "dev": true - }, - "node_modules/stylelint/node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/stylis": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", - "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==" - }, - "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/supports-hyperlinks": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz", - "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-hyperlinks/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/svg-pathdata": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/svg-pathdata/-/svg-pathdata-6.0.3.tgz", - "integrity": "sha512-qsjeeq5YjBZ5eMdFuUa4ZosMLxgr5RZ+F+Y1OrDhuOCEInRMA3x74XdBtggJcj9kOeInz0WE+LgCPDkZFlBYJw==", - "optional": true, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/svg-tags": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", - "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", - "dev": true - }, - "node_modules/table": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", - "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", - "dev": true, - "dependencies": { - "ajv": "^8.0.1", - "lodash.truncate": "^4.4.2", - "slice-ansi": "^4.0.0", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "peer": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/terser": { - "version": "5.29.1", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.29.1.tgz", - "integrity": "sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==", - "peer": true, - "dependencies": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/terser-webpack-plugin": { - "version": "5.3.10", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", - "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", - "peer": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.20", - "jest-worker": "^27.4.5", - "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.1", - "terser": "^5.26.0" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "esbuild": { - "optional": true - }, - "uglify-js": { - "optional": true - } - } - }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "peer": true - }, - "node_modules/text-segmentation": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/text-segmentation/-/text-segmentation-1.0.3.tgz", - "integrity": "sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==", - "optional": true, - "dependencies": { - "utrie": "^1.0.2" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", - "dev": true - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/toggle-selection": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz", - "integrity": "sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ==" - }, - "node_modules/tr46": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", - "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", - "dev": true - }, - "node_modules/trim-newlines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/tsconfig-paths": { - "version": "3.15.0", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz", - "integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==", - "dev": true, - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/typed-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", - "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", - "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/typed-array-byte-length": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", - "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", - "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-byte-offset": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", - "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-length": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.5.tgz", - "integrity": "sha512-yMi0PlwuznKHxKmcpoOdeLwxBoVPkqZxd7q2FgMkmD3bNwvF5VW0+UlUQ1k1vmktTu4Yu13Q0RIxEP8+B+wloA==", - "dependencies": { - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-proto": "^1.0.3", - "is-typed-array": "^1.1.13", - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/uglify-js": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", - "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==", - "dev": true, - "optional": true, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", - "dependencies": { - "call-bind": "^1.0.2", - "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/uncontrollable": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.2.1.tgz", - "integrity": "sha512-svtcfoTADIB0nT9nltgjujTi7BzVmwjZClOmskKu/E8FW9BXzg9os8OLr4f8Dlnk0rYWJIWr4wv9eKUXiQvQwQ==", - "dependencies": { - "@babel/runtime": "^7.6.3", - "@types/react": ">=16.9.11", - "invariant": "^2.2.4", - "react-lifecycles-compat": "^3.0.4" - }, - "peerDependencies": { - "react": ">=15.0.0" - } - }, - "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" - }, - "node_modules/update-browserslist-db": { - "version": "1.0.13", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", - "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "escalade": "^3.1.1", - "picocolors": "^1.0.0" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/use-isomorphic-layout-effect": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.1.2.tgz", - "integrity": "sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==", - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" - }, - "node_modules/utrie": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz", - "integrity": "sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==", - "optional": true, - "dependencies": { - "base64-arraybuffer": "^1.0.2" - } - }, - "node_modules/v8-compile-cache": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz", - "integrity": "sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==", - "dev": true - }, - "node_modules/validate-npm-package-license": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", - "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", - "dev": true, - "dependencies": { - "spdx-correct": "^3.0.0", - "spdx-expression-parse": "^3.0.0" - } - }, - "node_modules/validate.io-array": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/validate.io-array/-/validate.io-array-1.0.6.tgz", - "integrity": "sha512-DeOy7CnPEziggrOO5CZhVKJw6S3Yi7e9e65R1Nl/RTN1vTQKnzjfvks0/8kQ40FP/dsjRAOd4hxmJ7uLa6vxkg==" - }, - "node_modules/validate.io-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/validate.io-function/-/validate.io-function-1.0.2.tgz", - "integrity": "sha512-LlFybRJEriSuBnUhQyG5bwglhh50EpTL2ul23MPIuR1odjO7XaMLFV8vHGwp7AZciFxtYOeiSCT5st+XSPONiQ==" - }, - "node_modules/validate.io-integer": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/validate.io-integer/-/validate.io-integer-1.0.5.tgz", - "integrity": "sha512-22izsYSLojN/P6bppBqhgUDjCkr5RY2jd+N2a3DCAUey8ydvrZ/OkGvFPR7qfOpwR2LC5p4Ngzxz36g5Vgr/hQ==", - "dependencies": { - "validate.io-number": "^1.0.3" - } - }, - "node_modules/validate.io-integer-array": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/validate.io-integer-array/-/validate.io-integer-array-1.0.0.tgz", - "integrity": "sha512-mTrMk/1ytQHtCY0oNO3dztafHYyGU88KL+jRxWuzfOmQb+4qqnWmI+gykvGp8usKZOM0H7keJHEbRaFiYA0VrA==", - "dependencies": { - "validate.io-array": "^1.0.3", - "validate.io-integer": "^1.0.4" - } - }, - "node_modules/validate.io-number": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/validate.io-number/-/validate.io-number-1.0.3.tgz", - "integrity": "sha512-kRAyotcbNaSYoDnXvb4MHg/0a1egJdLwS6oJ38TJY7aw9n93Fl/3blIXdyYvPOp55CNxywooG/3BcrwNrBpcSg==" - }, - "node_modules/vite": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.6.tgz", - "integrity": "sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==", - "dev": true, - "dependencies": { - "esbuild": "^0.19.3", - "postcss": "^8.4.35", - "rollup": "^4.2.0" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } - } - }, - "node_modules/vite-plugin-eslint": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/vite-plugin-eslint/-/vite-plugin-eslint-1.8.1.tgz", - "integrity": "sha512-PqdMf3Y2fLO9FsNPmMX+//2BF5SF8nEWspZdgl4kSt7UvHDRHVVfHvxsD7ULYzZrJDGRxR81Nq7TOFgwMnUang==", - "dev": true, - "dependencies": { - "@rollup/pluginutils": "^4.2.1", - "@types/eslint": "^8.4.5", - "rollup": "^2.77.2" - }, - "peerDependencies": { - "eslint": ">=7", - "vite": ">=2" - } - }, - "node_modules/vite-plugin-eslint/node_modules/rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", - "dev": true, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=10.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/warning": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", - "integrity": "sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w==", - "dependencies": { - "loose-envify": "^1.0.0" - } - }, - "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "peer": true, - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", - "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", - "dev": true - }, - "node_modules/webpack": { - "version": "5.90.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.90.3.tgz", - "integrity": "sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==", - "peer": true, - "dependencies": { - "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.5", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", - "acorn": "^8.7.1", - "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.21.10", - "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", - "es-module-lexer": "^1.2.1", - "eslint-scope": "5.1.1", - "events": "^3.2.0", - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", - "json-parse-even-better-errors": "^2.3.1", - "loader-runner": "^4.2.0", - "mime-types": "^2.1.27", - "neo-async": "^2.6.2", - "schema-utils": "^3.2.0", - "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.10", - "watchpack": "^2.4.0", - "webpack-sources": "^3.2.3" - }, - "bin": { - "webpack": "bin/webpack.js" - }, - "engines": { - "node": ">=10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - } - } - }, - "node_modules/webpack-sources": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", - "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "peer": true, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/webpack/node_modules/eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", - "peer": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/webpack/node_modules/estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "peer": true, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/whatwg-fetch": { - "version": "3.6.20", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", - "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" - }, - "node_modules/whatwg-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", - "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", - "dev": true, - "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-builtin-type": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", - "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", - "dev": true, - "dependencies": { - "function.prototype.name": "^1.1.5", - "has-tostringtag": "^1.0.0", - "is-async-function": "^2.0.0", - "is-date-object": "^1.0.5", - "is-finalizationregistry": "^1.0.2", - "is-generator-function": "^1.0.10", - "is-regex": "^1.1.4", - "is-weakref": "^1.0.2", - "isarray": "^2.0.5", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.9" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-collection": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz", - "integrity": "sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==", - "dev": true, - "dependencies": { - "is-map": "^2.0.3", - "is-set": "^2.0.3", - "is-weakmap": "^2.0.2", - "is-weakset": "^2.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-typed-array": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", - "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", - "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/wordwrap": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", - "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", - "dev": true - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" - }, - "node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - } - } -} diff --git a/package.json b/package.json index b74d149fe82e..6d01e9706b32 100644 --- a/package.json +++ b/package.json @@ -1,130 +1,121 @@ { "name": "cipp", - "version": "6.3.0", - "description": "The CyberDrain Improved Partner Portal is a portal to help manage administration for Microsoft Partners.", + "version": "8.8.2", + "author": "CIPP Contributors", "homepage": "https://cipp.app/", "bugs": { "url": "https://github.com/KelvinTegelaar/CIPP/issues" }, + "license": "AGPL-3.0", + "engines": { + "node": "^22.13.0" + }, "repository": { "type": "git", "url": "git@github.com:KelvinTegelaar/CIPP.git" }, - "type": "module", - "license": "AGPL-3.0", - "author": "CIPP Contributors", "scripts": { - "prebuild": "node Generate-Import-Map.js", - "build": "echo react-scripts build && vite build", - "changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit", - "lint": "eslint \"src/**/*.js\"", - "start": "vite", - "start-swa": "swa start --swa-config-location .vscode http://127.0.0.1:3000 --api-location http://127.0.0.1:7071", - "prepare": "husky install", - "preview": "vite preview" - }, - "config": { - "coreui_library_short_version": "4.1" + "dev": "next -H 127.0.0.1", + "build": "next build && rm -rf package.json yarn.lock", + "start": "next start", + "export": "next export", + "lint": "next lint", + "lint-fix": "next lint --fix", + "start-swa": "swa start --swa-config-location .vscode http://127.0.0.1:3000 --api-location http://127.0.0.1:7071 --verbose=silly" }, "dependencies": { - "@coreui/chartjs": "^3.0.0", - "@coreui/coreui": "^4.3.0", - "@coreui/react": "^4.11.0", - "@coreui/react-chartjs": "^2.1.3", - "@coreui/utils": "^1.3.1", - "@fortawesome/fontawesome-svg-core": "^6.5.1", - "@fortawesome/free-brands-svg-icons": "^6.5.1", - "@fortawesome/free-regular-svg-icons": "^6.5.1", - "@fortawesome/free-solid-svg-icons": "^6.5.1", - "@fortawesome/react-fontawesome": "^0.2.0", - "@monaco-editor/react": "^4.5.2", - "@popperjs/core": "^2.10.2", - "@reduxjs/toolkit": "^1.9.7", - "@rjsf/bootstrap-4": "^5.12.1", - "@rjsf/core": "^5.12.1", - "@rjsf/utils": "^5.12.1", - "@rjsf/validator-ajv8": "^5.12.1", - "@uiw/react-json-view": "^2.0.0-alpha.23", - "axios": "^1.6.2", - "buffer": "^6.0.3", - "chart.js": "^3.5.1", - "classnames": "^2.3.1", - "core-js": "^3.18.3", - "dompurify": "^3.1.6", - "eml-parse-js": "^1.1.14", - "enzyme": "^3.11.0", - "final-form": "^4.20.4", - "final-form-arrays": "^3.1.0", - "fuse.js": "^7.0.0", - "fuzzysort": "^1.1.4", - "javascript-time-ago": "^2.5.9", - "jspdf": "^2.4.0", - "jspdf-autotable": "^3.5.23", - "lodash-es": "^4.17.21", - "moment": "^2.29.1", - "prop-types": "^15.7.2", - "react": "^18.2.0", - "react-app-polyfill": "^2.0.0", - "react-bootstrap": "^1.6.5", - "react-circular-progressbar": "^2.1.0", + "@emotion/cache": "11.14.0", + "@emotion/react": "11.14.0", + "@emotion/server": "11.11.0", + "@emotion/styled": "11.14.1", + "@heroicons/react": "2.2.0", + "@monaco-editor/react": "^4.6.0", + "@mui/icons-material": "7.3.2", + "@mui/lab": "7.0.0-beta.17", + "@mui/material": "7.3.2", + "@mui/system": "7.3.2", + "@mui/x-date-pickers": "^8.11.1", + "@musement/iso-duration": "^1.0.0", + "@nivo/core": "^0.99.0", + "@nivo/sankey": "^0.99.0", + "@react-pdf/renderer": "^4.3.0", + "@reduxjs/toolkit": "^2.11.2", + "@tanstack/query-sync-storage-persister": "^5.76.0", + "@tanstack/react-query": "^5.51.11", + "@tanstack/react-query-devtools": "^5.51.11", + "@tanstack/react-query-persist-client": "^5.76.0", + "@tanstack/react-table": "^8.19.2", + "@tiptap/core": "^3.4.1", + "@tiptap/extension-heading": "^3.4.1", + "@tiptap/extension-image": "^3.4.1", + "@tiptap/extension-table": "^3.4.1", + "@tiptap/pm": "^3.4.1", + "@tiptap/react": "^3.4.1", + "@tiptap/starter-kit": "^3.4.1", + "@uiw/react-json-view": "^2.0.0-alpha.30", + "@vvo/tzdb": "^6.198.0", + "apexcharts": "5.3.5", + "axios": "^1.7.2", + "date-fns": "4.1.0", + "eml-parse-js": "^1.2.0-beta.0", + "export-to-csv": "^1.3.0", + "formik": "2.4.6", + "gray-matter": "4.0.3", + "i18next": "25.5.2", + "javascript-time-ago": "^2.5.11", + "jspdf": "^3.0.0", + "jspdf-autotable": "^5.0.2", + "leaflet": "^1.9.4", + "leaflet-defaulticon-compatibility": "^0.1.2", + "leaflet.markercluster": "^1.5.3", + "lodash.isequal": "4.5.0", + "material-react-table": "^3.0.1", + "monaco-editor": "^0.53.0", + "mui-tiptap": "^1.14.0", + "next": "^15.2.2", + "nprogress": "0.2.0", + "numeral": "2.0.6", + "prop-types": "15.8.1", + "punycode": "^2.3.1", + "react": "19.1.1", + "react-apexcharts": "1.7.0", + "react-beautiful-dnd": "13.1.1", "react-copy-to-clipboard": "^5.1.0", - "react-data-table-component": "^7.4.5", - "react-datepicker": "^4.10.0", - "react-dom": "^18.2.0", - "react-dropzone": "^14.2.3", - "react-final-form": "^6.5.9", - "react-final-form-arrays": "^3.1.4", - "react-final-form-listeners": "^1.0.3", - "react-helmet-async": "^1.3.0", - "react-hotkeys-hook": "^3.4.4", + "react-dom": "19.1.1", + "react-dropzone": "14.3.8", + "react-error-boundary": "^6.0.0", + "react-grid-layout": "^1.5.0", + "react-hook-form": "^7.53.0", + "react-hot-toast": "2.6.0", "react-html-parser": "^2.0.2", - "react-loading-skeleton": "^3.1.0", - "react-masonry-component": "^6.3.0", - "react-media-hook": "^0.4.9", - "react-papaparse": "^3.18.2", - "react-redux": "^7.2.5", - "react-router-dom": "^6.1.1", - "react-select": "^5.3.0", - "react-select-search": "^3.0.8", - "react-syntax-highlighter": "^15.4.5", - "react-time-ago": "^7.2.1", - "redux": "4.1.1", + "react-i18next": "15.7.3", + "react-leaflet": "5.0.0", + "react-leaflet-markercluster": "^5.0.0-rc.0", + "react-markdown": "10.1.0", + "react-media-hook": "^0.5.0", + "react-papaparse": "^4.4.0", + "react-quill": "^2.0.0", + "react-redux": "9.2.0", + "react-syntax-highlighter": "^15.6.1", + "react-time-ago": "^7.3.3", + "react-virtuoso": "^4.12.8", + "react-window": "^2.1.0", + "recharts": "^3.6.0", + "redux": "5.0.1", + "redux-devtools-extension": "2.13.9", "redux-persist": "^6.0.0", - "simplebar-react": "^2.3.6", - "source-map-loader": "^3.0.0", - "styled-components": "^5.3.11" + "redux-thunk": "3.1.0", + "rehype-raw": "^7.0.0", + "remark-gfm": "^3.0.1", + "simplebar": "6.3.2", + "simplebar-react": "3.3.2", + "stylis-plugin-rtl": "2.1.1", + "typescript": "5.9.2", + "yup": "1.7.0" }, "devDependencies": { - "@types/react": "^18.2.39", - "@types/react-helmet": "^6.1.5", - "@vitejs/plugin-react": "^4.2.1", - "auto-changelog": "~2.3.0", - "browserslist-to-esbuild": "^1.2.0", - "eslint": "^8.54.0", - "eslint-config-prettier": "^8.3.0", - "eslint-import-resolver-custom-alias": "^1.3.2", - "eslint-plugin-import": "^2.29.0", - "eslint-plugin-prettier": "^4.0.0", - "eslint-plugin-react": "^7.33.2", - "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.4.4", - "husky": "^7.0.4", - "postcss-scss": "^4.0.3", - "prettier": "2.4.1", - "redux-immutable-state-invariant": "^2.1.0", - "sass": "^1.64.2", - "stylelint": "^14.3.0", - "stylelint-config-sass-guidelines": "^9.0.1", - "stylelint-order": "^5.0.0", - "vite": "^5.0.6", - "vite-plugin-eslint": "^1.8.1" - }, - "engines": { - "node": "18", - "npm": ">=8.3.0" - }, - "overrides": { - "react": "^18.2.0", - "react-dom": "^18.2.0" + "@svgr/webpack": "8.1.0", + "eslint": "9.35.0", + "eslint-config-next": "15.5.2" } -} +} \ No newline at end of file diff --git a/public/GDAPRoles.json b/public/GDAPRoles.json deleted file mode 100644 index bf14e31159e5..000000000000 --- a/public/GDAPRoles.json +++ /dev/null @@ -1,722 +0,0 @@ -[ - { - "ExtensionData": {}, - "Description": "Can create and manage all aspects of app registrations and enterprise apps.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Application Administrator", - "ObjectId": "9b895d92-2cd3-44c7-9d02-a6ac2d5ea5c3" - }, - { - "ExtensionData": {}, - "Description": "Can create application registrations independent of the \u0027Users can register applications\u0027 setting.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Application Developer", - "ObjectId": "cf1c38e5-3621-4004-a7cb-879624dced7c" - }, - { - "ExtensionData": {}, - "Description": "Can create attack payloads that an administrator can initiate later.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Attack Payload Author", - "ObjectId": "9c6df0f2-1e7c-4dc3-b195-66dfbd24aa8f" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage all aspects of attack simulation campaigns.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Attack Simulation Administrator", - "ObjectId": "c430b396-e693-46cc-96f3-db01bf8bb62a" - }, - { - "ExtensionData": {}, - "Description": "Assign custom security attribute keys and values to supported Azure AD objects.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Attribute Assignment Administrator", - "ObjectId": "58a13ea3-c632-46ae-9ee0-9c0d43cd7f3d" - }, - { - "ExtensionData": {}, - "Description": "Read custom security attribute keys and values for supported Azure AD objects.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Attribute Assignment Reader", - "ObjectId": "ffd52fa5-98dc-465c-991d-fc073eb59f8f" - }, - { - "ExtensionData": {}, - "Description": "Define and manage the definition of custom security attributes.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Attribute Definition Administrator", - "ObjectId": "8424c6f0-a189-499e-bbd0-26c1753c96d4" - }, - { - "ExtensionData": {}, - "Description": "Read the definition of custom security attributes.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Attribute Definition Reader", - "ObjectId": "1d336d2c-4ae8-42ef-9711-b3604ce3fc2c" - }, - { - "ExtensionData": {}, - "Description": "Allowed to view, set and reset authentication method information for any non-admin user.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Authentication Administrator", - "ObjectId": "c4e39bd9-1100-46d3-8c65-fb160da0071f" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage the authentication methods policy, tenant-wide MFA settings, password protection policy, and verifiable credentials.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Authentication Policy Administrator", - "ObjectId": "0526716b-113d-4c15-b2c8-68e3c22b9f80" - }, - { - "ExtensionData": {}, - "Description": "Users assigned to this role are added to the local administrators group on Azure AD-joined devices.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Azure AD Joined Device Local Administrator", - "ObjectId": "9f06204d-73c1-4d4c-880a-6edb90606fd8" - }, - { - "ExtensionData": {}, - "Description": "Can manage Azure DevOps organization policy and settings.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Azure DevOps Administrator", - "ObjectId": "e3973bdf-4987-49ae-837a-ba8e231c7286" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of the Azure Information Protection product.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Azure Information Protection Administrator", - "ObjectId": "7495fdc4-34c4-4d15-a289-98788ce399fd" - }, - { - "ExtensionData": {}, - "Description": "Can manage secrets for federation and encryption in the Identity Experience Framework (IEF).", - "IsEnabled": true, - "IsSystem": true, - "Name": "B2C IEF Keyset Administrator", - "ObjectId": "aaf43236-0c0d-4d5f-883a-6955382ac081" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage trust framework policies in the Identity Experience Framework (IEF).", - "IsEnabled": true, - "IsSystem": true, - "Name": "B2C IEF Policy Administrator", - "ObjectId": "3edaf663-341e-4475-9f94-5c398ef6c070" - }, - { - "ExtensionData": {}, - "Description": "Can perform common billing related tasks like updating payment information.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Billing Administrator", - "ObjectId": "b0f54661-2d74-4c50-afa3-1ec803f12efe" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of the Cloud App Security product.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Cloud App Security Administrator", - "ObjectId": "892c5842-a9a6-463a-8041-72aa08ca3cf6" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage all aspects of app registrations and enterprise apps except App Proxy.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Cloud Application Administrator", - "ObjectId": "158c047a-c907-4556-b7ef-446551a6b5f7" - }, - { - "ExtensionData": {}, - "Description": "Full access to manage devices in Azure AD.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Cloud Device Administrator", - "ObjectId": "7698a772-787b-4ac8-901f-60d6b08affd2" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of Azure AD and Microsoft services that use Azure AD identities. This role was formerly known as Global Administrator.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Company Administrator", - "ObjectId": "62e90394-69f5-4237-9190-012177145e10" - }, - { - "ExtensionData": {}, - "Description": "Can read and manage compliance configuration and reports in Azure AD and Microsoft 365.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Compliance Administrator", - "ObjectId": "17315797-102d-40b4-93e0-432062caca18" - }, - { - "ExtensionData": {}, - "Description": "Creates and manages compliance content.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Compliance Data Administrator", - "ObjectId": "e6d1a23a-da11-4be4-9570-befc86d067a7" - }, - { - "ExtensionData": {}, - "Description": "Can manage Conditional Access capabilities.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Conditional Access Administrator", - "ObjectId": "b1be1c3e-b65d-4f19-8427-f6fa0d97feb9" - }, - { - "ExtensionData": {}, - "Description": "Can approve Microsoft support requests to access customer organizational data.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Customer LockBox Access Approver", - "ObjectId": "5c4f9dcd-47dc-4cf7-8c9a-9e4207cbfc91" - }, - { - "ExtensionData": {}, - "Description": "Can access and manage Desktop management tools and services.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Desktop Analytics Administrator", - "ObjectId": "38a96431-2bdf-4b4c-8b6e-5d3d8abac1a4" - }, - { - "ExtensionData": {}, - "Description": "Device Join", - "IsEnabled": true, - "IsSystem": true, - "Name": "Device Join", - "ObjectId": "9c094953-4995-41c8-84c8-3ebb9b32c93f" - }, - { - "ExtensionData": {}, - "Description": "Device Users", - "IsEnabled": true, - "IsSystem": true, - "Name": "Device Users", - "ObjectId": "d405c6df-0af8-4e3b-95e4-4d06e542189e" - }, - { - "ExtensionData": {}, - "Description": "Can read basic directory information. Commonly used to grant directory read access to applications and guests.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Directory Readers", - "ObjectId": "88d8e3e3-8f55-4a1e-953a-9b9898b8876b" - }, - { - "ExtensionData": {}, - "Description": "Only used by Azure AD Connect service.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Directory Synchronization Accounts", - "ObjectId": "d29b2b05-8046-44ba-8758-1e26182fcf32" - }, - { - "ExtensionData": {}, - "Description": "Can read and write basic directory information. For granting access to applications, not intended for users.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Directory Writers", - "ObjectId": "9360feb5-f418-4baa-8175-e2a00bac4301" - }, - { - "ExtensionData": {}, - "Description": "Can manage domain names in cloud and on-premises.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Domain Name Administrator", - "ObjectId": "8329153b-31d0-4727-b945-745eb3bc5f31" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of the Dynamics 365 product.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Dynamics 365 Administrator", - "ObjectId": "44367163-eba1-44c3-98af-f5787879f96a" - }, - { - "ExtensionData": {}, - "Description": "Manage all aspects of Microsoft Edge.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Edge Administrator", - "ObjectId": "3f1acade-1e04-4fbc-9b69-f0302cd84aef" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of the Exchange product.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Exchange Administrator", - "ObjectId": "29232cdf-9323-42fd-ade2-1d097af3e4de" - }, - { - "ExtensionData": {}, - "Description": "Can create or update Exchange Online recipients within the Exchange Online organization.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Exchange Recipient Administrator", - "ObjectId": "31392ffb-586c-42d1-9346-e59415a2cc4e" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage all aspects of user flows.", - "IsEnabled": true, - "IsSystem": true, - "Name": "External ID User Flow Administrator", - "ObjectId": "6e591065-9bad-43ed-90f3-e9424366d2f0" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage the attribute schema available to all user flows.", - "IsEnabled": true, - "IsSystem": true, - "Name": "External ID User Flow Attribute Administrator", - "ObjectId": "0f971eea-41eb-4569-a71e-57bb8a3eff1e" - }, - { - "ExtensionData": {}, - "Description": "Can configure identity providers for use in direct federation.", - "IsEnabled": true, - "IsSystem": true, - "Name": "External Identity Provider Administrator", - "ObjectId": "be2f45a1-457d-42af-a067-6ec1fa63bc45" - }, - { - "ExtensionData": {}, - "Description": "Can read everything that a Global Administrator can, but not update anything.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Global Reader", - "ObjectId": "f2ef992c-3afb-46b9-b7cf-a126ee74c451" - }, - { - "ExtensionData": {}, - "Description": "Members of this role can create/manage groups, create/manage groups settings like naming and expiration policies, and view groups activity and audit reports.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Groups Administrator", - "ObjectId": "fdd7a751-b60b-444a-984c-02652fe8fa1c" - }, - { - "ExtensionData": {}, - "Description": "Can invite guest users independent of the \u0027members can invite guests\u0027 setting.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Guest Inviter", - "ObjectId": "95e79109-95c0-4d8e-aee3-d01accf2d47b" - }, - { - "ExtensionData": {}, - "Description": "Can reset passwords for non-administrators and Helpdesk Administrators.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Helpdesk Administrator", - "ObjectId": "729827e3-9c14-49f7-bb1b-9608f156bbb8" - }, - { - "ExtensionData": {}, - "Description": "Can manage AD to Azure AD cloud provisioning, Azure AD Connect, and federation settings.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Hybrid Identity Administrator", - "ObjectId": "8ac3fc64-6eca-42ea-9e69-59f4c7b60eb2" - }, - { - "ExtensionData": {}, - "Description": "Manage access using Azure AD for identity governance scenarios.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Identity Governance Administrator", - "ObjectId": "45d8d3c5-c802-45c6-b32a-1d70b5e1e86e" - }, - { - "ExtensionData": {}, - "Description": "Has administrative access in the Microsoft 365 Insights app.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Insights Administrator", - "ObjectId": "eb1f4a8d-243a-41f0-9fbd-c7cdf6c5ef7c" - }, - { - "ExtensionData": {}, - "Description": "Access the analytical capabilities in Microsoft Viva Insights and run custom queries.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Insights Analyst", - "ObjectId": "25df335f-86eb-4119-b717-0ff02de207e9" - }, - { - "ExtensionData": {}, - "Description": "Can view and share dashboards and insights via the M365 Insights app.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Insights Business Leader", - "ObjectId": "31e939ad-9672-4796-9c2e-873181342d2d" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of the Intune product.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Intune Administrator", - "ObjectId": "3a2c62db-5318-420d-8d74-23affee5d9d5" - }, - { - "ExtensionData": {}, - "Description": "Can manage settings for Microsoft Kaizala.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Kaizala Administrator", - "ObjectId": "74ef975b-6605-40af-a5d2-b9539d836353" - }, - { - "ExtensionData": {}, - "Description": "Can configure knowledge, learning, and other intelligent features.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Knowledge Administrator", - "ObjectId": "b5a8dcf3-09d5-43a9-a639-8e29ef291470" - }, - { - "ExtensionData": {}, - "Description": "Has access to topic management dashboard and can manage content.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Knowledge Manager", - "ObjectId": "744ec460-397e-42ad-a462-8b3f9747a02c" - }, - { - "ExtensionData": {}, - "Description": "Can manage product licenses on users and groups.", - "IsEnabled": true, - "IsSystem": true, - "Name": "License Administrator", - "ObjectId": "4d6ac14f-3453-41d0-bef9-a3e0c569773a" - }, - { - "ExtensionData": {}, - "Description": "Create and manage all aspects of workflows and tasks associated with Lifecycle Workflows in Azure AD.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Lifecycle Workflows Administrator", - "ObjectId": "59d46f88-662b-457b-bceb-5c3809e5908f" - }, - { - "ExtensionData": {}, - "Description": "Can read security messages and updates in Office 365 Message Center only.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Message Center Privacy Reader", - "ObjectId": "ac16e43d-7b2d-40e0-ac05-243ff356ab5b" - }, - { - "ExtensionData": {}, - "Description": "Can read messages and updates for their organization in Office 365 Message Center only.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Message Center Reader", - "ObjectId": "790c1fb9-7f7d-4f88-86a1-ef1f95c05c1b" - }, - { - "ExtensionData": {}, - "Description": "Can manage network locations and review enterprise network design insights for Microsoft 365 Software as a Service applications.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Network Administrator", - "ObjectId": "d37c8bed-0711-4417-ba38-b4abe66ce4c2" - }, - { - "ExtensionData": {}, - "Description": "Can manage Office apps cloud services, including policy and settings management, and manage the ability to select, unselect and publish \u0027what\u0027s new\u0027 feature content to end-user\u0027s devices.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Office Apps Administrator", - "ObjectId": "2b745bdf-0803-4d80-aa65-822c4493daac" - }, - { - "ExtensionData": {}, - "Description": "Do not use - not intended for general use.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Partner Tier1 Support", - "ObjectId": "4ba39ca4-527c-499a-b93d-d9b492c50246" - }, - { - "ExtensionData": {}, - "Description": "Do not use - not intended for general use.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Partner Tier2 Support", - "ObjectId": "e00e864a-17c5-4a4b-9c06-f5b95a8d5bd8" - }, - { - "ExtensionData": {}, - "Description": "Can reset passwords for non-administrators and Password Administrators.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Password Administrator", - "ObjectId": "966707d0-3269-4727-9be2-8c3a10f19b9d" - }, - { - "ExtensionData": {}, - "Description": "Manage all aspects of Entra Permissions Management.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Permissions Management Administrator", - "ObjectId": "af78dc32-cf4d-46f9-ba4e-4428526346b5" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of the Power BI product.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Power BI Administrator", - "ObjectId": "a9ea8996-122f-4c74-9520-8edcd192826c" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage all aspects of Microsoft Dynamics 365, PowerApps and Microsoft Flow.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Power Platform Administrator", - "ObjectId": "11648597-926c-4cf3-9c36-bcebb0ba8dcc" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of printers and printer connectors.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Printer Administrator", - "ObjectId": "644ef478-e28f-4e28-b9dc-3fdde9aa0b1f" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of printers and printer connectors.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Printer Technician", - "ObjectId": "e8cef6f1-e4bd-4ea8-bc07-4b8d950f4477" - }, - { - "ExtensionData": {}, - "Description": "Allowed to view, set and reset authentication method information for any user (admin or non-admin).", - "IsEnabled": true, - "IsSystem": true, - "Name": "Privileged Authentication Administrator", - "ObjectId": "7be44c8a-adaf-4e2a-84d6-ab2649e08a13" - }, - { - "ExtensionData": {}, - "Description": "Can manage role assignments in Azure AD, and all aspects of Privileged Identity Management.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Privileged Role Administrator", - "ObjectId": "e8611ab8-c189-46e8-94e1-60213ab1f814" - }, - { - "ExtensionData": {}, - "Description": "Can read sign-in and audit reports.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Reports Reader", - "ObjectId": "4a5d8f65-41da-4de4-8968-e035b65339cf" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage all aspects of Microsoft Search settings.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Search Administrator", - "ObjectId": "0964bb5e-9bdb-4d7b-ac29-58e794862a40" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage the editorial content such as bookmarks, Q and As, locations, floorplan.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Search Editor", - "ObjectId": "8835291a-918c-4fd7-a9ce-faa49f0cf7d9" - }, - { - "ExtensionData": {}, - "Description": "Security Administrator allows ability to read and manage security configuration and reports.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Security Administrator", - "ObjectId": "194ae4cb-b126-40b2-bd5b-6091b380977d" - }, - { - "ExtensionData": {}, - "Description": "Creates and manages security events.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Security Operator", - "ObjectId": "5f2222b1-57c3-48ba-8ad5-d4759f1fde6f" - }, - { - "ExtensionData": {}, - "Description": "Can read security information and reports in Azure AD and Office 365.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Security Reader", - "ObjectId": "5d6b6bb7-de71-4623-b4af-96380a352509" - }, - { - "ExtensionData": {}, - "Description": "Can read service health information and manage support tickets.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Service Support Administrator", - "ObjectId": "f023fd81-a637-4b56-95fd-791ac0226033" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of the SharePoint service.", - "IsEnabled": true, - "IsSystem": true, - "Name": "SharePoint Administrator", - "ObjectId": "f28a1f50-f6e7-4571-818b-6a12f2af6b6c" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of the Skype for Business product.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Skype for Business Administrator", - "ObjectId": "75941009-915a-4869-abe7-691bff18279e" - }, - { - "ExtensionData": {}, - "Description": "Can manage the Microsoft Teams service.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Teams Administrator", - "ObjectId": "69091246-20e8-4a56-aa4d-066075b2a7a8" - }, - { - "ExtensionData": {}, - "Description": "Can manage calling and meetings features within the Microsoft Teams service.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Teams Communications Administrator", - "ObjectId": "baf37b3a-610e-45da-9e62-d9d1e5e8914b" - }, - { - "ExtensionData": {}, - "Description": "Can troubleshoot communications issues within Teams using advanced tools.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Teams Communications Support Engineer", - "ObjectId": "f70938a0-fc10-4177-9e90-2178f8765737" - }, - { - "ExtensionData": {}, - "Description": "Can troubleshoot communications issues within Teams using basic tools.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Teams Communications Support Specialist", - "ObjectId": "fcf91098-03e3-41a9-b5ba-6f0ec8188a12" - }, - { - "ExtensionData": {}, - "Description": "Can perform management related tasks on Teams certified devices.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Teams Devices Administrator", - "ObjectId": "3d762c5a-1b6c-493f-843e-55a3b42923d4" - }, - { - "ExtensionData": {}, - "Description": "Can see only tenant level aggregates in Microsoft 365 Usage Analytics and Productivity Score.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Usage Summary Reports Reader", - "ObjectId": "75934031-6c7e-415a-99d7-48dbd49e875e" - }, - { - "ExtensionData": {}, - "Description": "Can manage all aspects of users and groups, including resetting passwords for limited admins.", - "IsEnabled": true, - "IsSystem": true, - "Name": "User Administrator", - "ObjectId": "fe930be7-5e62-47db-91af-98c3a49a38b1" - }, - { - "ExtensionData": {}, - "Description": "Manage and share Virtual Visits information and metrics from admin centers or the Virtual Visits app.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Virtual Visits Administrator", - "ObjectId": "e300d9e7-4a2b-4295-9eff-f1c78b36cc98" - }, - { - "ExtensionData": {}, - "Description": "Manage and configure all aspects of Microsoft Viva Goals.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Viva Goals Administrator", - "ObjectId": "92b086b3-e367-4ef2-b869-1de128fb986e" - }, - { - "ExtensionData": {}, - "Description": "Can manage all settings for Microsoft Viva Pulse app.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Viva Pulse Administrator", - "ObjectId": "87761b17-1ed2-4af3-9acd-92a150038160" - }, - { - "ExtensionData": {}, - "Description": "Can provision and manage all aspects of Cloud PCs.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Windows 365 Administrator", - "ObjectId": "11451d60-acb2-45eb-a7d6-43d0f0125c13" - }, - { - "ExtensionData": {}, - "Description": "Can create and manage all aspects of Windows Update deployments through the Windows Update for Business deployment service.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Windows Update Deployment Administrator", - "ObjectId": "32696413-001a-46ae-978c-ce0f6b3620d2" - }, - { - "ExtensionData": {}, - "Description": "Workplace Device Join", - "IsEnabled": true, - "IsSystem": true, - "Name": "Workplace Device Join", - "ObjectId": "c34f683f-4d5a-4403-affd-6615e00e3a7f" - }, - { - "ExtensionData": {}, - "Description": "Manage all aspects of Yammer.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Yammer Administrator", - "ObjectId": "810a2642-a034-447f-a5e8-41beaa378541" - } -] diff --git a/public/MFAStates.json b/public/MFAStates.json deleted file mode 100644 index fcaf8dc6ceb3..000000000000 --- a/public/MFAStates.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "value": "disabled", - "label": "Disabled" - }, - { - "value": "enabled", - "label": "Enabled" - }, - { - "value": "enforced", - "label": "Enforced" - } -] diff --git a/public/PermissionsList.json b/public/PermissionsList.json deleted file mode 100644 index c91c29126036..000000000000 --- a/public/PermissionsList.json +++ /dev/null @@ -1,7973 +0,0 @@ -[ - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", - "displayName": "Read all access reviews", - "id": "d07a8cc0-3d51-4b77-b3b0-32704d1f69fa", - "isEnabled": true, - "origin": "Application", - "value": "AccessReview.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", - "displayName": "Manage all access reviews", - "id": "ef5f7d5c-338f-44b0-86c3-351f46c8bb5f", - "isEnabled": true, - "origin": "Application", - "value": "AccessReview.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization for group and app memberships, without a signed-in user.", - "displayName": "Manage access reviews for group and app memberships", - "id": "18228521-a591-40f1-b215-5fad4488c117", - "isEnabled": true, - "origin": "Application", - "value": "AccessReview.ReadWrite.Membership" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read all acronyms without a signed-in user.", - "displayName": "Read all acronyms", - "id": "8c0aed2c-0c61-433d-b63c-6370ddc73248", - "isEnabled": true, - "origin": "Application", - "value": "Acronym.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", - "displayName": "Read all administrative units", - "id": "134fd756-38ce-4afd-ba33-e9623dbe66c2", - "isEnabled": true, - "origin": "Application", - "value": "AdministrativeUnit.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", - "displayName": "Read and write all administrative units", - "id": "5eb59dd3-1da2-4329-8733-9dabdc435916", - "isEnabled": true, - "origin": "Application", - "value": "AdministrativeUnit.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read terms of use agreements, without a signed in user.", - "displayName": "Read all terms of use agreements", - "id": "2f3e6f8c-093b-4c57-a58b-ba5ce494a169", - "isEnabled": true, - "origin": "Application", - "value": "Agreement.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write terms of use agreements, without a signed in user.", - "displayName": "Read and write all terms of use agreements", - "id": "c9090d00-6101-42f0-a729-c41074260d47", - "isEnabled": true, - "origin": "Application", - "value": "Agreement.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read terms of use acceptance statuses, without a signed in user.", - "displayName": "Read all terms of use acceptance statuses", - "id": "d8e4ec18-f6c0-4620-8122-c8b1f2bf400e", - "isEnabled": true, - "origin": "Application", - "value": "AgreementAcceptance.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the API connectors used in user authentication flows, without a signed-in user.", - "displayName": "Read API connectors for authentication flows", - "id": "b86848a7-d5b1-41eb-a9b4-54a4e6306e97", - "isEnabled": true, - "origin": "Application", - "value": "APIConnectors.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, create and manage the API connectors used in user authentication flows, without a signed-in user.", - "displayName": "Read and write API connectors for authentication flows", - "id": "1dfe531a-24a6-4f1b-80f4-7a0dc5a0a171", - "isEnabled": true, - "origin": "Application", - "value": "APIConnectors.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read apps in the app catalogs without a signed-in user.", - "displayName": "Read all app catalogs", - "id": "e12dae10-5a57-4817-b79d-dfbec5348930", - "isEnabled": true, - "origin": "Application", - "value": "AppCatalog.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update, and delete apps in the app catalogs without a signed-in user.", - "displayName": "Read and write to all app catalogs", - "id": "dc149144-f292-421e-b185-5953f2e98d7f", - "isEnabled": true, - "origin": "Application", - "value": "AppCatalog.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", - "displayName": "Read and write the remote desktop security configuration for all apps", - "id": "3be0012a-cc4e-426b-895b-f9c836bf6381", - "isEnabled": true, - "origin": "Application", - "value": "Application-RemoteDesktopConfig.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all applications and service principals without a signed-in user.", - "displayName": "Read all applications", - "id": "9a5d68dd-52b0-4cc2-bd40-abcf44ac3a30", - "isEnabled": true, - "origin": "Application", - "value": "Application.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", - "displayName": "Read and write all applications", - "id": "1bfefb4e-e0b5-418b-a88f-73c46d2cc8e9", - "isEnabled": true, - "origin": "Application", - "value": "Application.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "displayName": "Manage apps that this app creates or owns", - "id": "18a4783c-866b-4cc7-a460-3d5e5662c884", - "isEnabled": true, - "origin": "Application", - "value": "Application.ReadWrite.OwnedBy" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, without a signed-in user.", - "displayName": "Manage app permission grants and app role assignments", - "id": "06b708a9-e830-4db3-a914-8e69da51d44f", - "isEnabled": true, - "origin": "Application", - "value": "AppRoleAssignment.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read attack simulation and training data for an organization without a signed-in user.", - "displayName": "Read attack simulation data of an organization", - "id": "93283d0a-6322-4fa8-966b-8c121624760d", - "isEnabled": true, - "origin": "Application", - "value": "AttackSimulation.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, create, and update attack simulation and training data for an organization without a signed-in user.", - "displayName": "Read, create, and update all attack simulation data of an organization", - "id": "e125258e-8c8a-42a8-8f55-ab502afa52f3", - "isEnabled": true, - "origin": "Application", - "value": "AttackSimulation.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and query your audit log activities, without a signed-in user.", - "displayName": "Read all audit log data", - "id": "b0afded3-3588-46d8-8b3d-9842eff778da", - "isEnabled": true, - "origin": "Application", - "value": "AuditLog.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the authentication context information in your organization without a signed-in user.", - "displayName": "Read all authentication context information", - "id": "381f742f-e1f8-4309-b4ab-e3d91ae4c5c1", - "isEnabled": true, - "origin": "Application", - "value": "AuthenticationContext.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and update the authentication context information in your organization without a signed-in user.", - "displayName": "Read and write all authentication context information", - "id": "a88eef72-fed0-4bf7-a2a9-f19df33f8b83", - "isEnabled": true, - "origin": "Application", - "value": "AuthenticationContext.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the billing configuration on all applications without a signed-in user. ", - "displayName": "Read and write application billing configuration", - "id": "9e8be751-7eee-4c09-bcfd-d64f6b087fd8", - "isEnabled": true, - "origin": "Application", - "value": "BillingConfiguration.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", - "displayName": "Read all Bookings related resources.", - "id": "6e98f277-b046-4193-a4f2-6bf6a78cd491", - "isEnabled": true, - "origin": "Application", - "value": "Bookings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", - "displayName": "Read and write all Bookings related resources.", - "id": "9769393e-5a9f-4302-9e3d-7e018ecb64a7", - "isEnabled": true, - "origin": "Application", - "value": "BookingsAppointment.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read all bookmarks without a signed-in user.", - "displayName": "Read all bookmarks", - "id": "be95e614-8ef3-49eb-8464-1c9503433b86", - "isEnabled": true, - "origin": "Application", - "value": "Bookmark.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read all browser site lists configured for your organization, without a signed-in user.", - "displayName": "Read all browser site lists for your organization", - "id": "c5ee1f21-fc7f-4937-9af0-c91648ff9597", - "isEnabled": true, - "origin": "Application", - "value": "BrowserSiteLists.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read and write all browser site lists configured for your organization, without a signed-in user.", - "displayName": "Read and write all browser site lists for your organization", - "id": "8349ca94-3061-44d5-9bfb-33774ea5e4f9", - "isEnabled": true, - "origin": "Application", - "value": "BrowserSiteLists.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the configurations of business scenarios it owns, without a signed-in user.", - "displayName": "Read all business scenario configurations this app creates or owns", - "id": "acc0fc4d-2cd6-4194-8700-1768d8423d86", - "isEnabled": true, - "origin": "Application", - "value": "BusinessScenarioConfig.Read.OwnedBy" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, without a signed-in user.", - "displayName": "Read and write all business scenario configurations this app creates or owns", - "id": "bbea195a-4c47-4a4f-bff2-cba399e11698", - "isEnabled": true, - "origin": "Application", - "value": "BusinessScenarioConfig.ReadWrite.OwnedBy" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", - "displayName": "Read data for all business scenarios this app creates or owns", - "id": "6c0257fd-cffe-415b-8239-2d0d70fdaa9c", - "isEnabled": true, - "origin": "Application", - "value": "BusinessScenarioData.Read.OwnedBy" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", - "displayName": "Read and write data for all business scenarios this app creates or owns", - "id": "f2d21f22-5d80-499e-91cc-0a8a4ce16f54", - "isEnabled": true, - "origin": "Application", - "value": "BusinessScenarioData.ReadWrite.OwnedBy" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read events of all calendars without a signed-in user.", - "displayName": "Read calendars in all mailboxes", - "id": "798ee544-9d2d-430c-a058-570e29e34338", - "isEnabled": true, - "origin": "Application", - "value": "Calendars.Read" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read events of all calendars, except for properties such as body, attachments, and extensions, without a signed-in user.", - "displayName": "Read basic details of calendars in all mailboxes ", - "id": "8ba4a692-bc31-4128-9094-475872af8a53", - "isEnabled": true, - "origin": "Application", - "value": "Calendars.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", - "displayName": "Read and write calendars in all mailboxes", - "id": "ef54d2bf-783f-4e0f-bca1-3210c0444d99", - "isEnabled": true, - "origin": "Application", - "value": "Calendars.ReadWrite" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read call event information for all users in your organizatio, without a signed-in user.", - "displayName": "Read all call events", - "id": "1abb026f-7572-49f6-9ddd-ad61cbba181e", - "isEnabled": true, - "origin": "Application", - "value": "CallEvents.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all PSTN and direct routing call log data without a signed-in user.", - "displayName": "Read PSTN and direct routing call log data", - "id": "a2611786-80b3-417e-adaa-707d4261a5f0", - "isEnabled": true, - "origin": "Application", - "value": "CallRecord-PstnCalls.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read call records for all calls and online meetings without a signed-in user.", - "displayName": "Read all call records", - "id": "45bbb07e-7321-4fd7-a8f6-3ff27e6a81c8", - "isEnabled": true, - "origin": "Application", - "value": "CallRecords.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to get direct access to media streams in a call, without a signed-in user.", - "displayName": "Access media streams in a call as an app", - "id": "a7a681dc-756e-4909-b988-f160edc6655f", - "isEnabled": true, - "origin": "Application", - "value": "Calls.AccessMedia.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", - "displayName": "Initiate outgoing 1 to 1 calls from the app", - "id": "284383ee-7f6e-4e40-a2a8-e85dcb029101", - "isEnabled": true, - "origin": "Application", - "value": "Calls.Initiate.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", - "displayName": "Initiate outgoing group calls from the app", - "id": "4c277553-8a09-487b-8023-29ee378d8324", - "isEnabled": true, - "origin": "Application", - "value": "Calls.InitiateGroupCall.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", - "displayName": "Join group calls and meetings as an app", - "id": "f6b49018-60ab-4f81-83bd-22caeabfed2d", - "isEnabled": true, - "origin": "Application", - "value": "Calls.JoinGroupCall.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", - "displayName": "Join group calls and meetings as a guest", - "id": "fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4", - "isEnabled": true, - "origin": "Application", - "value": "Calls.JoinGroupCallAsGuest.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Create channels in any team, without a signed-in user.", - "displayName": "Create channels", - "id": "f3a65bd4-b703-46df-8f7e-0174fea562aa", - "isEnabled": true, - "origin": "Application", - "value": "Channel.Create" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Delete channels in any team, without a signed-in user.", - "displayName": "Delete channels", - "id": "6a118a39-1227-45d4-af0c-ea7b40d210bc", - "isEnabled": true, - "origin": "Application", - "value": "Channel.Delete.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read all channel names and channel descriptions, without a signed-in user.", - "displayName": "Read the names and descriptions of all channels", - "id": "59a6b24b-4225-4393-8165-ebaec5f55d7a", - "isEnabled": true, - "origin": "Application", - "value": "Channel.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read the members of all channels, without a signed-in user.", - "displayName": "Read the members of all channels", - "id": "3b55498e-47ec-484f-8136-9013221c06a9", - "isEnabled": true, - "origin": "Application", - "value": "ChannelMember.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Add and remove members from all channels, without a signed-in user. Also allows changing a member's role, for example from owner to non-owner.", - "displayName": "Add and remove members from all channels", - "id": "35930dcf-aceb-4bd1-b99a-8ffed403c974", - "isEnabled": true, - "origin": "Application", - "value": "ChannelMember.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all channel messages in Microsoft Teams", - "displayName": "Read all channel messages", - "id": "7b2449af-6ccd-4f4d-9f78-e550c193f0d1", - "isEnabled": true, - "origin": "Application", - "value": "ChannelMessage.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to update Microsoft Teams channel messages by patching a set of Data Loss Prevention (DLP) policy violation properties to handle the output of DLP processing.", - "displayName": "Flag channel messages for violating policy", - "id": "4d02b0cc-d90b-441f-8d82-4fb55c34d6bb", - "isEnabled": true, - "origin": "Application", - "value": "ChannelMessage.UpdatePolicyViolation.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read all channel names, channel descriptions, and channel settings, without a signed-in user.", - "displayName": "Read the names, descriptions, and settings of all channels", - "id": "c97b873f-f59f-49aa-8a0e-52b32d762124", - "isEnabled": true, - "origin": "Application", - "value": "ChannelSettings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read and write the names, descriptions, and settings of all channels, without a signed-in user.", - "displayName": "Read and write the names, descriptions, and settings of all channels", - "id": "243cded2-bd16-4fd6-a953-ff8177894c3d", - "isEnabled": true, - "origin": "Application", - "value": "ChannelSettings.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create chats without a signed-in user. ", - "displayName": "Create chats", - "id": "d9c48af6-9ad9-47ad-82c3-63757137b9af", - "isEnabled": true, - "origin": "Application", - "value": "Chat.Create" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to delete and recover deleted chats, without a signed-in user.", - "displayName": "Delete and recover deleted chats", - "id": "9c7abde0-eacd-4319-bf9e-35994b1a1717", - "isEnabled": true, - "origin": "Application", - "value": "Chat.ManageDeletion.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "displayName": "Read all chat messages", - "id": "6b7d71aa-70aa-4810-a8d9-5d9fb2830017", - "isEnabled": true, - "origin": "Application", - "value": "Chat.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all one-to-one or group chat messages in Microsoft Teams for chats where the associated Teams application is installed, without a signed-in user.", - "displayName": "Read all chat messages for chats where the associated Teams application is installed.", - "id": "1c1b4c8e-3cc7-4c58-8470-9b92c9d5848b", - "isEnabled": true, - "origin": "Application", - "value": "Chat.Read.WhereInstalled" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", - "displayName": "Read names and members of all chat threads", - "id": "b2e060da-3baf-4687-9611-f4ebc0f0cbde", - "isEnabled": true, - "origin": "Application", - "value": "Chat.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read names and members of all one-to-one and group chats in Microsoft Teams where the associated Teams application is installed, without a signed-in user.", - "displayName": "Read names and members of all chat threads where the associated Teams application is installed.", - "id": "818ba5bd-5b3e-4fe0-bbe6-aa4686669073", - "isEnabled": true, - "origin": "Application", - "value": "Chat.ReadBasic.WhereInstalled" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "displayName": "Read and write all chat messages", - "id": "294ce7c9-31ba-490a-ad7d-97a7d075e4ed", - "isEnabled": true, - "origin": "Application", - "value": "Chat.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all chat messages in Microsoft Teams for chats where the associated Teams application is installed, without a signed-in user.", - "displayName": "Read and write all chat messages for chats where the associated Teams application is installed.", - "id": "ad73ce80-f3cd-40ce-b325-df12c33df713", - "isEnabled": true, - "origin": "Application", - "value": "Chat.ReadWrite.WhereInstalled" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to update Microsoft Teams 1-to-1 or group chat messages by patching a set of Data Loss Prevention (DLP) policy violation properties to handle the output of DLP processing.", - "displayName": "Flag chat messages for violating policy", - "id": "7e847308-e030-4183-9899-5235d7270f58", - "isEnabled": true, - "origin": "Application", - "value": "Chat.UpdatePolicyViolation.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read the members of all chats, without a signed-in user.", - "displayName": "Read the members of all chats", - "id": "a3410be2-8e48-4f32-8454-c29a7465209d", - "isEnabled": true, - "origin": "Application", - "value": "ChatMember.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the members of all chats where the associated Teams application is installed, without a signed-in user.", - "displayName": "Read the members of all chats where the associated Teams application is installed.", - "id": "93e7c9e4-54c5-4a41-b796-f2a5adaacda7", - "isEnabled": true, - "origin": "Application", - "value": "ChatMember.Read.WhereInstalled" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Add and remove members from all chats, without a signed-in user.", - "displayName": "Add and remove members from all chats", - "id": "57257249-34ce-4810-a8a2-a03adf0c5693", - "isEnabled": true, - "origin": "Application", - "value": "ChatMember.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to add and remove members from all chats where the associated Teams application is installed, without a signed-in user.", - "displayName": "Add and remove members from all chats where the associated Teams application is installed.", - "id": "e32c2cd9-0124-4e44-88fc-772cd98afbdb", - "isEnabled": true, - "origin": "Application", - "value": "ChatMember.ReadWrite.WhereInstalled" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all one-to-one and group chats messages in Microsoft Teams, without a signed-in user.", - "displayName": "Read all chat messages", - "id": "b9bb2381-47a4-46cd-aafb-00cb12f68504", - "isEnabled": true, - "origin": "Application", - "value": "ChatMessage.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all details of discovered cloud apps in the organization, without a signed-in user.", - "displayName": "Read all discovered cloud applications data", - "id": "64a59178-dad3-4673-89db-84fdcd622fec", - "isEnabled": true, - "origin": "Application", - "value": "CloudApp-Discovery.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", - "displayName": "Read Cloud PCs", - "id": "a9e09520-8ed4-4cde-838e-4fdea192c227", - "isEnabled": true, - "origin": "Application", - "value": "CloudPC.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", - "displayName": "Read and write Cloud PCs", - "id": "3b4349e1-8cf5-45a3-95b7-69d1751d3e6a", - "isEnabled": true, - "origin": "Application", - "value": "CloudPC.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read consent requests and approvals without a signed-in user.", - "displayName": "Read all consent requests", - "id": "1260ad83-98fb-4785-abbb-d6cc1806fd41", - "isEnabled": true, - "origin": "Application", - "value": "ConsentRequest.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read app consent requests and approvals, and deny or approve those requests without a signed-in user.", - "displayName": "Read and write all consent requests", - "id": "9f1b81a7-0223-4428-bfa4-0bcb5535f27d", - "isEnabled": true, - "origin": "Application", - "value": "ConsentRequest.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all contacts in all mailboxes without a signed-in user.", - "displayName": "Read contacts in all mailboxes", - "id": "089fe4d0-434a-44c5-8827-41ba8a0b17f5", - "isEnabled": true, - "origin": "Application", - "value": "Contacts.Read" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update, and delete all contacts in all mailboxes without a signed-in user.", - "displayName": "Read and write contacts in all mailboxes", - "id": "6918b873-d17a-4dc1-b314-35f528134491", - "isEnabled": true, - "origin": "Application", - "value": "Contacts.ReadWrite" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem without a signed-in user.", - "displayName": "Read cross-tenant basic information", - "id": "cac88765-0581-4025-9725-5ebc13f729ee", - "isEnabled": true, - "origin": "Application", - "value": "CrossTenantInformation.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to list and query any shared user profile information associated with the current tenant without a signed-in user.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant without a signed-in user.", - "displayName": "Read all shared cross-tenant user profiles and export their data", - "id": "8b919d44-6192-4f3d-8a3b-f86f8069ae3c", - "isEnabled": true, - "origin": "Application", - "value": "CrossTenantUserProfileSharing.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to list and query any shared user profile information associated with the current tenant without a signed-in user.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant without a signed-in user.", - "displayName": "Read all shared cross-tenant user profiles and export or delete their data", - "id": "306785c5-c09b-4ba0-a4ee-023f3da165cb", - "isEnabled": true, - "origin": "Application", - "value": "CrossTenantUserProfileSharing.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's custom authentication extensions without a signed-in user.", - "displayName": "Read all custom authentication extensions", - "id": "88bb2658-5d9e-454f-aacd-a3933e079526", - "isEnabled": true, - "origin": "Application", - "value": "CustomAuthenticationExtension.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read or write your organization's custom authentication extensions without a signed-in user.", - "displayName": "Read and write all custom authentication extensions", - "id": "c2667967-7050-4e7e-b059-4cbbb3811d03", - "isEnabled": true, - "origin": "Application", - "value": "CustomAuthenticationExtension.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows custom authentication extensions associated with the app to receive HTTP requests triggered by an authentication event. The request can include information about a user, client and resource service principals, and other information about the authentication.", - "displayName": "Receive custom authentication extension HTTP requests", - "id": "214e810f-fda8-4fd7-a475-29461495eb00", - "isEnabled": true, - "origin": "Application", - "value": "CustomAuthenticationExtension.Receive.Payload" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read custom security attribute assignments for all principals in the tenant without a signed in user.", - "displayName": "Read custom security attribute assignments", - "id": "3b37c5a4-1226-493d-bec3-5d6c6b866f3f", - "isEnabled": true, - "origin": "Application", - "value": "CustomSecAttributeAssignment.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write custom security attribute assignments for all principals in the tenant without a signed in user.", - "displayName": "Read and write custom security attribute assignments", - "id": "de89b5e4-5b8f-48eb-8925-29c2b33bd8bd", - "isEnabled": true, - "origin": "Application", - "value": "CustomSecAttributeAssignment.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all audit logs for events that contain information about custom security attributes, without a signed-in user.", - "displayName": "Read all custom security attribute audit logs", - "id": "2a4f026d-e829-4e84-bdbf-d981a2703059", - "isEnabled": true, - "origin": "Application", - "value": "CustomSecAttributeAuditLogs.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read custom security attribute definitions for the tenant without a signed in user.", - "displayName": "Read custom security attribute definitions", - "id": "b185aa14-d8d2-42c1-a685-0f5596613624", - "isEnabled": true, - "origin": "Application", - "value": "CustomSecAttributeDefinition.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write custom security attribute definitions for the tenant without a signed in user.", - "displayName": "Read and write custom security attribute definitions", - "id": "12338004-21f4-4896-bf5e-b75dfaf1016d", - "isEnabled": true, - "origin": "Application", - "value": "CustomSecAttributeDefinition.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups without a signed-in user.", - "displayName": "Read Delegated Admin relationships with customers", - "id": "f6e9e124-4586-492f-adc0-c6f96e4823fd", - "isEnabled": true, - "origin": "Application", - "value": "DelegatedAdminRelationship.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships without a signed-in user.", - "displayName": "Manage Delegated Admin relationships with customers", - "id": "cc13eba4-8cd8-44c6-b4d4-f93237adce58", - "isEnabled": true, - "origin": "Application", - "value": "DelegatedAdminRelationship.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all delegated permission grants, without a signed-in user.", - "displayName": "Read all delegated permission grants", - "id": "81b4724a-58aa-41c1-8a55-84ef97466587", - "isEnabled": true, - "origin": "Application", - "value": "DelegatedPermissionGrant.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), without a signed-in user.", - "displayName": "Manage all delegated permission grants", - "id": "8e8e4742-1d95-4f68-9d56-6ee75648c72a", - "isEnabled": true, - "origin": "Application", - "value": "DelegatedPermissionGrant.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's devices' configuration information without a signed-in user.", - "displayName": "Read all devices", - "id": "7438b122-aefc-4978-80ed-43db9fcc7715", - "isEnabled": true, - "origin": "Application", - "value": "Device.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", - "displayName": "Read and write devices", - "id": "1138cb37-bd11-4084-a2b7-9f71582aeddb", - "isEnabled": true, - "origin": "Application", - "value": "Device.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read device local credential properties including passwords, without a signed-in user.", - "displayName": "Read device local credential passwords", - "id": "884b599e-4d48-43a5-ba94-15c414d00588", - "isEnabled": true, - "origin": "Application", - "value": "DeviceLocalCredential.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read device local credential properties excluding passwords, without a signed-in user.", - "displayName": "Read device local credential properties", - "id": "db51be59-e728-414b-b800-e0f010df1a79", - "isEnabled": true, - "origin": "Application", - "value": "DeviceLocalCredential.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "displayName": "Read Microsoft Intune apps", - "id": "7a6ee1e7-141e-4cec-ae74-d9db155731ff", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementApps.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "displayName": "Read and write Microsoft Intune apps", - "id": "78145de6-330d-4800-a6ce-494ff2d33d07", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementApps.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "displayName": "Read Microsoft Intune device configuration and policies", - "id": "dc377aa6-52d8-4e23-b271-2a7ae04cedf3", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementConfiguration.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "displayName": "Read and write Microsoft Intune device configuration and policies", - "id": "9241abd9-d0e6-425a-bd4f-47ba86e767a4", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementConfiguration.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune, without a signed-in user.", - "displayName": "Perform user-impacting remote actions on Microsoft Intune devices", - "id": "5b07b0dd-2377-4e44-a38d-703f09a0dc3c", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementManagedDevices.PrivilegedOperations.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "displayName": "Read Microsoft Intune devices", - "id": "2f51be20-0bb4-4fed-bf7b-db946066c75e", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementManagedDevices.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "displayName": "Read and write Microsoft Intune devices", - "id": "243333ab-4d21-40cb-a475-36241daa0842", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementManagedDevices.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "displayName": "Read Microsoft Intune RBAC settings", - "id": "58ca0d9a-1575-47e1-a3cb-007ef2e4583b", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementRBAC.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", - "displayName": "Read and write Microsoft Intune RBAC settings", - "id": "e330c4f0-4170-414e-a55a-2f022ec2b57b", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementRBAC.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", - "displayName": "Read Microsoft Intune configuration", - "id": "06a5fe6d-c49d-46a7-b082-56b1b14103c7", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementServiceConfig.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", - "displayName": "Read and write Microsoft Intune configuration", - "id": "5ac13192-7ace-4fcf-b828-1a26f28068ee", - "isEnabled": true, - "origin": "Application", - "value": "DeviceManagementServiceConfig.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "displayName": "Read directory data", - "id": "7ab1d382-f21e-4acd-a863-ba3e13f7da61", - "isEnabled": true, - "origin": "Application", - "value": "Directory.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "displayName": "Read and write directory data", - "id": "19dbc75e-c2e2-444c-a770-ec69d8559fc7", - "isEnabled": true, - "origin": "Application", - "value": "Directory.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage restricted resources based on the other permissions granted to the app, without a signed-in user.", - "displayName": "Manage restricted resources in the directory", - "id": "f20584af-9290-4153-9280-ff8bb2c0ea7f", - "isEnabled": true, - "origin": "Application", - "value": "Directory.Write.Restricted" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all Azure AD recommendations, without a signed-in user. ", - "displayName": "Read all Azure AD recommendations", - "id": "ae73097b-cb2a-4447-b064-5d80f6093921", - "isEnabled": true, - "origin": "Application", - "value": "DirectoryRecommendations.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and update all Azure AD recommendations, without a signed-in user. ", - "displayName": "Read and update all Azure AD recommendations", - "id": "0e9eea12-4f01-45f6-9b8d-3ea4c8144158", - "isEnabled": true, - "origin": "Application", - "value": "DirectoryRecommendations.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all domain properties without a signed-in user.", - "displayName": "Read domains", - "id": "dbb9058a-0e50-45d7-ae91-66909b5d4664", - "isEnabled": true, - "origin": "Application", - "value": "Domain.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all domain properties without a signed in user.  Also allows the app to add,  verify and remove domains.", - "displayName": "Read and write domains", - "id": "7e05723c-0bb0-42da-be95-ae9f08a6e53c", - "isEnabled": true, - "origin": "Application", - "value": "Domain.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user.", - "displayName": "Read all eDiscovery objects", - "id": "50180013-6191-4d1e-a373-e590ff4e66af", - "isEnabled": true, - "origin": "Application", - "value": "eDiscovery.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user.", - "displayName": "Read and write all eDiscovery objects", - "id": "b2620db1-3bf7-4c5b-9cb9-576d29eac736", - "isEnabled": true, - "origin": "Application", - "value": "eDiscovery.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read the state and settings of all Microsoft education apps.", - "displayName": "Read Education app settings", - "id": "7c9db06a-ec2d-4e7b-a592-5a1e30992566", - "isEnabled": true, - "origin": "Application", - "value": "EduAdministration.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Manage the state and settings of all Microsoft education apps.", - "displayName": "Manage education app settings", - "id": "9bc431c3-b8bc-4a8d-a219-40f10f92eff6", - "isEnabled": true, - "origin": "Application", - "value": "EduAdministration.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "displayName": "Read all class assignments with grades", - "id": "4c37e1b6-35a1-43bf-926a-6f30f2cdf585", - "isEnabled": true, - "origin": "Application", - "value": "EduAssignments.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "displayName": "Read all class assignments without grades", - "id": "6e0a958b-b7fc-4348-b7c4-a6ab9fd3dd0e", - "isEnabled": true, - "origin": "Application", - "value": "EduAssignments.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "displayName": "Create, read, update and delete all class assignments with grades", - "id": "0d22204b-6cad-4dd0-8362-3e3f2ae699d9", - "isEnabled": true, - "origin": "Application", - "value": "EduAssignments.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "displayName": "Create, read, update and delete all class assignments without grades", - "id": "f431cc63-a2de-48c4-8054-a34bc093af84", - "isEnabled": true, - "origin": "Application", - "value": "EduAssignments.ReadWriteBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all modules and resources, without a signed-in user.", - "displayName": "Read all class modules and resources", - "id": "6cdb464c-3a03-40f8-900b-4cb7ea1da9c0", - "isEnabled": true, - "origin": "Application", - "value": "EduCurricula.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all modules and resources, without a signed-in user.", - "displayName": "Read and write all class modules and resources", - "id": "6a0c2318-d59d-4c7d-bf2e-5f3902dc2593", - "isEnabled": true, - "origin": "Application", - "value": "EduCurricula.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", - "displayName": "Read the organization's roster", - "id": "e0ac9e1b-cb65-4fc5-87c5-1a8bc181f648", - "isEnabled": true, - "origin": "Application", - "value": "EduRoster.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read a limited subset of properties from both the structure of schools and classes in the organization's roster and education-specific information about all users. Includes name, status, role, email address and photo.", - "displayName": "Read a limited subset of the organization's roster", - "id": "0d412a8c-a06c-439f-b3ec-8abcf54d2f96", - "isEnabled": true, - "origin": "Application", - "value": "EduRoster.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", - "displayName": "Read and write the organization's roster", - "id": "d1808e82-ce13-47af-ae0d-f9b254e6d58a", - "isEnabled": true, - "origin": "Application", - "value": "EduRoster.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read access packages and related entitlement management resources without a signed-in user.", - "displayName": "Read all entitlement management resources", - "id": "c74fd47d-ed3c-45c3-9a9e-b8676de685d2", - "isEnabled": true, - "origin": "Application", - "value": "EntitlementManagement.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.", - "displayName": "Read and write all entitlement management resources", - "id": "9acd699f-1e81-4958-b001-93b1d2506e19", - "isEnabled": true, - "origin": "Application", - "value": "EntitlementManagement.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's authentication event listeners without a signed-in user.", - "displayName": "Read all authentication event listeners", - "id": "b7f6385c-6ce6-4639-a480-e23c42ed9784", - "isEnabled": true, - "origin": "Application", - "value": "EventListener.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", - "displayName": "Read and write all authentication event listeners", - "id": "0edf5e9e-4ce8-468a-8432-d08631d18c43", - "isEnabled": true, - "origin": "Application", - "value": "EventListener.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all external connections without a signed-in user.", - "displayName": "Read all external connections", - "id": "1914711b-a1cb-4793-b019-c2ce0ed21b8c", - "isEnabled": true, - "origin": "Application", - "value": "ExternalConnection.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all external connections without a signed-in user.", - "displayName": "Read and write all external connections", - "id": "34c37bc0-2b40-4d5e-85e1-2365cd256d79", - "isEnabled": true, - "origin": "Application", - "value": "ExternalConnection.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write external connections without a signed-in user. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", - "displayName": "Read and write external connections", - "id": "f431331c-49a6-499f-be1c-62af19c34a9d", - "isEnabled": true, - "origin": "Application", - "value": "ExternalConnection.ReadWrite.OwnedBy" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all external items without a signed-in user.", - "displayName": "Read all external items", - "id": "7a7cffad-37d2-4f48-afa4-c6ab129adcc2", - "isEnabled": true, - "origin": "Application", - "value": "ExternalItem.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allow the app to read or write items in all external datasets that the app is authorized to access", - "displayName": "Read and write items in external datasets", - "id": "38c3d6ee-69ee-422f-b954-e17819665354", - "isEnabled": true, - "origin": "Application", - "value": "ExternalItem.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write external items without a signed-in user. The app can only read external items of the connection that it is authorized to.", - "displayName": "Read and write external items", - "id": "8116ae0f-55c2-452d-9944-d18420f5b2c8", - "isEnabled": true, - "origin": "Application", - "value": "ExternalItem.ReadWrite.OwnedBy" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all files in all site collections without a signed in user.", - "displayName": "Read files in all site collections", - "id": "01d4889c-1287-42c6-ac1f-5d1e02578ef6", - "isEnabled": true, - "origin": "Application", - "value": "Files.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, create, update and delete all files in all site collections without a signed in user. ", - "displayName": "Read and write files in all site collections", - "id": "75359482-378d-4052-8f01-80520e7db3cd", - "isEnabled": true, - "origin": "Application", - "value": "Files.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create groups without a signed-in user.", - "displayName": "Create groups", - "id": "bf7b1a76-6e77-406b-b258-bf5c7720e98f", - "isEnabled": true, - "origin": "Application", - "value": "Group.Create" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "displayName": "Read all groups", - "id": "5b567255-7703-4780-807c-7be8301ae99b", - "isEnabled": true, - "origin": "Application", - "value": "Group.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "displayName": "Read and write all groups", - "id": "62a82d76-70ea-41e2-9197-370581804d09", - "isEnabled": true, - "origin": "Application", - "value": "Group.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", - "displayName": "Read all group memberships", - "id": "98830695-27a2-44f7-8c18-0c3ebc9698f6", - "isEnabled": true, - "origin": "Application", - "value": "GroupMember.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.", - "displayName": "Read and write all group memberships", - "id": "dbaae8cf-10b5-4b86-a4a1-f871c94c6695", - "isEnabled": true, - "origin": "Application", - "value": "GroupMember.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization’s identity (authentication) providers’ properties without a signed in user.", - "displayName": "Read identity providers", - "id": "e321f0bb-e7f7-481e-bb28-e3b0b32d4bd0", - "isEnabled": true, - "origin": "Application", - "value": "IdentityProvider.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization’s identity (authentication) providers’ properties without a signed in user.", - "displayName": "Read and write identity providers", - "id": "90db2b9a-d928-4d33-a4dd-8442ae3d41e4", - "isEnabled": true, - "origin": "Application", - "value": "IdentityProvider.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the identity risk event information for your organization without a signed in user.", - "displayName": "Read all identity risk event information", - "id": "6e472fd1-ad78-48da-a0f0-97ab2c6b769e", - "isEnabled": true, - "origin": "Application", - "value": "IdentityRiskEvent.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and update identity risk detection information for your organization without a signed-in user. Update operations include confirming risk event detections. ", - "displayName": "Read and write all risk detection information", - "id": "db06fb33-1953-4b7b-a2ac-f1e2c854f7ae", - "isEnabled": true, - "origin": "Application", - "value": "IdentityRiskEvent.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all risky service principal information for your organization, without a signed-in user.", - "displayName": "Read all identity risky service principal information", - "id": "607c7344-0eed-41e5-823a-9695ebe1b7b0", - "isEnabled": true, - "origin": "Application", - "value": "IdentityRiskyServicePrincipal.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and update identity risky service principal for your organization, without a signed-in user.", - "displayName": "Read and write all identity risky service principal information", - "id": "cb8d6980-6bcb-4507-afec-ed6de3a2d798", - "isEnabled": true, - "origin": "Application", - "value": "IdentityRiskyServicePrincipal.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the identity risky user information for your organization without a signed in user.", - "displayName": "Read all identity risky user information", - "id": "dc5007c0-2d7d-4c42-879c-2dab87571379", - "isEnabled": true, - "origin": "Application", - "value": "IdentityRiskyUser.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and update identity risky user information for your organization without a signed-in user.  Update operations include dismissing risky users.", - "displayName": "Read and write all risky user information", - "id": "656f6061-f9fe-4807-9708-6a2e0934df76", - "isEnabled": true, - "origin": "Application", - "value": "IdentityRiskyUser.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's user flows, without a signed-in user.", - "displayName": "Read all identity user flows", - "id": "1b0c317f-dd31-4305-9932-259a8b6e8099", - "isEnabled": true, - "origin": "Application", - "value": "IdentityUserFlow.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read or write your organization's user flows, without a signed-in user.", - "displayName": "Read and write all identity user flows", - "id": "65319a09-a2be-469d-8782-f6b07debf789", - "isEnabled": true, - "origin": "Application", - "value": "IdentityUserFlow.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read data connectors without a signed-in user.", - "displayName": "View data connector definitions", - "id": "7ab52c2f-a2ee-4d98-9ebc-725e3934aae2", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-DataConnector.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write data connectors without a signed-in user.", - "displayName": "Manage data connector definitions", - "id": "eda0971c-482e-4345-b28f-69c309cb8a34", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-DataConnector.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to upload data files to a data connector without a signed-in user.", - "displayName": "Upload files to a data connector", - "id": "9334c44b-a7c6-4350-8036-6bf8e02b4c1f", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-DataConnector.Upload" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read inbound data flows without a signed-in user.", - "displayName": "View inbound flow definitions", - "id": "305f6ba2-049a-4b1b-88bb-fe7e08758a00", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-InboundFlow.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write inbound data flows without a signed-in user.", - "displayName": "Manage inbound flow definitions", - "id": "e688c61f-d4c6-4d64-a197-3bcf6ba1d6ad", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-InboundFlow.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read reference definitions without a signed-in user.", - "displayName": "View reference definitions", - "id": "6ee891c3-74a4-4148-8463-0c834375dfaf", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-ReferenceDefinition.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read current and previous IndustryData runs without a signed-in user.", - "displayName": "View current and previous runs", - "id": "f6f5d10b-3024-4d1d-b674-aae4df4a1a73", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-Run.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read source system definitions without a signed-in user.", - "displayName": "View source system definitions", - "id": "bc167a60-39fe-4865-8b44-78400fc6ed03", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-SourceSystem.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write source system definitions without a signed-in user.", - "displayName": "Manage source system definitions", - "id": "7d866958-e06e-4dd6-91c6-a086b3f5cfeb", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-SourceSystem.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read time period definitions without a signed-in user.", - "displayName": "Read time period definitions", - "id": "7c55c952-b095-4c23-a522-022bce4cc1e3", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-TimePeriod.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write time period definitions without a signed-in user.", - "displayName": "Manage time period definitions", - "id": "7afa7744-a782-4a32-b8c2-e3db637e8de7", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData-TimePeriod.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read basic service and resource information without a signed-in user.", - "displayName": "View basic service and resource information", - "id": "4f5ac95f-62fd-472c-b60f-125d24ca0bc5", - "isEnabled": true, - "origin": "Application", - "value": "IndustryData.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all configurations applicable to users for protecting organizational data, without a signed-in user.", - "displayName": "Read all configurations for protecting organizational data applicable to users", - "id": "14f49b9f-4bf2-4d24-b80e-b27ec58409bd", - "isEnabled": true, - "origin": "Application", - "value": "InformationProtectionConfig.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to sign digests for data without a signed-in user.", - "displayName": "Sign digests for data", - "id": "cbe6c7e4-09aa-4b8d-b3c3-2dbb59af4b54", - "isEnabled": true, - "origin": "Application", - "value": "InformationProtectionContent.Sign.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create protected content without a signed-in user. ", - "displayName": "Create protected content", - "id": "287bd98c-e865-4e8c-bade-1a85523195b9", - "isEnabled": true, - "origin": "Application", - "value": "InformationProtectionContent.Write.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read published sensitivity labels and label policy settings for the entire organization or a specific user, without a signed in user.", - "displayName": "Read all published labels and label policies for an organization.", - "id": "19da66cb-0fb0-4390-b071-ebc76a349482", - "isEnabled": true, - "origin": "Application", - "value": "InformationProtectionPolicy.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all insights related to guest activity, without a signed-in user.", - "displayName": "Read all insights related to guest activity", - "id": "e93bd8c0-c267-45ea-9722-9d3376a7e302", - "isEnabled": true, - "origin": "Application", - "value": "Insights-GuestActivity.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all insights related to guest activity, without a signed-in user.", - "displayName": "Read and write all insights related to guest activity", - "id": "681ded65-ad9c-4d3d-8f7d-962f84cc13d8", - "isEnabled": true, - "origin": "Application", - "value": "Insights-GuestActivity.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read data for all assignments in the organization's directory, without a signed-in user.", - "displayName": "Read all assignments", - "id": "535e6066-2894-49ef-ab33-e2c6d064bb81", - "isEnabled": true, - "origin": "Application", - "value": "LearningAssignedCourse.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, update, read and delete all assignments in the organization's directory, without a signed-in user.", - "displayName": "Read and write all assignments", - "id": "236c1cbd-1187-427f-b0f5-b1852454973b", - "isEnabled": true, - "origin": "Application", - "value": "LearningAssignedCourse.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all learning content in the organization's directory, without a signed-in user.", - "displayName": "Read all learning content", - "id": "8740813e-d8aa-4204-860e-2a0f8f84dbc8", - "isEnabled": true, - "origin": "Application", - "value": "LearningContent.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage all learning content in the organization's directory, without a signed-in user.", - "displayName": "Manage all learning content", - "id": "444d6fcb-b738-41e5-b103-ac4f2a2628a3", - "isEnabled": true, - "origin": "Application", - "value": "LearningContent.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.", - "displayName": "Read all self-initiated courses", - "id": "467524fc-ed22-4356-a910-af61191e3503", - "isEnabled": true, - "origin": "Application", - "value": "LearningSelfInitiatedCourse.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, update, read and delete all self-initiated courses in the organization's directory, without a signed-in user.", - "displayName": "Read and write all self-initiated courses", - "id": "7654ed61-8965-4025-846a-0856ec02b5b0", - "isEnabled": true, - "origin": "Application", - "value": "LearningSelfInitiatedCourse.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to manage license assignments for users and groups, without a signed-in user.", - "displayName": "Manage all license assignments", - "id": "5facf0c1-8979-4e95-abcf-ff3d079771c0", - "isEnabled": true, - "origin": "Application", - "value": "LicenseAssignment.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to list and read all workflows, tasks and related lifecycle workflows resources without a signed-in user.", - "displayName": "Read all lifecycle workflows resources", - "id": "7c67316a-232a-4b84-be22-cea2c0906404", - "isEnabled": true, - "origin": "Application", - "value": "LifecycleWorkflows.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources without a signed-in user.", - "displayName": "Read and write all lifecycle workflows resources", - "id": "5c505cf4-8424-4b8e-aa14-ee06e3bb23e3", - "isEnabled": true, - "origin": "Application", - "value": "LifecycleWorkflows.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read mail in all mailboxes without a signed-in user.", - "displayName": "Read mail in all mailboxes", - "id": "810c84a8-4a9e-49e6-bf7d-12d183f40d01", - "isEnabled": true, - "origin": "Application", - "value": "Mail.Read" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.", - "displayName": "Read basic mail in all mailboxes", - "id": "6be147d2-ea4f-4b5a-a3fa-3eab6f3c140a", - "isEnabled": true, - "origin": "Application", - "value": "Mail.ReadBasic" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.", - "displayName": "Read basic mail in all mailboxes", - "id": "693c5e45-0940-467d-9b8a-1022fb9d42ef", - "isEnabled": true, - "origin": "Application", - "value": "Mail.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.", - "displayName": "Read and write mail in all mailboxes", - "id": "e2a3a72e-5f79-4c64-b1b1-878b674786c9", - "isEnabled": true, - "origin": "Application", - "value": "Mail.ReadWrite" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to send mail as any user without a signed-in user.", - "displayName": "Send mail as any user", - "id": "b633e1c5-b582-4048-a93e-9f11b44c7e96", - "isEnabled": true, - "origin": "Application", - "value": "Mail.Send" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read user's mailbox settings without a signed-in user. Does not include permission to send mail.", - "displayName": "Read all user mailbox settings", - "id": "40f97065-369a-49f4-947c-6a255697ae91", - "isEnabled": true, - "origin": "Application", - "value": "MailboxSettings.Read" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update, and delete user's mailbox settings without a signed-in user. Does not include permission to send mail.", - "displayName": "Read and write all user mailbox settings", - "id": "6931bccd-447a-43d1-b442-00a195474933", - "isEnabled": true, - "origin": "Application", - "value": "MailboxSettings.ReadWrite" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.", - "displayName": "Read all hidden memberships", - "id": "658aa5d8-239f-45c4-aa12-864f4fc7e490", - "isEnabled": true, - "origin": "Application", - "value": "Member.Read.Hidden" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all multi-tenant organization details and tenants, without a signed-in user.", - "displayName": "Read all multi-tenant organization details and tenants", - "id": "4f994bc0-31bb-44bb-b480-7a7c1be8c02e", - "isEnabled": true, - "origin": "Application", - "value": "MultiTenantOrganization.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read multi-tenant organization basic details and active tenants, without a signed-in user.", - "displayName": "Read multi-tenant organization basic details and active tenants", - "id": "f9c2b2a7-3895-4b2e-80f6-c924b456e50b", - "isEnabled": true, - "origin": "Application", - "value": "MultiTenantOrganization.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all multi-tenant organization details and tenants, without a signed-in user.", - "displayName": "Read and write all multi-tenant organization details and tenants", - "id": "920def01-ca61-4d2d-b3df-105b46046a70", - "isEnabled": true, - "origin": "Application", - "value": "MultiTenantOrganization.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's network access braches, without a signed-in user.", - "displayName": "Read properties of all branches for network access", - "id": "39ae4a24-1ef0-49e8-9d63-2a66f5c39edd", - "isEnabled": true, - "origin": "Application", - "value": "NetworkAccessBranch.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's network access braches, without a signed-in user.", - "displayName": "Read and write properties of all branches for network access", - "id": "8137102d-ec16-4191-aaf8-7aeda8026183", - "isEnabled": true, - "origin": "Application", - "value": "NetworkAccessBranch.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's network access policies, without a signed-in user.", - "displayName": "Read all security and routing policies for network access", - "id": "8a3d36bf-cb46-4bcc-bec9-8d92829dab84", - "isEnabled": true, - "origin": "Application", - "value": "NetworkAccessPolicy.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's network access policies, without a signed-in user.", - "displayName": "Read and write all security and routing policies for network access", - "id": "f0c341be-8348-4989-8e43-660324294538", - "isEnabled": true, - "origin": "Application", - "value": "NetworkAccessPolicy.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all the OneNote notebooks in your organization, without a signed-in user.", - "displayName": "Read all OneNote notebooks", - "id": "3aeca27b-ee3a-4c2b-8ded-80376e2134a4", - "isEnabled": true, - "origin": "Application", - "value": "Notes.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all the OneNote notebooks in your organization, without a signed-in user.", - "displayName": "Read and write all OneNote notebooks", - "id": "0c458cef-11f3-48c2-a568-c66751c238c0", - "isEnabled": true, - "origin": "Application", - "value": "Notes.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read online meeting artifacts in your organization, without a signed-in user.", - "displayName": "Read online meeting artifacts", - "id": "df01ed3b-eb61-4eca-9965-6b3d789751b2", - "isEnabled": true, - "origin": "Application", - "value": "OnlineMeetingArtifact.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all recordings of all online meetings, without a signed-in user.", - "displayName": "Read all recordings of online meetings.", - "id": "a4a08342-c95d-476b-b943-97e100569c8d", - "isEnabled": true, - "origin": "Application", - "value": "OnlineMeetingRecording.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read online meeting details in your organization, without a signed-in user.", - "displayName": "Read online meeting details", - "id": "c1684f21-1984-47fa-9d61-2dc8c296bb70", - "isEnabled": true, - "origin": "Application", - "value": "OnlineMeetings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and create online meetings as an application in your organization.", - "displayName": "Read and create online meetings", - "id": "b8bb2037-6e08-44ac-a4ea-4674e010e2a4", - "isEnabled": true, - "origin": "Application", - "value": "OnlineMeetings.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all transcripts of all online meetings, without a signed-in user.", - "displayName": "Read all transcripts of online meetings.", - "id": "a4a80d8d-d283-4bd8-8504-555ec3870630", - "isEnabled": true, - "origin": "Application", - "value": "OnlineMeetingTranscript.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all on-premises directory synchronization information for the organization, without a signed-in user.", - "displayName": "Read all on-premises directory synchronization information", - "id": "bb70e231-92dc-4729-aff5-697b3f04be95", - "isEnabled": true, - "origin": "Application", - "value": "OnPremDirectorySynchronization.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all on-premises directory synchronization information for the organization, without a signed-in user.", - "displayName": "Read and write all on-premises directory synchronization information", - "id": "c22a92cc-79bf-4bb1-8b6c-e0a05d3d80ce", - "isEnabled": true, - "origin": "Application", - "value": "OnPremDirectorySynchronization.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, view, update and delete on-premises published resources, on-premises agents and agent groups, as part of a hybrid identity configuration, without a signed in user.", - "displayName": "Manage on-premises published resources", - "id": "0b57845e-aa49-4e6f-8109-ce654fffa618", - "isEnabled": true, - "origin": "Application", - "value": "OnPremisesPublishingProfiles.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", - "displayName": "Read organization information", - "id": "498476ce-e0fe-48b0-b801-37ba7e2685c6", - "isEnabled": true, - "origin": "Application", - "value": "Organization.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", - "displayName": "Read and write organization information", - "id": "292d869f-3427-49a8-9dab-8c70152b74e9", - "isEnabled": true, - "origin": "Application", - "value": "Organization.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all organizational contacts without a signed-in user. These contacts are managed by the organization and are different from a user's personal contacts.", - "displayName": "Read organizational contacts", - "id": "e1a88a34-94c4-4418-be12-c87b00e26bea", - "isEnabled": true, - "origin": "Application", - "value": "OrgContact.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read organization-wide apps and services settings, without a signed-in user.", - "displayName": "Read organization-wide apps and services settings", - "id": "56c84fa9-ea1f-4a15-90f2-90ef41ece2c9", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-AppsAndServices.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write organization-wide apps and services settings, without a signed-in user.", - "displayName": "Read and write organization-wide apps and services settings", - "id": "4a8e4191-c1c8-45f8-b801-f9a1a5ee6ad3", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-AppsAndServices.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read organization-wide Dynamics customer voice settings, without a signed-in user.", - "displayName": "Read organization-wide Dynamics customer voice settings", - "id": "c18ae2dc-d9f3-4495-a93f-18980a0e159f", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-DynamicsVoice.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write organization-wide Dynamics customer voice settings, without a signed-in user.", - "displayName": "Read and write organization-wide Dynamics customer voice settings", - "id": "c3f1cc32-8bbd-4ab6-bd33-f270e0d9e041", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-DynamicsVoice.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read organization-wide Microsoft Forms settings, without a signed-in user.", - "displayName": "Read organization-wide Microsoft Forms settings", - "id": "434d7c66-07c6-4b1f-ab21-417cf2cdaaca", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-Forms.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write organization-wide Microsoft Forms settings, without a signed-in user.", - "displayName": "Read and write organization-wide Microsoft Forms settings", - "id": "2cb92fee-97a3-4034-8702-24a6f5d0d1e9", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-Forms.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read organization-wide Microsoft 365 apps installation settings, without a signed-in user.", - "displayName": "Read organization-wide Microsoft 365 apps installation settings", - "id": "6cdf1fb1-b46f-424f-9493-07247caa22e2", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-Microsoft365Install.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write organization-wide Microsoft 365 apps installation settings, without a signed-in user. ", - "displayName": "Read and write organization-wide Microsoft 365 apps installation settings", - "id": "83f7232f-763c-47b2-a097-e35d2cbe1da5", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-Microsoft365Install.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read organization-wide Microsoft To Do settings, without a signed-in user.", - "displayName": "Read organization-wide Microsoft To Do settings", - "id": "e4d9cd09-d858-4363-9410-abb96737f0cf", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-Todo.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write organization-wide Microsoft To Do settings, without a signed-in user.", - "displayName": "Read and write organization-wide Microsoft To Do settings", - "id": "5febc9da-e0d0-4576-bd13-ae70b2179a39", - "isEnabled": true, - "origin": "Application", - "value": "OrgSettings-Todo.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read any user's scored list of relevant people, without a signed-in user. The list can include local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).", - "displayName": "Read all users' relevant people lists", - "id": "b528084d-ad10-4598-8b93-929746b4d7d6", - "isEnabled": true, - "origin": "Application", - "value": "People.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read tenant-wide people settings without a signed-in user.", - "displayName": "Read all tenant-wide people settings", - "id": "ef02f2e7-e22d-4c77-8614-8f765683b86e", - "isEnabled": true, - "origin": "Application", - "value": "PeopleSettings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and write tenant-wide people settings without a signed-in user.", - "displayName": "Read and write all tenant-wide people settings", - "id": "b6890674-9dd5-4e42-bb15-5af07f541ae1", - "isEnabled": true, - "origin": "Application", - "value": "PeopleSettings.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read company places (conference rooms and room lists) for calendar events and other applications, without a signed-in user.", - "displayName": "Read all company places", - "id": "913b9306-0ce1-42b8-9137-6a7df690a760", - "isEnabled": true, - "origin": "Application", - "value": "Place.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all your organization's policies without a signed in user.", - "displayName": "Read your organization's policies", - "id": "246dd0d5-5bd0-4def-940b-0421030a5b68", - "isEnabled": true, - "origin": "Application", - "value": "Policy.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's conditional access policies, without a signed-in user.", - "displayName": "Read your organization's conditional access policies", - "id": "37730810-e9ba-4e46-b07e-8ca78d182097", - "isEnabled": true, - "origin": "Application", - "value": "Policy.Read.ConditionalAccess" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization’s identity protection policy without a signed-in user. ", - "displayName": "Read your organization’s identity protection policy", - "id": "b21b72f6-4e6a-4533-9112-47eea9f97b28", - "isEnabled": true, - "origin": "Application", - "value": "Policy.Read.IdentityProtection" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read policies related to consent and permission grants for applications, without a signed-in user.", - "displayName": "Read consent and permission grant policies", - "id": "9e640839-a198-48fb-8b9a-013fd6f6cbcd", - "isEnabled": true, - "origin": "Application", - "value": "Policy.Read.PermissionGrant" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's directory access review default policy without a signed-in user.", - "displayName": "Read and write your organization's directory access review default policy", - "id": "77c863fd-06c0-47ce-a7eb-49773e89d319", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.AccessReview" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "displayName": "Read and write your organization's application configuration policies", - "id": "be74164b-cff1-491c-8741-e671cb536e13", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.ApplicationConfiguration" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all authentication flow policies for the tenant, without a signed-in user.", - "displayName": "Read and write authentication flow policies", - "id": "25f85f3c-f66c-4205-8cd5-de92dd7f0cec", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.AuthenticationFlows" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all authentication method policies for the tenant, without a signed-in user. ", - "displayName": "Read and write all authentication method policies ", - "id": "29c18626-4985-4dcd-85c0-193eef327366", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.AuthenticationMethod" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's authorization policy without a signed in user. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.", - "displayName": "Read and write your organization's authorization policy", - "id": "fb221be6-99f2-473f-bd32-01c6a0e9ca3b", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.Authorization" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's conditional access policies, without a signed-in user.", - "displayName": "Read and write your organization's conditional access policies", - "id": "01c0a623-fc9b-48e9-b794-0756f8e8f067", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.ConditionalAccess" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's consent requests policy without a signed-in user.", - "displayName": "Read and write your organization's consent request policy", - "id": "999f8c63-0a38-4f1b-91fd-ed1947bdd1a9", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.ConsentRequest" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's cross tenant access policies without a signed-in user.", - "displayName": "Read and write your organization's cross tenant access policies", - "id": "338163d7-f101-4c92-94ba-ca46fe52447c", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.CrossTenantAccess" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and update the organization's external identities policy without a signed-in user. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.", - "displayName": "Read and write your organization's external identities policy", - "id": "03cc4f92-788e-4ede-b93f-199424d144a5", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.ExternalIdentities" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write feature rollout policies without a signed-in user. Includes abilities to assign and remove users and groups to rollout of a specific feature.", - "displayName": "Read and write feature rollout policies", - "id": "2044e4f1-e56c-435b-925c-44cd8f6ba89a", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.FeatureRollout" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization’s identity protection policy without a signed-in user.", - "displayName": "Read and write your organization’s identity protection policy ", - "id": "2dcf8603-09eb-4078-b1ec-d30a1a76b873", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.IdentityProtection" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage policies related to consent and permission grants for applications, without a signed-in user.", - "displayName": "Manage consent and permission grant policies", - "id": "a402ca1c-2696-4531-972d-6e5ee4aa11ea", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.PermissionGrant" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's security defaults policy, without a signed-in user.", - "displayName": "Read and write your organization's security defaults policy", - "id": "1c6e93a6-28e2-4cbb-9f64-1a46a821124d", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.SecurityDefaults" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write your organization's trust framework policies without a signed in user.", - "displayName": "Read and write your organization's trust framework policies", - "id": "79a677f7-b79d-40d0-a36a-3e6f8688dd7a", - "isEnabled": true, - "origin": "Application", - "value": "Policy.ReadWrite.TrustFramework" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all presence information and write activity and availability of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, time zone and location.", - "displayName": "Read and write presence information for all users", - "id": "83cded22-8297-4ff6-a7fa-e97e9545a259", - "isEnabled": true, - "origin": "Application", - "value": "Presence.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read printers without a signed-in user. ", - "displayName": "Read printers", - "id": "9709bb33-4549-49d4-8ed9-a8f65e45bb0f", - "isEnabled": true, - "origin": "Application", - "value": "Printer.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and update printers without a signed-in user. Does not allow creating (registering) or deleting (unregistering) printers.", - "displayName": "Read and update printers", - "id": "f5b3f73d-6247-44df-a74c-866173fddab0", - "isEnabled": true, - "origin": "Application", - "value": "Printer.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to perform advanced operations like redirecting a print job to another printer without a signed-in user. Also allows the application to read and update the metadata of print jobs.", - "displayName": "Perform advanced operations on print jobs", - "id": "58a52f47-9e36-4b17-9ebe-ce4ef7f3e6c8", - "isEnabled": true, - "origin": "Application", - "value": "PrintJob.Manage.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read the metadata and document content of print jobs without a signed-in user. ", - "displayName": "Read print jobs", - "id": "ac6f956c-edea-44e4-bd06-64b1b4b9aec9", - "isEnabled": true, - "origin": "Application", - "value": "PrintJob.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read the metadata of print jobs without a signed-in user. Does not allow access to print job document content.", - "displayName": "Read basic information for print jobs", - "id": "fbf67eee-e074-4ef7-b965-ab5ce1c1f689", - "isEnabled": true, - "origin": "Application", - "value": "PrintJob.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and update the metadata and document content of print jobs without a signed-in user.", - "displayName": "Read and write print jobs", - "id": "5114b07b-2898-4de7-a541-53b0004e2e13", - "isEnabled": true, - "origin": "Application", - "value": "PrintJob.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and update the metadata of print jobs without a signed-in user. Does not allow access to print job document content.", - "displayName": "Read and write basic information for print jobs", - "id": "57878358-37f4-4d3a-8c20-4816e0d457b1", - "isEnabled": true, - "origin": "Application", - "value": "PrintJob.ReadWriteBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read tenant-wide print settings without a signed-in user.", - "displayName": "Read tenant-wide print settings", - "id": "b5991872-94cf-4652-9765-29535087c6d8", - "isEnabled": true, - "origin": "Application", - "value": "PrintSettings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and update print task definitions without a signed-in user. ", - "displayName": "Read, write and update print task definitions", - "id": "456b71a7-0ee0-4588-9842-c123fcc8f664", - "isEnabled": true, - "origin": "Application", - "value": "PrintTaskDefinition.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles in your organization, without a signed-in user.", - "displayName": "Read privileged access to Azure AD roles", - "id": "4cdc2547-9148-4295-8d11-be0db1391d6b", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedAccess.Read.AzureAD" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups in your organization, without a signed-in user.", - "displayName": "Read privileged access to Azure AD groups", - "id": "01e37dc9-c035-40bd-b438-b2879c4870a6", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedAccess.Read.AzureADGroup" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read time-based assignment and just-in-time elevation of user privileges to audit Azure resources in your organization, without a signed-in user.", - "displayName": "Read privileged access to Azure resources", - "id": "5df6fe86-1be0-44eb-b916-7bd443a71236", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedAccess.Read.AzureResources" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to request and manage time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles in your organization, without a signed-in user.", - "displayName": "Read and write privileged access to Azure AD roles", - "id": "854d9ab1-6657-4ec8-be45-823027bcd009", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedAccess.ReadWrite.AzureAD" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to request and manage time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups in your organization, without a signed-in user.", - "displayName": "Read and write privileged access to Azure AD groups", - "id": "2f6817f8-7b12-4f0f-bc18-eeaf60705a9e", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedAccess.ReadWrite.AzureADGroup" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to request and manage time-based assignment and just-in-time elevation of Azure resources (like your subscriptions, resource groups, storage, compute) in your organization, without a signed-in user.", - "displayName": "Read and write privileged access to Azure resources", - "id": "6f9d5abc-2db6-400b-a267-7de22a40fb87", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedAccess.ReadWrite.AzureResources" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", - "displayName": "Read assignment schedules for access to Azure AD groups", - "id": "cd4161cb-f098-48f8-a884-1eda9a42434c", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedAssignmentSchedule.Read.AzureADGroup" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", - "displayName": "Read, create, and delete assignment schedules for access to Azure AD groups", - "id": "41202f2c-f7ab-45be-b001-85c9728b9d69", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", - "displayName": "Read eligibility schedules for access to Azure AD groups", - "id": "edb419d6-7edc-42a3-9345-509bfdf5d87c", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedEligibilitySchedule.Read.AzureADGroup" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", - "displayName": "Read, create, and delete eligibility schedules for access to Azure AD groups", - "id": "618b6020-bca8-4de6-99f6-ef445fa4d857", - "isEnabled": true, - "origin": "Application", - "value": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read programs and program controls in the organization, without a signed-in user.", - "displayName": "Read all programs", - "id": "eedb7fdd-7539-4345-a38b-4839e4a84cbd", - "isEnabled": true, - "origin": "Application", - "value": "ProgramControl.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, update, delete and perform actions on programs and program controls in the organization, without a signed-in user.", - "displayName": "Manage all programs", - "id": "60a901ed-09f7-4aa5-a16e-7dd3d6f9de36", - "isEnabled": true, - "origin": "Application", - "value": "ProgramControl.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read all question and answers, without a signed-in user.", - "displayName": "Read all Question and Answers ", - "id": "ee49e170-1dd1-4030-b44c-61ad6e98f743", - "isEnabled": true, - "origin": "Application", - "value": "QnA.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read any data from Records Management, such as configuration, labels, and policies without the signed in user.", - "displayName": "Read Records Management configuration, labels and policies", - "id": "ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd", - "isEnabled": true, - "origin": "Application", - "value": "RecordsManagement.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies without the signed in user.", - "displayName": "Read and write Records Management configuration, labels and policies", - "id": "eb158f57-df43-4751-8b21-b8932adb3d34", - "isEnabled": true, - "origin": "Application", - "value": "RecordsManagement.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read all service usage reports without a signed-in user. Services that provide usage reports include Office 365 and Azure Active Directory.", - "displayName": "Read all usage reports", - "id": "230c1aed-a721-4c5d-9cb4-a90514e508ef", - "isEnabled": true, - "origin": "Application", - "value": "Reports.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all admin report settings, such as whether to display concealed information in reports, without a signed-in user.", - "displayName": "Read all admin report settings", - "id": "ee353f83-55ef-4b78-82da-555bfa2b4b95", - "isEnabled": true, - "origin": "Application", - "value": "ReportSettings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and update all admin report settings, such as whether to display concealed information in reports, without a signed-in user.", - "displayName": "Read and write all admin report settings", - "id": "2a60023f-3219-47ad-baa4-40e17cd02a1d", - "isEnabled": true, - "origin": "Application", - "value": "ReportSettings.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all resource specific permissions granted on user accounts, without a signed-in user.", - "displayName": "Read all resource specific permissions granted on user accounts", - "id": "acfca4d5-f49f-40ed-9648-84068b474c73", - "isEnabled": true, - "origin": "Application", - "value": "ResourceSpecificPermissionGrant.ReadForUser.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.", - "displayName": "Read all active role assignments and role schedules for your company's directory", - "id": "d5fe8ce8-684c-4c83-a52c-46e882ce4be1", - "isEnabled": true, - "origin": "Application", - "value": "RoleAssignmentSchedule.Read.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, without a signed-in user.", - "displayName": "Read, update, and delete all policies for privileged role assignments of your company's directory", - "id": "dd199f4a-f148-40a4-a2ec-f0069cc799ec", - "isEnabled": true, - "origin": "Application", - "value": "RoleAssignmentSchedule.ReadWrite.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.", - "displayName": "Read all eligible role assignments and role schedules for your company's directory", - "id": "ff278e11-4a33-4d0c-83d2-d01dc58929a5", - "isEnabled": true, - "origin": "Application", - "value": "RoleEligibilitySchedule.Read.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", - "displayName": "Read, update, and delete all eligible role assignments and schedules for your company's directory", - "id": "fee28b28-e1f3-4841-818e-2704dc62245f", - "isEnabled": true, - "origin": "Application", - "value": "RoleEligibilitySchedule.ReadWrite.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read role-based access control (RBAC) settings for all RBAC providers without a signed-in user. This includes reading role definitions and role assignments.", - "displayName": "Read role management data for all RBAC providers", - "id": "c7fbd983-d9aa-4fa7-84b8-17382c103bc4", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagement.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the Cloud PC role-based access control (RBAC) settings, without a signed-in user.", - "displayName": "Read Cloud PC RBAC settings", - "id": "031a549a-bb80-49b6-8032-2068448c6a3c", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagement.Read.CloudPC" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.", - "displayName": "Read all directory RBAC settings", - "id": "483bed4a-2ad3-4361-a73b-c83ccdbdc53c", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagement.Read.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the role-based access control (RBAC) configuration for your organization's Exchange Online service, without a signed-in user. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", - "displayName": "Read Exchange Online RBAC configuration", - "id": "c769435f-f061-4d0b-8ff1-3d39870e5f85", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagement.Read.Exchange" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, without a signed-in user. This includes reading and managing Cloud PC role definitions and memberships.", - "displayName": "Read and write all Cloud PC RBAC settings", - "id": "274d0592-d1b6-44bd-af1d-26d259bcb43a", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagement.ReadWrite.CloudPC" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "displayName": "Read and write all directory RBAC settings", - "id": "9e3f62cf-ca93-4989-b6ce-bf83c28f9fe8", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagement.ReadWrite.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, without a signed-in user. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", - "displayName": "Read and write Exchange Online RBAC configuration", - "id": "025d3225-3f02-4882-b4c0-cd5b541a4e80", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagement.ReadWrite.Exchange" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", - "displayName": "Read all alert data for your company's directory", - "id": "ef31918f-2d50-4755-8943-b8638c0a077e", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagementAlert.Read.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", - "displayName": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory", - "id": "11059518-d6a6-4851-98ed-509268489c4a", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagementAlert.ReadWrite.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read policies in Privileged Identity Management for Groups, without a signed-in user.", - "displayName": "Read all policies in PIM for Groups", - "id": "69e67828-780e-47fd-b28c-7b27d14864e6", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagementPolicy.Read.AzureADGroup" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, without a signed-in user.", - "displayName": "Read all policies for privileged role assignments of your company's directory", - "id": "fdc4c997-9942-4479-bfcb-75a36d1138df", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagementPolicy.Read.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, update, and delete policies in Privileged Identity Management for Groups, without a signed-in user.", - "displayName": "Read, update, and delete all policies in PIM for Groups", - "id": "b38dcc4d-a239-4ed6-aa84-6c65b284f97c", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagementPolicy.ReadWrite.AzureADGroup" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, without a signed-in user.", - "displayName": "Read, update, and delete all policies for privileged role assignments of your company's directory", - "id": "31e08e0a-d3f7-4ca2-ac39-7343fb83e8ad", - "isEnabled": true, - "origin": "Application", - "value": "RoleManagementPolicy.ReadWrite.Directory" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all schedules, schedule groups, shifts and associated entities in the Teams or Shifts application without a signed-in user.", - "displayName": "Read all schedule items", - "id": "7b2ebf90-d836-437f-b90d-7b62722c4456", - "isEnabled": true, - "origin": "Application", - "value": "Schedule.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage all schedules, schedule groups, shifts and associated entities in the Teams or Shifts application without a signed-in user.", - "displayName": "Read and write all schedule items", - "id": "b7760610-0545-4e8a-9ec3-cce9e63db01c", - "isEnabled": true, - "origin": "Application", - "value": "Schedule.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read search configurations, without a signed-in user.", - "displayName": "Read your organization's search configuration", - "id": "ada977a5-b8b1-493b-9a91-66c206d76ecf", - "isEnabled": true, - "origin": "Application", - "value": "SearchConfiguration.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write search configurations, without a signed-in user.", - "displayName": "Read and write your organization's search configuration", - "id": "0e778b85-fefa-466d-9eec-750569d92122", - "isEnabled": true, - "origin": "Application", - "value": "SearchConfiguration.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read security actions, without a signed-in user.", - "displayName": "Read your organization's security actions", - "id": "5e0edab9-c148-49d0-b423-ac253e121825", - "isEnabled": true, - "origin": "Application", - "value": "SecurityActions.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read or update security actions, without a signed-in user.", - "displayName": "Read and update your organization's security actions", - "id": "f2bf083f-0179-402a-bedb-b2784de8a49b", - "isEnabled": true, - "origin": "Application", - "value": "SecurityActions.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all security alerts, without a signed-in user.", - "displayName": "Read all security alerts", - "id": "472e4a4d-bb4a-4026-98d1-0b0d74cb74a5", - "isEnabled": true, - "origin": "Application", - "value": "SecurityAlert.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write to all security alerts, without a signed-in user.", - "displayName": "Read and write to all security alerts", - "id": "ed4fca05-be46-441f-9803-1873825f8fdb", - "isEnabled": true, - "origin": "Application", - "value": "SecurityAlert.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read email metadata and security detection details, without a signed-in user. ", - "displayName": "Read metadata and detection details for all emails in your organization", - "id": "b48f7ac2-044d-4281-b02f-75db744d6f5f", - "isEnabled": true, - "origin": "Application", - "value": "SecurityAnalyzedMessage.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read email metadata and security detection details, and execute remediation actions like deleting an email, without a signed-in user.", - "displayName": "Read metadata, detection details, and execute remediation actions on all emails in your organization", - "id": "04c55753-2244-4c25-87fc-704ab82a4f69", - "isEnabled": true, - "origin": "Application", - "value": "SecurityAnalyzedMessage.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization’s security events without a signed-in user.", - "displayName": "Read your organization’s security events", - "id": "bf394140-e372-4bf9-a898-299cfc7564e5", - "isEnabled": true, - "origin": "Application", - "value": "SecurityEvents.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization’s security events without a signed-in user. Also allows the app to update editable properties in security events.", - "displayName": "Read and update your organization’s security events", - "id": "d903a879-88e0-4c09-b0c9-82f6a1333f84", - "isEnabled": true, - "origin": "Application", - "value": "SecurityEvents.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all security incidents, without a signed-in user.", - "displayName": "Read all security incidents", - "id": "45cc0394-e837-488b-a098-1918f48d186c", - "isEnabled": true, - "origin": "Application", - "value": "SecurityIncident.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write to all security incidents, without a signed-in user.", - "displayName": "Read and write to all security incidents", - "id": "34bf0e97-1971-4929-b999-9e2442d941d7", - "isEnabled": true, - "origin": "Application", - "value": "SecurityIncident.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your tenant's service health information, without a signed-in user. Health information may include service issues or service health overviews.", - "displayName": "Read service health", - "id": "79c261e0-fe76-4144-aad5-bdc68fbe4037", - "isEnabled": true, - "origin": "Application", - "value": "ServiceHealth.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your tenant's service announcement messages, without a signed-in user. Messages may include information about new or changed features.", - "displayName": "Read service messages", - "id": "1b620472-6534-4fe6-9df2-4680e8aa28ec", - "isEnabled": true, - "origin": "Application", - "value": "ServiceMessage.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read service principal endpoints", - "displayName": "Read service principal endpoints", - "id": "5256681e-b7f6-40c0-8447-2d9db68797a0", - "isEnabled": true, - "origin": "Application", - "value": "ServicePrincipalEndpoint.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to update service principal endpoints", - "displayName": "Read and update service principal endpoints", - "id": "89c8469c-83ad-45f7-8ff2-6e3d4285709e", - "isEnabled": true, - "origin": "Application", - "value": "ServicePrincipalEndpoint.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read the tenant-level settings of SharePoint and OneDrive, without a signed-in user.", - "displayName": "Read SharePoint and OneDrive tenant settings", - "id": "83d4163d-a2d8-4d3b-9695-4ae3ca98f888", - "isEnabled": true, - "origin": "Application", - "value": "SharePointTenantSettings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and change the tenant-level settings of SharePoint and OneDrive, without a signed-in user.", - "displayName": "Read and change SharePoint and OneDrive tenant settings", - "id": "19b94e34-907c-4f43-bde9-38b1909ed408", - "isEnabled": true, - "origin": "Application", - "value": "SharePointTenantSettings.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all the short notes without a signed-in user.", - "displayName": "Read all users' short notes", - "id": "0c7d31ec-31ca-4f58-b6ec-9950b6b0de69", - "isEnabled": true, - "origin": "Application", - "value": "ShortNotes.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, create, edit, and delete all the short notes without a signed-in user.", - "displayName": "Read, create, edit, and delete all users' short notes", - "id": "842c284c-763d-4a97-838d-79787d129bab", - "isEnabled": true, - "origin": "Application", - "value": "ShortNotes.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to have full control of all site collections without a signed in user.", - "displayName": "Have full control of all site collections", - "id": "a82116e5-55eb-4c41-a434-62fe8a61c773", - "isEnabled": true, - "origin": "Application", - "value": "Sites.FullControl.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", - "displayName": "Create, edit, and delete items and lists in all site collections", - "id": "0c0bf378-bf22-4481-8f81-9e89a9b4960a", - "isEnabled": true, - "origin": "Application", - "value": "Sites.Manage.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read documents and list items in all site collections without a signed in user.", - "displayName": "Read items in all site collections ", - "id": "332a536c-c7ef-4017-ab91-336970924f0d", - "isEnabled": true, - "origin": "Application", - "value": "Sites.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", - "displayName": "Read and write items in all site collections", - "id": "9492366f-7969-46a4-8d15-ed1a20078fff", - "isEnabled": true, - "origin": "Application", - "value": "Sites.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allow the application to access a subset of site collections without a signed in user.  The specific site collections and the permissions granted will be configured in SharePoint Online.", - "displayName": "Access selected site collections", - "id": "883ea226-0bf2-4a8f-9f9d-92c9162a727d", - "isEnabled": true, - "origin": "Application", - "value": "Sites.Selected" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read subject rights requests without a signed-in user.", - "displayName": "Read all subject rights requests", - "id": "ee1460f0-368b-4153-870a-4e1ca7e72c42", - "isEnabled": true, - "origin": "Application", - "value": "SubjectRightsRequest.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write subject rights requests without a signed in user.", - "displayName": "Read and write all subject rights requests", - "id": "8387eaa4-1a3c-41f5-b261-f888138e6041", - "isEnabled": true, - "origin": "Application", - "value": "SubjectRightsRequest.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read Azure AD synchronization information, without a signed-in user.", - "displayName": "Read all Azure AD synchronization data. ", - "id": "5ba43d2f-fa88-4db2-bd1c-a67c5f0fb1ce", - "isEnabled": true, - "origin": "Application", - "value": "Synchronization.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to configure the Azure AD synchronization service, without a signed-in user.", - "displayName": "Read and write all Azure AD synchronization data. ", - "id": "9b50c33d-700f-43b1-b2eb-87e89b703581", - "isEnabled": true, - "origin": "Application", - "value": "Synchronization.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to upload bulk user data to the identity synchronization service, without a signed-in user.", - "displayName": "Upload user data to the identity synchronization service", - "id": "db31e92a-b9ea-4d87-bf6a-75a37a9ca35a", - "isEnabled": true, - "origin": "Application", - "value": "SynchronizationData-User.Upload" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "displayName": "Read all users’ tasks and tasklist", - "id": "f10e1f91-74ed-437f-a6fd-d6ae88e26c1f", - "isEnabled": true, - "origin": "Application", - "value": "Tasks.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "displayName": "Read and write all users’ tasks and tasklists", - "id": "44e666d1-d276-445b-a5fc-8815eeb81d55", - "isEnabled": true, - "origin": "Application", - "value": "Tasks.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create teams without a signed-in user. ", - "displayName": "Create teams", - "id": "23fc2474-f741-46ce-8465-674744c5c361", - "isEnabled": true, - "origin": "Application", - "value": "Team.Create" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Get a list of all teams, without a signed-in user.", - "displayName": "Get a list of all teams", - "id": "2280dda6-0bfd-44ee-a2f4-cb867cfc4c1e", - "isEnabled": true, - "origin": "Application", - "value": "Team.ReadBasic.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read the members of all teams, without a signed-in user.", - "displayName": "Read the members of all teams", - "id": "660b7406-55f1-41ca-a0ed-0b035e182f3e", - "isEnabled": true, - "origin": "Application", - "value": "TeamMember.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Add and remove members from all teams, without a signed-in user. Also allows changing a team member's role, for example from owner to non-owner.", - "displayName": "Add and remove members from all teams", - "id": "0121dc95-1b9f-4aed-8bac-58c5ac466691", - "isEnabled": true, - "origin": "Application", - "value": "TeamMember.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.", - "displayName": "Add and remove members with non-owner role for all teams", - "id": "4437522e-9a86-4a41-a7da-e380edd4a97d", - "isEnabled": true, - "origin": "Application", - "value": "TeamMember.ReadWriteNonOwnerRole.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all users' teamwork activity feed, without a signed-in user.", - "displayName": "Read all users' teamwork activity feed", - "id": "70dec828-f620-4914-aa83-a29117306807", - "isEnabled": true, - "origin": "Application", - "value": "TeamsActivity.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create new notifications in users' teamwork activity feeds without a signed in user. These notifications may not be discoverable or be held or governed by compliance policies.", - "displayName": "Send a teamwork activity to any user", - "id": "a267235f-af13-44dc-8385-c1dc93023186", - "isEnabled": true, - "origin": "Application", - "value": "TeamsActivity.Send" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "displayName": "Read installed Teams apps for all chats", - "id": "cc7e7635-2586-41d6-adaa-a8d3bcad5ee5", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadForChat.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the Teams apps that are installed in any team, without a signed-in user. Does not give the ability to read application-specific settings.", - "displayName": "Read installed Teams apps for all teams", - "id": "1f615aea-6bf9-4b05-84bd-46388e138537", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadForTeam.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the Teams apps that are installed for any user, without a signed-in user. Does not give the ability to read application-specific settings.", - "displayName": "Read installed Teams apps for all users", - "id": "9ce09611-f4f7-4abd-a629-a05450422a97", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadForUser.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Gives the ability to manage permission grants for accessing those specific chats' data.", - "displayName": "Manage installation and permission grants of Teams apps for all chats", - "id": "6e74eff9-4a21-45d6-bc03-3a20f61f8281", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteAndConsentForChat.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Gives the ability to manage permission grants for accessing those specific teams' data.", - "displayName": "Manage installation and permission grants of Teams apps for all teams", - "id": "b0c13be0-8e20-4bc5-8c55-963c23a39ce9", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteAndConsentForTeam.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any user account, without a signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.", - "displayName": "Manage installation and permission grants of Teams apps in a user account", - "id": "32ca478f-f89e-41d0-aaf8-101deb7da510", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteAndConsentForUser.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user, and manage its permission grants for accessing those specific chats' data.", - "displayName": "Allow the Teams app to manage itself and its permission grants for all chats", - "id": "ba1ba90b-2d8f-487e-9f16-80728d85bb5c", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for any team, without a signed-in user, and manage its permission grants for accessing those specific teams' data.", - "displayName": "Allow the Teams app to manage itself and its permission grants for all teams", - "id": "1e4be56c-312e-42b8-a2c9-009600d732c0", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for any user account, without a signed-in user, and manage its permission grants for accessing those specific users' data.", - "displayName": "Allow the Teams app to manage itself and its permission grants in all user accounts", - "id": "a87076cf-6abd-4e56-8559-4dbdf41bef96", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", - "displayName": "Manage Teams apps for all chats", - "id": "9e19bae1-2623-4c4f-ab6e-2664615ff9a0", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteForChat.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Does not give the ability to read application-specific settings.", - "displayName": "Manage Teams apps for all teams", - "id": "5dad17ba-f6cc-4954-a5a2-a0dcc95154f0", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteForTeam.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps for any user, without a signed-in user. Does not give the ability to read application-specific settings.", - "displayName": "Manage Teams apps for all users", - "id": "74ef0291-ca83-4d02-8c7e-d2391e6a444f", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteForUser.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", - "displayName": "Allow the Teams app to manage itself for all chats", - "id": "73a45059-f39c-4baf-9182-4954ac0e55cf", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteSelfForChat.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", - "displayName": "Allow the Teams app to manage itself for all teams", - "id": "9f67436c-5415-4e7f-8ac1-3014a7132630", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteSelfForTeam.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself to any user, without a signed-in user.", - "displayName": "Allow the app to manage itself for all users", - "id": "908de74d-f8b2-4d6b-a9ed-2a17b3b78179", - "isEnabled": true, - "origin": "Application", - "value": "TeamsAppInstallation.ReadWriteSelfForUser.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read all team's settings, without a signed-in user.", - "displayName": "Read all teams' settings", - "id": "242607bd-1d2c-432c-82eb-bdb27baa23ab", - "isEnabled": true, - "origin": "Application", - "value": "TeamSettings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read and change all teams' settings, without a signed-in user.", - "displayName": "Read and change all teams' settings", - "id": "bdd80a03-d9bc-451d-b7c4-ce7c63fe3c8f", - "isEnabled": true, - "origin": "Application", - "value": "TeamSettings.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create tabs in any team in Microsoft Teams, without a signed-in user. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.", - "displayName": "Create tabs in Microsoft Teams.", - "id": "49981c42-fd7b-4530-be03-e77b21aed25e", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.Create" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read the names and settings of tabs inside any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs. ", - "displayName": "Read tabs in Microsoft Teams.", - "id": "46890524-499a-4bb2-ad64-1476b4f3e1cf", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Read and write tabs in any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs.", - "displayName": "Read and write tabs in Microsoft Teams.", - "id": "a96d855f-016b-47d7-b51c-1218a98d791c", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for any chat, without a signed-in user.", - "displayName": "Allow the Teams app to manage all tabs for all chats", - "id": "fd9ce730-a250-40dc-bd44-8dc8d20f39ea", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.ReadWriteForChat.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in any team, without a signed-in user.", - "displayName": "Allow the Teams app to manage all tabs for all teams", - "id": "6163d4f4-fbf8-43da-a7b4-060fe85ed148", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.ReadWriteForTeam.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for any user, without a signed-in user.", - "displayName": "Allow the app to manage all tabs for all users", - "id": "425b4b59-d5af-45c8-832f-bb0b7402348a", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.ReadWriteForUser.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for any chat, without a signed-in user.", - "displayName": "Allow the Teams app to manage only its own tabs for all chats", - "id": "9f62e4a2-a2d6-4350-b28b-d244728c4f86", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.ReadWriteSelfForChat.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in any team, without a signed-in user.", - "displayName": "Allow the Teams app to manage only its own tabs for all teams", - "id": "91c32b81-0ef0-453f-a5c7-4ce2e562f449", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.ReadWriteSelfForTeam.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for any user, without a signed-in user.", - "displayName": "Allow the Teams app to manage only its own tabs for all users", - "id": "3c42dec6-49e8-4a0a-b469-36cff0d9da93", - "isEnabled": true, - "origin": "Application", - "value": "TeamsTab.ReadWriteSelfForUser.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all available Teams Templates, without a signed-user.", - "displayName": "Read all available Teams Templates", - "id": "6323133e-1f6e-46d4-9372-ac33a0870636", - "isEnabled": true, - "origin": "Application", - "value": "TeamTemplates.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create chat and channel messages, without a signed in user. The app specifies which user appears as the sender, and can backdate the message to appear as if it was sent long ago. The messages can be sent to any chat or channel in the organization.", - "displayName": "Create chat and channel messages with anyone's identity and with any timestamp", - "id": "dfb0dd15-61de-45b2-be36-d6a69fba3c79", - "isEnabled": true, - "origin": "Application", - "value": "Teamwork.Migrate.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the Teams app settings without a signed-in user.", - "displayName": "Read Teams app settings", - "id": "475ebe88-f071-4bd7-af2b-642952bd4986", - "isEnabled": true, - "origin": "Application", - "value": "TeamworkAppSettings.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the Teams app settings without a signed-in user.", - "displayName": "Read and write Teams app settings", - "id": "ab5b445e-8f10-45f4-9c79-dd3f8062cc4e", - "isEnabled": true, - "origin": "Application", - "value": "TeamworkAppSettings.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allow the app to read the management data for Teams devices, without a signed-in user.", - "displayName": "Read Teams devices", - "id": "0591bafd-7c1c-4c30-a2a5-2b9aacb1dfe8", - "isEnabled": true, - "origin": "Application", - "value": "TeamworkDevice.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allow the app to read and write the management data for Teams devices, without a signed-in user.", - "displayName": "Read and write Teams devices", - "id": "79c02f5b-bd4f-4713-bc2c-a8a4a66e127b", - "isEnabled": true, - "origin": "Application", - "value": "TeamworkDevice.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read tags in Teams without a signed-in user.", - "displayName": "Read tags in Teams", - "id": "b74fd6c4-4bde-488e-9695-eeb100e4907f", - "isEnabled": true, - "origin": "Application", - "value": "TeamworkTag.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write tags in Teams without a signed-in user.", - "displayName": "Read and write tags in Teams", - "id": "a3371ca5-911d-46d6-901c-42c8c7a937d8", - "isEnabled": true, - "origin": "Application", - "value": "TeamworkTag.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all term store data, without a signed-in user. This includes all sets, groups and terms in the term store.", - "displayName": "Read all term store data", - "id": "ea047cc2-df29-4f3e-83a3-205de61501ca", - "isEnabled": true, - "origin": "Application", - "value": "TermStore.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, edit or write all term store data, without a signed-in user. This includes all sets, groups and terms in the term store.", - "displayName": "Read and write all term store data", - "id": "f12eb8d6-28e3-46e6-b2c0-b7e4dc69fc95", - "isEnabled": true, - "origin": "Application", - "value": "TermStore.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows an app to read your organization's threat assessment requests, without a signed-in user.", - "displayName": "Read threat assessment requests", - "id": "f8f035bb-2cce-47fb-8bf5-7baf3ecbee48", - "isEnabled": true, - "origin": "Application", - "value": "ThreatAssessment.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to run hunting queries, without a signed-in user.", - "displayName": "Run hunting queries", - "id": "dd98c7f5-2d42-42d3-a0e4-633161547251", - "isEnabled": true, - "origin": "Application", - "value": "ThreatHunting.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all the indicators for your organization, without a signed-in user.", - "displayName": "Read all threat indicators", - "id": "197ee4e9-b993-4066-898f-d6aecc55125b", - "isEnabled": true, - "origin": "Application", - "value": "ThreatIndicators.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), without a signed-in user.  It cannot update any threat indicators it does not own.", - "displayName": "Manage threat indicators this app creates or owns", - "id": "21792b6c-c986-4ffc-85de-df9da54b52fa", - "isEnabled": true, - "origin": "Application", - "value": "ThreatIndicators.ReadWrite.OwnedBy" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read threat intellgence information, such as indicators, observations, and and articles, without a signed in user.", - "displayName": "Read all Threat Intelligence Information", - "id": "e0b77adb-e790-44a3-b0a0-257d06303687", - "isEnabled": true, - "origin": "Application", - "value": "ThreatIntelligence.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's threat submissions and to view threat submission policies without a signed-in user.", - "displayName": "Read all of the organization's threat submissions", - "id": "86632667-cd15-4845-ad89-48a88e8412e1", - "isEnabled": true, - "origin": "Application", - "value": "ThreatSubmission.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's threat submissions and threat submission policies without a signed-in user. Also allows the app to create new threat submissions without a signed-in user.", - "displayName": "Read and write all of the organization's threat submissions", - "id": "d72bdbf4-a59b-405c-8b04-5995895819ac", - "isEnabled": true, - "origin": "Application", - "value": "ThreatSubmission.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read your organization's threat submission policies without a signed-in user. Also allows the app to create new threat submission polices without a signed-in user.", - "displayName": "Read and write all of the organization's threat submission policies", - "id": "926a6798-b100-4a20-a22f-a4918f13951d", - "isEnabled": true, - "origin": "Application", - "value": "ThreatSubmissionPolicy.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read trust framework key set properties without a signed-in user.", - "displayName": "Read trust framework key sets", - "id": "fff194f1-7dce-4428-8301-1badb5518201", - "isEnabled": true, - "origin": "Application", - "value": "TrustFrameworkKeySet.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write trust framework key set properties without a signed-in user.", - "displayName": "Read and write trust framework key sets", - "id": "4a771c9a-1cf2-4609-b88e-3d3e02d539cd", - "isEnabled": true, - "origin": "Application", - "value": "TrustFrameworkKeySet.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read the lifecycle information like employeeLeaveDateTime of users in your organization, without a signed-in user.", - "displayName": "Read all users' lifecycle information", - "id": "8556a004-db57-4d7a-8b82-97a13428e96f", - "isEnabled": true, - "origin": "Application", - "value": "User-LifeCycleInfo.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write the lifecycle information like employeeLeaveDateTime of users in your organization, without a signed-in user.", - "displayName": "Read and write all users' lifecycle information", - "id": "925f1248-0f97-47b9-8ec8-538c54e01325", - "isEnabled": true, - "origin": "Application", - "value": "User-LifeCycleInfo.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to enable and disable users' accounts, without a signed-in user.", - "displayName": "Enable and disable user accounts", - "id": "3011c876-62b7-4ada-afa2-506cbbecc68c", - "isEnabled": true, - "origin": "Application", - "value": "User.EnableDisableAccount.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).", - "displayName": "Export user's data", - "id": "405a51b5-8d8d-430b-9842-8be4b0e9f324", - "isEnabled": true, - "origin": "Application", - "value": "User.Export.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to invite guest users to the organization, without a signed-in user.", - "displayName": "Invite guest users to the organization", - "id": "09850681-111b-4a89-9bed-3f2cae46d706", - "isEnabled": true, - "origin": "Application", - "value": "User.Invite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read, update and delete identities that are associated with a user's account, without a signed in user. This controls the identities users can sign-in with.", - "displayName": "Manage all users' identities", - "id": "c529cfca-c91b-489c-af2b-d92990b66ce6", - "isEnabled": true, - "origin": "Application", - "value": "User.ManageIdentities.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read user profiles without a signed in user.", - "displayName": "Read all users' full profiles", - "id": "df021288-bdef-4463-88db-98f22de89214", - "isEnabled": true, - "origin": "Application", - "value": "User.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and update user profiles without a signed in user.", - "displayName": "Read and write all users' full profiles", - "id": "741f803b-c850-494e-b5df-cde7c675a1ca", - "isEnabled": true, - "origin": "Application", - "value": "User.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": " Allows the app to read authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "displayName": " Read all users' authentication methods", - "id": "38d9df27-64da-44fd-b7c5-a6fbac20248f", - "isEnabled": true, - "origin": "Application", - "value": "UserAuthenticationMethod.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and write authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods", - "displayName": "Read and write all users' authentication methods ", - "id": "50483e42-d915-4231-9639-7fdb7fd190e5", - "isEnabled": true, - "origin": "Application", - "value": "UserAuthenticationMethod.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to send, read, update and delete user’s notifications, without a signed-in user.", - "displayName": "Deliver and manage all user's notifications", - "id": "4e774092-a092-48d1-90bd-baad67c7eb47", - "isEnabled": true, - "origin": "Application", - "value": "UserNotification.ReadWrite.CreatedByApp" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all users' shift schedule preferences without a signed-in user.", - "displayName": "Read all user shift preferences", - "id": "de023814-96df-4f53-9376-1e2891ef5a18", - "isEnabled": true, - "origin": "Application", - "value": "UserShiftPreferences.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage all users' shift schedule preferences without a signed-in user.", - "displayName": "Read and write all user shift preferences", - "id": "d1eec298-80f3-49b0-9efb-d90e224798ac", - "isEnabled": true, - "origin": "Application", - "value": "UserShiftPreferences.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user’s data by the online meetings application access policy.", - "displayName": "Read all virtual appointments for users, as authorized by online meetings application access policy", - "id": "d4f67ec2-59b5-4bdc-b4af-d78f6f9c1954", - "isEnabled": true, - "origin": "Application", - "value": "VirtualAppointment.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the application to read and write virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user’s data by the online meetings application access policy.", - "displayName": "Read-write all virtual appointments for users, as authorized by online meetings app access policy", - "id": "bf46a256-f47d-448f-ab78-f226fff08d40", - "isEnabled": true, - "origin": "Application", - "value": "VirtualAppointment.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read all virtual events without a signed-in user.", - "displayName": "Read all users' virtual events", - "id": "1dccb351-c4e4-4e09-a8d1-7a9ecbf027cc", - "isEnabled": true, - "origin": "Application", - "value": "VirtualEvent.Read.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.", - "displayName": "Read and write all Windows update deployment settings", - "id": "7dd1be58-6e76-4401-bf8d-31d1e8180d5b", - "isEnabled": true, - "origin": "Application", - "value": "WindowsUpdates.ReadWrite.All" - }, - { - "allowedMemberTypes": ["Application"], - "description": "Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.", - "displayName": "Read and write workforce integrations", - "id": "202bf709-e8e6-478e-bcfd-5d63c50b68e3", - "isEnabled": true, - "origin": "Application", - "value": "WorkforceIntegration.ReadWrite.All" - }, - { - "description": "Allows the app to read access reviews, reviewers, decisions and settings that the signed-in user has access to in the organization.", - "displayName": "Read all access reviews that user can access", - "id": "ebfcd32b-babb-40f4-a14b-42706e83bd28", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.", - "userConsentDisplayName": "Read access reviews that you can access", - "value": "AccessReview.Read.All" - }, - { - "description": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings that the signed-in user has access to in the organization.", - "displayName": "Manage all access reviews that user can access", - "id": "e4aa47b9-9a69-4109-82ed-36ec70d85ff1", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", - "userConsentDisplayName": "Manage access reviews that you can access", - "value": "AccessReview.ReadWrite.All" - }, - { - "description": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings for group and app memberships that the signed-in user has access to in the organization.", - "displayName": "Manage access reviews for group and app memberships", - "id": "5af8c3f5-baca-439a-97b0-ea58a435e269", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", - "userConsentDisplayName": "Manage access reviews for group and app memberships", - "value": "AccessReview.ReadWrite.Membership" - }, - { - "description": "Allows an app to read all acronyms that the signed-in user can access.", - "displayName": "Read all acronyms that the user can access", - "id": "9084c10f-a2d6-4713-8732-348def50fe02", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all acronyms you can access.", - "userConsentDisplayName": "Read all acronyms that you have access to", - "value": "Acronym.Read.All" - }, - { - "description": "Allows the app to read administrative units and administrative unit membership on behalf of the signed-in user.", - "displayName": "Read administrative units", - "id": "3361d15d-be43-4de6-b441-3c746d05163d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", - "userConsentDisplayName": "Read administrative units", - "value": "AdministrativeUnit.Read.All" - }, - { - "description": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on behalf of the signed-in user.", - "displayName": "Read and write administrative units", - "id": "7b8a2d34-6b3f-4542-a343-54651608ad81", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", - "userConsentDisplayName": "Read and write administrative units", - "value": "AdministrativeUnit.ReadWrite.All" - }, - { - "description": "Allows the app to read terms of use agreements on behalf of the signed-in user.", - "displayName": "Read all terms of use agreements", - "id": "af2819c9-df71-4dd3-ade7-4d7c9dc653b7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read terms of use agreements on your behalf.", - "userConsentDisplayName": "Read all terms of use agreements", - "value": "Agreement.Read.All" - }, - { - "description": "Allows the app to read and write terms of use agreements on behalf of the signed-in user.", - "displayName": "Read and write all terms of use agreements", - "id": "ef4b5d93-3104-4664-9053-a5c49ab44218", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write terms of use agreements on your behalf.", - "userConsentDisplayName": "Read and write all terms of use agreements", - "value": "Agreement.ReadWrite.All" - }, - { - "description": "Allows the app to read terms of use acceptance statuses on behalf of the signed-in user.", - "displayName": "Read user terms of use acceptance statuses", - "id": "0b7643bb-5336-476f-80b5-18fbfbc91806", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your terms of use acceptance statuses.", - "userConsentDisplayName": "Read your terms of use acceptance statuses", - "value": "AgreementAcceptance.Read" - }, - { - "description": "Allows the app to read terms of use acceptance statuses on behalf of the signed-in user.", - "displayName": "Read terms of use acceptance statuses that user can access", - "id": "a66a5341-e66e-4897-9d52-c2df58c2bfb9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read terms of use acceptance statuses on your behalf.", - "userConsentDisplayName": "Read all terms of use acceptance statuses", - "value": "AgreementAcceptance.Read.All" - }, - { - "description": "Allows the app to read the signed-in user's activity statistics, such as how much time the user has spent on emails, in meetings, or in chat sessions.", - "displayName": "Read user activity statistics", - "id": "e03cf23f-8056-446a-8994-7d93dfc8b50e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your activity statistics, such as how much time you've spent on emails, in meetings, or in chat sessions.", - "userConsentDisplayName": "Read your activity statistics", - "value": "Analytics.Read" - }, - { - "description": "Allows the app to read the API connectors used in user authentication flows, on behalf of the signed-in user.", - "displayName": "Read API connectors for authentication flows", - "id": "1b6ff35f-31df-4332-8571-d31ea5a4893f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the API connectors used in user authentication flows, on your behalf.", - "userConsentDisplayName": "Read API connectors for authentication flows", - "value": "APIConnectors.Read.All" - }, - { - "description": "Allows the app to read, create and manage the API connectors used in user authentication flows, on behalf of the signed-in user.", - "displayName": "Read and write API connectors for authentication flows", - "id": "c67b52c5-7c69-48b6-9d48-7b3af3ded914", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", - "userConsentDisplayName": "Read and write API connectors for authentication flows", - "value": "APIConnectors.ReadWrite.All" - }, - { - "description": "Allows the app to read the apps in the app catalogs.", - "displayName": "Read all app catalogs", - "id": "88e58d74-d3df-44f3-ad47-e89edf4472e4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read apps in the app catalogs.", - "userConsentDisplayName": "Read all app catalogs", - "value": "AppCatalog.Read.All" - }, - { - "description": "Allows the app to create, read, update, and delete apps in the app catalogs.", - "displayName": "Read and write to all app catalogs", - "id": "1ca167d5-1655-44a1-8adf-1414072e1ef9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create, read, update, and delete apps in the app catalogs.", - "userConsentDisplayName": "Read and write to all app catalogs", - "value": "AppCatalog.ReadWrite.All" - }, - { - "description": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on behalf of the signed-in user.", - "displayName": "Submit application packages to the catalog and cancel pending submissions", - "id": "3db89e36-7fa6-4012-b281-85f3d9d9fd2e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", - "userConsentDisplayName": "Submit application packages to your organization's catalog and cancel pending submissions", - "value": "AppCatalog.Submit" - }, - { - "description": "Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on behalf of the signed-in user.", - "displayName": "Read the trusted certificate authority configuration for applications", - "id": "af281d3a-030d-4122-886e-146fb30a0413", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.", - "userConsentDisplayName": "Read the trusted certificate authority configuration for applications", - "value": "AppCertTrustConfiguration.Read.All" - }, - { - "description": "Allows the app to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on behalf of the signed-in user.", - "displayName": "Read and write the trusted certificate authority configuration for applications", - "id": "4bae2ed4-473e-4841-a493-9829cfd51d48", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.", - "userConsentDisplayName": "Read and write the trusted certificate authority configuration for applications", - "value": "AppCertTrustConfiguration.ReadWrite.All" - }, - { - "description": "Allows the app to read and write other apps' remote desktop security configuration, on behalf of the signed-in user.", - "displayName": "Read and write the remote desktop security configuration for apps", - "id": "ffa91d43-2ad8-45cc-b592-09caddeb24bb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write other apps' remote desktop security configuration, on your behalf.", - "userConsentDisplayName": "Read and write the remote desktop security configuration for apps", - "value": "Application-RemoteDesktopConfig.ReadWrite.All" - }, - { - "description": "Allows the app to read applications and service principals on behalf of the signed-in user.", - "displayName": "Read applications", - "id": "c79f8feb-a9db-4090-85f9-90d820caa0eb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read applications and service principals on your behalf.", - "userConsentDisplayName": "Read applications", - "value": "Application.Read.All" - }, - { - "description": "Allows the app to create, read, update and delete applications and service principals on behalf of the signed-in user. Does not allow management of consent grants.", - "displayName": "Read and write all applications", - "id": "bdfbf15f-ee85-4955-8675-146e8e5296b5", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", - "userConsentDisplayName": "Read and write applications", - "value": "Application.ReadWrite.All" - }, - { - "description": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on behalf of the signed-in user.", - "displayName": "Manage app permission grants and app role assignments", - "id": "84bccea3-f856-4a8a-967b-dbe0a3d53a64", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", - "userConsentDisplayName": "Manage app permission grants and app role assignments", - "value": "AppRoleAssignment.ReadWrite.All" - }, - { - "description": "Allows the app to read attack simulation and training data for an organization for the signed-in user.", - "displayName": "Read attack simulation data of an organization", - "id": "104a7a4b-ca76-4677-b7e7-2f4bc482f381", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", - "userConsentDisplayName": "Read attack simulation data of an organization", - "value": "AttackSimulation.Read.All" - }, - { - "description": "Allows the app to read, create, and update attack simulation and training data for an organization for the signed-in user.", - "displayName": "Read, create, and update attack simulation data of an organization", - "id": "27608d7c-2c66-4cad-a657-951d575f5a60", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.", - "userConsentDisplayName": "Read, create, and update attack simulation data of an organization", - "value": "AttackSimulation.ReadWrite.All" - }, - { - "description": "Allows the app to read and query your audit log activities, on behalf of the signed-in user.", - "displayName": "Read audit log data", - "id": "e4c9e354-4dc5-45b8-9e7c-e1393b0b1a20", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and query your audit log activities, on your behalf.", - "userConsentDisplayName": "Read audit log data", - "value": "AuditLog.Read.All" - }, - { - "description": "Allows the app to read all authentication context information in your organization on behalf of the signed-in user.", - "displayName": "Read all authentication context information", - "id": "57b030f1-8c35-469c-b0d9-e4a077debe70", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all authentication context information in your organization on your behalf.", - "userConsentDisplayName": "Read all authentication context information", - "value": "AuthenticationContext.Read.All" - }, - { - "description": "Allows the app to read and update all authentication context information in your organization on behalf of the signed-in user.", - "displayName": "Read and write all authentication context information", - "id": "ba6d575a-1344-4516-b777-1404f5593057", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and update all authentication context information in your organization on your behalf.", - "userConsentDisplayName": "Read and write all authentication context information", - "value": "AuthenticationContext.ReadWrite.All" - }, - { - "description": "Allows the app to read and write the billing configuration on all applications on behalf of the signed-in user. ", - "displayName": "Read and write application billing configuration", - "id": "2bf6d319-dfca-4c22-9879-f88dcfaee6be", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the billing configuration on all applications on your behalf", - "userConsentDisplayName": "Read and write application billing configuration", - "value": "BillingConfiguration.ReadWrite.All" - }, - { - "description": "Allows the app to read BitLocker keys on behalf of the signed-in user, for their owned devices. Allows read of the recovery key.", - "displayName": "Read BitLocker keys", - "id": "b27a61ec-b99c-4d6a-b126-c4375d08ae30", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.", - "userConsentDisplayName": "Read your BitLocker keys", - "value": "BitlockerKey.Read.All" - }, - { - "description": "Allows the app to read basic BitLocker key properties on behalf of the signed-in user, for their owned devices. Does not allow read of the recovery key itself.", - "displayName": "Read BitLocker keys basic information", - "id": "5a107bfc-4f00-4e1a-b67e-66451267bc68", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.", - "userConsentDisplayName": "Read your BitLocker keys basic information", - "value": "BitlockerKey.ReadBasic.All" - }, - { - "description": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on behalf of the signed-in user.", - "displayName": "Manage bookings information", - "id": "7f36b48e-542f-4d3b-9bcb-8406f0ab9fdb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", - "userConsentDisplayName": "Manage bookings information", - "value": "Bookings.Manage.All" - }, - { - "description": "Allows an app to read bookings appointments, businesses, customers, services, and staff on behalf of the signed-in user.", - "displayName": "Read bookings information", - "id": "33b1df99-4b29-4548-9339-7a7b83eaeebc", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", - "userConsentDisplayName": "Read bookings information", - "value": "Bookings.Read.All" - }, - { - "description": "Allows an app to read and write bookings appointments, businesses, customers, services, and staff on behalf of the signed-in user. Does not allow create, delete and publish of booking businesses.", - "displayName": "Read and write bookings information", - "id": "948eb538-f19d-4ec5-9ccc-f059e1ea4c72", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.", - "userConsentDisplayName": "Read and write bookings information", - "value": "Bookings.ReadWrite.All" - }, - { - "description": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on behalf of the signed-in user.", - "displayName": "Read and write booking appointments", - "id": "02a5a114-36a6-46ff-a102-954d89d9ab02", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.", - "userConsentDisplayName": "Read and write booking appointments", - "value": "BookingsAppointment.ReadWrite.All" - }, - { - "description": "Allows an app to read all bookmarks that the signed-in user can access.", - "displayName": "Read all bookmarks that the user can access", - "id": "98b17b35-f3b1-4849-a85f-9f13733002f0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all bookmarks you can access.", - "userConsentDisplayName": "Read all bookmarks that you have access to", - "value": "Bookmark.Read.All" - }, - { - "description": "Allows an app to read the browser site lists configured for your organization, on behalf of the signed-in user.", - "displayName": "Read browser site lists for your organization", - "id": "fb9be2b7-a7fc-4182-aec1-eda4597c43d5", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read the browser site lists configured for your organization, on your behalf.", - "userConsentDisplayName": "Read browser site lists for your organization", - "value": "BrowserSiteLists.Read.All" - }, - { - "description": "Allows an app to read and write the browser site lists configured for your organization, on behalf of the signed-in user.", - "displayName": "Read and write browser site lists for your organization", - "id": "83b34c85-95bf-497b-a04e-b58eca9d49d0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", - "userConsentDisplayName": "Read and write browser site lists for your organization", - "value": "BrowserSiteLists.ReadWrite.All" - }, - { - "description": "Allows the app to read the configurations of your organization's business scenarios, on behalf of the signed-in user.", - "displayName": "Read business scenario configurations", - "id": "d16480b2-e469-4118-846b-d3d177327bee", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", - "userConsentDisplayName": "Read business scenario configurations", - "value": "BusinessScenarioConfig.Read.All" - }, - { - "description": "Allows the app to read the configurations of business scenarios it owns, on behalf of the signed-in user.", - "displayName": "Read business scenario configurations this app creates or owns", - "id": "c47e7b6e-d6f1-4be9-9ffd-1e00f3e32892", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", - "userConsentDisplayName": "Read business scenario configurations this app creates or owns", - "value": "BusinessScenarioConfig.Read.OwnedBy" - }, - { - "description": "Allows the app to read and write the configurations of your organization's business scenarios, on behalf of the signed-in user.", - "displayName": "Read and write business scenario configurations", - "id": "755e785b-b658-446f-bb22-5a46abd029ea", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", - "userConsentDisplayName": "Read and write business scenario configurations", - "value": "BusinessScenarioConfig.ReadWrite.All" - }, - { - "description": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on behalf of the signed-in user.", - "displayName": "Read and write business scenario configurations this app creates or owns", - "id": "b3b7fcff-b4d4-4230-bf6f-90bd91285395", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", - "userConsentDisplayName": "Read and write business scenario configurations this app creates or owns", - "value": "BusinessScenarioConfig.ReadWrite.OwnedBy" - }, - { - "description": "Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to the signed-in user.", - "displayName": "Read all data for business scenarios this app creates or owns", - "id": "25b265c4-5d34-4e44-952d-b567f6d3b96d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.", - "userConsentDisplayName": "Read data for business scenarios this app creates or owns", - "value": "BusinessScenarioData.Read.OwnedBy" - }, - { - "description": "Allows the app to fully manage all data associated with the business scenarios it owns. Data access and changes will be attributed to the signed-in user.", - "displayName": "Read and write all data for business scenarios this app creates or owns", - "id": "19932d57-2952-4c60-8634-3655c79fc527", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", - "userConsentDisplayName": "Read and write data for business scenarios this app creates or owns", - "value": "BusinessScenarioData.ReadWrite.OwnedBy" - }, - { - "description": "Allows the app to read events in user calendars . ", - "displayName": "Read user calendars ", - "id": "465a38f9-76ea-45b9-9f34-9e8b0d4b0b42", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read events in your calendars. ", - "userConsentDisplayName": "Read your calendars ", - "value": "Calendars.Read" - }, - { - "description": "Allows the app to read events in all calendars that the user can access, including delegate and shared calendars.", - "displayName": "Read user and shared calendars", - "id": "2b9c4092-424d-4249-948d-b43879977640", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ", - "userConsentDisplayName": "Read calendars you can access", - "value": "Calendars.Read.Shared" - }, - { - "description": "Allows the app to read events in user calendars, except for properties such as body, attachments, and extensions.", - "displayName": "Read basic details of user calendars", - "id": "662d75ba-a364-42ad-adee-f5f880ea4878", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", - "userConsentDisplayName": "Read basic details of your calendars", - "value": "Calendars.ReadBasic" - }, - { - "description": "Allows the app to create, read, update, and delete events in user calendars. ", - "displayName": "Have full access to user calendars ", - "id": "1ec239c2-d7c9-4623-a91a-a9775856bb36", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create and delete events in your calendars. ", - "userConsentDisplayName": "Have full access to your calendars ", - "value": "Calendars.ReadWrite" - }, - { - "description": "Allows the app to create, read, update and delete events in all calendars in the organization user has permissions to access. This includes delegate and shared calendars.", - "displayName": "Read and write user and shared calendars", - "id": "12466101-c9b8-439a-8589-dd09ee67e8e9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars.", - "userConsentDisplayName": "Read and write to your and shared calendars", - "value": "Calendars.ReadWrite.Shared" - }, - { - "description": "Create channels in any team, on behalf of the signed-in user.", - "displayName": "Create channels", - "id": "101147cf-4178-4455-9d58-02b5c164e759", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Create channels in any team, on your behalf.", - "userConsentDisplayName": "Create channels", - "value": "Channel.Create" - }, - { - "description": "Delete channels in any team, on behalf of the signed-in user.", - "displayName": "Delete channels", - "id": "cc83893a-e232-4723-b5af-bd0b01bcfe65", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Delete channels in any team, on your behalf.", - "userConsentDisplayName": "Delete channels", - "value": "Channel.Delete.All" - }, - { - "description": "Read channel names and channel descriptions, on behalf of the signed-in user.", - "displayName": "Read the names and descriptions of channels", - "id": "9d8982ae-4365-4f57-95e9-d6032a4c0b87", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read channel names and channel descriptions, on your behalf.", - "userConsentDisplayName": "Read the names and descriptions of channels", - "value": "Channel.ReadBasic.All" - }, - { - "description": "Read the members of channels, on behalf of the signed-in user.", - "displayName": "Read the members of channels", - "id": "2eadaff8-0bce-4198-a6b9-2cfc35a30075", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read the members of channels, on your behalf.", - "userConsentDisplayName": "Read the members of teams and channels", - "value": "ChannelMember.Read.All" - }, - { - "description": "Add and remove members from channels, on behalf of the signed-in user. Also allows changing a member's role, for example from owner to non-owner.", - "displayName": "Add and remove members from channels", - "id": "0c3e411a-ce45-4cd1-8f30-f99a3efa7b11", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", - "userConsentDisplayName": "Add and remove members from teams and channels", - "value": "ChannelMember.ReadWrite.All" - }, - { - "description": "Allows an app to edit channel messages in Microsoft Teams, on behalf of the signed-in user.", - "displayName": "Edit user's channel messages", - "id": "2b61aa8a-6d36-4b2f-ac7b-f29867937c53", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to edit channel messages in Microsoft Teams, on your behalf.", - "userConsentDisplayName": "Edit your channel messages", - "value": "ChannelMessage.Edit" - }, - { - "description": "Allows an app to read a channel's messages in Microsoft Teams, on behalf of the signed-in user.", - "displayName": "Read user channel messages", - "id": "767156cb-16ae-4d10-8f8b-41b657c8c8c8", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", - "userConsentDisplayName": "Read your channel messages", - "value": "ChannelMessage.Read.All" - }, - { - "description": "Allows the app to read and write channel messages, on behalf of the signed-in user. This doesn't allow the app to edit the policyViolation of a channel message.", - "displayName": "Read and write user channel messages", - "id": "5922d31f-46c8-4404-9eaf-2117e390a8a4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write channel messages, on your behalf. This doesn't allow the app to edit the policyViolation of a channel message.", - "userConsentDisplayName": "Read and write user channel messages", - "value": "ChannelMessage.ReadWrite" - }, - { - "description": "Allows an app to send channel messages in Microsoft Teams, on behalf of the signed-in user.", - "displayName": "Send channel messages", - "id": "ebf0f66e-9fb1-49e4-a278-222f76911cf4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to send channel messages in Microsoft Teams, on your behalf.", - "userConsentDisplayName": "Send channel messages", - "value": "ChannelMessage.Send" - }, - { - "description": "Read all channel names, channel descriptions, and channel settings, on behalf of the signed-in user.", - "displayName": "Read the names, descriptions, and settings of channels", - "id": "233e0cf1-dd62-48bc-b65b-b38fe87fcf8e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read all channel names, channel descriptions, and channel settings, on your behalf.", - "userConsentDisplayName": "Read the names, descriptions, and settings of channels", - "value": "ChannelSettings.Read.All" - }, - { - "description": "Read and write the names, descriptions, and settings of all channels, on behalf of the signed-in user.", - "displayName": "Read and write the names, descriptions, and settings of channels", - "id": "d649fb7c-72b4-4eec-b2b4-b15acf79e378", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", - "userConsentDisplayName": "Read and write the names, descriptions, and settings of channels", - "value": "ChannelSettings.ReadWrite.All" - }, - { - "description": "Allows the app to create chats on behalf of the signed-in user.", - "displayName": "Create chats", - "id": "38826093-1258-4dea-98f0-00003be2b8d0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create chats on your behalf. ", - "userConsentDisplayName": "Create chats", - "value": "Chat.Create" - }, - { - "description": "Allows the app to delete and recover deleted chats, on behalf of the signed-in user.", - "displayName": "Delete and recover deleted chats", - "id": "bb64e6fc-6b6d-4752-aea0-dd922dbba588", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to delete and recover deleted chats, on your behalf.", - "userConsentDisplayName": "Delete and recover deleted chats", - "value": "Chat.ManageDeletion.All" - }, - { - "description": "Allows an app to read 1 on 1 or group chats threads, on behalf of the signed-in user.", - "displayName": "Read user chat messages", - "id": "f501c180-9344-439a-bca0-6cbf209fd270", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "userConsentDisplayName": "Read your chat messages", - "value": "Chat.Read" - }, - { - "description": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on behalf of the signed-in user.", - "displayName": "Read names and members of user chat threads", - "id": "9547fcb5-d03f-419d-9948-5928bbf71b0f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", - "userConsentDisplayName": "Read names and members of your chat threads", - "value": "Chat.ReadBasic" - }, - { - "description": "Allows an app to read and write 1 on 1 or group chats threads, on behalf of the signed-in user.", - "displayName": "Read and write user chat messages", - "id": "9ff7295e-131b-4d94-90e1-69fde507ac11", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "userConsentDisplayName": "Read and write your chat messages", - "value": "Chat.ReadWrite" - }, - { - "description": "Read the members of chats, on behalf of the signed-in user.", - "displayName": "Read the members of chats", - "id": "c5a9e2b1-faf6-41d4-8875-d381aa549b24", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read the members of chats, on your behalf.", - "userConsentDisplayName": "Read the members of chats", - "value": "ChatMember.Read" - }, - { - "description": "Add and remove members from chats, on behalf of the signed-in user.", - "displayName": "Add and remove members from chats", - "id": "dea13482-7ea6-488f-8b98-eb5bbecf033d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Add and remove members from chats, on your behalf.", - "userConsentDisplayName": "Add and remove members from chats", - "value": "ChatMember.ReadWrite" - }, - { - "description": "Allows an app to read one-to-one and group chat messages, on behalf of the signed-in user.", - "displayName": "Read user chat messages", - "id": "cdcdac3a-fd45-410d-83ef-554db620e5c7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read one-to-one or group chat messages in Microsoft Teams, on your behalf.", - "userConsentDisplayName": "Read user chat messages", - "value": "ChatMessage.Read" - }, - { - "description": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on behalf of the signed-in user.", - "displayName": "Send user chat messages", - "id": "116b7235-7cc6-461e-b163-8e55691d839e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", - "userConsentDisplayName": "Send chat messages", - "value": "ChatMessage.Send" - }, - { - "description": "Allows the app to read details of discovered cloud apps in the organization, on behalf of the signed in user.", - "displayName": "Read discovered cloud applications data", - "id": "ad46d60e-1027-4b75-af88-7c14ccf43a19", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read details of discovered cloud apps in the organization, on your behalf.", - "userConsentDisplayName": "Read discovered cloud application data", - "value": "CloudApp-Discovery.Read.All" - }, - { - "description": "Allows the app to read the properties of Cloud PCs on behalf of the signed-in user.", - "displayName": "Read Cloud PCs", - "id": "5252ec4e-fd40-4d92-8c68-89dd1d3c6110", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", - "userConsentDisplayName": "Read Cloud PCs", - "value": "CloudPC.Read.All" - }, - { - "description": "Allows the app to read and write the properties of Cloud PCs on behalf of the signed-in user.", - "displayName": "Read and write Cloud PCs", - "id": "9d77138f-f0e2-47ba-ab33-cd246c8b79d1", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", - "userConsentDisplayName": "Read and write Cloud PCs", - "value": "CloudPC.ReadWrite.All" - }, - { - "description": "Allows the app to read consent requests and approvals on behalf of the signed-in user.", - "displayName": "Read consent requests", - "id": "f3bfad56-966e-4590-a536-82ecf548ac1e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read consent requests and approvals, on your behalf.", - "userConsentDisplayName": "Read consent requests", - "value": "ConsentRequest.Read.All" - }, - { - "description": "Allows the app to read app consent requests and approvals, and deny or approve those requests on behalf of the signed-in user.", - "displayName": "Read and write consent requests", - "id": "497d9dfa-3bd1-481a-baab-90895e54568c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", - "userConsentDisplayName": "Read and write consent requests", - "value": "ConsentRequest.ReadWrite.All" - }, - { - "description": "Allows the app to read user contacts. ", - "displayName": "Read user contacts ", - "id": "ff74d97f-43af-4b68-9f2a-b77ee6968c5d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read contacts in your contact folders. ", - "userConsentDisplayName": "Read your contacts ", - "value": "Contacts.Read" - }, - { - "description": "Allows the app to read contacts a user has permissions to access, including their own and shared contacts.", - "displayName": "Read user and shared contacts", - "id": "242b9d9e-ed24-4d09-9a52-f43769beb9d4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read contacts you have permissions to access, including your own and shared contacts.", - "userConsentDisplayName": "Read your and shared contacts", - "value": "Contacts.Read.Shared" - }, - { - "description": "Allows the app to create, read, update, and delete user contacts. ", - "displayName": "Have full access to user contacts ", - "id": "d56682ec-c09e-4743-aaf4-1a3aac4caa21", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", - "userConsentDisplayName": "Have full access of your contacts ", - "value": "Contacts.ReadWrite" - }, - { - "description": "Allows the app to create, read, update, and delete contacts a user has permissions to, including their own and shared contacts.", - "displayName": "Read and write user and shared contacts", - "id": "afb6c84b-06be-49af-80bb-8f3f77004eab", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.", - "userConsentDisplayName": "Read and write to your and shared contacts", - "value": "Contacts.ReadWrite.Shared" - }, - { - "description": "Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem on behalf of the signed-in user.", - "displayName": "Read cross-tenant basic information", - "id": "81594d25-e88e-49cf-ac8c-fecbff49f994", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem on your behalf.", - "userConsentDisplayName": "Read cross-tenant basic information", - "value": "CrossTenantInformation.ReadBasic.All" - }, - { - "description": "Allows the application to list and query user profile information associated with the current tenant on behalf of the signed-in user.  It also permits the application to export external user data (e.g. customer content or system-generated logs), associated with the current tenant on behalf of the signed-in user.", - "displayName": "Read shared cross-tenant user profile and export data", - "id": "cb1ba48f-d22b-4325-a07f-74135a62ee41", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", - "userConsentDisplayName": "Read shared cross-tenant user profile and export data", - "value": "CrossTenantUserProfileSharing.Read" - }, - { - "description": "Allows the application to list and query any shared user profile information associated with the current tenant on behalf of the signed-in user.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.", - "displayName": "Read all shared cross-tenant user profiles and export their data", - "id": "759dcd16-3c90-463c-937e-abf89f991c18", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", - "userConsentDisplayName": "Read any shared cross-tenant user profiles and export data", - "value": "CrossTenantUserProfileSharing.Read.All" - }, - { - "description": "Allows the application to list and query user profile information associated with the current tenant on behalf of the signed-in user.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), associated with the current tenant on behalf of the signed-in user.", - "displayName": "Read shared cross-tenant user profile and export or delete data", - "id": "eed0129d-dc60-4f30-8641-daf337a39ffd", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", - "userConsentDisplayName": "Read shared cross-tenant user profile and export or delete data", - "value": "CrossTenantUserProfileSharing.ReadWrite" - }, - { - "description": "Allows the application to list and query any shared user profile information associated with the current tenant on behalf of the signed-in user.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.", - "displayName": "Read all shared cross-tenant user profiles and export or delete their data", - "id": "64dfa325-cbf8-48e3-938d-51224a0cac01", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", - "userConsentDisplayName": "Read any shared cross-tenant user profiles and export or delete data", - "value": "CrossTenantUserProfileSharing.ReadWrite.All" - }, - { - "description": "Allows the app to read your organization's custom authentication extensions on behalf of the signed-in user.", - "displayName": "Read your oganization's custom authentication extensions", - "id": "b2052569-c98c-4f36-a5fb-43e5c111e6d0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's custom authentication extensions on your behalf.", - "userConsentDisplayName": "Read your organization's custom authentication extensions", - "value": "CustomAuthenticationExtension.Read.All" - }, - { - "description": "Allows the app to read or write your organization's custom authentication extensions on behalf of the signed-in user.", - "displayName": "Read and write your organization's custom authentication extensions", - "id": "8dfcf82f-15d0-43b3-bc78-a958a13a5792", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read or write your organization's custom authentication extensions on your behalf.", - "userConsentDisplayName": "Read and write your organization's custom authentication extensions", - "value": "CustomAuthenticationExtension.ReadWrite.All" - }, - { - "description": "Allows the app to read custom security attribute assignments for all principals in the tenant on behalf of a signed in user.", - "displayName": "Read custom security attribute assignments", - "id": "b46ffa80-fe3d-4822-9a1a-c200932d54d0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read custom security attribute assignments for all principals in the tenant on your behalf.", - "userConsentDisplayName": "Read custom security attribute assignments", - "value": "CustomSecAttributeAssignment.Read.All" - }, - { - "description": "Allows the app to read and write custom security attribute assignments for all principals in the tenant on behalf of a signed in user.", - "displayName": "Read and write custom security attribute assignments", - "id": "ca46335e-8453-47cd-a001-8459884efeae", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write custom security attribute assignments for all principals in the tenant on your behalf.", - "userConsentDisplayName": "Read and write custom security attribute assignments", - "value": "CustomSecAttributeAssignment.ReadWrite.All" - }, - { - "description": "Allows the app to read audit logs for events that contain information about custom security attributes, on behalf of the signed-in user.", - "displayName": "Read custom security attribute audit logs", - "id": "1fcdeaab-b519-44dd-bffc-ed1fd15a24e0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read custom security attributes audit logs on your behalf.", - "userConsentDisplayName": "Read custom security attribute audit logs", - "value": "CustomSecAttributeAuditLogs.Read.All" - }, - { - "description": "Allows the app to read custom security attribute definitions for the tenant on behalf of a signed in user.", - "displayName": "Read custom security attribute definitions", - "id": "ce026878-a0ff-4745-a728-d4fedd086c07", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read custom security attribute definitions for the tenant on your behalf.", - "userConsentDisplayName": "Read custom security attribute definitions", - "value": "CustomSecAttributeDefinition.Read.All" - }, - { - "description": "Allows the app to read and write custom security attribute definitions for the tenant on behalf of a signed in user.", - "displayName": "Read and write custom security attribute definitions", - "id": "8b0160d4-5743-482b-bb27-efc0a485ca4a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", - "userConsentDisplayName": "Read and write custom security attribute definitions", - "value": "CustomSecAttributeDefinition.ReadWrite.All" - }, - { - "description": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on behalf of the signed-in user.", - "displayName": "Read Delegated Admin relationships with customers", - "id": "0c0064ea-477b-4130-82a5-4c2cc4ff68aa", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.", - "userConsentDisplayName": "Read Delegated Admin relationships with customers", - "value": "DelegatedAdminRelationship.Read.All" - }, - { - "description": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers as well as role assignments to security groups for active Delegated Admin relationships on behalf of the signed-in user.", - "displayName": "Manage Delegated Admin relationships with customers", - "id": "885f682f-a990-4bad-a642-36736a74b0c7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", - "userConsentDisplayName": "Manage Delegated Admin relationships with customers", - "value": "DelegatedAdminRelationship.ReadWrite.All" - }, - { - "description": "Allows the app to read delegated permission grants, on behalf of the signed in user.", - "displayName": "Read delegated permission grants", - "id": "a197cdc4-a8e8-4d49-9d35-4ca7c83887b4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read delegated permission grants, on your behalf.", - "userConsentDisplayName": "Read delegated permission grants", - "value": "DelegatedPermissionGrant.Read.All" - }, - { - "description": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on behalf of the signed in user.", - "displayName": "Manage all delegated permission grants", - "id": "41ce6ca6-6826-4807-84f1-1c82854f7ee5", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ", - "userConsentDisplayName": "Manage all delegated permission grants", - "value": "DelegatedPermissionGrant.ReadWrite.All" - }, - { - "description": "Allows the app to launch another app or communicate with another app on a user's device on behalf of the signed-in user.", - "displayName": "Communicate with user devices", - "id": "bac3b9c2-b516-4ef4-bd3b-c2ef73d8d804", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to launch another app or communicate with another app on a device that you own.", - "userConsentDisplayName": "Communicate with your other devices", - "value": "Device.Command" - }, - { - "description": "Allows the app to read a user's list of devices on behalf of the signed-in user.", - "displayName": "Read user devices", - "id": "11d4cd79-5ba5-460f-803f-e22c8ab85ccd", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to see your list of devices.", - "userConsentDisplayName": "View your list of devices", - "value": "Device.Read" - }, - { - "description": "Allows the app to read your organization's devices' configuration information on behalf of the signed-in user.", - "displayName": "Read all devices", - "id": "951183d1-1a61-466f-a6d1-1fde911bfd95", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read devices' configuration information on your behalf.", - "userConsentDisplayName": "Read all devices", - "value": "Device.Read.All" - }, - { - "description": "Allows the app to read device local credential properties including passwords, on behalf of the signed-in user.", - "displayName": "Read device local credential passwords", - "id": "280b3b69-0437-44b1-bc20-3b2fca1ee3e9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read device local credential properties including passwords, on your behalf.", - "userConsentDisplayName": "Read device local credential passwords", - "value": "DeviceLocalCredential.Read.All" - }, - { - "description": "Allows the app to read device local credential properties excluding passwords, on behalf of the signed-in user.", - "displayName": "Read device local credential properties", - "id": "9917900e-410b-4d15-846e-42a357488545", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read device local credential properties excluding passwords, on your behalf.", - "userConsentDisplayName": "Read device local credential properties", - "value": "DeviceLocalCredential.ReadBasic.All" - }, - { - "description": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "displayName": "Read Microsoft Intune apps", - "id": "4edf5f54-4666-44af-9de9-0144fb4b6e8c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "userConsentDisplayName": "Read Microsoft Intune apps", - "value": "DeviceManagementApps.Read.All" - }, - { - "description": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "displayName": "Read and write Microsoft Intune apps", - "id": "7b3f05d5-f68c-4b8d-8c59-a2ecd12f24af", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "userConsentDisplayName": "Read and write Microsoft Intune apps", - "value": "DeviceManagementApps.ReadWrite.All" - }, - { - "description": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "displayName": "Read Microsoft Intune Device Configuration and Policies", - "id": "f1493658-876a-4c87-8fa7-edb559b3476a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "userConsentDisplayName": "Read Microsoft Intune Device Configuration and Policies", - "value": "DeviceManagementConfiguration.Read.All" - }, - { - "description": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "displayName": "Read and write Microsoft Intune Device Configuration and Policies", - "id": "0883f392-0a7a-443d-8c76-16a6d39c7b63", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "userConsentDisplayName": "Read and write Microsoft Intune Device Configuration and Policies", - "value": "DeviceManagementConfiguration.ReadWrite.All" - }, - { - "description": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", - "displayName": "Perform user-impacting remote actions on Microsoft Intune devices", - "id": "3404d2bf-2b13-457e-a330-c24615765193", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", - "userConsentDisplayName": "Perform user-impacting remote actions on Microsoft Intune devices", - "value": "DeviceManagementManagedDevices.PrivilegedOperations.All" - }, - { - "description": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "displayName": "Read Microsoft Intune devices", - "id": "314874da-47d6-4978-88dc-cf0d37f0bb82", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", - "userConsentDisplayName": "Read devices Microsoft Intune devices", - "value": "DeviceManagementManagedDevices.Read.All" - }, - { - "description": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "displayName": "Read and write Microsoft Intune devices", - "id": "44642bfe-8385-4adc-8fc6-fe3cb2c375c3", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", - "userConsentDisplayName": "Read and write Microsoft Intune devices", - "value": "DeviceManagementManagedDevices.ReadWrite.All" - }, - { - "description": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "displayName": "Read Microsoft Intune RBAC settings", - "id": "49f0cc30-024c-4dfd-ab3e-82e137ee5431", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "userConsentDisplayName": "Read Microsoft Intune RBAC settings", - "value": "DeviceManagementRBAC.Read.All" - }, - { - "description": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "displayName": "Read and write Microsoft Intune RBAC settings", - "id": "0c5e8a55-87a6-4556-93ab-adc52c4d862d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "userConsentDisplayName": "Read and write Microsoft Intune RBAC settings", - "value": "DeviceManagementRBAC.ReadWrite.All" - }, - { - "description": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "displayName": "Read Microsoft Intune configuration", - "id": "8696daa5-bce5-4b2e-83f9-51b6defc4e1e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "userConsentDisplayName": "Read Microsoft Intune configuration", - "value": "DeviceManagementServiceConfig.Read.All" - }, - { - "description": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "displayName": "Read and write Microsoft Intune configuration", - "id": "662ed50a-ac44-4eef-ad86-62eed9be2a29", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", - "userConsentDisplayName": "Read and write Microsoft Intune configuration", - "value": "DeviceManagementServiceConfig.ReadWrite.All" - }, - { - "description": "Allows the app to have the same access to information in the directory as the signed-in user.", - "displayName": "Access directory as the signed in user", - "id": "0e263e50-5827-48a4-b97c-d940288653c7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to have the same access to information in your work or school directory as you do.", - "userConsentDisplayName": "Access the directory as you", - "value": "Directory.AccessAsUser.All" - }, - { - "description": "Allows the app to read data in your organization's directory, such as users, groups and apps.", - "displayName": "Read directory data", - "id": "06da0dbc-49e2-44d2-8312-53f166ab848a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read data in your organization's directory.", - "userConsentDisplayName": "Read directory data", - "value": "Directory.Read.All" - }, - { - "description": "Allows the app to read and write data in your organization's directory, such as users, and groups. It does not allow the app to delete users or groups, or reset user passwords.", - "displayName": "Read and write directory data", - "id": "c5366453-9fb0-48a5-a156-24f0c49a4b84", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "userConsentDisplayName": "Read and write directory data", - "value": "Directory.ReadWrite.All" - }, - { - "description": "Allows the app to manage restricted resources based on the other permissions granted to the app, on behalf of the signed-in user.", - "displayName": "Manage restricted resources in the directory", - "id": "cba5390f-ed6a-4b7f-b657-0efc2210ed20", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage restricted resources based on the other permissions granted to the app, on your behalf.", - "userConsentDisplayName": "Manage restricted resources in the directory", - "value": "Directory.Write.Restricted" - }, - { - "description": "Allows the app to read Azure AD recommendations, on behalf of the signed-in user.", - "displayName": "Read Azure AD recommendations", - "id": "34d3bd24-f6a6-468c-b67c-0c365c1d6410", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read Azure AD recommendations, on your behalf.", - "userConsentDisplayName": "Read Azure AD recommendations", - "value": "DirectoryRecommendations.Read.All" - }, - { - "description": "Allows the app to read and update Azure AD recommendations, on behalf of the signed-in user. ", - "displayName": "Read and update Azure AD recommendations", - "id": "f37235e8-90a0-4189-93e2-e55b53867ccd", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", - "userConsentDisplayName": "Read and update Azure AD recommendations", - "value": "DirectoryRecommendations.ReadWrite.All" - }, - { - "description": "Allows the app to read all domain properties on behalf of the signed-in user.", - "displayName": "Read domains.", - "id": "2f9ee017-59c1-4f1d-9472-bd5529a7b311", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all domain properties on your behalf.", - "userConsentDisplayName": "Read domains.", - "value": "Domain.Read.All" - }, - { - "description": "Allows the app to read and write all domain properties on behalf of the signed-in user. Also allows the app to add, verify and remove domains.", - "displayName": "Read and write domains", - "id": "0b5d694c-a244-4bde-86e6-eb5cd07730fe", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", - "userConsentDisplayName": "Read and write domains", - "value": "Domain.ReadWrite.All" - }, - { - "description": "Allows the app to have the same access to mailboxes as the signed-in user via Exchange ActiveSync.", - "displayName": "Access mailboxes via Exchange ActiveSync", - "id": "ff91d191-45a0-43fd-b837-bd682c4a0b0f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app full access to your mailboxes on your behalf.", - "userConsentDisplayName": "Access your mailboxes", - "value": "EAS.AccessAsUser.All" - }, - { - "description": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on behalf of the signed-in user.", - "displayName": "Read all eDiscovery objects", - "id": "99201db3-7652-4d5a-809a-bdb94f85fe3c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "userConsentDisplayName": "Read all eDiscovery objects", - "value": "eDiscovery.Read.All" - }, - { - "description": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on behalf of the signed-in user.", - "displayName": "Read and write all eDiscovery objects", - "id": "acb8f680-0834-4146-b69e-4ab1b39745ad", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", - "userConsentDisplayName": "Read and write all eDiscovery objects", - "value": "eDiscovery.ReadWrite.All" - }, - { - "description": "Read the state and settings of all Microsoft education apps on behalf of the user.", - "displayName": "Read education app settings", - "id": "8523895c-6081-45bf-8a5d-f062a2f12c9f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", - "userConsentDisplayName": "View your education app settings", - "value": "EduAdministration.Read" - }, - { - "description": "Manage the state and settings of all Microsoft education apps on behalf of the user.", - "displayName": "Manage education app settings", - "id": "63589852-04e3-46b4-bae9-15d5b1050748", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "userConsentDisplayName": "Manage your education app settings", - "value": "EduAdministration.ReadWrite" - }, - { - "description": "Allows the app to read assignments and their grades on behalf of the user.", - "displayName": "Read users' class assignments and their grades", - "id": "091460c9-9c4a-49b2-81ef-1f3d852acce2", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view your assignments on your behalf including grades.", - "userConsentDisplayName": "View your assignments and grades", - "value": "EduAssignments.Read" - }, - { - "description": "Allows the app to read assignments without grades on behalf of the user.", - "displayName": "Read users' class assignments without grades", - "id": "c0b0103b-c053-4b2e-9973-9f3a544ec9b8", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "userConsentDisplayName": "View your assignments without grades", - "value": "EduAssignments.ReadBasic" - }, - { - "description": "Allows the app to read and write assignments and their grades on behalf of the user.", - "displayName": "Read and write users' class assignments and their grades", - "id": "2f233e90-164b-4501-8bce-31af2559a2d3", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "userConsentDisplayName": "View and modify your assignments and grades", - "value": "EduAssignments.ReadWrite" - }, - { - "description": "Allows the app to read and write assignments without grades on behalf of the user.", - "displayName": "Read and write users' class assignments without grades", - "id": "2ef770a1-622a-47c4-93ee-28d6adbed3a0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "userConsentDisplayName": "View and modify your assignments without grades", - "value": "EduAssignments.ReadWriteBasic" - }, - { - "description": "Allows the app to read the user's modules and resources on behalf of the signed-in user.", - "displayName": "Read the user's class modules and resources", - "id": "484859e8-b9e2-4e92-b910-84db35dadd29", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read modules and resources on your behalf.", - "userConsentDisplayName": "Read your class modules and resources", - "value": "EduCurricula.Read" - }, - { - "description": "Allows the app to read and write user's modules and resources on behalf of the signed-in user.", - "displayName": "Read and write the user's class modules and resources", - "id": "4793c53b-df34-44fd-8d26-d15c517732f5", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write modules and resources on your behalf.", - "userConsentDisplayName": "Read and write your class modules and resources", - "value": "EduCurricula.ReadWrite" - }, - { - "description": "Allows the app to read the structure of schools and classes in an organization's roster and education-specific information about users to be read on behalf of the user.", - "displayName": "Read users' view of the roster", - "id": "a4389601-22d9-4096-ac18-36a927199112", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.", - "userConsentDisplayName": "View your school, class and user information", - "value": "EduRoster.Read" - }, - { - "description": "Allows the app to read a limited subset of the properties from the structure of schools and classes in an organization's roster and a limited subset of properties about users to be read on behalf of the user. Includes name, status, education role, email address and photo.", - "displayName": "Read a limited subset of users' view of the roster", - "id": "5d186531-d1bf-4f07-8cea-7c42119e1bd9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", - "userConsentDisplayName": "View a limited subset of your school, class and user information", - "value": "EduRoster.ReadBasic" - }, - { - "description": "Allows the app to read and write the structure of schools and classes in an organization's roster and education-specific information about users to be read and written on behalf of the user.", - "displayName": "Read and write users' view of the roster", - "id": "359e19a6-e3fa-4d7f-bcab-d28ec592b51e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.", - "userConsentDisplayName": "View and modify your school, class and user information", - "value": "EduRoster.ReadWrite" - }, - { - "description": "Allows the app to read your users' primary email address", - "displayName": "View users' email address", - "id": "64a6cdd6-aab1-4aaf-94b8-3cc8405e90d0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your primary email address", - "userConsentDisplayName": "View your email address", - "value": "email" - }, - { - "description": "Allows the app to read access packages and related entitlement management resources on behalf of the signed-in user.", - "displayName": "Read all entitlement management resources", - "id": "5449aa12-1393-4ea2-a7c7-d0e06c1a56b2", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read access packages and related entitlement management resources that you have access to.", - "userConsentDisplayName": "Read all entitlement management resources", - "value": "EntitlementManagement.Read.All" - }, - { - "description": "Allows the app to request access to and management of access packages and related entitlement management resources on behalf of the signed-in user.", - "displayName": "Read and write entitlement management resources", - "id": "ae7a573d-81d7-432b-ad44-4ed5c9d89038", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", - "userConsentDisplayName": "Read and write entitlement management resources", - "value": "EntitlementManagement.ReadWrite.All" - }, - { - "description": "Allows the app to manage self-service entitlement management resources on behalf of the signed-in user. This includes operations such as requesting access and approving access of others.", - "displayName": "Read and write entitlement management resources related to self-service operations", - "id": "e9fdcbbb-8807-410f-b9ec-8d5468c7c2ac", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create and manage self-service entitlement management resources that you have access to. This includes operations such as requesting access and approving access for others.", - "userConsentDisplayName": "Read and write self-service entitlement management resources", - "value": "EntitlementMgmt-SubjectAccess.ReadWrite" - }, - { - "description": "Allows the app to read your organization's authentication event listeners on behalf of the signed-in user.", - "displayName": "Read your organization's authentication event listeners", - "id": "f7dd3bed-5eec-48da-bc73-1c0ef50bc9a1", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's authentication event listeners on your behalf.", - "userConsentDisplayName": "Read your organization's authentication event listeners", - "value": "EventListener.Read.All" - }, - { - "description": "Allows the app to read or write your organization's authentication event listeners on behalf of the signed-in user.", - "displayName": "Read and write your organization's authentication event listeners", - "id": "d11625a6-fe21-4fc6-8d3d-063eba5525ad", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read or write your organization's authentication event listeners on your behalf.", - "userConsentDisplayName": "Read and write your organization's authentication event listeners", - "value": "EventListener.ReadWrite.All" - }, - { - "description": "Allows the app to have the same access to mailboxes as the signed-in user via Exchange Web Services.", - "displayName": "Access mailboxes as the signed-in user via Exchange Web Services", - "id": "9769c687-087d-48ac-9cb3-c37dde652038", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app full access to your mailboxes on your behalf.", - "userConsentDisplayName": "Access your mailboxes", - "value": "EWS.AccessAsUser.All" - }, - { - "description": "Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator.", - "displayName": "Read all external connections", - "id": "a38267a5-26b6-4d76-9493-935b7599116b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.", - "userConsentDisplayName": "Read all external connections", - "value": "ExternalConnection.Read.All" - }, - { - "description": "Allows the app to read and write all external connections on behalf of a signed-in user. The signed-in user must be an administrator.", - "displayName": "Read and write all external connections", - "id": "bbbbd9b3-3566-4931-ac37-2b2180d9e334", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.", - "userConsentDisplayName": "Read and write all external connections", - "value": "ExternalConnection.ReadWrite.All" - }, - { - "description": "Allows the app to read and write settings of external connections on behalf of a signed-in user. The signed-in user must be an administrator. The app can only read and write settings of connections that it is authorized to.", - "displayName": "Read and write external connections", - "id": "4082ad95-c812-4f02-be92-780c4c4f1830", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", - "userConsentDisplayName": "Read and write external connections", - "value": "ExternalConnection.ReadWrite.OwnedBy" - }, - { - "description": "Allow the app to read external datasets and content, on behalf of the signed-in user.", - "displayName": "Read items in external datasets", - "id": "922f9392-b1b7-483c-a4be-0089be7704fb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read external datasets and content that you have access to.", - "userConsentDisplayName": "Read items in external datasets", - "value": "ExternalItem.Read.All" - }, - { - "description": "Allows the app to read and write all external items on behalf of a signed-in user. The signed-in user must be an administrator.", - "displayName": "Read and write all external items", - "id": "b02c54f8-eb48-4c50-a9f0-a149e5a2012f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.", - "userConsentDisplayName": "Read and write all external items", - "value": "ExternalItem.ReadWrite.All" - }, - { - "description": "Allows the app to read and write external items on behalf of a signed-in user. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.", - "displayName": "Read and write external items", - "id": "4367b9d7-cee7-4995-853c-a0bdfe95c1f9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.", - "userConsentDisplayName": "Read and write external items", - "value": "ExternalItem.ReadWrite.OwnedBy" - }, - { - "description": "Allows the app to read your family information, members and their basic profile.", - "displayName": "Read your family info", - "id": "3a1e4806-a744-4c70-80fc-223bf8582c46", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your family information, members and their basic profile.", - "userConsentDisplayName": "Read your family info", - "value": "Family.Read" - }, - { - "description": "Allows the app to read the signed-in user's files.", - "displayName": "Read user files", - "id": "10465720-29dd-4523-a11a-6a75c743c9d9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your files.", - "userConsentDisplayName": "Read your files", - "value": "Files.Read" - }, - { - "description": "Allows the app to read all files the signed-in user can access.", - "displayName": "Read all files that user can access", - "id": "df85f4d6-205c-4ac5-a5ea-6bf408dba283", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all files you can access.", - "userConsentDisplayName": "Read all files that you have access to", - "value": "Files.Read.All" - }, - { - "description": "(Preview) Allows the app to read files that the user selects. The app has access for several hours after the user selects a file.", - "displayName": "Read files that the user selects (preview)", - "id": "5447fe39-cb82-4c1a-b977-520e67e724eb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "(Preview) Allows the app to read files that you select. After you select a file, the app has access to the file for several hours.", - "userConsentDisplayName": "Read selected files", - "value": "Files.Read.Selected" - }, - { - "description": "Allows the app to read, create, update and delete the signed-in user's files.", - "displayName": "Have full access to user files", - "id": "5c28f0bf-8a70-41f1-8ab2-9032436ddb65", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, create, update, and delete your files.", - "userConsentDisplayName": "Have full access to your files", - "value": "Files.ReadWrite" - }, - { - "description": "Allows the app to read, create, update and delete all files the signed-in user can access.", - "displayName": "Have full access to all files user can access", - "id": "863451e7-0667-486c-a5d6-d135439485f0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, create, update and delete all files that you can access.", - "userConsentDisplayName": "Have full access to all files you have access to", - "value": "Files.ReadWrite.All" - }, - { - "description": "(Preview) Allows the app to read, create, update and delete files in the application's folder.", - "displayName": "Have full access to the application's folder (preview)", - "id": "8019c312-3263-48e6-825e-2b833497195b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "(Preview) Allows the app to read, create, update and delete files in the application's folder.", - "userConsentDisplayName": "Have full access to the application's folder", - "value": "Files.ReadWrite.AppFolder" - }, - { - "description": "(Preview) Allows the app to read and write files that the user selects. The app has access for several hours after the user selects a file.", - "displayName": "Read and write files that the user selects (preview)", - "id": "17dde5bd-8c17-420f-a486-969730c1b827", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "(Preview) Allows the app to read and write files that you select. After you select a file, the app has access to the file for several hours.", - "userConsentDisplayName": "Read and write selected files", - "value": "Files.ReadWrite.Selected" - }, - { - "description": "Allows the app to read and write financials data on behalf of the signed-in user.", - "displayName": "Read and write financials data", - "id": "f534bf13-55d4-45a9-8f3c-c92fe64d6131", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write financials data on your behalf.", - "userConsentDisplayName": "Read and write financials data", - "value": "Financials.ReadWrite.All" - }, - { - "description": "Allows the app to list groups, and to read their properties and all group memberships on behalf of the signed-in user. Also allows the app to read calendar, conversations, files, and other group content for all groups the signed-in user can access. ", - "displayName": "Read all groups", - "id": "5f8c59db-677d-491f-a6b8-5f174b11ec1d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "userConsentDisplayName": "Read all groups", - "value": "Group.Read.All" - }, - { - "description": "Allows the app to create groups and read all group properties and memberships on behalf of the signed-in user. Additionally allows group owners to manage their groups and allows group members to update group content.", - "displayName": "Read and write all groups", - "id": "4e46008b-f24c-477d-8fff-7bb4ec7aafe0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "userConsentDisplayName": "Read and write all groups", - "value": "Group.ReadWrite.All" - }, - { - "description": "Allows the app to list groups, read basic group properties and read membership of all groups the signed-in user has access to.", - "displayName": "Read group memberships", - "id": "bc024368-1153-4739-b217-4326f2e966d0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", - "userConsentDisplayName": "Read group memberships", - "value": "GroupMember.Read.All" - }, - { - "description": "Allows the app to list groups, read basic properties, read and update the membership of the groups the signed-in user has access to. Group properties and owners cannot be updated and groups cannot be deleted.", - "displayName": "Read and write group memberships", - "id": "f81125ac-d3b7-4573-a3b2-7099cc39df9e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", - "userConsentDisplayName": "Read and write group memberships", - "value": "GroupMember.ReadWrite.All" - }, - { - "description": "Allows the app to read your organization’s identity (authentication) providers’ properties on behalf of the user.", - "displayName": "Read identity providers", - "id": "43781733-b5a7-4d1b-98f4-e8edff23e1a9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization’s identity (authentication) providers’ properties on your behalf.", - "userConsentDisplayName": "Read identity providers", - "value": "IdentityProvider.Read.All" - }, - { - "description": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on behalf of the user.", - "displayName": "Read and write identity providers", - "id": "f13ce604-1677-429f-90bd-8a10b9f01325", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", - "userConsentDisplayName": "Read and write identity providers", - "value": "IdentityProvider.ReadWrite.All" - }, - { - "description": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", - "displayName": "Read identity risk event information", - "id": "8f6a01e7-0391-4ee5-aa22-a3af122cef27", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", - "userConsentDisplayName": "Read identity risk event information", - "value": "IdentityRiskEvent.Read.All" - }, - { - "description": "Allows the app to read and update identity risk event information for all users in your organization on behalf of the signed-in user. Update operations include confirming risk event detections. ", - "displayName": "Read and write risk event information", - "id": "9e4862a5-b68f-479e-848a-4e07e25c9916", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and update identity risk event information for all users in your organization on your behalf. Update operations include confirming risk event detections. ", - "userConsentDisplayName": "Read and write risk event information", - "value": "IdentityRiskEvent.ReadWrite.All" - }, - { - "description": "Allows the app to read all identity risky service principal information for your organization, on behalf of the signed-in user.", - "displayName": "Read all identity risky service principal information", - "id": "ea5c4ab0-5a73-4f35-8272-5d5337884e5d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all identity risky service principal information for your organization, on your behalf.", - "userConsentDisplayName": "Read all identity risky service principal information", - "value": "IdentityRiskyServicePrincipal.Read.All" - }, - { - "description": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on behalf of the signed-in user. Update operations include dismissing risky service principals.", - "displayName": "Read and write all identity risky service principal information", - "id": "bb6f654c-d7fd-4ae3-85c3-fc380934f515", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", - "userConsentDisplayName": "Read and write all identity risky service principal information", - "value": "IdentityRiskyServicePrincipal.ReadWrite.All" - }, - { - "description": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", - "displayName": "Read identity risky user information", - "id": "d04bb851-cb7c-4146-97c7-ca3e71baf56c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", - "userConsentDisplayName": "Read identity risky user information", - "value": "IdentityRiskyUser.Read.All" - }, - { - "description": "Allows the app to read and update identity risky user information for all users in your organization on behalf of the signed-in user. Update operations include dismissing risky users.", - "displayName": "Read and write risky user information", - "id": "e0a7cdbb-08b0-4697-8264-0069786e9674", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", - "userConsentDisplayName": "Read and write identity risky user information", - "value": "IdentityRiskyUser.ReadWrite.All" - }, - { - "description": "Allows the app to read your organization's user flows, on behalf of the signed-in user.", - "displayName": "Read all identity user flows", - "id": "2903d63d-4611-4d43-99ce-a33f3f52e343", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's user flows, on your behalf.", - "userConsentDisplayName": "Read all identity user flows", - "value": "IdentityUserFlow.Read.All" - }, - { - "description": "Allows the app to read or write your organization's user flows, on behalf of the signed-in user.", - "displayName": "Read and write all identity user flows", - "id": "281892cc-4dbf-4e3a-b6cc-b21029bb4e82", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read or write your organization's user flows, on your behalf.", - "userConsentDisplayName": "Read and write all identity user flows", - "value": "IdentityUserFlow.ReadWrite.All" - }, - { - "description": "Allows the app to have the same access to mailboxes as the signed-in user via IMAP protocol.", - "displayName": "Read and write access to mailboxes via IMAP.", - "id": "652390e4-393a-48de-9484-05f9b1212954", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail.", - "userConsentDisplayName": "Read and write access to your mail.", - "value": "IMAP.AccessAsUser.All" - }, - { - "description": "Allows the app to read data connectors on behalf of the signed-in user.", - "displayName": "View data connector definitions", - "id": "d19c0de5-7ecb-4aba-b090-da35ebcd5425", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read data connectors on your behalf.", - "userConsentDisplayName": "View data connector definitions", - "value": "IndustryData-DataConnector.Read.All" - }, - { - "description": "Allows the app to read and write data connectors on behalf of the signed-in user.", - "displayName": "Manage data connector definitions", - "id": "5ce933ac-3997-4280-aed0-cc072e5c062a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write data connectors on your behalf.", - "userConsentDisplayName": "Manage data connector definitions", - "value": "IndustryData-DataConnector.ReadWrite.All" - }, - { - "description": "Allows the app to upload data files to a data connector on behalf of the signed-in user.", - "displayName": "Upload files to a data connector", - "id": "fc47391d-ab2c-410f-9059-5600f7af660d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to upload data files to a data connector on your behalf.", - "userConsentDisplayName": "Upload files to a data connector", - "value": "IndustryData-DataConnector.Upload" - }, - { - "description": "Allows the app to read inbound data flows on behalf of the signed-in user.", - "displayName": "View inbound flow definitions", - "id": "cb0774da-a605-42af-959c-32f438fb38f4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read inbound data flows on your behalf.", - "userConsentDisplayName": "View inbound flow definitions", - "value": "IndustryData-InboundFlow.Read.All" - }, - { - "description": "Allows the app to read and write inbound data flows on behalf of the signed-in user.", - "displayName": "Manage inbound flow definitions", - "id": "97044676-2cec-40ee-bd70-38df444c9e70", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write inbound data flows on your behalf.", - "userConsentDisplayName": "Manage inbound flow definitions", - "value": "IndustryData-InboundFlow.ReadWrite.All" - }, - { - "description": "Allows the app to read reference definitions on behalf of the signed-in user.", - "displayName": "View reference definitions", - "id": "a3f96ffe-cb84-40a8-ac85-582d7ef97c2a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read reference definitions on your behalf.", - "userConsentDisplayName": "View reference definitions", - "value": "IndustryData-ReferenceDefinition.Read.All" - }, - { - "description": "Allows the app to read current and previous IndustryData runs on behalf of the signed-in user.", - "displayName": "View current and previous runs", - "id": "92685235-50c4-4702-b2c8-36043db6fa79", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read current and previous IndustryData runs on your behalf.", - "userConsentDisplayName": "View current and previous runs", - "value": "IndustryData-Run.Read.All" - }, - { - "description": "Allows the app to read source system definitions on behalf of the signed-in user.", - "displayName": "View source system definitions", - "id": "49b7016c-89ae-41e7-bd6f-b7170c5490bf", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read source system definitions on your behalf.", - "userConsentDisplayName": "View source system definitions", - "value": "IndustryData-SourceSystem.Read.All" - }, - { - "description": "Allows the app to read and write source system definitions on behalf of the signed-in user.", - "displayName": "Manage source system definitions", - "id": "9599f005-05d6-4ea7-b1b1-4929768af5d0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write source system definitions on your behalf.", - "userConsentDisplayName": "Manage source system definitions", - "value": "IndustryData-SourceSystem.ReadWrite.All" - }, - { - "description": "Allows the app to read time period definitions on behalf of the signed-in user.", - "displayName": "Read time period definitions", - "id": "c9d51f28-8ccd-42b2-a836-fd8fe9ebf2ae", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read time period definitions on your behalf.", - "userConsentDisplayName": "Read time period definitions", - "value": "IndustryData-TimePeriod.Read.All" - }, - { - "description": "Allows the app to read and write time period definitions on behalf of the signed-in user.", - "displayName": "Manage time period definitions", - "id": "b6d56528-3032-4f9d-830f-5a24a25e6661", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write time period definitions on your behalf.", - "userConsentDisplayName": "Manage time period definitions", - "value": "IndustryData-TimePeriod.ReadWrite.All" - }, - { - "description": "Allows the app to read basic Industry Data service and resource information on behalf of the signed-in user.", - "displayName": "Read basic Industry Data service and resource definitions", - "id": "60382b96-1f5e-46ea-a544-0407e489e588", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", - "userConsentDisplayName": "Read basic Industry Data service and resource definitions", - "value": "IndustryData.ReadBasic.All" - }, - { - "description": "Allows the app to read the configurations applicable to the signed-in user for protecting organizational data, on behalf of the signed-in user.", - "displayName": "Read configurations for protecting organizational data applicable to the user", - "id": "12f4bffb-b598-413c-984b-db99728f8b54", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the configurations applicable to you for protecting organizational data, on your behalf.", - "userConsentDisplayName": "Read configurations for protecting organizational data applicable to you", - "value": "InformationProtectionConfig.Read" - }, - { - "description": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", - "displayName": "Read user sensitivity labels and label policies.", - "id": "4ad84827-5578-4e18-ad7a-86530b12f884", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", - "userConsentDisplayName": "Read user sensitivity labels and label policies.", - "value": "InformationProtectionPolicy.Read" - }, - { - "description": "Allows the app to read insights related to guest activity, on behalf of the signed-in user.", - "displayName": "Read insights related to guest activity", - "id": "bdd9425e-296d-4e4b-9c15-0a288b4b12e1", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read insights related to guest activity, on your behalf.", - "userConsentDisplayName": "Read insights related to guest activity", - "value": "Insights-GuestActivity.Read.All" - }, - { - "description": "Allows the app to read and write insights related to guest activity, on behalf of the signed-in user.", - "displayName": "Read and write insights related to guest activity", - "id": "7e23346e-6931-45b2-b04e-6332b3905b8a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write insights related to guest activity, on your behalf.", - "userConsentDisplayName": "Read and write insights related to guest activity", - "value": "Insights-GuestActivity.ReadWrite.All" - }, - { - "description": "Allows the app to read data for the learner's assignments in the organization's directory, on behalf of the signed-in user.", - "displayName": "Read user's assignments", - "id": "ac08cdae-e845-41db-adf9-5899a0ec9ef6", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read data for your assignments in the organization's directory, on your behalf.", - "userConsentDisplayName": "Read your assignments", - "value": "LearningAssignedCourse.Read" - }, - { - "description": "Allows the app to read learning content in the organization's directory, on behalf of the signed-in user.", - "displayName": "Read learning content", - "id": "ea4c1fd9-6a9f-4432-8e5d-86e06cc0da77", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read learning content in the organization's directory, on your behalf.", - "userConsentDisplayName": "Read learning content", - "value": "LearningContent.Read.All" - }, - { - "description": "Allows the app to manage learning content in the organization's directory, on behalf of the signed-in user.", - "displayName": "Manage learning content", - "id": "53cec1c4-a65f-4981-9dc1-ad75dbf1c077", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage learning content in the organization's directory, on your behalf.", - "userConsentDisplayName": "Manage learning content", - "value": "LearningContent.ReadWrite.All" - }, - { - "description": "Allows the app to read data for the learning provider in the organization's directory, on behalf of the signed-in user.", - "displayName": "Read learning provider", - "id": "dd8ce36f-9245-45ea-a99e-8ac398c22861", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read data for the learning provider in the organization's directory, on your behalf.", - "userConsentDisplayName": "Read learning provider", - "value": "LearningProvider.Read" - }, - { - "description": "Allows the app to create, update, read, and delete data for the learning provider in the organization's directory, on behalf of the signed-in user.", - "displayName": "Manage learning provider", - "id": "40c2eb57-abaf-49f5-9331-e90fd01f7130", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create, update, read, and delete data for the learning provider in the organization's directory, on your behalf.", - "userConsentDisplayName": "Manage learning provider", - "value": "LearningProvider.ReadWrite" - }, - { - "description": "Allows the app to read data for the learner's self-initiated courses in the organization's directory, on behalf of the signed-in user.", - "displayName": "Read user's self-initiated courses", - "id": "f6403ef7-4a96-47be-a190-69ba274c3f11", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read data for your self-initiated courses in the organization's directory, on your behalf.", - "userConsentDisplayName": "Read your self-initiated courses", - "value": "LearningSelfInitiatedCourse.Read" - }, - { - "description": "Allows an app to manage license assignments for users and groups, on behalf of the signed-in user.", - "displayName": "Manage all license assignments", - "id": "f55016cc-149c-447e-8f21-7cf3ec1d6350", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage all license assignments, on your behalf.", - "userConsentDisplayName": "Manage all license assignments", - "value": "LicenseAssignment.ReadWrite.All" - }, - { - "description": "Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on behalf of the signed-in user.", - "displayName": "Read all lifecycle workflows resources", - "id": "9bcb9916-765a-42af-bf77-02282e26b01a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.", - "userConsentDisplayName": "Read all lifecycle workflows resources", - "value": "LifecycleWorkflows.Read.All" - }, - { - "description": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on behalf of the signed-in user.", - "displayName": "Read and write all lifecycle workflows resources", - "id": "84b9d731-7db8-4454-8c90-fd9e95350179", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", - "userConsentDisplayName": "Read and write all lifecycle workflows resources", - "value": "LifecycleWorkflows.ReadWrite.All" - }, - { - "description": "Allows the app to read the signed-in user's mailbox.", - "displayName": "Read user mail ", - "id": "570282fd-fa5c-430d-a7fd-fc8dc98a9dca", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read email in your mailbox. ", - "userConsentDisplayName": "Read your mail ", - "value": "Mail.Read" - }, - { - "description": "Allows the app to read mail a user can access, including their own and shared mail.", - "displayName": "Read user and shared mail", - "id": "7b9103a5-4610-446b-9670-80643382c1fa", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read mail you can access, including shared mail.", - "userConsentDisplayName": "Read mail you can access", - "value": "Mail.Read.Shared" - }, - { - "description": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", - "displayName": "Read user basic mail", - "id": "a4b8392a-d8d1-4954-a029-8e668a39a170", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", - "userConsentDisplayName": "Read user basic mail", - "value": "Mail.ReadBasic" - }, - { - "description": "Allows the app to read mail the signed-in user can access, including their own and shared mail, except for body, bodyPreview, uniqueBody, attachments, extensions, and any extended properties.", - "displayName": "Read user and shared basic mail", - "id": "b11fa0e7-fdb7-4dc9-b1f1-59facd463480", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read mail you can access, including shared mail except body, previewBody, uniqueBody, attachments, extensions, and any extended properties. ", - "userConsentDisplayName": "Read basic mail you can access", - "value": "Mail.ReadBasic.Shared" - }, - { - "description": "Allows the app to create, read, update, and delete email in user mailboxes. Does not include permission to send mail. ", - "displayName": "Read and write access to user mail ", - "id": "024d486e-b451-40bb-833d-3e66d98c5c73", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", - "userConsentDisplayName": "Read and write access to your mail ", - "value": "Mail.ReadWrite" - }, - { - "description": "Allows the app to create, read, update, and delete mail a user has permission to access, including their own and shared mail. Does not include permission to send mail.", - "displayName": "Read and write user and shared mail", - "id": "5df07973-7d5d-46ed-9847-1271055cbd51", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on your behalf.", - "userConsentDisplayName": "Read and write mail you can access", - "value": "Mail.ReadWrite.Shared" - }, - { - "description": "Allows the app to send mail as users in the organization. ", - "displayName": "Send mail as a user ", - "id": "e383f46e-2787-4529-855e-0e479a3ffac0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to send mail as you. ", - "userConsentDisplayName": "Send mail as you ", - "value": "Mail.Send" - }, - { - "description": "Allows the app to send mail as the signed-in user, including sending on-behalf of others.", - "displayName": "Send mail on behalf of others", - "id": "a367ab51-6b49-43bf-a716-a1fb06d2a174", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to send mail as you or on-behalf of someone else.", - "userConsentDisplayName": "Send mail on behalf of others or yourself", - "value": "Mail.Send.Shared" - }, - { - "description": "Allows the app to the read user's mailbox settings. Does not include permission to send mail.", - "displayName": "Read user mailbox settings", - "id": "87f447af-9fa4-4c32-9dfa-4a57a73d18ce", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your mailbox settings.", - "userConsentDisplayName": "Read your mailbox settings", - "value": "MailboxSettings.Read" - }, - { - "description": "Allows the app to create, read, update, and delete user's mailbox settings. Does not include permission to send mail.", - "displayName": "Read and write user mailbox settings", - "id": "818c620a-27a9-40bd-a6a5-d96f7d610b4b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create, and delete your mailbox settings.", - "userConsentDisplayName": "Read and write to your mailbox settings", - "value": "MailboxSettings.ReadWrite" - }, - { - "description": "Allows the app to read all managed tenant information on behalf of the signed-in user.", - "displayName": "Read all managed tenant information", - "id": "dc34164e-6c4a-41a0-be89-3ae2fbad7cd3", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all managed tenant information on your behalf.", - "userConsentDisplayName": "Read all managed tenant information", - "value": "ManagedTenants.Read.All" - }, - { - "description": "Allows the app to read and write all managed tenant information on behalf of the signed-in user.", - "displayName": "Read and write all managed tenant information", - "id": "b31fa710-c9b3-4d9e-8f5e-8036eecddab9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write all managed tenant information on your behalf.", - "userConsentDisplayName": "Read and write all managed tenant information", - "value": "ManagedTenants.ReadWrite.All" - }, - { - "description": "Allows the app to read the memberships of hidden groups and administrative units on behalf of the signed-in user, for those hidden groups and administrative units that the signed-in user has access to.", - "displayName": "Read hidden memberships", - "id": "f6a3db3e-f7e8-4ed2-a414-557c8c9830be", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the memberships of hidden groups or administrative units on your behalf, for those hidden groups or adminstrative units that you have access to.", - "userConsentDisplayName": "Read your hidden memberships", - "value": "Member.Read.Hidden" - }, - { - "description": "Allows the app to read multi-tenant organization details and tenants on behalf of the signed-in user.", - "displayName": "Read multi-tenant organization details and tenants", - "id": "526aa72a-5878-49fe-bf4e-357973af9b06", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read multi-tenant organization details and tenants on your behalf.", - "userConsentDisplayName": "Read multi-tenant organization details and tenants", - "value": "MultiTenantOrganization.Read.All" - }, - { - "description": "Allows the app to read multi-tenant organization basic details and active tenants on behalf of the signed-in user.", - "displayName": "Read multi-tenant organization basic details and active tenants", - "id": "225db56b-15b2-4daa-acb3-0eec2bbe4849", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read multi-tenant organization basic details and active tenants on your behalf.", - "userConsentDisplayName": "Read multi-tenant organization basic details and active tenants", - "value": "MultiTenantOrganization.ReadBasic.All" - }, - { - "description": "Allows the app to read and write multi-tenant organization details and tenants on behalf of the signed-in user.", - "displayName": "Read and write multi-tenant organization details and tenants", - "id": "77af1528-84f3-4023-8d90-d219cd433108", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write multi-tenant organization details and tenants on your behalf.", - "userConsentDisplayName": "Read and write multi-tenant organization details and tenants", - "value": "MultiTenantOrganization.ReadWrite.All" - }, - { - "description": "Allows the app to read your organization's branches for network access on behalf of the signed-in user.", - "displayName": "Read properties of branches for network access", - "id": "4051c7fc-b429-4804-8d80-8f1f8c24a6f7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's branches for network access on your behalf.", - "userConsentDisplayName": "Read properties of branches for network access", - "value": "NetworkAccessBranch.Read.All" - }, - { - "description": "Allows the app to read and write your organization's branches for network access on behalf of the signed-in user.", - "displayName": "Read and write properties of branches for network access", - "id": "b8a36cc2-b810-461a-baa4-a7281e50bd5c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's branches for network access on your behalf.", - "userConsentDisplayName": "Read and write properties of branches for network access", - "value": "NetworkAccessBranch.ReadWrite.All" - }, - { - "description": "Allows the app to read your organization's security and routing network access policies on behalf of the signed-in user.", - "displayName": "Read security and routing policies for network access", - "id": "ba22922b-752c-446f-89d7-a2d92398fceb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's security and routing network access policies on your behalf.", - "userConsentDisplayName": "Read security and routing policies for network access", - "value": "NetworkAccessPolicy.Read.All" - }, - { - "description": "Allows the app to read and write your organization's security and routing network access policies on behalf of the signed-in user.", - "displayName": "Read and write security and routing policies for network access", - "id": "b1fbad0f-ef6e-42ed-8676-bca7fa3e7291", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's security and routing network access policies on your behalf.", - "userConsentDisplayName": "Read and write security and routing policies for network access", - "value": "NetworkAccessPolicy.ReadWrite.All" - }, - { - "description": "Allows the app to read the titles of OneNote notebooks and sections and to create new pages, notebooks, and sections on behalf of the signed-in user.", - "displayName": "Create user OneNote notebooks", - "id": "9d822255-d64d-4b7a-afdb-833b9a97ed02", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "userConsentDisplayName": "Create your OneNote notebooks", - "value": "Notes.Create" - }, - { - "description": "Allows the app to read OneNote notebooks on behalf of the signed-in user.", - "displayName": "Read user OneNote notebooks", - "id": "371361e4-b9e2-4a3f-8315-2a301a3b0a3d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read OneNote notebooks on your behalf.", - "userConsentDisplayName": "Read your OneNote notebooks", - "value": "Notes.Read" - }, - { - "description": "Allows the app to read OneNote notebooks that the signed-in user has access to in the organization.", - "displayName": "Read all OneNote notebooks that user can access", - "id": "dfabfca6-ee36-4db2-8208-7a28381419b3", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "userConsentDisplayName": "Read all OneNote notebooks that you can access", - "value": "Notes.Read.All" - }, - { - "description": "Allows the app to read, share, and modify OneNote notebooks on behalf of the signed-in user.", - "displayName": "Read and write user OneNote notebooks", - "id": "615e26af-c38a-4150-ae3e-c3b0d4cb1d6a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "userConsentDisplayName": "Read and write your OneNote notebooks", - "value": "Notes.ReadWrite" - }, - { - "description": "Allows the app to read, share, and modify OneNote notebooks that the signed-in user has access to in the organization.", - "displayName": "Read and write all OneNote notebooks that user can access", - "id": "64ac0503-b4fa-45d9-b544-71a463f05da0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "userConsentDisplayName": "Read and write all OneNote notebooks that you can access", - "value": "Notes.ReadWrite.All" - }, - { - "description": "This is deprecated! Do not use! This permission no longer has any effect. You can safely consent to it. No additional privileges will be granted to the app.", - "displayName": "Limited notebook access (deprecated)", - "id": "ed68249d-017c-4df5-9113-e684c7f8760b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "This permission no longer has any effect. You can safely consent to it. No additional privileges will be granted to the app.", - "userConsentDisplayName": "Limited access to your OneNote notebooks for this app (preview)", - "value": "Notes.ReadWrite.CreatedByApp" - }, - { - "description": "Allows the app to deliver its notifications on behalf of signed-in users. Also allows the app to read, update, and delete the user's notification items for this app.", - "displayName": "Deliver and manage user notifications for this app", - "id": "89497502-6e42-46a2-8cb2-427fd3df970a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to deliver its notifications, on your behalf. Also allows the app to read, update, and delete your notification items for this app.", - "userConsentDisplayName": "Deliver and manage your notifications for this app", - "value": "Notifications.ReadWrite.CreatedByApp" - }, - { - "description": "Allows the app to see and update the data you gave it access to, even when users are not currently using the app. This does not give the app any additional permissions.", - "displayName": "Maintain access to data you have given it access to", - "id": "7427e0e9-2fba-42fe-b0c0-848c9e6a8182", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to see and update the data you gave it access to, even when you are not currently using the app. This does not give the app any additional permissions.", - "userConsentDisplayName": "Maintain access to data you have given it access to", - "value": "offline_access" - }, - { - "description": "Allows the app to read online meeting artifacts on behalf of the signed-in user.", - "displayName": "Read user's online meeting artifacts", - "id": "110e5abb-a10c-4b59-8b55-9b4daa4ef743", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read online meeting artifacts on your behalf.", - "userConsentDisplayName": "Read user's online meeting artifacts", - "value": "OnlineMeetingArtifact.Read.All" - }, - { - "description": "Allows the app to read all recordings of online meetings, on behalf of the signed-in user.", - "displayName": "Read all recordings of online meetings.", - "id": "190c2bb6-1fdd-4fec-9aa2-7d571b5e1fe3", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all recordings of online meetings, on your behalf. ", - "userConsentDisplayName": "Read all recordings of online meetings. ", - "value": "OnlineMeetingRecording.Read.All" - }, - { - "description": "Allows the app to read online meeting details on behalf of the signed-in user.", - "displayName": "Read user's online meetings", - "id": "9be106e1-f4e3-4df5-bdff-e4bc531cbe43", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read online meeting details on your behalf.", - "userConsentDisplayName": "Read your online meetings", - "value": "OnlineMeetings.Read" - }, - { - "description": "Allows the app to read and create online meetings on behalf of the signed-in user.", - "displayName": "Read and create user's online meetings", - "id": "a65f2972-a4f8-4f5e-afd7-69ccb046d5dc", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and create online meetings on your behalf.", - "userConsentDisplayName": "Read and create your online meetings", - "value": "OnlineMeetings.ReadWrite" - }, - { - "description": "Allows the app to read all transcripts of online meetings, on behalf of the signed-in user.", - "displayName": "Read all transcripts of online meetings. ", - "id": "30b87d18-ebb1-45db-97f8-82ccb1f0190c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", - "userConsentDisplayName": "Read all transcripts of online meetings.", - "value": "OnlineMeetingTranscript.Read.All" - }, - { - "description": "Allows the app to read all on-premises directory synchronization information for the organization, on behalf of the signed-in user.", - "displayName": "Read all on-premises directory synchronization information", - "id": "f6609722-4100-44eb-b747-e6ca0536989d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.", - "userConsentDisplayName": "Read all on-premises directory synchronization information", - "value": "OnPremDirectorySynchronization.Read.All" - }, - { - "description": "Allows the app to read and write all on-premises directory synchronization information for the organization, on behalf of the signed-in user.", - "displayName": "Read and write all on-premises directory synchronization information", - "id": "c2d95988-7604-4ba1-aaed-38a5f82a51c7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.", - "userConsentDisplayName": "Read and write all on-premises directory synchronization information", - "value": "OnPremDirectorySynchronization.ReadWrite.All" - }, - { - "description": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on behalf of the signed-in user.", - "displayName": "Manage on-premises published resources", - "id": "8c4d5184-71c2-4bf8-bb9d-bc3378c9ad42", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", - "userConsentDisplayName": "Manage on-premises published resources", - "value": "OnPremisesPublishingProfiles.ReadWrite.All" - }, - { - "description": "Allows users to sign in to the app with their work or school accounts and allows the app to see basic user profile information.", - "displayName": "Sign users in", - "id": "37f7f235-527c-4136-accd-4a02d197296e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows you to sign in to the app with your work or school account and allows the app to read your basic profile information.", - "userConsentDisplayName": "Sign in as you", - "value": "openid" - }, - { - "description": "Allows the app to read the organization and related resources, on behalf of the signed-in user. Related resources include things like subscribed skus and tenant branding information.", - "displayName": "Read organization information", - "id": "4908d5b9-3fb2-4b1e-9336-1888b7937185", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", - "userConsentDisplayName": "Read organization information", - "value": "Organization.Read.All" - }, - { - "description": "Allows the app to read and write the organization and related resources, on behalf of the signed-in user. Related resources include things like subscribed skus and tenant branding information.", - "displayName": "Read and write organization information", - "id": "46ca0847-7e6b-426e-9775-ea810a948356", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", - "userConsentDisplayName": "Read and write organization information", - "value": "Organization.ReadWrite.All" - }, - { - "description": "Allows the app to read all organizational contacts on behalf of the signed-in user.  These contacts are managed by the organization and are different from a user's personal contacts.", - "displayName": "Read organizational contacts", - "id": "08432d1b-5911-483c-86df-7980af5cdee0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", - "userConsentDisplayName": "Read organizational contacts", - "value": "OrgContact.Read.All" - }, - { - "description": "Allows the app to read organization-wide apps and services settings on behalf of the signed-in user.", - "displayName": "Read organization-wide apps and services settings", - "id": "1e9b7a7e-4d64-44ff-acf5-2e9651c1519f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read organization-wide apps and services settings on your behalf.", - "userConsentDisplayName": "Read organization-wide apps and services settings", - "value": "OrgSettings-AppsAndServices.Read.All" - }, - { - "description": "Allows the app to read and write organization-wide apps and services settings on behalf of the signed-in user.", - "displayName": "Read and write organization-wide apps and services settings", - "id": "c167b0e7-47c0-48e8-9eee-9892f58018fa", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write organization-wide apps and services settings on your behalf.", - "userConsentDisplayName": "Read and write organization-wide apps and services settings", - "value": "OrgSettings-AppsAndServices.ReadWrite.All" - }, - { - "description": "Allows the app to read organization-wide Dynamics customer voice settings on behalf of the signed-in user.", - "displayName": "Read organization-wide Dynamics customer voice settings", - "id": "9862d930-5aec-4a98-8d4f-7277a8db9bcb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read organization-wide Dynamics customer voice settings on your behalf.", - "userConsentDisplayName": "Read organization-wide dynamics customer voice settings", - "value": "OrgSettings-DynamicsVoice.Read.All" - }, - { - "description": "Allows the app to read and write organization-wide Dynamics customer voice settings on behalf of the signed-in user.", - "displayName": "Read and write organization-wide Dynamics customer voice settings", - "id": "4cea26fb-6967-4234-82c4-c044414743f8", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write organization-wide Dynamics customer voice settings on your behalf.", - "userConsentDisplayName": "Read and write organization-wide Dynamics customer voice settings", - "value": "OrgSettings-DynamicsVoice.ReadWrite.All" - }, - { - "description": "Allows the app to read organization-wide Microsoft Forms settings on behalf of the signed-in user.", - "displayName": "Read organization-wide Microsoft Forms settings", - "id": "210051a0-1ffc-435c-ae76-02d226d05752", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read organization-wide Microsoft Forms settings on your behalf.", - "userConsentDisplayName": "Read organization-wide Microsoft Forms settings", - "value": "OrgSettings-Forms.Read.All" - }, - { - "description": "Allows the app to read and write organization-wide Microsoft Forms settings on behalf of the signed-in user.", - "displayName": "Read and write organization-wide Microsoft Forms settings", - "id": "346c19ff-3fb2-4e81-87a0-bac9e33990c1", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write organization-wide Microsoft Forms settings on your behalf.", - "userConsentDisplayName": "Read and write organization-wide Microsoft Forms settings", - "value": "OrgSettings-Forms.ReadWrite.All" - }, - { - "description": "Allows the app to read organization-wide Microsoft 365 apps installation settings on behalf of the signed-in user.", - "displayName": "Read organization-wide Microsoft 365 apps installation settings", - "id": "8cbdb9f6-9c2e-451a-814d-ec606e5d0212", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read organization-wide Microsoft 365 apps installation settings on your behalf.", - "userConsentDisplayName": "Read organization-wide Microsoft 365 apps installation settings", - "value": "OrgSettings-Microsoft365Install.Read.All" - }, - { - "description": "Allows the app to read and write organization-wide Microsoft 365 apps installation settings on behalf of the signed-in user.", - "displayName": "Read and write organization-wide Microsoft 365 apps installation settings", - "id": "1ff35e91-19eb-42d8-aa2d-cc9891127ae5", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write organization-wide Microsoft 365 apps installation settings on your behalf.", - "userConsentDisplayName": "Read and write organization-wide Microsoft 365 apps installation settings", - "value": "OrgSettings-Microsoft365Install.ReadWrite.All" - }, - { - "description": "Allows the app to read organization-wide Microsoft To Do settings on behalf of the signed-in user.", - "displayName": "Read organization-wide Microsoft To Do settings", - "id": "7ff96f41-f022-45ba-acd8-ef3f03063d6b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read organization-wide Microsoft To Do settings on your behalf.", - "userConsentDisplayName": "Read organization-wide Microsoft To Do settings", - "value": "OrgSettings-Todo.Read.All" - }, - { - "description": "Allows the app to read and write organization-wide Microsoft To Do settings on behalf of the signed-in user.", - "displayName": "Read and write organization-wide Microsoft To Do settings", - "id": "087502c2-5263-433e-abe3-8f77231a0627", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write organization-wide Microsoft To Do settings on your behalf.", - "userConsentDisplayName": "Read and write organization-wide Microsoft To Do settings", - "value": "OrgSettings-Todo.ReadWrite.All" - }, - { - "description": "Allows the app to read a ranked list of relevant people of the signed-in user. The list includes local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).", - "displayName": "Read users' relevant people lists", - "id": "ba47897c-39ec-4d83-8086-ee8256fa737d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.", - "userConsentDisplayName": "Read your relevant people list", - "value": "People.Read" - }, - { - "description": "Allows the app to read a scored list of relevant people of the signed-in user or other users in the signed-in user's organization. The list can include local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).", - "displayName": "Read all users' relevant people lists", - "id": "b89f9189-71a5-4e70-b041-9887f0bc7e4a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization’s directory, and people from recent communications.", - "userConsentDisplayName": "Read all users’ relevant people lists", - "value": "People.Read.All" - }, - { - "description": "Allows the application to read tenant-wide people settings on behalf of the signed-in user.", - "displayName": "Read tenant-wide people settings", - "id": "ec762c5f-388b-4b16-8693-ac1efbc611bc", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read tenant-wide people settings on your behalf.", - "userConsentDisplayName": "Read tenant-wide people settings", - "value": "PeopleSettings.Read.All" - }, - { - "description": "Allows the application to read and write tenant-wide people settings on behalf of the signed-in user.", - "displayName": "Read and write tenant-wide people settings", - "id": "e67e6727-c080-415e-b521-e3f35d5248e9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and write tenant-wide people settings on your behalf.", - "userConsentDisplayName": "Read and write tenant-wide people settings", - "value": "PeopleSettings.ReadWrite.All" - }, - { - "description": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.", - "displayName": "Read all company places", - "id": "cb8f45a0-5c2e-4ea1-b803-84b870a7d7ec", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", - "userConsentDisplayName": "Read all company places", - "value": "Place.Read.All" - }, - { - "description": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.", - "displayName": "Read and write organization places", - "id": "4c06a06a-098a-4063-868e-5dfee3827264", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.", - "userConsentDisplayName": "Read and write organization places", - "value": "Place.ReadWrite.All" - }, - { - "description": "Allows the app to read your organization's policies on behalf of the signed-in user.", - "displayName": "Read your organization's policies", - "id": "572fea84-0151-49b2-9301-11cb16974376", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's policies on your behalf.", - "userConsentDisplayName": "Read your organization's policies", - "value": "Policy.Read.All" - }, - { - "description": "Allows the app to read your organization's conditional access policies on behalf of the signed-in user.", - "displayName": "Read your organization's conditional access policies", - "id": "633e0fce-8c58-4cfb-9495-12bbd5a24f7c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's conditional access policies on your behalf.", - "userConsentDisplayName": "Read your organization's conditional access policies", - "value": "Policy.Read.ConditionalAccess" - }, - { - "description": "Allows the app to read your organization’s identity protection policy on behalf of the signed-in user. ", - "displayName": "Read your organization’s identity protection policy", - "id": "d146432f-b803-4ed4-8d42-ba74193a6ede", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization’s identity protection policy on your behalf.", - "userConsentDisplayName": "Read your organization’s identity protection policy", - "value": "Policy.Read.IdentityProtection" - }, - { - "description": "Allows the app to read policies related to consent and permission grants for applications, on behalf of the signed-in user.", - "displayName": "Read consent and permission grant policies", - "id": "414de6ea-2d92-462f-b120-6e2a809a6d01", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read policies related to consent and permission grants for applications, on your behalf.", - "userConsentDisplayName": "Read consent and permission grant policies", - "value": "Policy.Read.PermissionGrant" - }, - { - "description": "Allows the app to read and write your organization's directory access review default policy on behalf of the signed-in user.", - "displayName": "Read and write your organization's directory access review default policy", - "id": "4f5bc9c8-ea54-4772-973a-9ca119cb0409", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", - "userConsentDisplayName": "Read and write your organization's directory access review default policy", - "value": "Policy.ReadWrite.AccessReview" - }, - { - "description": "Allows the app to read and write your organization's application configuration policies on behalf of the signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "displayName": "Read and write your organization's application configuration policies", - "id": "b27add92-efb2-4f16-84f5-8108ba77985c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "userConsentDisplayName": "Read and write your organization's application configuration policies", - "value": "Policy.ReadWrite.ApplicationConfiguration" - }, - { - "description": "Allows the app to read and write the authentication flow policies, on behalf of the signed-in user. ", - "displayName": "Read and write authentication flow policies", - "id": "edb72de9-4252-4d03-a925-451deef99db7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", - "userConsentDisplayName": "Read and write your authentication flow policies", - "value": "Policy.ReadWrite.AuthenticationFlows" - }, - { - "description": "Allows the app to read and write the authentication method policies, on behalf of the signed-in user. ", - "displayName": "Read and write authentication method policies", - "id": "7e823077-d88e-468f-a337-e18f1f0e6c7c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", - "userConsentDisplayName": "Read and write your authentication method policies ", - "value": "Policy.ReadWrite.AuthenticationMethod" - }, - { - "description": "Allows the app to read and write your organization's authorization policy on behalf of the signed-in user. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.", - "displayName": "Read and write your organization's authorization policy", - "id": "edd3c878-b384-41fd-95ad-e7407dd775be", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.", - "userConsentDisplayName": "Read and write your organization's authorization policy", - "value": "Policy.ReadWrite.Authorization" - }, - { - "description": "Allows the app to read and write your organization's conditional access policies on behalf of the signed-in user.", - "displayName": "Read and write your organization's conditional access policies", - "id": "ad902697-1014-4ef5-81ef-2b4301988e8c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", - "userConsentDisplayName": "Read and write your organization's conditional access policies", - "value": "Policy.ReadWrite.ConditionalAccess" - }, - { - "description": "Allows the app to read and write your organization's consent requests policy on behalf of the signed-in user.", - "displayName": "Read and write consent request policy", - "id": "4d135e65-66b8-41a8-9f8b-081452c91774", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's consent request policy on your behalf.", - "userConsentDisplayName": "Read and write consent request policy", - "value": "Policy.ReadWrite.ConsentRequest" - }, - { - "description": "Allows the app to read and write your organization's cross tenant access policies on behalf of the signed-in user.", - "displayName": "Read and write your organization's cross tenant access policies", - "id": "014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", - "userConsentDisplayName": "Read and write your organization's cross tenant access policies", - "value": "Policy.ReadWrite.CrossTenantAccess" - }, - { - "description": "Allows the app to read and write your organization's device configuration policies on behalf of the signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.", - "displayName": "Read and write your organization's device configuration policies", - "id": "40b534c3-9552-4550-901b-23879c90bcf9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.", - "userConsentDisplayName": "Read and write your organization's device configuration policies", - "value": "Policy.ReadWrite.DeviceConfiguration" - }, - { - "description": "Allows the application to read and update the organization's external identities policy on behalf of the signed-in user. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.", - "displayName": "Read and write your organization's external identities policy", - "id": "b5219784-1215-45b5-b3f1-88fe1081f9c0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and update the organization's external identities policy on your behalf. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.", - "userConsentDisplayName": "Read and write your organization's external identities policy", - "value": "Policy.ReadWrite.ExternalIdentities" - }, - { - "description": "Allows the app to read and write your organization's feature rollout policies on behalf of the signed-in user. Includes abilities to assign and remove users and groups to rollout of a specific feature.", - "displayName": "Read and write your organization's feature rollout policies", - "id": "92a38652-f13b-4875-bc77-6e1dbb63e1b2", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's feature rollout policies on your behalf. Includes abilities to assign and remove users and groups to rollout of a specific feature.", - "userConsentDisplayName": "Read and write your organization's feature rollout policies", - "value": "Policy.ReadWrite.FeatureRollout" - }, - { - "description": "Allows the app to read and write your organization’s identity protection policy on behalf of the signed-in user.", - "displayName": "Read and write your organization’s identity protection policy ", - "id": "7256e131-3efb-4323-9854-cf41c6021770", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization’s identity protection policy on your behalf.", - "userConsentDisplayName": "Read and write your organization’s identity protection policy.", - "value": "Policy.ReadWrite.IdentityProtection" - }, - { - "description": "Allows the app to read and write your organization's mobility management policies on behalf of the signed-in user. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", - "displayName": "Read and write your organization's mobility management policies", - "id": "a8ead177-1889-4546-9387-f25e658e2a79", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", - "userConsentDisplayName": "Read and write your organization's mobility management policies", - "value": "Policy.ReadWrite.MobilityManagement" - }, - { - "description": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", - "displayName": "Manage consent and permission grant policies", - "id": "2672f8bb-fd5e-42e0-85e1-ec764dd2614e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", - "userConsentDisplayName": "Manage consent and permission grant policies", - "value": "Policy.ReadWrite.PermissionGrant" - }, - { - "description": "Allows the app to read and write your organization's security defaults policy on behalf of the signed-in user.", - "displayName": "Read and write your organization's security defaults policy", - "id": "0b2a744c-2abf-4f1e-ad7e-17a087e2be99", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's security defaults policy on your behalf.", - "userConsentDisplayName": "Read and write your organization's security defaults policy", - "value": "Policy.ReadWrite.SecurityDefaults" - }, - { - "description": "Allows the app to read and write your organization's trust framework policies on behalf of the signed-in user.", - "displayName": "Read and write your organization's trust framework policies", - "id": "cefba324-1a70-4a6e-9c1d-fd670b7ae392", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", - "userConsentDisplayName": "Read and write trust framework policies", - "value": "Policy.ReadWrite.TrustFramework" - }, - { - "description": "Allows the app to have the same access to mailboxes as the signed-in user via POP protocol.", - "displayName": "Read and write access to mailboxes via POP.", - "id": "d7b7f2d9-0f45-4ea1-9d42-e50810c06991", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail.", - "userConsentDisplayName": "Read and write access to your mail.", - "value": "POP.AccessAsUser.All" - }, - { - "description": "Allows the app to read presence information on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", - "displayName": "Read user's presence information", - "id": "76bc735e-aecd-4a1d-8b4c-2b915deabb79", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", - "userConsentDisplayName": "Read your presence information", - "value": "Presence.Read" - }, - { - "description": "Allows the app to read presence information of all users in the directory on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", - "displayName": "Read presence information of all users in your organization", - "id": "9c7a330d-35b3-4aa1-963d-cb2b9f927841", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", - "userConsentDisplayName": "Read presence information of all users in your organization", - "value": "Presence.Read.All" - }, - { - "description": "Allows the app to read the presence information and write activity and availability on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", - "displayName": "Read and write a user's presence information", - "id": "8d3c54a7-cf58-4773-bf81-c0cd6ad522bb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", - "userConsentDisplayName": "Read and write your presence information", - "value": "Presence.ReadWrite" - }, - { - "description": "Allows the application to read print connectors on behalf of the signed-in user.", - "displayName": "Read print connectors", - "id": "d69c2d6d-4f72-4f99-a6b9-663e32f8cf68", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read print connectors on your behalf.", - "userConsentDisplayName": "Read print connectors", - "value": "PrintConnector.Read.All" - }, - { - "description": "Allows the application to read and write print connectors on behalf of the signed-in user. ", - "displayName": "Read and write print connectors", - "id": "79ef9967-7d59-4213-9c64-4b10687637d8", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and write print connectors on your behalf.", - "userConsentDisplayName": "Read and write print connectors", - "value": "PrintConnector.ReadWrite.All" - }, - { - "description": "Allows the application to create (register) printers on behalf of the signed-in user. ", - "displayName": "Register printers  ", - "id": "90c30bed-6fd1-4279-bf39-714069619721", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to create (register) printers on your behalf. ", - "userConsentDisplayName": "Register printers  ", - "value": "Printer.Create" - }, - { - "description": "Allows the application to create (register), read, update, and delete (unregister) printers on behalf of the signed-in user. ", - "displayName": "Register, read, update, and unregister printers", - "id": "93dae4bd-43a1-4a23-9a1a-92957e1d9121", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to create (register), read, update, and delete (unregister) printers on your behalf.  ", - "userConsentDisplayName": "Register, read, update, and unregister printers", - "value": "Printer.FullControl.All" - }, - { - "description": "Allows the application to read printers on behalf of the signed-in user. ", - "displayName": "Read printers", - "id": "3a736c8a-018e-460a-b60c-863b2683e8bf", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read printers on your behalf. ", - "userConsentDisplayName": "Read printers", - "value": "Printer.Read.All" - }, - { - "description": "Allows the application to read and update printers on behalf of the signed-in user. Does not allow creating (registering) or deleting (unregistering) printers.", - "displayName": "Read and update printers", - "id": "89f66824-725f-4b8f-928e-e1c5258dc565", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", - "userConsentDisplayName": "Read and update printers", - "value": "Printer.ReadWrite.All" - }, - { - "description": "Allows the application to read printer shares on behalf of the signed-in user. ", - "displayName": "Read printer shares", - "id": "ed11134d-2f3f-440d-a2e1-411efada2502", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read printer shares on your behalf. ", - "userConsentDisplayName": "Read printer shares", - "value": "PrinterShare.Read.All" - }, - { - "description": "Allows the application to read basic information about printer shares on behalf of the signed-in user. Does not allow reading access control information.", - "displayName": "Read basic information about printer shares", - "id": "5fa075e9-b951-4165-947b-c63396ff0a37", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read basic information about printer shares on your behalf.", - "userConsentDisplayName": "Read basic information about printer shares", - "value": "PrinterShare.ReadBasic.All" - }, - { - "description": "Allows the application to read and update printer shares on behalf of the signed-in user. ", - "displayName": "Read and write printer shares", - "id": "06ceea37-85e2-40d7-bec3-91337a46038f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and update printer shares on your behalf. ", - "userConsentDisplayName": "Read and update printer shares", - "value": "PrinterShare.ReadWrite.All" - }, - { - "description": "Allows the application to create print jobs on behalf of the signed-in user and upload document content to print jobs that the signed-in user created.", - "displayName": "Create print jobs", - "id": "21f0d9c0-9f13-48b3-94e0-b6b231c7d320", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.", - "userConsentDisplayName": "Create your print jobs", - "value": "PrintJob.Create" - }, - { - "description": "Allows the application to read the metadata and document content of print jobs that the signed-in user created.", - "displayName": "Read user's print jobs", - "id": "248f5528-65c0-4c88-8326-876c7236df5e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read the metadata and document content of print jobs that you created.", - "userConsentDisplayName": "Read your print jobs", - "value": "PrintJob.Read" - }, - { - "description": "Allows the application to read the metadata and document content of print jobs on behalf of the signed-in user. ", - "displayName": "Read print jobs", - "id": "afdd6933-a0d8-40f7-bd1a-b5d778e8624b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read the metadata and document content of print jobs on your behalf. ", - "userConsentDisplayName": "Read print jobs", - "value": "PrintJob.Read.All" - }, - { - "description": "Allows the application to read the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.", - "displayName": "Read basic information of user's print jobs", - "id": "6a71a747-280f-4670-9ca0-a9cbf882b274", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.", - "userConsentDisplayName": "Read basic information of your print jobs", - "value": "PrintJob.ReadBasic" - }, - { - "description": "Allows the application to read the metadata of print jobs on behalf of the signed-in user. Does not allow access to print job document content.", - "displayName": "Read basic information of print jobs", - "id": "04ce8d60-72ce-4867-85cf-6d82f36922f3", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.", - "userConsentDisplayName": "Read basic information of print jobs", - "value": "PrintJob.ReadBasic.All" - }, - { - "description": "Allows the application to read and update the metadata and document content of print jobs that the signed-in user created.", - "displayName": "Read and write user's print jobs", - "id": "b81dd597-8abb-4b3f-a07a-820b0316ed04", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and update the metadata and document content of print jobs that you created.", - "userConsentDisplayName": "Read and update your print jobs", - "value": "PrintJob.ReadWrite" - }, - { - "description": "Allows the application to read and update the metadata and document content of print jobs on behalf of the signed-in user. ", - "displayName": "Read and write print jobs", - "id": "036b9544-e8c5-46ef-900a-0646cc42b271", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and update the metadata and document content of print jobs on your behalf. ", - "userConsentDisplayName": "Read and update print jobs", - "value": "PrintJob.ReadWrite.All" - }, - { - "description": "Allows the application to read and update the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.", - "displayName": "Read and write basic information of user's print jobs", - "id": "6f2d22f2-1cb6-412c-a17c-3336817eaa82", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.", - "userConsentDisplayName": "Read and write basic information of your print jobs", - "value": "PrintJob.ReadWriteBasic" - }, - { - "description": "Allows the application to read and update the metadata of print jobs on behalf of the signed-in user. Does not allow access to print job document content.", - "displayName": "Read and write basic information of print jobs", - "id": "3a0db2f6-0d2a-4c19-971b-49109b19ad3d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.", - "userConsentDisplayName": "Read and write basic information of print jobs", - "value": "PrintJob.ReadWriteBasic.All" - }, - { - "description": "Allows the application to read tenant-wide print settings on behalf of the signed-in user.", - "displayName": "Read tenant-wide print settings", - "id": "490f32fd-d90f-4dd7-a601-ff6cdc1a3f6c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read tenant-wide print settings on your behalf.", - "userConsentDisplayName": "Read tenant-wide print settings", - "value": "PrintSettings.Read.All" - }, - { - "description": "Allows the application to read and write tenant-wide print settings on behalf of the signed-in user.", - "displayName": "Read and write tenant-wide print settings", - "id": "9ccc526a-c51c-4e5c-a1fd-74726ef50b8f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", - "userConsentDisplayName": "Read and write tenant-wide print settings", - "value": "PrintSettings.ReadWrite.All" - }, - { - "description": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles, on behalf of the signed-in user.", - "displayName": "Read privileged access to Azure AD", - "id": "b3a539c9-59cb-4ad5-825a-041ddbdc2bdb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles, on your behalf.", - "userConsentDisplayName": "Read privileged access to Azure AD", - "value": "PrivilegedAccess.Read.AzureAD" - }, - { - "description": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups, on behalf of the signed-in user.", - "displayName": "Read privileged access to Azure AD groups", - "id": "d329c81c-20ad-4772-abf9-3f6fdb7e5988", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups, on your behalf.", - "userConsentDisplayName": "Read privileged access to Azure AD groups", - "value": "PrivilegedAccess.Read.AzureADGroup" - }, - { - "description": "Allows the app to read time-based assignment and just-in-time elevation of Azure resources (like your subscriptions, resource groups, storage, compute) on behalf of the signed-in user.", - "displayName": "Read privileged access to Azure resources", - "id": "1d89d70c-dcac-4248-b214-903c457af83a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read time-based assignment and just-in-time elevation of Azure resources (like your subscriptions, resource groups, storage, compute) on your behalf.", - "userConsentDisplayName": "Read privileged access to your Azure resources", - "value": "PrivilegedAccess.Read.AzureResources" - }, - { - "description": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on behalf of signed-in users.", - "displayName": "Read and write privileged access to Azure AD", - "id": "3c3c74f5-cdaa-4a97-b7e0-4e788bfcfb37", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.", - "userConsentDisplayName": "Read and write privileged access to Azure AD", - "value": "PrivilegedAccess.ReadWrite.AzureAD" - }, - { - "description": "Allows the app to request and manage time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups, on behalf of the signed-in user.", - "displayName": "Read and write privileged access to Azure AD groups", - "id": "32531c59-1f32-461f-b8df-6f8a3b89f73b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to request and manage time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups, on your behalf.", - "userConsentDisplayName": "Read and write privileged access to Azure AD groups", - "value": "PrivilegedAccess.ReadWrite.AzureADGroup" - }, - { - "description": "Allows the app to request and manage time-based assignment and just-in-time elevation of user privileges to manage Azure resources (like subscriptions, resource groups, storage, compute) on behalf of the signed-in users.", - "displayName": "Read and write privileged access to Azure resources", - "id": "a84a9652-ffd3-496e-a991-22ba5529156a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to request and manage time-based assignment and just-in-time elevation of user privileges to manage  your Azure resources (like your subscriptions, resource groups, storage, compute) on your behalf.", - "userConsentDisplayName": "Read and write privileged access to Azure resources", - "value": "PrivilegedAccess.ReadWrite.AzureResources" - }, - { - "description": "Allows the app to read time-based assignment schedules for access to Azure AD groups, on behalf of the signed-in user.", - "displayName": "Read assignment schedules for access to Azure AD groups", - "id": "02a32cc4-7ab5-4b58-879a-0586e0f7c495", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.", - "userConsentDisplayName": "Read assignment schedules for access to Azure AD groups", - "value": "PrivilegedAssignmentSchedule.Read.AzureADGroup" - }, - { - "description": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on behalf of the signed-in user.", - "displayName": "Read, create, and delete assignment schedules for access to Azure AD groups", - "id": "06dbc45d-6708-4ef0-a797-f797ee68bf4b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.", - "userConsentDisplayName": "Read, create, and delete assignment schedules for access to Azure AD groups", - "value": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup" - }, - { - "description": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, on behalf of the signed-in user.", - "displayName": "Read eligibility schedules for access to Azure AD groups", - "id": "8f44f93d-ecef-46ae-a9bf-338508d44d6b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.", - "userConsentDisplayName": "Read eligibility schedules for access to Azure AD groups", - "value": "PrivilegedEligibilitySchedule.Read.AzureADGroup" - }, - { - "description": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on behalf of the signed-in user.", - "displayName": "Read, create, and delete eligibility schedules for access to Azure AD groups", - "id": "ba974594-d163-484e-ba39-c330d5897667", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.", - "userConsentDisplayName": "Read, create, and delete eligibility schedules for access to Azure AD groups", - "value": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup" - }, - { - "description": "Allows the app to see your users' basic profile (e.g., name, picture, user name, email address)", - "displayName": "View users' basic profile", - "id": "14dad69e-099b-42c9-810b-d002981feec1", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to see your basic profile (e.g., name, picture, user name, email address)", - "userConsentDisplayName": "View your basic profile", - "value": "profile" - }, - { - "description": "Allows the app to read programs and program controls that the signed-in user has access to in the organization.", - "displayName": "Read all programs that user can access", - "id": "c492a2e1-2f8f-4caa-b076-99bbf6e40fe4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read information on programs and program controls that you have access to.", - "userConsentDisplayName": "Read programs that you can access", - "value": "ProgramControl.Read.All" - }, - { - "description": "Allows the app to read, update, delete and perform actions on programs and program controls that the signed-in user has access to in the organization.", - "displayName": "Manage all programs that user can access", - "id": "50fd364f-9d93-4ae1-b170-300e87cccf84", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", - "userConsentDisplayName": "Manage programs that you can access", - "value": "ProgramControl.ReadWrite.All" - }, - { - "description": "Allows an app to read all question and answer sets that the signed-in user can access.", - "displayName": "Read all Questions and Answers that the user can access.", - "id": "f73fa04f-b9a5-4df9-8843-993ce928925e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all question and answer sets that you can access.", - "userConsentDisplayName": "Read all Questions and Answers that you can access.", - "value": "QnA.Read.All" - }, - { - "description": "Allows the application to read any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.", - "displayName": "Read Records Management configuration, labels, and policies", - "id": "07f995eb-fc67-4522-ad66-2b8ca8ea3efd", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.", - "userConsentDisplayName": "Read Records Management configuration, labels, and policies", - "value": "RecordsManagement.Read.All" - }, - { - "description": "Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.", - "displayName": "Read and write Records Management configuration, labels, and policies", - "id": "f2833d75-a4e6-40ab-86d4-6dfe73c97605", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.", - "userConsentDisplayName": "Read and write Records Management configuration, labels, and policies", - "value": "RecordsManagement.ReadWrite.All" - }, - { - "description": "Allows an app to read all service usage reports on behalf of the signed-in user. Services that provide usage reports include Office 365 and Azure Active Directory.", - "displayName": "Read all usage reports", - "id": "02e97553-ed7b-43d0-ab3c-f8bace0d040c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", - "userConsentDisplayName": "Read all usage reports", - "value": "Reports.Read.All" - }, - { - "description": "Allows the app to read admin report settings, such as whether to display concealed information in reports, on behalf of the signed-in user", - "displayName": "Read admin report settings", - "id": "84fac5f4-33a9-4100-aa38-a20c6d29e5e7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read admin report settings, such as whether to display concealed information in reports, on your behalf.", - "userConsentDisplayName": "Read admin report settings", - "value": "ReportSettings.Read.All" - }, - { - "description": "Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on behalf of the signed-in user.", - "displayName": "Read and write admin report settings", - "id": "b955410e-7715-4a88-a940-dfd551018df3", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.", - "userConsentDisplayName": "Read and write admin report settings", - "value": "ReportSettings.ReadWrite.All" - }, - { - "description": "Allows the app to read the resource specific permissions granted on a user account, on behalf of the signed-in user.", - "displayName": "Read resource specific permissions granted on a user account", - "id": "f1d91a8f-88e7-4774-8401-b668d5bca0c5", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the resource specific permission granted on your account, on your behalf.", - "userConsentDisplayName": "Read resource specific permissions granted on your user account", - "value": "ResourceSpecificPermissionGrant.ReadForUser" - }, - { - "description": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on behalf of the signed-in user. This includes reading directory role templates, and directory roles.", - "displayName": "Read all active role assignments for your company's directory", - "id": "344a729c-0285-42c6-9014-f12b9b8d6129", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "userConsentDisplayName": "Read all active role assignments for your company's directory", - "value": "RoleAssignmentSchedule.Read.Directory" - }, - { - "description": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on behalf of the signed-in user. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", - "displayName": "Read, update, and delete all active role assignments for your company's directory", - "id": "8c026be3-8e26-4774-9372-8d5d6f21daff", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", - "userConsentDisplayName": "Read, update, and delete all active role assignments for your company's directory", - "value": "RoleAssignmentSchedule.ReadWrite.Directory" - }, - { - "description": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on behalf of the signed-in user. This includes reading directory role templates, and directory roles.", - "displayName": "Read all eligible role assignments for your company's directory", - "id": "eb0788c2-6d4e-4658-8c9e-c0fb8053f03d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "userConsentDisplayName": "Read all eligible role assignments for your company's directory", - "value": "RoleEligibilitySchedule.Read.Directory" - }, - { - "description": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on behalf of the signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", - "displayName": "Read, update, and delete all eligible role assignments for your company's directory", - "id": "62ade113-f8e0-4bf9-a6ba-5acb31db32fd", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", - "userConsentDisplayName": "Read, update, and delete all eligible role assignments for your company's directory", - "value": "RoleEligibilitySchedule.ReadWrite.Directory" - }, - { - "description": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on behalf of the signed-in user. This includes reading role definitions and role assignments.", - "displayName": "Read role management data for all RBAC providers", - "id": "48fec646-b2ba-4019-8681-8eb31435aded", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", - "userConsentDisplayName": "Read role management data for all RBAC providers", - "value": "RoleManagement.Read.All" - }, - { - "description": "Allows the app to read the Cloud PC role-based access control (RBAC) settings, on behalf of the signed-in user.  This includes reading Cloud PC role definitions and role assignments.", - "displayName": "Read Cloud PC RBAC settings", - "id": "9619b88a-8a25-48a7-9571-d23be0337a79", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf.  This includes reading Cloud PC role definitions and role assignments.", - "userConsentDisplayName": "Read Cloud PC RBAC settings", - "value": "RoleManagement.Read.CloudPC" - }, - { - "description": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes reading directory role templates, directory roles and memberships.", - "displayName": "Read directory RBAC settings", - "id": "741c54c3-0c1e-44a1-818b-3f97ab4e8c83", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "userConsentDisplayName": "Read directory RBAC settings", - "value": "RoleManagement.Read.Directory" - }, - { - "description": "Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on behalf of the signed-in user. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", - "displayName": "Read Exchange Online RBAC configuration", - "id": "3bc15058-7858-4141-b24f-ae43b4e80b52", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", - "userConsentDisplayName": "Read Exchange Online RBAC configuration", - "value": "RoleManagement.Read.Exchange" - }, - { - "description": "Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on behalf of the signed-in user. This includes reading and managing Cloud PC role definitions and role assignments.", - "displayName": "Read and write Cloud PC RBAC settings", - "id": "501d06f8-07b8-4f18-b5c6-c191a4af7a82", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.", - "userConsentDisplayName": "Read and write Cloud PC RBAC settings", - "value": "RoleManagement.ReadWrite.CloudPC" - }, - { - "description": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "displayName": "Read and write directory RBAC settings", - "id": "d01b97e9-cbc0-49fe-810a-750afd5527a3", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "userConsentDisplayName": "Read and write directory RBAC settings", - "value": "RoleManagement.ReadWrite.Directory" - }, - { - "description": "Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on behalf of the signed-in user. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", - "displayName": "Read and write Exchange Online RBAC configuration", - "id": "c1499fe0-52b1-4b22-bed2-7a244e0e879f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", - "userConsentDisplayName": "Read and write Exchange Online RBAC configuration", - "value": "RoleManagement.ReadWrite.Exchange" - }, - { - "description": "Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on behalf of the signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", - "displayName": "Read all alert data for your company's directory", - "id": "cce71173-f76d-446e-97ff-efb2d82e11b1", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", - "userConsentDisplayName": "Read all alert data for your company's directory", - "value": "RoleManagementAlert.Read.Directory" - }, - { - "description": "Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on behalf of the signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", - "displayName": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory", - "id": "435644c6-a5b1-40bf-8f52-fe8e5b53e19c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", - "userConsentDisplayName": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory", - "value": "RoleManagementAlert.ReadWrite.Directory" - }, - { - "description": "Allows the app to read policies in Privileged Identity Management for Groups, on behalf of the signed-in user.", - "displayName": "Read all policies in PIM for Groups", - "id": "7e26fdff-9cb1-4e56-bede-211fe0e420e8", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read policies in Privileged Identity Management for Groups, on your behalf.", - "userConsentDisplayName": "Read all policies in PIM for Groups", - "value": "RoleManagementPolicy.Read.AzureADGroup" - }, - { - "description": "Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on behalf of the signed-in user.", - "displayName": "Read all policies for privileged role assignments of your company's directory", - "id": "3de2cdbe-0ff5-47d5-bdee-7f45b4749ead", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", - "userConsentDisplayName": "Read all policies for privileged role assignments of your company's directory", - "value": "RoleManagementPolicy.Read.Directory" - }, - { - "description": "Allows the app to read, update, and delete policies in Privileged Identity Management for Groups, on behalf of the signed-in user.", - "displayName": "Read, update, and delete all policies in PIM for Groups", - "id": "0da165c7-3f15-4236-b733-c0b0f6abe41d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, and delete policies in Privileged Identity Management for Groups, on your behalf.", - "userConsentDisplayName": "Read, update, and delete all policies in PIM for Groups", - "value": "RoleManagementPolicy.ReadWrite.AzureADGroup" - }, - { - "description": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on behalf of the signed-in user.", - "displayName": "Read, update, and delete all policies for privileged role assignments of your company's directory", - "id": "1ff1be21-34eb-448c-9ac9-ce1f506b2a68", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", - "userConsentDisplayName": "Read, update, and delete all policies for privileged role assignments of your company's directory", - "value": "RoleManagementPolicy.ReadWrite.Directory" - }, - { - "description": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on behalf of the signed-in user.", - "displayName": "Read user schedule items", - "id": "fccf6dd8-5706-49fa-811f-69e2e1b585d0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "userConsentDisplayName": "Read your schedule items", - "value": "Schedule.Read.All" - }, - { - "description": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on behalf of the signed-in user.", - "displayName": "Read and write user schedule items", - "id": "63f27281-c9d9-4f29-94dd-6942f7f1feb0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "userConsentDisplayName": "Read and write your schedule items", - "value": "Schedule.ReadWrite.All" - }, - { - "description": "Allows the app to read search configuration, on behalf of the signed-in user.", - "displayName": "Read your organization's search configuration", - "id": "7d307522-aa38-4cd0-bd60-90c6f0ac50bd", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read search configuration, on your behalf.", - "userConsentDisplayName": "Read your organization's search configuration", - "value": "SearchConfiguration.Read.All" - }, - { - "description": "Allows the app to read and write search configuration, on behalf of the signed-in user.", - "displayName": "Read and write your organization's search configuration", - "id": "b1a7d408-cab0-47d2-a2a5-a74a3733600d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write search configuration, on your behalf.", - "userConsentDisplayName": "Read and write your organization's search configuration", - "value": "SearchConfiguration.ReadWrite.All" - }, - { - "description": "Allows the app to read security actions, on behalf of the signed-in user.", - "displayName": "Read your organization's security actions", - "id": "1638cddf-07a4-4de2-8645-69c96cacad73", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read security actions, on your behalf.", - "userConsentDisplayName": "Read your organization's security actions", - "value": "SecurityActions.Read.All" - }, - { - "description": "Allows the app to read or update security actions, on behalf of the signed-in user.", - "displayName": "Read and update your organization's security actions", - "id": "dc38509c-b87d-4da0-bd92-6bec988bac4a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and update security actions, on your behalf.", - "userConsentDisplayName": "Read and update your organization's security actions", - "value": "SecurityActions.ReadWrite.All" - }, - { - "description": "Allows the app to read all security alerts, on behalf of the signed-in user.", - "displayName": "Read all security alerts", - "id": "bc257fb8-46b4-4b15-8713-01e91bfbe4ea", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all security alerts that you have access to.", - "userConsentDisplayName": "Read all alerts", - "value": "SecurityAlert.Read.All" - }, - { - "description": "Allows the app to read and write to all security alerts, on behalf of the signed-in user.", - "displayName": "Read and write to all security alerts", - "id": "471f2a7f-2a42-4d45-a2bf-594d0838070d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write all alerts that you have access to.", - "userConsentDisplayName": "Read and write all alerts", - "value": "SecurityAlert.ReadWrite.All" - }, - { - "description": "Read email metadata and security detection details on behalf of the signed in user.", - "displayName": "Read metadata and detection details for emails in your organization", - "id": "53e6783e-b127-4a35-ab3a-6a52d80a9077", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read email metadata and security detection details on your behalf.", - "userConsentDisplayName": "Read metadata and detection details for emails in your organization", - "value": "SecurityAnalyzedMessage.Read.All" - }, - { - "description": "Read email metadata, security detection details, and execute remediation actions like deleting an email, on behalf of the signed in user.", - "displayName": "Read metadata, detection details, and execute remediation actions on emails in your organization", - "id": "48eb8c83-6e58-46e7-a6d3-8805822f5940", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read email metadata, security detection details, and execute remediation actions like deleting an email, on your behalf.", - "userConsentDisplayName": "Read metadata, detection details, and execute remediation actions on emails in your organization", - "value": "SecurityAnalyzedMessage.ReadWrite.All" - }, - { - "description": "Allows the app to read your organization’s security events on behalf of the signed-in user.", - "displayName": "Read your organization’s security events", - "id": "64733abd-851e-478a-bffb-e47a14b18235", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization’s security events on your behalf.", - "userConsentDisplayName": "Read your organization’s security events", - "value": "SecurityEvents.Read.All" - }, - { - "description": "Allows the app to read your organization’s security events on behalf of the signed-in user. Also allows the app to update editable properties in security events on behalf of the signed-in user.", - "displayName": "Read and update your organization’s security events", - "id": "6aedf524-7e1c-45a7-bd76-ded8cab8d0fc", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization’s security events on your behalf. Also allows you to update editable properties in security events.", - "userConsentDisplayName": "Read and update your organization’s security events", - "value": "SecurityEvents.ReadWrite.All" - }, - { - "description": "Allows the app to read security incidents, on behalf of the signed-in user.", - "displayName": "Read incidents", - "id": "b9abcc4f-94fc-4457-9141-d20ce80ec952", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all security incidents that you have access to.", - "userConsentDisplayName": "Read security incidents", - "value": "SecurityIncident.Read.All" - }, - { - "description": "Allows the app to read and write security incidents, on behalf of the signed-in user.", - "displayName": "Read and write to incidents", - "id": "128ca929-1a19-45e6-a3b8-435ec44a36ba", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write to all security incidents that you have access to.", - "userConsentDisplayName": "Read and write to security incidents", - "value": "SecurityIncident.ReadWrite.All" - }, - { - "description": "Allows the app to read your tenant's service health information on behalf of the signed-in user. Health information may include service issues or service health overviews.", - "displayName": "Read service health", - "id": "55896846-df78-47a7-aa94-8d3d4442ca7f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", - "userConsentDisplayName": "Read service health", - "value": "ServiceHealth.Read.All" - }, - { - "description": "Allows the app to read your tenant's service announcement messages on behalf of the signed-in user. Messages may include information about new or changed features.", - "displayName": "Read service announcement messages", - "id": "eda39fa6-f8cf-4c3c-a909-432c683e4c9b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", - "userConsentDisplayName": "Read service messages", - "value": "ServiceMessage.Read.All" - }, - { - "description": "Allows the app to update service announcement messages' user status on behalf of the signed-in user. The message status can be marked as read, archive, or favorite.", - "displayName": "Update user status on service announcement messages", - "id": "636e1b0b-1cc2-4b1c-9aa9-4eeed9b9761b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", - "userConsentDisplayName": "Update your user status on service announcement messages", - "value": "ServiceMessageViewpoint.Write" - }, - { - "description": "Allows the app to read service principal endpoints", - "displayName": "Read service principal endpoints", - "id": "9f9ce928-e038-4e3b-8faf-7b59049a8ddc", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read service principal endpoints", - "userConsentDisplayName": "Read service principal endpoints", - "value": "ServicePrincipalEndpoint.Read.All" - }, - { - "description": "Allows the app to update service principal endpoints", - "displayName": "Read and update service principal endpoints", - "id": "7297d82c-9546-4aed-91df-3d4f0a9b3ff0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to update service principal endpoints", - "userConsentDisplayName": "Read and update service principal endpoints", - "value": "ServicePrincipalEndpoint.ReadWrite.All" - }, - { - "description": "Allows the application to read the tenant-level settings in SharePoint and OneDrive on behalf of the signed-in user.", - "displayName": "Read SharePoint and OneDrive tenant settings", - "id": "2ef70e10-5bfd-4ede-a5f6-67720500b258", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read the tenant-level settings in SharePoint and OneDrive on your behalf.", - "userConsentDisplayName": "Read SharePoint and OneDrive tenant settings", - "value": "SharePointTenantSettings.Read.All" - }, - { - "description": "Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on behalf of the signed-in user.", - "displayName": "Read and change SharePoint and OneDrive tenant settings", - "id": "aa07f155-3612-49b8-a147-6c590df35536", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.", - "userConsentDisplayName": "Read and change SharePoint and OneDrive tenant settings", - "value": "SharePointTenantSettings.ReadWrite.All" - }, - { - "description": "Allows the app to read all the short notes a sign-in user has access to.", - "displayName": "Read short notes of the signed-in user", - "id": "50f66e47-eb56-45b7-aaa2-75057d9afe08", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your short notes.", - "userConsentDisplayName": "Read your short notes", - "value": "ShortNotes.Read" - }, - { - "description": "Allows the app to read, create, edit, and delete short notes of a signed-in user.", - "displayName": "Read, create, edit, and delete short notes of the signed-in user", - "id": "328438b7-4c01-4c07-a840-e625a749bb89", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, create, edit, and delete your short notes.", - "userConsentDisplayName": "Read, create, edit, and delete your short notes", - "value": "ShortNotes.ReadWrite" - }, - { - "description": "Allows the application to have full control of all site collections on behalf of the signed-in user.", - "displayName": "Have full control of all site collections", - "id": "5a54b8b3-347c-476d-8f8e-42d5c7424d29", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allow the application to have full control of all site collections on your behalf.", - "userConsentDisplayName": "Have full control of all your site collections", - "value": "Sites.FullControl.All" - }, - { - "description": "Allows the application to create or delete document libraries and lists in all site collections on behalf of the signed-in user.", - "displayName": "Create, edit, and delete items and lists in all site collections", - "id": "65e50fdc-43b7-4915-933e-e8138f11f40a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", - "userConsentDisplayName": "Create, edit, and delete items and lists in all your site collections", - "value": "Sites.Manage.All" - }, - { - "description": "Allows the application to read documents and list items in all site collections on behalf of the signed-in user", - "displayName": "Read items in all site collections", - "id": "205e70e5-aba6-4c52-a976-6d2d46c48043", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allow the application to read documents and list items in all site collections on your behalf", - "userConsentDisplayName": "Read items in all site collections", - "value": "Sites.Read.All" - }, - { - "description": "Allows the application to edit or delete documents and list items in all site collections on behalf of the signed-in user.", - "displayName": "Edit or delete items in all site collections", - "id": "89fe6a52-be36-487e-b7d8-d061c450a026", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "userConsentDisplayName": "Edit or delete items in all site collections", - "value": "Sites.ReadWrite.All" - }, - { - "description": "Allows the app to be able to send emails from the user’s mailbox using the SMTP AUTH client submission protocol.", - "displayName": "Send emails from mailboxes using SMTP AUTH.", - "id": "258f6531-6087-4cc4-bb90-092c5fb3ed3f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to send emails on your behalf from your mailbox.", - "userConsentDisplayName": "Access to sending emails from your mailbox.", - "value": "SMTP.Send" - }, - { - "description": "Allows the app to read subject rights requests on behalf of the signed-in user", - "displayName": "Read subject rights requests", - "id": "9c3af74c-fd0f-4db4-b17a-71939e2a9d77", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read subject rights requests on your behalf.", - "userConsentDisplayName": "Read data subject requests", - "value": "SubjectRightsRequest.Read.All" - }, - { - "description": "Allows the app to read and write subject rights requests on behalf of the signed-in user", - "displayName": "Read and write subject rights requests", - "id": "2b8fcc74-bce1-4ae3-a0e8-60c53739299d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write subject rights requests on your behalf.", - "userConsentDisplayName": "Read and write data subject requests", - "value": "SubjectRightsRequest.ReadWrite.All" - }, - { - "description": "Allows the app to read all webhook subscriptions on behalf of the signed-in user.", - "displayName": "Read all webhook subscriptions ", - "id": "5f88184c-80bb-4d52-9ff2-757288b2e9b7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all webhook subscriptions on your behalf.", - "userConsentDisplayName": "Read all webhook subscriptions ", - "value": "Subscription.Read.All" - }, - { - "description": "Allows the app to read Azure AD synchronization information, on behalf of the signed-in user.", - "displayName": "Read all Azure AD synchronization data", - "id": "7aa02aeb-824f-4fbe-a3f7-611f751f5b55", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read Azure AD synchronization information, on your behalf.", - "userConsentDisplayName": "Read all Azure AD synchronization data", - "value": "Synchronization.Read.All" - }, - { - "description": "Allows the app to configure the Azure AD synchronization service, on behalf of the signed-in user.", - "displayName": "Read and write all Azure AD synchronization data", - "id": "7bb27fa3-ea8f-4d67-a916-87715b6188bd", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", - "userConsentDisplayName": "Read and write all Azure AD synchronization data", - "value": "Synchronization.ReadWrite.All" - }, - { - "description": "Allows the app to upload bulk user data to the identity synchronization service, on behalf of the signed-in user.", - "displayName": "Upload user data to the identity synchronization service", - "id": "1a2e7420-4e92-4d2b-94cb-fb2952e9ddf7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to upload bulk user data to the identity synchronization service, on your behalf.", - "userConsentDisplayName": "Bulk upload user data to identity synchronization service", - "value": "SynchronizationData-User.Upload" - }, - { - "description": "Allows the app to read the signed-in user’s tasks and task lists, including any shared with the user. Doesn't include permission to create, delete, or update anything.", - "displayName": "Read user's tasks and task lists", - "id": "f45671fb-e0fe-4b4b-be20-3d3ce43f1bcb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "userConsentDisplayName": "Read your tasks and task lists", - "value": "Tasks.Read" - }, - { - "description": "Allows the app to read tasks a user has permissions to access, including their own and shared tasks.", - "displayName": "Read user and shared tasks", - "id": "88d21fd4-8e5a-4c32-b5e2-4a1c95f34f72", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read tasks you have permissions to access, including your own and shared tasks.", - "userConsentDisplayName": "Read your and shared tasks", - "value": "Tasks.Read.Shared" - }, - { - "description": "Allows the app to create, read, update, and delete the signed-in user's tasks and task lists, including any shared with the user.", - "displayName": "Create, read, update, and delete user’s tasks and task lists", - "id": "2219042f-cab5-40cc-b0d2-16b1540b4c5f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "userConsentDisplayName": "Create, read, update, and delete your tasks and task lists", - "value": "Tasks.ReadWrite" - }, - { - "description": "Allows the app to create, read, update, and delete tasks a user has permissions to, including their own and shared tasks.", - "displayName": "Read and write user and shared tasks", - "id": "c5ddf11b-c114-4886-8558-8a4e557cd52b", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update, create, and delete tasks you have permissions to access, including your own and shared tasks.", - "userConsentDisplayName": "Read and write to your and shared tasks", - "value": "Tasks.ReadWrite.Shared" - }, - { - "description": "Allows the app to create teams on behalf of the signed-in user.", - "displayName": "Create teams", - "id": "7825d5d6-6049-4ce7-bdf6-3b8d53f4bcd0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create teams on your behalf. ", - "userConsentDisplayName": "Create teams", - "value": "Team.Create" - }, - { - "description": "Read the names and descriptions of teams, on behalf of the signed-in user.", - "displayName": "Read the names and descriptions of teams", - "id": "485be79e-c497-4b35-9400-0e3fa7f2a5d4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read the names and descriptions of teams, on your behalf.", - "userConsentDisplayName": "Read the names and descriptions of teams", - "value": "Team.ReadBasic.All" - }, - { - "description": "Read the members of teams, on behalf of the signed-in user.", - "displayName": "Read the members of teams", - "id": "2497278c-d82d-46a2-b1ce-39d4cdde5570", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read the members of teams, on your behalf.", - "userConsentDisplayName": "Read the members of teams", - "value": "TeamMember.Read.All" - }, - { - "description": "Add and remove members from teams, on behalf of the signed-in user. Also allows changing a member's role, for example from owner to non-owner.", - "displayName": "Add and remove members from teams", - "id": "4a06efd2-f825-4e34-813e-82a57b03d1ee", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", - "userConsentDisplayName": "Add and remove members from teams and channels", - "value": "TeamMember.ReadWrite.All" - }, - { - "description": "Add and remove members from all teams, on behalf of the signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.", - "displayName": "Add and remove members with non-owner role for all teams", - "id": "2104a4db-3a2f-4ea0-9dba-143d457dc666", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.", - "userConsentDisplayName": "Add and remove members with non-owner role for all teams", - "value": "TeamMember.ReadWriteNonOwnerRole.All" - }, - { - "description": "Allows the app to read the signed-in user's teamwork activity feed.", - "displayName": "Read user's teamwork activity feed", - "id": "0e755559-83fb-4b44-91d0-4cc721b9323e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your teamwork activity feed.", - "userConsentDisplayName": "Read your teamwork activity feed", - "value": "TeamsActivity.Read" - }, - { - "description": "Allows the app to create new notifications in users' teamwork activity feeds on behalf of the signed in user. These notifications may not be discoverable or be held or governed by compliance policies.", - "displayName": "Send a teamwork activity as the user", - "id": "7ab1d787-bae7-4d5d-8db6-37ea32df9186", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.", - "userConsentDisplayName": "Send a teamwork activity", - "value": "TeamsActivity.Send" - }, - { - "description": "Allows the app to read the Teams apps that are installed in chats the signed-in user can access. Does not give the ability to read application-specific settings.", - "displayName": "Read installed Teams apps in chats", - "id": "bf3fbf03-f35f-4e93-963e-47e4d874c37a", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", - "userConsentDisplayName": "Read installed Teams apps in chats", - "value": "TeamsAppInstallation.ReadForChat" - }, - { - "description": "Allows the app to read the Teams apps that are installed in teams the signed-in user can access. Does not give the ability to read application-specific settings.", - "displayName": "Read installed Teams apps in teams", - "id": "5248dcb1-f83b-4ec3-9f4d-a4428a961a72", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.", - "userConsentDisplayName": "Read installed Teams apps in teams", - "value": "TeamsAppInstallation.ReadForTeam" - }, - { - "description": "Allows the app to read the Teams apps that are installed for the signed-in user. Does not give the ability to read application-specific settings.", - "displayName": "Read user's installed Teams apps", - "id": "c395395c-ff9a-4dba-bc1f-8372ba9dca84", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.", - "userConsentDisplayName": "Read your installed Teams apps", - "value": "TeamsAppInstallation.ReadForUser" - }, - { - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.", - "displayName": "Manage installed Teams apps in chats", - "id": "e1408a66-8f82-451b-a2f3-3c3e38f7413f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.", - "userConsentDisplayName": "Manage installation and permission grants of Teams apps in chats", - "value": "TeamsAppInstallation.ReadWriteAndConsentForChat" - }, - { - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "displayName": "Manage installed Teams apps in teams", - "id": "946349d5-2a9d-4535-abc0-7beeacaedd1d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "userConsentDisplayName": "Manage installation and permission grants of Teams apps in teams", - "value": "TeamsAppInstallation.ReadWriteAndConsentForTeam" - }, - { - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.", - "displayName": "Manage installation and permission grants of Teams apps in users' personal scope", - "id": "2da62c49-dfbd-40df-ba16-fef3529d391c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.", - "userConsentDisplayName": "Manage installation and permission grants of Teams apps on your user account", - "value": "TeamsAppInstallation.ReadWriteAndConsentForUser" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.", - "displayName": "Allow the Teams app to manage itself and its permission grants in chats", - "id": "a0e0e18b-8fb2-458f-8130-da2d7cab9c75", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.", - "userConsentDisplayName": "Allow the Teams app to manage itself and its permission grants in chats", - "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "displayName": "Allow the Teams app to manage itself and its permission grants in teams", - "id": "4a6bbf29-a0e1-4a4d-a7d1-cef17f772975", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "userConsentDisplayName": "Allow the Teams app to manage itself and its permission grants in teams", - "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in user accounts, and manage its permission grants for accessing those specific users' data, on behalf of the signed-in user.", - "displayName": "Allow the Teams app to manage itself and its permission grants in user accounts", - "id": "7a349935-c54d-44ab-ab66-1b460d315be7", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.", - "userConsentDisplayName": "Allow the Teams app to manage itself and its permission grants on your user account", - "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForUser" - }, - { - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Does not give the ability to read application-specific settings.", - "displayName": "Manage installed Teams apps in chats", - "id": "aa85bf13-d771-4d5d-a9e6-bca04ce44edf", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", - "userConsentDisplayName": "Manage installed Teams apps in chats", - "value": "TeamsAppInstallation.ReadWriteForChat" - }, - { - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Does not give the ability to read application-specific settings.", - "displayName": "Manage installed Teams apps in teams", - "id": "2e25a044-2580-450d-8859-42eeb6e996c0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.", - "userConsentDisplayName": "Manage installed Teams apps in teams", - "value": "TeamsAppInstallation.ReadWriteForTeam" - }, - { - "description": "Allows the app to read, install, upgrade, and uninstall Teams apps installed for the signed-in user. Does not give the ability to read application-specific settings.", - "displayName": "Manage user's installed Teams apps", - "id": "093f8818-d05f-49b8-95bc-9d2a73e9a43c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.", - "userConsentDisplayName": "Manage your installed Teams apps", - "value": "TeamsAppInstallation.ReadWriteForUser" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access.", - "displayName": "Allow the Teams app to manage itself in chats", - "id": "0ce33576-30e8-43b7-99e5-62f8569a4002", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", - "userConsentDisplayName": "Allow the Teams app to manage itself in chats", - "value": "TeamsAppInstallation.ReadWriteSelfForChat" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams the signed-in user can access.", - "displayName": "Allow the app to manage itself in teams", - "id": "0f4595f7-64b1-4e13-81bc-11a249df07a9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", - "userConsentDisplayName": "Allow the Teams app to manage itself in teams", - "value": "TeamsAppInstallation.ReadWriteSelfForTeam" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for the signed-in user.", - "displayName": "Allow the Teams app to manage itself for a user", - "id": "207e0cb1-3ce7-4922-b991-5a760c346ebc", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", - "userConsentDisplayName": "Allow the Teams app to manage itself for you", - "value": "TeamsAppInstallation.ReadWriteSelfForUser" - }, - { - "description": "Read all teams' settings, on behalf of the signed-in user.", - "displayName": "Read teams' settings", - "id": "48638b3c-ad68-4383-8ac4-e6880ee6ca57", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read all teams' settings, on your behalf.", - "userConsentDisplayName": "Read teams' settings", - "value": "TeamSettings.Read.All" - }, - { - "description": "Read and change all teams' settings, on behalf of the signed-in user.", - "displayName": "Read and change teams' settings", - "id": "39d65650-9d3e-4223-80db-a335590d027e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read and change all teams' settings, on your behalf.", - "userConsentDisplayName": "Read and change teams' settings", - "value": "TeamSettings.ReadWrite.All" - }, - { - "description": "Allows the app to create tabs in any team in Microsoft Teams, on behalf of the signed-in user. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.", - "displayName": "Create tabs in Microsoft Teams.", - "id": "a9ff19c2-f369-4a95-9a25-ba9d460efc8e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.", - "userConsentDisplayName": "Create tabs in Microsoft Teams.", - "value": "TeamsTab.Create" - }, - { - "description": "Read the names and settings of tabs inside any team in Microsoft Teams, on behalf of the signed-in user. This does not give access to the content inside the tabs.", - "displayName": "Read tabs in Microsoft Teams.", - "id": "59dacb05-e88d-4c13-a684-59f1afc8cc98", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.", - "userConsentDisplayName": "Read tabs in Microsoft Teams.", - "value": "TeamsTab.Read.All" - }, - { - "description": "Read and write tabs in any team in Microsoft Teams, on behalf of the signed-in user. This does not give access to the content inside the tabs.", - "displayName": "Read and write tabs in Microsoft Teams.", - "id": "b98bfd41-87c6-45cc-b104-e2de4f0dafb9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.", - "userConsentDisplayName": "Read and write tabs in Microsoft Teams.", - "value": "TeamsTab.ReadWrite.All" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats the signed-in user can access.", - "displayName": "Allow the Teams app to manage all tabs in chats", - "id": "ee928332-e9c2-4747-b4a0-f8c164b68de6", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.", - "userConsentDisplayName": "Allow the Teams app to manage all tabs in chats", - "value": "TeamsTab.ReadWriteForChat" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams the signed-in user can access.", - "displayName": "Allow the Teams app to manage all tabs in teams", - "id": "c975dd04-a06e-4fbb-9704-62daad77bb49", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.", - "userConsentDisplayName": "Allow the app to manage all tabs in teams", - "value": "TeamsTab.ReadWriteForTeam" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for the signed-in user.", - "displayName": "Allow the Teams app to manage all tabs for a user", - "id": "c37c9b61-7762-4bff-a156-afc0005847a0", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for you.", - "userConsentDisplayName": "Allow the Teams app to manage all tabs for you", - "value": "TeamsTab.ReadWriteForUser" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats the signed-in user can access.", - "displayName": "Allow the Teams app to manage only its own tabs in chats", - "id": "0c219d04-3abf-47f7-912d-5cca239e90e6", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", - "userConsentDisplayName": "Allow the Teams app to manage only its own tabs in chats", - "value": "TeamsTab.ReadWriteSelfForChat" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams the signed-in user can access.", - "displayName": "Allow the Teams app to manage only its own tabs in teams", - "id": "f266662f-120a-4314-b26a-99b08617c7ef", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", - "userConsentDisplayName": "Allow the Teams app to manage only its own tabs in teams", - "value": "TeamsTab.ReadWriteSelfForTeam" - }, - { - "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for the signed-in user.", - "displayName": "Allow the Teams app to manage only its own tabs for a user", - "id": "395dfec1-a0b9-465f-a783-8250a430cb8c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for you.", - "userConsentDisplayName": "Allow the Teams app to manage only its own tabs for you", - "value": "TeamsTab.ReadWriteSelfForUser" - }, - { - "description": "Allows the app to read the available Teams templates, on behalf of the signed-in user.", - "displayName": "Read available Teams templates", - "id": "cd87405c-5792-4f15-92f7-debc0db6d1d6", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Read available Teams templates, on your behalf.", - "userConsentDisplayName": "Read available Teams templates", - "value": "TeamTemplates.Read" - }, - { - "description": "Allows the app to read the Teams app settings on behalf of the signed-in user.", - "displayName": "Read Teams app settings", - "id": "44e060c4-bbdc-4256-a0b9-dcc0396db368", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the Teams app settings on your behalf.", - "userConsentDisplayName": "Read Teams app settings", - "value": "TeamworkAppSettings.Read.All" - }, - { - "description": "Allows the app to read and write the Teams app settings on behalf of the signed-in user.", - "displayName": "Read and write Teams app settings", - "id": "87c556f0-2bd9-4eed-bd74-5dd8af6eaf7e", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the Teams app settings on your behalf.", - "userConsentDisplayName": "Read and write Teams app settings", - "value": "TeamworkAppSettings.ReadWrite.All" - }, - { - "description": "Allow the app to read the management data for Teams devices on behalf of the signed-in user.", - "displayName": "Read Teams devices", - "id": "b659488b-9d28-4208-b2be-1c6652b3c970", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allow the app to read the management data for Teams devices on your behalf.", - "userConsentDisplayName": "Read Teams devices", - "value": "TeamworkDevice.Read.All" - }, - { - "description": "Allow the app to read and write the management data for Teams devices on behalf of the signed-in user.", - "displayName": "Read and write Teams devices", - "id": "ddd97ecb-5c31-43db-a235-0ee20e635c40", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", - "userConsentDisplayName": "Read and write Teams devices", - "value": "TeamworkDevice.ReadWrite.All" - }, - { - "description": "Allows the app to read tags in Teams, on behalf of the signed-in user.", - "displayName": "Read tags in Teams", - "id": "57587d0b-8399-45be-b207-8050cec54575", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read tags in Teams, on your behalf.", - "userConsentDisplayName": "Read tags in Teams", - "value": "TeamworkTag.Read" - }, - { - "description": "Allows the app to read and write tags in Teams, on behalf of the signed-in user.", - "displayName": "Read and write tags in Teams", - "id": "539dabd7-b5b6-4117-b164-d60cd15a8671", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write tags in Teams, on your behalf.", - "userConsentDisplayName": "Read and write tags in Teams", - "value": "TeamworkTag.ReadWrite" - }, - { - "description": "Allows the app to read the term store data that the signed-in user has access to. This includes all sets, groups and terms in the term store.", - "displayName": "Read term store data", - "id": "297f747b-0005-475b-8fef-c890f5152b38", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.", - "userConsentDisplayName": "Read term store data", - "value": "TermStore.Read.All" - }, - { - "description": "Allows the app to read or modify data that the signed-in user has access to. This includes all sets, groups and terms in the term store.", - "displayName": "Read and write term store data", - "id": "6c37c71d-f50f-4bff-8fd3-8a41da390140", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.", - "userConsentDisplayName": "Read and write term store data", - "value": "TermStore.ReadWrite.All" - }, - { - "description": "Allows an app to read your organization's threat assessment requests on behalf of the signed-in user. Also allows the app to create new requests to assess threats received by your organization on behalf of the signed-in user.", - "displayName": "Read and write threat assessment requests", - "id": "cac97e40-6730-457d-ad8d-4852fddab7ad", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.", - "userConsentDisplayName": "Read and write threat assessment requests", - "value": "ThreatAssessment.ReadWrite.All" - }, - { - "description": "Allows the app to run hunting queries, on behalf of the signed-in user.", - "displayName": "Run hunting queries", - "id": "b152eca8-ea73-4a48-8c98-1a6742673d99", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to run hunting queries that you can execute.", - "userConsentDisplayName": "Run hunting queries", - "value": "ThreatHunting.Read.All" - }, - { - "description": "Allows the app to read all the indicators for your organization, on behalf of the signed-in user.", - "displayName": "Read all threat indicators", - "id": "9cc427b4-2004-41c5-aa22-757b755e9796", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read all the indicators for your organization, on your behalf.", - "userConsentDisplayName": "Read all threat indicators", - "value": "ThreatIndicators.Read.All" - }, - { - "description": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on behalf of the signed-in user.  It cannot update any threat indicators it does not own.", - "displayName": "Manage threat indicators this app creates or owns", - "id": "91e7d36d-022a-490f-a748-f8e011357b42", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", - "userConsentDisplayName": "Manage threat indicators this app creates or owns", - "value": "ThreatIndicators.ReadWrite.OwnedBy" - }, - { - "description": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on behalf of the signed-in user.", - "displayName": "Read all threat intelligence information", - "id": "f266d9c0-ccb9-4fb8-a228-01ac0d8d6627", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", - "userConsentDisplayName": "Read threat intelligence Information", - "value": "ThreatIntelligence.Read.All" - }, - { - "description": "Allows the app to read the threat submissions and threat submission policies owned by the signed-in user.", - "displayName": "Read threat submissions", - "id": "fd5353c6-26dd-449f-a565-c4e16b9fce78", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the threat submissions and threat submission policies that you own on your behalf.", - "userConsentDisplayName": "Read threat submissions", - "value": "ThreatSubmission.Read" - }, - { - "description": "Allows the app to read your organization's threat submissions and threat submission policies on behalf of the signed-in user.", - "displayName": "Read all threat submissions", - "id": "7083913a-4966-44b6-9886-c5822a5fd910", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf.", - "userConsentDisplayName": "Read all threat submissions", - "value": "ThreatSubmission.Read.All" - }, - { - "description": "Allows the app to read the threat submissions and threat submission policies owned by the signed-in user. Also allows the app to create new threat submissions on behalf of the signed-in user.", - "displayName": "Read and write threat submissions", - "id": "68a3156e-46c9-443c-b85c-921397f082b5", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.", - "userConsentDisplayName": "Read and write threat submissions", - "value": "ThreatSubmission.ReadWrite" - }, - { - "description": "Allows the app to read your organization's threat submissions and threat submission policies on behalf of the signed-in user. Also allows the app to create new threat submissions on behalf of the signed-in user.", - "displayName": "Read and write all threat submissions", - "id": "8458e264-4eb9-4922-abe9-768d58f13c7f", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", - "userConsentDisplayName": "Read and write all threat submissions", - "value": "ThreatSubmission.ReadWrite.All" - }, - { - "description": "Allows the app to read your organization's threat submission policies on behalf of the signed-in user. Also allows the app to create new threat submission policies on behalf of the signed-in user.", - "displayName": "Read and write all threat submission policies", - "id": "059e5840-5353-4c68-b1da-666a033fc5e8", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.", - "userConsentDisplayName": "Read and write all threat submission policies", - "value": "ThreatSubmissionPolicy.ReadWrite.All" - }, - { - "description": "Allows the app to read trust framework key set properties on behalf of the signed-in user.", - "displayName": "Read trust framework key sets", - "id": "7ad34336-f5b1-44ce-8682-31d7dfcd9ab9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read trust framework key sets, on your behalf.", - "userConsentDisplayName": "Read trust framework key sets", - "value": "TrustFrameworkKeySet.Read.All" - }, - { - "description": "Allows the app to read and write trust framework key set properties on behalf of the signed-in user.", - "displayName": "Read and write trust framework key sets", - "id": "39244520-1e7d-4b4a-aee0-57c65826e427", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read or write trust framework key sets, on your behalf.", - "userConsentDisplayName": "Read and write trust framework key sets", - "value": "TrustFrameworkKeySet.ReadWrite.All" - }, - { - "description": "Allows the app to read basic unified group properties, memberships and owners of the group the signed-in guest is a member of.", - "displayName": "Read unified group memberships as guest", - "id": "73e75199-7c3e-41bb-9357-167164dbb415", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read basic unified group properties, memberships and owners of the group you are a member of.", - "userConsentDisplayName": "Read unified group memberships as guest", - "value": "UnifiedGroupMember.Read.AsGuest" - }, - { - "description": "Allows the app to read the lifecycle information like employeeLeaveDateTime of users in your organization, on behalf of the signed-in user.", - "displayName": "Read all users' lifecycle information", - "id": "ed8d2a04-0374-41f1-aefe-da8ac87ccc87", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the lifecycle information like employeeLeaveDateTime of users in your organization, on behalf of the signed-in user.", - "userConsentDisplayName": "Read all users' lifecycle information", - "value": "User-LifeCycleInfo.Read.All" - }, - { - "description": "Allows the app to read and write the lifecycle information like employeeLeaveDateTime of users in your organization, on behalf of the signed-in user.", - "displayName": "Read and write all users' lifecycle information", - "id": "7ee7473e-bd4b-4c9f-987c-bd58481f5fa2", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the lifecycle information like employeeLeaveDateTime of users in your organization, on behalf of the signed-in user.", - "userConsentDisplayName": "Read and write all users' lifecycle information", - "value": "User-LifeCycleInfo.ReadWrite.All" - }, - { - "description": "Allows the app to enable and disable users' accounts, on behalf of the signed-in user.", - "displayName": "Enable and disable user accounts", - "id": "f92e74e7-2563-467f-9dd0-902688cb5863", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to enable and disable users' accounts, on your behalf.", - "userConsentDisplayName": "Enable and disable user accounts", - "value": "User.EnableDisableAccount.All" - }, - { - "description": "Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).", - "displayName": "Export user's data", - "id": "405a51b5-8d8d-430b-9842-8be4b0e9f324", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).", - "userConsentDisplayName": "Export user's data", - "value": "User.Export.All" - }, - { - "description": "Allows the app to invite guest users to the organization, on behalf of the signed-in user.", - "displayName": "Invite guest users to the organization", - "id": "63dd7cd9-b489-4adf-a28c-ac38b9a0f962", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to invite guest users to the organization, on your behalf.", - "userConsentDisplayName": "Invite guest users to the organization", - "value": "User.Invite.All" - }, - { - "description": "Allows the app to read, update and delete identities that are associated with a user's account that the signed-in user has access to. This controls the identities users can sign-in with.", - "displayName": "Manage user identities", - "id": "637d7bec-b31e-4deb-acc9-24275642a2c9", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read, update and delete identities that are associated with a user's account that you have access to. This controls the identities users can sign-in with.", - "userConsentDisplayName": "Manage user identities", - "value": "User.ManageIdentities.All" - }, - { - "description": "Allows users to sign-in to the app, and allows the app to read the profile of signed-in users. It also allows the app to read basic company information of signed-in users.", - "displayName": "Sign in and read user profile", - "id": "e1fe6dd8-ba31-4d61-89e7-88639da4683d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "userConsentDisplayName": "Sign you in and read your profile", - "value": "User.Read" - }, - { - "description": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.", - "displayName": "Read all users' full profiles", - "id": "a154be20-db9c-4678-8ab7-66f6cc099a59", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "userConsentDisplayName": "Read all users' full profiles", - "value": "User.Read.All" - }, - { - "description": "Allows the app to read a basic set of profile properties of other users in your organization on behalf of the signed-in user. This includes display name, first and last name, email address and photo.", - "displayName": "Read all users' basic profiles", - "id": "b340eb25-3456-403f-be2f-af7a0d370277", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "userConsentDisplayName": "Read all users' basic profiles", - "value": "User.ReadBasic.All" - }, - { - "description": "Allows the app to read your profile. It also allows the app to update your profile information on your behalf.", - "displayName": "Read and write access to user profile", - "id": "b4e74841-8e56-480b-be8b-910348b18b4c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "userConsentDisplayName": "Read and update your profile", - "value": "User.ReadWrite" - }, - { - "description": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.", - "displayName": "Read and write all users' full profiles", - "id": "204e0828-b5ca-4ad8-b9f3-f32a958e7cc4", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "userConsentDisplayName": "Read and write all users' full profiles", - "value": "User.ReadWrite.All" - }, - { - "description": "Allows the app to read and report the signed-in user's activity in the app.", - "displayName": "Read and write app activity to users' activity feed", - "id": "47607519-5fb1-47d9-99c7-da4b48f369b1", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and report your activity in the app.", - "userConsentDisplayName": "Read and write app activity to your activity feed", - "value": "UserActivity.ReadWrite.CreatedByApp" - }, - { - "description": "Allows the app to read the signed-in user's authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like the signed-in user's passwords, or to sign-in or otherwise use the signed-in user's authentication methods.", - "displayName": "Read user authentication methods.", - "id": "1f6b61c5-2f65-4135-9c9f-31c0f8d32b52", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "userConsentDisplayName": "Read your authentication methods.", - "value": "UserAuthenticationMethod.Read" - }, - { - "description": "Allows the app to read authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "displayName": "Read all users' authentication methods", - "id": "aec28ec7-4d02-4e8c-b864-50163aea77eb", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "userConsentDisplayName": "Read all users' authentication methods", - "value": "UserAuthenticationMethod.Read.All" - }, - { - "description": "Allows the app to read and write the signed-in user's authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like the signed-in user's passwords, or to sign-in or otherwise use the signed-in user's authentication methods. ", - "displayName": "Read and write user authentication methods", - "id": "48971fc1-70d7-4245-af77-0beb29b53ee2", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "userConsentDisplayName": "Read and write your authentication methods", - "value": "UserAuthenticationMethod.ReadWrite" - }, - { - "description": " Allows the app to read and write authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "displayName": "Read and write all users' authentication methods.", - "id": "b7887744-6746-4312-813d-72daeaee7e2d", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "userConsentDisplayName": "Read and write all users' authentication methods", - "value": "UserAuthenticationMethod.ReadWrite.All" - }, - { - "description": "Allows the app to send, read, update and delete user’s notifications.", - "displayName": "Deliver and manage user's notifications", - "id": "26e2f3e8-b2a1-47fc-9620-89bb5b042024", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to send, read, update and delete your app-specific notifications.", - "userConsentDisplayName": "Deliver and manage your notifications", - "value": "UserNotification.ReadWrite.CreatedByApp" - }, - { - "description": "Allows the app to report the signed-in user's app activity information to Microsoft Timeline.", - "displayName": "Write app activity to users' timeline", - "id": "367492fc-594d-4972-a9b5-0d58c622c91c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to report your app activity information to Microsoft Timeline.", - "userConsentDisplayName": "Write app activity to your timeline", - "value": "UserTimelineActivity.Write.CreatedByApp" - }, - { - "description": "Allows an application to read virtual appointments for the signed-in user. Only an organizer or participant user can read their virtual appointments.  ", - "displayName": "Read a user's virtual appointments", - "id": "27470298-d3b8-4b9c-aad4-6334312a3eac", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read virtual appointments on your behalf.  ", - "userConsentDisplayName": "Read your virtual appointments ", - "value": "VirtualAppointment.Read" - }, - { - "description": "Allows an application to read and write virtual appointments for the signed-in user. Only an organizer or participant user can read and write their virtual appointments. ", - "displayName": "Read and write a user's virtual appointments  ", - "id": "2ccc2926-a528-4b17-b8bb-860eed29d64c", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write virtual appointments on your behalf.  ", - "userConsentDisplayName": "Read and write your virtual appointments", - "value": "VirtualAppointment.ReadWrite" - }, - { - "description": "Allows the app to read virtual events created by the you", - "displayName": "Read your virtual events", - "id": "6b616635-ae58-433a-a918-8c45e4f304dc", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read virtual events created by the you", - "userConsentDisplayName": "Read your virtual events", - "value": "VirtualEvent.Read" - }, - { - "description": "Allows the app to read and write all Windows update deployment settings for the organization on behalf of the signed-in user.", - "displayName": "Read and write all Windows update deployment settings", - "id": "11776c0c-6138-4db3-a668-ee621bea2555", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", - "userConsentDisplayName": "Read and write all Windows update deployment settings", - "value": "WindowsUpdates.ReadWrite.All" - }, - { - "description": "Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on behalf of the signed-in user.", - "displayName": "Read workforce integrations", - "id": "f1ccd5a7-6383-466a-8db8-1a656f7d06fa", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", - "userConsentDisplayName": "Read workforce integrations", - "value": "WorkforceIntegration.Read.All" - }, - { - "description": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on behalf of the signed-in user.", - "displayName": "Read and write workforce integrations", - "id": "08c4b377-0d23-4a8b-be2a-23c1c1d88545", - "isEnabled": true, - "origin": "Delegated", - "userConsentDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", - "userConsentDisplayName": "Read and write workforce integrations", - "value": "WorkforceIntegration.ReadWrite.All" - } -] diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png index b1311174e895..f2388ad94457 100644 Binary files a/public/android-chrome-192x192.png and b/public/android-chrome-192x192.png differ diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png index 9221cc217c35..85f7bba00f59 100644 Binary files a/public/android-chrome-512x512.png and b/public/android-chrome-512x512.png differ diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png index 8c81e4e2c7c1..31a8bad5c448 100644 Binary files a/public/apple-touch-icon.png and b/public/apple-touch-icon.png differ diff --git a/public/assets/avatars/avatar-adler-atthowe.jpg b/public/assets/avatars/avatar-adler-atthowe.jpg new file mode 100644 index 000000000000..848b93ce6717 Binary files /dev/null and b/public/assets/avatars/avatar-adler-atthowe.jpg differ diff --git a/public/assets/avatars/avatar-andi-jevons.jpg b/public/assets/avatars/avatar-andi-jevons.jpg new file mode 100644 index 000000000000..5fb7c54a5e98 Binary files /dev/null and b/public/assets/avatars/avatar-andi-jevons.jpg differ diff --git a/public/assets/avatars/avatar-bell-covely.jpg b/public/assets/avatars/avatar-bell-covely.jpg new file mode 100644 index 000000000000..4cde5d81c4ae Binary files /dev/null and b/public/assets/avatars/avatar-bell-covely.jpg differ diff --git a/public/assets/avatars/avatar-candace-royden.jpg b/public/assets/avatars/avatar-candace-royden.jpg new file mode 100644 index 000000000000..6524b8fcb96a Binary files /dev/null and b/public/assets/avatars/avatar-candace-royden.jpg differ diff --git a/public/assets/avatars/avatar-chen-simmons.jpg b/public/assets/avatars/avatar-chen-simmons.jpg new file mode 100644 index 000000000000..8ba07c93dd0a Binary files /dev/null and b/public/assets/avatars/avatar-chen-simmons.jpg differ diff --git a/public/assets/avatars/avatar-eda-annies.jpg b/public/assets/avatars/avatar-eda-annies.jpg new file mode 100644 index 000000000000..3fe0c77f665a Binary files /dev/null and b/public/assets/avatars/avatar-eda-annies.jpg differ diff --git a/public/assets/avatars/avatar-emelia-brizland.jpg b/public/assets/avatars/avatar-emelia-brizland.jpg new file mode 100644 index 000000000000..ca44492cd6e7 Binary files /dev/null and b/public/assets/avatars/avatar-emelia-brizland.jpg differ diff --git a/public/assets/avatars/avatar-fabiano-jorioz.jpg b/public/assets/avatars/avatar-fabiano-jorioz.jpg new file mode 100644 index 000000000000..f1ddab7cdad5 Binary files /dev/null and b/public/assets/avatars/avatar-fabiano-jorioz.jpg differ diff --git a/public/assets/avatars/avatar-giraud-lamlin.jpg b/public/assets/avatars/avatar-giraud-lamlin.jpg new file mode 100644 index 000000000000..af89ad6ecb3f Binary files /dev/null and b/public/assets/avatars/avatar-giraud-lamlin.jpg differ diff --git a/public/assets/avatars/avatar-horia-tepar.jpg b/public/assets/avatars/avatar-horia-tepar.jpg new file mode 100644 index 000000000000..39ef93d3f1fc Binary files /dev/null and b/public/assets/avatars/avatar-horia-tepar.jpg differ diff --git a/public/assets/avatars/avatar-jenilee-felderer.jpg b/public/assets/avatars/avatar-jenilee-felderer.jpg new file mode 100644 index 000000000000..fde03dbd0d57 Binary files /dev/null and b/public/assets/avatars/avatar-jenilee-felderer.jpg differ diff --git a/public/assets/avatars/avatar-meggie-heinonen.jpg b/public/assets/avatars/avatar-meggie-heinonen.jpg new file mode 100644 index 000000000000..b82d688eaed6 Binary files /dev/null and b/public/assets/avatars/avatar-meggie-heinonen.jpg differ diff --git a/public/assets/avatars/avatar-priscilla-parades.jpg b/public/assets/avatars/avatar-priscilla-parades.jpg new file mode 100644 index 000000000000..52a057cdae9c Binary files /dev/null and b/public/assets/avatars/avatar-priscilla-parades.jpg differ diff --git a/public/assets/avatars/avatar-rustin-rathe.jpg b/public/assets/avatars/avatar-rustin-rathe.jpg new file mode 100644 index 000000000000..7d2f8cc169e1 Binary files /dev/null and b/public/assets/avatars/avatar-rustin-rathe.jpg differ diff --git a/public/assets/avatars/avatar-sean-picott.jpg b/public/assets/avatars/avatar-sean-picott.jpg new file mode 100644 index 000000000000..3e474d761960 Binary files /dev/null and b/public/assets/avatars/avatar-sean-picott.jpg differ diff --git a/public/assets/avatars/avatar-wilhelm-engall.jpg b/public/assets/avatars/avatar-wilhelm-engall.jpg new file mode 100644 index 000000000000..7dff34e3f9f9 Binary files /dev/null and b/public/assets/avatars/avatar-wilhelm-engall.jpg differ diff --git a/public/assets/flags/flag-de.svg b/public/assets/flags/flag-de.svg new file mode 100644 index 000000000000..bba6365dccc5 --- /dev/null +++ b/public/assets/flags/flag-de.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/assets/flags/flag-es.svg b/public/assets/flags/flag-es.svg new file mode 100644 index 000000000000..6bb1d4b58d74 --- /dev/null +++ b/public/assets/flags/flag-es.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/assets/flags/flag-uk.svg b/public/assets/flags/flag-uk.svg new file mode 100644 index 000000000000..6bd75d83e567 --- /dev/null +++ b/public/assets/flags/flag-uk.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/home-features-auth.png b/public/assets/home-features-auth.png new file mode 100644 index 000000000000..e7d7aa9da8ef Binary files /dev/null and b/public/assets/home-features-auth.png differ diff --git a/public/assets/home-features-filters.png b/public/assets/home-features-filters.png new file mode 100644 index 000000000000..e8555b0fa3df Binary files /dev/null and b/public/assets/home-features-filters.png differ diff --git a/public/assets/home-features-states.png b/public/assets/home-features-states.png new file mode 100644 index 000000000000..8ec795a542e1 Binary files /dev/null and b/public/assets/home-features-states.png differ diff --git a/public/assets/home-flows.png b/public/assets/home-flows.png new file mode 100644 index 000000000000..17126b704c53 Binary files /dev/null and b/public/assets/home-flows.png differ diff --git a/public/assets/home-hero.png b/public/assets/home-hero.png new file mode 100644 index 000000000000..a0f6bead6cc4 Binary files /dev/null and b/public/assets/home-hero.png differ diff --git a/public/assets/illustration-not-found.svg b/public/assets/illustration-not-found.svg new file mode 100644 index 000000000000..147944880e94 --- /dev/null +++ b/public/assets/illustration-not-found.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/illustration-reports.png b/public/assets/illustration-reports.png new file mode 100644 index 000000000000..b54c92e1f4fc Binary files /dev/null and b/public/assets/illustration-reports.png differ diff --git a/public/assets/illustrations/undraw-into-the-night-nd84.svg b/public/assets/illustrations/undraw-into-the-night-nd84.svg new file mode 100644 index 000000000000..a7d05162299b --- /dev/null +++ b/public/assets/illustrations/undraw-into-the-night-nd84.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_analysis_dq08.svg b/public/assets/illustrations/undraw_analysis_dq08.svg new file mode 100644 index 000000000000..b769a4c4c23e --- /dev/null +++ b/public/assets/illustrations/undraw_analysis_dq08.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_apps_re_ienc.svg b/public/assets/illustrations/undraw_apps_re_ienc.svg new file mode 100644 index 000000000000..ffb8135ed6e8 --- /dev/null +++ b/public/assets/illustrations/undraw_apps_re_ienc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_articles_wbpb.svg b/public/assets/illustrations/undraw_articles_wbpb.svg new file mode 100644 index 000000000000..9199f58c645c --- /dev/null +++ b/public/assets/illustrations/undraw_articles_wbpb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_audio_conversation_re_3t38.svg b/public/assets/illustrations/undraw_audio_conversation_re_3t38.svg new file mode 100644 index 000000000000..848571b94a0c --- /dev/null +++ b/public/assets/illustrations/undraw_audio_conversation_re_3t38.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_bug_fixing_oc-7-a.svg b/public/assets/illustrations/undraw_bug_fixing_oc-7-a.svg new file mode 100644 index 000000000000..540feb57a01a --- /dev/null +++ b/public/assets/illustrations/undraw_bug_fixing_oc-7-a.svg @@ -0,0 +1 @@ +bug fixing \ No newline at end of file diff --git a/public/assets/illustrations/undraw_business_chat_re_gg4h.svg b/public/assets/illustrations/undraw_business_chat_re_gg4h.svg new file mode 100644 index 000000000000..8f7e0d60af5c --- /dev/null +++ b/public/assets/illustrations/undraw_business_chat_re_gg4h.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_button_style_re_uctt.svg b/public/assets/illustrations/undraw_button_style_re_uctt.svg new file mode 100644 index 000000000000..de17287e0f37 --- /dev/null +++ b/public/assets/illustrations/undraw_button_style_re_uctt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_cloud_hosting_7xb1.svg b/public/assets/illustrations/undraw_cloud_hosting_7xb1.svg new file mode 100644 index 000000000000..b7f44f846383 --- /dev/null +++ b/public/assets/illustrations/undraw_cloud_hosting_7xb1.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_engineering_team_a7n2.svg b/public/assets/illustrations/undraw_engineering_team_a7n2.svg new file mode 100644 index 000000000000..855f2096bac6 --- /dev/null +++ b/public/assets/illustrations/undraw_engineering_team_a7n2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_experience_design_re_dmqq.svg b/public/assets/illustrations/undraw_experience_design_re_dmqq.svg new file mode 100644 index 000000000000..6f45d18fa4e9 --- /dev/null +++ b/public/assets/illustrations/undraw_experience_design_re_dmqq.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_innovative_re_rr5i.svg b/public/assets/illustrations/undraw_innovative_re_rr5i.svg new file mode 100644 index 000000000000..cf874d6d1120 --- /dev/null +++ b/public/assets/illustrations/undraw_innovative_re_rr5i.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_lost_re_xqjt.svg b/public/assets/illustrations/undraw_lost_re_xqjt.svg new file mode 100644 index 000000000000..1db6ea192810 --- /dev/null +++ b/public/assets/illustrations/undraw_lost_re_xqjt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_mindfulness_8gqa.svg b/public/assets/illustrations/undraw_mindfulness_8gqa.svg new file mode 100644 index 000000000000..a3038a9feb6c --- /dev/null +++ b/public/assets/illustrations/undraw_mindfulness_8gqa.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_multitasking_re_ffpb.svg b/public/assets/illustrations/undraw_multitasking_re_ffpb.svg new file mode 100644 index 000000000000..c2fc2d09db89 --- /dev/null +++ b/public/assets/illustrations/undraw_multitasking_re_ffpb.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_not_found_re_bh2e.svg b/public/assets/illustrations/undraw_not_found_re_bh2e.svg new file mode 100644 index 000000000000..8ba6f36ddab1 --- /dev/null +++ b/public/assets/illustrations/undraw_not_found_re_bh2e.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_online_test_re_kyfx.svg b/public/assets/illustrations/undraw_online_test_re_kyfx.svg new file mode 100644 index 000000000000..e6345e9590b1 --- /dev/null +++ b/public/assets/illustrations/undraw_online_test_re_kyfx.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_open_note_6nva.svg b/public/assets/illustrations/undraw_open_note_6nva.svg new file mode 100644 index 000000000000..31677b3f6c49 --- /dev/null +++ b/public/assets/illustrations/undraw_open_note_6nva.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_server_status_re_n8ln.svg b/public/assets/illustrations/undraw_server_status_re_n8ln.svg new file mode 100644 index 000000000000..edbc9c1f7f09 --- /dev/null +++ b/public/assets/illustrations/undraw_server_status_re_n8ln.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_solution_mindset_re_57bf.svg b/public/assets/illustrations/undraw_solution_mindset_re_57bf.svg new file mode 100644 index 000000000000..7bb3cd635f2b --- /dev/null +++ b/public/assets/illustrations/undraw_solution_mindset_re_57bf.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_speed_test_re_pe1f.svg b/public/assets/illustrations/undraw_speed_test_re_pe1f.svg new file mode 100644 index 000000000000..e1e3e3c80006 --- /dev/null +++ b/public/assets/illustrations/undraw_speed_test_re_pe1f.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_undraw_undraw_undraw_sign_up_ln1s_-1-_s4bc_-1-_ee41_-1-_kf4d.svg b/public/assets/illustrations/undraw_undraw_undraw_undraw_sign_up_ln1s_-1-_s4bc_-1-_ee41_-1-_kf4d.svg new file mode 100644 index 000000000000..d1294e322ef0 --- /dev/null +++ b/public/assets/illustrations/undraw_undraw_undraw_undraw_sign_up_ln1s_-1-_s4bc_-1-_ee41_-1-_kf4d.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_website_ij0l.svg b/public/assets/illustrations/undraw_website_ij0l.svg new file mode 100644 index 000000000000..4a35bd0177a0 --- /dev/null +++ b/public/assets/illustrations/undraw_website_ij0l.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/illustrations/undraw_writer_q06d.svg b/public/assets/illustrations/undraw_writer_q06d.svg new file mode 100644 index 000000000000..3f9f5facd4cd --- /dev/null +++ b/public/assets/illustrations/undraw_writer_q06d.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/integrations/cipp-api.png b/public/assets/integrations/cipp-api.png new file mode 100644 index 000000000000..48b3e4f2f20c Binary files /dev/null and b/public/assets/integrations/cipp-api.png differ diff --git a/public/assets/integrations/cloudflare.png b/public/assets/integrations/cloudflare.png new file mode 100644 index 000000000000..636ae6831405 Binary files /dev/null and b/public/assets/integrations/cloudflare.png differ diff --git a/public/assets/integrations/github.png b/public/assets/integrations/github.png new file mode 100644 index 000000000000..e03d8dd8bcf0 Binary files /dev/null and b/public/assets/integrations/github.png differ diff --git a/public/assets/integrations/github_dark.png b/public/assets/integrations/github_dark.png new file mode 100644 index 000000000000..c61ab9d0582e Binary files /dev/null and b/public/assets/integrations/github_dark.png differ diff --git a/public/assets/integrations/gradient.png b/public/assets/integrations/gradient.png new file mode 100644 index 000000000000..82b54a3b1626 Binary files /dev/null and b/public/assets/integrations/gradient.png differ diff --git a/public/assets/integrations/gradient_dark.png b/public/assets/integrations/gradient_dark.png new file mode 100644 index 000000000000..d5bf84946a1f Binary files /dev/null and b/public/assets/integrations/gradient_dark.png differ diff --git a/public/assets/integrations/halo.png b/public/assets/integrations/halo.png new file mode 100644 index 000000000000..f86fe30f45ec Binary files /dev/null and b/public/assets/integrations/halo.png differ diff --git a/public/assets/integrations/halo.svg b/public/assets/integrations/halo.svg new file mode 100644 index 000000000000..9d45a2b5d619 --- /dev/null +++ b/public/assets/integrations/halo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/integrations/hibp.png b/public/assets/integrations/hibp.png new file mode 100644 index 000000000000..552e40755708 Binary files /dev/null and b/public/assets/integrations/hibp.png differ diff --git a/public/assets/integrations/hudu.png b/public/assets/integrations/hudu.png new file mode 100644 index 000000000000..6427d9eea88e Binary files /dev/null and b/public/assets/integrations/hudu.png differ diff --git a/public/assets/integrations/hudu_dark.png b/public/assets/integrations/hudu_dark.png new file mode 100644 index 000000000000..bae61ee3ea2f Binary files /dev/null and b/public/assets/integrations/hudu_dark.png differ diff --git a/public/assets/integrations/ninjaone.png b/public/assets/integrations/ninjaone.png new file mode 100644 index 000000000000..1853d6fcaf6f Binary files /dev/null and b/public/assets/integrations/ninjaone.png differ diff --git a/public/assets/integrations/ninjaone_dark.png b/public/assets/integrations/ninjaone_dark.png new file mode 100644 index 000000000000..faac382ea491 Binary files /dev/null and b/public/assets/integrations/ninjaone_dark.png differ diff --git a/public/assets/integrations/pwpush_dark.png b/public/assets/integrations/pwpush_dark.png new file mode 100644 index 000000000000..f416a470edc9 Binary files /dev/null and b/public/assets/integrations/pwpush_dark.png differ diff --git a/public/assets/integrations/pwpush_light.png b/public/assets/integrations/pwpush_light.png new file mode 100644 index 000000000000..e52304c4e161 Binary files /dev/null and b/public/assets/integrations/pwpush_light.png differ diff --git a/public/assets/integrations/sherweb.png b/public/assets/integrations/sherweb.png new file mode 100644 index 000000000000..60752341912c Binary files /dev/null and b/public/assets/integrations/sherweb.png differ diff --git a/public/assets/integrations/sherweb_dark.png b/public/assets/integrations/sherweb_dark.png new file mode 100644 index 000000000000..748dc0e67a4d Binary files /dev/null and b/public/assets/integrations/sherweb_dark.png differ diff --git a/public/assets/logo.svg b/public/assets/logo.svg new file mode 100644 index 000000000000..2de656560472 --- /dev/null +++ b/public/assets/logo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/public/assets/logos/logo-amplify.svg b/public/assets/logos/logo-amplify.svg new file mode 100644 index 000000000000..11f72ee4bc97 --- /dev/null +++ b/public/assets/logos/logo-amplify.svg @@ -0,0 +1,15 @@ + + + + Fill-1 + Created with Sketch. + + + + + + + + + + \ No newline at end of file diff --git a/public/assets/logos/logo-auth0.svg b/public/assets/logos/logo-auth0.svg new file mode 100644 index 000000000000..9bf44793fbf1 --- /dev/null +++ b/public/assets/logos/logo-auth0.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/logos/logo-figma.svg b/public/assets/logos/logo-figma.svg new file mode 100644 index 000000000000..d8fac143157b --- /dev/null +++ b/public/assets/logos/logo-figma.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/assets/logos/logo-firebase.svg b/public/assets/logos/logo-firebase.svg new file mode 100644 index 000000000000..bd2ee11b4e5b --- /dev/null +++ b/public/assets/logos/logo-firebase.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/assets/logos/logo-jwt.svg b/public/assets/logos/logo-jwt.svg new file mode 100644 index 000000000000..4afa1fb51be1 --- /dev/null +++ b/public/assets/logos/logo-jwt.svg @@ -0,0 +1,27 @@ + + + + Group + Created with Sketch. + + + + + \ No newline at end of file diff --git a/public/assets/logos/logo-react.svg b/public/assets/logos/logo-react.svg new file mode 100644 index 000000000000..102ece55ec9a --- /dev/null +++ b/public/assets/logos/logo-react.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/logos/logo-typescript.svg b/public/assets/logos/logo-typescript.svg new file mode 100644 index 000000000000..341117d0f9fe --- /dev/null +++ b/public/assets/logos/logo-typescript.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/assets/pages-dropdown.png b/public/assets/pages-dropdown.png new file mode 100644 index 000000000000..935cb9f64290 Binary files /dev/null and b/public/assets/pages-dropdown.png differ diff --git a/public/assets/products/product-1.png b/public/assets/products/product-1.png new file mode 100644 index 000000000000..9fd7f5c224eb Binary files /dev/null and b/public/assets/products/product-1.png differ diff --git a/public/assets/products/product-10.png b/public/assets/products/product-10.png new file mode 100644 index 000000000000..bd38365f51e7 Binary files /dev/null and b/public/assets/products/product-10.png differ diff --git a/public/assets/products/product-2.png b/public/assets/products/product-2.png new file mode 100644 index 000000000000..546ef43128c8 Binary files /dev/null and b/public/assets/products/product-2.png differ diff --git a/public/assets/products/product-3.png b/public/assets/products/product-3.png new file mode 100644 index 000000000000..2faf44bd36cb Binary files /dev/null and b/public/assets/products/product-3.png differ diff --git a/public/assets/products/product-4.png b/public/assets/products/product-4.png new file mode 100644 index 000000000000..badf6ea82b67 Binary files /dev/null and b/public/assets/products/product-4.png differ diff --git a/public/assets/products/product-5.png b/public/assets/products/product-5.png new file mode 100644 index 000000000000..6d15469c4cc6 Binary files /dev/null and b/public/assets/products/product-5.png differ diff --git a/public/assets/products/product-6.png b/public/assets/products/product-6.png new file mode 100644 index 000000000000..f29d24e53012 Binary files /dev/null and b/public/assets/products/product-6.png differ diff --git a/public/assets/products/product-7.png b/public/assets/products/product-7.png new file mode 100644 index 000000000000..ebd63f54e068 Binary files /dev/null and b/public/assets/products/product-7.png differ diff --git a/public/assets/products/product-8.png b/public/assets/products/product-8.png new file mode 100644 index 000000000000..f8b4c54100fb Binary files /dev/null and b/public/assets/products/product-8.png differ diff --git a/public/assets/products/product-9.png b/public/assets/products/product-9.png new file mode 100644 index 000000000000..7c8f645cb260 Binary files /dev/null and b/public/assets/products/product-9.png differ diff --git a/public/assets/support-adrian.png b/public/assets/support-adrian.png new file mode 100644 index 000000000000..b724710b75e9 Binary files /dev/null and b/public/assets/support-adrian.png differ diff --git a/public/assets/support-alexandru.png b/public/assets/support-alexandru.png new file mode 100644 index 000000000000..5f3d5a40f1a7 Binary files /dev/null and b/public/assets/support-alexandru.png differ diff --git a/public/assets/support-stefania.png b/public/assets/support-stefania.png new file mode 100644 index 000000000000..8f9443f617ba Binary files /dev/null and b/public/assets/support-stefania.png differ diff --git a/public/browserconfig.xml b/public/browserconfig.xml deleted file mode 100644 index 1bc305525d1f..000000000000 --- a/public/browserconfig.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - #da532c - - - diff --git a/public/discord-mark-blue.svg b/public/discord-mark-blue.svg new file mode 100644 index 000000000000..4cadbc7f7ed3 --- /dev/null +++ b/public/discord-mark-blue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png index 28a3adf917be..248f0b10110b 100644 Binary files a/public/favicon-16x16.png and b/public/favicon-16x16.png differ diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png index bd596be60992..374d45216fdf 100644 Binary files a/public/favicon-32x32.png and b/public/favicon-32x32.png differ diff --git a/public/favicon.ico b/public/favicon.ico index 207000a51a00..ea04bf0fe468 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git "a/public/img/NinjaOne\342\224\254\302\253 Logo white@4x.png" "b/public/img/NinjaOne\342\224\254\302\253 Logo white@4x.png" deleted file mode 100644 index 8654c2d79484..000000000000 Binary files "a/public/img/NinjaOne\342\224\254\302\253 Logo white@4x.png" and /dev/null differ diff --git a/public/img/augmentt-dark.png b/public/img/augmentt-dark.png deleted file mode 100644 index f32dea1cfce9..000000000000 Binary files a/public/img/augmentt-dark.png and /dev/null differ diff --git a/public/img/augmentt-light.png b/public/img/augmentt-light.png deleted file mode 100644 index 46bead134eb1..000000000000 Binary files a/public/img/augmentt-light.png and /dev/null differ diff --git a/public/img/datto.png b/public/img/datto.png deleted file mode 100644 index b0fad6f50233..000000000000 Binary files a/public/img/datto.png and /dev/null differ diff --git a/public/img/huntress_teal.png b/public/img/huntress_teal.png deleted file mode 100644 index 96562e74d99d..000000000000 Binary files a/public/img/huntress_teal.png and /dev/null differ diff --git a/public/img/ninjaone.png b/public/img/ninjaone.png deleted file mode 100644 index ca84ac5e450c..000000000000 Binary files a/public/img/ninjaone.png and /dev/null differ diff --git a/public/img/ninjaone_dark.png b/public/img/ninjaone_dark.png deleted file mode 100644 index 47bcc219ead8..000000000000 Binary files a/public/img/ninjaone_dark.png and /dev/null differ diff --git a/public/img/rewst.png b/public/img/rewst.png deleted file mode 100644 index 6d52a7838533..000000000000 Binary files a/public/img/rewst.png and /dev/null differ diff --git a/public/img/rewst_dark.png b/public/img/rewst_dark.png deleted file mode 100644 index b4b215b8ec46..000000000000 Binary files a/public/img/rewst_dark.png and /dev/null differ diff --git a/public/languageList.json b/public/languageList.json new file mode 100644 index 000000000000..769bf0b60f6b --- /dev/null +++ b/public/languageList.json @@ -0,0 +1,597 @@ +[ + { + "language": "Arabic", + "Geographic area": "Saudi Arabia", + "tag": "ar-SA", + "languageTag": "Arabic (ar-SA)", + "LCID": "1025" + }, + { + "language": "Arabic", + "Geographic area": "Algeria", + "tag": "ar-DZ", + "languageTag": "Arabic (ar-DZ)", + "LCID": "5121" + }, + { + "language": "Arabic", + "Geographic area": "Egypt", + "tag": "ar-EG", + "languageTag": "Arabic (ar-EG)", + "LCID": "3073" + }, + { + "language": "Arabic", + "Geographic area": "Bahrain", + "tag": "ar-BH", + "languageTag": "Arabic (ar-BH)", + "LCID": "15361" + }, + { + "language": "Arabic", + "Geographic area": "Iraq", + "tag": "ar-IQ", + "languageTag": "Arabic (ar-IQ)", + "LCID": "2049" + }, + { + "language": "Arabic", + "Geographic area": "Jordan", + "tag": "ar-JO", + "languageTag": "Arabic (ar-JO)", + "LCID": "11265" + }, + { + "language": "Arabic", + "Geographic area": "Kuwait", + "tag": "ar-KW", + "languageTag": "Arabic (ar-KW)", + "LCID": "13313" + }, + { + "language": "Arabic", + "Geographic area": "Lebanon", + "tag": "ar-LB", + "languageTag": "Arabic (ar-LB)", + "LCID": "12289" + }, + { + "language": "Arabic", + "Geographic area": "Libya", + "tag": "ar-LY", + "languageTag": "Arabic (ar-LY)", + "LCID": "4097" + }, + { + "language": "Arabic", + "Geographic area": "Morocco", + "tag": "ar-MA", + "languageTag": "Arabic (ar-MA)", + "LCID": "6145" + }, + { + "language": "Arabic", + "Geographic area": "Oman", + "tag": "ar-OM", + "languageTag": "Arabic (ar-OM)", + "LCID": "8193" + }, + { + "language": "Arabic", + "Geographic area": "Qatar", + "tag": "ar-QA", + "languageTag": "Arabic (ar-QA)", + "LCID": "16385" + }, + { + "language": "Arabic", + "Geographic area": "Syria", + "tag": "ar-SY", + "languageTag": "Arabic (ar-SY)", + "LCID": "10241" + }, + { + "language": "Arabic", + "Geographic area": "Tunisia", + "tag": "ar-TN", + "languageTag": "Arabic (ar-TN)", + "LCID": "7169" + }, + { + "language": "Arabic", + "Geographic area": "UAE", + "tag": "ar-AE", + "languageTag": "Arabic (ar-AE)", + "LCID": "14337" + }, + { + "language": "Arabic", + "Geographic area": "Yemen", + "tag": "ar-YE", + "languageTag": "Arabic (ar-YE)", + "LCID": "9217" + }, + { + "language": "Bulgarian", + "Geographic area": "Bulgaria", + "tag": "bg-BG", + "languageTag": "Bulgarian (bg-BG)", + "LCID": "1026" + }, + { + "language": "Chinese (Simplified)", + "Geographic area": "People's Republic of China", + "tag": "zh-CN", + "languageTag": "Chinese (Simplified) (zh-CN)", + "LCID": "2052" + }, + { + "language": "Chinese", + "Geographic area": "Taiwan", + "tag": "zh-TW", + "languageTag": "Chinese (zh-TW)", + "LCID": "1028" + }, + { + "language": "Chinese", + "Geographic area": "Hong Kong SAR", + "tag": "zh-HK", + "languageTag": "Chinese (zh-HK)", + "LCID": "3076" + }, + { + "language": "Croatian", + "Geographic area": "Croatia", + "tag": "hr-HR", + "languageTag": "Croatian (hr-HR)", + "LCID": "1050" + }, + { + "language": "Czech", + "Geographic area": "Czech Republic", + "tag": "cs-CZ", + "languageTag": "Czech (cs-CZ)", + "LCID": "1029" + }, + { + "language": "Danish", + "Geographic area": "Denmark", + "tag": "da-DK", + "languageTag": "Danish (da-DK)", + "LCID": "1030" + }, + { + "language": "Dutch", + "Geographic area": "Netherlands", + "tag": "nl-NL", + "languageTag": "Dutch (nl-NL)", + "LCID": "1043" + }, + { + "language": "English", + "Geographic area": "United States", + "tag": "en-US", + "languageTag": "English (en-US)", + "LCID": "1033" + }, + { + "language": "English", + "Geographic area": "Australia", + "tag": "en-AU", + "languageTag": "English (en-AU)", + "LCID": "3081" + }, + { + "language": "English", + "Geographic area": "United Kingdom", + "tag": "en-GB", + "languageTag": "English (en-GB)", + "LCID": "2057" + }, + { + "language": "English", + "Geographic area": "New Zealand", + "tag": "en-NZ", + "languageTag": "English (en-NZ)", + "LCID": "5129" + }, + { + "language": "English", + "Geographic area": "Canada", + "tag": "en-CA", + "languageTag": "English (en-CA)", + "LCID": "4105" + }, + { + "language": "English", + "Geographic area": "South Africa", + "tag": "en-ZA", + "languageTag": "English (en-ZA)", + "LCID": "7177" + }, + { + "language": "English", + "Geographic area": "Singapore", + "tag": "en-SG", + "languageTag": "English (en-SG)", + "LCID": "4100" + }, + { + "language": "Estonian", + "Geographic area": "Estonia", + "tag": "et-EE", + "languageTag": "Estonian (et-EE)", + "LCID": "1061" + }, + { + "language": "Finnish", + "Geographic area": "Finland", + "tag": "fi-FI", + "languageTag": "Finnish (fi-FI)", + "LCID": "1035" + }, + { + "language": "French", + "Geographic area": "France", + "tag": "fr-FR", + "languageTag": "French (fr-FR)", + "LCID": "1036" + }, + { + "language": "French", + "Geographic area": "Canada", + "tag": "fr-CA", + "languageTag": "French (fr-CA)", + "LCID": "3084" + }, + { + "language": "French", + "Geographic area": "Switzerland", + "tag": "fr-CH", + "languageTag": "French (fr-CH)", + "LCID": "4108" + }, + { + "language": "German", + "Geographic area": "Germany", + "tag": "de-DE", + "languageTag": "German (de-DE)", + "LCID": "1031" + }, + { + "language": "German", + "Geographic area": "Switzerland", + "tag": "de-CH", + "languageTag": "German (de-CH)", + "LCID": "2055" + }, + { + "language": "Greek", + "Geographic area": "Greece", + "tag": "el-GR", + "languageTag": "Greek (el-GR)", + "LCID": "1032" + }, + { + "language": "Hebrew", + "Geographic area": "Israel", + "tag": "he-IL", + "languageTag": "Hebrew (he-IL)", + "LCID": "1037" + }, + { + "language": "Hindi", + "Geographic area": "India", + "tag": "hi-IN", + "languageTag": "Hindi (hi-IN)", + "LCID": "1081" + }, + { + "language": "Hungarian", + "Geographic area": "Hungary", + "tag": "hu-HU", + "languageTag": "Hungarian (hu-HU)", + "LCID": "1038" + }, + { + "language": "Indonesian", + "Geographic area": "Indonesia", + "tag": "id-ID", + "languageTag": "Indonesian (id-ID)", + "LCID": "1057" + }, + { + "language": "Italian", + "Geographic area": "Italy", + "tag": "it-IT", + "languageTag": "Italian (it-IT)", + "LCID": "1040" + }, + { + "language": "Japanese", + "Geographic area": "Japan", + "tag": "ja-JP", + "languageTag": "Japanese (ja-JP)", + "LCID": "1041" + }, + { + "language": "Kazakh", + "Geographic area": "Kazakhstan", + "tag": "kk-KZ", + "languageTag": "Kazakh (kk-KZ)", + "LCID": "1087" + }, + { + "language": "Korean", + "Geographic area": "Korea", + "tag": "ko-KR", + "languageTag": "Korean (ko-KR)", + "LCID": "1042" + }, + { + "language": "Latvian", + "Geographic area": "Latvia", + "tag": "lv-LV", + "languageTag": "Latvian (lv-LV)", + "LCID": "1062" + }, + { + "language": "Lithuanian", + "Geographic area": "Lithuania", + "tag": "lt-LT", + "languageTag": "Lithuanian (lt-LT)", + "LCID": "1063" + }, + { + "language": "Malay", + "Geographic area": "Malaysia", + "tag": "ms-MY", + "languageTag": "Malay (ms-MY)", + "LCID": "1086" + }, + { + "language": "Norwegian (Bokmål)", + "Geographic area": "Norway", + "tag": "nb-NO", + "languageTag": "Norwegian (Bokmål) (nb-NO)", + "LCID": "1044" + }, + { + "language": "Persian", + "Geographic area": "Iran", + "tag": "fa-IR", + "languageTag": "Persian (fa-IR)", + "LCID": "1065" + }, + { + "language": "Polish", + "Geographic area": "Poland", + "tag": "pl-PL", + "languageTag": "Polish (pl-PL)", + "LCID": "1045" + }, + { + "language": "Portuguese", + "Geographic area": "Brazil", + "tag": "pt-BR", + "languageTag": "Portuguese (pt-BR)", + "LCID": "1046" + }, + { + "language": "Portuguese", + "Geographic area": "Portugal", + "tag": "pt-PT", + "languageTag": "Portuguese (pt-PT)", + "LCID": "2070" + }, + { + "language": "Romanian", + "Geographic area": "Romania", + "tag": "ro-RO", + "languageTag": "Romanian (ro-RO)", + "LCID": "1048" + }, + { + "language": "Russian", + "Geographic area": "Russia", + "tag": "ru-RU", + "languageTag": "Russian (ru-RU)", + "LCID": "1049" + }, + { + "language": "Serbian (Latin)", + "Geographic area": "Serbia", + "tag": "sr-latn-RS", + "languageTag": "Serbian (Latin) (sr-latn-RS)", + "LCID": "2074" + }, + { + "language": "Slovak", + "Geographic area": "Slovakia", + "tag": "sk-SK", + "languageTag": "Slovak (sk-SK)", + "LCID": "1051" + }, + { + "language": "Slovenian", + "Geographic area": "Slovenia", + "tag": "sl-SI", + "languageTag": "Slovenian (sl-SI)", + "LCID": "1060" + }, + { + "language": "Spanish", + "Geographic area": "Spain", + "tag": "es-ES", + "languageTag": "Spanish (es-ES)", + "LCID": "3082" + }, + { + "language": "Spanish", + "Geographic area": "Argentina", + "tag": "es-AR", + "languageTag": "Spanish (es-AR)", + "LCID": "11274" + }, + { + "language": "Spanish", + "Geographic area": "Bolivia", + "tag": "es-BO", + "languageTag": "Spanish (es-BO)", + "LCID": "16394" + }, + { + "language": "Spanish", + "Geographic area": "Chile", + "tag": "es-CL", + "languageTag": "Spanish (es-CL)", + "LCID": "13322" + }, + { + "language": "Spanish", + "Geographic area": "Colombia", + "tag": "es-CO", + "languageTag": "Spanish (es-CO)", + "LCID": "9226" + }, + { + "language": "Spanish", + "Geographic area": "Costa Rica", + "tag": "es-CR", + "languageTag": "Spanish (es-CR)", + "LCID": "5130" + }, + { + "language": "Spanish", + "Geographic area": "Dominican Republic", + "tag": "es-DO", + "languageTag": "Spanish (es-DO)", + "LCID": "7178" + }, + { + "language": "Spanish", + "Geographic area": "Ecuador", + "tag": "es-EC", + "languageTag": "Spanish (es-EC)", + "LCID": "12298" + }, + { + "language": "Spanish", + "Geographic area": "El Salvador", + "tag": "es-SV", + "languageTag": "Spanish (es-SV)", + "LCID": "17418" + }, + { + "language": "Spanish", + "Geographic area": "Guatemala", + "tag": "es-GT", + "languageTag": "Spanish (es-GT)", + "LCID": "4106" + }, + { + "language": "Spanish", + "Geographic area": "Honduras", + "tag": "es-HN", + "languageTag": "Spanish (es-HN)", + "LCID": "18442" + }, + { + "language": "Spanish", + "Geographic area": "Mexico", + "tag": "es-MX", + "languageTag": "Spanish (es-MX)", + "LCID": "2058" + }, + { + "language": "Spanish", + "Geographic area": "Nicaragua", + "tag": "es-NI", + "languageTag": "Spanish (es-NI)", + "LCID": "19466" + }, + { + "language": "Spanish", + "Geographic area": "Panama", + "tag": "es-PA", + "languageTag": "Spanish (es-PA)", + "LCID": "6154" + }, + { + "language": "Spanish", + "Geographic area": "Paraguay", + "tag": "es-PY", + "languageTag": "Spanish (es-PY)", + "LCID": "15370" + }, + { + "language": "Spanish", + "Geographic area": "Peru", + "tag": "es-PE", + "languageTag": "Spanish (es-PE)", + "LCID": "10250" + }, + { + "language": "Spanish", + "Geographic area": "Uruguay", + "tag": "es-UY", + "languageTag": "Spanish (es-UY)", + "LCID": "14346" + }, + { + "language": "Spanish", + "Geographic area": "Venezuela", + "tag": "es-VE", + "languageTag": "Spanish (es-VE)", + "LCID": "8202" + }, + { + "language": "Swedish", + "Geographic area": "Sweden", + "tag": "sv-SE", + "languageTag": "Swedish (sv-SE)", + "LCID": "1053" + }, + { + "language": "Thai", + "Geographic area": "Thailand", + "tag": "th-TH", + "languageTag": "Thai (th-TH)", + "LCID": "1054" + }, + { + "language": "Turkish", + "Geographic area": "Turkey", + "tag": "tr-TR", + "languageTag": "Turkish (tr-TR)", + "LCID": "1055" + }, + { + "language": "Ukrainian", + "Geographic area": "Ukraine", + "tag": "uk-UA", + "languageTag": "Ukrainian (uk-UA)", + "LCID": "1058" + }, + { + "language": "Urdu", + "Geographic area": "Pakistan", + "tag": "ur-PK", + "languageTag": "Urdu (ur-PK)", + "LCID": "1056" + }, + { + "language": "Vietnamese", + "Geographic area": "Vietnam", + "tag": "vi-VN", + "languageTag": "Vietnamese (vi-VN)", + "LCID": "1066" + }, + { + "language": "Welsh", + "Geographic area": "Wales", + "tag": "cy-GB", + "languageTag": "Welsh (cy-GB)", + "LCID": "1106" + } +] \ No newline at end of file diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 000000000000..4c080e46ea18 Binary files /dev/null and b/public/logo.png differ diff --git a/public/manifest.json b/public/manifest.json index d207413841e6..2cc60cd8b5a7 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,18 +1,15 @@ { - "name": "CIPP", - "short_name": "CIPP", + "short_name": "Carpatin", + "name": "Carpatin", "icons": [ { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" } ], - "theme_color": "#ffffff", + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", "background_color": "#ffffff" -} +} \ No newline at end of file diff --git a/public/mstile-310x310.png b/public/mstile-310x310.png deleted file mode 100644 index 8553cf0fe093..000000000000 Binary files a/public/mstile-310x310.png and /dev/null differ diff --git a/public/permissionsList.json b/public/permissionsList.json new file mode 100644 index 000000000000..8ec55a707b7e --- /dev/null +++ b/public/permissionsList.json @@ -0,0 +1,7993 @@ +[ + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", + "displayName": "Read all access reviews", + "id": "d07a8cc0-3d51-4b77-b3b0-32704d1f69fa", + "isEnabled": true, + "origin": "Application", + "value": "AccessReview.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", + "displayName": "Manage all access reviews", + "id": "ef5f7d5c-338f-44b0-86c3-351f46c8bb5f", + "isEnabled": true, + "origin": "Application", + "value": "AccessReview.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization for group and app memberships, without a signed-in user.", + "displayName": "Manage access reviews for group and app memberships", + "id": "18228521-a591-40f1-b215-5fad4488c117", + "isEnabled": true, + "origin": "Application", + "value": "AccessReview.ReadWrite.Membership" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read all acronyms without a signed-in user.", + "displayName": "Read all acronyms", + "id": "8c0aed2c-0c61-433d-b63c-6370ddc73248", + "isEnabled": true, + "origin": "Application", + "value": "Acronym.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", + "displayName": "Read all administrative units", + "id": "134fd756-38ce-4afd-ba33-e9623dbe66c2", + "isEnabled": true, + "origin": "Application", + "value": "AdministrativeUnit.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", + "displayName": "Read and write all administrative units", + "id": "5eb59dd3-1da2-4329-8733-9dabdc435916", + "isEnabled": true, + "origin": "Application", + "value": "AdministrativeUnit.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read terms of use agreements, without a signed in user.", + "displayName": "Read all terms of use agreements", + "id": "2f3e6f8c-093b-4c57-a58b-ba5ce494a169", + "isEnabled": true, + "origin": "Application", + "value": "Agreement.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write terms of use agreements, without a signed in user.", + "displayName": "Read and write all terms of use agreements", + "id": "c9090d00-6101-42f0-a729-c41074260d47", + "isEnabled": true, + "origin": "Application", + "value": "Agreement.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read terms of use acceptance statuses, without a signed in user.", + "displayName": "Read all terms of use acceptance statuses", + "id": "d8e4ec18-f6c0-4620-8122-c8b1f2bf400e", + "isEnabled": true, + "origin": "Application", + "value": "AgreementAcceptance.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the API connectors used in user authentication flows, without a signed-in user.", + "displayName": "Read API connectors for authentication flows", + "id": "b86848a7-d5b1-41eb-a9b4-54a4e6306e97", + "isEnabled": true, + "origin": "Application", + "value": "APIConnectors.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, create and manage the API connectors used in user authentication flows, without a signed-in user.", + "displayName": "Read and write API connectors for authentication flows", + "id": "1dfe531a-24a6-4f1b-80f4-7a0dc5a0a171", + "isEnabled": true, + "origin": "Application", + "value": "APIConnectors.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read apps in the app catalogs without a signed-in user.", + "displayName": "Read all app catalogs", + "id": "e12dae10-5a57-4817-b79d-dfbec5348930", + "isEnabled": true, + "origin": "Application", + "value": "AppCatalog.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update, and delete apps in the app catalogs without a signed-in user.", + "displayName": "Read and write to all app catalogs", + "id": "dc149144-f292-421e-b185-5953f2e98d7f", + "isEnabled": true, + "origin": "Application", + "value": "AppCatalog.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the remote desktop security configuration for all apps in your organization, without a signed-in user.", + "displayName": "Read and write the remote desktop security configuration for all apps", + "id": "3be0012a-cc4e-426b-895b-f9c836bf6381", + "isEnabled": true, + "origin": "Application", + "value": "Application-RemoteDesktopConfig.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all applications and service principals without a signed-in user.", + "displayName": "Read all applications", + "id": "9a5d68dd-52b0-4cc2-bd40-abcf44ac3a30", + "isEnabled": true, + "origin": "Application", + "value": "Application.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "displayName": "Read and write all applications", + "id": "1bfefb4e-e0b5-418b-a88f-73c46d2cc8e9", + "isEnabled": true, + "origin": "Application", + "value": "Application.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "displayName": "Manage apps that this app creates or owns", + "id": "18a4783c-866b-4cc7-a460-3d5e5662c884", + "isEnabled": true, + "origin": "Application", + "value": "Application.ReadWrite.OwnedBy" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, without a signed-in user.", + "displayName": "Manage app permission grants and app role assignments", + "id": "06b708a9-e830-4db3-a914-8e69da51d44f", + "isEnabled": true, + "origin": "Application", + "value": "AppRoleAssignment.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read attack simulation and training data for an organization without a signed-in user.", + "displayName": "Read attack simulation data of an organization", + "id": "93283d0a-6322-4fa8-966b-8c121624760d", + "isEnabled": true, + "origin": "Application", + "value": "AttackSimulation.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, create, and update attack simulation and training data for an organization without a signed-in user.", + "displayName": "Read, create, and update all attack simulation data of an organization", + "id": "e125258e-8c8a-42a8-8f55-ab502afa52f3", + "isEnabled": true, + "origin": "Application", + "value": "AttackSimulation.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and query your audit log activities, without a signed-in user.", + "displayName": "Read all audit log data", + "id": "b0afded3-3588-46d8-8b3d-9842eff778da", + "isEnabled": true, + "origin": "Application", + "value": "AuditLog.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the authentication context information in your organization without a signed-in user.", + "displayName": "Read all authentication context information", + "id": "381f742f-e1f8-4309-b4ab-e3d91ae4c5c1", + "isEnabled": true, + "origin": "Application", + "value": "AuthenticationContext.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and update the authentication context information in your organization without a signed-in user.", + "displayName": "Read and write all authentication context information", + "id": "a88eef72-fed0-4bf7-a2a9-f19df33f8b83", + "isEnabled": true, + "origin": "Application", + "value": "AuthenticationContext.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the billing configuration on all applications without a signed-in user. ", + "displayName": "Read and write application billing configuration", + "id": "9e8be751-7eee-4c09-bcfd-d64f6b087fd8", + "isEnabled": true, + "origin": "Application", + "value": "BillingConfiguration.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", + "displayName": "Read all Bookings related resources.", + "id": "6e98f277-b046-4193-a4f2-6bf6a78cd491", + "isEnabled": true, + "origin": "Application", + "value": "Bookings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", + "displayName": "Read and write all Bookings related resources.", + "id": "9769393e-5a9f-4302-9e3d-7e018ecb64a7", + "isEnabled": true, + "origin": "Application", + "value": "BookingsAppointment.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read all bookmarks without a signed-in user.", + "displayName": "Read all bookmarks", + "id": "be95e614-8ef3-49eb-8464-1c9503433b86", + "isEnabled": true, + "origin": "Application", + "value": "Bookmark.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read all browser site lists configured for your organization, without a signed-in user.", + "displayName": "Read all browser site lists for your organization", + "id": "c5ee1f21-fc7f-4937-9af0-c91648ff9597", + "isEnabled": true, + "origin": "Application", + "value": "BrowserSiteLists.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read and write all browser site lists configured for your organization, without a signed-in user.", + "displayName": "Read and write all browser site lists for your organization", + "id": "8349ca94-3061-44d5-9bfb-33774ea5e4f9", + "isEnabled": true, + "origin": "Application", + "value": "BrowserSiteLists.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the configurations of business scenarios it owns, without a signed-in user.", + "displayName": "Read all business scenario configurations this app creates or owns", + "id": "acc0fc4d-2cd6-4194-8700-1768d8423d86", + "isEnabled": true, + "origin": "Application", + "value": "BusinessScenarioConfig.Read.OwnedBy" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, without a signed-in user.", + "displayName": "Read and write all business scenario configurations this app creates or owns", + "id": "bbea195a-4c47-4a4f-bff2-cba399e11698", + "isEnabled": true, + "origin": "Application", + "value": "BusinessScenarioConfig.ReadWrite.OwnedBy" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the data associated with the business scenarios it owns, without a signed-in user.", + "displayName": "Read data for all business scenarios this app creates or owns", + "id": "6c0257fd-cffe-415b-8239-2d0d70fdaa9c", + "isEnabled": true, + "origin": "Application", + "value": "BusinessScenarioData.Read.OwnedBy" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to fully manage the data associated with the business scenarios it owns, without a signed-in user.", + "displayName": "Read and write data for all business scenarios this app creates or owns", + "id": "f2d21f22-5d80-499e-91cc-0a8a4ce16f54", + "isEnabled": true, + "origin": "Application", + "value": "BusinessScenarioData.ReadWrite.OwnedBy" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read events of all calendars without a signed-in user.", + "displayName": "Read calendars in all mailboxes", + "id": "798ee544-9d2d-430c-a058-570e29e34338", + "isEnabled": true, + "origin": "Application", + "value": "Calendars.Read" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read events of all calendars, except for properties such as body, attachments, and extensions, without a signed-in user.", + "displayName": "Read basic details of calendars in all mailboxes ", + "id": "8ba4a692-bc31-4128-9094-475872af8a53", + "isEnabled": true, + "origin": "Application", + "value": "Calendars.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", + "displayName": "Read and write calendars in all mailboxes", + "id": "ef54d2bf-783f-4e0f-bca1-3210c0444d99", + "isEnabled": true, + "origin": "Application", + "value": "Calendars.ReadWrite" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read call event information for all users in your organizatio, without a signed-in user.", + "displayName": "Read all call events", + "id": "1abb026f-7572-49f6-9ddd-ad61cbba181e", + "isEnabled": true, + "origin": "Application", + "value": "CallEvents.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all PSTN and direct routing call log data without a signed-in user.", + "displayName": "Read PSTN and direct routing call log data", + "id": "a2611786-80b3-417e-adaa-707d4261a5f0", + "isEnabled": true, + "origin": "Application", + "value": "CallRecord-PstnCalls.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read call records for all calls and online meetings without a signed-in user.", + "displayName": "Read all call records", + "id": "45bbb07e-7321-4fd7-a8f6-3ff27e6a81c8", + "isEnabled": true, + "origin": "Application", + "value": "CallRecords.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to get direct access to media streams in a call, without a signed-in user.", + "displayName": "Access media streams in a call as an app", + "id": "a7a681dc-756e-4909-b988-f160edc6655f", + "isEnabled": true, + "origin": "Application", + "value": "Calls.AccessMedia.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", + "displayName": "Initiate outgoing 1 to 1 calls from the app", + "id": "284383ee-7f6e-4e40-a2a8-e85dcb029101", + "isEnabled": true, + "origin": "Application", + "value": "Calls.Initiate.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", + "displayName": "Initiate outgoing group calls from the app", + "id": "4c277553-8a09-487b-8023-29ee378d8324", + "isEnabled": true, + "origin": "Application", + "value": "Calls.InitiateGroupCall.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", + "displayName": "Join group calls and meetings as an app", + "id": "f6b49018-60ab-4f81-83bd-22caeabfed2d", + "isEnabled": true, + "origin": "Application", + "value": "Calls.JoinGroupCall.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", + "displayName": "Join group calls and meetings as a guest", + "id": "fd7ccf6b-3d28-418b-9701-cd10f5cd2fd4", + "isEnabled": true, + "origin": "Application", + "value": "Calls.JoinGroupCallAsGuest.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Create channels in any team, without a signed-in user.", + "displayName": "Create channels", + "id": "f3a65bd4-b703-46df-8f7e-0174fea562aa", + "isEnabled": true, + "origin": "Application", + "value": "Channel.Create" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Delete channels in any team, without a signed-in user.", + "displayName": "Delete channels", + "id": "6a118a39-1227-45d4-af0c-ea7b40d210bc", + "isEnabled": true, + "origin": "Application", + "value": "Channel.Delete.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read all channel names and channel descriptions, without a signed-in user.", + "displayName": "Read the names and descriptions of all channels", + "id": "59a6b24b-4225-4393-8165-ebaec5f55d7a", + "isEnabled": true, + "origin": "Application", + "value": "Channel.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read the members of all channels, without a signed-in user.", + "displayName": "Read the members of all channels", + "id": "3b55498e-47ec-484f-8136-9013221c06a9", + "isEnabled": true, + "origin": "Application", + "value": "ChannelMember.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Add and remove members from all channels, without a signed-in user. Also allows changing a member's role, for example from owner to non-owner.", + "displayName": "Add and remove members from all channels", + "id": "35930dcf-aceb-4bd1-b99a-8ffed403c974", + "isEnabled": true, + "origin": "Application", + "value": "ChannelMember.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all channel messages in Microsoft Teams", + "displayName": "Read all channel messages", + "id": "7b2449af-6ccd-4f4d-9f78-e550c193f0d1", + "isEnabled": true, + "origin": "Application", + "value": "ChannelMessage.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to update Microsoft Teams channel messages by patching a set of Data Loss Prevention (DLP) policy violation properties to handle the output of DLP processing.", + "displayName": "Flag channel messages for violating policy", + "id": "4d02b0cc-d90b-441f-8d82-4fb55c34d6bb", + "isEnabled": true, + "origin": "Application", + "value": "ChannelMessage.UpdatePolicyViolation.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read all channel names, channel descriptions, and channel settings, without a signed-in user.", + "displayName": "Read the names, descriptions, and settings of all channels", + "id": "c97b873f-f59f-49aa-8a0e-52b32d762124", + "isEnabled": true, + "origin": "Application", + "value": "ChannelSettings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read and write the names, descriptions, and settings of all channels, without a signed-in user.", + "displayName": "Read and write the names, descriptions, and settings of all channels", + "id": "243cded2-bd16-4fd6-a953-ff8177894c3d", + "isEnabled": true, + "origin": "Application", + "value": "ChannelSettings.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create chats without a signed-in user. ", + "displayName": "Create chats", + "id": "d9c48af6-9ad9-47ad-82c3-63757137b9af", + "isEnabled": true, + "origin": "Application", + "value": "Chat.Create" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to delete and recover deleted chats, without a signed-in user.", + "displayName": "Delete and recover deleted chats", + "id": "9c7abde0-eacd-4319-bf9e-35994b1a1717", + "isEnabled": true, + "origin": "Application", + "value": "Chat.ManageDeletion.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "displayName": "Read all chat messages", + "id": "6b7d71aa-70aa-4810-a8d9-5d9fb2830017", + "isEnabled": true, + "origin": "Application", + "value": "Chat.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all one-to-one or group chat messages in Microsoft Teams for chats where the associated Teams application is installed, without a signed-in user.", + "displayName": "Read all chat messages for chats where the associated Teams application is installed.", + "id": "1c1b4c8e-3cc7-4c58-8470-9b92c9d5848b", + "isEnabled": true, + "origin": "Application", + "value": "Chat.Read.WhereInstalled" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", + "displayName": "Read names and members of all chat threads", + "id": "b2e060da-3baf-4687-9611-f4ebc0f0cbde", + "isEnabled": true, + "origin": "Application", + "value": "Chat.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read names and members of all one-to-one and group chats in Microsoft Teams where the associated Teams application is installed, without a signed-in user.", + "displayName": "Read names and members of all chat threads where the associated Teams application is installed.", + "id": "818ba5bd-5b3e-4fe0-bbe6-aa4686669073", + "isEnabled": true, + "origin": "Application", + "value": "Chat.ReadBasic.WhereInstalled" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "displayName": "Read and write all chat messages", + "id": "294ce7c9-31ba-490a-ad7d-97a7d075e4ed", + "isEnabled": true, + "origin": "Application", + "value": "Chat.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all chat messages in Microsoft Teams for chats where the associated Teams application is installed, without a signed-in user.", + "displayName": "Read and write all chat messages for chats where the associated Teams application is installed.", + "id": "ad73ce80-f3cd-40ce-b325-df12c33df713", + "isEnabled": true, + "origin": "Application", + "value": "Chat.ReadWrite.WhereInstalled" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to update Microsoft Teams 1-to-1 or group chat messages by patching a set of Data Loss Prevention (DLP) policy violation properties to handle the output of DLP processing.", + "displayName": "Flag chat messages for violating policy", + "id": "7e847308-e030-4183-9899-5235d7270f58", + "isEnabled": true, + "origin": "Application", + "value": "Chat.UpdatePolicyViolation.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read the members of all chats, without a signed-in user.", + "displayName": "Read the members of all chats", + "id": "a3410be2-8e48-4f32-8454-c29a7465209d", + "isEnabled": true, + "origin": "Application", + "value": "ChatMember.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the members of all chats where the associated Teams application is installed, without a signed-in user.", + "displayName": "Read the members of all chats where the associated Teams application is installed.", + "id": "93e7c9e4-54c5-4a41-b796-f2a5adaacda7", + "isEnabled": true, + "origin": "Application", + "value": "ChatMember.Read.WhereInstalled" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Add and remove members from all chats, without a signed-in user.", + "displayName": "Add and remove members from all chats", + "id": "57257249-34ce-4810-a8a2-a03adf0c5693", + "isEnabled": true, + "origin": "Application", + "value": "ChatMember.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to add and remove members from all chats where the associated Teams application is installed, without a signed-in user.", + "displayName": "Add and remove members from all chats where the associated Teams application is installed.", + "id": "e32c2cd9-0124-4e44-88fc-772cd98afbdb", + "isEnabled": true, + "origin": "Application", + "value": "ChatMember.ReadWrite.WhereInstalled" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all one-to-one and group chats messages in Microsoft Teams, without a signed-in user.", + "displayName": "Read all chat messages", + "id": "b9bb2381-47a4-46cd-aafb-00cb12f68504", + "isEnabled": true, + "origin": "Application", + "value": "ChatMessage.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all details of discovered cloud apps in the organization, without a signed-in user.", + "displayName": "Read all discovered cloud applications data", + "id": "64a59178-dad3-4673-89db-84fdcd622fec", + "isEnabled": true, + "origin": "Application", + "value": "CloudApp-Discovery.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the properties of Cloud PCs, without a signed-in user.", + "displayName": "Read Cloud PCs", + "id": "a9e09520-8ed4-4cde-838e-4fdea192c227", + "isEnabled": true, + "origin": "Application", + "value": "CloudPC.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the properties of Cloud PCs, without a signed-in user.", + "displayName": "Read and write Cloud PCs", + "id": "3b4349e1-8cf5-45a3-95b7-69d1751d3e6a", + "isEnabled": true, + "origin": "Application", + "value": "CloudPC.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read consent requests and approvals without a signed-in user.", + "displayName": "Read all consent requests", + "id": "1260ad83-98fb-4785-abbb-d6cc1806fd41", + "isEnabled": true, + "origin": "Application", + "value": "ConsentRequest.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read app consent requests and approvals, and deny or approve those requests without a signed-in user.", + "displayName": "Read and write all consent requests", + "id": "9f1b81a7-0223-4428-bfa4-0bcb5535f27d", + "isEnabled": true, + "origin": "Application", + "value": "ConsentRequest.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all contacts in all mailboxes without a signed-in user.", + "displayName": "Read contacts in all mailboxes", + "id": "089fe4d0-434a-44c5-8827-41ba8a0b17f5", + "isEnabled": true, + "origin": "Application", + "value": "Contacts.Read" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update, and delete all contacts in all mailboxes without a signed-in user.", + "displayName": "Read and write contacts in all mailboxes", + "id": "6918b873-d17a-4dc1-b314-35f528134491", + "isEnabled": true, + "origin": "Application", + "value": "Contacts.ReadWrite" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem without a signed-in user.", + "displayName": "Read cross-tenant basic information", + "id": "cac88765-0581-4025-9725-5ebc13f729ee", + "isEnabled": true, + "origin": "Application", + "value": "CrossTenantInformation.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to list and query any shared user profile information associated with the current tenant without a signed-in user.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant without a signed-in user.", + "displayName": "Read all shared cross-tenant user profiles and export their data", + "id": "8b919d44-6192-4f3d-8a3b-f86f8069ae3c", + "isEnabled": true, + "origin": "Application", + "value": "CrossTenantUserProfileSharing.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to list and query any shared user profile information associated with the current tenant without a signed-in user.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant without a signed-in user.", + "displayName": "Read all shared cross-tenant user profiles and export or delete their data", + "id": "306785c5-c09b-4ba0-a4ee-023f3da165cb", + "isEnabled": true, + "origin": "Application", + "value": "CrossTenantUserProfileSharing.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's custom authentication extensions without a signed-in user.", + "displayName": "Read all custom authentication extensions", + "id": "88bb2658-5d9e-454f-aacd-a3933e079526", + "isEnabled": true, + "origin": "Application", + "value": "CustomAuthenticationExtension.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read or write your organization's custom authentication extensions without a signed-in user.", + "displayName": "Read and write all custom authentication extensions", + "id": "c2667967-7050-4e7e-b059-4cbbb3811d03", + "isEnabled": true, + "origin": "Application", + "value": "CustomAuthenticationExtension.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows custom authentication extensions associated with the app to receive HTTP requests triggered by an authentication event. The request can include information about a user, client and resource service principals, and other information about the authentication.", + "displayName": "Receive custom authentication extension HTTP requests", + "id": "214e810f-fda8-4fd7-a475-29461495eb00", + "isEnabled": true, + "origin": "Application", + "value": "CustomAuthenticationExtension.Receive.Payload" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read custom security attribute assignments for all principals in the tenant without a signed in user.", + "displayName": "Read custom security attribute assignments", + "id": "3b37c5a4-1226-493d-bec3-5d6c6b866f3f", + "isEnabled": true, + "origin": "Application", + "value": "CustomSecAttributeAssignment.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write custom security attribute assignments for all principals in the tenant without a signed in user.", + "displayName": "Read and write custom security attribute assignments", + "id": "de89b5e4-5b8f-48eb-8925-29c2b33bd8bd", + "isEnabled": true, + "origin": "Application", + "value": "CustomSecAttributeAssignment.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all audit logs for events that contain information about custom security attributes, without a signed-in user.", + "displayName": "Read all custom security attribute audit logs", + "id": "2a4f026d-e829-4e84-bdbf-d981a2703059", + "isEnabled": true, + "origin": "Application", + "value": "CustomSecAttributeAuditLogs.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read custom security attribute definitions for the tenant without a signed in user.", + "displayName": "Read custom security attribute definitions", + "id": "b185aa14-d8d2-42c1-a685-0f5596613624", + "isEnabled": true, + "origin": "Application", + "value": "CustomSecAttributeDefinition.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write custom security attribute definitions for the tenant without a signed in user.", + "displayName": "Read and write custom security attribute definitions", + "id": "12338004-21f4-4896-bf5e-b75dfaf1016d", + "isEnabled": true, + "origin": "Application", + "value": "CustomSecAttributeDefinition.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups without a signed-in user.", + "displayName": "Read Delegated Admin relationships with customers", + "id": "f6e9e124-4586-492f-adc0-c6f96e4823fd", + "isEnabled": true, + "origin": "Application", + "value": "DelegatedAdminRelationship.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships without a signed-in user.", + "displayName": "Manage Delegated Admin relationships with customers", + "id": "cc13eba4-8cd8-44c6-b4d4-f93237adce58", + "isEnabled": true, + "origin": "Application", + "value": "DelegatedAdminRelationship.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all delegated permission grants, without a signed-in user.", + "displayName": "Read all delegated permission grants", + "id": "81b4724a-58aa-41c1-8a55-84ef97466587", + "isEnabled": true, + "origin": "Application", + "value": "DelegatedPermissionGrant.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), without a signed-in user.", + "displayName": "Manage all delegated permission grants", + "id": "8e8e4742-1d95-4f68-9d56-6ee75648c72a", + "isEnabled": true, + "origin": "Application", + "value": "DelegatedPermissionGrant.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's devices' configuration information without a signed-in user.", + "displayName": "Read all devices", + "id": "7438b122-aefc-4978-80ed-43db9fcc7715", + "isEnabled": true, + "origin": "Application", + "value": "Device.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "displayName": "Read and write devices", + "id": "1138cb37-bd11-4084-a2b7-9f71582aeddb", + "isEnabled": true, + "origin": "Application", + "value": "Device.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read device local credential properties including passwords, without a signed-in user.", + "displayName": "Read device local credential passwords", + "id": "884b599e-4d48-43a5-ba94-15c414d00588", + "isEnabled": true, + "origin": "Application", + "value": "DeviceLocalCredential.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read device local credential properties excluding passwords, without a signed-in user.", + "displayName": "Read device local credential properties", + "id": "db51be59-e728-414b-b800-e0f010df1a79", + "isEnabled": true, + "origin": "Application", + "value": "DeviceLocalCredential.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "displayName": "Read Microsoft Intune apps", + "id": "7a6ee1e7-141e-4cec-ae74-d9db155731ff", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementApps.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "displayName": "Read and write Microsoft Intune apps", + "id": "78145de6-330d-4800-a6ce-494ff2d33d07", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementApps.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "displayName": "Read Microsoft Intune device configuration and policies", + "id": "dc377aa6-52d8-4e23-b271-2a7ae04cedf3", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementConfiguration.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "displayName": "Read and write Microsoft Intune device configuration and policies", + "id": "9241abd9-d0e6-425a-bd4f-47ba86e767a4", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementConfiguration.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune, without a signed-in user.", + "displayName": "Perform user-impacting remote actions on Microsoft Intune devices", + "id": "5b07b0dd-2377-4e44-a38d-703f09a0dc3c", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementManagedDevices.PrivilegedOperations.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "displayName": "Read Microsoft Intune devices", + "id": "2f51be20-0bb4-4fed-bf7b-db946066c75e", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementManagedDevices.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "displayName": "Read and write Microsoft Intune devices", + "id": "243333ab-4d21-40cb-a475-36241daa0842", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementManagedDevices.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "displayName": "Read Microsoft Intune RBAC settings", + "id": "58ca0d9a-1575-47e1-a3cb-007ef2e4583b", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementRBAC.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings, without a signed-in user.", + "displayName": "Read and write Microsoft Intune RBAC settings", + "id": "e330c4f0-4170-414e-a55a-2f022ec2b57b", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementRBAC.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "displayName": "Read Microsoft Intune configuration", + "id": "06a5fe6d-c49d-46a7-b082-56b1b14103c7", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementServiceConfig.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "displayName": "Read and write Microsoft Intune configuration", + "id": "5ac13192-7ace-4fcf-b828-1a26f28068ee", + "isEnabled": true, + "origin": "Application", + "value": "DeviceManagementServiceConfig.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "displayName": "Read directory data", + "id": "7ab1d382-f21e-4acd-a863-ba3e13f7da61", + "isEnabled": true, + "origin": "Application", + "value": "Directory.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "displayName": "Read and write directory data", + "id": "19dbc75e-c2e2-444c-a770-ec69d8559fc7", + "isEnabled": true, + "origin": "Application", + "value": "Directory.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage restricted resources based on the other permissions granted to the app, without a signed-in user.", + "displayName": "Manage restricted resources in the directory", + "id": "f20584af-9290-4153-9280-ff8bb2c0ea7f", + "isEnabled": true, + "origin": "Application", + "value": "Directory.Write.Restricted" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all Azure AD recommendations, without a signed-in user. ", + "displayName": "Read all Azure AD recommendations", + "id": "ae73097b-cb2a-4447-b064-5d80f6093921", + "isEnabled": true, + "origin": "Application", + "value": "DirectoryRecommendations.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and update all Azure AD recommendations, without a signed-in user. ", + "displayName": "Read and update all Azure AD recommendations", + "id": "0e9eea12-4f01-45f6-9b8d-3ea4c8144158", + "isEnabled": true, + "origin": "Application", + "value": "DirectoryRecommendations.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all domain properties without a signed-in user.", + "displayName": "Read domains", + "id": "dbb9058a-0e50-45d7-ae91-66909b5d4664", + "isEnabled": true, + "origin": "Application", + "value": "Domain.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all domain properties without a signed in user.  Also allows the app to add,  verify and remove domains.", + "displayName": "Read and write domains", + "id": "7e05723c-0bb0-42da-be95-ae9f08a6e53c", + "isEnabled": true, + "origin": "Application", + "value": "Domain.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user.", + "displayName": "Read all eDiscovery objects", + "id": "50180013-6191-4d1e-a373-e590ff4e66af", + "isEnabled": true, + "origin": "Application", + "value": "eDiscovery.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects without a signed-in user.", + "displayName": "Read and write all eDiscovery objects", + "id": "b2620db1-3bf7-4c5b-9cb9-576d29eac736", + "isEnabled": true, + "origin": "Application", + "value": "eDiscovery.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read the state and settings of all Microsoft education apps.", + "displayName": "Read Education app settings", + "id": "7c9db06a-ec2d-4e7b-a592-5a1e30992566", + "isEnabled": true, + "origin": "Application", + "value": "EduAdministration.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Manage the state and settings of all Microsoft education apps.", + "displayName": "Manage education app settings", + "id": "9bc431c3-b8bc-4a8d-a219-40f10f92eff6", + "isEnabled": true, + "origin": "Application", + "value": "EduAdministration.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "displayName": "Read all class assignments with grades", + "id": "4c37e1b6-35a1-43bf-926a-6f30f2cdf585", + "isEnabled": true, + "origin": "Application", + "value": "EduAssignments.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "displayName": "Read all class assignments without grades", + "id": "6e0a958b-b7fc-4348-b7c4-a6ab9fd3dd0e", + "isEnabled": true, + "origin": "Application", + "value": "EduAssignments.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "displayName": "Create, read, update and delete all class assignments with grades", + "id": "0d22204b-6cad-4dd0-8362-3e3f2ae699d9", + "isEnabled": true, + "origin": "Application", + "value": "EduAssignments.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "displayName": "Create, read, update and delete all class assignments without grades", + "id": "f431cc63-a2de-48c4-8054-a34bc093af84", + "isEnabled": true, + "origin": "Application", + "value": "EduAssignments.ReadWriteBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all modules and resources, without a signed-in user.", + "displayName": "Read all class modules and resources", + "id": "6cdb464c-3a03-40f8-900b-4cb7ea1da9c0", + "isEnabled": true, + "origin": "Application", + "value": "EduCurricula.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all modules and resources, without a signed-in user.", + "displayName": "Read and write all class modules and resources", + "id": "6a0c2318-d59d-4c7d-bf2e-5f3902dc2593", + "isEnabled": true, + "origin": "Application", + "value": "EduCurricula.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the structure of schools and classes in the organization's roster and education-specific information about all users to be read.", + "displayName": "Read the organization's roster", + "id": "e0ac9e1b-cb65-4fc5-87c5-1a8bc181f648", + "isEnabled": true, + "origin": "Application", + "value": "EduRoster.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read a limited subset of properties from both the structure of schools and classes in the organization's roster and education-specific information about all users. Includes name, status, role, email address and photo.", + "displayName": "Read a limited subset of the organization's roster", + "id": "0d412a8c-a06c-439f-b3ec-8abcf54d2f96", + "isEnabled": true, + "origin": "Application", + "value": "EduRoster.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the structure of schools and classes in the organization's roster and education-specific information about all users to be read and written.", + "displayName": "Read and write the organization's roster", + "id": "d1808e82-ce13-47af-ae0d-f9b254e6d58a", + "isEnabled": true, + "origin": "Application", + "value": "EduRoster.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read access packages and related entitlement management resources without a signed-in user.", + "displayName": "Read all entitlement management resources", + "id": "c74fd47d-ed3c-45c3-9a9e-b8676de685d2", + "isEnabled": true, + "origin": "Application", + "value": "EntitlementManagement.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write access packages and related entitlement management resources without a signed-in user.", + "displayName": "Read and write all entitlement management resources", + "id": "9acd699f-1e81-4958-b001-93b1d2506e19", + "isEnabled": true, + "origin": "Application", + "value": "EntitlementManagement.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's authentication event listeners without a signed-in user.", + "displayName": "Read all authentication event listeners", + "id": "b7f6385c-6ce6-4639-a480-e23c42ed9784", + "isEnabled": true, + "origin": "Application", + "value": "EventListener.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read or write your organization's authentication event listeners without a signed-in user.", + "displayName": "Read and write all authentication event listeners", + "id": "0edf5e9e-4ce8-468a-8432-d08631d18c43", + "isEnabled": true, + "origin": "Application", + "value": "EventListener.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all external connections without a signed-in user.", + "displayName": "Read all external connections", + "id": "1914711b-a1cb-4793-b019-c2ce0ed21b8c", + "isEnabled": true, + "origin": "Application", + "value": "ExternalConnection.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all external connections without a signed-in user.", + "displayName": "Read and write all external connections", + "id": "34c37bc0-2b40-4d5e-85e1-2365cd256d79", + "isEnabled": true, + "origin": "Application", + "value": "ExternalConnection.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write external connections without a signed-in user. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", + "displayName": "Read and write external connections", + "id": "f431331c-49a6-499f-be1c-62af19c34a9d", + "isEnabled": true, + "origin": "Application", + "value": "ExternalConnection.ReadWrite.OwnedBy" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all external items without a signed-in user.", + "displayName": "Read all external items", + "id": "7a7cffad-37d2-4f48-afa4-c6ab129adcc2", + "isEnabled": true, + "origin": "Application", + "value": "ExternalItem.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allow the app to read or write items in all external datasets that the app is authorized to access", + "displayName": "Read and write items in external datasets", + "id": "38c3d6ee-69ee-422f-b954-e17819665354", + "isEnabled": true, + "origin": "Application", + "value": "ExternalItem.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write external items without a signed-in user. The app can only read external items of the connection that it is authorized to.", + "displayName": "Read and write external items", + "id": "8116ae0f-55c2-452d-9944-d18420f5b2c8", + "isEnabled": true, + "origin": "Application", + "value": "ExternalItem.ReadWrite.OwnedBy" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all files in all site collections without a signed in user.", + "displayName": "Read files in all site collections", + "id": "01d4889c-1287-42c6-ac1f-5d1e02578ef6", + "isEnabled": true, + "origin": "Application", + "value": "Files.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, create, update and delete all files in all site collections without a signed in user. ", + "displayName": "Read and write files in all site collections", + "id": "75359482-378d-4052-8f01-80520e7db3cd", + "isEnabled": true, + "origin": "Application", + "value": "Files.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create groups without a signed-in user.", + "displayName": "Create groups", + "id": "bf7b1a76-6e77-406b-b258-bf5c7720e98f", + "isEnabled": true, + "origin": "Application", + "value": "Group.Create" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "displayName": "Read all groups", + "id": "5b567255-7703-4780-807c-7be8301ae99b", + "isEnabled": true, + "origin": "Application", + "value": "Group.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "displayName": "Read and write all groups", + "id": "62a82d76-70ea-41e2-9197-370581804d09", + "isEnabled": true, + "origin": "Application", + "value": "Group.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", + "displayName": "Read all group memberships", + "id": "98830695-27a2-44f7-8c18-0c3ebc9698f6", + "isEnabled": true, + "origin": "Application", + "value": "GroupMember.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.", + "displayName": "Read and write all group memberships", + "id": "dbaae8cf-10b5-4b86-a4a1-f871c94c6695", + "isEnabled": true, + "origin": "Application", + "value": "GroupMember.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization’s identity (authentication) providers’ properties without a signed in user.", + "displayName": "Read identity providers", + "id": "e321f0bb-e7f7-481e-bb28-e3b0b32d4bd0", + "isEnabled": true, + "origin": "Application", + "value": "IdentityProvider.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization’s identity (authentication) providers’ properties without a signed in user.", + "displayName": "Read and write identity providers", + "id": "90db2b9a-d928-4d33-a4dd-8442ae3d41e4", + "isEnabled": true, + "origin": "Application", + "value": "IdentityProvider.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the identity risk event information for your organization without a signed in user.", + "displayName": "Read all identity risk event information", + "id": "6e472fd1-ad78-48da-a0f0-97ab2c6b769e", + "isEnabled": true, + "origin": "Application", + "value": "IdentityRiskEvent.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and update identity risk detection information for your organization without a signed-in user. Update operations include confirming risk event detections. ", + "displayName": "Read and write all risk detection information", + "id": "db06fb33-1953-4b7b-a2ac-f1e2c854f7ae", + "isEnabled": true, + "origin": "Application", + "value": "IdentityRiskEvent.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all risky service principal information for your organization, without a signed-in user.", + "displayName": "Read all identity risky service principal information", + "id": "607c7344-0eed-41e5-823a-9695ebe1b7b0", + "isEnabled": true, + "origin": "Application", + "value": "IdentityRiskyServicePrincipal.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and update identity risky service principal for your organization, without a signed-in user.", + "displayName": "Read and write all identity risky service principal information", + "id": "cb8d6980-6bcb-4507-afec-ed6de3a2d798", + "isEnabled": true, + "origin": "Application", + "value": "IdentityRiskyServicePrincipal.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the identity risky user information for your organization without a signed in user.", + "displayName": "Read all identity risky user information", + "id": "dc5007c0-2d7d-4c42-879c-2dab87571379", + "isEnabled": true, + "origin": "Application", + "value": "IdentityRiskyUser.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and update identity risky user information for your organization without a signed-in user.  Update operations include dismissing risky users.", + "displayName": "Read and write all risky user information", + "id": "656f6061-f9fe-4807-9708-6a2e0934df76", + "isEnabled": true, + "origin": "Application", + "value": "IdentityRiskyUser.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's user flows, without a signed-in user.", + "displayName": "Read all identity user flows", + "id": "1b0c317f-dd31-4305-9932-259a8b6e8099", + "isEnabled": true, + "origin": "Application", + "value": "IdentityUserFlow.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read or write your organization's user flows, without a signed-in user.", + "displayName": "Read and write all identity user flows", + "id": "65319a09-a2be-469d-8782-f6b07debf789", + "isEnabled": true, + "origin": "Application", + "value": "IdentityUserFlow.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read data connectors without a signed-in user.", + "displayName": "View data connector definitions", + "id": "7ab52c2f-a2ee-4d98-9ebc-725e3934aae2", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-DataConnector.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write data connectors without a signed-in user.", + "displayName": "Manage data connector definitions", + "id": "eda0971c-482e-4345-b28f-69c309cb8a34", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-DataConnector.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to upload data files to a data connector without a signed-in user.", + "displayName": "Upload files to a data connector", + "id": "9334c44b-a7c6-4350-8036-6bf8e02b4c1f", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-DataConnector.Upload" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read inbound data flows without a signed-in user.", + "displayName": "View inbound flow definitions", + "id": "305f6ba2-049a-4b1b-88bb-fe7e08758a00", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-InboundFlow.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write inbound data flows without a signed-in user.", + "displayName": "Manage inbound flow definitions", + "id": "e688c61f-d4c6-4d64-a197-3bcf6ba1d6ad", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-InboundFlow.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read reference definitions without a signed-in user.", + "displayName": "View reference definitions", + "id": "6ee891c3-74a4-4148-8463-0c834375dfaf", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-ReferenceDefinition.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read current and previous IndustryData runs without a signed-in user.", + "displayName": "View current and previous runs", + "id": "f6f5d10b-3024-4d1d-b674-aae4df4a1a73", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-Run.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read source system definitions without a signed-in user.", + "displayName": "View source system definitions", + "id": "bc167a60-39fe-4865-8b44-78400fc6ed03", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-SourceSystem.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write source system definitions without a signed-in user.", + "displayName": "Manage source system definitions", + "id": "7d866958-e06e-4dd6-91c6-a086b3f5cfeb", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-SourceSystem.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read time period definitions without a signed-in user.", + "displayName": "Read time period definitions", + "id": "7c55c952-b095-4c23-a522-022bce4cc1e3", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-TimePeriod.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write time period definitions without a signed-in user.", + "displayName": "Manage time period definitions", + "id": "7afa7744-a782-4a32-b8c2-e3db637e8de7", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData-TimePeriod.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read basic service and resource information without a signed-in user.", + "displayName": "View basic service and resource information", + "id": "4f5ac95f-62fd-472c-b60f-125d24ca0bc5", + "isEnabled": true, + "origin": "Application", + "value": "IndustryData.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all configurations applicable to users for protecting organizational data, without a signed-in user.", + "displayName": "Read all configurations for protecting organizational data applicable to users", + "id": "14f49b9f-4bf2-4d24-b80e-b27ec58409bd", + "isEnabled": true, + "origin": "Application", + "value": "InformationProtectionConfig.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to sign digests for data without a signed-in user.", + "displayName": "Sign digests for data", + "id": "cbe6c7e4-09aa-4b8d-b3c3-2dbb59af4b54", + "isEnabled": true, + "origin": "Application", + "value": "InformationProtectionContent.Sign.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create protected content without a signed-in user. ", + "displayName": "Create protected content", + "id": "287bd98c-e865-4e8c-bade-1a85523195b9", + "isEnabled": true, + "origin": "Application", + "value": "InformationProtectionContent.Write.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read published sensitivity labels and label policy settings for the entire organization or a specific user, without a signed in user.", + "displayName": "Read all published labels and label policies for an organization.", + "id": "19da66cb-0fb0-4390-b071-ebc76a349482", + "isEnabled": true, + "origin": "Application", + "value": "InformationProtectionPolicy.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all insights related to guest activity, without a signed-in user.", + "displayName": "Read all insights related to guest activity", + "id": "e93bd8c0-c267-45ea-9722-9d3376a7e302", + "isEnabled": true, + "origin": "Application", + "value": "Insights-GuestActivity.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all insights related to guest activity, without a signed-in user.", + "displayName": "Read and write all insights related to guest activity", + "id": "681ded65-ad9c-4d3d-8f7d-962f84cc13d8", + "isEnabled": true, + "origin": "Application", + "value": "Insights-GuestActivity.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read data for all assignments in the organization's directory, without a signed-in user.", + "displayName": "Read all assignments", + "id": "535e6066-2894-49ef-ab33-e2c6d064bb81", + "isEnabled": true, + "origin": "Application", + "value": "LearningAssignedCourse.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, update, read and delete all assignments in the organization's directory, without a signed-in user.", + "displayName": "Read and write all assignments", + "id": "236c1cbd-1187-427f-b0f5-b1852454973b", + "isEnabled": true, + "origin": "Application", + "value": "LearningAssignedCourse.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all learning content in the organization's directory, without a signed-in user.", + "displayName": "Read all learning content", + "id": "8740813e-d8aa-4204-860e-2a0f8f84dbc8", + "isEnabled": true, + "origin": "Application", + "value": "LearningContent.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage all learning content in the organization's directory, without a signed-in user.", + "displayName": "Manage all learning content", + "id": "444d6fcb-b738-41e5-b103-ac4f2a2628a3", + "isEnabled": true, + "origin": "Application", + "value": "LearningContent.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read data for all self-initiated courses in the organization's directory, without a signed-in user.", + "displayName": "Read all self-initiated courses", + "id": "467524fc-ed22-4356-a910-af61191e3503", + "isEnabled": true, + "origin": "Application", + "value": "LearningSelfInitiatedCourse.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, update, read and delete all self-initiated courses in the organization's directory, without a signed-in user.", + "displayName": "Read and write all self-initiated courses", + "id": "7654ed61-8965-4025-846a-0856ec02b5b0", + "isEnabled": true, + "origin": "Application", + "value": "LearningSelfInitiatedCourse.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to manage license assignments for users and groups, without a signed-in user.", + "displayName": "Manage all license assignments", + "id": "5facf0c1-8979-4e95-abcf-ff3d079771c0", + "isEnabled": true, + "origin": "Application", + "value": "LicenseAssignment.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to list and read all workflows, tasks and related lifecycle workflows resources without a signed-in user.", + "displayName": "Read all lifecycle workflows resources", + "id": "7c67316a-232a-4b84-be22-cea2c0906404", + "isEnabled": true, + "origin": "Application", + "value": "LifecycleWorkflows.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources without a signed-in user.", + "displayName": "Read and write all lifecycle workflows resources", + "id": "5c505cf4-8424-4b8e-aa14-ee06e3bb23e3", + "isEnabled": true, + "origin": "Application", + "value": "LifecycleWorkflows.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read mail in all mailboxes without a signed-in user.", + "displayName": "Read mail in all mailboxes", + "id": "810c84a8-4a9e-49e6-bf7d-12d183f40d01", + "isEnabled": true, + "origin": "Application", + "value": "Mail.Read" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.", + "displayName": "Read basic mail in all mailboxes", + "id": "6be147d2-ea4f-4b5a-a3fa-3eab6f3c140a", + "isEnabled": true, + "origin": "Application", + "value": "Mail.ReadBasic" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.", + "displayName": "Read basic mail in all mailboxes", + "id": "693c5e45-0940-467d-9b8a-1022fb9d42ef", + "isEnabled": true, + "origin": "Application", + "value": "Mail.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.", + "displayName": "Read and write mail in all mailboxes", + "id": "e2a3a72e-5f79-4c64-b1b1-878b674786c9", + "isEnabled": true, + "origin": "Application", + "value": "Mail.ReadWrite" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to send mail as any user without a signed-in user.", + "displayName": "Send mail as any user", + "id": "b633e1c5-b582-4048-a93e-9f11b44c7e96", + "isEnabled": true, + "origin": "Application", + "value": "Mail.Send" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read user's mailbox settings without a signed-in user. Does not include permission to send mail.", + "displayName": "Read all user mailbox settings", + "id": "40f97065-369a-49f4-947c-6a255697ae91", + "isEnabled": true, + "origin": "Application", + "value": "MailboxSettings.Read" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update, and delete user's mailbox settings without a signed-in user. Does not include permission to send mail.", + "displayName": "Read and write all user mailbox settings", + "id": "6931bccd-447a-43d1-b442-00a195474933", + "isEnabled": true, + "origin": "Application", + "value": "MailboxSettings.ReadWrite" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.", + "displayName": "Read all hidden memberships", + "id": "658aa5d8-239f-45c4-aa12-864f4fc7e490", + "isEnabled": true, + "origin": "Application", + "value": "Member.Read.Hidden" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all multi-tenant organization details and tenants, without a signed-in user.", + "displayName": "Read all multi-tenant organization details and tenants", + "id": "4f994bc0-31bb-44bb-b480-7a7c1be8c02e", + "isEnabled": true, + "origin": "Application", + "value": "MultiTenantOrganization.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read multi-tenant organization basic details and active tenants, without a signed-in user.", + "displayName": "Read multi-tenant organization basic details and active tenants", + "id": "f9c2b2a7-3895-4b2e-80f6-c924b456e50b", + "isEnabled": true, + "origin": "Application", + "value": "MultiTenantOrganization.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all multi-tenant organization details and tenants, without a signed-in user.", + "displayName": "Read and write all multi-tenant organization details and tenants", + "id": "920def01-ca61-4d2d-b3df-105b46046a70", + "isEnabled": true, + "origin": "Application", + "value": "MultiTenantOrganization.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's network access braches, without a signed-in user.", + "displayName": "Read properties of all branches for network access", + "id": "39ae4a24-1ef0-49e8-9d63-2a66f5c39edd", + "isEnabled": true, + "origin": "Application", + "value": "NetworkAccessBranch.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's network access braches, without a signed-in user.", + "displayName": "Read and write properties of all branches for network access", + "id": "8137102d-ec16-4191-aaf8-7aeda8026183", + "isEnabled": true, + "origin": "Application", + "value": "NetworkAccessBranch.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's network access policies, without a signed-in user.", + "displayName": "Read all security and routing policies for network access", + "id": "8a3d36bf-cb46-4bcc-bec9-8d92829dab84", + "isEnabled": true, + "origin": "Application", + "value": "NetworkAccessPolicy.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's network access policies, without a signed-in user.", + "displayName": "Read and write all security and routing policies for network access", + "id": "f0c341be-8348-4989-8e43-660324294538", + "isEnabled": true, + "origin": "Application", + "value": "NetworkAccessPolicy.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all the OneNote notebooks in your organization, without a signed-in user.", + "displayName": "Read all OneNote notebooks", + "id": "3aeca27b-ee3a-4c2b-8ded-80376e2134a4", + "isEnabled": true, + "origin": "Application", + "value": "Notes.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all the OneNote notebooks in your organization, without a signed-in user.", + "displayName": "Read and write all OneNote notebooks", + "id": "0c458cef-11f3-48c2-a568-c66751c238c0", + "isEnabled": true, + "origin": "Application", + "value": "Notes.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read online meeting artifacts in your organization, without a signed-in user.", + "displayName": "Read online meeting artifacts", + "id": "df01ed3b-eb61-4eca-9965-6b3d789751b2", + "isEnabled": true, + "origin": "Application", + "value": "OnlineMeetingArtifact.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all recordings of all online meetings, without a signed-in user.", + "displayName": "Read all recordings of online meetings.", + "id": "a4a08342-c95d-476b-b943-97e100569c8d", + "isEnabled": true, + "origin": "Application", + "value": "OnlineMeetingRecording.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read online meeting details in your organization, without a signed-in user.", + "displayName": "Read online meeting details", + "id": "c1684f21-1984-47fa-9d61-2dc8c296bb70", + "isEnabled": true, + "origin": "Application", + "value": "OnlineMeetings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and create online meetings as an application in your organization.", + "displayName": "Read and create online meetings", + "id": "b8bb2037-6e08-44ac-a4ea-4674e010e2a4", + "isEnabled": true, + "origin": "Application", + "value": "OnlineMeetings.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all transcripts of all online meetings, without a signed-in user.", + "displayName": "Read all transcripts of online meetings.", + "id": "a4a80d8d-d283-4bd8-8504-555ec3870630", + "isEnabled": true, + "origin": "Application", + "value": "OnlineMeetingTranscript.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all on-premises directory synchronization information for the organization, without a signed-in user.", + "displayName": "Read all on-premises directory synchronization information", + "id": "bb70e231-92dc-4729-aff5-697b3f04be95", + "isEnabled": true, + "origin": "Application", + "value": "OnPremDirectorySynchronization.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all on-premises directory synchronization information for the organization, without a signed-in user.", + "displayName": "Read and write all on-premises directory synchronization information", + "id": "c22a92cc-79bf-4bb1-8b6c-e0a05d3d80ce", + "isEnabled": true, + "origin": "Application", + "value": "OnPremDirectorySynchronization.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, view, update and delete on-premises published resources, on-premises agents and agent groups, as part of a hybrid identity configuration, without a signed in user.", + "displayName": "Manage on-premises published resources", + "id": "0b57845e-aa49-4e6f-8109-ce654fffa618", + "isEnabled": true, + "origin": "Application", + "value": "OnPremisesPublishingProfiles.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "displayName": "Read organization information", + "id": "498476ce-e0fe-48b0-b801-37ba7e2685c6", + "isEnabled": true, + "origin": "Application", + "value": "Organization.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "displayName": "Read and write organization information", + "id": "292d869f-3427-49a8-9dab-8c70152b74e9", + "isEnabled": true, + "origin": "Application", + "value": "Organization.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all organizational contacts without a signed-in user. These contacts are managed by the organization and are different from a user's personal contacts.", + "displayName": "Read organizational contacts", + "id": "e1a88a34-94c4-4418-be12-c87b00e26bea", + "isEnabled": true, + "origin": "Application", + "value": "OrgContact.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read organization-wide apps and services settings, without a signed-in user.", + "displayName": "Read organization-wide apps and services settings", + "id": "56c84fa9-ea1f-4a15-90f2-90ef41ece2c9", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-AppsAndServices.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write organization-wide apps and services settings, without a signed-in user.", + "displayName": "Read and write organization-wide apps and services settings", + "id": "4a8e4191-c1c8-45f8-b801-f9a1a5ee6ad3", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-AppsAndServices.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read organization-wide Dynamics customer voice settings, without a signed-in user.", + "displayName": "Read organization-wide Dynamics customer voice settings", + "id": "c18ae2dc-d9f3-4495-a93f-18980a0e159f", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-DynamicsVoice.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write organization-wide Dynamics customer voice settings, without a signed-in user.", + "displayName": "Read and write organization-wide Dynamics customer voice settings", + "id": "c3f1cc32-8bbd-4ab6-bd33-f270e0d9e041", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-DynamicsVoice.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read organization-wide Microsoft Forms settings, without a signed-in user.", + "displayName": "Read organization-wide Microsoft Forms settings", + "id": "434d7c66-07c6-4b1f-ab21-417cf2cdaaca", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-Forms.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write organization-wide Microsoft Forms settings, without a signed-in user.", + "displayName": "Read and write organization-wide Microsoft Forms settings", + "id": "2cb92fee-97a3-4034-8702-24a6f5d0d1e9", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-Forms.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read organization-wide Microsoft 365 apps installation settings, without a signed-in user.", + "displayName": "Read organization-wide Microsoft 365 apps installation settings", + "id": "6cdf1fb1-b46f-424f-9493-07247caa22e2", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-Microsoft365Install.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write organization-wide Microsoft 365 apps installation settings, without a signed-in user. ", + "displayName": "Read and write organization-wide Microsoft 365 apps installation settings", + "id": "83f7232f-763c-47b2-a097-e35d2cbe1da5", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-Microsoft365Install.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read organization-wide Microsoft To Do settings, without a signed-in user.", + "displayName": "Read organization-wide Microsoft To Do settings", + "id": "e4d9cd09-d858-4363-9410-abb96737f0cf", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-Todo.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write organization-wide Microsoft To Do settings, without a signed-in user.", + "displayName": "Read and write organization-wide Microsoft To Do settings", + "id": "5febc9da-e0d0-4576-bd13-ae70b2179a39", + "isEnabled": true, + "origin": "Application", + "value": "OrgSettings-Todo.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read any user's scored list of relevant people, without a signed-in user. The list can include local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).", + "displayName": "Read all users' relevant people lists", + "id": "b528084d-ad10-4598-8b93-929746b4d7d6", + "isEnabled": true, + "origin": "Application", + "value": "People.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read tenant-wide people settings without a signed-in user.", + "displayName": "Read all tenant-wide people settings", + "id": "ef02f2e7-e22d-4c77-8614-8f765683b86e", + "isEnabled": true, + "origin": "Application", + "value": "PeopleSettings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and write tenant-wide people settings without a signed-in user.", + "displayName": "Read and write all tenant-wide people settings", + "id": "b6890674-9dd5-4e42-bb15-5af07f541ae1", + "isEnabled": true, + "origin": "Application", + "value": "PeopleSettings.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read company places (conference rooms and room lists) for calendar events and other applications, without a signed-in user.", + "displayName": "Read all company places", + "id": "913b9306-0ce1-42b8-9137-6a7df690a760", + "isEnabled": true, + "origin": "Application", + "value": "Place.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all your organization's policies without a signed in user.", + "displayName": "Read your organization's policies", + "id": "246dd0d5-5bd0-4def-940b-0421030a5b68", + "isEnabled": true, + "origin": "Application", + "value": "Policy.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's conditional access policies, without a signed-in user.", + "displayName": "Read your organization's conditional access policies", + "id": "37730810-e9ba-4e46-b07e-8ca78d182097", + "isEnabled": true, + "origin": "Application", + "value": "Policy.Read.ConditionalAccess" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization’s identity protection policy without a signed-in user. ", + "displayName": "Read your organization’s identity protection policy", + "id": "b21b72f6-4e6a-4533-9112-47eea9f97b28", + "isEnabled": true, + "origin": "Application", + "value": "Policy.Read.IdentityProtection" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read policies related to consent and permission grants for applications, without a signed-in user.", + "displayName": "Read consent and permission grant policies", + "id": "9e640839-a198-48fb-8b9a-013fd6f6cbcd", + "isEnabled": true, + "origin": "Application", + "value": "Policy.Read.PermissionGrant" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's directory access review default policy without a signed-in user.", + "displayName": "Read and write your organization's directory access review default policy", + "id": "77c863fd-06c0-47ce-a7eb-49773e89d319", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.AccessReview" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "displayName": "Read and write your organization's application configuration policies", + "id": "be74164b-cff1-491c-8741-e671cb536e13", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.ApplicationConfiguration" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all authentication flow policies for the tenant, without a signed-in user.", + "displayName": "Read and write authentication flow policies", + "id": "25f85f3c-f66c-4205-8cd5-de92dd7f0cec", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.AuthenticationFlows" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all authentication method policies for the tenant, without a signed-in user. ", + "displayName": "Read and write all authentication method policies ", + "id": "29c18626-4985-4dcd-85c0-193eef327366", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.AuthenticationMethod" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's authorization policy without a signed in user. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.", + "displayName": "Read and write your organization's authorization policy", + "id": "fb221be6-99f2-473f-bd32-01c6a0e9ca3b", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.Authorization" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's conditional access policies, without a signed-in user.", + "displayName": "Read and write your organization's conditional access policies", + "id": "01c0a623-fc9b-48e9-b794-0756f8e8f067", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.ConditionalAccess" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's consent requests policy without a signed-in user.", + "displayName": "Read and write your organization's consent request policy", + "id": "999f8c63-0a38-4f1b-91fd-ed1947bdd1a9", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.ConsentRequest" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's cross tenant access policies without a signed-in user.", + "displayName": "Read and write your organization's cross tenant access policies", + "id": "338163d7-f101-4c92-94ba-ca46fe52447c", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.CrossTenantAccess" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and update the organization's external identities policy without a signed-in user. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.", + "displayName": "Read and write your organization's external identities policy", + "id": "03cc4f92-788e-4ede-b93f-199424d144a5", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.ExternalIdentities" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write feature rollout policies without a signed-in user. Includes abilities to assign and remove users and groups to rollout of a specific feature.", + "displayName": "Read and write feature rollout policies", + "id": "2044e4f1-e56c-435b-925c-44cd8f6ba89a", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.FeatureRollout" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization’s identity protection policy without a signed-in user.", + "displayName": "Read and write your organization’s identity protection policy ", + "id": "2dcf8603-09eb-4078-b1ec-d30a1a76b873", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.IdentityProtection" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage policies related to consent and permission grants for applications, without a signed-in user.", + "displayName": "Manage consent and permission grant policies", + "id": "a402ca1c-2696-4531-972d-6e5ee4aa11ea", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.PermissionGrant" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's security defaults policy, without a signed-in user.", + "displayName": "Read and write your organization's security defaults policy", + "id": "1c6e93a6-28e2-4cbb-9f64-1a46a821124d", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.SecurityDefaults" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write your organization's trust framework policies without a signed in user.", + "displayName": "Read and write your organization's trust framework policies", + "id": "79a677f7-b79d-40d0-a36a-3e6f8688dd7a", + "isEnabled": true, + "origin": "Application", + "value": "Policy.ReadWrite.TrustFramework" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all presence information and write activity and availability of all users in the directory without a signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, time zone and location.", + "displayName": "Read and write presence information for all users", + "id": "83cded22-8297-4ff6-a7fa-e97e9545a259", + "isEnabled": true, + "origin": "Application", + "value": "Presence.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read printers without a signed-in user. ", + "displayName": "Read printers", + "id": "9709bb33-4549-49d4-8ed9-a8f65e45bb0f", + "isEnabled": true, + "origin": "Application", + "value": "Printer.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and update printers without a signed-in user. Does not allow creating (registering) or deleting (unregistering) printers.", + "displayName": "Read and update printers", + "id": "f5b3f73d-6247-44df-a74c-866173fddab0", + "isEnabled": true, + "origin": "Application", + "value": "Printer.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to perform advanced operations like redirecting a print job to another printer without a signed-in user. Also allows the application to read and update the metadata of print jobs.", + "displayName": "Perform advanced operations on print jobs", + "id": "58a52f47-9e36-4b17-9ebe-ce4ef7f3e6c8", + "isEnabled": true, + "origin": "Application", + "value": "PrintJob.Manage.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read the metadata and document content of print jobs without a signed-in user. ", + "displayName": "Read print jobs", + "id": "ac6f956c-edea-44e4-bd06-64b1b4b9aec9", + "isEnabled": true, + "origin": "Application", + "value": "PrintJob.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read the metadata of print jobs without a signed-in user. Does not allow access to print job document content.", + "displayName": "Read basic information for print jobs", + "id": "fbf67eee-e074-4ef7-b965-ab5ce1c1f689", + "isEnabled": true, + "origin": "Application", + "value": "PrintJob.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and update the metadata and document content of print jobs without a signed-in user.", + "displayName": "Read and write print jobs", + "id": "5114b07b-2898-4de7-a541-53b0004e2e13", + "isEnabled": true, + "origin": "Application", + "value": "PrintJob.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and update the metadata of print jobs without a signed-in user. Does not allow access to print job document content.", + "displayName": "Read and write basic information for print jobs", + "id": "57878358-37f4-4d3a-8c20-4816e0d457b1", + "isEnabled": true, + "origin": "Application", + "value": "PrintJob.ReadWriteBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read tenant-wide print settings without a signed-in user.", + "displayName": "Read tenant-wide print settings", + "id": "b5991872-94cf-4652-9765-29535087c6d8", + "isEnabled": true, + "origin": "Application", + "value": "PrintSettings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and update print task definitions without a signed-in user. ", + "displayName": "Read, write and update print task definitions", + "id": "456b71a7-0ee0-4588-9842-c123fcc8f664", + "isEnabled": true, + "origin": "Application", + "value": "PrintTaskDefinition.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles in your organization, without a signed-in user.", + "displayName": "Read privileged access to Azure AD roles", + "id": "4cdc2547-9148-4295-8d11-be0db1391d6b", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedAccess.Read.AzureAD" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups in your organization, without a signed-in user.", + "displayName": "Read privileged access to Azure AD groups", + "id": "01e37dc9-c035-40bd-b438-b2879c4870a6", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedAccess.Read.AzureADGroup" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read time-based assignment and just-in-time elevation of user privileges to audit Azure resources in your organization, without a signed-in user.", + "displayName": "Read privileged access to Azure resources", + "id": "5df6fe86-1be0-44eb-b916-7bd443a71236", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedAccess.Read.AzureResources" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to request and manage time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles in your organization, without a signed-in user.", + "displayName": "Read and write privileged access to Azure AD roles", + "id": "854d9ab1-6657-4ec8-be45-823027bcd009", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedAccess.ReadWrite.AzureAD" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to request and manage time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups in your organization, without a signed-in user.", + "displayName": "Read and write privileged access to Azure AD groups", + "id": "2f6817f8-7b12-4f0f-bc18-eeaf60705a9e", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedAccess.ReadWrite.AzureADGroup" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to request and manage time-based assignment and just-in-time elevation of Azure resources (like your subscriptions, resource groups, storage, compute) in your organization, without a signed-in user.", + "displayName": "Read and write privileged access to Azure resources", + "id": "6f9d5abc-2db6-400b-a267-7de22a40fb87", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedAccess.ReadWrite.AzureResources" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "displayName": "Read assignment schedules for access to Azure AD groups", + "id": "cd4161cb-f098-48f8-a884-1eda9a42434c", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedAssignmentSchedule.Read.AzureADGroup" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, without a signed-in user.", + "displayName": "Read, create, and delete assignment schedules for access to Azure AD groups", + "id": "41202f2c-f7ab-45be-b001-85c9728b9d69", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "displayName": "Read eligibility schedules for access to Azure AD groups", + "id": "edb419d6-7edc-42a3-9345-509bfdf5d87c", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedEligibilitySchedule.Read.AzureADGroup" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, without a signed-in user.", + "displayName": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "id": "618b6020-bca8-4de6-99f6-ef445fa4d857", + "isEnabled": true, + "origin": "Application", + "value": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read programs and program controls in the organization, without a signed-in user.", + "displayName": "Read all programs", + "id": "eedb7fdd-7539-4345-a38b-4839e4a84cbd", + "isEnabled": true, + "origin": "Application", + "value": "ProgramControl.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, update, delete and perform actions on programs and program controls in the organization, without a signed-in user.", + "displayName": "Manage all programs", + "id": "60a901ed-09f7-4aa5-a16e-7dd3d6f9de36", + "isEnabled": true, + "origin": "Application", + "value": "ProgramControl.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read all question and answers, without a signed-in user.", + "displayName": "Read all Question and Answers ", + "id": "ee49e170-1dd1-4030-b44c-61ad6e98f743", + "isEnabled": true, + "origin": "Application", + "value": "QnA.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read any data from Records Management, such as configuration, labels, and policies without the signed in user.", + "displayName": "Read Records Management configuration, labels and policies", + "id": "ac3a2b8e-03a3-4da9-9ce0-cbe28bf1accd", + "isEnabled": true, + "origin": "Application", + "value": "RecordsManagement.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies without the signed in user.", + "displayName": "Read and write Records Management configuration, labels and policies", + "id": "eb158f57-df43-4751-8b21-b8932adb3d34", + "isEnabled": true, + "origin": "Application", + "value": "RecordsManagement.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read all service usage reports without a signed-in user. Services that provide usage reports include Office 365 and Azure Active Directory.", + "displayName": "Read all usage reports", + "id": "230c1aed-a721-4c5d-9cb4-a90514e508ef", + "isEnabled": true, + "origin": "Application", + "value": "Reports.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all admin report settings, such as whether to display concealed information in reports, without a signed-in user.", + "displayName": "Read all admin report settings", + "id": "ee353f83-55ef-4b78-82da-555bfa2b4b95", + "isEnabled": true, + "origin": "Application", + "value": "ReportSettings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and update all admin report settings, such as whether to display concealed information in reports, without a signed-in user.", + "displayName": "Read and write all admin report settings", + "id": "2a60023f-3219-47ad-baa4-40e17cd02a1d", + "isEnabled": true, + "origin": "Application", + "value": "ReportSettings.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all resource specific permissions granted on user accounts, without a signed-in user.", + "displayName": "Read all resource specific permissions granted on user accounts", + "id": "acfca4d5-f49f-40ed-9648-84068b474c73", + "isEnabled": true, + "origin": "Application", + "value": "ResourceSpecificPermissionGrant.ReadForUser.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the active role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.", + "displayName": "Read all active role assignments and role schedules for your company's directory", + "id": "d5fe8ce8-684c-4c83-a52c-46e882ce4be1", + "isEnabled": true, + "origin": "Application", + "value": "RoleAssignmentSchedule.Read.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, without a signed-in user.", + "displayName": "Read, update, and delete all policies for privileged role assignments of your company's directory", + "id": "dd199f4a-f148-40a4-a2ec-f0069cc799ec", + "isEnabled": true, + "origin": "Application", + "value": "RoleAssignmentSchedule.ReadWrite.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes reading directory role templates, and directory roles.", + "displayName": "Read all eligible role assignments and role schedules for your company's directory", + "id": "ff278e11-4a33-4d0c-83d2-d01dc58929a5", + "isEnabled": true, + "origin": "Application", + "value": "RoleEligibilitySchedule.Read.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments and schedules for your company's directory, without a signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", + "displayName": "Read, update, and delete all eligible role assignments and schedules for your company's directory", + "id": "fee28b28-e1f3-4841-818e-2704dc62245f", + "isEnabled": true, + "origin": "Application", + "value": "RoleEligibilitySchedule.ReadWrite.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read role-based access control (RBAC) settings for all RBAC providers without a signed-in user. This includes reading role definitions and role assignments.", + "displayName": "Read role management data for all RBAC providers", + "id": "c7fbd983-d9aa-4fa7-84b8-17382c103bc4", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagement.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the Cloud PC role-based access control (RBAC) settings, without a signed-in user.", + "displayName": "Read Cloud PC RBAC settings", + "id": "031a549a-bb80-49b6-8032-2068448c6a3c", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagement.Read.CloudPC" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.", + "displayName": "Read all directory RBAC settings", + "id": "483bed4a-2ad3-4361-a73b-c83ccdbdc53c", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagement.Read.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the role-based access control (RBAC) configuration for your organization's Exchange Online service, without a signed-in user. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", + "displayName": "Read Exchange Online RBAC configuration", + "id": "c769435f-f061-4d0b-8ff1-3d39870e5f85", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagement.Read.Exchange" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, without a signed-in user. This includes reading and managing Cloud PC role definitions and memberships.", + "displayName": "Read and write all Cloud PC RBAC settings", + "id": "274d0592-d1b6-44bd-af1d-26d259bcb43a", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagement.ReadWrite.CloudPC" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "displayName": "Read and write all directory RBAC settings", + "id": "9e3f62cf-ca93-4989-b6ce-bf83c28f9fe8", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagement.ReadWrite.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, without a signed-in user. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", + "displayName": "Read and write Exchange Online RBAC configuration", + "id": "025d3225-3f02-4882-b4c0-cd5b541a4e80", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagement.ReadWrite.Exchange" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", + "displayName": "Read all alert data for your company's directory", + "id": "ef31918f-2d50-4755-8943-b8638c0a077e", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagementAlert.Read.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and manage all role-based access control (RBAC) alerts for your company's directory, without a signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", + "displayName": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory", + "id": "11059518-d6a6-4851-98ed-509268489c4a", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagementAlert.ReadWrite.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read policies in Privileged Identity Management for Groups, without a signed-in user.", + "displayName": "Read all policies in PIM for Groups", + "id": "69e67828-780e-47fd-b28c-7b27d14864e6", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagementPolicy.Read.AzureADGroup" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, without a signed-in user.", + "displayName": "Read all policies for privileged role assignments of your company's directory", + "id": "fdc4c997-9942-4479-bfcb-75a36d1138df", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagementPolicy.Read.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, update, and delete policies in Privileged Identity Management for Groups, without a signed-in user.", + "displayName": "Read, update, and delete all policies in PIM for Groups", + "id": "b38dcc4d-a239-4ed6-aa84-6c65b284f97c", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagementPolicy.ReadWrite.AzureADGroup" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, without a signed-in user.", + "displayName": "Read, update, and delete all policies for privileged role assignments of your company's directory", + "id": "31e08e0a-d3f7-4ca2-ac39-7343fb83e8ad", + "isEnabled": true, + "origin": "Application", + "value": "RoleManagementPolicy.ReadWrite.Directory" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all schedules, schedule groups, shifts and associated entities in the Teams or Shifts application without a signed-in user.", + "displayName": "Read all schedule items", + "id": "7b2ebf90-d836-437f-b90d-7b62722c4456", + "isEnabled": true, + "origin": "Application", + "value": "Schedule.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage all schedules, schedule groups, shifts and associated entities in the Teams or Shifts application without a signed-in user.", + "displayName": "Read and write all schedule items", + "id": "b7760610-0545-4e8a-9ec3-cce9e63db01c", + "isEnabled": true, + "origin": "Application", + "value": "Schedule.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read search configurations, without a signed-in user.", + "displayName": "Read your organization's search configuration", + "id": "ada977a5-b8b1-493b-9a91-66c206d76ecf", + "isEnabled": true, + "origin": "Application", + "value": "SearchConfiguration.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write search configurations, without a signed-in user.", + "displayName": "Read and write your organization's search configuration", + "id": "0e778b85-fefa-466d-9eec-750569d92122", + "isEnabled": true, + "origin": "Application", + "value": "SearchConfiguration.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read security actions, without a signed-in user.", + "displayName": "Read your organization's security actions", + "id": "5e0edab9-c148-49d0-b423-ac253e121825", + "isEnabled": true, + "origin": "Application", + "value": "SecurityActions.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read or update security actions, without a signed-in user.", + "displayName": "Read and update your organization's security actions", + "id": "f2bf083f-0179-402a-bedb-b2784de8a49b", + "isEnabled": true, + "origin": "Application", + "value": "SecurityActions.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all security alerts, without a signed-in user.", + "displayName": "Read all security alerts", + "id": "472e4a4d-bb4a-4026-98d1-0b0d74cb74a5", + "isEnabled": true, + "origin": "Application", + "value": "SecurityAlert.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write to all security alerts, without a signed-in user.", + "displayName": "Read and write to all security alerts", + "id": "ed4fca05-be46-441f-9803-1873825f8fdb", + "isEnabled": true, + "origin": "Application", + "value": "SecurityAlert.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read email metadata and security detection details, without a signed-in user. ", + "displayName": "Read metadata and detection details for all emails in your organization", + "id": "b48f7ac2-044d-4281-b02f-75db744d6f5f", + "isEnabled": true, + "origin": "Application", + "value": "SecurityAnalyzedMessage.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read email metadata and security detection details, and execute remediation actions like deleting an email, without a signed-in user.", + "displayName": "Read metadata, detection details, and execute remediation actions on all emails in your organization", + "id": "04c55753-2244-4c25-87fc-704ab82a4f69", + "isEnabled": true, + "origin": "Application", + "value": "SecurityAnalyzedMessage.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization’s security events without a signed-in user.", + "displayName": "Read your organization’s security events", + "id": "bf394140-e372-4bf9-a898-299cfc7564e5", + "isEnabled": true, + "origin": "Application", + "value": "SecurityEvents.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization’s security events without a signed-in user. Also allows the app to update editable properties in security events.", + "displayName": "Read and update your organization’s security events", + "id": "d903a879-88e0-4c09-b0c9-82f6a1333f84", + "isEnabled": true, + "origin": "Application", + "value": "SecurityEvents.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all security incidents, without a signed-in user.", + "displayName": "Read all security incidents", + "id": "45cc0394-e837-488b-a098-1918f48d186c", + "isEnabled": true, + "origin": "Application", + "value": "SecurityIncident.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write to all security incidents, without a signed-in user.", + "displayName": "Read and write to all security incidents", + "id": "34bf0e97-1971-4929-b999-9e2442d941d7", + "isEnabled": true, + "origin": "Application", + "value": "SecurityIncident.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your tenant's service health information, without a signed-in user. Health information may include service issues or service health overviews.", + "displayName": "Read service health", + "id": "79c261e0-fe76-4144-aad5-bdc68fbe4037", + "isEnabled": true, + "origin": "Application", + "value": "ServiceHealth.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your tenant's service announcement messages, without a signed-in user. Messages may include information about new or changed features.", + "displayName": "Read service messages", + "id": "1b620472-6534-4fe6-9df2-4680e8aa28ec", + "isEnabled": true, + "origin": "Application", + "value": "ServiceMessage.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read service principal endpoints", + "displayName": "Read service principal endpoints", + "id": "5256681e-b7f6-40c0-8447-2d9db68797a0", + "isEnabled": true, + "origin": "Application", + "value": "ServicePrincipalEndpoint.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to update service principal endpoints", + "displayName": "Read and update service principal endpoints", + "id": "89c8469c-83ad-45f7-8ff2-6e3d4285709e", + "isEnabled": true, + "origin": "Application", + "value": "ServicePrincipalEndpoint.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read the tenant-level settings of SharePoint and OneDrive, without a signed-in user.", + "displayName": "Read SharePoint and OneDrive tenant settings", + "id": "83d4163d-a2d8-4d3b-9695-4ae3ca98f888", + "isEnabled": true, + "origin": "Application", + "value": "SharePointTenantSettings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and change the tenant-level settings of SharePoint and OneDrive, without a signed-in user.", + "displayName": "Read and change SharePoint and OneDrive tenant settings", + "id": "19b94e34-907c-4f43-bde9-38b1909ed408", + "isEnabled": true, + "origin": "Application", + "value": "SharePointTenantSettings.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all the short notes without a signed-in user.", + "displayName": "Read all users' short notes", + "id": "0c7d31ec-31ca-4f58-b6ec-9950b6b0de69", + "isEnabled": true, + "origin": "Application", + "value": "ShortNotes.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, create, edit, and delete all the short notes without a signed-in user.", + "displayName": "Read, create, edit, and delete all users' short notes", + "id": "842c284c-763d-4a97-838d-79787d129bab", + "isEnabled": true, + "origin": "Application", + "value": "ShortNotes.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to have full control of all site collections without a signed in user.", + "displayName": "Have full control of all site collections", + "id": "a82116e5-55eb-4c41-a434-62fe8a61c773", + "isEnabled": true, + "origin": "Application", + "value": "Sites.FullControl.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", + "displayName": "Create, edit, and delete items and lists in all site collections", + "id": "0c0bf378-bf22-4481-8f81-9e89a9b4960a", + "isEnabled": true, + "origin": "Application", + "value": "Sites.Manage.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read documents and list items in all site collections without a signed in user.", + "displayName": "Read items in all site collections ", + "id": "332a536c-c7ef-4017-ab91-336970924f0d", + "isEnabled": true, + "origin": "Application", + "value": "Sites.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", + "displayName": "Read and write items in all site collections", + "id": "9492366f-7969-46a4-8d15-ed1a20078fff", + "isEnabled": true, + "origin": "Application", + "value": "Sites.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allow the application to access a subset of site collections without a signed in user.  The specific site collections and the permissions granted will be configured in SharePoint Online.", + "displayName": "Access selected site collections", + "id": "883ea226-0bf2-4a8f-9f9d-92c9162a727d", + "isEnabled": true, + "origin": "Application", + "value": "Sites.Selected" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read subject rights requests without a signed-in user.", + "displayName": "Read all subject rights requests", + "id": "ee1460f0-368b-4153-870a-4e1ca7e72c42", + "isEnabled": true, + "origin": "Application", + "value": "SubjectRightsRequest.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write subject rights requests without a signed in user.", + "displayName": "Read and write all subject rights requests", + "id": "8387eaa4-1a3c-41f5-b261-f888138e6041", + "isEnabled": true, + "origin": "Application", + "value": "SubjectRightsRequest.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read Azure AD synchronization information, without a signed-in user.", + "displayName": "Read all Azure AD synchronization data. ", + "id": "5ba43d2f-fa88-4db2-bd1c-a67c5f0fb1ce", + "isEnabled": true, + "origin": "Application", + "value": "Synchronization.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to configure the Azure AD synchronization service, without a signed-in user.", + "displayName": "Read and write all Azure AD synchronization data. ", + "id": "9b50c33d-700f-43b1-b2eb-87e89b703581", + "isEnabled": true, + "origin": "Application", + "value": "Synchronization.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to upload bulk user data to the identity synchronization service, without a signed-in user.", + "displayName": "Upload user data to the identity synchronization service", + "id": "db31e92a-b9ea-4d87-bf6a-75a37a9ca35a", + "isEnabled": true, + "origin": "Application", + "value": "SynchronizationData-User.Upload" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "displayName": "Read all users’ tasks and tasklist", + "id": "f10e1f91-74ed-437f-a6fd-d6ae88e26c1f", + "isEnabled": true, + "origin": "Application", + "value": "Tasks.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "displayName": "Read and write all users’ tasks and tasklists", + "id": "44e666d1-d276-445b-a5fc-8815eeb81d55", + "isEnabled": true, + "origin": "Application", + "value": "Tasks.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create teams without a signed-in user. ", + "displayName": "Create teams", + "id": "23fc2474-f741-46ce-8465-674744c5c361", + "isEnabled": true, + "origin": "Application", + "value": "Team.Create" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Get a list of all teams, without a signed-in user.", + "displayName": "Get a list of all teams", + "id": "2280dda6-0bfd-44ee-a2f4-cb867cfc4c1e", + "isEnabled": true, + "origin": "Application", + "value": "Team.ReadBasic.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read the members of all teams, without a signed-in user.", + "displayName": "Read the members of all teams", + "id": "660b7406-55f1-41ca-a0ed-0b035e182f3e", + "isEnabled": true, + "origin": "Application", + "value": "TeamMember.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Add and remove members from all teams, without a signed-in user. Also allows changing a team member's role, for example from owner to non-owner.", + "displayName": "Add and remove members from all teams", + "id": "0121dc95-1b9f-4aed-8bac-58c5ac466691", + "isEnabled": true, + "origin": "Application", + "value": "TeamMember.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Add and remove members from all teams, without a signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.", + "displayName": "Add and remove members with non-owner role for all teams", + "id": "4437522e-9a86-4a41-a7da-e380edd4a97d", + "isEnabled": true, + "origin": "Application", + "value": "TeamMember.ReadWriteNonOwnerRole.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all users' teamwork activity feed, without a signed-in user.", + "displayName": "Read all users' teamwork activity feed", + "id": "70dec828-f620-4914-aa83-a29117306807", + "isEnabled": true, + "origin": "Application", + "value": "TeamsActivity.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create new notifications in users' teamwork activity feeds without a signed in user. These notifications may not be discoverable or be held or governed by compliance policies.", + "displayName": "Send a teamwork activity to any user", + "id": "a267235f-af13-44dc-8385-c1dc93023186", + "isEnabled": true, + "origin": "Application", + "value": "TeamsActivity.Send" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the Teams apps that are installed in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "displayName": "Read installed Teams apps for all chats", + "id": "cc7e7635-2586-41d6-adaa-a8d3bcad5ee5", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadForChat.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the Teams apps that are installed in any team, without a signed-in user. Does not give the ability to read application-specific settings.", + "displayName": "Read installed Teams apps for all teams", + "id": "1f615aea-6bf9-4b05-84bd-46388e138537", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadForTeam.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the Teams apps that are installed for any user, without a signed-in user. Does not give the ability to read application-specific settings.", + "displayName": "Read installed Teams apps for all users", + "id": "9ce09611-f4f7-4abd-a629-a05450422a97", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadForUser.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Gives the ability to manage permission grants for accessing those specific chats' data.", + "displayName": "Manage installation and permission grants of Teams apps for all chats", + "id": "6e74eff9-4a21-45d6-bc03-3a20f61f8281", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteAndConsentForChat.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Gives the ability to manage permission grants for accessing those specific teams' data.", + "displayName": "Manage installation and permission grants of Teams apps for all teams", + "id": "b0c13be0-8e20-4bc5-8c55-963c23a39ce9", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteAndConsentForTeam.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any user account, without a signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.", + "displayName": "Manage installation and permission grants of Teams apps in a user account", + "id": "32ca478f-f89e-41d0-aaf8-101deb7da510", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteAndConsentForUser.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user, and manage its permission grants for accessing those specific chats' data.", + "displayName": "Allow the Teams app to manage itself and its permission grants for all chats", + "id": "ba1ba90b-2d8f-487e-9f16-80728d85bb5c", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for any team, without a signed-in user, and manage its permission grants for accessing those specific teams' data.", + "displayName": "Allow the Teams app to manage itself and its permission grants for all teams", + "id": "1e4be56c-312e-42b8-a2c9-009600d732c0", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for any user account, without a signed-in user, and manage its permission grants for accessing those specific users' data.", + "displayName": "Allow the Teams app to manage itself and its permission grants in all user accounts", + "id": "a87076cf-6abd-4e56-8559-4dbdf41bef96", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForUser.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any chat, without a signed-in user. Does not give the ability to read application-specific settings.", + "displayName": "Manage Teams apps for all chats", + "id": "9e19bae1-2623-4c4f-ab6e-2664615ff9a0", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteForChat.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Does not give the ability to read application-specific settings.", + "displayName": "Manage Teams apps for all teams", + "id": "5dad17ba-f6cc-4954-a5a2-a0dcc95154f0", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteForTeam.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps for any user, without a signed-in user. Does not give the ability to read application-specific settings.", + "displayName": "Manage Teams apps for all users", + "id": "74ef0291-ca83-4d02-8c7e-d2391e6a444f", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteForUser.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for any chat, without a signed-in user.", + "displayName": "Allow the Teams app to manage itself for all chats", + "id": "73a45059-f39c-4baf-9182-4954ac0e55cf", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteSelfForChat.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", + "displayName": "Allow the Teams app to manage itself for all teams", + "id": "9f67436c-5415-4e7f-8ac1-3014a7132630", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteSelfForTeam.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself to any user, without a signed-in user.", + "displayName": "Allow the app to manage itself for all users", + "id": "908de74d-f8b2-4d6b-a9ed-2a17b3b78179", + "isEnabled": true, + "origin": "Application", + "value": "TeamsAppInstallation.ReadWriteSelfForUser.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read all team's settings, without a signed-in user.", + "displayName": "Read all teams' settings", + "id": "242607bd-1d2c-432c-82eb-bdb27baa23ab", + "isEnabled": true, + "origin": "Application", + "value": "TeamSettings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read and change all teams' settings, without a signed-in user.", + "displayName": "Read and change all teams' settings", + "id": "bdd80a03-d9bc-451d-b7c4-ce7c63fe3c8f", + "isEnabled": true, + "origin": "Application", + "value": "TeamSettings.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create tabs in any team in Microsoft Teams, without a signed-in user. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.", + "displayName": "Create tabs in Microsoft Teams.", + "id": "49981c42-fd7b-4530-be03-e77b21aed25e", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.Create" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read the names and settings of tabs inside any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs. ", + "displayName": "Read tabs in Microsoft Teams.", + "id": "46890524-499a-4bb2-ad64-1476b4f3e1cf", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Read and write tabs in any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs.", + "displayName": "Read and write tabs in Microsoft Teams.", + "id": "a96d855f-016b-47d7-b51c-1218a98d791c", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for any chat, without a signed-in user.", + "displayName": "Allow the Teams app to manage all tabs for all chats", + "id": "fd9ce730-a250-40dc-bd44-8dc8d20f39ea", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.ReadWriteForChat.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in any team, without a signed-in user.", + "displayName": "Allow the Teams app to manage all tabs for all teams", + "id": "6163d4f4-fbf8-43da-a7b4-060fe85ed148", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.ReadWriteForTeam.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for any user, without a signed-in user.", + "displayName": "Allow the app to manage all tabs for all users", + "id": "425b4b59-d5af-45c8-832f-bb0b7402348a", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.ReadWriteForUser.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for any chat, without a signed-in user.", + "displayName": "Allow the Teams app to manage only its own tabs for all chats", + "id": "9f62e4a2-a2d6-4350-b28b-d244728c4f86", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.ReadWriteSelfForChat.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in any team, without a signed-in user.", + "displayName": "Allow the Teams app to manage only its own tabs for all teams", + "id": "91c32b81-0ef0-453f-a5c7-4ce2e562f449", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.ReadWriteSelfForTeam.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for any user, without a signed-in user.", + "displayName": "Allow the Teams app to manage only its own tabs for all users", + "id": "3c42dec6-49e8-4a0a-b469-36cff0d9da93", + "isEnabled": true, + "origin": "Application", + "value": "TeamsTab.ReadWriteSelfForUser.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all available Teams Templates, without a signed-user.", + "displayName": "Read all available Teams Templates", + "id": "6323133e-1f6e-46d4-9372-ac33a0870636", + "isEnabled": true, + "origin": "Application", + "value": "TeamTemplates.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create chat and channel messages, without a signed in user. The app specifies which user appears as the sender, and can backdate the message to appear as if it was sent long ago. The messages can be sent to any chat or channel in the organization.", + "displayName": "Create chat and channel messages with anyone's identity and with any timestamp", + "id": "dfb0dd15-61de-45b2-be36-d6a69fba3c79", + "isEnabled": true, + "origin": "Application", + "value": "Teamwork.Migrate.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the Teams app settings without a signed-in user.", + "displayName": "Read Teams app settings", + "id": "475ebe88-f071-4bd7-af2b-642952bd4986", + "isEnabled": true, + "origin": "Application", + "value": "TeamworkAppSettings.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the Teams app settings without a signed-in user.", + "displayName": "Read and write Teams app settings", + "id": "ab5b445e-8f10-45f4-9c79-dd3f8062cc4e", + "isEnabled": true, + "origin": "Application", + "value": "TeamworkAppSettings.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allow the app to read the management data for Teams devices, without a signed-in user.", + "displayName": "Read Teams devices", + "id": "0591bafd-7c1c-4c30-a2a5-2b9aacb1dfe8", + "isEnabled": true, + "origin": "Application", + "value": "TeamworkDevice.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allow the app to read and write the management data for Teams devices, without a signed-in user.", + "displayName": "Read and write Teams devices", + "id": "79c02f5b-bd4f-4713-bc2c-a8a4a66e127b", + "isEnabled": true, + "origin": "Application", + "value": "TeamworkDevice.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read tags in Teams without a signed-in user.", + "displayName": "Read tags in Teams", + "id": "b74fd6c4-4bde-488e-9695-eeb100e4907f", + "isEnabled": true, + "origin": "Application", + "value": "TeamworkTag.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write tags in Teams without a signed-in user.", + "displayName": "Read and write tags in Teams", + "id": "a3371ca5-911d-46d6-901c-42c8c7a937d8", + "isEnabled": true, + "origin": "Application", + "value": "TeamworkTag.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all term store data, without a signed-in user. This includes all sets, groups and terms in the term store.", + "displayName": "Read all term store data", + "id": "ea047cc2-df29-4f3e-83a3-205de61501ca", + "isEnabled": true, + "origin": "Application", + "value": "TermStore.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, edit or write all term store data, without a signed-in user. This includes all sets, groups and terms in the term store.", + "displayName": "Read and write all term store data", + "id": "f12eb8d6-28e3-46e6-b2c0-b7e4dc69fc95", + "isEnabled": true, + "origin": "Application", + "value": "TermStore.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows an app to read your organization's threat assessment requests, without a signed-in user.", + "displayName": "Read threat assessment requests", + "id": "f8f035bb-2cce-47fb-8bf5-7baf3ecbee48", + "isEnabled": true, + "origin": "Application", + "value": "ThreatAssessment.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to run hunting queries, without a signed-in user.", + "displayName": "Run hunting queries", + "id": "dd98c7f5-2d42-42d3-a0e4-633161547251", + "isEnabled": true, + "origin": "Application", + "value": "ThreatHunting.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all the indicators for your organization, without a signed-in user.", + "displayName": "Read all threat indicators", + "id": "197ee4e9-b993-4066-898f-d6aecc55125b", + "isEnabled": true, + "origin": "Application", + "value": "ThreatIndicators.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), without a signed-in user.  It cannot update any threat indicators it does not own.", + "displayName": "Manage threat indicators this app creates or owns", + "id": "21792b6c-c986-4ffc-85de-df9da54b52fa", + "isEnabled": true, + "origin": "Application", + "value": "ThreatIndicators.ReadWrite.OwnedBy" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read threat intellgence information, such as indicators, observations, and and articles, without a signed in user.", + "displayName": "Read all Threat Intelligence Information", + "id": "e0b77adb-e790-44a3-b0a0-257d06303687", + "isEnabled": true, + "origin": "Application", + "value": "ThreatIntelligence.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's threat submissions and to view threat submission policies without a signed-in user.", + "displayName": "Read all of the organization's threat submissions", + "id": "86632667-cd15-4845-ad89-48a88e8412e1", + "isEnabled": true, + "origin": "Application", + "value": "ThreatSubmission.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's threat submissions and threat submission policies without a signed-in user. Also allows the app to create new threat submissions without a signed-in user.", + "displayName": "Read and write all of the organization's threat submissions", + "id": "d72bdbf4-a59b-405c-8b04-5995895819ac", + "isEnabled": true, + "origin": "Application", + "value": "ThreatSubmission.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read your organization's threat submission policies without a signed-in user. Also allows the app to create new threat submission polices without a signed-in user.", + "displayName": "Read and write all of the organization's threat submission policies", + "id": "926a6798-b100-4a20-a22f-a4918f13951d", + "isEnabled": true, + "origin": "Application", + "value": "ThreatSubmissionPolicy.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read trust framework key set properties without a signed-in user.", + "displayName": "Read trust framework key sets", + "id": "fff194f1-7dce-4428-8301-1badb5518201", + "isEnabled": true, + "origin": "Application", + "value": "TrustFrameworkKeySet.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write trust framework key set properties without a signed-in user.", + "displayName": "Read and write trust framework key sets", + "id": "4a771c9a-1cf2-4609-b88e-3d3e02d539cd", + "isEnabled": true, + "origin": "Application", + "value": "TrustFrameworkKeySet.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read the lifecycle information like employeeLeaveDateTime of users in your organization, without a signed-in user.", + "displayName": "Read all users' lifecycle information", + "id": "8556a004-db57-4d7a-8b82-97a13428e96f", + "isEnabled": true, + "origin": "Application", + "value": "User-LifeCycleInfo.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write the lifecycle information like employeeLeaveDateTime of users in your organization, without a signed-in user.", + "displayName": "Read and write all users' lifecycle information", + "id": "925f1248-0f97-47b9-8ec8-538c54e01325", + "isEnabled": true, + "origin": "Application", + "value": "User-LifeCycleInfo.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to enable and disable users' accounts, without a signed-in user.", + "displayName": "Enable and disable user accounts", + "id": "3011c876-62b7-4ada-afa2-506cbbecc68c", + "isEnabled": true, + "origin": "Application", + "value": "User.EnableDisableAccount.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).", + "displayName": "Export user's data", + "id": "405a51b5-8d8d-430b-9842-8be4b0e9f324", + "isEnabled": true, + "origin": "Application", + "value": "User.Export.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to invite guest users to the organization, without a signed-in user.", + "displayName": "Invite guest users to the organization", + "id": "09850681-111b-4a89-9bed-3f2cae46d706", + "isEnabled": true, + "origin": "Application", + "value": "User.Invite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read, update and delete identities that are associated with a user's account, without a signed in user. This controls the identities users can sign-in with.", + "displayName": "Manage all users' identities", + "id": "c529cfca-c91b-489c-af2b-d92990b66ce6", + "isEnabled": true, + "origin": "Application", + "value": "User.ManageIdentities.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read user profiles without a signed in user.", + "displayName": "Read all users' full profiles", + "id": "df021288-bdef-4463-88db-98f22de89214", + "isEnabled": true, + "origin": "Application", + "value": "User.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and update user profiles without a signed in user.", + "displayName": "Read and write all users' full profiles", + "id": "741f803b-c850-494e-b5df-cde7c675a1ca", + "isEnabled": true, + "origin": "Application", + "value": "User.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": " Allows the app to read authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "displayName": " Read all users' authentication methods", + "id": "38d9df27-64da-44fd-b7c5-a6fbac20248f", + "isEnabled": true, + "origin": "Application", + "value": "UserAuthenticationMethod.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and write authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods", + "displayName": "Read and write all users' authentication methods ", + "id": "50483e42-d915-4231-9639-7fdb7fd190e5", + "isEnabled": true, + "origin": "Application", + "value": "UserAuthenticationMethod.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to send, read, update and delete user’s notifications, without a signed-in user.", + "displayName": "Deliver and manage all user's notifications", + "id": "4e774092-a092-48d1-90bd-baad67c7eb47", + "isEnabled": true, + "origin": "Application", + "value": "UserNotification.ReadWrite.CreatedByApp" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all users' shift schedule preferences without a signed-in user.", + "displayName": "Read all user shift preferences", + "id": "de023814-96df-4f53-9376-1e2891ef5a18", + "isEnabled": true, + "origin": "Application", + "value": "UserShiftPreferences.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage all users' shift schedule preferences without a signed-in user.", + "displayName": "Read and write all user shift preferences", + "id": "d1eec298-80f3-49b0-9efb-d90e224798ac", + "isEnabled": true, + "origin": "Application", + "value": "UserShiftPreferences.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user’s data by the online meetings application access policy.", + "displayName": "Read all virtual appointments for users, as authorized by online meetings application access policy", + "id": "d4f67ec2-59b5-4bdc-b4af-d78f6f9c1954", + "isEnabled": true, + "origin": "Application", + "value": "VirtualAppointment.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the application to read and write virtual appointments for all users, without a signed-in user. The app must also be authorized to access an individual user’s data by the online meetings application access policy.", + "displayName": "Read-write all virtual appointments for users, as authorized by online meetings app access policy", + "id": "bf46a256-f47d-448f-ab78-f226fff08d40", + "isEnabled": true, + "origin": "Application", + "value": "VirtualAppointment.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read all virtual events without a signed-in user.", + "displayName": "Read all users' virtual events", + "id": "1dccb351-c4e4-4e09-a8d1-7a9ecbf027cc", + "isEnabled": true, + "origin": "Application", + "value": "VirtualEvent.Read.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.", + "displayName": "Read and write all Windows update deployment settings", + "id": "7dd1be58-6e76-4401-bf8d-31d1e8180d5b", + "isEnabled": true, + "origin": "Application", + "value": "WindowsUpdates.ReadWrite.All" + }, + { + "allowedMemberTypes": ["Application"], + "description": "Allows the app to manage workforce integrations to synchronize data from Microsoft Teams Shifts, without a signed-in user.", + "displayName": "Read and write workforce integrations", + "id": "202bf709-e8e6-478e-bcfd-5d63c50b68e3", + "isEnabled": true, + "origin": "Application", + "value": "WorkforceIntegration.ReadWrite.All" + }, + { + "description": "Allows the app to read access reviews, reviewers, decisions and settings that the signed-in user has access to in the organization.", + "displayName": "Read all access reviews that user can access", + "id": "ebfcd32b-babb-40f4-a14b-42706e83bd28", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.", + "userConsentDisplayName": "Read access reviews that you can access", + "value": "AccessReview.Read.All" + }, + { + "description": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings that the signed-in user has access to in the organization.", + "displayName": "Manage all access reviews that user can access", + "id": "e4aa47b9-9a69-4109-82ed-36ec70d85ff1", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", + "userConsentDisplayName": "Manage access reviews that you can access", + "value": "AccessReview.ReadWrite.All" + }, + { + "description": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings for group and app memberships that the signed-in user has access to in the organization.", + "displayName": "Manage access reviews for group and app memberships", + "id": "5af8c3f5-baca-439a-97b0-ea58a435e269", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", + "userConsentDisplayName": "Manage access reviews for group and app memberships", + "value": "AccessReview.ReadWrite.Membership" + }, + { + "description": "Allows an app to read all acronyms that the signed-in user can access.", + "displayName": "Read all acronyms that the user can access", + "id": "9084c10f-a2d6-4713-8732-348def50fe02", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all acronyms you can access.", + "userConsentDisplayName": "Read all acronyms that you have access to", + "value": "Acronym.Read.All" + }, + { + "description": "Allows the app to read administrative units and administrative unit membership on behalf of the signed-in user.", + "displayName": "Read administrative units", + "id": "3361d15d-be43-4de6-b441-3c746d05163d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read administrative units and administrative unit membership on your behalf.", + "userConsentDisplayName": "Read administrative units", + "value": "AdministrativeUnit.Read.All" + }, + { + "description": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on behalf of the signed-in user.", + "displayName": "Read and write administrative units", + "id": "7b8a2d34-6b3f-4542-a343-54651608ad81", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", + "userConsentDisplayName": "Read and write administrative units", + "value": "AdministrativeUnit.ReadWrite.All" + }, + { + "description": "Allows the app to read terms of use agreements on behalf of the signed-in user.", + "displayName": "Read all terms of use agreements", + "id": "af2819c9-df71-4dd3-ade7-4d7c9dc653b7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read terms of use agreements on your behalf.", + "userConsentDisplayName": "Read all terms of use agreements", + "value": "Agreement.Read.All" + }, + { + "description": "Allows the app to read and write terms of use agreements on behalf of the signed-in user.", + "displayName": "Read and write all terms of use agreements", + "id": "ef4b5d93-3104-4664-9053-a5c49ab44218", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write terms of use agreements on your behalf.", + "userConsentDisplayName": "Read and write all terms of use agreements", + "value": "Agreement.ReadWrite.All" + }, + { + "description": "Allows the app to read terms of use acceptance statuses on behalf of the signed-in user.", + "displayName": "Read user terms of use acceptance statuses", + "id": "0b7643bb-5336-476f-80b5-18fbfbc91806", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your terms of use acceptance statuses.", + "userConsentDisplayName": "Read your terms of use acceptance statuses", + "value": "AgreementAcceptance.Read" + }, + { + "description": "Allows the app to read terms of use acceptance statuses on behalf of the signed-in user.", + "displayName": "Read terms of use acceptance statuses that user can access", + "id": "a66a5341-e66e-4897-9d52-c2df58c2bfb9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read terms of use acceptance statuses on your behalf.", + "userConsentDisplayName": "Read all terms of use acceptance statuses", + "value": "AgreementAcceptance.Read.All" + }, + { + "description": "Allows the app to read the signed-in user's activity statistics, such as how much time the user has spent on emails, in meetings, or in chat sessions.", + "displayName": "Read user activity statistics", + "id": "e03cf23f-8056-446a-8994-7d93dfc8b50e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your activity statistics, such as how much time you've spent on emails, in meetings, or in chat sessions.", + "userConsentDisplayName": "Read your activity statistics", + "value": "Analytics.Read" + }, + { + "description": "Allows the app to read the API connectors used in user authentication flows, on behalf of the signed-in user.", + "displayName": "Read API connectors for authentication flows", + "id": "1b6ff35f-31df-4332-8571-d31ea5a4893f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the API connectors used in user authentication flows, on your behalf.", + "userConsentDisplayName": "Read API connectors for authentication flows", + "value": "APIConnectors.Read.All" + }, + { + "description": "Allows the app to read, create and manage the API connectors used in user authentication flows, on behalf of the signed-in user.", + "displayName": "Read and write API connectors for authentication flows", + "id": "c67b52c5-7c69-48b6-9d48-7b3af3ded914", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", + "userConsentDisplayName": "Read and write API connectors for authentication flows", + "value": "APIConnectors.ReadWrite.All" + }, + { + "description": "Allows the app to read the apps in the app catalogs.", + "displayName": "Read all app catalogs", + "id": "88e58d74-d3df-44f3-ad47-e89edf4472e4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read apps in the app catalogs.", + "userConsentDisplayName": "Read all app catalogs", + "value": "AppCatalog.Read.All" + }, + { + "description": "Allows the app to create, read, update, and delete apps in the app catalogs.", + "displayName": "Read and write to all app catalogs", + "id": "1ca167d5-1655-44a1-8adf-1414072e1ef9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create, read, update, and delete apps in the app catalogs.", + "userConsentDisplayName": "Read and write to all app catalogs", + "value": "AppCatalog.ReadWrite.All" + }, + { + "description": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on behalf of the signed-in user.", + "displayName": "Submit application packages to the catalog and cancel pending submissions", + "id": "3db89e36-7fa6-4012-b281-85f3d9d9fd2e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to submit application packages to the catalog and cancel submissions that are pending review on your behalf.", + "userConsentDisplayName": "Submit application packages to your organization's catalog and cancel pending submissions", + "value": "AppCatalog.Submit" + }, + { + "description": "Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on behalf of the signed-in user.", + "displayName": "Read the trusted certificate authority configuration for applications", + "id": "af281d3a-030d-4122-886e-146fb30a0413", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.", + "userConsentDisplayName": "Read the trusted certificate authority configuration for applications", + "value": "AppCertTrustConfiguration.Read.All" + }, + { + "description": "Allows the app to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on behalf of the signed-in user.", + "displayName": "Read and write the trusted certificate authority configuration for applications", + "id": "4bae2ed4-473e-4841-a493-9829cfd51d48", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to to create, read, update and delete the trusted certificate authority configuration which can be used to restrict application certificates based on their issuing authority, on your behalf.", + "userConsentDisplayName": "Read and write the trusted certificate authority configuration for applications", + "value": "AppCertTrustConfiguration.ReadWrite.All" + }, + { + "description": "Allows the app to read and write other apps' remote desktop security configuration, on behalf of the signed-in user.", + "displayName": "Read and write the remote desktop security configuration for apps", + "id": "ffa91d43-2ad8-45cc-b592-09caddeb24bb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write other apps' remote desktop security configuration, on your behalf.", + "userConsentDisplayName": "Read and write the remote desktop security configuration for apps", + "value": "Application-RemoteDesktopConfig.ReadWrite.All" + }, + { + "description": "Allows the app to read applications and service principals on behalf of the signed-in user.", + "displayName": "Read applications", + "id": "c79f8feb-a9db-4090-85f9-90d820caa0eb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read applications and service principals on your behalf.", + "userConsentDisplayName": "Read applications", + "value": "Application.Read.All" + }, + { + "description": "Allows the app to create, read, update and delete applications and service principals on behalf of the signed-in user. Does not allow management of consent grants.", + "displayName": "Read and write all applications", + "id": "bdfbf15f-ee85-4955-8675-146e8e5296b5", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create, read, update and delete applications and service principals on your behalf. Does not allow management of consent grants.", + "userConsentDisplayName": "Read and write applications", + "value": "Application.ReadWrite.All" + }, + { + "description": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on behalf of the signed-in user.", + "displayName": "Manage app permission grants and app role assignments", + "id": "84bccea3-f856-4a8a-967b-dbe0a3d53a64", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage permission grants for application permissions to any API (including Microsoft Graph) and application assignments for any app, on your behalf.", + "userConsentDisplayName": "Manage app permission grants and app role assignments", + "value": "AppRoleAssignment.ReadWrite.All" + }, + { + "description": "Allows the app to read attack simulation and training data for an organization for the signed-in user.", + "displayName": "Read attack simulation data of an organization", + "id": "104a7a4b-ca76-4677-b7e7-2f4bc482f381", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", + "userConsentDisplayName": "Read attack simulation data of an organization", + "value": "AttackSimulation.Read.All" + }, + { + "description": "Allows the app to read, create, and update attack simulation and training data for an organization for the signed-in user.", + "displayName": "Read, create, and update attack simulation data of an organization", + "id": "27608d7c-2c66-4cad-a657-951d575f5a60", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, create, and update attack simulation and training data for an organization on your behalf.", + "userConsentDisplayName": "Read, create, and update attack simulation data of an organization", + "value": "AttackSimulation.ReadWrite.All" + }, + { + "description": "Allows the app to read and query your audit log activities, on behalf of the signed-in user.", + "displayName": "Read audit log data", + "id": "e4c9e354-4dc5-45b8-9e7c-e1393b0b1a20", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and query your audit log activities, on your behalf.", + "userConsentDisplayName": "Read audit log data", + "value": "AuditLog.Read.All" + }, + { + "description": "Allows the app to read all authentication context information in your organization on behalf of the signed-in user.", + "displayName": "Read all authentication context information", + "id": "57b030f1-8c35-469c-b0d9-e4a077debe70", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all authentication context information in your organization on your behalf.", + "userConsentDisplayName": "Read all authentication context information", + "value": "AuthenticationContext.Read.All" + }, + { + "description": "Allows the app to read and update all authentication context information in your organization on behalf of the signed-in user.", + "displayName": "Read and write all authentication context information", + "id": "ba6d575a-1344-4516-b777-1404f5593057", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and update all authentication context information in your organization on your behalf.", + "userConsentDisplayName": "Read and write all authentication context information", + "value": "AuthenticationContext.ReadWrite.All" + }, + { + "description": "Allows the app to read and write the billing configuration on all applications on behalf of the signed-in user. ", + "displayName": "Read and write application billing configuration", + "id": "2bf6d319-dfca-4c22-9879-f88dcfaee6be", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the billing configuration on all applications on your behalf", + "userConsentDisplayName": "Read and write application billing configuration", + "value": "BillingConfiguration.ReadWrite.All" + }, + { + "description": "Allows the app to read BitLocker keys on behalf of the signed-in user, for their owned devices. Allows read of the recovery key.", + "displayName": "Read BitLocker keys", + "id": "b27a61ec-b99c-4d6a-b126-c4375d08ae30", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read BitLocker keys for your owned devices. Allows read of the recovery key.", + "userConsentDisplayName": "Read your BitLocker keys", + "value": "BitlockerKey.Read.All" + }, + { + "description": "Allows the app to read basic BitLocker key properties on behalf of the signed-in user, for their owned devices. Does not allow read of the recovery key itself.", + "displayName": "Read BitLocker keys basic information", + "id": "5a107bfc-4f00-4e1a-b67e-66451267bc68", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read basic BitLocker key properties for your owned devices. Does not allow read of the recovery key itself.", + "userConsentDisplayName": "Read your BitLocker keys basic information", + "value": "BitlockerKey.ReadBasic.All" + }, + { + "description": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on behalf of the signed-in user.", + "displayName": "Manage bookings information", + "id": "7f36b48e-542f-4d3b-9bcb-8406f0ab9fdb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", + "userConsentDisplayName": "Manage bookings information", + "value": "Bookings.Manage.All" + }, + { + "description": "Allows an app to read bookings appointments, businesses, customers, services, and staff on behalf of the signed-in user.", + "displayName": "Read bookings information", + "id": "33b1df99-4b29-4548-9339-7a7b83eaeebc", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "userConsentDisplayName": "Read bookings information", + "value": "Bookings.Read.All" + }, + { + "description": "Allows an app to read and write bookings appointments, businesses, customers, services, and staff on behalf of the signed-in user. Does not allow create, delete and publish of booking businesses.", + "displayName": "Read and write bookings information", + "id": "948eb538-f19d-4ec5-9ccc-f059e1ea4c72", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.", + "userConsentDisplayName": "Read and write bookings information", + "value": "Bookings.ReadWrite.All" + }, + { + "description": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on behalf of the signed-in user.", + "displayName": "Read and write booking appointments", + "id": "02a5a114-36a6-46ff-a102-954d89d9ab02", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.", + "userConsentDisplayName": "Read and write booking appointments", + "value": "BookingsAppointment.ReadWrite.All" + }, + { + "description": "Allows an app to read all bookmarks that the signed-in user can access.", + "displayName": "Read all bookmarks that the user can access", + "id": "98b17b35-f3b1-4849-a85f-9f13733002f0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all bookmarks you can access.", + "userConsentDisplayName": "Read all bookmarks that you have access to", + "value": "Bookmark.Read.All" + }, + { + "description": "Allows an app to read the browser site lists configured for your organization, on behalf of the signed-in user.", + "displayName": "Read browser site lists for your organization", + "id": "fb9be2b7-a7fc-4182-aec1-eda4597c43d5", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read the browser site lists configured for your organization, on your behalf.", + "userConsentDisplayName": "Read browser site lists for your organization", + "value": "BrowserSiteLists.Read.All" + }, + { + "description": "Allows an app to read and write the browser site lists configured for your organization, on behalf of the signed-in user.", + "displayName": "Read and write browser site lists for your organization", + "id": "83b34c85-95bf-497b-a04e-b58eca9d49d0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read and write the browser site lists configured for your organization, on your behalf.", + "userConsentDisplayName": "Read and write browser site lists for your organization", + "value": "BrowserSiteLists.ReadWrite.All" + }, + { + "description": "Allows the app to read the configurations of your organization's business scenarios, on behalf of the signed-in user.", + "displayName": "Read business scenario configurations", + "id": "d16480b2-e469-4118-846b-d3d177327bee", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.", + "userConsentDisplayName": "Read business scenario configurations", + "value": "BusinessScenarioConfig.Read.All" + }, + { + "description": "Allows the app to read the configurations of business scenarios it owns, on behalf of the signed-in user.", + "displayName": "Read business scenario configurations this app creates or owns", + "id": "c47e7b6e-d6f1-4be9-9ffd-1e00f3e32892", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.", + "userConsentDisplayName": "Read business scenario configurations this app creates or owns", + "value": "BusinessScenarioConfig.Read.OwnedBy" + }, + { + "description": "Allows the app to read and write the configurations of your organization's business scenarios, on behalf of the signed-in user.", + "displayName": "Read and write business scenario configurations", + "id": "755e785b-b658-446f-bb22-5a46abd029ea", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.", + "userConsentDisplayName": "Read and write business scenario configurations", + "value": "BusinessScenarioConfig.ReadWrite.All" + }, + { + "description": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on behalf of the signed-in user.", + "displayName": "Read and write business scenario configurations this app creates or owns", + "id": "b3b7fcff-b4d4-4230-bf6f-90bd91285395", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.", + "userConsentDisplayName": "Read and write business scenario configurations this app creates or owns", + "value": "BusinessScenarioConfig.ReadWrite.OwnedBy" + }, + { + "description": "Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to the signed-in user.", + "displayName": "Read all data for business scenarios this app creates or owns", + "id": "25b265c4-5d34-4e44-952d-b567f6d3b96d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all data associated with the business scenarios it owns. Data access will be attributed to you.", + "userConsentDisplayName": "Read data for business scenarios this app creates or owns", + "value": "BusinessScenarioData.Read.OwnedBy" + }, + { + "description": "Allows the app to fully manage all data associated with the business scenarios it owns. Data access and changes will be attributed to the signed-in user.", + "displayName": "Read and write all data for business scenarios this app creates or owns", + "id": "19932d57-2952-4c60-8634-3655c79fc527", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to fully manage all data associated with the business scenarios it owns. These changes will be attributed to you.", + "userConsentDisplayName": "Read and write data for business scenarios this app creates or owns", + "value": "BusinessScenarioData.ReadWrite.OwnedBy" + }, + { + "description": "Allows the app to read events in user calendars . ", + "displayName": "Read user calendars ", + "id": "465a38f9-76ea-45b9-9f34-9e8b0d4b0b42", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read events in your calendars. ", + "userConsentDisplayName": "Read your calendars ", + "value": "Calendars.Read" + }, + { + "description": "Allows the app to read events in all calendars that the user can access, including delegate and shared calendars.", + "displayName": "Read user and shared calendars", + "id": "2b9c4092-424d-4249-948d-b43879977640", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ", + "userConsentDisplayName": "Read calendars you can access", + "value": "Calendars.Read.Shared" + }, + { + "description": "Allows the app to read events in user calendars, except for properties such as body, attachments, and extensions.", + "displayName": "Read basic details of user calendars", + "id": "662d75ba-a364-42ad-adee-f5f880ea4878", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read events in your calendars, except for properties such as body, attachments, and extensions.", + "userConsentDisplayName": "Read basic details of your calendars", + "value": "Calendars.ReadBasic" + }, + { + "description": "Allows the app to create, read, update, and delete events in user calendars. ", + "displayName": "Have full access to user calendars ", + "id": "1ec239c2-d7c9-4623-a91a-a9775856bb36", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create and delete events in your calendars. ", + "userConsentDisplayName": "Have full access to your calendars ", + "value": "Calendars.ReadWrite" + }, + { + "description": "Allows the app to create, read, update and delete events in all calendars in the organization user has permissions to access. This includes delegate and shared calendars.", + "displayName": "Read and write user and shared calendars", + "id": "12466101-c9b8-439a-8589-dd09ee67e8e9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create and delete events in all calendars in your organization you have permissions to access. This includes delegate and shared calendars.", + "userConsentDisplayName": "Read and write to your and shared calendars", + "value": "Calendars.ReadWrite.Shared" + }, + { + "description": "Create channels in any team, on behalf of the signed-in user.", + "displayName": "Create channels", + "id": "101147cf-4178-4455-9d58-02b5c164e759", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Create channels in any team, on your behalf.", + "userConsentDisplayName": "Create channels", + "value": "Channel.Create" + }, + { + "description": "Delete channels in any team, on behalf of the signed-in user.", + "displayName": "Delete channels", + "id": "cc83893a-e232-4723-b5af-bd0b01bcfe65", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Delete channels in any team, on your behalf.", + "userConsentDisplayName": "Delete channels", + "value": "Channel.Delete.All" + }, + { + "description": "Read channel names and channel descriptions, on behalf of the signed-in user.", + "displayName": "Read the names and descriptions of channels", + "id": "9d8982ae-4365-4f57-95e9-d6032a4c0b87", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read channel names and channel descriptions, on your behalf.", + "userConsentDisplayName": "Read the names and descriptions of channels", + "value": "Channel.ReadBasic.All" + }, + { + "description": "Read the members of channels, on behalf of the signed-in user.", + "displayName": "Read the members of channels", + "id": "2eadaff8-0bce-4198-a6b9-2cfc35a30075", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read the members of channels, on your behalf.", + "userConsentDisplayName": "Read the members of teams and channels", + "value": "ChannelMember.Read.All" + }, + { + "description": "Add and remove members from channels, on behalf of the signed-in user. Also allows changing a member's role, for example from owner to non-owner.", + "displayName": "Add and remove members from channels", + "id": "0c3e411a-ce45-4cd1-8f30-f99a3efa7b11", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Add and remove members from channels, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", + "userConsentDisplayName": "Add and remove members from teams and channels", + "value": "ChannelMember.ReadWrite.All" + }, + { + "description": "Allows an app to edit channel messages in Microsoft Teams, on behalf of the signed-in user.", + "displayName": "Edit user's channel messages", + "id": "2b61aa8a-6d36-4b2f-ac7b-f29867937c53", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to edit channel messages in Microsoft Teams, on your behalf.", + "userConsentDisplayName": "Edit your channel messages", + "value": "ChannelMessage.Edit" + }, + { + "description": "Allows an app to read a channel's messages in Microsoft Teams, on behalf of the signed-in user.", + "displayName": "Read user channel messages", + "id": "767156cb-16ae-4d10-8f8b-41b657c8c8c8", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", + "userConsentDisplayName": "Read your channel messages", + "value": "ChannelMessage.Read.All" + }, + { + "description": "Allows the app to read and write channel messages, on behalf of the signed-in user. This doesn't allow the app to edit the policyViolation of a channel message.", + "displayName": "Read and write user channel messages", + "id": "5922d31f-46c8-4404-9eaf-2117e390a8a4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write channel messages, on your behalf. This doesn't allow the app to edit the policyViolation of a channel message.", + "userConsentDisplayName": "Read and write user channel messages", + "value": "ChannelMessage.ReadWrite" + }, + { + "description": "Allows an app to send channel messages in Microsoft Teams, on behalf of the signed-in user.", + "displayName": "Send channel messages", + "id": "ebf0f66e-9fb1-49e4-a278-222f76911cf4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to send channel messages in Microsoft Teams, on your behalf.", + "userConsentDisplayName": "Send channel messages", + "value": "ChannelMessage.Send" + }, + { + "description": "Read all channel names, channel descriptions, and channel settings, on behalf of the signed-in user.", + "displayName": "Read the names, descriptions, and settings of channels", + "id": "233e0cf1-dd62-48bc-b65b-b38fe87fcf8e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read all channel names, channel descriptions, and channel settings, on your behalf.", + "userConsentDisplayName": "Read the names, descriptions, and settings of channels", + "value": "ChannelSettings.Read.All" + }, + { + "description": "Read and write the names, descriptions, and settings of all channels, on behalf of the signed-in user.", + "displayName": "Read and write the names, descriptions, and settings of channels", + "id": "d649fb7c-72b4-4eec-b2b4-b15acf79e378", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", + "userConsentDisplayName": "Read and write the names, descriptions, and settings of channels", + "value": "ChannelSettings.ReadWrite.All" + }, + { + "description": "Allows the app to create chats on behalf of the signed-in user.", + "displayName": "Create chats", + "id": "38826093-1258-4dea-98f0-00003be2b8d0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create chats on your behalf. ", + "userConsentDisplayName": "Create chats", + "value": "Chat.Create" + }, + { + "description": "Allows the app to delete and recover deleted chats, on behalf of the signed-in user.", + "displayName": "Delete and recover deleted chats", + "id": "bb64e6fc-6b6d-4752-aea0-dd922dbba588", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to delete and recover deleted chats, on your behalf.", + "userConsentDisplayName": "Delete and recover deleted chats", + "value": "Chat.ManageDeletion.All" + }, + { + "description": "Allows an app to read 1 on 1 or group chats threads, on behalf of the signed-in user.", + "displayName": "Read user chat messages", + "id": "f501c180-9344-439a-bca0-6cbf209fd270", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "userConsentDisplayName": "Read your chat messages", + "value": "Chat.Read" + }, + { + "description": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on behalf of the signed-in user.", + "displayName": "Read names and members of user chat threads", + "id": "9547fcb5-d03f-419d-9948-5928bbf71b0f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", + "userConsentDisplayName": "Read names and members of your chat threads", + "value": "Chat.ReadBasic" + }, + { + "description": "Allows an app to read and write 1 on 1 or group chats threads, on behalf of the signed-in user.", + "displayName": "Read and write user chat messages", + "id": "9ff7295e-131b-4d94-90e1-69fde507ac11", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "userConsentDisplayName": "Read and write your chat messages", + "value": "Chat.ReadWrite" + }, + { + "description": "Read the members of chats, on behalf of the signed-in user.", + "displayName": "Read the members of chats", + "id": "c5a9e2b1-faf6-41d4-8875-d381aa549b24", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read the members of chats, on your behalf.", + "userConsentDisplayName": "Read the members of chats", + "value": "ChatMember.Read" + }, + { + "description": "Add and remove members from chats, on behalf of the signed-in user.", + "displayName": "Add and remove members from chats", + "id": "dea13482-7ea6-488f-8b98-eb5bbecf033d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Add and remove members from chats, on your behalf.", + "userConsentDisplayName": "Add and remove members from chats", + "value": "ChatMember.ReadWrite" + }, + { + "description": "Allows an app to read one-to-one and group chat messages, on behalf of the signed-in user.", + "displayName": "Read user chat messages", + "id": "cdcdac3a-fd45-410d-83ef-554db620e5c7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read one-to-one or group chat messages in Microsoft Teams, on your behalf.", + "userConsentDisplayName": "Read user chat messages", + "value": "ChatMessage.Read" + }, + { + "description": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on behalf of the signed-in user.", + "displayName": "Send user chat messages", + "id": "116b7235-7cc6-461e-b163-8e55691d839e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to send one-to-one and group chat messages in Microsoft Teams, on your behalf.", + "userConsentDisplayName": "Send chat messages", + "value": "ChatMessage.Send" + }, + { + "description": "Allows the app to read details of discovered cloud apps in the organization, on behalf of the signed in user.", + "displayName": "Read discovered cloud applications data", + "id": "ad46d60e-1027-4b75-af88-7c14ccf43a19", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read details of discovered cloud apps in the organization, on your behalf.", + "userConsentDisplayName": "Read discovered cloud application data", + "value": "CloudApp-Discovery.Read.All" + }, + { + "description": "Allows the app to read the properties of Cloud PCs on behalf of the signed-in user.", + "displayName": "Read Cloud PCs", + "id": "5252ec4e-fd40-4d92-8c68-89dd1d3c6110", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "userConsentDisplayName": "Read Cloud PCs", + "value": "CloudPC.Read.All" + }, + { + "description": "Allows the app to read and write the properties of Cloud PCs on behalf of the signed-in user.", + "displayName": "Read and write Cloud PCs", + "id": "9d77138f-f0e2-47ba-ab33-cd246c8b79d1", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", + "userConsentDisplayName": "Read and write Cloud PCs", + "value": "CloudPC.ReadWrite.All" + }, + { + "description": "Allows the app to read consent requests and approvals on behalf of the signed-in user.", + "displayName": "Read consent requests", + "id": "f3bfad56-966e-4590-a536-82ecf548ac1e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read consent requests and approvals, on your behalf.", + "userConsentDisplayName": "Read consent requests", + "value": "ConsentRequest.Read.All" + }, + { + "description": "Allows the app to read app consent requests and approvals, and deny or approve those requests on behalf of the signed-in user.", + "displayName": "Read and write consent requests", + "id": "497d9dfa-3bd1-481a-baab-90895e54568c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", + "userConsentDisplayName": "Read and write consent requests", + "value": "ConsentRequest.ReadWrite.All" + }, + { + "description": "Allows the app to read user contacts. ", + "displayName": "Read user contacts ", + "id": "ff74d97f-43af-4b68-9f2a-b77ee6968c5d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read contacts in your contact folders. ", + "userConsentDisplayName": "Read your contacts ", + "value": "Contacts.Read" + }, + { + "description": "Allows the app to read contacts a user has permissions to access, including their own and shared contacts.", + "displayName": "Read user and shared contacts", + "id": "242b9d9e-ed24-4d09-9a52-f43769beb9d4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read contacts you have permissions to access, including your own and shared contacts.", + "userConsentDisplayName": "Read your and shared contacts", + "value": "Contacts.Read.Shared" + }, + { + "description": "Allows the app to create, read, update, and delete user contacts. ", + "displayName": "Have full access to user contacts ", + "id": "d56682ec-c09e-4743-aaf4-1a3aac4caa21", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", + "userConsentDisplayName": "Have full access of your contacts ", + "value": "Contacts.ReadWrite" + }, + { + "description": "Allows the app to create, read, update, and delete contacts a user has permissions to, including their own and shared contacts.", + "displayName": "Read and write user and shared contacts", + "id": "afb6c84b-06be-49af-80bb-8f3f77004eab", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create, and delete contacts you have permissions to access, including your own and shared contacts.", + "userConsentDisplayName": "Read and write to your and shared contacts", + "value": "Contacts.ReadWrite.Shared" + }, + { + "description": "Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem on behalf of the signed-in user.", + "displayName": "Read cross-tenant basic information", + "id": "81594d25-e88e-49cf-ac8c-fecbff49f994", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to obtain basic tenant information about another target tenant within the Azure AD ecosystem on your behalf.", + "userConsentDisplayName": "Read cross-tenant basic information", + "value": "CrossTenantInformation.ReadBasic.All" + }, + { + "description": "Allows the application to list and query user profile information associated with the current tenant on behalf of the signed-in user.  It also permits the application to export external user data (e.g. customer content or system-generated logs), associated with the current tenant on behalf of the signed-in user.", + "displayName": "Read shared cross-tenant user profile and export data", + "id": "cb1ba48f-d22b-4325-a07f-74135a62ee41", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", + "userConsentDisplayName": "Read shared cross-tenant user profile and export data", + "value": "CrossTenantUserProfileSharing.Read" + }, + { + "description": "Allows the application to list and query any shared user profile information associated with the current tenant on behalf of the signed-in user.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.", + "displayName": "Read all shared cross-tenant user profiles and export their data", + "id": "759dcd16-3c90-463c-937e-abf89f991c18", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", + "userConsentDisplayName": "Read any shared cross-tenant user profiles and export data", + "value": "CrossTenantUserProfileSharing.Read.All" + }, + { + "description": "Allows the application to list and query user profile information associated with the current tenant on behalf of the signed-in user.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), associated with the current tenant on behalf of the signed-in user.", + "displayName": "Read shared cross-tenant user profile and export or delete data", + "id": "eed0129d-dc60-4f30-8641-daf337a39ffd", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.", + "userConsentDisplayName": "Read shared cross-tenant user profile and export or delete data", + "value": "CrossTenantUserProfileSharing.ReadWrite" + }, + { + "description": "Allows the application to list and query any shared user profile information associated with the current tenant on behalf of the signed-in user.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on behalf of the signed-in user.", + "displayName": "Read all shared cross-tenant user profiles and export or delete their data", + "id": "64dfa325-cbf8-48e3-938d-51224a0cac01", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf.  It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.", + "userConsentDisplayName": "Read any shared cross-tenant user profiles and export or delete data", + "value": "CrossTenantUserProfileSharing.ReadWrite.All" + }, + { + "description": "Allows the app to read your organization's custom authentication extensions on behalf of the signed-in user.", + "displayName": "Read your oganization's custom authentication extensions", + "id": "b2052569-c98c-4f36-a5fb-43e5c111e6d0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's custom authentication extensions on your behalf.", + "userConsentDisplayName": "Read your organization's custom authentication extensions", + "value": "CustomAuthenticationExtension.Read.All" + }, + { + "description": "Allows the app to read or write your organization's custom authentication extensions on behalf of the signed-in user.", + "displayName": "Read and write your organization's custom authentication extensions", + "id": "8dfcf82f-15d0-43b3-bc78-a958a13a5792", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read or write your organization's custom authentication extensions on your behalf.", + "userConsentDisplayName": "Read and write your organization's custom authentication extensions", + "value": "CustomAuthenticationExtension.ReadWrite.All" + }, + { + "description": "Allows the app to read custom security attribute assignments for all principals in the tenant on behalf of a signed in user.", + "displayName": "Read custom security attribute assignments", + "id": "b46ffa80-fe3d-4822-9a1a-c200932d54d0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read custom security attribute assignments for all principals in the tenant on your behalf.", + "userConsentDisplayName": "Read custom security attribute assignments", + "value": "CustomSecAttributeAssignment.Read.All" + }, + { + "description": "Allows the app to read and write custom security attribute assignments for all principals in the tenant on behalf of a signed in user.", + "displayName": "Read and write custom security attribute assignments", + "id": "ca46335e-8453-47cd-a001-8459884efeae", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write custom security attribute assignments for all principals in the tenant on your behalf.", + "userConsentDisplayName": "Read and write custom security attribute assignments", + "value": "CustomSecAttributeAssignment.ReadWrite.All" + }, + { + "description": "Allows the app to read audit logs for events that contain information about custom security attributes, on behalf of the signed-in user.", + "displayName": "Read custom security attribute audit logs", + "id": "1fcdeaab-b519-44dd-bffc-ed1fd15a24e0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read custom security attributes audit logs on your behalf.", + "userConsentDisplayName": "Read custom security attribute audit logs", + "value": "CustomSecAttributeAuditLogs.Read.All" + }, + { + "description": "Allows the app to read custom security attribute definitions for the tenant on behalf of a signed in user.", + "displayName": "Read custom security attribute definitions", + "id": "ce026878-a0ff-4745-a728-d4fedd086c07", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read custom security attribute definitions for the tenant on your behalf.", + "userConsentDisplayName": "Read custom security attribute definitions", + "value": "CustomSecAttributeDefinition.Read.All" + }, + { + "description": "Allows the app to read and write custom security attribute definitions for the tenant on behalf of a signed in user.", + "displayName": "Read and write custom security attribute definitions", + "id": "8b0160d4-5743-482b-bb27-efc0a485ca4a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", + "userConsentDisplayName": "Read and write custom security attribute definitions", + "value": "CustomSecAttributeDefinition.ReadWrite.All" + }, + { + "description": "Allows the app to read details of delegated admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on behalf of the signed-in user.", + "displayName": "Read Delegated Admin relationships with customers", + "id": "0c0064ea-477b-4130-82a5-4c2cc4ff68aa", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read details of Delegated Admin relationships with customers like access details (that includes roles) and the duration as well as specific role assignments to security groups on your behalf.", + "userConsentDisplayName": "Read Delegated Admin relationships with customers", + "value": "DelegatedAdminRelationship.Read.All" + }, + { + "description": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers as well as role assignments to security groups for active Delegated Admin relationships on behalf of the signed-in user.", + "displayName": "Manage Delegated Admin relationships with customers", + "id": "885f682f-a990-4bad-a642-36736a74b0c7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage (create-update-terminate) Delegated Admin relationships with customers and role assignments to security groups for active Delegated Admin relationships on your behalf.", + "userConsentDisplayName": "Manage Delegated Admin relationships with customers", + "value": "DelegatedAdminRelationship.ReadWrite.All" + }, + { + "description": "Allows the app to read delegated permission grants, on behalf of the signed in user.", + "displayName": "Read delegated permission grants", + "id": "a197cdc4-a8e8-4d49-9d35-4ca7c83887b4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read delegated permission grants, on your behalf.", + "userConsentDisplayName": "Read delegated permission grants", + "value": "DelegatedPermissionGrant.Read.All" + }, + { + "description": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on behalf of the signed in user.", + "displayName": "Manage all delegated permission grants", + "id": "41ce6ca6-6826-4807-84f1-1c82854f7ee5", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), on your behalf. ", + "userConsentDisplayName": "Manage all delegated permission grants", + "value": "DelegatedPermissionGrant.ReadWrite.All" + }, + { + "description": "Allows the app to launch another app or communicate with another app on a user's device on behalf of the signed-in user.", + "displayName": "Communicate with user devices", + "id": "bac3b9c2-b516-4ef4-bd3b-c2ef73d8d804", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to launch another app or communicate with another app on a device that you own.", + "userConsentDisplayName": "Communicate with your other devices", + "value": "Device.Command" + }, + { + "description": "Allows the app to read a user's list of devices on behalf of the signed-in user.", + "displayName": "Read user devices", + "id": "11d4cd79-5ba5-460f-803f-e22c8ab85ccd", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to see your list of devices.", + "userConsentDisplayName": "View your list of devices", + "value": "Device.Read" + }, + { + "description": "Allows the app to read your organization's devices' configuration information on behalf of the signed-in user.", + "displayName": "Read all devices", + "id": "951183d1-1a61-466f-a6d1-1fde911bfd95", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read devices' configuration information on your behalf.", + "userConsentDisplayName": "Read all devices", + "value": "Device.Read.All" + }, + { + "description": "Allows the app to read device local credential properties including passwords, on behalf of the signed-in user.", + "displayName": "Read device local credential passwords", + "id": "280b3b69-0437-44b1-bc20-3b2fca1ee3e9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read device local credential properties including passwords, on your behalf.", + "userConsentDisplayName": "Read device local credential passwords", + "value": "DeviceLocalCredential.Read.All" + }, + { + "description": "Allows the app to read device local credential properties excluding passwords, on behalf of the signed-in user.", + "displayName": "Read device local credential properties", + "id": "9917900e-410b-4d15-846e-42a357488545", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read device local credential properties excluding passwords, on your behalf.", + "userConsentDisplayName": "Read device local credential properties", + "value": "DeviceLocalCredential.ReadBasic.All" + }, + { + "description": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "displayName": "Read Microsoft Intune apps", + "id": "4edf5f54-4666-44af-9de9-0144fb4b6e8c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "userConsentDisplayName": "Read Microsoft Intune apps", + "value": "DeviceManagementApps.Read.All" + }, + { + "description": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "displayName": "Read and write Microsoft Intune apps", + "id": "7b3f05d5-f68c-4b8d-8c59-a2ecd12f24af", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "userConsentDisplayName": "Read and write Microsoft Intune apps", + "value": "DeviceManagementApps.ReadWrite.All" + }, + { + "description": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "displayName": "Read Microsoft Intune Device Configuration and Policies", + "id": "f1493658-876a-4c87-8fa7-edb559b3476a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "userConsentDisplayName": "Read Microsoft Intune Device Configuration and Policies", + "value": "DeviceManagementConfiguration.Read.All" + }, + { + "description": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "displayName": "Read and write Microsoft Intune Device Configuration and Policies", + "id": "0883f392-0a7a-443d-8c76-16a6d39c7b63", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "userConsentDisplayName": "Read and write Microsoft Intune Device Configuration and Policies", + "value": "DeviceManagementConfiguration.ReadWrite.All" + }, + { + "description": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", + "displayName": "Perform user-impacting remote actions on Microsoft Intune devices", + "id": "3404d2bf-2b13-457e-a330-c24615765193", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to perform remote high impact actions such as wiping the device or resetting the passcode on devices managed by Microsoft Intune.", + "userConsentDisplayName": "Perform user-impacting remote actions on Microsoft Intune devices", + "value": "DeviceManagementManagedDevices.PrivilegedOperations.All" + }, + { + "description": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "displayName": "Read Microsoft Intune devices", + "id": "314874da-47d6-4978-88dc-cf0d37f0bb82", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the properties of devices managed by Microsoft Intune.", + "userConsentDisplayName": "Read devices Microsoft Intune devices", + "value": "DeviceManagementManagedDevices.Read.All" + }, + { + "description": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "displayName": "Read and write Microsoft Intune devices", + "id": "44642bfe-8385-4adc-8fc6-fe3cb2c375c3", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune. Does not allow high impact operations such as remote wipe and password reset on the device’s owner.", + "userConsentDisplayName": "Read and write Microsoft Intune devices", + "value": "DeviceManagementManagedDevices.ReadWrite.All" + }, + { + "description": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "displayName": "Read Microsoft Intune RBAC settings", + "id": "49f0cc30-024c-4dfd-ab3e-82e137ee5431", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "userConsentDisplayName": "Read Microsoft Intune RBAC settings", + "value": "DeviceManagementRBAC.Read.All" + }, + { + "description": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "displayName": "Read and write Microsoft Intune RBAC settings", + "id": "0c5e8a55-87a6-4556-93ab-adc52c4d862d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "userConsentDisplayName": "Read and write Microsoft Intune RBAC settings", + "value": "DeviceManagementRBAC.ReadWrite.All" + }, + { + "description": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "displayName": "Read Microsoft Intune configuration", + "id": "8696daa5-bce5-4b2e-83f9-51b6defc4e1e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "userConsentDisplayName": "Read Microsoft Intune configuration", + "value": "DeviceManagementServiceConfig.Read.All" + }, + { + "description": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "displayName": "Read and write Microsoft Intune configuration", + "id": "662ed50a-ac44-4eef-ad86-62eed9be2a29", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", + "userConsentDisplayName": "Read and write Microsoft Intune configuration", + "value": "DeviceManagementServiceConfig.ReadWrite.All" + }, + { + "description": "Allows the app to have the same access to information in the directory as the signed-in user.", + "displayName": "Access directory as the signed in user", + "id": "0e263e50-5827-48a4-b97c-d940288653c7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to have the same access to information in your work or school directory as you do.", + "userConsentDisplayName": "Access the directory as you", + "value": "Directory.AccessAsUser.All" + }, + { + "description": "Allows the app to read data in your organization's directory, such as users, groups and apps.", + "displayName": "Read directory data", + "id": "06da0dbc-49e2-44d2-8312-53f166ab848a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read data in your organization's directory.", + "userConsentDisplayName": "Read directory data", + "value": "Directory.Read.All" + }, + { + "description": "Allows the app to read and write data in your organization's directory, such as users, and groups. It does not allow the app to delete users or groups, or reset user passwords.", + "displayName": "Read and write directory data", + "id": "c5366453-9fb0-48a5-a156-24f0c49a4b84", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "userConsentDisplayName": "Read and write directory data", + "value": "Directory.ReadWrite.All" + }, + { + "description": "Allows the app to manage restricted resources based on the other permissions granted to the app, on behalf of the signed-in user.", + "displayName": "Manage restricted resources in the directory", + "id": "cba5390f-ed6a-4b7f-b657-0efc2210ed20", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage restricted resources based on the other permissions granted to the app, on your behalf.", + "userConsentDisplayName": "Manage restricted resources in the directory", + "value": "Directory.Write.Restricted" + }, + { + "description": "Allows the app to read Azure AD recommendations, on behalf of the signed-in user.", + "displayName": "Read Azure AD recommendations", + "id": "34d3bd24-f6a6-468c-b67c-0c365c1d6410", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read Azure AD recommendations, on your behalf.", + "userConsentDisplayName": "Read Azure AD recommendations", + "value": "DirectoryRecommendations.Read.All" + }, + { + "description": "Allows the app to read and update Azure AD recommendations, on behalf of the signed-in user. ", + "displayName": "Read and update Azure AD recommendations", + "id": "f37235e8-90a0-4189-93e2-e55b53867ccd", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", + "userConsentDisplayName": "Read and update Azure AD recommendations", + "value": "DirectoryRecommendations.ReadWrite.All" + }, + { + "description": "Allows the app to read all domain properties on behalf of the signed-in user.", + "displayName": "Read domains.", + "id": "2f9ee017-59c1-4f1d-9472-bd5529a7b311", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all domain properties on your behalf.", + "userConsentDisplayName": "Read domains.", + "value": "Domain.Read.All" + }, + { + "description": "Allows the app to read and write all domain properties on behalf of the signed-in user. Also allows the app to add, verify and remove domains.", + "displayName": "Read and write domains", + "id": "0b5d694c-a244-4bde-86e6-eb5cd07730fe", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write all domain properties on your behalf. Also allows the app to add, verify and remove domains.", + "userConsentDisplayName": "Read and write domains", + "value": "Domain.ReadWrite.All" + }, + { + "description": "Allows the app to have the same access to mailboxes as the signed-in user via Exchange ActiveSync.", + "displayName": "Access mailboxes via Exchange ActiveSync", + "id": "ff91d191-45a0-43fd-b837-bd682c4a0b0f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app full access to your mailboxes on your behalf.", + "userConsentDisplayName": "Access your mailboxes", + "value": "EAS.AccessAsUser.All" + }, + { + "description": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on behalf of the signed-in user.", + "displayName": "Read all eDiscovery objects", + "id": "99201db3-7652-4d5a-809a-bdb94f85fe3c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", + "userConsentDisplayName": "Read all eDiscovery objects", + "value": "eDiscovery.Read.All" + }, + { + "description": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on behalf of the signed-in user.", + "displayName": "Read and write all eDiscovery objects", + "id": "acb8f680-0834-4146-b69e-4ab1b39745ad", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write eDiscovery objects such as cases, custodians, review sets and other related objects on your behalf.", + "userConsentDisplayName": "Read and write all eDiscovery objects", + "value": "eDiscovery.ReadWrite.All" + }, + { + "description": "Read the state and settings of all Microsoft education apps on behalf of the user.", + "displayName": "Read education app settings", + "id": "8523895c-6081-45bf-8a5d-f062a2f12c9f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", + "userConsentDisplayName": "View your education app settings", + "value": "EduAdministration.Read" + }, + { + "description": "Manage the state and settings of all Microsoft education apps on behalf of the user.", + "displayName": "Manage education app settings", + "id": "63589852-04e3-46b4-bae9-15d5b1050748", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", + "userConsentDisplayName": "Manage your education app settings", + "value": "EduAdministration.ReadWrite" + }, + { + "description": "Allows the app to read assignments and their grades on behalf of the user.", + "displayName": "Read users' class assignments and their grades", + "id": "091460c9-9c4a-49b2-81ef-1f3d852acce2", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view your assignments on your behalf including grades.", + "userConsentDisplayName": "View your assignments and grades", + "value": "EduAssignments.Read" + }, + { + "description": "Allows the app to read assignments without grades on behalf of the user.", + "displayName": "Read users' class assignments without grades", + "id": "c0b0103b-c053-4b2e-9973-9f3a544ec9b8", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "userConsentDisplayName": "View your assignments without grades", + "value": "EduAssignments.ReadBasic" + }, + { + "description": "Allows the app to read and write assignments and their grades on behalf of the user.", + "displayName": "Read and write users' class assignments and their grades", + "id": "2f233e90-164b-4501-8bce-31af2559a2d3", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "userConsentDisplayName": "View and modify your assignments and grades", + "value": "EduAssignments.ReadWrite" + }, + { + "description": "Allows the app to read and write assignments without grades on behalf of the user.", + "displayName": "Read and write users' class assignments without grades", + "id": "2ef770a1-622a-47c4-93ee-28d6adbed3a0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "userConsentDisplayName": "View and modify your assignments without grades", + "value": "EduAssignments.ReadWriteBasic" + }, + { + "description": "Allows the app to read the user's modules and resources on behalf of the signed-in user.", + "displayName": "Read the user's class modules and resources", + "id": "484859e8-b9e2-4e92-b910-84db35dadd29", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read modules and resources on your behalf.", + "userConsentDisplayName": "Read your class modules and resources", + "value": "EduCurricula.Read" + }, + { + "description": "Allows the app to read and write user's modules and resources on behalf of the signed-in user.", + "displayName": "Read and write the user's class modules and resources", + "id": "4793c53b-df34-44fd-8d26-d15c517732f5", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write modules and resources on your behalf.", + "userConsentDisplayName": "Read and write your class modules and resources", + "value": "EduCurricula.ReadWrite" + }, + { + "description": "Allows the app to read the structure of schools and classes in an organization's roster and education-specific information about users to be read on behalf of the user.", + "displayName": "Read users' view of the roster", + "id": "a4389601-22d9-4096-ac18-36a927199112", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view information about schools and classes in your organization and education-related information about you and other users on your behalf.", + "userConsentDisplayName": "View your school, class and user information", + "value": "EduRoster.Read" + }, + { + "description": "Allows the app to read a limited subset of the properties from the structure of schools and classes in an organization's roster and a limited subset of properties about users to be read on behalf of the user. Includes name, status, education role, email address and photo.", + "displayName": "Read a limited subset of users' view of the roster", + "id": "5d186531-d1bf-4f07-8cea-7c42119e1bd9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", + "userConsentDisplayName": "View a limited subset of your school, class and user information", + "value": "EduRoster.ReadBasic" + }, + { + "description": "Allows the app to read and write the structure of schools and classes in an organization's roster and education-specific information about users to be read and written on behalf of the user.", + "displayName": "Read and write users' view of the roster", + "id": "359e19a6-e3fa-4d7f-bcab-d28ec592b51e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view and modify information about schools and classes in your organization and education-related information about you and other users on your behalf.", + "userConsentDisplayName": "View and modify your school, class and user information", + "value": "EduRoster.ReadWrite" + }, + { + "description": "Allows the app to read your users' primary email address", + "displayName": "View users' email address", + "id": "64a6cdd6-aab1-4aaf-94b8-3cc8405e90d0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your primary email address", + "userConsentDisplayName": "View your email address", + "value": "email" + }, + { + "description": "Allows the app to read access packages and related entitlement management resources on behalf of the signed-in user.", + "displayName": "Read all entitlement management resources", + "id": "5449aa12-1393-4ea2-a7c7-d0e06c1a56b2", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read access packages and related entitlement management resources that you have access to.", + "userConsentDisplayName": "Read all entitlement management resources", + "value": "EntitlementManagement.Read.All" + }, + { + "description": "Allows the app to request access to and management of access packages and related entitlement management resources on behalf of the signed-in user.", + "displayName": "Read and write entitlement management resources", + "id": "ae7a573d-81d7-432b-ad44-4ed5c9d89038", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to request access to and management of access packages and related entitlement management resources that you have access to.", + "userConsentDisplayName": "Read and write entitlement management resources", + "value": "EntitlementManagement.ReadWrite.All" + }, + { + "description": "Allows the app to manage self-service entitlement management resources on behalf of the signed-in user. This includes operations such as requesting access and approving access of others.", + "displayName": "Read and write entitlement management resources related to self-service operations", + "id": "e9fdcbbb-8807-410f-b9ec-8d5468c7c2ac", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create and manage self-service entitlement management resources that you have access to. This includes operations such as requesting access and approving access for others.", + "userConsentDisplayName": "Read and write self-service entitlement management resources", + "value": "EntitlementMgmt-SubjectAccess.ReadWrite" + }, + { + "description": "Allows the app to read your organization's authentication event listeners on behalf of the signed-in user.", + "displayName": "Read your organization's authentication event listeners", + "id": "f7dd3bed-5eec-48da-bc73-1c0ef50bc9a1", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's authentication event listeners on your behalf.", + "userConsentDisplayName": "Read your organization's authentication event listeners", + "value": "EventListener.Read.All" + }, + { + "description": "Allows the app to read or write your organization's authentication event listeners on behalf of the signed-in user.", + "displayName": "Read and write your organization's authentication event listeners", + "id": "d11625a6-fe21-4fc6-8d3d-063eba5525ad", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read or write your organization's authentication event listeners on your behalf.", + "userConsentDisplayName": "Read and write your organization's authentication event listeners", + "value": "EventListener.ReadWrite.All" + }, + { + "description": "Allows the app to have the same access to mailboxes as the signed-in user via Exchange Web Services.", + "displayName": "Access mailboxes as the signed-in user via Exchange Web Services", + "id": "9769c687-087d-48ac-9cb3-c37dde652038", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app full access to your mailboxes on your behalf.", + "userConsentDisplayName": "Access your mailboxes", + "value": "EWS.AccessAsUser.All" + }, + { + "description": "Allows the app to read all external connections on behalf of a signed-in user. The signed-in user must be an administrator.", + "displayName": "Read all external connections", + "id": "a38267a5-26b6-4d76-9493-935b7599116b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all external connections on your behalf. The signed-in user must be an administrator.", + "userConsentDisplayName": "Read all external connections", + "value": "ExternalConnection.Read.All" + }, + { + "description": "Allows the app to read and write all external connections on behalf of a signed-in user. The signed-in user must be an administrator.", + "displayName": "Read and write all external connections", + "id": "bbbbd9b3-3566-4931-ac37-2b2180d9e334", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write all external connections on your behalf. The signed-in user must be an administrator.", + "userConsentDisplayName": "Read and write all external connections", + "value": "ExternalConnection.ReadWrite.All" + }, + { + "description": "Allows the app to read and write settings of external connections on behalf of a signed-in user. The signed-in user must be an administrator. The app can only read and write settings of connections that it is authorized to.", + "displayName": "Read and write external connections", + "id": "4082ad95-c812-4f02-be92-780c4c4f1830", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write external connections on your behalf. The signed-in user must be an administrator. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", + "userConsentDisplayName": "Read and write external connections", + "value": "ExternalConnection.ReadWrite.OwnedBy" + }, + { + "description": "Allow the app to read external datasets and content, on behalf of the signed-in user.", + "displayName": "Read items in external datasets", + "id": "922f9392-b1b7-483c-a4be-0089be7704fb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read external datasets and content that you have access to.", + "userConsentDisplayName": "Read items in external datasets", + "value": "ExternalItem.Read.All" + }, + { + "description": "Allows the app to read and write all external items on behalf of a signed-in user. The signed-in user must be an administrator.", + "displayName": "Read and write all external items", + "id": "b02c54f8-eb48-4c50-a9f0-a149e5a2012f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.", + "userConsentDisplayName": "Read and write all external items", + "value": "ExternalItem.ReadWrite.All" + }, + { + "description": "Allows the app to read and write external items on behalf of a signed-in user. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.", + "displayName": "Read and write external items", + "id": "4367b9d7-cee7-4995-853c-a0bdfe95c1f9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.", + "userConsentDisplayName": "Read and write external items", + "value": "ExternalItem.ReadWrite.OwnedBy" + }, + { + "description": "Allows the app to read your family information, members and their basic profile.", + "displayName": "Read your family info", + "id": "3a1e4806-a744-4c70-80fc-223bf8582c46", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your family information, members and their basic profile.", + "userConsentDisplayName": "Read your family info", + "value": "Family.Read" + }, + { + "description": "Allows the app to read the signed-in user's files.", + "displayName": "Read user files", + "id": "10465720-29dd-4523-a11a-6a75c743c9d9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your files.", + "userConsentDisplayName": "Read your files", + "value": "Files.Read" + }, + { + "description": "Allows the app to read all files the signed-in user can access.", + "displayName": "Read all files that user can access", + "id": "df85f4d6-205c-4ac5-a5ea-6bf408dba283", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all files you can access.", + "userConsentDisplayName": "Read all files that you have access to", + "value": "Files.Read.All" + }, + { + "description": "(Preview) Allows the app to read files that the user selects. The app has access for several hours after the user selects a file.", + "displayName": "Read files that the user selects (preview)", + "id": "5447fe39-cb82-4c1a-b977-520e67e724eb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "(Preview) Allows the app to read files that you select. After you select a file, the app has access to the file for several hours.", + "userConsentDisplayName": "Read selected files", + "value": "Files.Read.Selected" + }, + { + "description": "Allows the app to read, create, update and delete the signed-in user's files.", + "displayName": "Have full access to user files", + "id": "5c28f0bf-8a70-41f1-8ab2-9032436ddb65", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, create, update, and delete your files.", + "userConsentDisplayName": "Have full access to your files", + "value": "Files.ReadWrite" + }, + { + "description": "Allows the app to read, create, update and delete all files the signed-in user can access.", + "displayName": "Have full access to all files user can access", + "id": "863451e7-0667-486c-a5d6-d135439485f0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, create, update and delete all files that you can access.", + "userConsentDisplayName": "Have full access to all files you have access to", + "value": "Files.ReadWrite.All" + }, + { + "description": "(Preview) Allows the app to read, create, update and delete files in the application's folder.", + "displayName": "Have full access to the application's folder (preview)", + "id": "8019c312-3263-48e6-825e-2b833497195b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "(Preview) Allows the app to read, create, update and delete files in the application's folder.", + "userConsentDisplayName": "Have full access to the application's folder", + "value": "Files.ReadWrite.AppFolder" + }, + { + "description": "(Preview) Allows the app to read and write files that the user selects. The app has access for several hours after the user selects a file.", + "displayName": "Read and write files that the user selects (preview)", + "id": "17dde5bd-8c17-420f-a486-969730c1b827", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "(Preview) Allows the app to read and write files that you select. After you select a file, the app has access to the file for several hours.", + "userConsentDisplayName": "Read and write selected files", + "value": "Files.ReadWrite.Selected" + }, + { + "description": "Allows the app to read and write financials data on behalf of the signed-in user.", + "displayName": "Read and write financials data", + "id": "f534bf13-55d4-45a9-8f3c-c92fe64d6131", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write financials data on your behalf.", + "userConsentDisplayName": "Read and write financials data", + "value": "Financials.ReadWrite.All" + }, + { + "description": "Allows the app to list groups, and to read their properties and all group memberships on behalf of the signed-in user. Also allows the app to read calendar, conversations, files, and other group content for all groups the signed-in user can access. ", + "displayName": "Read all groups", + "id": "5f8c59db-677d-491f-a6b8-5f174b11ec1d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "userConsentDisplayName": "Read all groups", + "value": "Group.Read.All" + }, + { + "description": "Allows the app to create groups and read all group properties and memberships on behalf of the signed-in user. Additionally allows group owners to manage their groups and allows group members to update group content.", + "displayName": "Read and write all groups", + "id": "4e46008b-f24c-477d-8fff-7bb4ec7aafe0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "userConsentDisplayName": "Read and write all groups", + "value": "Group.ReadWrite.All" + }, + { + "description": "Allows the app to list groups, read basic group properties and read membership of all groups the signed-in user has access to.", + "displayName": "Read group memberships", + "id": "bc024368-1153-4739-b217-4326f2e966d0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", + "userConsentDisplayName": "Read group memberships", + "value": "GroupMember.Read.All" + }, + { + "description": "Allows the app to list groups, read basic properties, read and update the membership of the groups the signed-in user has access to. Group properties and owners cannot be updated and groups cannot be deleted.", + "displayName": "Read and write group memberships", + "id": "f81125ac-d3b7-4573-a3b2-7099cc39df9e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to list groups, read basic properties, read and update the membership of your groups. Group properties and owners cannot be updated and groups cannot be deleted.", + "userConsentDisplayName": "Read and write group memberships", + "value": "GroupMember.ReadWrite.All" + }, + { + "description": "Allows the app to read your organization’s identity (authentication) providers’ properties on behalf of the user.", + "displayName": "Read identity providers", + "id": "43781733-b5a7-4d1b-98f4-e8edff23e1a9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization’s identity (authentication) providers’ properties on your behalf.", + "userConsentDisplayName": "Read identity providers", + "value": "IdentityProvider.Read.All" + }, + { + "description": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on behalf of the user.", + "displayName": "Read and write identity providers", + "id": "f13ce604-1677-429f-90bd-8a10b9f01325", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", + "userConsentDisplayName": "Read and write identity providers", + "value": "IdentityProvider.ReadWrite.All" + }, + { + "description": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", + "displayName": "Read identity risk event information", + "id": "8f6a01e7-0391-4ee5-aa22-a3af122cef27", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read identity risk event information for all users in your organization on behalf of the signed-in user. ", + "userConsentDisplayName": "Read identity risk event information", + "value": "IdentityRiskEvent.Read.All" + }, + { + "description": "Allows the app to read and update identity risk event information for all users in your organization on behalf of the signed-in user. Update operations include confirming risk event detections. ", + "displayName": "Read and write risk event information", + "id": "9e4862a5-b68f-479e-848a-4e07e25c9916", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and update identity risk event information for all users in your organization on your behalf. Update operations include confirming risk event detections. ", + "userConsentDisplayName": "Read and write risk event information", + "value": "IdentityRiskEvent.ReadWrite.All" + }, + { + "description": "Allows the app to read all identity risky service principal information for your organization, on behalf of the signed-in user.", + "displayName": "Read all identity risky service principal information", + "id": "ea5c4ab0-5a73-4f35-8272-5d5337884e5d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all identity risky service principal information for your organization, on your behalf.", + "userConsentDisplayName": "Read all identity risky service principal information", + "value": "IdentityRiskyServicePrincipal.Read.All" + }, + { + "description": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on behalf of the signed-in user. Update operations include dismissing risky service principals.", + "displayName": "Read and write all identity risky service principal information", + "id": "bb6f654c-d7fd-4ae3-85c3-fc380934f515", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and update identity risky service principal information for all service principals in your organization, on your behalf. Update operations include dismissing risky service principals.", + "userConsentDisplayName": "Read and write all identity risky service principal information", + "value": "IdentityRiskyServicePrincipal.ReadWrite.All" + }, + { + "description": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", + "displayName": "Read identity risky user information", + "id": "d04bb851-cb7c-4146-97c7-ca3e71baf56c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read identity risky user information for all users in your organization on behalf of the signed-in user.", + "userConsentDisplayName": "Read identity risky user information", + "value": "IdentityRiskyUser.Read.All" + }, + { + "description": "Allows the app to read and update identity risky user information for all users in your organization on behalf of the signed-in user. Update operations include dismissing risky users.", + "displayName": "Read and write risky user information", + "id": "e0a7cdbb-08b0-4697-8264-0069786e9674", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and update identity risky user information for all users in your organization on your behalf. Update operations include dismissing risky users.", + "userConsentDisplayName": "Read and write identity risky user information", + "value": "IdentityRiskyUser.ReadWrite.All" + }, + { + "description": "Allows the app to read your organization's user flows, on behalf of the signed-in user.", + "displayName": "Read all identity user flows", + "id": "2903d63d-4611-4d43-99ce-a33f3f52e343", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's user flows, on your behalf.", + "userConsentDisplayName": "Read all identity user flows", + "value": "IdentityUserFlow.Read.All" + }, + { + "description": "Allows the app to read or write your organization's user flows, on behalf of the signed-in user.", + "displayName": "Read and write all identity user flows", + "id": "281892cc-4dbf-4e3a-b6cc-b21029bb4e82", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read or write your organization's user flows, on your behalf.", + "userConsentDisplayName": "Read and write all identity user flows", + "value": "IdentityUserFlow.ReadWrite.All" + }, + { + "description": "Allows the app to have the same access to mailboxes as the signed-in user via IMAP protocol.", + "displayName": "Read and write access to mailboxes via IMAP.", + "id": "652390e4-393a-48de-9484-05f9b1212954", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail.", + "userConsentDisplayName": "Read and write access to your mail.", + "value": "IMAP.AccessAsUser.All" + }, + { + "description": "Allows the app to read data connectors on behalf of the signed-in user.", + "displayName": "View data connector definitions", + "id": "d19c0de5-7ecb-4aba-b090-da35ebcd5425", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read data connectors on your behalf.", + "userConsentDisplayName": "View data connector definitions", + "value": "IndustryData-DataConnector.Read.All" + }, + { + "description": "Allows the app to read and write data connectors on behalf of the signed-in user.", + "displayName": "Manage data connector definitions", + "id": "5ce933ac-3997-4280-aed0-cc072e5c062a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write data connectors on your behalf.", + "userConsentDisplayName": "Manage data connector definitions", + "value": "IndustryData-DataConnector.ReadWrite.All" + }, + { + "description": "Allows the app to upload data files to a data connector on behalf of the signed-in user.", + "displayName": "Upload files to a data connector", + "id": "fc47391d-ab2c-410f-9059-5600f7af660d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to upload data files to a data connector on your behalf.", + "userConsentDisplayName": "Upload files to a data connector", + "value": "IndustryData-DataConnector.Upload" + }, + { + "description": "Allows the app to read inbound data flows on behalf of the signed-in user.", + "displayName": "View inbound flow definitions", + "id": "cb0774da-a605-42af-959c-32f438fb38f4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read inbound data flows on your behalf.", + "userConsentDisplayName": "View inbound flow definitions", + "value": "IndustryData-InboundFlow.Read.All" + }, + { + "description": "Allows the app to read and write inbound data flows on behalf of the signed-in user.", + "displayName": "Manage inbound flow definitions", + "id": "97044676-2cec-40ee-bd70-38df444c9e70", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write inbound data flows on your behalf.", + "userConsentDisplayName": "Manage inbound flow definitions", + "value": "IndustryData-InboundFlow.ReadWrite.All" + }, + { + "description": "Allows the app to read reference definitions on behalf of the signed-in user.", + "displayName": "View reference definitions", + "id": "a3f96ffe-cb84-40a8-ac85-582d7ef97c2a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read reference definitions on your behalf.", + "userConsentDisplayName": "View reference definitions", + "value": "IndustryData-ReferenceDefinition.Read.All" + }, + { + "description": "Allows the app to read current and previous IndustryData runs on behalf of the signed-in user.", + "displayName": "View current and previous runs", + "id": "92685235-50c4-4702-b2c8-36043db6fa79", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read current and previous IndustryData runs on your behalf.", + "userConsentDisplayName": "View current and previous runs", + "value": "IndustryData-Run.Read.All" + }, + { + "description": "Allows the app to read source system definitions on behalf of the signed-in user.", + "displayName": "View source system definitions", + "id": "49b7016c-89ae-41e7-bd6f-b7170c5490bf", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read source system definitions on your behalf.", + "userConsentDisplayName": "View source system definitions", + "value": "IndustryData-SourceSystem.Read.All" + }, + { + "description": "Allows the app to read and write source system definitions on behalf of the signed-in user.", + "displayName": "Manage source system definitions", + "id": "9599f005-05d6-4ea7-b1b1-4929768af5d0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write source system definitions on your behalf.", + "userConsentDisplayName": "Manage source system definitions", + "value": "IndustryData-SourceSystem.ReadWrite.All" + }, + { + "description": "Allows the app to read time period definitions on behalf of the signed-in user.", + "displayName": "Read time period definitions", + "id": "c9d51f28-8ccd-42b2-a836-fd8fe9ebf2ae", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read time period definitions on your behalf.", + "userConsentDisplayName": "Read time period definitions", + "value": "IndustryData-TimePeriod.Read.All" + }, + { + "description": "Allows the app to read and write time period definitions on behalf of the signed-in user.", + "displayName": "Manage time period definitions", + "id": "b6d56528-3032-4f9d-830f-5a24a25e6661", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write time period definitions on your behalf.", + "userConsentDisplayName": "Manage time period definitions", + "value": "IndustryData-TimePeriod.ReadWrite.All" + }, + { + "description": "Allows the app to read basic Industry Data service and resource information on behalf of the signed-in user.", + "displayName": "Read basic Industry Data service and resource definitions", + "id": "60382b96-1f5e-46ea-a544-0407e489e588", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read Industry Data basic service and resource information on your behalf.", + "userConsentDisplayName": "Read basic Industry Data service and resource definitions", + "value": "IndustryData.ReadBasic.All" + }, + { + "description": "Allows the app to read the configurations applicable to the signed-in user for protecting organizational data, on behalf of the signed-in user.", + "displayName": "Read configurations for protecting organizational data applicable to the user", + "id": "12f4bffb-b598-413c-984b-db99728f8b54", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the configurations applicable to you for protecting organizational data, on your behalf.", + "userConsentDisplayName": "Read configurations for protecting organizational data applicable to you", + "value": "InformationProtectionConfig.Read" + }, + { + "description": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", + "displayName": "Read user sensitivity labels and label policies.", + "id": "4ad84827-5578-4e18-ad7a-86530b12f884", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", + "userConsentDisplayName": "Read user sensitivity labels and label policies.", + "value": "InformationProtectionPolicy.Read" + }, + { + "description": "Allows the app to read insights related to guest activity, on behalf of the signed-in user.", + "displayName": "Read insights related to guest activity", + "id": "bdd9425e-296d-4e4b-9c15-0a288b4b12e1", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read insights related to guest activity, on your behalf.", + "userConsentDisplayName": "Read insights related to guest activity", + "value": "Insights-GuestActivity.Read.All" + }, + { + "description": "Allows the app to read and write insights related to guest activity, on behalf of the signed-in user.", + "displayName": "Read and write insights related to guest activity", + "id": "7e23346e-6931-45b2-b04e-6332b3905b8a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write insights related to guest activity, on your behalf.", + "userConsentDisplayName": "Read and write insights related to guest activity", + "value": "Insights-GuestActivity.ReadWrite.All" + }, + { + "description": "Allows the app to read data for the learner's assignments in the organization's directory, on behalf of the signed-in user.", + "displayName": "Read user's assignments", + "id": "ac08cdae-e845-41db-adf9-5899a0ec9ef6", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read data for your assignments in the organization's directory, on your behalf.", + "userConsentDisplayName": "Read your assignments", + "value": "LearningAssignedCourse.Read" + }, + { + "description": "Allows the app to read learning content in the organization's directory, on behalf of the signed-in user.", + "displayName": "Read learning content", + "id": "ea4c1fd9-6a9f-4432-8e5d-86e06cc0da77", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read learning content in the organization's directory, on your behalf.", + "userConsentDisplayName": "Read learning content", + "value": "LearningContent.Read.All" + }, + { + "description": "Allows the app to manage learning content in the organization's directory, on behalf of the signed-in user.", + "displayName": "Manage learning content", + "id": "53cec1c4-a65f-4981-9dc1-ad75dbf1c077", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage learning content in the organization's directory, on your behalf.", + "userConsentDisplayName": "Manage learning content", + "value": "LearningContent.ReadWrite.All" + }, + { + "description": "Allows the app to read data for the learning provider in the organization's directory, on behalf of the signed-in user.", + "displayName": "Read learning provider", + "id": "dd8ce36f-9245-45ea-a99e-8ac398c22861", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read data for the learning provider in the organization's directory, on your behalf.", + "userConsentDisplayName": "Read learning provider", + "value": "LearningProvider.Read" + }, + { + "description": "Allows the app to create, update, read, and delete data for the learning provider in the organization's directory, on behalf of the signed-in user.", + "displayName": "Manage learning provider", + "id": "40c2eb57-abaf-49f5-9331-e90fd01f7130", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create, update, read, and delete data for the learning provider in the organization's directory, on your behalf.", + "userConsentDisplayName": "Manage learning provider", + "value": "LearningProvider.ReadWrite" + }, + { + "description": "Allows the app to read data for the learner's self-initiated courses in the organization's directory, on behalf of the signed-in user.", + "displayName": "Read user's self-initiated courses", + "id": "f6403ef7-4a96-47be-a190-69ba274c3f11", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read data for your self-initiated courses in the organization's directory, on your behalf.", + "userConsentDisplayName": "Read your self-initiated courses", + "value": "LearningSelfInitiatedCourse.Read" + }, + { + "description": "Allows an app to manage license assignments for users and groups, on behalf of the signed-in user.", + "displayName": "Manage all license assignments", + "id": "f55016cc-149c-447e-8f21-7cf3ec1d6350", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage all license assignments, on your behalf.", + "userConsentDisplayName": "Manage all license assignments", + "value": "LicenseAssignment.ReadWrite.All" + }, + { + "description": "Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on behalf of the signed-in user.", + "displayName": "Read all lifecycle workflows resources", + "id": "9bcb9916-765a-42af-bf77-02282e26b01a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to list and read all workflows, tasks and related lifecycle workflows resources on your behalf.", + "userConsentDisplayName": "Read all lifecycle workflows resources", + "value": "LifecycleWorkflows.Read.All" + }, + { + "description": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on behalf of the signed-in user.", + "displayName": "Read and write all lifecycle workflows resources", + "id": "84b9d731-7db8-4454-8c90-fd9e95350179", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", + "userConsentDisplayName": "Read and write all lifecycle workflows resources", + "value": "LifecycleWorkflows.ReadWrite.All" + }, + { + "description": "Allows the app to read the signed-in user's mailbox.", + "displayName": "Read user mail ", + "id": "570282fd-fa5c-430d-a7fd-fc8dc98a9dca", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read email in your mailbox. ", + "userConsentDisplayName": "Read your mail ", + "value": "Mail.Read" + }, + { + "description": "Allows the app to read mail a user can access, including their own and shared mail.", + "displayName": "Read user and shared mail", + "id": "7b9103a5-4610-446b-9670-80643382c1fa", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read mail you can access, including shared mail.", + "userConsentDisplayName": "Read mail you can access", + "value": "Mail.Read.Shared" + }, + { + "description": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", + "displayName": "Read user basic mail", + "id": "a4b8392a-d8d1-4954-a029-8e668a39a170", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", + "userConsentDisplayName": "Read user basic mail", + "value": "Mail.ReadBasic" + }, + { + "description": "Allows the app to read mail the signed-in user can access, including their own and shared mail, except for body, bodyPreview, uniqueBody, attachments, extensions, and any extended properties.", + "displayName": "Read user and shared basic mail", + "id": "b11fa0e7-fdb7-4dc9-b1f1-59facd463480", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read mail you can access, including shared mail except body, previewBody, uniqueBody, attachments, extensions, and any extended properties. ", + "userConsentDisplayName": "Read basic mail you can access", + "value": "Mail.ReadBasic.Shared" + }, + { + "description": "Allows the app to create, read, update, and delete email in user mailboxes. Does not include permission to send mail. ", + "displayName": "Read and write access to user mail ", + "id": "024d486e-b451-40bb-833d-3e66d98c5c73", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", + "userConsentDisplayName": "Read and write access to your mail ", + "value": "Mail.ReadWrite" + }, + { + "description": "Allows the app to create, read, update, and delete mail a user has permission to access, including their own and shared mail. Does not include permission to send mail.", + "displayName": "Read and write user and shared mail", + "id": "5df07973-7d5d-46ed-9847-1271055cbd51", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create, and delete mail you have permission to access, including your own and shared mail. Does not allow the app to send mail on your behalf.", + "userConsentDisplayName": "Read and write mail you can access", + "value": "Mail.ReadWrite.Shared" + }, + { + "description": "Allows the app to send mail as users in the organization. ", + "displayName": "Send mail as a user ", + "id": "e383f46e-2787-4529-855e-0e479a3ffac0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to send mail as you. ", + "userConsentDisplayName": "Send mail as you ", + "value": "Mail.Send" + }, + { + "description": "Allows the app to send mail as the signed-in user, including sending on-behalf of others.", + "displayName": "Send mail on behalf of others", + "id": "a367ab51-6b49-43bf-a716-a1fb06d2a174", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to send mail as you or on-behalf of someone else.", + "userConsentDisplayName": "Send mail on behalf of others or yourself", + "value": "Mail.Send.Shared" + }, + { + "description": "Allows the app to the read user's mailbox settings. Does not include permission to send mail.", + "displayName": "Read user mailbox settings", + "id": "87f447af-9fa4-4c32-9dfa-4a57a73d18ce", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your mailbox settings.", + "userConsentDisplayName": "Read your mailbox settings", + "value": "MailboxSettings.Read" + }, + { + "description": "Allows the app to create, read, update, and delete user's mailbox settings. Does not include permission to send mail.", + "displayName": "Read and write user mailbox settings", + "id": "818c620a-27a9-40bd-a6a5-d96f7d610b4b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create, and delete your mailbox settings.", + "userConsentDisplayName": "Read and write to your mailbox settings", + "value": "MailboxSettings.ReadWrite" + }, + { + "description": "Allows the app to read all managed tenant information on behalf of the signed-in user.", + "displayName": "Read all managed tenant information", + "id": "dc34164e-6c4a-41a0-be89-3ae2fbad7cd3", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all managed tenant information on your behalf.", + "userConsentDisplayName": "Read all managed tenant information", + "value": "ManagedTenants.Read.All" + }, + { + "description": "Allows the app to read and write all managed tenant information on behalf of the signed-in user.", + "displayName": "Read and write all managed tenant information", + "id": "b31fa710-c9b3-4d9e-8f5e-8036eecddab9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write all managed tenant information on your behalf.", + "userConsentDisplayName": "Read and write all managed tenant information", + "value": "ManagedTenants.ReadWrite.All" + }, + { + "description": "Allows the app to read the memberships of hidden groups and administrative units on behalf of the signed-in user, for those hidden groups and administrative units that the signed-in user has access to.", + "displayName": "Read hidden memberships", + "id": "f6a3db3e-f7e8-4ed2-a414-557c8c9830be", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the memberships of hidden groups or administrative units on your behalf, for those hidden groups or adminstrative units that you have access to.", + "userConsentDisplayName": "Read your hidden memberships", + "value": "Member.Read.Hidden" + }, + { + "description": "Allows the app to read multi-tenant organization details and tenants on behalf of the signed-in user.", + "displayName": "Read multi-tenant organization details and tenants", + "id": "526aa72a-5878-49fe-bf4e-357973af9b06", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read multi-tenant organization details and tenants on your behalf.", + "userConsentDisplayName": "Read multi-tenant organization details and tenants", + "value": "MultiTenantOrganization.Read.All" + }, + { + "description": "Allows the app to read multi-tenant organization basic details and active tenants on behalf of the signed-in user.", + "displayName": "Read multi-tenant organization basic details and active tenants", + "id": "225db56b-15b2-4daa-acb3-0eec2bbe4849", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read multi-tenant organization basic details and active tenants on your behalf.", + "userConsentDisplayName": "Read multi-tenant organization basic details and active tenants", + "value": "MultiTenantOrganization.ReadBasic.All" + }, + { + "description": "Allows the app to read and write multi-tenant organization details and tenants on behalf of the signed-in user.", + "displayName": "Read and write multi-tenant organization details and tenants", + "id": "77af1528-84f3-4023-8d90-d219cd433108", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write multi-tenant organization details and tenants on your behalf.", + "userConsentDisplayName": "Read and write multi-tenant organization details and tenants", + "value": "MultiTenantOrganization.ReadWrite.All" + }, + { + "description": "Allows the app to read your organization's branches for network access on behalf of the signed-in user.", + "displayName": "Read properties of branches for network access", + "id": "4051c7fc-b429-4804-8d80-8f1f8c24a6f7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's branches for network access on your behalf.", + "userConsentDisplayName": "Read properties of branches for network access", + "value": "NetworkAccessBranch.Read.All" + }, + { + "description": "Allows the app to read and write your organization's branches for network access on behalf of the signed-in user.", + "displayName": "Read and write properties of branches for network access", + "id": "b8a36cc2-b810-461a-baa4-a7281e50bd5c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's branches for network access on your behalf.", + "userConsentDisplayName": "Read and write properties of branches for network access", + "value": "NetworkAccessBranch.ReadWrite.All" + }, + { + "description": "Allows the app to read your organization's security and routing network access policies on behalf of the signed-in user.", + "displayName": "Read security and routing policies for network access", + "id": "ba22922b-752c-446f-89d7-a2d92398fceb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's security and routing network access policies on your behalf.", + "userConsentDisplayName": "Read security and routing policies for network access", + "value": "NetworkAccessPolicy.Read.All" + }, + { + "description": "Allows the app to read and write your organization's security and routing network access policies on behalf of the signed-in user.", + "displayName": "Read and write security and routing policies for network access", + "id": "b1fbad0f-ef6e-42ed-8676-bca7fa3e7291", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's security and routing network access policies on your behalf.", + "userConsentDisplayName": "Read and write security and routing policies for network access", + "value": "NetworkAccessPolicy.ReadWrite.All" + }, + { + "description": "Allows the app to read the titles of OneNote notebooks and sections and to create new pages, notebooks, and sections on behalf of the signed-in user.", + "displayName": "Create user OneNote notebooks", + "id": "9d822255-d64d-4b7a-afdb-833b9a97ed02", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "userConsentDisplayName": "Create your OneNote notebooks", + "value": "Notes.Create" + }, + { + "description": "Allows the app to read OneNote notebooks on behalf of the signed-in user.", + "displayName": "Read user OneNote notebooks", + "id": "371361e4-b9e2-4a3f-8315-2a301a3b0a3d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read OneNote notebooks on your behalf.", + "userConsentDisplayName": "Read your OneNote notebooks", + "value": "Notes.Read" + }, + { + "description": "Allows the app to read OneNote notebooks that the signed-in user has access to in the organization.", + "displayName": "Read all OneNote notebooks that user can access", + "id": "dfabfca6-ee36-4db2-8208-7a28381419b3", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "userConsentDisplayName": "Read all OneNote notebooks that you can access", + "value": "Notes.Read.All" + }, + { + "description": "Allows the app to read, share, and modify OneNote notebooks on behalf of the signed-in user.", + "displayName": "Read and write user OneNote notebooks", + "id": "615e26af-c38a-4150-ae3e-c3b0d4cb1d6a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "userConsentDisplayName": "Read and write your OneNote notebooks", + "value": "Notes.ReadWrite" + }, + { + "description": "Allows the app to read, share, and modify OneNote notebooks that the signed-in user has access to in the organization.", + "displayName": "Read and write all OneNote notebooks that user can access", + "id": "64ac0503-b4fa-45d9-b544-71a463f05da0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "userConsentDisplayName": "Read and write all OneNote notebooks that you can access", + "value": "Notes.ReadWrite.All" + }, + { + "description": "This is deprecated! Do not use! This permission no longer has any effect. You can safely consent to it. No additional privileges will be granted to the app.", + "displayName": "Limited notebook access (deprecated)", + "id": "ed68249d-017c-4df5-9113-e684c7f8760b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "This permission no longer has any effect. You can safely consent to it. No additional privileges will be granted to the app.", + "userConsentDisplayName": "Limited access to your OneNote notebooks for this app (preview)", + "value": "Notes.ReadWrite.CreatedByApp" + }, + { + "description": "Allows the app to deliver its notifications on behalf of signed-in users. Also allows the app to read, update, and delete the user's notification items for this app.", + "displayName": "Deliver and manage user notifications for this app", + "id": "89497502-6e42-46a2-8cb2-427fd3df970a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to deliver its notifications, on your behalf. Also allows the app to read, update, and delete your notification items for this app.", + "userConsentDisplayName": "Deliver and manage your notifications for this app", + "value": "Notifications.ReadWrite.CreatedByApp" + }, + { + "description": "Allows the app to see and update the data you gave it access to, even when users are not currently using the app. This does not give the app any additional permissions.", + "displayName": "Maintain access to data you have given it access to", + "id": "7427e0e9-2fba-42fe-b0c0-848c9e6a8182", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to see and update the data you gave it access to, even when you are not currently using the app. This does not give the app any additional permissions.", + "userConsentDisplayName": "Maintain access to data you have given it access to", + "value": "offline_access" + }, + { + "description": "Allows the app to read online meeting artifacts on behalf of the signed-in user.", + "displayName": "Read user's online meeting artifacts", + "id": "110e5abb-a10c-4b59-8b55-9b4daa4ef743", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read online meeting artifacts on your behalf.", + "userConsentDisplayName": "Read user's online meeting artifacts", + "value": "OnlineMeetingArtifact.Read.All" + }, + { + "description": "Allows the app to read all recordings of online meetings, on behalf of the signed-in user.", + "displayName": "Read all recordings of online meetings.", + "id": "190c2bb6-1fdd-4fec-9aa2-7d571b5e1fe3", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all recordings of online meetings, on your behalf. ", + "userConsentDisplayName": "Read all recordings of online meetings. ", + "value": "OnlineMeetingRecording.Read.All" + }, + { + "description": "Allows the app to read online meeting details on behalf of the signed-in user.", + "displayName": "Read user's online meetings", + "id": "9be106e1-f4e3-4df5-bdff-e4bc531cbe43", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read online meeting details on your behalf.", + "userConsentDisplayName": "Read your online meetings", + "value": "OnlineMeetings.Read" + }, + { + "description": "Allows the app to read and create online meetings on behalf of the signed-in user.", + "displayName": "Read and create user's online meetings", + "id": "a65f2972-a4f8-4f5e-afd7-69ccb046d5dc", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and create online meetings on your behalf.", + "userConsentDisplayName": "Read and create your online meetings", + "value": "OnlineMeetings.ReadWrite" + }, + { + "description": "Allows the app to read all transcripts of online meetings, on behalf of the signed-in user.", + "displayName": "Read all transcripts of online meetings. ", + "id": "30b87d18-ebb1-45db-97f8-82ccb1f0190c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", + "userConsentDisplayName": "Read all transcripts of online meetings.", + "value": "OnlineMeetingTranscript.Read.All" + }, + { + "description": "Allows the app to read all on-premises directory synchronization information for the organization, on behalf of the signed-in user.", + "displayName": "Read all on-premises directory synchronization information", + "id": "f6609722-4100-44eb-b747-e6ca0536989d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all on-premises directory synchronization information for the organization, on your behalf.", + "userConsentDisplayName": "Read all on-premises directory synchronization information", + "value": "OnPremDirectorySynchronization.Read.All" + }, + { + "description": "Allows the app to read and write all on-premises directory synchronization information for the organization, on behalf of the signed-in user.", + "displayName": "Read and write all on-premises directory synchronization information", + "id": "c2d95988-7604-4ba1-aaed-38a5f82a51c7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.", + "userConsentDisplayName": "Read and write all on-premises directory synchronization information", + "value": "OnPremDirectorySynchronization.ReadWrite.All" + }, + { + "description": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on behalf of the signed-in user.", + "displayName": "Manage on-premises published resources", + "id": "8c4d5184-71c2-4bf8-bb9d-bc3378c9ad42", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage hybrid identity service configuration by creating, viewing, updating and deleting on-premises published resources, on-premises agents and agent groups, on your behalf.", + "userConsentDisplayName": "Manage on-premises published resources", + "value": "OnPremisesPublishingProfiles.ReadWrite.All" + }, + { + "description": "Allows users to sign in to the app with their work or school accounts and allows the app to see basic user profile information.", + "displayName": "Sign users in", + "id": "37f7f235-527c-4136-accd-4a02d197296e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows you to sign in to the app with your work or school account and allows the app to read your basic profile information.", + "userConsentDisplayName": "Sign in as you", + "value": "openid" + }, + { + "description": "Allows the app to read the organization and related resources, on behalf of the signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "displayName": "Read organization information", + "id": "4908d5b9-3fb2-4b1e-9336-1888b7937185", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", + "userConsentDisplayName": "Read organization information", + "value": "Organization.Read.All" + }, + { + "description": "Allows the app to read and write the organization and related resources, on behalf of the signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "displayName": "Read and write organization information", + "id": "46ca0847-7e6b-426e-9775-ea810a948356", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the organization and related resources, on your behalf. Related resources include things like subscribed skus and tenant branding information.", + "userConsentDisplayName": "Read and write organization information", + "value": "Organization.ReadWrite.All" + }, + { + "description": "Allows the app to read all organizational contacts on behalf of the signed-in user.  These contacts are managed by the organization and are different from a user's personal contacts.", + "displayName": "Read organizational contacts", + "id": "08432d1b-5911-483c-86df-7980af5cdee0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all organizational contacts on your behalf.  These contacts are managed by the organization and are different from your personal contacts.", + "userConsentDisplayName": "Read organizational contacts", + "value": "OrgContact.Read.All" + }, + { + "description": "Allows the app to read organization-wide apps and services settings on behalf of the signed-in user.", + "displayName": "Read organization-wide apps and services settings", + "id": "1e9b7a7e-4d64-44ff-acf5-2e9651c1519f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read organization-wide apps and services settings on your behalf.", + "userConsentDisplayName": "Read organization-wide apps and services settings", + "value": "OrgSettings-AppsAndServices.Read.All" + }, + { + "description": "Allows the app to read and write organization-wide apps and services settings on behalf of the signed-in user.", + "displayName": "Read and write organization-wide apps and services settings", + "id": "c167b0e7-47c0-48e8-9eee-9892f58018fa", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write organization-wide apps and services settings on your behalf.", + "userConsentDisplayName": "Read and write organization-wide apps and services settings", + "value": "OrgSettings-AppsAndServices.ReadWrite.All" + }, + { + "description": "Allows the app to read organization-wide Dynamics customer voice settings on behalf of the signed-in user.", + "displayName": "Read organization-wide Dynamics customer voice settings", + "id": "9862d930-5aec-4a98-8d4f-7277a8db9bcb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read organization-wide Dynamics customer voice settings on your behalf.", + "userConsentDisplayName": "Read organization-wide dynamics customer voice settings", + "value": "OrgSettings-DynamicsVoice.Read.All" + }, + { + "description": "Allows the app to read and write organization-wide Dynamics customer voice settings on behalf of the signed-in user.", + "displayName": "Read and write organization-wide Dynamics customer voice settings", + "id": "4cea26fb-6967-4234-82c4-c044414743f8", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write organization-wide Dynamics customer voice settings on your behalf.", + "userConsentDisplayName": "Read and write organization-wide Dynamics customer voice settings", + "value": "OrgSettings-DynamicsVoice.ReadWrite.All" + }, + { + "description": "Allows the app to read organization-wide Microsoft Forms settings on behalf of the signed-in user.", + "displayName": "Read organization-wide Microsoft Forms settings", + "id": "210051a0-1ffc-435c-ae76-02d226d05752", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read organization-wide Microsoft Forms settings on your behalf.", + "userConsentDisplayName": "Read organization-wide Microsoft Forms settings", + "value": "OrgSettings-Forms.Read.All" + }, + { + "description": "Allows the app to read and write organization-wide Microsoft Forms settings on behalf of the signed-in user.", + "displayName": "Read and write organization-wide Microsoft Forms settings", + "id": "346c19ff-3fb2-4e81-87a0-bac9e33990c1", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write organization-wide Microsoft Forms settings on your behalf.", + "userConsentDisplayName": "Read and write organization-wide Microsoft Forms settings", + "value": "OrgSettings-Forms.ReadWrite.All" + }, + { + "description": "Allows the app to read organization-wide Microsoft 365 apps installation settings on behalf of the signed-in user.", + "displayName": "Read organization-wide Microsoft 365 apps installation settings", + "id": "8cbdb9f6-9c2e-451a-814d-ec606e5d0212", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read organization-wide Microsoft 365 apps installation settings on your behalf.", + "userConsentDisplayName": "Read organization-wide Microsoft 365 apps installation settings", + "value": "OrgSettings-Microsoft365Install.Read.All" + }, + { + "description": "Allows the app to read and write organization-wide Microsoft 365 apps installation settings on behalf of the signed-in user.", + "displayName": "Read and write organization-wide Microsoft 365 apps installation settings", + "id": "1ff35e91-19eb-42d8-aa2d-cc9891127ae5", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write organization-wide Microsoft 365 apps installation settings on your behalf.", + "userConsentDisplayName": "Read and write organization-wide Microsoft 365 apps installation settings", + "value": "OrgSettings-Microsoft365Install.ReadWrite.All" + }, + { + "description": "Allows the app to read organization-wide Microsoft To Do settings on behalf of the signed-in user.", + "displayName": "Read organization-wide Microsoft To Do settings", + "id": "7ff96f41-f022-45ba-acd8-ef3f03063d6b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read organization-wide Microsoft To Do settings on your behalf.", + "userConsentDisplayName": "Read organization-wide Microsoft To Do settings", + "value": "OrgSettings-Todo.Read.All" + }, + { + "description": "Allows the app to read and write organization-wide Microsoft To Do settings on behalf of the signed-in user.", + "displayName": "Read and write organization-wide Microsoft To Do settings", + "id": "087502c2-5263-433e-abe3-8f77231a0627", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write organization-wide Microsoft To Do settings on your behalf.", + "userConsentDisplayName": "Read and write organization-wide Microsoft To Do settings", + "value": "OrgSettings-Todo.ReadWrite.All" + }, + { + "description": "Allows the app to read a ranked list of relevant people of the signed-in user. The list includes local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).", + "displayName": "Read users' relevant people lists", + "id": "ba47897c-39ec-4d83-8086-ee8256fa737d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read a list of people in the order that's most relevant to you. This includes your local contacts, your contacts from social networking, people listed in your organization's directory, and people from recent communications.", + "userConsentDisplayName": "Read your relevant people list", + "value": "People.Read" + }, + { + "description": "Allows the app to read a scored list of relevant people of the signed-in user or other users in the signed-in user's organization. The list can include local contacts, contacts from social networking, your organization's directory, and people from recent communications (such as email and Skype).", + "displayName": "Read all users' relevant people lists", + "id": "b89f9189-71a5-4e70-b041-9887f0bc7e4a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read a list of people in the order that is most relevant to you. Allows the app to read a list of people in the order that is most relevant to another user in your organization. These can include local contacts, contacts from social networking, people listed in your organization’s directory, and people from recent communications.", + "userConsentDisplayName": "Read all users’ relevant people lists", + "value": "People.Read.All" + }, + { + "description": "Allows the application to read tenant-wide people settings on behalf of the signed-in user.", + "displayName": "Read tenant-wide people settings", + "id": "ec762c5f-388b-4b16-8693-ac1efbc611bc", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read tenant-wide people settings on your behalf.", + "userConsentDisplayName": "Read tenant-wide people settings", + "value": "PeopleSettings.Read.All" + }, + { + "description": "Allows the application to read and write tenant-wide people settings on behalf of the signed-in user.", + "displayName": "Read and write tenant-wide people settings", + "id": "e67e6727-c080-415e-b521-e3f35d5248e9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and write tenant-wide people settings on your behalf.", + "userConsentDisplayName": "Read and write tenant-wide people settings", + "value": "PeopleSettings.ReadWrite.All" + }, + { + "description": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.", + "displayName": "Read all company places", + "id": "cb8f45a0-5c2e-4ea1-b803-84b870a7d7ec", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your company's places (conference rooms and room lists) for calendar events and other applications, on your behalf.", + "userConsentDisplayName": "Read all company places", + "value": "Place.Read.All" + }, + { + "description": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on behalf of the signed-in user.", + "displayName": "Read and write organization places", + "id": "4c06a06a-098a-4063-868e-5dfee3827264", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.", + "userConsentDisplayName": "Read and write organization places", + "value": "Place.ReadWrite.All" + }, + { + "description": "Allows the app to read your organization's policies on behalf of the signed-in user.", + "displayName": "Read your organization's policies", + "id": "572fea84-0151-49b2-9301-11cb16974376", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's policies on your behalf.", + "userConsentDisplayName": "Read your organization's policies", + "value": "Policy.Read.All" + }, + { + "description": "Allows the app to read your organization's conditional access policies on behalf of the signed-in user.", + "displayName": "Read your organization's conditional access policies", + "id": "633e0fce-8c58-4cfb-9495-12bbd5a24f7c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's conditional access policies on your behalf.", + "userConsentDisplayName": "Read your organization's conditional access policies", + "value": "Policy.Read.ConditionalAccess" + }, + { + "description": "Allows the app to read your organization’s identity protection policy on behalf of the signed-in user. ", + "displayName": "Read your organization’s identity protection policy", + "id": "d146432f-b803-4ed4-8d42-ba74193a6ede", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization’s identity protection policy on your behalf.", + "userConsentDisplayName": "Read your organization’s identity protection policy", + "value": "Policy.Read.IdentityProtection" + }, + { + "description": "Allows the app to read policies related to consent and permission grants for applications, on behalf of the signed-in user.", + "displayName": "Read consent and permission grant policies", + "id": "414de6ea-2d92-462f-b120-6e2a809a6d01", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read policies related to consent and permission grants for applications, on your behalf.", + "userConsentDisplayName": "Read consent and permission grant policies", + "value": "Policy.Read.PermissionGrant" + }, + { + "description": "Allows the app to read and write your organization's directory access review default policy on behalf of the signed-in user.", + "displayName": "Read and write your organization's directory access review default policy", + "id": "4f5bc9c8-ea54-4772-973a-9ca119cb0409", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", + "userConsentDisplayName": "Read and write your organization's directory access review default policy", + "value": "Policy.ReadWrite.AccessReview" + }, + { + "description": "Allows the app to read and write your organization's application configuration policies on behalf of the signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "displayName": "Read and write your organization's application configuration policies", + "id": "b27add92-efb2-4f16-84f5-8108ba77985c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's application configuration policies on your behalf. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "userConsentDisplayName": "Read and write your organization's application configuration policies", + "value": "Policy.ReadWrite.ApplicationConfiguration" + }, + { + "description": "Allows the app to read and write the authentication flow policies, on behalf of the signed-in user. ", + "displayName": "Read and write authentication flow policies", + "id": "edb72de9-4252-4d03-a925-451deef99db7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", + "userConsentDisplayName": "Read and write your authentication flow policies", + "value": "Policy.ReadWrite.AuthenticationFlows" + }, + { + "description": "Allows the app to read and write the authentication method policies, on behalf of the signed-in user. ", + "displayName": "Read and write authentication method policies", + "id": "7e823077-d88e-468f-a337-e18f1f0e6c7c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", + "userConsentDisplayName": "Read and write your authentication method policies ", + "value": "Policy.ReadWrite.AuthenticationMethod" + }, + { + "description": "Allows the app to read and write your organization's authorization policy on behalf of the signed-in user. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.", + "displayName": "Read and write your organization's authorization policy", + "id": "edd3c878-b384-41fd-95ad-e7407dd775be", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's authorization policy on your behalf. For example, authorization policies can control some of the permissions that the out-of-the-box user role has by default.", + "userConsentDisplayName": "Read and write your organization's authorization policy", + "value": "Policy.ReadWrite.Authorization" + }, + { + "description": "Allows the app to read and write your organization's conditional access policies on behalf of the signed-in user.", + "displayName": "Read and write your organization's conditional access policies", + "id": "ad902697-1014-4ef5-81ef-2b4301988e8c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", + "userConsentDisplayName": "Read and write your organization's conditional access policies", + "value": "Policy.ReadWrite.ConditionalAccess" + }, + { + "description": "Allows the app to read and write your organization's consent requests policy on behalf of the signed-in user.", + "displayName": "Read and write consent request policy", + "id": "4d135e65-66b8-41a8-9f8b-081452c91774", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's consent request policy on your behalf.", + "userConsentDisplayName": "Read and write consent request policy", + "value": "Policy.ReadWrite.ConsentRequest" + }, + { + "description": "Allows the app to read and write your organization's cross tenant access policies on behalf of the signed-in user.", + "displayName": "Read and write your organization's cross tenant access policies", + "id": "014b43d0-6ed4-4fc6-84dc-4b6f7bae7d85", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", + "userConsentDisplayName": "Read and write your organization's cross tenant access policies", + "value": "Policy.ReadWrite.CrossTenantAccess" + }, + { + "description": "Allows the app to read and write your organization's device configuration policies on behalf of the signed-in user. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.", + "displayName": "Read and write your organization's device configuration policies", + "id": "40b534c3-9552-4550-901b-23879c90bcf9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's device configuration policies on your behalf. For example, device registration policy can limit initial provisioning controls using quota restrictions, additional authentication and authorization checks.", + "userConsentDisplayName": "Read and write your organization's device configuration policies", + "value": "Policy.ReadWrite.DeviceConfiguration" + }, + { + "description": "Allows the application to read and update the organization's external identities policy on behalf of the signed-in user. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.", + "displayName": "Read and write your organization's external identities policy", + "id": "b5219784-1215-45b5-b3f1-88fe1081f9c0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and update the organization's external identities policy on your behalf. For example, external identities policy controls if users invited to access resources in your organization via B2B collaboration or B2B direct connect are allowed to self-service leave.", + "userConsentDisplayName": "Read and write your organization's external identities policy", + "value": "Policy.ReadWrite.ExternalIdentities" + }, + { + "description": "Allows the app to read and write your organization's feature rollout policies on behalf of the signed-in user. Includes abilities to assign and remove users and groups to rollout of a specific feature.", + "displayName": "Read and write your organization's feature rollout policies", + "id": "92a38652-f13b-4875-bc77-6e1dbb63e1b2", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's feature rollout policies on your behalf. Includes abilities to assign and remove users and groups to rollout of a specific feature.", + "userConsentDisplayName": "Read and write your organization's feature rollout policies", + "value": "Policy.ReadWrite.FeatureRollout" + }, + { + "description": "Allows the app to read and write your organization’s identity protection policy on behalf of the signed-in user.", + "displayName": "Read and write your organization’s identity protection policy ", + "id": "7256e131-3efb-4323-9854-cf41c6021770", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization’s identity protection policy on your behalf.", + "userConsentDisplayName": "Read and write your organization’s identity protection policy.", + "value": "Policy.ReadWrite.IdentityProtection" + }, + { + "description": "Allows the app to read and write your organization's mobility management policies on behalf of the signed-in user. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", + "displayName": "Read and write your organization's mobility management policies", + "id": "a8ead177-1889-4546-9387-f25e658e2a79", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's mobility management policies on your behalf. For example, a mobility management policy can set the enrollment scope for a given mobility management application.", + "userConsentDisplayName": "Read and write your organization's mobility management policies", + "value": "Policy.ReadWrite.MobilityManagement" + }, + { + "description": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", + "displayName": "Manage consent and permission grant policies", + "id": "2672f8bb-fd5e-42e0-85e1-ec764dd2614e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", + "userConsentDisplayName": "Manage consent and permission grant policies", + "value": "Policy.ReadWrite.PermissionGrant" + }, + { + "description": "Allows the app to read and write your organization's security defaults policy on behalf of the signed-in user.", + "displayName": "Read and write your organization's security defaults policy", + "id": "0b2a744c-2abf-4f1e-ad7e-17a087e2be99", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's security defaults policy on your behalf.", + "userConsentDisplayName": "Read and write your organization's security defaults policy", + "value": "Policy.ReadWrite.SecurityDefaults" + }, + { + "description": "Allows the app to read and write your organization's trust framework policies on behalf of the signed-in user.", + "displayName": "Read and write your organization's trust framework policies", + "id": "cefba324-1a70-4a6e-9c1d-fd670b7ae392", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", + "userConsentDisplayName": "Read and write trust framework policies", + "value": "Policy.ReadWrite.TrustFramework" + }, + { + "description": "Allows the app to have the same access to mailboxes as the signed-in user via POP protocol.", + "displayName": "Read and write access to mailboxes via POP.", + "id": "d7b7f2d9-0f45-4ea1-9d42-e50810c06991", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail.", + "userConsentDisplayName": "Read and write access to your mail.", + "value": "POP.AccessAsUser.All" + }, + { + "description": "Allows the app to read presence information on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "displayName": "Read user's presence information", + "id": "76bc735e-aecd-4a1d-8b4c-2b915deabb79", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your presence information on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "userConsentDisplayName": "Read your presence information", + "value": "Presence.Read" + }, + { + "description": "Allows the app to read presence information of all users in the directory on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "displayName": "Read presence information of all users in your organization", + "id": "9c7a330d-35b3-4aa1-963d-cb2b9f927841", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read presence information of all users in the directory on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "userConsentDisplayName": "Read presence information of all users in your organization", + "value": "Presence.Read.All" + }, + { + "description": "Allows the app to read the presence information and write activity and availability on behalf of the signed-in user. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "displayName": "Read and write a user's presence information", + "id": "8d3c54a7-cf58-4773-bf81-c0cd6ad522bb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "userConsentDisplayName": "Read and write your presence information", + "value": "Presence.ReadWrite" + }, + { + "description": "Allows the application to read print connectors on behalf of the signed-in user.", + "displayName": "Read print connectors", + "id": "d69c2d6d-4f72-4f99-a6b9-663e32f8cf68", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read print connectors on your behalf.", + "userConsentDisplayName": "Read print connectors", + "value": "PrintConnector.Read.All" + }, + { + "description": "Allows the application to read and write print connectors on behalf of the signed-in user. ", + "displayName": "Read and write print connectors", + "id": "79ef9967-7d59-4213-9c64-4b10687637d8", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and write print connectors on your behalf.", + "userConsentDisplayName": "Read and write print connectors", + "value": "PrintConnector.ReadWrite.All" + }, + { + "description": "Allows the application to create (register) printers on behalf of the signed-in user. ", + "displayName": "Register printers  ", + "id": "90c30bed-6fd1-4279-bf39-714069619721", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to create (register) printers on your behalf. ", + "userConsentDisplayName": "Register printers  ", + "value": "Printer.Create" + }, + { + "description": "Allows the application to create (register), read, update, and delete (unregister) printers on behalf of the signed-in user. ", + "displayName": "Register, read, update, and unregister printers", + "id": "93dae4bd-43a1-4a23-9a1a-92957e1d9121", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to create (register), read, update, and delete (unregister) printers on your behalf.  ", + "userConsentDisplayName": "Register, read, update, and unregister printers", + "value": "Printer.FullControl.All" + }, + { + "description": "Allows the application to read printers on behalf of the signed-in user. ", + "displayName": "Read printers", + "id": "3a736c8a-018e-460a-b60c-863b2683e8bf", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read printers on your behalf. ", + "userConsentDisplayName": "Read printers", + "value": "Printer.Read.All" + }, + { + "description": "Allows the application to read and update printers on behalf of the signed-in user. Does not allow creating (registering) or deleting (unregistering) printers.", + "displayName": "Read and update printers", + "id": "89f66824-725f-4b8f-928e-e1c5258dc565", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and update printers on your behalf. Does not allow creating (registering) or deleting (unregistering) printers.", + "userConsentDisplayName": "Read and update printers", + "value": "Printer.ReadWrite.All" + }, + { + "description": "Allows the application to read printer shares on behalf of the signed-in user. ", + "displayName": "Read printer shares", + "id": "ed11134d-2f3f-440d-a2e1-411efada2502", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read printer shares on your behalf. ", + "userConsentDisplayName": "Read printer shares", + "value": "PrinterShare.Read.All" + }, + { + "description": "Allows the application to read basic information about printer shares on behalf of the signed-in user. Does not allow reading access control information.", + "displayName": "Read basic information about printer shares", + "id": "5fa075e9-b951-4165-947b-c63396ff0a37", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read basic information about printer shares on your behalf.", + "userConsentDisplayName": "Read basic information about printer shares", + "value": "PrinterShare.ReadBasic.All" + }, + { + "description": "Allows the application to read and update printer shares on behalf of the signed-in user. ", + "displayName": "Read and write printer shares", + "id": "06ceea37-85e2-40d7-bec3-91337a46038f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and update printer shares on your behalf. ", + "userConsentDisplayName": "Read and update printer shares", + "value": "PrinterShare.ReadWrite.All" + }, + { + "description": "Allows the application to create print jobs on behalf of the signed-in user and upload document content to print jobs that the signed-in user created.", + "displayName": "Create print jobs", + "id": "21f0d9c0-9f13-48b3-94e0-b6b231c7d320", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to create print jobs on your behalf and upload document content to print jobs that you created.", + "userConsentDisplayName": "Create your print jobs", + "value": "PrintJob.Create" + }, + { + "description": "Allows the application to read the metadata and document content of print jobs that the signed-in user created.", + "displayName": "Read user's print jobs", + "id": "248f5528-65c0-4c88-8326-876c7236df5e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read the metadata and document content of print jobs that you created.", + "userConsentDisplayName": "Read your print jobs", + "value": "PrintJob.Read" + }, + { + "description": "Allows the application to read the metadata and document content of print jobs on behalf of the signed-in user. ", + "displayName": "Read print jobs", + "id": "afdd6933-a0d8-40f7-bd1a-b5d778e8624b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read the metadata and document content of print jobs on your behalf. ", + "userConsentDisplayName": "Read print jobs", + "value": "PrintJob.Read.All" + }, + { + "description": "Allows the application to read the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.", + "displayName": "Read basic information of user's print jobs", + "id": "6a71a747-280f-4670-9ca0-a9cbf882b274", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read the metadata of print jobs that you created. Does not allow access to print job document content.", + "userConsentDisplayName": "Read basic information of your print jobs", + "value": "PrintJob.ReadBasic" + }, + { + "description": "Allows the application to read the metadata of print jobs on behalf of the signed-in user. Does not allow access to print job document content.", + "displayName": "Read basic information of print jobs", + "id": "04ce8d60-72ce-4867-85cf-6d82f36922f3", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read the metadata of print jobs on your behalf. Does not allow access to print job document content.", + "userConsentDisplayName": "Read basic information of print jobs", + "value": "PrintJob.ReadBasic.All" + }, + { + "description": "Allows the application to read and update the metadata and document content of print jobs that the signed-in user created.", + "displayName": "Read and write user's print jobs", + "id": "b81dd597-8abb-4b3f-a07a-820b0316ed04", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and update the metadata and document content of print jobs that you created.", + "userConsentDisplayName": "Read and update your print jobs", + "value": "PrintJob.ReadWrite" + }, + { + "description": "Allows the application to read and update the metadata and document content of print jobs on behalf of the signed-in user. ", + "displayName": "Read and write print jobs", + "id": "036b9544-e8c5-46ef-900a-0646cc42b271", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and update the metadata and document content of print jobs on your behalf. ", + "userConsentDisplayName": "Read and update print jobs", + "value": "PrintJob.ReadWrite.All" + }, + { + "description": "Allows the application to read and update the metadata of print jobs that the signed-in user created. Does not allow access to print job document content.", + "displayName": "Read and write basic information of user's print jobs", + "id": "6f2d22f2-1cb6-412c-a17c-3336817eaa82", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and update the metadata of print jobs that you created. Does not allow access to print job document content.", + "userConsentDisplayName": "Read and write basic information of your print jobs", + "value": "PrintJob.ReadWriteBasic" + }, + { + "description": "Allows the application to read and update the metadata of print jobs on behalf of the signed-in user. Does not allow access to print job document content.", + "displayName": "Read and write basic information of print jobs", + "id": "3a0db2f6-0d2a-4c19-971b-49109b19ad3d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and update the metadata of print jobs on your behalf. Does not allow access to print job document content.", + "userConsentDisplayName": "Read and write basic information of print jobs", + "value": "PrintJob.ReadWriteBasic.All" + }, + { + "description": "Allows the application to read tenant-wide print settings on behalf of the signed-in user.", + "displayName": "Read tenant-wide print settings", + "id": "490f32fd-d90f-4dd7-a601-ff6cdc1a3f6c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read tenant-wide print settings on your behalf.", + "userConsentDisplayName": "Read tenant-wide print settings", + "value": "PrintSettings.Read.All" + }, + { + "description": "Allows the application to read and write tenant-wide print settings on behalf of the signed-in user.", + "displayName": "Read and write tenant-wide print settings", + "id": "9ccc526a-c51c-4e5c-a1fd-74726ef50b8f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and write tenant-wide print settings on your behalf.", + "userConsentDisplayName": "Read and write tenant-wide print settings", + "value": "PrintSettings.ReadWrite.All" + }, + { + "description": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles, on behalf of the signed-in user.", + "displayName": "Read privileged access to Azure AD", + "id": "b3a539c9-59cb-4ad5-825a-041ddbdc2bdb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD built-in and custom administrative roles, on your behalf.", + "userConsentDisplayName": "Read privileged access to Azure AD", + "value": "PrivilegedAccess.Read.AzureAD" + }, + { + "description": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups, on behalf of the signed-in user.", + "displayName": "Read privileged access to Azure AD groups", + "id": "d329c81c-20ad-4772-abf9-3f6fdb7e5988", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups, on your behalf.", + "userConsentDisplayName": "Read privileged access to Azure AD groups", + "value": "PrivilegedAccess.Read.AzureADGroup" + }, + { + "description": "Allows the app to read time-based assignment and just-in-time elevation of Azure resources (like your subscriptions, resource groups, storage, compute) on behalf of the signed-in user.", + "displayName": "Read privileged access to Azure resources", + "id": "1d89d70c-dcac-4248-b214-903c457af83a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read time-based assignment and just-in-time elevation of Azure resources (like your subscriptions, resource groups, storage, compute) on your behalf.", + "userConsentDisplayName": "Read privileged access to your Azure resources", + "value": "PrivilegedAccess.Read.AzureResources" + }, + { + "description": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on behalf of signed-in users.", + "displayName": "Read and write privileged access to Azure AD", + "id": "3c3c74f5-cdaa-4a97-b7e0-4e788bfcfb37", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to request and manage just in time elevation (including scheduled elevation) of users to Azure AD built-in administrative roles, on your behalf.", + "userConsentDisplayName": "Read and write privileged access to Azure AD", + "value": "PrivilegedAccess.ReadWrite.AzureAD" + }, + { + "description": "Allows the app to request and manage time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups, on behalf of the signed-in user.", + "displayName": "Read and write privileged access to Azure AD groups", + "id": "32531c59-1f32-461f-b8df-6f8a3b89f73b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to request and manage time-based assignment and just-in-time elevation (including scheduled elevation) of Azure AD groups, on your behalf.", + "userConsentDisplayName": "Read and write privileged access to Azure AD groups", + "value": "PrivilegedAccess.ReadWrite.AzureADGroup" + }, + { + "description": "Allows the app to request and manage time-based assignment and just-in-time elevation of user privileges to manage Azure resources (like subscriptions, resource groups, storage, compute) on behalf of the signed-in users.", + "displayName": "Read and write privileged access to Azure resources", + "id": "a84a9652-ffd3-496e-a991-22ba5529156a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to request and manage time-based assignment and just-in-time elevation of user privileges to manage  your Azure resources (like your subscriptions, resource groups, storage, compute) on your behalf.", + "userConsentDisplayName": "Read and write privileged access to Azure resources", + "value": "PrivilegedAccess.ReadWrite.AzureResources" + }, + { + "description": "Allows the app to read time-based assignment schedules for access to Azure AD groups, on behalf of the signed-in user.", + "displayName": "Read assignment schedules for access to Azure AD groups", + "id": "02a32cc4-7ab5-4b58-879a-0586e0f7c495", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read time-based assignment schedules for access to Azure AD groups, on your behalf.", + "userConsentDisplayName": "Read assignment schedules for access to Azure AD groups", + "value": "PrivilegedAssignmentSchedule.Read.AzureADGroup" + }, + { + "description": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on behalf of the signed-in user.", + "displayName": "Read, create, and delete assignment schedules for access to Azure AD groups", + "id": "06dbc45d-6708-4ef0-a797-f797ee68bf4b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, create, and delete time-based assignment schedules for access to Azure AD groups, on your behalf.", + "userConsentDisplayName": "Read, create, and delete assignment schedules for access to Azure AD groups", + "value": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup" + }, + { + "description": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, on behalf of the signed-in user.", + "displayName": "Read eligibility schedules for access to Azure AD groups", + "id": "8f44f93d-ecef-46ae-a9bf-338508d44d6b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read time-based eligibility schedules for access to Azure AD groups, on your behalf.", + "userConsentDisplayName": "Read eligibility schedules for access to Azure AD groups", + "value": "PrivilegedEligibilitySchedule.Read.AzureADGroup" + }, + { + "description": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on behalf of the signed-in user.", + "displayName": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "id": "ba974594-d163-484e-ba39-c330d5897667", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, create, and delete time-based eligibility schedules for access to Azure AD groups, on your behalf.", + "userConsentDisplayName": "Read, create, and delete eligibility schedules for access to Azure AD groups", + "value": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup" + }, + { + "description": "Allows the app to see your users' basic profile (e.g., name, picture, user name, email address)", + "displayName": "View users' basic profile", + "id": "14dad69e-099b-42c9-810b-d002981feec1", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to see your basic profile (e.g., name, picture, user name, email address)", + "userConsentDisplayName": "View your basic profile", + "value": "profile" + }, + { + "description": "Allows the app to read programs and program controls that the signed-in user has access to in the organization.", + "displayName": "Read all programs that user can access", + "id": "c492a2e1-2f8f-4caa-b076-99bbf6e40fe4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read information on programs and program controls that you have access to.", + "userConsentDisplayName": "Read programs that you can access", + "value": "ProgramControl.Read.All" + }, + { + "description": "Allows the app to read, update, delete and perform actions on programs and program controls that the signed-in user has access to in the organization.", + "displayName": "Manage all programs that user can access", + "id": "50fd364f-9d93-4ae1-b170-300e87cccf84", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", + "userConsentDisplayName": "Manage programs that you can access", + "value": "ProgramControl.ReadWrite.All" + }, + { + "description": "Allows an app to read all question and answer sets that the signed-in user can access.", + "displayName": "Read all Questions and Answers that the user can access.", + "id": "f73fa04f-b9a5-4df9-8843-993ce928925e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all question and answer sets that you can access.", + "userConsentDisplayName": "Read all Questions and Answers that you can access.", + "value": "QnA.Read.All" + }, + { + "description": "Allows the application to read any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.", + "displayName": "Read Records Management configuration, labels, and policies", + "id": "07f995eb-fc67-4522-ad66-2b8ca8ea3efd", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read any data from Records Management, such as configuration, labels and policies on your behalf.", + "userConsentDisplayName": "Read Records Management configuration, labels, and policies", + "value": "RecordsManagement.Read.All" + }, + { + "description": "Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on behalf of the signed-in user.", + "displayName": "Read and write Records Management configuration, labels, and policies", + "id": "f2833d75-a4e6-40ab-86d4-6dfe73c97605", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allow the application to create, update and delete any data from Records Management, such as configuration, labels, and policies on your behalf.", + "userConsentDisplayName": "Read and write Records Management configuration, labels, and policies", + "value": "RecordsManagement.ReadWrite.All" + }, + { + "description": "Allows an app to read all service usage reports on behalf of the signed-in user. Services that provide usage reports include Office 365 and Azure Active Directory.", + "displayName": "Read all usage reports", + "id": "02e97553-ed7b-43d0-ab3c-f8bace0d040c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read all service usage reports on your behalf. Services that provide usage reports include Office 365 and Azure Active Directory.", + "userConsentDisplayName": "Read all usage reports", + "value": "Reports.Read.All" + }, + { + "description": "Allows the app to read admin report settings, such as whether to display concealed information in reports, on behalf of the signed-in user", + "displayName": "Read admin report settings", + "id": "84fac5f4-33a9-4100-aa38-a20c6d29e5e7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read admin report settings, such as whether to display concealed information in reports, on your behalf.", + "userConsentDisplayName": "Read admin report settings", + "value": "ReportSettings.Read.All" + }, + { + "description": "Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on behalf of the signed-in user.", + "displayName": "Read and write admin report settings", + "id": "b955410e-7715-4a88-a940-dfd551018df3", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and update admin report settings, such as whether to display concealed information in reports, on your behalf.", + "userConsentDisplayName": "Read and write admin report settings", + "value": "ReportSettings.ReadWrite.All" + }, + { + "description": "Allows the app to read the resource specific permissions granted on a user account, on behalf of the signed-in user.", + "displayName": "Read resource specific permissions granted on a user account", + "id": "f1d91a8f-88e7-4774-8401-b668d5bca0c5", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the resource specific permission granted on your account, on your behalf.", + "userConsentDisplayName": "Read resource specific permissions granted on your user account", + "value": "ResourceSpecificPermissionGrant.ReadForUser" + }, + { + "description": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on behalf of the signed-in user. This includes reading directory role templates, and directory roles.", + "displayName": "Read all active role assignments for your company's directory", + "id": "344a729c-0285-42c6-9014-f12b9b8d6129", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "userConsentDisplayName": "Read all active role assignments for your company's directory", + "value": "RoleAssignmentSchedule.Read.Directory" + }, + { + "description": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on behalf of the signed-in user. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", + "displayName": "Read, update, and delete all active role assignments for your company's directory", + "id": "8c026be3-8e26-4774-9372-8d5d6f21daff", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", + "userConsentDisplayName": "Read, update, and delete all active role assignments for your company's directory", + "value": "RoleAssignmentSchedule.ReadWrite.Directory" + }, + { + "description": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on behalf of the signed-in user. This includes reading directory role templates, and directory roles.", + "displayName": "Read all eligible role assignments for your company's directory", + "id": "eb0788c2-6d4e-4658-8c9e-c0fb8053f03d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "userConsentDisplayName": "Read all eligible role assignments for your company's directory", + "value": "RoleEligibilitySchedule.Read.Directory" + }, + { + "description": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on behalf of the signed-in user. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", + "displayName": "Read, update, and delete all eligible role assignments for your company's directory", + "id": "62ade113-f8e0-4bf9-a6ba-5acb31db32fd", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", + "userConsentDisplayName": "Read, update, and delete all eligible role assignments for your company's directory", + "value": "RoleEligibilitySchedule.ReadWrite.Directory" + }, + { + "description": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on behalf of the signed-in user. This includes reading role definitions and role assignments.", + "displayName": "Read role management data for all RBAC providers", + "id": "48fec646-b2ba-4019-8681-8eb31435aded", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", + "userConsentDisplayName": "Read role management data for all RBAC providers", + "value": "RoleManagement.Read.All" + }, + { + "description": "Allows the app to read the Cloud PC role-based access control (RBAC) settings, on behalf of the signed-in user.  This includes reading Cloud PC role definitions and role assignments.", + "displayName": "Read Cloud PC RBAC settings", + "id": "9619b88a-8a25-48a7-9571-d23be0337a79", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the Cloud PC role-based access control (RBAC) settings, on your behalf.  This includes reading Cloud PC role definitions and role assignments.", + "userConsentDisplayName": "Read Cloud PC RBAC settings", + "value": "RoleManagement.Read.CloudPC" + }, + { + "description": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes reading directory role templates, directory roles and memberships.", + "displayName": "Read directory RBAC settings", + "id": "741c54c3-0c1e-44a1-818b-3f97ab4e8c83", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "userConsentDisplayName": "Read directory RBAC settings", + "value": "RoleManagement.Read.Directory" + }, + { + "description": "Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on behalf of the signed-in user. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", + "displayName": "Read Exchange Online RBAC configuration", + "id": "3bc15058-7858-4141-b24f-ae43b4e80b52", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", + "userConsentDisplayName": "Read Exchange Online RBAC configuration", + "value": "RoleManagement.Read.Exchange" + }, + { + "description": "Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on behalf of the signed-in user. This includes reading and managing Cloud PC role definitions and role assignments.", + "displayName": "Read and write Cloud PC RBAC settings", + "id": "501d06f8-07b8-4f18-b5c6-c191a4af7a82", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and manage the Cloud PC role-based access control (RBAC) settings, on your behalf. This includes reading and managing Cloud PC role definitions and memberships.", + "userConsentDisplayName": "Read and write Cloud PC RBAC settings", + "value": "RoleManagement.ReadWrite.CloudPC" + }, + { + "description": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on behalf of the signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "displayName": "Read and write directory RBAC settings", + "id": "d01b97e9-cbc0-49fe-810a-750afd5527a3", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "userConsentDisplayName": "Read and write directory RBAC settings", + "value": "RoleManagement.ReadWrite.Directory" + }, + { + "description": "Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on behalf of the signed-in user. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", + "displayName": "Read and write Exchange Online RBAC configuration", + "id": "c1499fe0-52b1-4b22-bed2-7a244e0e879f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your organization's Exchange Online service, on your behalf. This includes reading, creating, updating, and deleting Exchange management role definitions, role groups, role group membership, role assignments, management scopes, and role assignment policies.", + "userConsentDisplayName": "Read and write Exchange Online RBAC configuration", + "value": "RoleManagement.ReadWrite.Exchange" + }, + { + "description": "Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on behalf of the signed-in user. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", + "displayName": "Read all alert data for your company's directory", + "id": "cce71173-f76d-446e-97ff-efb2d82e11b1", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", + "userConsentDisplayName": "Read all alert data for your company's directory", + "value": "RoleManagementAlert.Read.Directory" + }, + { + "description": "Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on behalf of the signed-in user. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", + "displayName": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory", + "id": "435644c6-a5b1-40bf-8f52-fe8e5b53e19c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and manage the role-based access control (RBAC) alerts for your company's directory, on your behalf. This includes managing alert settings, initiating alert scans, dimissing alerts, remediating alert incidents, and reading alert statuses, alert definitions, alert configurations and incidents that lead to an alert.", + "userConsentDisplayName": "Read all alert data, configure alerts, and take actions on all alerts for your company's directory", + "value": "RoleManagementAlert.ReadWrite.Directory" + }, + { + "description": "Allows the app to read policies in Privileged Identity Management for Groups, on behalf of the signed-in user.", + "displayName": "Read all policies in PIM for Groups", + "id": "7e26fdff-9cb1-4e56-bede-211fe0e420e8", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read policies in Privileged Identity Management for Groups, on your behalf.", + "userConsentDisplayName": "Read all policies in PIM for Groups", + "value": "RoleManagementPolicy.Read.AzureADGroup" + }, + { + "description": "Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on behalf of the signed-in user.", + "displayName": "Read all policies for privileged role assignments of your company's directory", + "id": "3de2cdbe-0ff5-47d5-bdee-7f45b4749ead", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", + "userConsentDisplayName": "Read all policies for privileged role assignments of your company's directory", + "value": "RoleManagementPolicy.Read.Directory" + }, + { + "description": "Allows the app to read, update, and delete policies in Privileged Identity Management for Groups, on behalf of the signed-in user.", + "displayName": "Read, update, and delete all policies in PIM for Groups", + "id": "0da165c7-3f15-4236-b733-c0b0f6abe41d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, and delete policies in Privileged Identity Management for Groups, on your behalf.", + "userConsentDisplayName": "Read, update, and delete all policies in PIM for Groups", + "value": "RoleManagementPolicy.ReadWrite.AzureADGroup" + }, + { + "description": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on behalf of the signed-in user.", + "displayName": "Read, update, and delete all policies for privileged role assignments of your company's directory", + "id": "1ff1be21-34eb-448c-9ac9-ce1f506b2a68", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, and delete policies for privileged role-based access control (RBAC) assignments of your company's directory, on your behalf.", + "userConsentDisplayName": "Read, update, and delete all policies for privileged role assignments of your company's directory", + "value": "RoleManagementPolicy.ReadWrite.Directory" + }, + { + "description": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on behalf of the signed-in user.", + "displayName": "Read user schedule items", + "id": "fccf6dd8-5706-49fa-811f-69e2e1b585d0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "userConsentDisplayName": "Read your schedule items", + "value": "Schedule.Read.All" + }, + { + "description": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on behalf of the signed-in user.", + "displayName": "Read and write user schedule items", + "id": "63f27281-c9d9-4f29-94dd-6942f7f1feb0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "userConsentDisplayName": "Read and write your schedule items", + "value": "Schedule.ReadWrite.All" + }, + { + "description": "Allows the app to read search configuration, on behalf of the signed-in user.", + "displayName": "Read your organization's search configuration", + "id": "7d307522-aa38-4cd0-bd60-90c6f0ac50bd", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read search configuration, on your behalf.", + "userConsentDisplayName": "Read your organization's search configuration", + "value": "SearchConfiguration.Read.All" + }, + { + "description": "Allows the app to read and write search configuration, on behalf of the signed-in user.", + "displayName": "Read and write your organization's search configuration", + "id": "b1a7d408-cab0-47d2-a2a5-a74a3733600d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write search configuration, on your behalf.", + "userConsentDisplayName": "Read and write your organization's search configuration", + "value": "SearchConfiguration.ReadWrite.All" + }, + { + "description": "Allows the app to read security actions, on behalf of the signed-in user.", + "displayName": "Read your organization's security actions", + "id": "1638cddf-07a4-4de2-8645-69c96cacad73", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read security actions, on your behalf.", + "userConsentDisplayName": "Read your organization's security actions", + "value": "SecurityActions.Read.All" + }, + { + "description": "Allows the app to read or update security actions, on behalf of the signed-in user.", + "displayName": "Read and update your organization's security actions", + "id": "dc38509c-b87d-4da0-bd92-6bec988bac4a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and update security actions, on your behalf.", + "userConsentDisplayName": "Read and update your organization's security actions", + "value": "SecurityActions.ReadWrite.All" + }, + { + "description": "Allows the app to read all security alerts, on behalf of the signed-in user.", + "displayName": "Read all security alerts", + "id": "bc257fb8-46b4-4b15-8713-01e91bfbe4ea", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all security alerts that you have access to.", + "userConsentDisplayName": "Read all alerts", + "value": "SecurityAlert.Read.All" + }, + { + "description": "Allows the app to read and write to all security alerts, on behalf of the signed-in user.", + "displayName": "Read and write to all security alerts", + "id": "471f2a7f-2a42-4d45-a2bf-594d0838070d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write all alerts that you have access to.", + "userConsentDisplayName": "Read and write all alerts", + "value": "SecurityAlert.ReadWrite.All" + }, + { + "description": "Read email metadata and security detection details on behalf of the signed in user.", + "displayName": "Read metadata and detection details for emails in your organization", + "id": "53e6783e-b127-4a35-ab3a-6a52d80a9077", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read email metadata and security detection details on your behalf.", + "userConsentDisplayName": "Read metadata and detection details for emails in your organization", + "value": "SecurityAnalyzedMessage.Read.All" + }, + { + "description": "Read email metadata, security detection details, and execute remediation actions like deleting an email, on behalf of the signed in user.", + "displayName": "Read metadata, detection details, and execute remediation actions on emails in your organization", + "id": "48eb8c83-6e58-46e7-a6d3-8805822f5940", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read email metadata, security detection details, and execute remediation actions like deleting an email, on your behalf.", + "userConsentDisplayName": "Read metadata, detection details, and execute remediation actions on emails in your organization", + "value": "SecurityAnalyzedMessage.ReadWrite.All" + }, + { + "description": "Allows the app to read your organization’s security events on behalf of the signed-in user.", + "displayName": "Read your organization’s security events", + "id": "64733abd-851e-478a-bffb-e47a14b18235", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization’s security events on your behalf.", + "userConsentDisplayName": "Read your organization’s security events", + "value": "SecurityEvents.Read.All" + }, + { + "description": "Allows the app to read your organization’s security events on behalf of the signed-in user. Also allows the app to update editable properties in security events on behalf of the signed-in user.", + "displayName": "Read and update your organization’s security events", + "id": "6aedf524-7e1c-45a7-bd76-ded8cab8d0fc", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization’s security events on your behalf. Also allows you to update editable properties in security events.", + "userConsentDisplayName": "Read and update your organization’s security events", + "value": "SecurityEvents.ReadWrite.All" + }, + { + "description": "Allows the app to read security incidents, on behalf of the signed-in user.", + "displayName": "Read incidents", + "id": "b9abcc4f-94fc-4457-9141-d20ce80ec952", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all security incidents that you have access to.", + "userConsentDisplayName": "Read security incidents", + "value": "SecurityIncident.Read.All" + }, + { + "description": "Allows the app to read and write security incidents, on behalf of the signed-in user.", + "displayName": "Read and write to incidents", + "id": "128ca929-1a19-45e6-a3b8-435ec44a36ba", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write to all security incidents that you have access to.", + "userConsentDisplayName": "Read and write to security incidents", + "value": "SecurityIncident.ReadWrite.All" + }, + { + "description": "Allows the app to read your tenant's service health information on behalf of the signed-in user. Health information may include service issues or service health overviews.", + "displayName": "Read service health", + "id": "55896846-df78-47a7-aa94-8d3d4442ca7f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your tenant's service health information on your behalf.Health information may include service issues or service health overviews.", + "userConsentDisplayName": "Read service health", + "value": "ServiceHealth.Read.All" + }, + { + "description": "Allows the app to read your tenant's service announcement messages on behalf of the signed-in user. Messages may include information about new or changed features.", + "displayName": "Read service announcement messages", + "id": "eda39fa6-f8cf-4c3c-a909-432c683e4c9b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your tenant's service announcement messages on your behalf. Messages may include information about new or changed features.", + "userConsentDisplayName": "Read service messages", + "value": "ServiceMessage.Read.All" + }, + { + "description": "Allows the app to update service announcement messages' user status on behalf of the signed-in user. The message status can be marked as read, archive, or favorite.", + "displayName": "Update user status on service announcement messages", + "id": "636e1b0b-1cc2-4b1c-9aa9-4eeed9b9761b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to update service announcement messages' status on your behalf. Your status for messages can be marked as read, archive, or favorite.", + "userConsentDisplayName": "Update your user status on service announcement messages", + "value": "ServiceMessageViewpoint.Write" + }, + { + "description": "Allows the app to read service principal endpoints", + "displayName": "Read service principal endpoints", + "id": "9f9ce928-e038-4e3b-8faf-7b59049a8ddc", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read service principal endpoints", + "userConsentDisplayName": "Read service principal endpoints", + "value": "ServicePrincipalEndpoint.Read.All" + }, + { + "description": "Allows the app to update service principal endpoints", + "displayName": "Read and update service principal endpoints", + "id": "7297d82c-9546-4aed-91df-3d4f0a9b3ff0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to update service principal endpoints", + "userConsentDisplayName": "Read and update service principal endpoints", + "value": "ServicePrincipalEndpoint.ReadWrite.All" + }, + { + "description": "Allows the application to read the tenant-level settings in SharePoint and OneDrive on behalf of the signed-in user.", + "displayName": "Read SharePoint and OneDrive tenant settings", + "id": "2ef70e10-5bfd-4ede-a5f6-67720500b258", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read the tenant-level settings in SharePoint and OneDrive on your behalf.", + "userConsentDisplayName": "Read SharePoint and OneDrive tenant settings", + "value": "SharePointTenantSettings.Read.All" + }, + { + "description": "Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on behalf of the signed-in user.", + "displayName": "Read and change SharePoint and OneDrive tenant settings", + "id": "aa07f155-3612-49b8-a147-6c590df35536", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the application to read and change the tenant-level settings of SharePoint and OneDrive on your behalf.", + "userConsentDisplayName": "Read and change SharePoint and OneDrive tenant settings", + "value": "SharePointTenantSettings.ReadWrite.All" + }, + { + "description": "Allows the app to read all the short notes a sign-in user has access to.", + "displayName": "Read short notes of the signed-in user", + "id": "50f66e47-eb56-45b7-aaa2-75057d9afe08", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your short notes.", + "userConsentDisplayName": "Read your short notes", + "value": "ShortNotes.Read" + }, + { + "description": "Allows the app to read, create, edit, and delete short notes of a signed-in user.", + "displayName": "Read, create, edit, and delete short notes of the signed-in user", + "id": "328438b7-4c01-4c07-a840-e625a749bb89", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, create, edit, and delete your short notes.", + "userConsentDisplayName": "Read, create, edit, and delete your short notes", + "value": "ShortNotes.ReadWrite" + }, + { + "description": "Allows the application to have full control of all site collections on behalf of the signed-in user.", + "displayName": "Have full control of all site collections", + "id": "5a54b8b3-347c-476d-8f8e-42d5c7424d29", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allow the application to have full control of all site collections on your behalf.", + "userConsentDisplayName": "Have full control of all your site collections", + "value": "Sites.FullControl.All" + }, + { + "description": "Allows the application to create or delete document libraries and lists in all site collections on behalf of the signed-in user.", + "displayName": "Create, edit, and delete items and lists in all site collections", + "id": "65e50fdc-43b7-4915-933e-e8138f11f40a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", + "userConsentDisplayName": "Create, edit, and delete items and lists in all your site collections", + "value": "Sites.Manage.All" + }, + { + "description": "Allows the application to read documents and list items in all site collections on behalf of the signed-in user", + "displayName": "Read items in all site collections", + "id": "205e70e5-aba6-4c52-a976-6d2d46c48043", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allow the application to read documents and list items in all site collections on your behalf", + "userConsentDisplayName": "Read items in all site collections", + "value": "Sites.Read.All" + }, + { + "description": "Allows the application to edit or delete documents and list items in all site collections on behalf of the signed-in user.", + "displayName": "Edit or delete items in all site collections", + "id": "89fe6a52-be36-487e-b7d8-d061c450a026", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "userConsentDisplayName": "Edit or delete items in all site collections", + "value": "Sites.ReadWrite.All" + }, + { + "description": "Allows the app to be able to send emails from the user’s mailbox using the SMTP AUTH client submission protocol.", + "displayName": "Send emails from mailboxes using SMTP AUTH.", + "id": "258f6531-6087-4cc4-bb90-092c5fb3ed3f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to send emails on your behalf from your mailbox.", + "userConsentDisplayName": "Access to sending emails from your mailbox.", + "value": "SMTP.Send" + }, + { + "description": "Allows the app to read subject rights requests on behalf of the signed-in user", + "displayName": "Read subject rights requests", + "id": "9c3af74c-fd0f-4db4-b17a-71939e2a9d77", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read subject rights requests on your behalf.", + "userConsentDisplayName": "Read data subject requests", + "value": "SubjectRightsRequest.Read.All" + }, + { + "description": "Allows the app to read and write subject rights requests on behalf of the signed-in user", + "displayName": "Read and write subject rights requests", + "id": "2b8fcc74-bce1-4ae3-a0e8-60c53739299d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write subject rights requests on your behalf.", + "userConsentDisplayName": "Read and write data subject requests", + "value": "SubjectRightsRequest.ReadWrite.All" + }, + { + "description": "Allows the app to read all webhook subscriptions on behalf of the signed-in user.", + "displayName": "Read all webhook subscriptions ", + "id": "5f88184c-80bb-4d52-9ff2-757288b2e9b7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all webhook subscriptions on your behalf.", + "userConsentDisplayName": "Read all webhook subscriptions ", + "value": "Subscription.Read.All" + }, + { + "description": "Allows the app to read Azure AD synchronization information, on behalf of the signed-in user.", + "displayName": "Read all Azure AD synchronization data", + "id": "7aa02aeb-824f-4fbe-a3f7-611f751f5b55", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read Azure AD synchronization information, on your behalf.", + "userConsentDisplayName": "Read all Azure AD synchronization data", + "value": "Synchronization.Read.All" + }, + { + "description": "Allows the app to configure the Azure AD synchronization service, on behalf of the signed-in user.", + "displayName": "Read and write all Azure AD synchronization data", + "id": "7bb27fa3-ea8f-4d67-a916-87715b6188bd", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to configure the Azure AD synchronization service, on your behalf.", + "userConsentDisplayName": "Read and write all Azure AD synchronization data", + "value": "Synchronization.ReadWrite.All" + }, + { + "description": "Allows the app to upload bulk user data to the identity synchronization service, on behalf of the signed-in user.", + "displayName": "Upload user data to the identity synchronization service", + "id": "1a2e7420-4e92-4d2b-94cb-fb2952e9ddf7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to upload bulk user data to the identity synchronization service, on your behalf.", + "userConsentDisplayName": "Bulk upload user data to identity synchronization service", + "value": "SynchronizationData-User.Upload" + }, + { + "description": "Allows the app to read the signed-in user’s tasks and task lists, including any shared with the user. Doesn't include permission to create, delete, or update anything.", + "displayName": "Read user's tasks and task lists", + "id": "f45671fb-e0fe-4b4b-be20-3d3ce43f1bcb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "userConsentDisplayName": "Read your tasks and task lists", + "value": "Tasks.Read" + }, + { + "description": "Allows the app to read tasks a user has permissions to access, including their own and shared tasks.", + "displayName": "Read user and shared tasks", + "id": "88d21fd4-8e5a-4c32-b5e2-4a1c95f34f72", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read tasks you have permissions to access, including your own and shared tasks.", + "userConsentDisplayName": "Read your and shared tasks", + "value": "Tasks.Read.Shared" + }, + { + "description": "Allows the app to create, read, update, and delete the signed-in user's tasks and task lists, including any shared with the user.", + "displayName": "Create, read, update, and delete user’s tasks and task lists", + "id": "2219042f-cab5-40cc-b0d2-16b1540b4c5f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "userConsentDisplayName": "Create, read, update, and delete your tasks and task lists", + "value": "Tasks.ReadWrite" + }, + { + "description": "Allows the app to create, read, update, and delete tasks a user has permissions to, including their own and shared tasks.", + "displayName": "Read and write user and shared tasks", + "id": "c5ddf11b-c114-4886-8558-8a4e557cd52b", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update, create, and delete tasks you have permissions to access, including your own and shared tasks.", + "userConsentDisplayName": "Read and write to your and shared tasks", + "value": "Tasks.ReadWrite.Shared" + }, + { + "description": "Allows the app to create teams on behalf of the signed-in user.", + "displayName": "Create teams", + "id": "7825d5d6-6049-4ce7-bdf6-3b8d53f4bcd0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create teams on your behalf. ", + "userConsentDisplayName": "Create teams", + "value": "Team.Create" + }, + { + "description": "Read the names and descriptions of teams, on behalf of the signed-in user.", + "displayName": "Read the names and descriptions of teams", + "id": "485be79e-c497-4b35-9400-0e3fa7f2a5d4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read the names and descriptions of teams, on your behalf.", + "userConsentDisplayName": "Read the names and descriptions of teams", + "value": "Team.ReadBasic.All" + }, + { + "description": "Read the members of teams, on behalf of the signed-in user.", + "displayName": "Read the members of teams", + "id": "2497278c-d82d-46a2-b1ce-39d4cdde5570", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read the members of teams, on your behalf.", + "userConsentDisplayName": "Read the members of teams", + "value": "TeamMember.Read.All" + }, + { + "description": "Add and remove members from teams, on behalf of the signed-in user. Also allows changing a member's role, for example from owner to non-owner.", + "displayName": "Add and remove members from teams", + "id": "4a06efd2-f825-4e34-813e-82a57b03d1ee", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Add and remove members from teams, on your behalf. Also allows changing a member's role, for example from owner to non-owner.", + "userConsentDisplayName": "Add and remove members from teams and channels", + "value": "TeamMember.ReadWrite.All" + }, + { + "description": "Add and remove members from all teams, on behalf of the signed-in user. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.", + "displayName": "Add and remove members with non-owner role for all teams", + "id": "2104a4db-3a2f-4ea0-9dba-143d457dc666", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Add and remove members from all teams, on your behalf. Does not allow adding or removing a member with the owner role. Additionally, does not allow the app to elevate an existing member to the owner role.", + "userConsentDisplayName": "Add and remove members with non-owner role for all teams", + "value": "TeamMember.ReadWriteNonOwnerRole.All" + }, + { + "description": "Allows the app to read the signed-in user's teamwork activity feed.", + "displayName": "Read user's teamwork activity feed", + "id": "0e755559-83fb-4b44-91d0-4cc721b9323e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your teamwork activity feed.", + "userConsentDisplayName": "Read your teamwork activity feed", + "value": "TeamsActivity.Read" + }, + { + "description": "Allows the app to create new notifications in users' teamwork activity feeds on behalf of the signed in user. These notifications may not be discoverable or be held or governed by compliance policies.", + "displayName": "Send a teamwork activity as the user", + "id": "7ab1d787-bae7-4d5d-8db6-37ea32df9186", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create new activities in your teamwork activity feed, and send new activities to other users' activity feed, on your behalf.", + "userConsentDisplayName": "Send a teamwork activity", + "value": "TeamsActivity.Send" + }, + { + "description": "Allows the app to read the Teams apps that are installed in chats the signed-in user can access. Does not give the ability to read application-specific settings.", + "displayName": "Read installed Teams apps in chats", + "id": "bf3fbf03-f35f-4e93-963e-47e4d874c37a", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the Teams apps that are installed in chats that you can access. Does not give the ability to read application-specific settings.", + "userConsentDisplayName": "Read installed Teams apps in chats", + "value": "TeamsAppInstallation.ReadForChat" + }, + { + "description": "Allows the app to read the Teams apps that are installed in teams the signed-in user can access. Does not give the ability to read application-specific settings.", + "displayName": "Read installed Teams apps in teams", + "id": "5248dcb1-f83b-4ec3-9f4d-a4428a961a72", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.", + "userConsentDisplayName": "Read installed Teams apps in teams", + "value": "TeamsAppInstallation.ReadForTeam" + }, + { + "description": "Allows the app to read the Teams apps that are installed for the signed-in user. Does not give the ability to read application-specific settings.", + "displayName": "Read user's installed Teams apps", + "id": "c395395c-ff9a-4dba-bc1f-8372ba9dca84", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the Teams apps that are installed for you. Does not give the ability to read application-specific settings.", + "userConsentDisplayName": "Read your installed Teams apps", + "value": "TeamsAppInstallation.ReadForUser" + }, + { + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.", + "displayName": "Manage installed Teams apps in chats", + "id": "e1408a66-8f82-451b-a2f3-3c3e38f7413f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Gives the ability to manage permission grants for accessing those specific chats' data.", + "userConsentDisplayName": "Manage installation and permission grants of Teams apps in chats", + "value": "TeamsAppInstallation.ReadWriteAndConsentForChat" + }, + { + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "displayName": "Manage installed Teams apps in teams", + "id": "946349d5-2a9d-4535-abc0-7beeacaedd1d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "userConsentDisplayName": "Manage installation and permission grants of Teams apps in teams", + "value": "TeamsAppInstallation.ReadWriteAndConsentForTeam" + }, + { + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in user accounts, on behalf of the signed-in user. Gives the ability to manage permission grants for accessing those specific users' data.", + "displayName": "Manage installation and permission grants of Teams apps in users' personal scope", + "id": "2da62c49-dfbd-40df-ba16-fef3529d391c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps for your account, on your behalf. Gives the ability to manage permission grants for accessing your data.", + "userConsentDisplayName": "Manage installation and permission grants of Teams apps on your user account", + "value": "TeamsAppInstallation.ReadWriteAndConsentForUser" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.", + "displayName": "Allow the Teams app to manage itself and its permission grants in chats", + "id": "a0e0e18b-8fb2-458f-8130-da2d7cab9c75", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access, and manage its permission grants for accessing those specific chats' data.", + "userConsentDisplayName": "Allow the Teams app to manage itself and its permission grants in chats", + "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForChat" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "displayName": "Allow the Teams app to manage itself and its permission grants in teams", + "id": "4a6bbf29-a0e1-4a4d-a7d1-cef17f772975", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "userConsentDisplayName": "Allow the Teams app to manage itself and its permission grants in teams", + "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in user accounts, and manage its permission grants for accessing those specific users' data, on behalf of the signed-in user.", + "displayName": "Allow the Teams app to manage itself and its permission grants in user accounts", + "id": "7a349935-c54d-44ab-ab66-1b460d315be7", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in your account, and manage its permission grants for accessing your data, on your behalf.", + "userConsentDisplayName": "Allow the Teams app to manage itself and its permission grants on your user account", + "value": "TeamsAppInstallation.ReadWriteAndConsentSelfForUser" + }, + { + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats the signed-in user can access. Does not give the ability to read application-specific settings.", + "displayName": "Manage installed Teams apps in chats", + "id": "aa85bf13-d771-4d5d-a9e6-bca04ce44edf", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in chats you can access. Does not give the ability to read application-specific settings.", + "userConsentDisplayName": "Manage installed Teams apps in chats", + "value": "TeamsAppInstallation.ReadWriteForChat" + }, + { + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Does not give the ability to read application-specific settings.", + "displayName": "Manage installed Teams apps in teams", + "id": "2e25a044-2580-450d-8859-42eeb6e996c0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.", + "userConsentDisplayName": "Manage installed Teams apps in teams", + "value": "TeamsAppInstallation.ReadWriteForTeam" + }, + { + "description": "Allows the app to read, install, upgrade, and uninstall Teams apps installed for the signed-in user. Does not give the ability to read application-specific settings.", + "displayName": "Manage user's installed Teams apps", + "id": "093f8818-d05f-49b8-95bc-9d2a73e9a43c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps installed for you. Does not give the ability to read application-specific settings.", + "userConsentDisplayName": "Manage your installed Teams apps", + "value": "TeamsAppInstallation.ReadWriteForUser" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats the signed-in user can access.", + "displayName": "Allow the Teams app to manage itself in chats", + "id": "0ce33576-30e8-43b7-99e5-62f8569a4002", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in chats you can access.", + "userConsentDisplayName": "Allow the Teams app to manage itself in chats", + "value": "TeamsAppInstallation.ReadWriteSelfForChat" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams the signed-in user can access.", + "displayName": "Allow the app to manage itself in teams", + "id": "0f4595f7-64b1-4e13-81bc-11a249df07a9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", + "userConsentDisplayName": "Allow the Teams app to manage itself in teams", + "value": "TeamsAppInstallation.ReadWriteSelfForTeam" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall itself for the signed-in user.", + "displayName": "Allow the Teams app to manage itself for a user", + "id": "207e0cb1-3ce7-4922-b991-5a760c346ebc", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for you.", + "userConsentDisplayName": "Allow the Teams app to manage itself for you", + "value": "TeamsAppInstallation.ReadWriteSelfForUser" + }, + { + "description": "Read all teams' settings, on behalf of the signed-in user.", + "displayName": "Read teams' settings", + "id": "48638b3c-ad68-4383-8ac4-e6880ee6ca57", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read all teams' settings, on your behalf.", + "userConsentDisplayName": "Read teams' settings", + "value": "TeamSettings.Read.All" + }, + { + "description": "Read and change all teams' settings, on behalf of the signed-in user.", + "displayName": "Read and change teams' settings", + "id": "39d65650-9d3e-4223-80db-a335590d027e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read and change all teams' settings, on your behalf.", + "userConsentDisplayName": "Read and change teams' settings", + "value": "TeamSettings.ReadWrite.All" + }, + { + "description": "Allows the app to create tabs in any team in Microsoft Teams, on behalf of the signed-in user. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.", + "displayName": "Create tabs in Microsoft Teams.", + "id": "a9ff19c2-f369-4a95-9a25-ba9d460efc8e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create tabs in any team in Microsoft Teams, on your behalf. This does not grant the ability to read, modify or delete tabs after they are created, or give access to the content inside the tabs.", + "userConsentDisplayName": "Create tabs in Microsoft Teams.", + "value": "TeamsTab.Create" + }, + { + "description": "Read the names and settings of tabs inside any team in Microsoft Teams, on behalf of the signed-in user. This does not give access to the content inside the tabs.", + "displayName": "Read tabs in Microsoft Teams.", + "id": "59dacb05-e88d-4c13-a684-59f1afc8cc98", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read the names and settings of tabs inside any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.", + "userConsentDisplayName": "Read tabs in Microsoft Teams.", + "value": "TeamsTab.Read.All" + }, + { + "description": "Read and write tabs in any team in Microsoft Teams, on behalf of the signed-in user. This does not give access to the content inside the tabs.", + "displayName": "Read and write tabs in Microsoft Teams.", + "id": "b98bfd41-87c6-45cc-b104-e2de4f0dafb9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read and write tabs in any team in Microsoft Teams, on your behalf. This does not give access to the content inside the tabs.", + "userConsentDisplayName": "Read and write tabs in Microsoft Teams.", + "value": "TeamsTab.ReadWrite.All" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats the signed-in user can access.", + "displayName": "Allow the Teams app to manage all tabs in chats", + "id": "ee928332-e9c2-4747-b4a0-f8c164b68de6", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in chats you can access.", + "userConsentDisplayName": "Allow the Teams app to manage all tabs in chats", + "value": "TeamsTab.ReadWriteForChat" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams the signed-in user can access.", + "displayName": "Allow the Teams app to manage all tabs in teams", + "id": "c975dd04-a06e-4fbb-9704-62daad77bb49", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.", + "userConsentDisplayName": "Allow the app to manage all tabs in teams", + "value": "TeamsTab.ReadWriteForTeam" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for the signed-in user.", + "displayName": "Allow the Teams app to manage all tabs for a user", + "id": "c37c9b61-7762-4bff-a156-afc0005847a0", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs for you.", + "userConsentDisplayName": "Allow the Teams app to manage all tabs for you", + "value": "TeamsTab.ReadWriteForUser" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats the signed-in user can access.", + "displayName": "Allow the Teams app to manage only its own tabs in chats", + "id": "0c219d04-3abf-47f7-912d-5cca239e90e6", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in chats you can access.", + "userConsentDisplayName": "Allow the Teams app to manage only its own tabs in chats", + "value": "TeamsTab.ReadWriteSelfForChat" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams the signed-in user can access.", + "displayName": "Allow the Teams app to manage only its own tabs in teams", + "id": "f266662f-120a-4314-b26a-99b08617c7ef", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.", + "userConsentDisplayName": "Allow the Teams app to manage only its own tabs in teams", + "value": "TeamsTab.ReadWriteSelfForTeam" + }, + { + "description": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for the signed-in user.", + "displayName": "Allow the Teams app to manage only its own tabs for a user", + "id": "395dfec1-a0b9-465f-a783-8250a430cb8c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs for you.", + "userConsentDisplayName": "Allow the Teams app to manage only its own tabs for you", + "value": "TeamsTab.ReadWriteSelfForUser" + }, + { + "description": "Allows the app to read the available Teams templates, on behalf of the signed-in user.", + "displayName": "Read available Teams templates", + "id": "cd87405c-5792-4f15-92f7-debc0db6d1d6", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Read available Teams templates, on your behalf.", + "userConsentDisplayName": "Read available Teams templates", + "value": "TeamTemplates.Read" + }, + { + "description": "Allows the app to read the Teams app settings on behalf of the signed-in user.", + "displayName": "Read Teams app settings", + "id": "44e060c4-bbdc-4256-a0b9-dcc0396db368", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the Teams app settings on your behalf.", + "userConsentDisplayName": "Read Teams app settings", + "value": "TeamworkAppSettings.Read.All" + }, + { + "description": "Allows the app to read and write the Teams app settings on behalf of the signed-in user.", + "displayName": "Read and write Teams app settings", + "id": "87c556f0-2bd9-4eed-bd74-5dd8af6eaf7e", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the Teams app settings on your behalf.", + "userConsentDisplayName": "Read and write Teams app settings", + "value": "TeamworkAppSettings.ReadWrite.All" + }, + { + "description": "Allow the app to read the management data for Teams devices on behalf of the signed-in user.", + "displayName": "Read Teams devices", + "id": "b659488b-9d28-4208-b2be-1c6652b3c970", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allow the app to read the management data for Teams devices on your behalf.", + "userConsentDisplayName": "Read Teams devices", + "value": "TeamworkDevice.Read.All" + }, + { + "description": "Allow the app to read and write the management data for Teams devices on behalf of the signed-in user.", + "displayName": "Read and write Teams devices", + "id": "ddd97ecb-5c31-43db-a235-0ee20e635c40", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", + "userConsentDisplayName": "Read and write Teams devices", + "value": "TeamworkDevice.ReadWrite.All" + }, + { + "description": "Allows the app to read tags in Teams, on behalf of the signed-in user.", + "displayName": "Read tags in Teams", + "id": "57587d0b-8399-45be-b207-8050cec54575", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read tags in Teams, on your behalf.", + "userConsentDisplayName": "Read tags in Teams", + "value": "TeamworkTag.Read" + }, + { + "description": "Allows the app to read and write tags in Teams, on behalf of the signed-in user.", + "displayName": "Read and write tags in Teams", + "id": "539dabd7-b5b6-4117-b164-d60cd15a8671", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write tags in Teams, on your behalf.", + "userConsentDisplayName": "Read and write tags in Teams", + "value": "TeamworkTag.ReadWrite" + }, + { + "description": "Allows the app to read the term store data that the signed-in user has access to. This includes all sets, groups and terms in the term store.", + "displayName": "Read term store data", + "id": "297f747b-0005-475b-8fef-c890f5152b38", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.", + "userConsentDisplayName": "Read term store data", + "value": "TermStore.Read.All" + }, + { + "description": "Allows the app to read or modify data that the signed-in user has access to. This includes all sets, groups and terms in the term store.", + "displayName": "Read and write term store data", + "id": "6c37c71d-f50f-4bff-8fd3-8a41da390140", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read or modify data that you have access to. This includes all sets, groups and terms in the term store.", + "userConsentDisplayName": "Read and write term store data", + "value": "TermStore.ReadWrite.All" + }, + { + "description": "Allows an app to read your organization's threat assessment requests on behalf of the signed-in user. Also allows the app to create new requests to assess threats received by your organization on behalf of the signed-in user.", + "displayName": "Read and write threat assessment requests", + "id": "cac97e40-6730-457d-ad8d-4852fddab7ad", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows an app to read your organization's threat assessment requests on your behalf. Also allows the app to create new requests to assess threats received by your organization on your behalf.", + "userConsentDisplayName": "Read and write threat assessment requests", + "value": "ThreatAssessment.ReadWrite.All" + }, + { + "description": "Allows the app to run hunting queries, on behalf of the signed-in user.", + "displayName": "Run hunting queries", + "id": "b152eca8-ea73-4a48-8c98-1a6742673d99", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to run hunting queries that you can execute.", + "userConsentDisplayName": "Run hunting queries", + "value": "ThreatHunting.Read.All" + }, + { + "description": "Allows the app to read all the indicators for your organization, on behalf of the signed-in user.", + "displayName": "Read all threat indicators", + "id": "9cc427b4-2004-41c5-aa22-757b755e9796", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read all the indicators for your organization, on your behalf.", + "userConsentDisplayName": "Read all threat indicators", + "value": "ThreatIndicators.Read.All" + }, + { + "description": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on behalf of the signed-in user.  It cannot update any threat indicators it does not own.", + "displayName": "Manage threat indicators this app creates or owns", + "id": "91e7d36d-022a-490f-a748-f8e011357b42", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to create threat indicators, and fully manage those threat indicators (read, update and delete), on your behalf.  It cannot update any threat indicators that it is not an owner of.", + "userConsentDisplayName": "Manage threat indicators this app creates or owns", + "value": "ThreatIndicators.ReadWrite.OwnedBy" + }, + { + "description": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on behalf of the signed-in user.", + "displayName": "Read all threat intelligence information", + "id": "f266d9c0-ccb9-4fb8-a228-01ac0d8d6627", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read threat intelligence information, such as indicators, observations, and articles, on your behalf.", + "userConsentDisplayName": "Read threat intelligence Information", + "value": "ThreatIntelligence.Read.All" + }, + { + "description": "Allows the app to read the threat submissions and threat submission policies owned by the signed-in user.", + "displayName": "Read threat submissions", + "id": "fd5353c6-26dd-449f-a565-c4e16b9fce78", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the threat submissions and threat submission policies that you own on your behalf.", + "userConsentDisplayName": "Read threat submissions", + "value": "ThreatSubmission.Read" + }, + { + "description": "Allows the app to read your organization's threat submissions and threat submission policies on behalf of the signed-in user.", + "displayName": "Read all threat submissions", + "id": "7083913a-4966-44b6-9886-c5822a5fd910", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf.", + "userConsentDisplayName": "Read all threat submissions", + "value": "ThreatSubmission.Read.All" + }, + { + "description": "Allows the app to read the threat submissions and threat submission policies owned by the signed-in user. Also allows the app to create new threat submissions on behalf of the signed-in user.", + "displayName": "Read and write threat submissions", + "id": "68a3156e-46c9-443c-b85c-921397f082b5", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the threat submissions and threat submission policies that you own. Also allows the app to create new threat submissions on your behalf.", + "userConsentDisplayName": "Read and write threat submissions", + "value": "ThreatSubmission.ReadWrite" + }, + { + "description": "Allows the app to read your organization's threat submissions and threat submission policies on behalf of the signed-in user. Also allows the app to create new threat submissions on behalf of the signed-in user.", + "displayName": "Read and write all threat submissions", + "id": "8458e264-4eb9-4922-abe9-768d58f13c7f", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's threat submissions and threat submission policies on your behalf. Also allows the app to create new threat submissions on your behalf.", + "userConsentDisplayName": "Read and write all threat submissions", + "value": "ThreatSubmission.ReadWrite.All" + }, + { + "description": "Allows the app to read your organization's threat submission policies on behalf of the signed-in user. Also allows the app to create new threat submission policies on behalf of the signed-in user.", + "displayName": "Read and write all threat submission policies", + "id": "059e5840-5353-4c68-b1da-666a033fc5e8", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your organization's threat submission policies on your behalf. Also allows the app to create new threat submission policies on your behalf.", + "userConsentDisplayName": "Read and write all threat submission policies", + "value": "ThreatSubmissionPolicy.ReadWrite.All" + }, + { + "description": "Allows the app to read trust framework key set properties on behalf of the signed-in user.", + "displayName": "Read trust framework key sets", + "id": "7ad34336-f5b1-44ce-8682-31d7dfcd9ab9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read trust framework key sets, on your behalf.", + "userConsentDisplayName": "Read trust framework key sets", + "value": "TrustFrameworkKeySet.Read.All" + }, + { + "description": "Allows the app to read and write trust framework key set properties on behalf of the signed-in user.", + "displayName": "Read and write trust framework key sets", + "id": "39244520-1e7d-4b4a-aee0-57c65826e427", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read or write trust framework key sets, on your behalf.", + "userConsentDisplayName": "Read and write trust framework key sets", + "value": "TrustFrameworkKeySet.ReadWrite.All" + }, + { + "description": "Allows the app to read basic unified group properties, memberships and owners of the group the signed-in guest is a member of.", + "displayName": "Read unified group memberships as guest", + "id": "73e75199-7c3e-41bb-9357-167164dbb415", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read basic unified group properties, memberships and owners of the group you are a member of.", + "userConsentDisplayName": "Read unified group memberships as guest", + "value": "UnifiedGroupMember.Read.AsGuest" + }, + { + "description": "Allows the app to read the lifecycle information like employeeLeaveDateTime of users in your organization, on behalf of the signed-in user.", + "displayName": "Read all users' lifecycle information", + "id": "ed8d2a04-0374-41f1-aefe-da8ac87ccc87", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the lifecycle information like employeeLeaveDateTime of users in your organization, on behalf of the signed-in user.", + "userConsentDisplayName": "Read all users' lifecycle information", + "value": "User-LifeCycleInfo.Read.All" + }, + { + "description": "Allows the app to read and write the lifecycle information like employeeLeaveDateTime of users in your organization, on behalf of the signed-in user.", + "displayName": "Read and write all users' lifecycle information", + "id": "7ee7473e-bd4b-4c9f-987c-bd58481f5fa2", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the lifecycle information like employeeLeaveDateTime of users in your organization, on behalf of the signed-in user.", + "userConsentDisplayName": "Read and write all users' lifecycle information", + "value": "User-LifeCycleInfo.ReadWrite.All" + }, + { + "description": "Allows the app to enable and disable users' accounts, on behalf of the signed-in user.", + "displayName": "Enable and disable user accounts", + "id": "f92e74e7-2563-467f-9dd0-902688cb5863", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to enable and disable users' accounts, on your behalf.", + "userConsentDisplayName": "Enable and disable user accounts", + "value": "User.EnableDisableAccount.All" + }, + { + "description": "Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).", + "displayName": "Export user's data", + "id": "405a51b5-8d8d-430b-9842-8be4b0e9f324", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to export data (e.g. customer content or system-generated logs), associated with any user in your company, when the app is used by a privileged user (e.g. a Company Administrator).", + "userConsentDisplayName": "Export user's data", + "value": "User.Export.All" + }, + { + "description": "Allows the app to invite guest users to the organization, on behalf of the signed-in user.", + "displayName": "Invite guest users to the organization", + "id": "63dd7cd9-b489-4adf-a28c-ac38b9a0f962", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to invite guest users to the organization, on your behalf.", + "userConsentDisplayName": "Invite guest users to the organization", + "value": "User.Invite.All" + }, + { + "description": "Allows the app to read, update and delete identities that are associated with a user's account that the signed-in user has access to. This controls the identities users can sign-in with.", + "displayName": "Manage user identities", + "id": "637d7bec-b31e-4deb-acc9-24275642a2c9", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read, update and delete identities that are associated with a user's account that you have access to. This controls the identities users can sign-in with.", + "userConsentDisplayName": "Manage user identities", + "value": "User.ManageIdentities.All" + }, + { + "description": "Allows users to sign-in to the app, and allows the app to read the profile of signed-in users. It also allows the app to read basic company information of signed-in users.", + "displayName": "Sign in and read user profile", + "id": "e1fe6dd8-ba31-4d61-89e7-88639da4683d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "userConsentDisplayName": "Sign you in and read your profile", + "value": "User.Read" + }, + { + "description": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.", + "displayName": "Read all users' full profiles", + "id": "a154be20-db9c-4678-8ab7-66f6cc099a59", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "userConsentDisplayName": "Read all users' full profiles", + "value": "User.Read.All" + }, + { + "description": "Allows the app to read a basic set of profile properties of other users in your organization on behalf of the signed-in user. This includes display name, first and last name, email address and photo.", + "displayName": "Read all users' basic profiles", + "id": "b340eb25-3456-403f-be2f-af7a0d370277", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "userConsentDisplayName": "Read all users' basic profiles", + "value": "User.ReadBasic.All" + }, + { + "description": "Allows the app to read your profile. It also allows the app to update your profile information on your behalf.", + "displayName": "Read and write access to user profile", + "id": "b4e74841-8e56-480b-be8b-910348b18b4c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "userConsentDisplayName": "Read and update your profile", + "value": "User.ReadWrite" + }, + { + "description": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on behalf of the signed-in user.", + "displayName": "Read and write all users' full profiles", + "id": "204e0828-b5ca-4ad8-b9f3-f32a958e7cc4", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "userConsentDisplayName": "Read and write all users' full profiles", + "value": "User.ReadWrite.All" + }, + { + "description": "Allows the app to read and report the signed-in user's activity in the app.", + "displayName": "Read and write app activity to users' activity feed", + "id": "47607519-5fb1-47d9-99c7-da4b48f369b1", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and report your activity in the app.", + "userConsentDisplayName": "Read and write app activity to your activity feed", + "value": "UserActivity.ReadWrite.CreatedByApp" + }, + { + "description": "Allows the app to read the signed-in user's authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like the signed-in user's passwords, or to sign-in or otherwise use the signed-in user's authentication methods.", + "displayName": "Read user authentication methods.", + "id": "1f6b61c5-2f65-4135-9c9f-31c0f8d32b52", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "userConsentDisplayName": "Read your authentication methods.", + "value": "UserAuthenticationMethod.Read" + }, + { + "description": "Allows the app to read authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "displayName": "Read all users' authentication methods", + "id": "aec28ec7-4d02-4e8c-b864-50163aea77eb", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "userConsentDisplayName": "Read all users' authentication methods", + "value": "UserAuthenticationMethod.Read.All" + }, + { + "description": "Allows the app to read and write the signed-in user's authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like the signed-in user's passwords, or to sign-in or otherwise use the signed-in user's authentication methods. ", + "displayName": "Read and write user authentication methods", + "id": "48971fc1-70d7-4245-af77-0beb29b53ee2", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "userConsentDisplayName": "Read and write your authentication methods", + "value": "UserAuthenticationMethod.ReadWrite" + }, + { + "description": " Allows the app to read and write authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "displayName": "Read and write all users' authentication methods.", + "id": "b7887744-6746-4312-813d-72daeaee7e2d", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "userConsentDisplayName": "Read and write all users' authentication methods", + "value": "UserAuthenticationMethod.ReadWrite.All" + }, + { + "description": "Allows the app to send, read, update and delete user’s notifications.", + "displayName": "Deliver and manage user's notifications", + "id": "26e2f3e8-b2a1-47fc-9620-89bb5b042024", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to send, read, update and delete your app-specific notifications.", + "userConsentDisplayName": "Deliver and manage your notifications", + "value": "UserNotification.ReadWrite.CreatedByApp" + }, + { + "description": "Allows the app to report the signed-in user's app activity information to Microsoft Timeline.", + "displayName": "Write app activity to users' timeline", + "id": "367492fc-594d-4972-a9b5-0d58c622c91c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to report your app activity information to Microsoft Timeline.", + "userConsentDisplayName": "Write app activity to your timeline", + "value": "UserTimelineActivity.Write.CreatedByApp" + }, + { + "description": "Allows an application to read virtual appointments for the signed-in user. Only an organizer or participant user can read their virtual appointments.  ", + "displayName": "Read a user's virtual appointments", + "id": "27470298-d3b8-4b9c-aad4-6334312a3eac", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read virtual appointments on your behalf.  ", + "userConsentDisplayName": "Read your virtual appointments ", + "value": "VirtualAppointment.Read" + }, + { + "description": "Allows an application to read and write virtual appointments for the signed-in user. Only an organizer or participant user can read and write their virtual appointments. ", + "displayName": "Read and write a user's virtual appointments  ", + "id": "2ccc2926-a528-4b17-b8bb-860eed29d64c", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write virtual appointments on your behalf.  ", + "userConsentDisplayName": "Read and write your virtual appointments", + "value": "VirtualAppointment.ReadWrite" + }, + { + "description": "Allows the app to read virtual events created by the you", + "displayName": "Read your virtual events", + "id": "6b616635-ae58-433a-a918-8c45e4f304dc", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read virtual events created by the you", + "userConsentDisplayName": "Read your virtual events", + "value": "VirtualEvent.Read" + }, + { + "description": "Allows the app to read and write all Windows update deployment settings for the organization on behalf of the signed-in user.", + "displayName": "Read and write all Windows update deployment settings", + "id": "11776c0c-6138-4db3-a668-ee621bea2555", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", + "userConsentDisplayName": "Read and write all Windows update deployment settings", + "value": "WindowsUpdates.ReadWrite.All" + }, + { + "description": "Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on behalf of the signed-in user.", + "displayName": "Read workforce integrations", + "id": "f1ccd5a7-6383-466a-8db8-1a656f7d06fa", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to read workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", + "userConsentDisplayName": "Read workforce integrations", + "value": "WorkforceIntegration.Read.All" + }, + { + "description": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on behalf of the signed-in user.", + "displayName": "Read and write workforce integrations", + "id": "08c4b377-0d23-4a8b-be2a-23c1c1d88545", + "isEnabled": true, + "origin": "Delegated", + "userConsentDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", + "userConsentDisplayName": "Read and write workforce integrations", + "value": "WorkforceIntegration.ReadWrite.All" + }, + { + "description": "Read and Modify Tenant-Acquired Telephone Number Details", + "displayName": "Read and Modify Tenant-Acquired Telephone Number Details", + "id": "424b07a8-1209-4d17-9fe4-9018a93a1024", + "isEnabled": true, + "Origin": "Delegated", + "userConsentDescription": "Allows the app to read and modify your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.", + "userConsentDisplayName": "Allows the app to read and modify your tenant's acquired telephone number details on behalf of the signed-in admin user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.", + "value": "TeamsTelephoneNumber.ReadWrite.All" + }, + { + "description": "Read and Modify Tenant-Acquired Telephone Number Details", + "displayName": "Read and Modify Tenant-Acquired Telephone Number Details", + "id": "0a42382f-155c-4eb1-9bdc-21548ccaa387", + "isEnabled": true, + "Origin": "Application", + "userConsentDescription": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.", + "userConsentDisplayName": "Allows the app to read your tenant's acquired telephone number details, without a signed-in user. Acquired telephone numbers may include attributes related to assigned object, emergency location, network site, etc.", + "value": "TeamsTelephoneNumber.ReadWrite.All" + } +] diff --git a/public/reportImages/board.jpg b/public/reportImages/board.jpg new file mode 100644 index 000000000000..05c3e51ddc34 Binary files /dev/null and b/public/reportImages/board.jpg differ diff --git a/public/reportImages/city.jpg b/public/reportImages/city.jpg new file mode 100644 index 000000000000..155439cf30f2 Binary files /dev/null and b/public/reportImages/city.jpg differ diff --git a/public/reportImages/glasses.jpg b/public/reportImages/glasses.jpg new file mode 100644 index 000000000000..b41d200ea650 Binary files /dev/null and b/public/reportImages/glasses.jpg differ diff --git a/public/reportImages/laptop.jpg b/public/reportImages/laptop.jpg new file mode 100644 index 000000000000..31a14fc4383e Binary files /dev/null and b/public/reportImages/laptop.jpg differ diff --git a/public/reportImages/soc.jpg b/public/reportImages/soc.jpg new file mode 100644 index 000000000000..f8da4eba5139 Binary files /dev/null and b/public/reportImages/soc.jpg differ diff --git a/public/reportImages/working.jpg b/public/reportImages/working.jpg new file mode 100644 index 000000000000..c979c21b1ea0 Binary files /dev/null and b/public/reportImages/working.jpg differ diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 000000000000..e9e57dc4d41b --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg deleted file mode 100644 index 372cf4e79eb9..000000000000 --- a/public/safari-pinned-tab.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - -Created by potrace 1.14, written by Peter Selinger 2001-2017 - - - - - - - - diff --git a/public/secureScore.json b/public/secureScore.json new file mode 100644 index 000000000000..3e59bbd95d5d --- /dev/null +++ b/public/secureScore.json @@ -0,0 +1,3421 @@ +[ + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_admin_accounts_separate_unassigned_cloud_only", + "title": "Ensure Administrative accounts are separate and cloud-only" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": null, + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_admin_consent_workflow", + "title": "Ensure the admin consent workflow is enabled" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_custom_banned_passwords", + "title": "Ensure custom banned passwords lists are used" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_limited_administrative_roles", + "title": "Ensure \u0027Microsoft Azure Management\u0027 is limited to administrative roles" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_linkedin_connection_disables", + "title": "Ensure \u0027LinkedIn account connections\u0027 is disabled" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_managed_approved_public_groups_only", + "title": "Ensure that only organizationally managed/approved public groups exist" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_password_protection", + "title": "Ensure password protection is enabled for on-prem Active Directory" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_phishing_MFA_strength", + "title": "Ensure \u0027Phishing-resistant MFA strength\u0027 is required for Administrators" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": null, + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_sign_in_freq_session_timeout", + "title": "Ensure Sign-in frequency is enabled and browser sessions are not persistent for Administrative users" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": null, + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "aad_third_party_apps", + "title": "Ensure third party integrated applications are not allowed" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_AccountsWithNonDefaultPrimaryGroup", + "title": "Accounts with non-default Primary Group ID" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_AccountWithLeakedCredentials", + "title": "Change password for accounts with leaked credentials" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_AdAccountWithPotentiallyLeakedCredentials", + "title": "Change password for on-prem account with potentially leaked credentials" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSCertificateTemplateArbitraryAppPolicies", + "title": "Prevent Certificate Enrollment with arbitrary Application Policies (ESC15)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSCertificateTemplateEnrolementSuppliesSubject", + "title": "Prevent users to request a certificate valid for arbitrary users based on the certificate template (ESC1)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_AdcsComputersWithNoMdiSensorInstalled", + "title": "Install Defender for Identity Sensor on ADCS servers " + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSInsecureCertificateEnrollmentIisEndpoints", + "title": "Edit insecure certificate enrollment IIS endpoints (ESC8)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSMisconfiguredCertificateAuthorityAcl", + "title": "Edit misconfigured Certificate Authority ACL (ESC7)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSMisconfiguredCertificateTemplateAcl", + "title": "Edit misconfigured certificate templates ACL (ESC4)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSMisconfiguredCertificateTemplateEku", + "title": "Edit overly permissive Certificate Template with privileged EKU (Any purpose EKU or No EKU) (ESC2)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSMisconfiguredCertificateTemplateEnrollmentAgent", + "title": "Edit misconfigured enrollment agent certificate template (ESC3)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSMisconfiguredCertificateTemplateOwner", + "title": "Edit misconfigured certificate templates owner (ESC4)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSMisconfiguredRpcEnrollmentSigning", + "title": "Enforce encryption for RPC certificate enrollment interface (ESC8)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ADCSSanSpecifiedByUserEnabled", + "title": "Edit vulnerable Certificate Authority setting (ESC6)" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_AdfsComputersWithNoMdiSensorInstalled", + "title": "Install Defender for Identity Sensor on ADFS servers " + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_AdminSDHolder", + "title": "Remove access rights on suspicious accounts with the Admin SDHolder permission" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_AzureSsoAccountOldPasswords", + "title": "Change password for Entra seamless SSO account" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_BuiltinAdministratorAccountWithOldPassword", + "title": "Change password of built-in domain Administrator account" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_BuiltinGuestAccountIsEnabled", + "title": "Built-in Active Directory Guest account is enabled" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_BuiltinKrbtgtAccountWithOldPassword", + "title": "Change password for krbtgt account" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ClearText", + "title": "Stop clear text credentials exposure" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_CyberArk_DormantPriviledgedAccounts", + "title": "Remove stale CyberArk Identity privileged accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_CyberArk_HighNumberOfPriviledgedIdentityAccounts", + "title": "High number of CyberArk Identity accounts with a privileged role assigned" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_CyberArk_HighNumberOfSystemAdmins", + "title": "Limit the number of CyberArk Identity accounts with system admin role" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_CyberArk_MFAforPriviledgedUserAccounts", + "title": "Assign multi-factor authentication for CyberArk Identity privileged user accounts " + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_CyberArk_PriviledgedUserAccountsWithOldPasswords", + "title": "Change password for CyberArk Identity privileged User accounts " + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_DefenderForIdentityIsNotInstalled", + "title": "Start your Defender for Identity deployment, installing Sensors on Domain Controllers and other eligible servers." + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_DnsAdminsGroupWithUnsafePermissions", + "title": "Unsafe permissions on the DnsAdmins group" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_DomainControllerLocalUsers", + "title": "Remove local admins on identity assets" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_DomainControllersWithOldPassword", + "title": "Change Domain Controller computer account old password" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_DormantAccounts", + "title": "Remove dormant accounts from sensitive groups" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_EntraConnectAccountsOldPasswords", + "title": "Rotate password for Entra Connect AD DS Connector account" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_EntraConnectAccountsWithConnectorAccountAsDefaultAdmin", + "title": "Replace Enterprise or Domain Admin account for Entra Connect AD DS Connector account" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_EntraConnectAccountUnnecessaryReplicationPermission", + "title": "Remove unnecessary replication permissions for Entra Connect AD DS Connector Account" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_EntraConnectComputersWithNoMdiSensorInstalled", + "title": "Install Defender for Identity Sensor on Entra Connect servers" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_EntraConnectSensitiveAccountsWithUnsafePermissions", + "title": "Remove unsafe permissions on sensitive Entra Connect accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_ExposedPasswordsInADAttributes", + "title": "Remove discoverable passwords in Active Directory account attributes" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_GroupManagedServiceAccountWithUnrecommendedPasswordChangeInterval", + "title": "Set a valid password rotation interval for gMSA" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_GroupPolicyAbnormalModificationAssignment", + "title": "GPO can be modified by unprivileged accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_GroupPolicyAssignsUnprivilegedIdentitiesToElevatedLocalGroups", + "title": "GPO assigns unprivileged identities to local groups with elevated privileges" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_GroupPolicyPasswordInPreferences", + "title": "Reversible passwords found in GPOs" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_HoneyToken", + "title": "Set a honeytoken account" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_InactiveServiceAccounts", + "title": "Remove stale service accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_KerberosDelegations", + "title": "Modify unsecure Kerberos delegations to prevent impersonation" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "high", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_NonAdminDCSyncAccounts", + "title": "Remove non-admin accounts with DCSync permissions " + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Okta_Dormant", + "title": "Remove dormant Okta privileged accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Okta_HighNumberOfNonSuperAdminPrivilegedUserAccounts", + "title": "High number of Okta accounts with privileged role assigned" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Okta_HighNumberOfSuperAdmins", + "title": "Limit the Number of Okta Super Admins Accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Okta_SensitiveAccountWithOldPassword", + "title": "Change password for Okta privileged User accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Okta_SensitiveAccountWithoutFactorsAssigned", + "title": "Assign multi-factor authentication for Okta privileged user accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Okta_SensitiveApiToken", + "title": "Highly Privileged Okta Api Token" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_PathRisk", + "title": "Reduce lateral movement path risk to sensitive entities" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Ping_Dormant", + "title": "Remove stale PingOne privileged accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Ping_HighNumberOfNonSuperAdminPrivilegedUserAccounts", + "title": "High number of PingOne accounts with a privileged role assigned" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Ping_HighNumberOfSuperAdmins", + "title": "Limit the number of PingOne accounts with organization admin role" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Ping_SensitiveAccountWithOldPassword", + "title": "Change password for PingOne privileged User accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Ping_SensitiveAccountWithoutFactorsAssigned", + "title": "Assign multi-factor authentication for PingOne privileged user accounts" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_PrintSpooler", + "title": "Disable Print spooler service on domain controllers" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_PrivilegedAccountsWithDelegationAllowed", + "title": "Ensure privileged accounts are not delegated" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_PwdLAPS", + "title": "Protect and manage local admin passwords with Microsoft LAPS" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Sensor", + "title": "Install Defender for Identity Sensor on all Domain Controllers" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_SIDHistory", + "title": "Remove unsecure SID history attributes from entities" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "Medium", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_SingleManagedServiceAccountsWithOldPassword", + "title": "Rotate old password for sMSA and set up valid rotation interval in the GPO" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_UnsecureAccount", + "title": "Resolve unsecure account attributes" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_UnsecureDomain", + "title": "Resolve unsecure domain configurations" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_Vpn", + "title": "Configure VPN integration" + }, + { + "service": "Azure ATP", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AATP_WeakCipher", + "title": "Stop weak cipher usage" + }, + { + "service": "Admincenter", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "admincenter_owned_apps_and_services", + "title": "Ensure \u0027User owned apps and services\u0027 is restricted" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AdminMFAV2", + "title": "Ensure multifactor authentication is enabled for all users in administrative roles" + }, + { + "service": "AppG", + "tier": "Core", + "userImpact": "moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AppG_regulate_access_to_sensitive_data", + "title": "Regulate cloud app access to sensitive data" + }, + { + "service": "AppG", + "tier": "Core", + "userImpact": "moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "AppG_unusual_activity_with_priority_account", + "title": "Regulate apps with priority account consent" + }, + { + "service": "AzureAD", + "tier": "Advanced", + "userImpact": "Moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "BlockLegacyAuthentication", + "title": "Enable Conditional Access policies to block legacy authentication" + }, + { + "service": "EXO", + "tier": "Advanced", + "userImpact": "Moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "CustomerLockBoxEnabled", + "title": "Ensure the customer lockbox feature is enabled" + }, + { + "service": "MIP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "dlp_datalossprevention", + "title": "Ensure DLP policies are enabled" + }, + { + "service": "EXO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "exo_individualsharing", + "title": "Ensure \u0027External sharing\u0027 of calendars is not available" + }, + { + "service": "EXO", + "tier": "Core", + "userImpact": null, + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "exo_mailboxaudit", + "title": "Ensure mailbox auditing for all users is Enabled" + }, + { + "service": "EXO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "exo_mailtipsenabled", + "title": "Ensure MailTips are enabled for end users" + }, + { + "service": "EXO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "exo_oauth2clientprofileenabled", + "title": "Ensure modern authentication for Exchange Online is enabled" + }, + { + "service": "EXO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "exo_outlookaddins", + "title": "Ensure users installing Outlook add-ins is not allowed" + }, + { + "service": "EXO", + "tier": "Core", + "userImpact": null, + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "exo_SPF_records_for_all_domains", + "title": "Ensure that SPF records are published for all Exchange Domains" + }, + { + "service": "EXO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "exo_storageproviderrestricted", + "title": "Ensure additional storage providers are restricted in Outlook on the web" + }, + { + "service": "EXO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "exo_transportrulesallowlistdomains", + "title": "Ensure Spam confidence level (SCL) is configured in mail transport rules with specific domains" + }, + { + "service": "FORMS", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "forms_phishing_protection", + "title": "Ensure internal phishing protection for Forms is enabled" + }, + { + "service": "AzureAD", + "tier": "Defense In Depth", + "userImpact": "Moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "IntegratedApps", + "title": "Ensure user consent to apps accessing company data on their behalf is not allowed" + }, + { + "service": "MCAS", + "tier": "Core", + "userImpact": null, + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mcas_mda_enabled", + "title": "Ensure Microsoft Defender for Cloud Apps is enabled and configured" + }, + { + "service": "MCAS", + "tier": "Advanced", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "McasFirewallLogUpload", + "title": "Deploy a log collector to discover shadow IT activity" + }, + { + "service": "MDA_Atlassian", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Atlassian_EnableTwoFactorAuth", + "title": "Enable multi-factor authentication (MFA)" + }, + { + "service": "MDA_Atlassian", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Atlassian_ForceSSO", + "title": "Enable Single Sing On (SSO)" + }, + { + "service": "MDA_Atlassian", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Atlassian_InactiveTimeoutMins", + "title": "Enable session timeout for web users" + }, + { + "service": "MDA_Atlassian", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Atlassian_mobile_access", + "title": "Atlassian mobile app security - App access requirement" + }, + { + "service": "MDA_Atlassian", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Atlassian_mobile_dataprotection", + "title": "Atlassian mobile app security - App data protection" + }, + { + "service": "MDA_Atlassian", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Atlassian_mobile_UsersAffected", + "title": "Atlassian mobile app security - Users that are affected by policies" + }, + { + "service": "MDA_Atlassian", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Atlassian_passwordExpiry", + "title": "Enable Password expiration policies" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_EnableTwoFactorAuth", + "title": "Enable multi-factor authentication (MFA)" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_ForceSSO", + "title": "Enable Single Sign on (SSO)" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_InactiveTimeoutMins", + "title": "Enable session timeout for web users" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_LoginFailLockoutSecs", + "title": "Enhance \u0027login maximum attempts\u0027 - Lockout timer" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_LoginFailMaxAttempts", + "title": "Enhance \u0027login maximum attempts\u0027 - Number of attempts" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_MinimumLength", + "title": "Enable password minimum length" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_MinimumNumeric", + "title": "Enable password minimum numeric characters" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_MinimumSpecialCharacters", + "title": "Enable password minimum special characters" + }, + { + "service": "MDA_CitrixSF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_CitrixSF_PasswordMaxAgeDays", + "title": "Enable password expiration policies" + }, + { + "service": "MDA_DocuSign", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_DocuSign_EnhancedPassword", + "title": "Enhance password requirements" + }, + { + "service": "MDA_DocuSign", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_DocuSign_PasswordExpires", + "title": "Password expiry requirements" + }, + { + "service": "MDA_DocuSign", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_DocuSign_SessionTimeout", + "title": "Enable session timeout for web users" + }, + { + "service": "MDA_Dropbox", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Dropbox_InactiveTimeoutMins", + "title": "Enable web session timeout for web users" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_DependencyInsights", + "title": "Disable \u0027Allow members to view dependency insights\u0027" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_EmailNotificationRestrictedToVerifiedOrApprovedDomains", + "title": "Enabled \u0027email notification delivery for this enterprise is restricted to verified or approved domains\u0027" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_IPallowListConfigurationForOrgResources", + "title": "Enforce IP allow list configuration for org resources" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_OutsideCollabInvitation", + "title": "Disable \u0027Allow repository administrators to invite outside collaborators to repositories for this organization" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_PrivateRepositoryForkingSetting", + "title": "Disable private repository forking" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_PublicRepoCreation", + "title": "Disable \u0027Members will be able to create public repositories, visible to anyone\u0027" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_RepoTransferOrDeletion", + "title": "Disable \u0027members with admin permissions for repositories can delete or transfer repositories\u0027" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_RepoVisibility_change", + "title": "Disable \u0027Allow members to change repository visibilities for this organization\u0027" + }, + { + "service": "MDA_GitHub", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_GitHub_SAML", + "title": "Enable single sign on (SSO)" + }, + { + "service": "MDA_Google", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Google_EnableTwoFactorAuth", + "title": "Enable multi-factor authentication (MFA)" + }, + { + "service": "MDA_NetDocuments", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_NetDocuments_SSO", + "title": "Adopt SSO (Single sign on) in netDocuments" + }, + { + "service": "MDA_Okta", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Okta_EnhancedPassword", + "title": "Enhance password requirements" + }, + { + "service": "MDA_Okta", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Okta_MFA", + "title": "Enable multi-factor authentication" + }, + { + "service": "MDA_Okta", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Okta_PasswordExpires", + "title": "Password expiry requirements" + }, + { + "service": "MDA_Okta", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Okta_SessionTimeout", + "title": "Enable session timeout for web users" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_disableProtocolSecurity", + "title": "Remote Site" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableAdminLoginAsAnyUser", + "title": "Disable Administrators Can Log In As Any User" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableCacheAndAutocomplete", + "title": "Disable Caching and Autocomplete on Login Page via Session settings" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableClickjackNonsetupSFDC", + "title": "Enable clickjack protection for non-Setup for Salesforce pages" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableClickjackNonsetupUser", + "title": "Enable clickjack protection for customer VisualForce pages with standard headers" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableClickjackNonsetupUserHeaderless", + "title": "Enable clickjack protection for customer VisualForce pages with headers disabled" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableClickjackSetup", + "title": "Enable clickjack protection for Setup pages" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableContentSniffingProtection", + "title": "Enable Content Sniffing protection" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableCSPOnEmail", + "title": "Enable Content Security Policy protection for email templates" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableCSRFOnGet", + "title": "Enable CSRF protection on GET requests on non-setup pages" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableCSRFOnPost", + "title": "Enable CSRF protection on POST requests on non-setup pages" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableMultipleSamlConfigs", + "title": "Require identity verification during multi-factor authentication (MFA) registration" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enableSMSIdentity", + "title": "Let users verify their identity by text (SMS)" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_enforceIpRangesEveryRequest", + "title": "Enforce login IP ranges on every request" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_forceLogoutOnSessionTimeout", + "title": "Force logout on session timeout" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_forceRelogin", + "title": "Force (admin) relogin after Login-As-User" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_identityConfirmationOnEmailChange", + "title": "Require identity verification for change of email address" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_lockSessionsToDomain", + "title": "Lock sessions to the domain in which they were first used" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_maxLoginAttempts", + "title": "Maximum invalid login attempts" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_minimumPasswordLifetime", + "title": "Require a minimum 1 day password lifetime" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_password_complexity", + "title": "Password complexity requirement" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_password_expiration", + "title": "User passwords expire in 90 days or less" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_password_historyRestriction", + "title": "Enforce password history" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_password_lockoutInterval", + "title": "Lockout effective period" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_password_minimumPasswordLength", + "title": "Minimum password length" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_password_obscureSecretAnswer", + "title": "Obscure secret answer for password resets" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_password_questionRestriction", + "title": "Password question requirement" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_password_sessionTimeout", + "title": "Session timeout" + }, + { + "service": "MDA_SF", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SF_requireHttpOnly", + "title": "Require HttpOnly attribute" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_authenticateMultifactor", + "title": "Enable multi-factor authentication" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_authRequiredJson2", + "title": "Enable enforcing JSONv2 requests with basic authorization" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_authRequiredSOAP", + "title": "Enable enforcing SOAP requests with basic authorization" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_authRequiredUnl", + "title": "Enable unload request authorization" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_cauthRequiredScriptedProcessor", + "title": "Enable script request authorization" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_concourseOnmessageEnforceSameOrigin", + "title": "Enable URL allow list for cross-origin iframe communication" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_enablePasswordPolicy", + "title": "Enable Password Reset Policy Checks" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_highSecurity", + "title": "Enable high security plugin" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_httpCacheControl", + "title": "Set default cache-control HTTP header value to private" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_loginNoBlankPassword", + "title": "Disable password-less authentication" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_roleManagement", + "title": "Enable Contextual Security: Role Management plugin" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_scriptCcsiIsPublic", + "title": "Set client-callable script includes to private" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_scriptSecureAjaxgliderecord", + "title": "Apply access control rule (ACL) validation when server-side records are accessed using GlideAjax APIs within a client script" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_scriptUseSandbox", + "title": "Enable client generated scripts sandbox" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_smDefaultMode", + "title": "Enable default deny with new ACL rules" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_sncUserLockoutCheck", + "title": "Enable managing failed login attempts" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_soapRequireContentTypeXml", + "title": "Enable SOAP content type checking" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_soapStrictSecurity", + "title": "Enable SOAP request strict security" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_systemSecurity", + "title": "Activate security jump start (ACL rules) plugin" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_uiSessionTimeout", + "title": "Enable session activity timeout" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_useCsrfToken", + "title": "Enable anti-CSRF token" + }, + { + "service": "MDA_SNOW", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_SNOW_userCookieMaxLifeSpanInDays", + "title": "Enable absolute session timeout" + }, + { + "service": "MDA_Workplace", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Workplace_SSO", + "title": "Adopt SSO (Single sign on) in Workplace by Meta" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_AdminPassChange", + "title": "Block admins to set passwords" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_BlockAccountAssumption", + "title": "Block account assumption" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_bypassIPrestrictions", + "title": "Block customers to bypass IP restrictions" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_EmailNotificationsforPassChange", + "title": "Send a notification on password change for admins, agents, and end users" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_enableapp", + "title": "Admins and agents can use the Zendesk Support mobile app" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_IPrestrictions", + "title": "Enable IP restrictions" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_MFA", + "title": "Enable and adopt two-factor authentication (2FA)" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_sessionexpiry", + "title": "Enable session timeout for users" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_SSO", + "title": "Enable external Authentication (google or microsoft or SSO)" + }, + { + "service": "MDA_Zendesk", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zendesk_ZanAuth", + "title": "Enable Zendesk authentication" + }, + { + "service": "MDA_Zoom", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zoom_BlockDomains", + "title": "Block users in specific domains from joining meetings and webinars" + }, + { + "service": "MDA_Zoom", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zoom_MeetingE2eEncryption", + "title": "Enforce end to end encryption in all Zoom meetings" + }, + { + "service": "MDA_Zoom", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zoom_MFA", + "title": "Enable multi-factor authentication" + }, + { + "service": "MDA_Zoom", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zoom_PasswordReq", + "title": "Enhance password requirements" + }, + { + "service": "MDA_Zoom", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zoom_SessionTimeoutClient", + "title": "Enable session timeout for client users" + }, + { + "service": "MDA_Zoom", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MDA_Zoom_SessionTimeoutWeb", + "title": "Enable session timeout for web users" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_allowedsenderscombined", + "title": "Ensure that no sender domains are allowed for anti-spam policies" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_antiphishingpolicies", + "title": "Ensure that an anti-phishing policy has been created" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_atpprotection", + "title": "Turn on Microsoft Defender for Office 365 in SharePoint, OneDrive, and Microsoft Teams" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_autoforwardingmode", + "title": "Set automatic email forwarding rules to be system controlled" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_blockmailforward", + "title": "Ensure all forms of mail forwarding are blocked and/or disabled" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_bulkspamaction", + "title": "Set action to take on bulk spam detection" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_bulkthreshold", + "title": "Set the email bulk complaint level (BCL) threshold to be 6 or lower" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_commonattachmentsfilter", + "title": "Ensure the Common Attachment Types Filter is enabled" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_connectionfilter", + "title": "Don\u0027t add allowed IP addresses in the connection filter policy " + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_enabledomainstoprotect", + "title": "Enable impersonated domain protection" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_enablemailboxintelligence", + "title": "Ensure that mailbox intelligence is enabled" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_highconfidencephishaction", + "title": "Set action to take on high confidence phishing detection" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_highconfidencespamaction", + "title": "Set action to take on high confidence spam detection" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_mailboxintelligenceprotection", + "title": "Ensure that intelligence for impersonation protection is enabled" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_mailboxintelligenceprotectionaction", + "title": "Move messages that are detected as impersonated users by mailbox intelligence" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_phishthresholdlevel", + "title": "Set the phishing email level threshold at 2 or higher" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_phisspamacation", + "title": "Set action to take on phishing detection" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_quarantineretentionperiod", + "title": "Retain spam in quarantine for 30 days" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_recipientexternallimitperhour", + "title": "Set maximum number of external recipients that a user can email per hour" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_recipientinternallimitperhour", + "title": "Set maximum number of internal recipients that a user can send to within an hour" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_recipientlimitperday", + "title": "Set a daily message limit" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_safeattachmentpolicy", + "title": "Ensure Safe Attachments policy is enabled" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_safeattachments", + "title": "Turn on Safe Attachments in block mode" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_safedocuments", + "title": "Turn on Safe Documents for Office Clients" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_safelinksforemail", + "title": "Create Safe Links policies for email messages" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_safelinksforOfficeApps", + "title": "Ensure Safe Links for Office Applications is Enabled" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_similardomainssafetytips", + "title": "Enable the domain impersonation safety tip" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_similaruserssafetytips", + "title": "Enable the user impersonation safety tip" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_spam_notifications_only_for_admins", + "title": "Ensure Exchange Online Spam Policies are set to notify administrators" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_spamaction", + "title": "Set action to take on spam detection" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_targeteddomainprotectionaction", + "title": "Quarantine messages that are detected from impersonated domains" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_targeteduserprotectionaction", + "title": "Quarantine messages that are detected from impersonated users" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_targetedusersprotection", + "title": "Enable impersonated user protection" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_thresholdreachedaction", + "title": "Block users who reached the message limit" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_unusualcharacterssafetytips", + "title": "Enable the user impersonation unusual characters safety tip " + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_zapmalware", + "title": "Create zero-hour auto purge policies for malware" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_zapphish", + "title": "Create zero-hour auto purge policies for phishing messages" + }, + { + "service": "MDO", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mdo_zapspam", + "title": "Create zero-hour auto purge policies for spam messages" + }, + { + "service": "MS Teams", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "meeting_anonymousstartmeeting_v1", + "title": "Restrict anonymous users from starting Teams meetings" + }, + { + "service": "MS Teams", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "meeting_autoadmitusers_v1", + "title": "Only invited users should be automatically admitted to Teams meetings" + }, + { + "service": "MS Teams", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "meeting_designatedpresenter_v1", + "title": "Configure which users are allowed to present in Teams meetings" + }, + { + "service": "MS Teams", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "meeting_externalrequestcontrol_v1", + "title": "Limit external participants from having control in a Teams meeting" + }, + { + "service": "MS Teams", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "meeting_pstnusersbypasslobby_v1", + "title": "Restrict dial-in users from bypassing a meeting lobby " + }, + { + "service": "MS Teams", + "tier": "Core", + "userImpact": "low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "meeting_restrictanonymousjoin_v1", + "title": "Restrict anonymous users from joining meetings" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "MFARegistrationV2", + "title": "Ensure multifactor authentication is enabled for all users" + }, + { + "service": "MIP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mip_autosensitivitylabelspolicies", + "title": "Ensure that Auto-labeling data classification policies are set up and used" + }, + { + "service": "MIP", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mip_DLP_policies_Teams", + "title": "Ensure DLP policies are enabled for Microsoft Teams" + }, + { + "service": "MIP", + "tier": "Core", + "userImpact": null, + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mip_management_API_enabled_four_workloads", + "title": "Ensure Office 365 Management Activity API is Enabled for some workloads (see description)" + }, + { + "service": "MIP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mip_purviewlabelconsent", + "title": "Extend M365 sensitivity labeling to assets in Microsoft Purview data map" + }, + { + "service": "MIP", + "tier": "Core", + "userImpact": null, + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mip_search_auditlog", + "title": "Ensure Microsoft 365 audit log search is Enabled" + }, + { + "service": "MIP", + "tier": "Core", + "userImpact": "High", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "mip_sensitivitylabelspolicies", + "title": "Publish M365 sensitivity label data classification policies" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "OneAdmin", + "title": "Designate more than one global admin" + }, + { + "service": "AzureAD", + "tier": "Core", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "PasswordHashSync", + "title": "Ensure that password hash sync is enabled for hybrid deployments" + }, + { + "service": "AzureAD", + "tier": "Defense In Depth", + "userImpact": "Moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "PWAgePolicyNew", + "title": "Ensure the \u0027Password expiration policy\u0027 is set to \u0027Set passwords to never expire (recommended)\u0027" + }, + { + "service": "AzureAD", + "tier": "Defense In Depth", + "userImpact": "Low", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "RoleOverlap", + "title": "Use least privileged administrative roles" + }, + { + "service": "AzureAD", + "tier": "Defense In Depth", + "userImpact": "Moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "SelfServicePasswordReset", + "title": "Ensure \u0027Self service password reset enabled\u0027 is set to \u0027All\u0027" + }, + { + "service": "AzureAD", + "tier": "Advanced", + "userImpact": "Moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "SigninRiskPolicy", + "title": "Enable Microsoft Entra ID Identity Protection sign-in risk policies" + }, + { + "service": "SPO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "spo_block_onedrive_sync_unmanaged_devices", + "title": "Block OneDrive for Business sync from unmanaged devices" + }, + { + "service": "SPO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "spo_external_sharing_managed", + "title": "Ensure SharePoint external sharing is managed through domain whitelist/blacklists" + }, + { + "service": "SPO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "spo_external_users_sharing", + "title": "Ensure that SharePoint guest users cannot share items they don\u0027t own" + }, + { + "service": "SPO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "spo_idle_session_timeout", + "title": "Sign out inactive users in SharePoint Online" + }, + { + "service": "SPO", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "spo_legacy_auth", + "title": "Ensure modern authentication for SharePoint applications is required" + }, + { + "service": "SWAY", + "tier": "Core", + "userImpact": "Unknown", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "sway_block_sharing_with_outside_users", + "title": "Ensure that Sways cannot be shared with people outside of your organization" + }, + { + "service": "AzureAD", + "tier": "Advanced", + "userImpact": "Moderate", + "vendorInformation": { + "provider": "SecureScore", + "providerVersion": null, + "subProvider": null, + "vendor": "Microsoft" + }, + "id": "UserRiskPolicy", + "title": "Enable Microsoft Entra ID Identity Protection user risk policies" + } +] diff --git a/public/sponsors/RoB-light.png b/public/sponsors/RoB-light.png new file mode 100644 index 000000000000..788811e2d3e2 Binary files /dev/null and b/public/sponsors/RoB-light.png differ diff --git a/public/sponsors/RoB-light.svg b/public/sponsors/RoB-light.svg new file mode 100644 index 000000000000..0673b2a8a449 --- /dev/null +++ b/public/sponsors/RoB-light.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/sponsors/RoB.png b/public/sponsors/RoB.png new file mode 100644 index 000000000000..37da39dea601 Binary files /dev/null and b/public/sponsors/RoB.png differ diff --git a/public/sponsors/RoB.svg b/public/sponsors/RoB.svg new file mode 100644 index 000000000000..d188e1eb541b --- /dev/null +++ b/public/sponsors/RoB.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/sponsors/augmentt-dark.png b/public/sponsors/augmentt-dark.png new file mode 100644 index 000000000000..e642669ef13f Binary files /dev/null and b/public/sponsors/augmentt-dark.png differ diff --git a/public/sponsors/augmentt-light.png b/public/sponsors/augmentt-light.png new file mode 100644 index 000000000000..53415a0d3f37 Binary files /dev/null and b/public/sponsors/augmentt-light.png differ diff --git a/public/sponsors/domotz-dark.png b/public/sponsors/domotz-dark.png new file mode 100644 index 000000000000..ac26f6f0f6ad Binary files /dev/null and b/public/sponsors/domotz-dark.png differ diff --git a/public/sponsors/domotz-light.png b/public/sponsors/domotz-light.png new file mode 100644 index 000000000000..dab40b067807 Binary files /dev/null and b/public/sponsors/domotz-light.png differ diff --git a/public/sponsors/huntress_teal.png b/public/sponsors/huntress_teal.png new file mode 100644 index 000000000000..40f6df3d3e55 Binary files /dev/null and b/public/sponsors/huntress_teal.png differ diff --git a/public/sponsors/ninjaone.png b/public/sponsors/ninjaone.png new file mode 100644 index 000000000000..cb3e1df2ec1c Binary files /dev/null and b/public/sponsors/ninjaone.png differ diff --git a/public/sponsors/ninjaone_white.png b/public/sponsors/ninjaone_white.png new file mode 100644 index 000000000000..3c67eb6f6f56 Binary files /dev/null and b/public/sponsors/ninjaone_white.png differ diff --git a/public/sponsors/rewst.png b/public/sponsors/rewst.png new file mode 100644 index 000000000000..f1c2a948afb1 Binary files /dev/null and b/public/sponsors/rewst.png differ diff --git a/public/sponsors/rewst_dark.png b/public/sponsors/rewst_dark.png new file mode 100644 index 000000000000..38135052133e Binary files /dev/null and b/public/sponsors/rewst_dark.png differ diff --git a/public/version.json b/public/version.json new file mode 100644 index 000000000000..7a3adc4ddaba --- /dev/null +++ b/public/version.json @@ -0,0 +1,3 @@ +{ + "version": "8.8.2" +} \ No newline at end of file diff --git a/public/version_latest.txt b/public/version_latest.txt deleted file mode 100644 index 798e38995c4d..000000000000 --- a/public/version_latest.txt +++ /dev/null @@ -1 +0,0 @@ -6.3.0 diff --git a/src/App.jsx b/src/App.jsx deleted file mode 100644 index 422ebac60c62..000000000000 --- a/src/App.jsx +++ /dev/null @@ -1,90 +0,0 @@ -import React, { Suspense } from 'react' -import { BrowserRouter, Route, Routes, Navigate, useLocation } from 'react-router-dom' -import { PrivateRoute, FullScreenLoading, ErrorBoundary } from 'src/components/utilities' -import 'src/scss/style.scss' -import { Helmet, HelmetProvider } from 'react-helmet-async' -import Skeleton from 'react-loading-skeleton' -import TimeAgo from 'javascript-time-ago' -import en from 'javascript-time-ago/locale/en.json' -TimeAgo.addDefaultLocale(en) -import { library } from '@fortawesome/fontawesome-svg-core' -import { fas } from '@fortawesome/free-solid-svg-icons' -import routes from 'src/routes' -import importsMap from './importsMap' - -library.add(fas) - -const dynamicImport = (path) => { - return importsMap[path] || null -} - -const DefaultLayout = React.lazy(() => import('./layout/DefaultLayout')) -const Page401 = React.lazy(() => import('./views/pages/page401/Page401')) -const Page403 = React.lazy(() => import('./views/pages/page403/Page403')) -const Page404 = React.lazy(() => import('./views/pages/page404/Page404')) -const Page500 = React.lazy(() => import('./views/pages/page500/Page500')) -const PageLogOut = React.lazy(() => import('src/views/pages/LogoutRedirect/PageLogOut')) -const Login = React.lazy(() => import('./views/pages/login/Login')) -const Logout = React.lazy(() => import('./views/pages/login/Logout')) -//we loop through the routes array, dynamicly create the component by using dynamicImport, add the component to the route array as 'component' key. - -const App = () => { - return ( - - - }> - - CIPP - - - } /> - } /> - } /> - } /> - } /> - } /> - } /> - - - - } - > - {routes.map((route, idx) => { - const allowedRoles = route.allowedRoles - const Routecomponent = dynamicImport(route.path) - //console.log('route', route) - //console.log('Routecomponent', Routecomponent) - return ( - route.component && ( - - }> - - - - - - } - /> - ) - ) - })} - } /> - - } /> - - - - - ) -} - -export default App diff --git a/src/App.test.js b/src/App.test.js deleted file mode 100644 index 8499039707b1..000000000000 --- a/src/App.test.js +++ /dev/null @@ -1,14 +0,0 @@ -import React from 'react' -import { shallow } from 'enzyme/build' -import App from './App' -import Dashboard from './views/dashboard/Dashboard.js' - -it('mounts App without crashing', () => { - const wrapper = shallow() - wrapper.unmount() -}) - -it('mounts Dashboard without crashing', () => { - const wrapper = shallow() - wrapper.unmount() -}) diff --git a/src/_nav.jsx b/src/_nav.jsx deleted file mode 100644 index bc1505aa763e..000000000000 --- a/src/_nav.jsx +++ /dev/null @@ -1,893 +0,0 @@ -import React from 'react' -import { CNavGroup, CNavItem, CNavTitle } from '@coreui/react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { - faHome, - faWrench, - faChartBar, - faBook, - faTablet, - faShieldAlt, - faExchangeAlt, - faHdd, - faLink, - faUsers, - faWindowRestore, - faKey, - faBus, - faExclamationTriangle, - faUserShield, - faEnvelope, - faToolbox, - faDownload, -} from '@fortawesome/free-solid-svg-icons' - -const _nav = [ - { - component: CNavItem, - name: 'Dashboard', - section: 'Dashboard', - to: '/home', - icon: , - }, - { - component: CNavTitle, - name: 'Identity Management', - }, - { - component: CNavGroup, - section: 'Identity Management', - name: 'Administration', - to: '/identity/administration', - icon: , - items: [ - { - component: CNavItem, - name: 'Users', - to: '/identity/administration/users', - }, - { - component: CNavItem, - name: 'Risky Users', - to: '/identity/administration/risky-users', - }, - { - component: CNavItem, - name: 'Groups', - to: '/identity/administration/groups', - }, - { - component: CNavItem, - name: 'Devices', - to: '/identity/administration/devices', - }, - { - component: CNavItem, - name: 'Deploy Group Template', - to: '/identity/administration/deploy-group-template', - }, - { - component: CNavItem, - name: 'Group Templates', - to: '/identity/administration/group-templates', - }, - { - component: CNavItem, - name: 'Deleted Items', - to: '/identity/administration/deleted-items', - }, - { - component: CNavItem, - name: 'Roles', - to: '/identity/administration/roles', - }, - { - component: CNavItem, - name: 'JIT Admin', - to: '/identity/administration/jit-admin', - }, - { - component: CNavItem, - name: 'Offboarding Wizard', - to: '/identity/administration/offboarding-wizard', - }, - ], - }, - { - component: CNavGroup, - name: 'Reports', - section: 'Identity Management', - to: '/identity/reports', - icon: , - items: [ - { - component: CNavItem, - name: 'MFA Report', - to: '/identity/reports/mfa-report', - }, - { - component: CNavItem, - name: 'Inactive Users', - to: '/identity/reports/inactive-users-report', - }, - { - component: CNavItem, - name: 'Sign-in Report', - to: '/identity/reports/signin-report', - }, - { - component: CNavItem, - name: 'AAD Connect Report', - to: '/identity/reports/azure-ad-connect-report', - }, - { - component: CNavItem, - name: 'Risk Detections', - to: '/identity/reports/risk-detections', - }, - ], - }, - { - component: CNavTitle, - name: 'Tenant Administration', - }, - { - component: CNavGroup, - name: 'Administration', - section: 'Tenant Administration', - to: '/tenant/administration', - icon: , - items: [ - { - component: CNavItem, - name: 'Tenants', - to: '/tenant/administration/tenants', - }, - { - component: CNavItem, - name: 'Alert Configuration', - to: '/tenant/administration/alert-configuration', - }, - { - component: CNavItem, - name: 'Audit Logs', - to: '/tenant/administration/audit-logs', - }, - { - component: CNavItem, - name: 'Enterprise Applications', - to: '/tenant/administration/enterprise-apps', - }, - { - component: CNavItem, - name: 'Secure Score', - to: '/tenant/administration/securescore', - }, - { - component: CNavItem, - name: 'App Consent Requests', - to: '/tenant/administration/app-consent-requests', - }, - { - component: CNavItem, - name: 'Authentication Methods', - to: '/tenant/administration/authentication-methods', - }, - { - component: CNavItem, - name: 'Tenant Onboarding', - to: '/tenant/administration/tenant-onboarding', - }, - { - component: CNavItem, - name: 'Tenant Offboarding', - to: '/tenant/administration/tenant-offboarding-wizard', - }, - { - component: CNavItem, - name: 'Partner Relationships', - to: '/tenant/administration/partner-relationships', - }, - ], - }, - { - component: CNavGroup, - name: 'Configuration Backup', - section: 'Tenant Administration', - to: '/cipp/gdap', - icon: , - items: [ - { - component: CNavItem, - name: 'Backup Wizard', - to: '/tenant/backup/backup-wizard', - }, - { - component: CNavItem, - name: 'Restore Wizard', - to: '/tenant/backup/restore-wizard', - }, - ], - }, - { - component: CNavGroup, - name: 'Tools', - section: 'Tenant Administration', - to: '/tenant/administration', - icon: , - items: [ - { - component: CNavItem, - name: 'Graph Explorer', - to: '/tenant/administration/graph-explorer', - }, - { - component: CNavItem, - name: 'Application Approval', - to: '/tenant/administration/appapproval', - }, - { - component: CNavItem, - name: 'IP Database', - to: '/tenant/tools/geoiplookup', - }, - { - component: CNavItem, - name: 'Tenant Lookup', - to: '/tenant/administration/tenantlookup', - }, - { - component: CNavItem, - name: 'Individual Domain Check', - to: '/tenant/standards/individual-domains', - }, - { - component: CNavItem, - name: 'BPA Report Builder', - to: '/tenant/tools/bpa-report-builder', - }, - ], - }, - { - component: CNavGroup, - name: 'Standards', - section: 'Tenant Administration', - to: '/tenant/standards', - icon: , - items: [ - { - component: CNavItem, - name: 'Edit Standards', - to: '/tenant/standards/list-applied-standards', - }, - { - component: CNavItem, - name: 'List Standards', - to: '/tenant/standards/list-standards', - }, - { - component: CNavItem, - name: 'Best Practice Analyser', - to: '/tenant/standards/bpa-report', - }, - { - component: CNavItem, - name: 'Domains Analyser', - to: '/tenant/standards/domains-analyser', - }, - ], - }, - { - component: CNavGroup, - name: 'Conditional Access', - section: 'Tenant Administration', - to: '/tenant/administration', - icon: , - items: [ - { - component: CNavItem, - name: 'CA Policies', - to: '/tenant/conditional/list-policies', - }, - { - component: CNavItem, - name: 'Deploy CA Policies', - to: '/tenant/conditional/deploy', - }, - { - component: CNavItem, - name: 'CA Policy Tester', - to: '/tenant/conditional/test-policy', - }, - { - component: CNavItem, - name: 'CA Vacation Mode', - to: '/tenant/conditional/deploy-vacation', - }, - { - component: CNavItem, - name: 'CA Templates', - to: '/tenant/conditional/list-template', - }, - { - component: CNavItem, - name: 'Named Locations', - to: '/tenant/conditional/list-named-locations', - }, - { - component: CNavItem, - name: 'Deploy Named Locations', - to: '/tenant/conditional/deploy-named-location', - }, - ], - }, - { - component: CNavGroup, - name: 'GDAP Management', - section: 'Tenant Administration', - to: '/cipp/gdap', - icon: , - items: [ - { - component: CNavItem, - name: 'Invite Wizard', - to: '/tenant/administration/gdap-invite-wizard', - }, - { - component: CNavItem, - name: 'Invite List', - to: '/tenant/administration/gdap-invites', - }, - { - component: CNavItem, - name: 'GDAP Relationships', - to: '/tenant/administration/gdap-relationships', - }, - { - component: CNavItem, - name: 'Role Wizard', - to: '/tenant/administration/gdap-role-wizard', - }, - { - component: CNavItem, - name: 'GDAP Roles', - to: '/tenant/administration/gdap-roles', - }, - ], - }, - { - component: CNavGroup, - name: 'Reports', - section: 'Tenant Administration', - to: '/tenant/reports', - icon: , - items: [ - { - component: CNavItem, - name: 'Licence Report', - to: '/tenant/administration/list-licenses', - }, - { - component: CNavItem, - name: 'Consented Applications', - to: '/tenant/administration/application-consent', - }, - { - component: CNavItem, - name: 'Service Health', - to: '/tenant/administration/service-health', - }, - ], - }, - { - component: CNavTitle, - name: 'Security & Compliance', - }, - { - component: CNavGroup, - name: 'Incidents & Alerts', - section: 'Security & Compliance', - to: '/security/incidents', - icon: , - items: [ - { - component: CNavItem, - name: 'Incidents', - to: '/security/incidents/list-incidents', - }, - { - component: CNavItem, - name: 'Alerts', - to: '/security/incidents/list-alerts', - }, - ], - }, - { - component: CNavGroup, - name: 'Defender', - section: 'Security & Compliance', - to: '/security/defender', - icon: , - items: [ - { - component: CNavItem, - name: 'Defender Status', - to: '/security/defender/list-defender', - }, - { - component: CNavItem, - name: 'Defender Deployment', - to: '/security/defender/deployment', - }, - { - component: CNavItem, - name: 'Vulnerabilities', - to: '/security/defender/list-defender-tvm', - }, - ], - }, - { - component: CNavGroup, - name: 'Reports', - section: 'Security & Compliance', - to: '/security/reports', - icon: , - items: [ - { - component: CNavItem, - name: 'Device Compliance', - to: '/security/reports/list-device-compliance', - }, - ], - }, - { - component: CNavTitle, - name: 'Intune', - }, - { - component: CNavGroup, - name: 'Applications', - section: 'Intune', - to: '/endpoint/applications', - icon: , - items: [ - { - component: CNavItem, - name: 'Applications', - to: '/endpoint/applications/list', - }, - { - component: CNavItem, - name: 'Application Queue', - to: '/endpoint/applications/queue', - }, - { - component: CNavItem, - name: 'Add Choco App', - to: '/endpoint/applications/add-choco-app', - }, - { - component: CNavItem, - name: 'Add Store App', - to: '/endpoint/applications/add-winget-app', - }, - { - component: CNavItem, - name: 'Add Office App', - to: '/endpoint/applications/add-office-app', - }, - { - component: CNavItem, - name: 'Add MSP App', - to: '/endpoint/applications/add-rmm-app', - }, - ], - }, - { - component: CNavGroup, - name: 'Autopilot', - section: 'Intune', - to: '/endpoint/autopilot', - icon: , - items: [ - { - component: CNavItem, - name: 'Autopilot Devices', - to: '/endpoint/autopilot/list-devices', - }, - { - component: CNavItem, - name: 'Add Autopilot Device', - to: '/endpoint/autopilot/add-device', - }, - { - component: CNavItem, - name: 'Profiles', - to: '/endpoint/autopilot/list-profiles', - }, - { - component: CNavItem, - name: 'Add Profile', - to: '/endpoint/autopilot/add-profile', - }, - { - component: CNavItem, - name: 'Status Pages', - to: '/endpoint/autopilot/list-status-pages', - }, - { - component: CNavItem, - name: 'Add Status Page', - to: '/endpoint/autopilot/add-status-page', - }, - ], - }, - { - component: CNavGroup, - name: 'Device Management', - section: 'Intune', - to: '/endpoint/MEM', - icon: , - items: [ - { - component: CNavItem, - name: 'Devices', - to: '/endpoint/reports/devices', - }, - { - component: CNavItem, - name: 'Configuration Policies', - to: '/endpoint/MEM/list-policies', - }, - { - component: CNavItem, - name: 'Compliance Policies', - to: '/endpoint/MEM/list-compliance-policies', - }, - { - component: CNavItem, - name: 'Protection Policies', - to: '/endpoint/MEM/list-appprotection-policies', - }, - { - component: CNavItem, - name: 'Apply Policy', - to: '/endpoint/MEM/add-policy', - }, - { - component: CNavItem, - name: 'Policy Templates', - to: '/endpoint/MEM/list-templates', - }, - { - component: CNavItem, - name: 'Add Policy Template', - to: '/endpoint/MEM/add-policy-template', - }, - ], - }, - { - component: CNavTitle, - name: 'Teams & Sharepoint', - }, - { - component: CNavGroup, - name: 'OneDrive', - section: 'Teams & Sharepoint', - to: '/teams-share/onedrive', - icon: , - items: [ - { - component: CNavItem, - name: 'OneDrive', - to: '/teams-share/onedrive/list', - }, - ], - }, - { - component: CNavGroup, - name: 'SharePoint', - section: 'Teams & Sharepoint', - to: '/teams-share/sharepoint', - icon: , - items: [ - { - component: CNavItem, - name: 'SharePoint', - to: '/teams-share/sharepoint/list-sharepoint', - }, - ], - }, - { - component: CNavGroup, - name: 'Teams', - section: 'Teams & Sharepoint', - to: '/teams-share/teams', - icon: , - items: [ - { - component: CNavItem, - name: 'Teams', - to: '/teams-share/teams/list-team', - }, - { - component: CNavItem, - name: 'Add Team', - to: '/teams-share/teams/add-team', - }, - { - component: CNavItem, - name: 'Teams Activity', - to: '/teams-share/teams/teams-activity', - }, - { - component: CNavItem, - name: 'Business Voice', - to: '/teams-share/teams/business-voice', - }, - ], - }, - { - component: CNavTitle, - name: 'Email & Exchange', - }, - { - component: CNavGroup, - name: 'Administration', - section: 'Email & Exchange', - to: '/email/Administration', - icon: , - items: [ - { - component: CNavItem, - name: 'Mailboxes', - to: '/email/administration/mailboxes', - }, - { - component: CNavItem, - name: 'Deleted Mailboxes', - to: '/email/administration/deleted-mailboxes', - }, - { - component: CNavItem, - name: 'Mailbox Rules', - to: '/email/administration/mailbox-rules', - }, - { - component: CNavItem, - name: 'Contacts', - to: '/email/administration/contacts', - }, - { - component: CNavItem, - name: 'Quarantine', - to: '/email/administration/quarantine', - }, - { - component: CNavItem, - name: 'Tenant Allow/Block Lists', - to: '/email/administration/tenant-allow-block-lists', - }, - ], - }, - { - component: CNavGroup, - name: 'Tools', - section: 'Email & Exchange', - to: '/email/tools', - icon: , - items: [ - { - component: CNavItem, - name: 'Mailbox Restore Wizard', - to: '/email/tools/mailbox-restore-wizard', - }, - { - component: CNavItem, - name: 'Mailbox Restores', - to: '/email/tools/mailbox-restores', - }, - { - component: CNavItem, - name: 'Mail Test', - to: '/email/tools/mail-test', - }, - { - component: CNavItem, - name: 'Message Viewer', - to: '/email/tools/message-viewer', - }, - ], - }, - { - component: CNavGroup, - name: 'Transport', - section: 'Email & Exchange', - to: '/email/Transport', - icon: , - items: [ - { - component: CNavItem, - name: 'Transport rules', - to: '/email/transport/list-rules', - }, - { - component: CNavItem, - name: 'Deploy Transport rule', - to: '/email/transport/deploy-rules', - }, - { - component: CNavItem, - name: 'Transport Templates', - to: '/email/transport/list-templates', - }, - { - component: CNavItem, - name: 'Connectors', - to: '/email/connectors/list-connectors', - }, - { - component: CNavItem, - name: 'Deploy Connector Templates', - to: '/email/connectors/deploy-connector', - }, - { - component: CNavItem, - name: 'Connector Templates', - to: '/email/connectors/list-connector-templates', - }, - ], - }, - { - component: CNavGroup, - name: 'Spamfilter', - section: 'Email & Exchange', - to: '/email/spamfilter', - icon: , - items: [ - { - component: CNavItem, - name: 'Spamfilter', - to: '/email/spamfilter/list-spamfilter', - }, - { - component: CNavItem, - name: 'Apply Spamfilter Template', - to: '/email/spamfilter/deploy', - }, - { - component: CNavItem, - name: 'Templates', - to: '/email/spamfilter/list-templates', - }, - ], - }, - { - component: CNavGroup, - name: 'Resource Management', - section: 'Email & Exchange', - to: '/resources/management', - icon: , - items: [ - { - component: CNavItem, - name: 'Rooms', - to: '/resources/management/list-rooms', - }, - { - component: CNavItem, - name: 'Room Lists', - to: '/resources/management/room-lists', - }, - ], - }, - { - component: CNavGroup, - name: 'Reports', - section: 'Email & Exchange', - to: '/email/reports', - icon: , - items: [ - { - component: CNavItem, - name: 'Mailbox Statistics', - to: '/email/reports/mailbox-statistics', - }, - { - component: CNavItem, - name: 'Mailbox Client Access Settings', - to: '/email/reports/mailbox-cas-settings', - }, - { - component: CNavItem, - name: 'Message Trace', - to: '/email/reports/message-trace', - }, - { - component: CNavItem, - name: 'Anti-Phishing Filters', - to: '/email/reports/antiphishing-filters', - }, - { - component: CNavItem, - name: 'Malware Filters', - to: '/email/reports/malware-filters', - }, - { - component: CNavItem, - name: 'Safe Links Filters', - to: '/email/reports/safelinks-filters', - }, - { - component: CNavItem, - name: 'Safe Attachments Filters', - to: '/email/reports/safeattachments-filters', - }, - { - component: CNavItem, - name: 'Shared Mailbox with Enabled Account', - to: '/email/reports/SharedMailboxEnabledAccount', - }, - ], - }, - { - component: CNavTitle, - name: 'Settings', - }, - { - component: CNavGroup, - name: 'CIPP', - section: 'Settings', - to: '/cipp/cipp', - icon: , - items: [ - { - component: CNavItem, - name: 'Application Settings', - to: '/cipp/settings', - }, - { - component: CNavItem, - name: 'Extensions Settings', - to: '/cipp/extensions', - }, - { - component: CNavItem, - name: 'Extension Sync', - to: '/cipp/extension-sync', - }, - { - component: CNavItem, - name: 'User Settings', - to: '/cipp/user-settings', - }, - { - component: CNavItem, - name: 'Scheduler', - to: '/cipp/scheduler', - }, - { - component: CNavItem, - name: 'Logbook', - to: '/cipp/logs', - }, - { - component: CNavItem, - name: 'Statistics', - to: '/cipp/statistics', - }, - { - component: CNavItem, - name: 'SAM Setup Wizard', - to: '/cipp/setup', - }, - { - component: CNavItem, - name: 'Log Out', - to: '/logout', - }, - ], - }, -] - -export default _nav diff --git a/src/api/ApiCall.jsx b/src/api/ApiCall.jsx new file mode 100644 index 000000000000..e4d9a366908c --- /dev/null +++ b/src/api/ApiCall.jsx @@ -0,0 +1,306 @@ +import { useInfiniteQuery, useMutation, useQuery, useQueryClient } from "@tanstack/react-query"; +import axios, { isAxiosError } from "axios"; +import { useDispatch } from "react-redux"; +import { showToast } from "../store/toasts"; +import { getCippError } from "../utils/get-cipp-error"; +import { buildVersionedHeaders } from "../utils/cippVersion"; + +export function ApiGetCall(props) { + const { + url, + queryKey, + relatedQueryKeys, + waiting = true, + retry = 3, + data, + bulkRequest = false, + toast = false, + onResult, + staleTime = 300000, + refetchOnWindowFocus = false, + refetchOnMount = true, + refetchOnReconnect = true, + keepPreviousData = false, + refetchInterval = false, + responseType = "json", + convertToDataUrl = false, + } = props; + const queryClient = useQueryClient(); + const dispatch = useDispatch(); + const MAX_RETRIES = retry; + const HTTP_STATUS_TO_NOT_RETRY = [302, 401, 403, 404, 500]; + const retryFn = (failureCount, error) => { + let returnRetry = true; + if (failureCount >= MAX_RETRIES) { + returnRetry = false; + } + if (isAxiosError(error) && HTTP_STATUS_TO_NOT_RETRY.includes(error.response?.status ?? 0)) { + if ( + error.response?.status === 302 && + error.response?.headers.get("location").includes("/.auth/login/aad") + ) { + queryClient.invalidateQueries({ queryKey: ["authmecipp"] }); + } + returnRetry = false; + } + if (returnRetry === false && toast) { + dispatch( + showToast({ + message: `${getCippError(error)}`, + title: `${ + error.config?.params?.tenantFilter ? error.config?.params?.tenantFilter : "" + } Error`, + }) + ); + } + return returnRetry; + }; + + const queryInfo = useQuery({ + enabled: waiting, + queryKey: [queryKey], + queryFn: async ({ signal }) => { + if (bulkRequest && Array.isArray(data)) { + const results = []; + for (let i = 0; i < data.length; i++) { + const element = data[i]; + const response = await axios.get(url, { + signal: signal, + params: element, + headers: await buildVersionedHeaders(), + }); + results.push(response.data); + if (onResult) { + onResult(response.data); // Emit each result as it arrives + } + } + if (relatedQueryKeys) { + const clearKeys = Array.isArray(relatedQueryKeys) ? relatedQueryKeys : [relatedQueryKeys]; + setTimeout(() => { + // Separate wildcard patterns from exact keys + const wildcardPatterns = clearKeys + .filter((key) => key.endsWith("*")) + .map((key) => key.slice(0, -1)); + const exactKeys = clearKeys.filter((key) => !key.endsWith("*")); + + // Use single predicate call for all wildcard patterns + if (wildcardPatterns.length > 0) { + queryClient.invalidateQueries({ + predicate: (query) => { + if (!query.queryKey || !query.queryKey[0]) return false; + const queryKeyStr = String(query.queryKey[0]); + return wildcardPatterns.some((pattern) => queryKeyStr.startsWith(pattern)); + }, + }); + } + + // Handle exact keys + exactKeys.forEach((key) => { + queryClient.invalidateQueries({ queryKey: [key] }); + }); + }, 1000); + } + return results; + } else { + const response = await axios.get(url, { + signal: url === "/api/tenantFilter" ? null : signal, + params: data, + headers: await buildVersionedHeaders(), + responseType: responseType, + }); + + let responseData = response.data; + + // Convert blob to data URL if requested + if (convertToDataUrl && responseType === "blob" && response.data) { + responseData = await new Promise((resolve) => { + const reader = new FileReader(); + reader.onloadend = () => resolve(reader.result); + reader.readAsDataURL(response.data); + }); + } + + if (onResult) { + onResult(responseData); // Emit each result as it arrives + } + if (relatedQueryKeys) { + const clearKeys = Array.isArray(relatedQueryKeys) ? relatedQueryKeys : [relatedQueryKeys]; + setTimeout(() => { + // Separate wildcard patterns from exact keys + const wildcardPatterns = clearKeys + .filter((key) => key.endsWith("*")) + .map((key) => key.slice(0, -1)); + const exactKeys = clearKeys.filter((key) => !key.endsWith("*")); + + // Use single predicate call for all wildcard patterns + if (wildcardPatterns.length > 0) { + queryClient.invalidateQueries({ + predicate: (query) => { + if (!query.queryKey || !query.queryKey[0]) return false; + const queryKeyStr = String(query.queryKey[0]); + return wildcardPatterns.some((pattern) => queryKeyStr.startsWith(pattern)); + }, + }); + } + + // Handle exact keys + exactKeys.forEach((key) => { + queryClient.invalidateQueries({ queryKey: [key] }); + }); + }, 1000); + } + return responseData; + } + }, + staleTime: staleTime, + refetchOnWindowFocus: refetchOnWindowFocus, + refetchOnMount: refetchOnMount, + refetchOnReconnect: refetchOnReconnect, + keepPreviousData: keepPreviousData, + refetchInterval: refetchInterval, + retry: retryFn, + }); + return queryInfo; +} + +export function ApiPostCall({ relatedQueryKeys, onResult }) { + const queryClient = useQueryClient(); + + const mutation = useMutation({ + mutationFn: async (props) => { + const { url, data, bulkRequest } = props; + if (bulkRequest && Array.isArray(data)) { + const results = []; + for (let i = 0; i < data.length; i++) { + let element = data[i]; + const response = await axios.post(url, element, { + headers: await buildVersionedHeaders(), + }); + results.push(response); + if (onResult) { + onResult(response.data); // Emit each result as it arrives + } + } + return results; + } else { + const response = await axios.post(url, data, { headers: await buildVersionedHeaders() }); + if (onResult) { + onResult(response.data); // Emit each result as it arrives + } + return response; + } + }, + onSuccess: () => { + if (relatedQueryKeys) { + const clearKeys = Array.isArray(relatedQueryKeys) ? relatedQueryKeys : [relatedQueryKeys]; + setTimeout(() => { + if (relatedQueryKeys === "*") { + console.log("Invalidating all queries"); + queryClient.invalidateQueries(); + } else { + // Separate wildcard patterns from exact keys + const wildcardPatterns = clearKeys + .filter((key) => key.endsWith("*")) + .map((key) => key.slice(0, -1)); + const exactKeys = clearKeys.filter((key) => !key.endsWith("*")); + + // Use single predicate call for all wildcard patterns + if (wildcardPatterns.length > 0) { + queryClient.invalidateQueries({ + predicate: (query) => { + if (!query.queryKey || !query.queryKey[0]) return false; + const queryKeyStr = String(query.queryKey[0]); + const matches = wildcardPatterns.some((pattern) => + queryKeyStr.startsWith(pattern) + ); + + // Debug logging for each query check + if (matches) { + console.log("Invalidating query:", { + queryKey: query.queryKey, + queryKeyStr, + matchedPattern: wildcardPatterns.find((pattern) => + queryKeyStr.startsWith(pattern) + ), + }); + } + + return matches; + }, + }); + } + + // Handle exact keys + exactKeys.forEach((key) => { + queryClient.invalidateQueries({ queryKey: [key] }); + }); + } + }, 1000); + } + }, + }); + + return mutation; +} + +export function ApiGetCallWithPagination({ + url, + queryKey, + retry = 3, + data, + toast = false, + waiting = true, +}) { + const dispatch = useDispatch(); + const MAX_RETRIES = retry; + const HTTP_STATUS_TO_NOT_RETRY = [401, 403, 404]; + + const retryFn = (failureCount, error) => { + let returnRetry = true; + if (failureCount >= MAX_RETRIES) { + returnRetry = false; + } + if (isAxiosError(error) && HTTP_STATUS_TO_NOT_RETRY.includes(error.response?.status ?? 0)) { + returnRetry = false; + } + + if (returnRetry === false && toast) { + dispatch( + showToast({ + message: getCippError(error), + title: "Error", + toastError: error, + }) + ); + } + return returnRetry; + }; + + const queryInfo = useInfiniteQuery({ + queryKey: [queryKey], + enabled: waiting, + queryFn: async ({ pageParam = null, signal }) => { + const response = await axios.get(url, { + signal: signal, + params: { ...data, ...pageParam }, + headers: await buildVersionedHeaders(), + }); + return response.data; + }, + getNextPageParam: (lastPage) => { + if ( + data?.noPagination || + data?.manualPagination === false || + data?.tenantFilter === "AllTenants" + ) { + return undefined; + } + return lastPage?.Metadata?.nextLink ? { nextLink: lastPage.Metadata.nextLink } : undefined; + }, + staleTime: 300000, + refetchOnWindowFocus: false, + retry: retryFn, + }); + + return queryInfo; +} diff --git a/src/assets/images/CIPP.png b/src/assets/images/CIPP.png deleted file mode 100644 index cf279633a13f..000000000000 Binary files a/src/assets/images/CIPP.png and /dev/null differ diff --git a/src/assets/images/CIPP_Dark.png b/src/assets/images/CIPP_Dark.png deleted file mode 100644 index c270631a0d48..000000000000 Binary files a/src/assets/images/CIPP_Dark.png and /dev/null differ diff --git a/src/assets/images/avatars/0.jpg b/src/assets/images/avatars/0.jpg deleted file mode 100644 index 7eb8194d40cd..000000000000 Binary files a/src/assets/images/avatars/0.jpg and /dev/null differ diff --git a/src/assets/images/logo-square.png b/src/assets/images/logo-square.png deleted file mode 100644 index 81eff1991d19..000000000000 Binary files a/src/assets/images/logo-square.png and /dev/null differ diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png deleted file mode 100644 index 8caed1332233..000000000000 Binary files a/src/assets/images/logo.png and /dev/null differ diff --git a/src/components/CSVReader.jsx b/src/components/CSVReader.jsx new file mode 100644 index 000000000000..be3f6f67f02a --- /dev/null +++ b/src/components/CSVReader.jsx @@ -0,0 +1,163 @@ +import React, { useState, useEffect } from "react"; +import { useCSVReader, lightenDarkenColor, formatFileSize } from "react-papaparse"; +import { Box, Typography, useTheme } from "@mui/material"; +import { CloudUpload } from "@mui/icons-material"; + +/* + * These colors define our remove button states. The light version is + * calculated rather than hardcoded - a small touch that ensures + * consistent color relationships no matter what base color we use. + * + * Sometimes it's these little details that make a component feel polished. + */ +const DEFAULT_REMOVE_HOVER_COLOR = "#A01919"; +const REMOVE_HOVER_COLOR_LIGHT = lightenDarkenColor(DEFAULT_REMOVE_HOVER_COLOR, 40); + +/* + * This component has evolved from a simple file input to a polished + * upload zone that maintains state between wizard steps. It's a good + * example of how components grow with requirements while trying to + * keep their core purpose clear. + * + * The journey to this version taught us about: + * - Proper event handling with third-party libraries + * - State persistence in multi-step forms + * - The value of simple solutions (sessionStorage vs complex state) + */ +export default function CSVReader({ config, onDrop, onRemove }) { + const { CSVReader } = useCSVReader(); + const [zoneHover, setZoneHover] = useState(false); + const [removeHoverColor, setRemoveHoverColor] = useState(DEFAULT_REMOVE_HOVER_COLOR); + const [storedFile, setStoredFile] = useState(null); + const theme = useTheme(); + + /* + * On mount, we check sessionStorage for file details. This lets us + * restore the preview when users navigate back to this step. + * + * It's a simple solution that works well - sometimes the best + * approaches don't need complex state management. The fact that + * it "just works" is a feature, not a bug. + */ + useEffect(() => { + const fileName = sessionStorage.getItem('csvFileName'); + const fileSize = sessionStorage.getItem('csvFileSize'); + if (fileName && fileSize) { + console.log('Restoring file preview:', fileName); + setStoredFile({ + name: fileName, + size: parseInt(fileSize, 10) + }); + } + }, []); + + return ( + { + console.log('File accepted:', file.name); + onDrop(results.data); + setZoneHover(false); + setStoredFile(file); + // Store file details for persistence between steps + sessionStorage.setItem('csvFileName', file.name); + sessionStorage.setItem('csvFileSize', file.size.toString()); + }} + onDragOver={(event) => { + event.preventDefault(); + setZoneHover(true); + }} + onDragLeave={(event) => { + event.preventDefault(); + setZoneHover(false); + }} + > + {({ getRootProps, acceptedFile, ProgressBar, getRemoveFileProps, Remove }) => ( + + {(acceptedFile || storedFile) ? ( + + + + + + {acceptedFile?.name || storedFile?.name} + + + {formatFileSize(acceptedFile?.size || storedFile?.size)} + + + + + {acceptedFile && } + + {/* + * The remove button's event handling taught us about working with + * third-party libraries. Instead of fighting the library's patterns, + * we adapted to work with them. A good reminder that sometimes + * the best solution is to follow the path of least resistance. + */} + { + console.log('Removing file'); + setStoredFile(null); + sessionStorage.removeItem('csvFileName'); + sessionStorage.removeItem('csvFileSize'); + // Notify parent that file was removed + onRemove?.(); + } + })} + > + + + + ) : ( + + + + Drop CSV file here + + + or click to browse + + + )} + + )} + + ); +} \ No newline at end of file diff --git a/src/components/CippCards/CippBannerListCard.jsx b/src/components/CippCards/CippBannerListCard.jsx new file mode 100644 index 000000000000..c1fe171cd4e2 --- /dev/null +++ b/src/components/CippCards/CippBannerListCard.jsx @@ -0,0 +1,227 @@ +import PropTypes from "prop-types"; +import { useState, useCallback } from "react"; +import { + Box, + Card, + Collapse, + Divider, + IconButton, + Skeleton, + Stack, + SvgIcon, + Typography, +} from "@mui/material"; +import ChevronDownIcon from "@heroicons/react/24/outline/ChevronDownIcon"; +import { CippPropertyListCard } from "./CippPropertyListCard"; +import { CippDataTable } from "../CippTable/CippDataTable"; + +export const CippBannerListCard = (props) => { + const { items = [], isCollapsible = false, isFetching = false, children, ...other } = props; + const [expanded, setExpanded] = useState(null); + + const handleExpand = useCallback((itemId) => { + setExpanded((prevState) => (prevState === itemId ? null : itemId)); + }, []); + + const hasItems = items.length > 0; + + if (isFetching) { + // Render skeletons during loading + return ( + + {[...Array(1)].map((_, index) => ( + + + + + + + + + + + + + + + ))} + + ); + } + + return ( + + {!hasItems ? ( + No items available. + ) : ( + + } + sx={{ + listStyle: "none", + m: 0, + p: 0, + }} + > + {items.map((item) => { + const isExpanded = expanded === item.id; + const statusColor = item.statusColor || "neutral.500"; // Default color + + return ( +
  • + handleExpand(item.id) : undefined} + > + {/* Left Side: cardLabelBox */} + + + {typeof item.cardLabelBox === "object" ? ( + <> + + {item.cardLabelBox.cardLabelBoxHeader} + + + {item.cardLabelBox.cardLabelBoxText} + + + ) : ( + + {item.cardLabelBox} + + )} + + + {/* Main Text and Subtext */} + + + {item.text} + + + {item.subtext} + + + + + {/* Right Side: Status and Expand Icon */} + + {item?.statusText && ( + + + {item.statusText} + + )} + {item?.cardLabelBoxActions && ( + e.stopPropagation()}>{item.cardLabelBoxActions} + )} + {isCollapsible && ( + { + e.stopPropagation(); + handleExpand(item.id); + }} + > + + + + + )} + + + {isCollapsible && ( + + + + {item?.propertyItems?.length > 0 && ( + + )} + {item?.table && } + {item?.children && {item.children}} + {item?.actionButton && {item.actionButton}} + + + )} +
  • + ); + })} +
    +
    + )} +
    + ); +}; + +CippBannerListCard.propTypes = { + items: PropTypes.arrayOf( + PropTypes.shape({ + id: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired, + cardLabelBox: PropTypes.oneOfType([ + PropTypes.string, + PropTypes.shape({ + cardLabelBoxHeader: PropTypes.string, + cardLabelBoxText: PropTypes.string, + }), + ]).isRequired, + text: PropTypes.string.isRequired, + subtext: PropTypes.string, + statusColor: PropTypes.string, + statusText: PropTypes.string, + actionButton: PropTypes.element, + propertyItems: PropTypes.array, + table: PropTypes.object, + isFetching: PropTypes.bool, + children: PropTypes.node, + cardLabelBoxActions: PropTypes.element, + }) + ).isRequired, + isCollapsible: PropTypes.bool, + isFetching: PropTypes.bool, +}; diff --git a/src/components/CippCards/CippButtonCard.jsx b/src/components/CippCards/CippButtonCard.jsx new file mode 100644 index 000000000000..73f1009e1ec7 --- /dev/null +++ b/src/components/CippCards/CippButtonCard.jsx @@ -0,0 +1,73 @@ +import React, { useEffect } from "react"; +import { + Card, + CardHeader, + CardContent, + CardActions, + Skeleton, + Divider, + Accordion, + AccordionSummary, + AccordionDetails, +} from "@mui/material"; +import ExpandMoreIcon from "@mui/icons-material/ExpandMore"; +import { useState } from "react"; + +export default function CippButtonCard({ + title, + CardButton, + children, + isFetching = false, + cardSx, + cardActions, + variant, + component = "card", + accordionExpanded = false, + onAccordionChange, +}) { + const [cardExpanded, setCardExpanded] = useState(accordionExpanded); + useEffect(() => { + if (accordionExpanded !== cardExpanded) { + setCardExpanded(accordionExpanded); + } + }, [accordionExpanded]); + + useEffect(() => { + if (onAccordionChange) { + onAccordionChange(cardExpanded); + } + }, [cardExpanded]); + + return ( + + {component === "card" && ( + <> + + + + {isFetching ? : children} + + + {CardButton && {CardButton}} + + )} + {component === "accordion" && ( + + } + onClick={() => setCardExpanded(!cardExpanded)} + > + + + + + + {isFetching ? : children} + + {CardButton && {CardButton}} + + + )} + + ); +} diff --git a/src/components/CippCards/CippChartCard.jsx b/src/components/CippCards/CippChartCard.jsx new file mode 100644 index 000000000000..577a3f2bbaf1 --- /dev/null +++ b/src/components/CippCards/CippChartCard.jsx @@ -0,0 +1,213 @@ +import { useEffect, useState } from "react"; +import { + Box, + Card, + CardContent, + CardHeader, + Divider, + Skeleton, + Stack, + Typography, +} from "@mui/material"; +import { useTheme } from "@mui/material/styles"; +import { ActionsMenu } from "../actions-menu"; +import { Chart } from "../chart"; + +const useChartOptions = (labels, chartType) => { + const theme = useTheme(); + + return { + chart: { + background: "transparent", + toolbar: { + show: false, + tools: { + download: true, + selection: false, + zoom: false, + zoomin: false, + zoomout: false, + pan: false, + reset: true | '', + }, + }, + }, + colors: [ + theme.palette.success.main, + theme.palette.warning.main, + theme.palette.error.main, + theme.palette.neutral[200], + ], + dataLabels: { + enabled: false, + }, + + xaxis: { + labels: { + show: true, + rotate: 0, + style: { + fontSize: "12px", + }, + }, + tickPlacement: "on", + }, + labels, + legend: { + show: false, + }, + plotOptions: { + pie: { + expandOnClick: false, + }, + }, + states: { + active: { + filter: { + type: "none", + }, + }, + hover: { + filter: { + type: "none", + }, + }, + }, + stroke: { + width: chartType === "line" ? 2 : 1, + }, + theme: { + mode: theme.palette.mode, + }, + tooltip: { + fillSeriesColor: false, + }, + }; +}; + +export const CippChartCard = ({ + isFetching, + chartSeries = [], + labels = [], + chartType = "donut", + title, + actions, + onClick, + totalLabel = "Total", + customTotal, +}) => { + const [range, setRange] = useState("Last 7 days"); + const [barSeries, setBarSeries] = useState([]); + const chartOptions = useChartOptions(labels, chartType); + chartSeries = chartSeries.filter((item) => item !== null); + const calculatedTotal = chartSeries.reduce((acc, value) => acc + value, 0); + const total = customTotal !== undefined ? customTotal : calculatedTotal; + useEffect(() => { + if (chartType === "bar") { + setBarSeries( + labels.map((label, index) => ({ + data: [{ x: label, y: chartSeries[index] }], + })) + ); + } + }, [chartType, chartSeries.length, labels]); + + return ( + theme.shadows[8], + transform: "translateY(-2px)", + } : {}, + }} + > + + ) : null + } + title={title} + /> + + + { + //if the chartType is not defined, or if the data is fetching, or if the data is empty, show a skeleton + chartType === undefined || isFetching || chartSeries.length === 0 ? ( + + ) : ( + + ) + } + + {labels.length > 0 && ( + <> + {totalLabel} + {isFetching ? "0" : total} + + )} + + + {isFetching ? ( + + ) : ( + <> + { + //only show the labels if there are labels + labels.length > 0 && + chartSeries.map((item, index) => ( + + + + + {labels[index]} + + + + {item} + + + )) + } + + )} + + + + ); +}; diff --git a/src/components/CippCards/CippDomainCards.jsx b/src/components/CippCards/CippDomainCards.jsx new file mode 100644 index 000000000000..b6d8adb58bf4 --- /dev/null +++ b/src/components/CippCards/CippDomainCards.jsx @@ -0,0 +1,711 @@ +import { useEffect, useState } from "react"; +import { + Button, + Collapse, + Switch, + TextField, + IconButton, + Tooltip, + Typography, + Chip, + Stack, + Divider, + FormControlLabel, +} from "@mui/material"; +import { Grid } from "@mui/system"; +import SearchIcon from "@mui/icons-material/Search"; +import ClearIcon from "@mui/icons-material/Clear"; +import SettingsIcon from "@mui/icons-material/Settings"; +import CheckCircleIcon from "@mui/icons-material/CheckCircle"; +import ErrorIcon from "@mui/icons-material/Error"; +import WarningIcon from "@mui/icons-material/Warning"; +import HelpIcon from "@mui/icons-material/Help"; +import MoreVertIcon from "@mui/icons-material/MoreVert"; +import { Controller, useForm } from "react-hook-form"; +import { ApiGetCall } from "/src/api/ApiCall"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { CippCodeBlock } from "/src/components/CippComponents/CippCodeBlock"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { CippPropertyListCard } from "./CippPropertyListCard"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +import punycode from "punycode"; + +const ResultList = ({ passes = [], warns = [], fails = [] }) => ( + + {passes.map((pass, index) => ( + + + {pass} + + ))} + {warns.map((warn, index) => ( + + + {warn} + + ))} + {fails.map((fail, index) => ( + + + {fail} + + ))} + +); + +// Custom MX Results Card component +const MXResultsCard = ({ domain, mxData, isFetching }) => { + const [visible, setVisible] = useState(false); + + const handleDetailsClick = () => { + setVisible(true); + }; + + const providerName = mxData?.MailProvider?.Name || "Unknown"; + const validationPasses = mxData?.ValidationPasses || []; + const validationWarns = mxData?.ValidationWarns || []; + const validationFails = mxData?.ValidationFails || []; + + const allPassed = validationFails.length === 0 && validationWarns.length === 0; + + const helpUrl = mxData?.MailProvider?._MxComment || ""; + return ( + + {allPassed && } + MX Records + + } + cardSx={{ display: "flex", flexDirection: "column", height: "100%" }} + cardActions={ + <> + {helpUrl && ( + + + + + + )} + + + + + + } + onClose={() => setVisible(false)} + /> + + } + isFetching={isFetching} + > + {!isFetching && ( + <> + + Mail Provider: + + + + + )} + + ); +}; + +// DomainResultCard to reuse for other result types +function DomainResultCard({ title, data, isFetching, info, type }) { + const [visible, setVisible] = useState(false); + + const offCanvasData = + //switch case for different types of data + type === "whois" + ? { + extendedInfoFields: [ + "Domain Name", + "Creation Date", + "Updated Date", + "Registrar Registration Expiration Date", + "Registrar", + "Registrar URL", + "Registrar Abuse Contact Email", + "Domain Status", + "Name Server", + "DNSSEC", + ], + extendedData: data, + } + : type === "MTA-STS" + ? { + children: ( + + + {info} + + + ), + } + : type === "DNSSEC" + ? { + children: , + } + : type === "DKIM" + ? { + children: data?.Records?.map((record, index) => ( +
    + + Selector: {record?.Selector} + + + +
    + )), + } + : type === "DMARC" + ? { + children: ( + //4 headers, "Record" and then under it. + <> + + Record: + + + + ({ + label: "Reporting Email(s)", + value: email, + }))} + /> + ({ + label: "Forensic Email(s)", + value: email, + }))} + /> + + ), + } + : type === "SPF" + ? { + children: ( + <> + + Record: + + + {data?.Recommendations && ( + <> + ({ + label: "Recommendation", + value: rec.Message, + }))} + /> + + )} + + + IP Addresses + + record.IPAddresses).join("\n")} + /> + + ), + } + : type === "HTTPS" + ? { + children: ( + <> + {data?.Tests?.map((test, index) => ( + <> + dns.Unicode), + "DNSName" + ), + }, + ]} + /> + + + + ))} + + ), + } + : {}; + + return ( + + {data?.ValidationFails?.length === 0 && data?.ValidationWarns?.length === 0 && ( + + )} + {data?.ValidationFails?.length > 0 && ( + + )} + {data?.ValidationWarns?.length > 0 && ( + + )} + {title} + + } + cardSx={{ display: "flex", flexDirection: "column", height: "100%" }} + cardActions={ + <> + {data?._Comment && ( + + + + + + )} + + setVisible(true)}> + + + + + } + isFetching={isFetching} + > + + {info} + + setVisible(false)} {...offCanvasData} /> + + ); +} + +// The main CippDomainCards component with new props +export const CippDomainCards = ({ domain: propDomain = "", fullwidth = false }) => { + const { control, handleSubmit, watch, setValue } = useForm({ + defaultValues: { + domain: propDomain, + spfRecord: "", + dkimSelector: "", + subdomains: "", + enableHttps: false, + }, + }); + const [optionsVisible, setOptionsVisible] = useState(false); + const [domain, setDomain] = useState(propDomain); + const [selector, setSelector] = useState(""); + const [spfRecord, setSpfRecord] = useState(""); + const [subdomains, setSubdomains] = useState(""); + const enableHttps = watch("enableHttps"); + + useEffect(() => { + if (propDomain) { + setValue("domain", propDomain); + setDomain(propDomain); + } + }, [propDomain, setValue]); + + const onSubmit = (values) => { + const punycodedDomain = punycode.toASCII(values.domain); + setDomain(punycodedDomain); + setSelector(values.dkimSelector); + setSpfRecord(values.spfRecord); + setSubdomains(values.subdomains); + }; + + const handleClear = () => { + setValue("domain", ""); + setValue("spfRecord", ""); + setValue("dkimSelector", ""); + setValue("subdomains", ""); + setDomain(""); + setSelector(""); + setSpfRecord(""); + setSubdomains(""); + }; + + // API calls with dynamic queryKey using domain + const { data: whoisData, isFetching: whoisLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `whois-${domain}`, + data: { Domain: domain, Action: "ReadWhoisRecord" }, + waiting: !!domain, + }); + + const { data: nsData, isFetching: nsLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `ns-${domain}`, + data: { Domain: domain, Action: "ReadNSRecord" }, + waiting: !!domain, + }); + + const { data: mxData, isFetching: mxLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `mx-${domain}`, + data: { Domain: domain, Action: "ReadMxRecord" }, + waiting: !!domain, + }); + + const { data: spfData, isFetching: spfLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `spf-${domain}-${spfRecord}`, + data: { Domain: domain, Action: "ReadSPFRecord", Record: spfRecord }, + waiting: !!domain, + }); + + const { data: dmarcData, isFetching: dmarcLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `dmarc-${domain}`, + data: { Domain: domain, Action: "ReadDmarcPolicy" }, + waiting: !!domain, + }); + + const { data: dkimData, isFetching: dkimLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `dkim-${domain}-${selector}`, + data: { Domain: domain, Action: "ReadDkimRecord", Selector: selector }, + waiting: !!domain, + }); + + const { data: dnssecData, isFetching: dnssecLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `dnssec-${domain}`, + data: { Domain: domain, Action: "TestDNSSEC" }, + waiting: !!domain, + }); + + const { data: mtastsData, isFetching: mtastsLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `mtasts-${domain}`, + data: { Domain: domain, Action: "TestMtaSts" }, + waiting: !!domain, + }); + + const { data: httpsData, isFetching: httpsLoading } = ApiGetCall({ + url: "/api/ListDomainHealth", + queryKey: `https-${domain}-${subdomains}`, + data: { Domain: domain, Action: "TestHttpsCertificate", Subdomains: subdomains }, + waiting: !!domain && enableHttps, + }); + + // Adjust Grid size based on fullwidth prop + const gridItemSize = fullwidth ? 12 : 4; + + return ( +
    + + + + setOptionsVisible(!optionsVisible)}> + + + + } + > + + + ( + + )} + /> + + + + + + + + ( + + )} + /> + ( + + )} + /> + ( + } + label="Enable HTTPS check" + /> + )} + /> + {enableHttps && ( + ( + + )} + /> + )} + + + + + + + {domain && ( + <> + + + Registrar: {whoisData?.Registrar} + + } + /> + + + +

    Nameservers:

    +
    {nsData?.Records.join("\n")}
    + + } + /> +
    + + + + + +

    SPF Record:

    + + + + } + /> +
    + + +

    DMARC Policy:

    + + + + } + /> +
    + + +

    DKIM Record:

    + + + + } + /> +
    + + + + + } + /> + + + +

    MTA-STS Mode:

    + + + + } + /> +
    + {enableHttps && ( + + + + + } + /> + + )} + + )} +
    +
    + ); +}; diff --git a/src/components/CippCards/CippExchangeInfoCard.jsx b/src/components/CippCards/CippExchangeInfoCard.jsx new file mode 100644 index 000000000000..9a5dfb574ae7 --- /dev/null +++ b/src/components/CippCards/CippExchangeInfoCard.jsx @@ -0,0 +1,315 @@ +import PropTypes from "prop-types"; +import { + Card, + CardHeader, + Divider, + Skeleton, + Chip, + IconButton, + Typography, + CircularProgress, + Alert, +} from "@mui/material"; +import { PropertyList } from "/src/components/property-list"; +import { PropertyListItem } from "/src/components/property-list-item"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +import { Check as CheckIcon, Close as CloseIcon, Sync } from "@mui/icons-material"; +import { LinearProgressWithLabel } from "../linearProgressWithLabel"; +import { Stack, Grid } from "@mui/system"; + +export const CippExchangeInfoCard = (props) => { + const { exchangeData, isLoading = false, isFetching = false, handleRefresh, ...other } = props; + + // Define the protocols array + const protocols = [ + { name: "EWS", enabled: exchangeData?.EWSEnabled }, + { name: "MAPI", enabled: exchangeData?.MailboxMAPIEnabled }, + { name: "OWA", enabled: exchangeData?.MailboxOWAEnabled }, + { name: "IMAP", enabled: exchangeData?.MailboxImapEnabled }, + { name: "POP", enabled: exchangeData?.MailboxPopEnabled }, + { name: "ActiveSync", enabled: exchangeData?.MailboxActiveSyncEnabled }, + ]; + + // Define mailbox hold types array + const holds = [ + { name: "Compliance Tag Hold", enabled: exchangeData?.ComplianceTagHold }, + { name: "Retention Hold", enabled: exchangeData?.RetentionHold }, + { name: "Litigation Hold", enabled: exchangeData?.LitigationHold }, + { name: "In-Place Hold", enabled: exchangeData?.InPlaceHold }, + { name: "eDiscovery Hold", enabled: exchangeData?.EDiscoveryHold }, + { name: "Purview Retention Hold", enabled: exchangeData?.PurviewRetentionHold }, + { name: "Excluded from Org-Wide Hold", enabled: exchangeData?.ExcludedFromOrgWideHold }, + ]; + + return ( + + + Exchange Information + {isFetching ? ( + + ) : ( + + + + )} + + } + /> + {exchangeData?.BlockedForSpam === true ? ( + + This mailbox is currently blocked for spam. + + ) : null} + + + + ) : ( + + + + Mailbox Type: + + + {exchangeData?.RecipientTypeDetails || "N/A"} + + + + + Hidden from GAL: + + + {getCippFormatting( + exchangeData?.HiddenFromAddressLists, + "HiddenFromAddressLists" + )} + + + + + Blocked For Spam: + + + {getCippFormatting(exchangeData?.BlockedForSpam, "BlockedForSpam")} + + + + + Retention Policy: + + + {getCippFormatting(exchangeData?.RetentionPolicy, "RetentionPolicy")} + + + + ) + } + /> + + ) : exchangeData?.TotalItemSize != null ? ( + + ) : ( + "N/A" + ) + } + /> + + ) : ( + (() => { + const forwardingAddress = exchangeData?.ForwardingAddress; + const forwardAndDeliver = exchangeData?.ForwardAndDeliver; + + // Determine forwarding type and clean address + let forwardingType = "None"; + let cleanAddress = ""; + + if (forwardingAddress) { + if (forwardingAddress.startsWith("smtp:")) { + forwardingType = "External"; + cleanAddress = forwardingAddress.replace("smtp:", ""); + } else { + forwardingType = "Internal"; + cleanAddress = forwardingAddress; + } + } + + return ( + + + + Forwarding Status: + + + {forwardingType === "None" + ? getCippFormatting(false, "ForwardingStatus") + : `${forwardingType} Forwarding`} + + + {forwardingType !== "None" && ( + <> + + + Keep Copy in Mailbox: + + + {getCippFormatting(forwardAndDeliver, "ForwardAndDeliver")} + + + + + Forwarding Address: + + {cleanAddress} + + + )} + + ); + })() + ) + } + /> + + {/* Archive section - always show status */} + + ) : ( + + + + Archive Mailbox Enabled: + + + {getCippFormatting(exchangeData?.ArchiveMailBox, "ArchiveMailBox")} + + + {exchangeData?.ArchiveMailBox && ( + <> + + + Auto Expanding Archive: + + + {getCippFormatting( + exchangeData?.AutoExpandingArchive, + "AutoExpandingArchive" + )} + + + + + Total Archive Item Size: + + + {exchangeData?.TotalArchiveItemSize != null + ? `${exchangeData.TotalArchiveItemSize} GB` + : "N/A"} + + + + + Total Archive Item Count: + + + {exchangeData?.TotalArchiveItemCount != null + ? exchangeData.TotalArchiveItemCount + : "N/A"} + + + + )} + + ) + } + /> + + + ) : ( +
    + {holds.map((hold) => ( + : } + color={hold.enabled ? "success" : "default"} + variant="outlined" + size="small" + sx={{ mr: 1, mb: 1 }} + /> + ))} +
    + ) + } + /> + + ) : ( +
    + {protocols.map((protocol) => ( + : } + color={protocol.enabled ? "success" : "default"} + variant="outlined" + size="small" + sx={{ mr: 1, mb: 1 }} + /> + ))} +
    + ) + } + /> +
    +
    + ); +}; + +CippExchangeInfoCard.propTypes = { + exchangeData: PropTypes.object, + isLoading: PropTypes.bool, + isFetching: PropTypes.bool, + handleRefresh: PropTypes.func, +}; diff --git a/src/components/CippCards/CippImageCard.jsx b/src/components/CippCards/CippImageCard.jsx new file mode 100644 index 000000000000..3ea40dfb6a3d --- /dev/null +++ b/src/components/CippCards/CippImageCard.jsx @@ -0,0 +1,92 @@ +import NextLink from "next/link"; +import ArrowRightIcon from "@heroicons/react/24/outline/ArrowRightIcon"; +import { Box, Button, LinearProgress, Skeleton, Stack, SvgIcon, Typography } from "@mui/material"; + +export const CippImageCard = ({ + isFetching, + imageUrl = "/assets/illustration-reports.png", + title, + text, + step, + maxstep, + linkText, + link, + onButtonClick, +}) => ( + +
    + + {title} + + + {isFetching ? : text} + + + {step && maxstep && ( + <> + + {step}/{maxstep} + + + + )} + + {link && ( + + )} + {onButtonClick && ( + + )} +
    + + + +
    +); diff --git a/src/components/CippCards/CippInfoBar.jsx b/src/components/CippCards/CippInfoBar.jsx new file mode 100644 index 000000000000..930d729b8400 --- /dev/null +++ b/src/components/CippCards/CippInfoBar.jsx @@ -0,0 +1,148 @@ +import React, { useState } from "react"; +import { Box, Card, Stack, SvgIcon, Typography, Skeleton, Tooltip } from "@mui/material"; +import { Grid } from "@mui/system"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { CippPropertyListCard } from "./CippPropertyListCard"; + +export const CippInfoBar = ({ data, isFetching }) => { + const [visibleIndex, setVisibleIndex] = useState(null); + + return ( + + + {data.map((item, index) => ( + <> + setVisibleIndex(index) : undefined} + sx={{ + cursor: item.offcanvas ? "pointer" : "default", + borderBottom: (theme) => ({ + xs: `1px solid ${theme.palette.divider}`, + md: "none", + }), + borderRight: (theme) => ({ + md: `1px solid ${theme.palette.divider}`, + }), + "&:nth-of-type(3)": { + borderBottom: (theme) => ({ + xs: `1px solid ${theme.palette.divider}`, + sm: "none", + }), + }, + "&:nth-of-type(4)": { + borderBottom: "none", + borderRight: "none", + }, + }} + > + + {item?.icon && ( + + {item.icon} + + )} + {item?.toolTip ? ( + + { + if (!item?.icon) { + return { pl: 2, minWidth: 0, flex: 1 }; + } + return { minWidth: 0, flex: 1 }; + }} + > + + {item.name} + + + {isFetching ? : item.data} + + + + ) : ( + { + if (!item?.icon) { + return { pl: 2, minWidth: 0, flex: 1 }; + } + return { minWidth: 0, flex: 1 }; + }} + > + + {item.name} + + + {isFetching ? : item.data} + + + )} + + + {item.offcanvas && ( + <> + setVisibleIndex(null)} + > + + + + {item?.offcanvas?.propertyItems?.length > 0 && ( + + )} + + + + + + )} + + ))} + + + ); +}; diff --git a/src/components/CippCards/CippInfoCard.jsx b/src/components/CippCards/CippInfoCard.jsx new file mode 100644 index 000000000000..bd0d4b978870 --- /dev/null +++ b/src/components/CippCards/CippInfoCard.jsx @@ -0,0 +1,71 @@ +import PropTypes from "prop-types"; +import { + Avatar, + Button, + Card, + CardActions, + Divider, + Link, + Skeleton, + Stack, + SvgIcon, + Typography, +} from "@mui/material"; +import { ArrowRightIcon, CubeIcon } from "@heroicons/react/24/outline"; + +export const CippInfoCard = (props) => { + const { isFetching, actionLink, actionText, value, icon, label, cardSize, ...other } = props; + + return ( + + + + {icon ? icon : } + +
    + + {isFetching ? : label} + + {isFetching ? : value} +
    +
    + {actionLink && ( + <> + + + + + + )} +
    + ); +}; + +CippInfoCard.propTypes = { + action: PropTypes.node, + icon: PropTypes.node, + label: PropTypes.string.isRequired, + value: PropTypes.number.isRequired, +}; diff --git a/src/components/CippCards/CippListitemCard.jsx b/src/components/CippCards/CippListitemCard.jsx new file mode 100644 index 000000000000..9eda5adb5228 --- /dev/null +++ b/src/components/CippCards/CippListitemCard.jsx @@ -0,0 +1,124 @@ +import ArrowRightIcon from "@heroicons/react/24/outline/ArrowRightIcon"; +import CubeIcon from "@heroicons/react/24/outline/CubeIcon"; +import UsersIcon from "@heroicons/react/24/outline/UsersIcon"; +import { + Box, + Button, + Card, + CardHeader, + Divider, + IconButton, + List, + ListItem, + ListItemIcon, + ListItemSecondaryAction, + ListItemText, + Skeleton, + SvgIcon, + Typography, +} from "@mui/material"; + +const getContent = (notification, textKey) => { + return ( + <> + + {notification.icon ? notification.icon : } + + + + {notification[textKey]} + + + } + /> + + + + + + + + + ); +}; + +export const CippListItemCard = ({ + isFetching, + title, + listitems = [], + textKey, + seeAllLink, + seeAllText, +}) => { + //if listitems is a blank array, null, or undefined, set it an array with 1 item. "No messages found. You're good to go!" + if (!listitems || listitems.length === 0) { + listitems = [ + { + id: "no-messages", + icon: , + [textKey]: "No messages found. You're good to go!", + }, + ]; + } + return ( + + + + + {isFetching + ? [0, 1, 2, 3].map((index) => ( + + + + + + + + + + + + + + + + + + + + )) + : listitems.map((notification, index) => { + const hasDivider = listitems.length > index + 1; + return ( + + {getContent(notification, textKey)} + + ); + })} + + + + {listitems.length > 1 && ( + + )} + + + ); +}; diff --git a/src/components/CippCards/CippPageCard.jsx b/src/components/CippCards/CippPageCard.jsx new file mode 100644 index 000000000000..07b278b4bdfb --- /dev/null +++ b/src/components/CippCards/CippPageCard.jsx @@ -0,0 +1,49 @@ +import { useRouter } from "next/router"; +import { Box, Container, Stack, Button, SvgIcon, Typography, Card } from "@mui/material"; +import ArrowLeftIcon from "@mui/icons-material/ArrowLeft"; +import { CippHead } from "../CippComponents/CippHead"; +const CippPageCard = (props) => { + const { + title, + backButtonTitle = "Back", + children, + cardSize = "xl", + hideTitleText = false, + hideBackButton = false, + noTenantInHead = false, + infoBar, + } = props; + const router = useRouter(); + + const handleBackClick = () => { + router.back(); // Navigate to the previous page when the button is clicked + }; + + return ( + <> + + + + + + {hideTitleText !== true && ( +
    + {title} +
    + )} +
    + {infoBar} + {children} +
    +
    +
    + + ); +}; + +export default CippPageCard; diff --git a/src/components/CippCards/CippPropertyListCard.jsx b/src/components/CippCards/CippPropertyListCard.jsx new file mode 100644 index 000000000000..4e7bb2d81f0f --- /dev/null +++ b/src/components/CippCards/CippPropertyListCard.jsx @@ -0,0 +1,200 @@ +import { + Card, + CardContent, + CardHeader, + Divider, + Skeleton, + SvgIcon, + Stack, + CardActions, +} from "@mui/material"; +import { ActionList } from "../../components/action-list"; +import { ActionListItem } from "../../components/action-list-item"; +import { PropertyList } from "../../components/property-list"; +import { PropertyListItem } from "../../components/property-list-item"; +import { useDialog } from "../../hooks/use-dialog"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import { useState } from "react"; + +export const CippPropertyListCard = (props) => { + const { + align = "vertical", + actionItems = [], + propertyItems = [], + isFetching, + title, + actionButton, + copyItems = false, + data, + layout = "single", + showDivider = true, + cardButton, + cardSx = { width: "100%", height: "100%" }, + ...other + } = props; + const createDialog = useDialog(); + const [actionData, setActionData] = useState({ data: {}, action: {}, ready: false }); + + const half = Math.ceil(propertyItems.length / 2); + const firstHalf = propertyItems.slice(0, half); + const secondHalf = propertyItems.slice(half, propertyItems.length); + + const isLabelPresent = (item) => { + return item?.label === "" || item?.label === undefined || item?.label === null; + }; + + const setPadding = isLabelPresent ? { py: 0.5, px: 3 } : { py: 1.5, px: 3 }; + const handleActionDisabled = (row, action) => { + if (action?.condition) { + return !action.condition(row); + } + return false; + }; + + return ( + <> + + + + + + {layout === "single" ? ( + + {isFetching ? ( + <> + {Array.from({ length: propertyItems?.length || 3 }).map((_, index) => ( + } + sx={setPadding} + /> + ))} + + ) : ( + propertyItems.map((item, index) => ( + + )) + )} + + ) : ( + // Two-column layout + *": { + width: { + md: "50%", + }, + }, + }} + > + + {isFetching ? ( + <> + {Array.from({ length: Math.max(1, firstHalf?.length || 1) }).map((_, index) => ( + } + /> + ))} + + ) : ( + firstHalf.map((item, index) => ( + + )) + )} + + + {isFetching ? ( + <> + {Array.from({ length: Math.max(1, secondHalf?.length || 1) }).map( + (_, index) => ( + } + /> + ) + )} + + ) : ( + secondHalf.map((item, index) => ( + + )) + )} + + + )} + + + {actionItems?.length > 0 && + actionItems.map((item, index) => ( + {item.icon}} + label={item.label} + onClick={() => { + setActionData({ + data: data, + action: item, + ready: true, + }); + if (item?.noConfirm) { + item.customFunction(item, data, {}); + } else { + createDialog.handleOpen(); + } + }} + disabled={handleActionDisabled(data, item)} + /> + ))} + + + {actionData.ready && ( + + )} + {cardButton && ( + <> + + {cardButton} + + )} + + + ); +}; diff --git a/src/components/CippCards/CippRemediationCard.jsx b/src/components/CippCards/CippRemediationCard.jsx new file mode 100644 index 000000000000..d864719f80e1 --- /dev/null +++ b/src/components/CippCards/CippRemediationCard.jsx @@ -0,0 +1,79 @@ +import { Button, Typography, List, ListItem, SvgIcon } from "@mui/material"; +import CippButtonCard from "./CippButtonCard"; // Adjust the import path as needed +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import { useDialog } from "../../hooks/use-dialog"; +import { Sync } from "@mui/icons-material"; +import { ShieldCheckIcon } from "@heroicons/react/24/outline"; + +export default function CippRemediationCard(props) { + const { userPrincipalName, isFetching, userId, tenantFilter, restartProcess } = props; + const createDialog = useDialog(); + return ( + + Business Email Compromise Overview - {userPrincipalName} + + } + cardActions={ + + } + CardButton={ + + } + isFetching={isFetching} + > + + Use this information as a guide to check if a tenant or e-mail address might have been + compromised. All data is retrieved from the last 7 days of logs. + + + + Hit the button below to execute the following tasks: + + + Block user sign-in + Reset user password + Disconnect all current sessions + Remove all MFA methods for the user + Disable all inbox rules for the user + + + + ); +} diff --git a/src/components/CippCards/CippStandardsDialog.jsx b/src/components/CippCards/CippStandardsDialog.jsx new file mode 100644 index 000000000000..5e3c2cc879d8 --- /dev/null +++ b/src/components/CippCards/CippStandardsDialog.jsx @@ -0,0 +1,544 @@ +import React, { useState } from "react"; +import _ from "lodash"; +import { + Dialog, + DialogTitle, + DialogContent, + DialogActions, + Button, + Typography, + Box, + Chip, + Stack, + Divider, + Card, + CardContent, + Grid, + IconButton, + Tooltip, + Accordion, + AccordionSummary, + AccordionDetails, +} from "@mui/material"; +import { + Close as CloseIcon, + Info as InfoIcon, + Warning as WarningIcon, + CheckCircle as CheckCircleIcon, + Assignment as AssignmentIcon, + Notifications as NotificationsIcon, + Construction as ConstructionIcon, + Public as PublicIcon, + Cloud as CloudIcon, + Email as EmailIcon, + Security as SecurityIcon, + PhoneAndroid as PhoneAndroidIcon, + ExpandMore as ExpandMoreIcon, +} from "@mui/icons-material"; +import { SvgIcon } from "@mui/material"; +import standards from "../../data/standards.json"; + +const getCategoryIcon = (category) => { + switch (category) { + case "Global Standards": + return ; + case "Entra (AAD) Standards": + return ; + case "Exchange Standards": + return ; + case "Defender Standards": + return ; + case "Intune Standards": + return ; + case "Templates": + return ; + default: + return ; + } +}; + +const getActionIcon = (action) => { + switch (action?.toLowerCase()) { + case "report": + return ; + case "alert": + case "warn": + return ; + case "remediate": + return ; + default: + return ; + } +}; + +const getImpactColor = (impact) => { + switch (impact?.toLowerCase()) { + case "low impact": + return "info"; + case "medium impact": + return "warning"; + case "high impact": + return "error"; + default: + return "default"; + } +}; + +export const CippStandardsDialog = ({ open, onClose, standardsData, currentTenant }) => { + const [expanded, setExpanded] = useState(false); + if (!standardsData) return null; + + // Get applicable templates for the current tenant + const applicableTemplates = standardsData.filter((template) => { + const tenantFilterArr = Array.isArray(template?.tenantFilter) ? template.tenantFilter : []; + const excludedTenantsArr = Array.isArray(template?.excludedTenants) + ? template.excludedTenants + : []; + + const tenantInFilter = + tenantFilterArr.length > 0 && tenantFilterArr.some((tf) => tf.value === currentTenant); + + const allTenantsTemplate = + tenantFilterArr.some((tf) => tf.value === "AllTenants") && + (excludedTenantsArr.length === 0 || + !excludedTenantsArr.some((et) => et.value === currentTenant)); + + const isApplicable = tenantInFilter || allTenantsTemplate; + + return isApplicable; + }); + + // Combine standards from all applicable templates + const combinedStandards = {}; + for (const template of applicableTemplates) { + for (const [standardKey, standardValue] of Object.entries(template.standards)) { + if (combinedStandards[standardKey]) { + // If the standard already exists, we need to merge it + const existing = combinedStandards[standardKey]; + const incoming = standardValue; + + // If both are arrays (like IntuneTemplate, ConditionalAccessTemplate), concatenate them + if (Array.isArray(existing) && Array.isArray(incoming)) { + combinedStandards[standardKey] = [...existing, ...incoming]; + } + // If one is array and other is not, or both are objects, keep the last one (existing behavior) + else { + combinedStandards[standardKey] = standardValue; + } + } else { + combinedStandards[standardKey] = standardValue; + } + } + } + + // Group standards by category + const standardsByCategory = {}; + let totalStandardsCount = 0; + + Object.entries(combinedStandards).forEach(([standardKey, standardConfig]) => { + const standardInfo = standards.find((s) => s.name === `standards.${standardKey}`); + if (standardInfo) { + const category = standardInfo.cat; + if (!standardsByCategory[category]) { + standardsByCategory[category] = []; + } + standardsByCategory[category].push({ + key: standardKey, + config: standardConfig, + info: standardInfo, + }); + + // Count template instances separately + if (Array.isArray(standardConfig) && standardConfig.length > 0) { + totalStandardsCount += standardConfig.length; + } else { + totalStandardsCount += 1; + } + } + }); + + const handleAccordionChange = (panel) => (event, isExpanded) => { + setExpanded(isExpanded ? panel : false); + }; + + return ( + + + Standards Configuration + theme.palette.grey[500], + }} + > + + + + + + + + Showing standards configuration for tenant: {currentTenant} + + + Total templates applied: {applicableTemplates.length} | Total + standards: {totalStandardsCount} + + + + {Object.entries(standardsByCategory).map(([category, categoryStandards], idx) => { + // Calculate the actual count of standards in this category (counting template instances) + const categoryCount = categoryStandards.reduce((count, { config }) => { + if (Array.isArray(config) && config.length > 0) { + return count + config.length; + } + return count + 1; + }, 0); + + return ( + `1px solid ${theme.palette.divider}`, + "&:before": { display: "none" }, + }} + > + } + aria-controls={`${category}-content`} + id={`${category}-header`} + sx={{ + minHeight: 48, + "& .MuiAccordionSummary-content": { alignItems: "center", m: 0 }, + }} + > + + {getCategoryIcon(category)} + + {category} + + + + + + + {categoryStandards.map(({ key, config, info }) => { + // Handle template arrays by rendering each template as a separate card + if (Array.isArray(config) && config.length > 0) { + return config.map((templateItem, templateIndex) => ( + + + + + + + {info.label} {config.length > 1 && `(${templateIndex + 1})`} + + + {info.helpText} + + + + + {info.tag && info.tag.length > 0 && ( + + )} + + + + Actions: + + + {templateItem.action && Array.isArray(templateItem.action) ? ( + templateItem.action.map((action, actionIndex) => ( + + )) + ) : ( + + No actions configured + + )} + + + + {info.addedComponent && info.addedComponent.length > 0 && ( + + + Fields: + + + {info.addedComponent.map((component, componentIndex) => { + const value = _.get(templateItem, component.name); + let displayValue = "N/A"; + + if (value) { + if (typeof value === "object" && value !== null) { + displayValue = + value.label || value.value || JSON.stringify(value); + } else { + displayValue = String(value); + } + } + + return ( + + + {component.label || component.name}: + + + + ); + })} + + + )} + + + + + )); + } + + // Handle regular standards (non-template arrays) + return ( + + + + + + + {info.label} + + + {info.helpText} + + + + + {info.tag && info.tag.length > 0 && ( + + )} + + + + Actions: + + + {config.action && Array.isArray(config.action) ? ( + config.action.map((action, index) => ( + + )) + ) : ( + + No actions configured + + )} + + + + {info.addedComponent && info.addedComponent.length > 0 && ( + + + Fields: + + + {info.addedComponent.map((component, index) => { + let componentValue; + let displayValue = "N/A"; + + // Handle regular standards and nested standards structures + let extractedValue = null; + + // Try direct access first + componentValue = _.get(config, component.name); + + // If direct access fails and component name contains dots (nested structure) + if ( + (componentValue === undefined || + componentValue === null) && + component.name.includes(".") + ) { + const pathParts = component.name.split("."); + + // Handle structures like: standards.AuthMethodsSettings.ReportSuspiciousActivity + if (pathParts[0] === "standards" && config.standards) { + // Remove 'standards.' prefix and try to find the value in config.standards + const nestedPath = pathParts.slice(1).join("."); + extractedValue = _.get(config.standards, nestedPath); + + // If still not found, try alternative nested structures + // Some standards have double nesting like: config.standards.StandardName.fieldName + if ( + (extractedValue === undefined || + extractedValue === null) && + pathParts.length >= 3 + ) { + const standardName = pathParts[1]; + const fieldPath = pathParts.slice(2).join("."); + extractedValue = _.get( + config.standards, + `${standardName}.${fieldPath}` + ); + } + } + } else { + extractedValue = componentValue; + } + + if (extractedValue) { + if (Array.isArray(extractedValue)) { + // Handle array of objects + const arrayValues = extractedValue.map((item) => { + if (typeof item === "object" && item !== null) { + return ( + item.label || item.value || JSON.stringify(item) + ); + } + return String(item); + }); + displayValue = arrayValues.join(", "); + } else if ( + typeof extractedValue === "object" && + extractedValue !== null + ) { + if (extractedValue.label) { + displayValue = extractedValue.label; + } else if (extractedValue.value) { + displayValue = extractedValue.value; + } else { + displayValue = JSON.stringify(extractedValue); + } + } else { + displayValue = String(extractedValue); + } + } + + return ( + + + {component.label || component.name}: + + + + ); + })} + + + )} + + + + + ); + })} + + + + ); + })} + + {Object.keys(standardsByCategory).length === 0 && ( + + + No standards configured for this tenant + + + Standards templates may not be applied to this tenant or no standards are currently + active. + + + )} + + + + + + + ); +}; diff --git a/src/components/CippCards/CippUniversalSearch.jsx b/src/components/CippCards/CippUniversalSearch.jsx new file mode 100644 index 000000000000..589ac2c117bf --- /dev/null +++ b/src/components/CippCards/CippUniversalSearch.jsx @@ -0,0 +1,185 @@ +import React, { useState } from "react"; +import { + TextField, + Box, + Typography, + Card, + CardContent, + CardHeader, + Skeleton, + Button, + Link, +} from "@mui/material"; +import { Grid } from "@mui/system"; +import { ApiGetCall } from "../../api/ApiCall"; + +export const CippUniversalSearch = React.forwardRef( + ({ onConfirm = () => {}, onChange = () => {}, maxResults = 7, value = "" }, ref) => { + const [searchValue, setSearchValue] = useState(value); + const handleChange = (event) => { + const newValue = event.target.value; + setSearchValue(newValue); + onChange(newValue); + }; + + const search = ApiGetCall({ + url: `/api/ExecUniversalSearch?name=${searchValue}`, + queryKey: `search-${searchValue}`, + waiting: false, + }); + const handleKeyDown = async (event) => { + if (event.key === "Enter") { + search.refetch(); + } + }; + + return ( + + + + {search.isFetching && ( + + + + )} + {search.isSuccess && search?.data?.length > 0 ? ( + + ) : ( + search.isSuccess && "No results found." + )} + + ); + } +); + +CippUniversalSearch.displayName = "CippUniversalSearch"; + +const Results = ({ items = [], searchValue }) => { + const [currentPage, setCurrentPage] = useState(1); + const resultsPerPage = 9; // Number of results per page + const totalResults = items.length; // Total number of results + const totalPages = Math.ceil(totalResults / resultsPerPage); // Total pages + + // Calculate the results to display for the current page + const startIndex = (currentPage - 1) * resultsPerPage; + const endIndex = startIndex + resultsPerPage; + const displayedResults = items.slice(startIndex, endIndex); + + const handleNextPage = () => { + if (currentPage < totalPages) { + setCurrentPage(currentPage + 1); + } + }; + + const handlePreviousPage = () => { + if (currentPage > 1) { + setCurrentPage(currentPage - 1); + } + }; + + return ( + <> + + {totalResults} results (Page {currentPage} of {totalPages}) + + + {displayedResults.map((item, key) => ( + + + + ))} + + + + + + + ); +}; + +const ResultsRow = ({ match, searchValue }) => { + const highlightMatch = (text) => { + const parts = text?.split(new RegExp(`(${searchValue})`, "gi")); + return parts?.map((part, index) => + part.toLowerCase() === searchValue.toLowerCase() ? ( + + {part} + + ) : ( + part + ) + ); + }; + const currentTenantInfo = ApiGetCall({ + url: "/api/ListTenants", + queryKey: `ListTenants`, + }); + return ( + + + {highlightMatch(match.displayName)} + + {highlightMatch(match.userPrincipalName)} + + + Found in tenant{" "} + { + //translate match._tenantId to tenant name by finding it in currentTenantInfo, if its not there, show the ID. the prop we are matching on is customerId, the return is displayName (defaultDomainName) + currentTenantInfo.data?.find((tenant) => tenant.customerId === match._tenantId) + ?.defaultDomainName || match._tenantId + } + + + + + + + + ); +}; diff --git a/src/components/CippCards/CippUserInfoCard.jsx b/src/components/CippCards/CippUserInfoCard.jsx new file mode 100644 index 000000000000..0e866efb39ac --- /dev/null +++ b/src/components/CippCards/CippUserInfoCard.jsx @@ -0,0 +1,445 @@ +import PropTypes from "prop-types"; +import { + Avatar, + Card, + CardHeader, + Divider, + Skeleton, + Typography, + Alert, + IconButton, + Tooltip, + CircularProgress, +} from "@mui/material"; +import { AccountCircle, PhotoCamera, Delete } from "@mui/icons-material"; +import { PropertyList } from "/src/components/property-list"; +import { PropertyListItem } from "/src/components/property-list-item"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +import { Stack, Grid, Box } from "@mui/system"; +import { useState, useRef, useCallback } from "react"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippUserInfoCard = (props) => { + const { user, tenant, isFetching = false, ...other } = props; + const [photoTimestamp, setPhotoTimestamp] = useState(Date.now()); + const [uploadError, setUploadError] = useState(null); + const [successMessage, setSuccessMessage] = useState(null); + const fileInputRef = useRef(null); + + // API mutations + const setPhotoMutation = ApiPostCall({ urlFromData: true }); + const removePhotoMutation = ApiPostCall({ urlFromData: true }); + + // Helper function to check if a section has any data + const hasWorkInfo = + user?.jobTitle || user?.department || user?.manager?.displayName || user?.companyName; + const hasAddressInfo = + user?.streetAddress || user?.postalCode || user?.city || user?.country || user?.officeLocation; + const hasContactInfo = + user?.mobilePhone || (user?.businessPhones && user?.businessPhones.length > 0); + + // Handle image URL with timestamp for cache busting + const imageUrl = + user?.id && tenant + ? `/api/ListUserPhoto?TenantFilter=${tenant}&UserId=${user.id}&t=${photoTimestamp}` + : undefined; + + const handleFileSelect = async (event) => { + const file = event.target.files[0]; + setUploadError(null); + setSuccessMessage(null); + + if (!file) return; + + // Validate file type + const validTypes = ["image/jpeg", "image/jpg", "image/png"]; + if (!validTypes.includes(file.type)) { + setUploadError("Please select a valid image file (JPEG or PNG)"); + return; + } + + // Validate file size (4MB max) + const maxSize = 4 * 1024 * 1024; + if (file.size > maxSize) { + setUploadError( + `File size exceeds 4MB limit. Current size: ${(file.size / (1024 * 1024)).toFixed(2)}MB` + ); + return; + } + + // Convert to base64 and upload + const reader = new FileReader(); + reader.onloadend = async () => { + try { + await setPhotoMutation.mutateAsync({ + url: "/api/ExecSetUserPhoto", + data: { + userId: user.id, + tenantFilter: tenant, + action: "set", + photoData: reader.result, + }, + }); + setPhotoTimestamp(Date.now()); + setSuccessMessage("Profile picture updated successfully!"); + setTimeout(() => setSuccessMessage(null), 3000); + } catch (error) { + setUploadError(error.message || "Failed to upload photo"); + } + }; + reader.onerror = () => { + setUploadError("Failed to read file"); + }; + reader.readAsDataURL(file); + + // Clear the input + if (fileInputRef.current) { + fileInputRef.current.value = ""; + } + }; + + const handleRemovePhoto = async () => { + setUploadError(null); + setSuccessMessage(null); + + try { + await removePhotoMutation.mutateAsync({ + url: "/api/ExecSetUserPhoto", + data: { + userId: user.id, + tenantFilter: tenant, + action: "remove", + }, + }); + setPhotoTimestamp(Date.now()); + setSuccessMessage("Profile picture removed successfully!"); + setTimeout(() => setSuccessMessage(null), 3000); + } catch (error) { + setUploadError(error.message || "Failed to remove photo"); + } + }; + + const isLoading = setPhotoMutation.isPending || removePhotoMutation.isPending; + + return ( + + + + + + ) : ( + + {/* Avatar section */} + + + + + + + {isLoading && ( + + )} + + {/* Photo management buttons */} + + + + fileInputRef.current?.click()} + disabled={isLoading} + sx={{ + backgroundColor: "action.hover", + "&:hover": { backgroundColor: "action.selected" }, + }} + > + + + + + + + + + + {/* Status messages */} + {successMessage && ( + + {successMessage} + + )} + {uploadError && ( + + {uploadError} + + )} + + + + {/* Status information section */} + + + + + Account Enabled: + + + {getCippFormatting(user?.accountEnabled, "accountEnabled")} + + + + + + Synced from AD: + + + {getCippFormatting(user?.onPremisesSyncEnabled, "onPremisesSyncEnabled")} + + + + + + ) + } + /> + + {/* Basic Identity Information */} + + ) : ( + + + + Display Name: + + + {getCippFormatting(user?.displayName, "displayName") || "N/A"} + + + + + Email Address: + + + {getCippFormatting(user?.proxyAddresses, "proxyAddresses") || "N/A"} + + + + + User Principal Name: + + + {getCippFormatting(user?.userPrincipalName, "userPrincipalName") || "N/A"} + + + + ) + } + /> + + {/* Licenses */} + + ) : !user?.assignedLicenses || user?.assignedLicenses.length === 0 ? ( + + No licenses assigned to this user + + ) : ( + getCippFormatting(user?.assignedLicenses, "assignedLicenses") + ) + } + /> + + {/* Work Information Section */} + + ) : !hasWorkInfo ? ( + + No work information available + + ) : ( + + {user?.jobTitle && ( + + + Job Title: + + {user.jobTitle} + + )} + {user?.companyName && ( + + + Company Name: + + {user.companyName} + + )} + {user?.department && ( + + + Department: + + {user.department} + + )} + {user?.manager?.displayName && ( + + + Manager: + + {user.manager.displayName} + + )} + + ) + } + /> + + {/* Contact Information Section */} + + ) : !hasContactInfo ? ( + + No contact information available + + ) : ( + + {user?.mobilePhone && ( + + + Mobile Phone: + + {user.mobilePhone} + + )} + {user?.businessPhones && user.businessPhones.length > 0 && ( + + + Business Phones: + + {user.businessPhones.join(", ")} + + )} + + ) + } + /> + + {/* Address Information Section */} + + ) : !hasAddressInfo ? ( + + No address information available + + ) : ( + + {user?.streetAddress && ( + + + Street Address: + + {user.streetAddress} + + )} + {user?.city && ( + + + City: + + {user.city} + + )} + {user?.postalCode && ( + + + Postal Code: + + {user.postalCode} + + )} + {user?.country && ( + + + Country: + + {user.country} + + )} + {user?.officeLocation && ( + + + Office Location: + + {user.officeLocation} + + )} + + ) + } + /> + + + ); +}; + +CippUserInfoCard.propTypes = { + user: PropTypes.object, + tenant: PropTypes.string, + isFetching: PropTypes.bool, +}; diff --git a/src/components/CippComponents/AppApprovalTemplateForm.jsx b/src/components/CippComponents/AppApprovalTemplateForm.jsx new file mode 100644 index 000000000000..e58add0e6945 --- /dev/null +++ b/src/components/CippComponents/AppApprovalTemplateForm.jsx @@ -0,0 +1,595 @@ +import { useState, useEffect, use } from "react"; +import { Alert, Skeleton, Stack, Typography, Button, Box, Link } from "@mui/material"; +import { CippFormComponent } from "./CippFormComponent"; +import { CippFormCondition } from "./CippFormCondition"; +import { CippApiResults } from "./CippApiResults"; +import { Grid } from "@mui/system"; +import CippPermissionPreview from "./CippPermissionPreview"; +import { useWatch } from "react-hook-form"; +import { CippPermissionSetDrawer } from "./CippPermissionSetDrawer"; + +const AppApprovalTemplateForm = ({ + formControl, + templateData, + templateLoading, + isEditing, + isCopy, + updatePermissions, + onSubmit, + refetchKey, + hideSubmitButton = false, // New prop to hide the submit button when used in a drawer +}) => { + const [selectedPermissionSet, setSelectedPermissionSet] = useState(null); + const [permissionsLoaded, setPermissionsLoaded] = useState(false); + const [permissionSetDrawerVisible, setPermissionSetDrawerVisible] = useState(false); + + // Watch for app type selection changes + const selectedAppType = useWatch({ + control: formControl?.control, + name: "appType", + defaultValue: "EnterpriseApp", + }); + const selectedGalleryTemplate = useWatch({ + control: formControl?.control, + name: "galleryTemplateId", + }); + + // Watch for application manifest changes + const selectedApplicationManifest = useWatch({ + control: formControl?.control, + name: "applicationManifest", + }); + + // Watch for app selection changes to update template name + const selectedApp = useWatch({ + control: formControl?.control, + name: "appId", + }); + + // When templateData changes, update the form + useEffect(() => { + if (!formControl) return; // Early return if formControl is not available + + if (!isEditing && !isCopy) { + formControl.setValue("templateName", "New App Deployment Template"); + formControl.setValue("appType", "EnterpriseApp"); + setPermissionsLoaded(false); + } else if (templateData && isCopy) { + // When copying, we want to load the template data but not the ID + if (templateData[0]) { + const copyName = `Copy of ${templateData[0].TemplateName}`; + formControl.setValue("templateName", copyName); + + // Set app type based on whether it's a gallery template, defaulting to EnterpriseApp for backward compatibility + const appType = + templateData[0].AppType || + (templateData[0].GalleryTemplateId + ? "GalleryTemplate" + : templateData[0].ApplicationManifest + ? "ApplicationManifest" + : "EnterpriseApp"); + formControl.setValue("appType", appType); + + if (appType === "GalleryTemplate") { + formControl.setValue("galleryTemplateId", { + label: templateData[0].AppName || "Unknown", + value: templateData[0].GalleryTemplateId, + addedFields: { + displayName: templateData[0].AppName, + applicationId: templateData[0].AppId, + // Include saved gallery information for proper display + ...(templateData[0].GalleryInformation || {}), + }, + }); + } else if (appType === "ApplicationManifest") { + // For Application Manifest, load the manifest JSON + if (templateData[0].ApplicationManifest) { + formControl.setValue( + "applicationManifest", + JSON.stringify(templateData[0].ApplicationManifest, null, 2) + ); + } + } else { + formControl.setValue("appId", { + label: `${templateData[0].AppName || "Unknown"} (${templateData[0].AppId})`, + value: templateData[0].AppId, + addedFields: { + displayName: templateData[0].AppName, + }, + }); + } + + // Set permission set and trigger loading of permissions (only for Enterprise Apps) + if (appType === "EnterpriseApp") { + const permissionSetValue = { + label: templateData[0].PermissionSetName || "Custom Permissions", + value: templateData[0].PermissionSetId, + addedFields: { + Permissions: templateData[0].Permissions || {}, + }, + }; + + formControl.setValue("permissionSetId", permissionSetValue); + setSelectedPermissionSet(permissionSetValue); + setPermissionsLoaded(true); + } else { + // For Gallery Templates, no permission set needed + setSelectedPermissionSet(null); + setPermissionsLoaded(false); + } + } + } else if (templateData) { + // For editing, load all template data + if (templateData[0]) { + formControl.setValue("templateName", templateData[0].TemplateName); + + // Set app type based on whether it's a gallery template, defaulting to EnterpriseApp for backward compatibility + const appType = + templateData[0].AppType || + (templateData[0].GalleryTemplateId + ? "GalleryTemplate" + : templateData[0].ApplicationManifest + ? "ApplicationManifest" + : "EnterpriseApp"); + formControl.setValue("appType", appType); + + if (appType === "GalleryTemplate") { + formControl.setValue("galleryTemplateId", { + label: templateData[0].AppName || "Unknown", + value: templateData[0].GalleryTemplateId, + addedFields: { + displayName: templateData[0].AppName, + applicationId: templateData[0].AppId, + // Include saved gallery information for proper display + ...(templateData[0].GalleryInformation || {}), + }, + }); + } else if (appType === "ApplicationManifest") { + // For Application Manifest, load the manifest JSON + if (templateData[0].ApplicationManifest) { + formControl.setValue( + "applicationManifest", + JSON.stringify(templateData[0].ApplicationManifest, null, 2) + ); + } + } else { + formControl.setValue("appId", { + label: `${templateData[0].AppName || "Unknown"} (${templateData[0].AppId})`, + value: templateData[0].AppId, + addedFields: { + displayName: templateData[0].AppName, + }, + }); + } + + // Set permission set and trigger loading of permissions (only for Enterprise Apps) + if (appType === "EnterpriseApp") { + const permissionSetValue = { + label: templateData[0].PermissionSetName || "Custom Permissions", + value: templateData[0].PermissionSetId, + addedFields: { + Permissions: templateData[0].Permissions || {}, + }, + }; + + formControl.setValue("permissionSetId", permissionSetValue); + setSelectedPermissionSet(permissionSetValue); + setPermissionsLoaded(true); + } else { + // For Gallery Templates and Application Manifests, no permission set needed + setSelectedPermissionSet(null); + setPermissionsLoaded(false); + } + } + } + }, [templateData, isCopy, isEditing, formControl]); + + useEffect(() => { + if (!formControl) return; // Early return if formControl is not available + + // Update template name when app is selected if we're in add mode and name hasn't been manually changed + if (!isEditing && !isCopy) { + const currentName = formControl.getValues("templateName"); + // Only update if it's still the default or empty + if (currentName === "New App Deployment Template" || !currentName) { + let appName = null; + + if (selectedAppType === "GalleryTemplate" && selectedGalleryTemplate) { + appName = + selectedGalleryTemplate.addedFields?.displayName || selectedGalleryTemplate.label; + } else if (selectedAppType === "EnterpriseApp" && selectedApp) { + // Extract app name from the label (format is usually "AppName (AppId)") + appName = selectedApp.label.split(" (")[0]; + } + + if (appName) { + formControl.setValue("templateName", `${appName} Template`); + } + } + } + }, [selectedApp, selectedGalleryTemplate, selectedAppType, isEditing, isCopy, formControl]); + + // Watch for permission set selection changes + const selectedPermissionSetValue = useWatch({ + control: formControl?.control, + name: "permissionSetId", + }); + + useEffect(() => { + if (selectedPermissionSetValue?.value) { + setSelectedPermissionSet(selectedPermissionSetValue); + setPermissionsLoaded(true); + } else { + setSelectedPermissionSet(null); + setPermissionsLoaded(false); + } + }, [selectedPermissionSetValue]); + + // Handle initial data loading for editing and copying + useEffect(() => { + // When editing or copying, ensure permission data is properly loaded + if (isEditing || isCopy) { + if (templateData?.[0]?.Permissions) { + // Ensure permissions are immediately available for the preview + setPermissionsLoaded(true); + } + } + }, [isEditing, isCopy, templateData]); + + // Handle form submission + const handleSubmit = (data) => { + let appDisplayName, appId, galleryTemplateId, applicationManifest; + + if (data.appType === "GalleryTemplate") { + appDisplayName = + data.galleryTemplateId?.addedFields?.displayName || data.galleryTemplateId?.label; + appId = data.galleryTemplateId?.addedFields?.applicationId; + galleryTemplateId = data.galleryTemplateId?.value; + } else if (data.appType === "ApplicationManifest") { + try { + applicationManifest = JSON.parse(data.applicationManifest); + + // Validate signInAudience - only allow null/undefined or "AzureADMyOrg" + if ( + applicationManifest.signInAudience && + applicationManifest.signInAudience !== "AzureADMyOrg" + ) { + return; // Don't submit if validation fails + } + + // Extract app name from manifest + appDisplayName = + applicationManifest.displayName || + applicationManifest.appDisplayName || + "Custom Application"; + // Application ID will be generated during deployment for manifests + appId = null; + } catch (error) { + console.error("Failed to parse application manifest:", error); + return; // Don't submit if manifest is invalid + } + } else { + appDisplayName = + data.appId?.addedFields?.displayName || + (data.appId?.label ? data.appId.label.split(" (")[0] : undefined); + appId = data.appId?.value; + } + + const payload = { + TemplateName: data.templateName, + AppType: data.appType, + AppId: appId, + AppName: appDisplayName, + }; + + // Only include permission set data for Enterprise Apps + if (data.appType === "EnterpriseApp") { + payload.PermissionSetId = data.permissionSetId?.value; + payload.PermissionSetName = data.permissionSetId?.label; + payload.Permissions = data.permissionSetId?.addedFields?.Permissions; + } + // For Gallery Templates, permissions will be auto-handled from the template's app registration + if (data.appType === "GalleryTemplate") { + payload.Permissions = null; // No permissions needed for Gallery Templates + payload.GalleryTemplateId = galleryTemplateId; + payload.GalleryInformation = selectedGalleryTemplate?.addedFields || {}; + } + + // For Application Manifests, store the manifest data + if (data.appType === "ApplicationManifest") { + payload.Permissions = null; // Permissions defined in manifest + payload.ApplicationManifest = applicationManifest; + } + + if (isEditing && !isCopy && templateData?.[0]?.TemplateId) { + payload.TemplateId = templateData[0].TemplateId; + } + + // Store values before submission to set them back afterward + const currentValues = { + templateName: data.templateName, + appType: data.appType, + appId: data.appId, + galleryTemplateId: data.galleryTemplateId, + permissionSetId: data.permissionSetId, + applicationManifest: data.applicationManifest, + }; + + onSubmit(payload); + + // After submission, set the values back to what they were but mark as clean + // This will only apply to add page, as edit will get refreshed data + if (!isEditing) { + setTimeout(() => { + formControl.setValue("templateName", currentValues.templateName, { shouldDirty: false }); + formControl.setValue("appType", currentValues.appType, { shouldDirty: false }); + formControl.setValue("appId", currentValues.appId, { shouldDirty: false }); + formControl.setValue("galleryTemplateId", currentValues.galleryTemplateId, { + shouldDirty: false, + }); + formControl.setValue("permissionSetId", currentValues.permissionSetId, { + shouldDirty: false, + }); + formControl.setValue("applicationManifest", currentValues.applicationManifest, { + shouldDirty: false, + }); + }, 100); + } + }; + + return ( + + + + App Approval Template Details + {templateLoading && } + {(!templateLoading || !isEditing) && ( + <> + + App approval templates allow you to define an application with its permissions that + can be deployed to multiple tenants. Choose from three template types: +
    +
    + • Enterprise Application: Deploy existing multi-tenant apps from + your tenant. Requires "Multiple organizations" or "Personal Microsoft accounts" in + App Registration settings. +
    + • Gallery Template: Deploy pre-configured applications from + Microsoft's Enterprise Application Gallery with standard permissions. +
    + • Application Manifest: Deploy custom applications using JSON + manifests. For security, only single-tenant apps (AzureADMyOrg) are supported. +
    + + + + `${item.displayName} (${item.appId})`, + valueField: "appId", + addedField: { + displayName: "displayName", + signInAudience: "signInAudience", + }, + dataFilter: (data) => { + return data.filter( + (item) => + item.addedFields?.signInAudience === "AzureADMultipleOrgs" || + item.addedFields?.signInAudience === "AzureADandPersonalMicrosoftAccount" + ); + }, + showRefresh: true, + }} + multiple={false} + creatable={false} + required={true} + validators={{ required: "Application is required" }} + helperText="Select a multi-tenant application to deploy in this template." + /> + + + item.displayName, + valueField: "id", + addedField: { + displayName: "displayName", + applicationId: "applicationId", + description: "description", + categories: "categories", + publisher: "publisher", + logoUrl: "logoUrl", + homePageUrl: "homePageUrl", + supportedSingleSignOnModes: "supportedSingleSignOnModes", + supportedProvisioningTypes: "supportedProvisioningTypes", + }, + showRefresh: true, + }} + multiple={false} + creatable={false} + required={true} + sortOptions={true} + validators={{ required: "Gallery template is required" }} + /> + + + { + try { + const manifest = JSON.parse(value); + + // Check for minimum required property + if (!manifest.displayName) { + return "Application manifest must include a 'displayName' property"; + } + + // Validate signInAudience if present + if (manifest.signInAudience && manifest.signInAudience !== "AzureADMyOrg") { + return "signInAudience must be null, undefined, or 'AzureADMyOrg' for security reasons"; + } + + return true; + } catch (e) { + return "Invalid JSON format"; + } + }, + }} + /> + + + + item.TemplateName, + valueField: "TemplateId", + addedField: { + Permissions: "Permissions", + }, + showRefresh: true, + }} + multiple={false} + creatable={false} + required={true} + validators={{ required: "Permission Set is required" }} + helperText={ + <> + Select a permission set to apply to this application.{" "} + + + } + /> + + + {!hideSubmitButton && ( + + + + + + + )} + + )} +
    +
    + + { + try { + return JSON.parse(selectedApplicationManifest); + } catch (e) { + return null; // Return null if JSON is invalid + } + })() + : null + } + /> + +
    + ); +}; + +export default AppApprovalTemplateForm; diff --git a/src/components/CippComponents/AuthMethodSankey.jsx b/src/components/CippComponents/AuthMethodSankey.jsx new file mode 100644 index 000000000000..6ef4e61e666d --- /dev/null +++ b/src/components/CippComponents/AuthMethodSankey.jsx @@ -0,0 +1,45 @@ +import { CippSankey } from "./CippSankey"; + +export const AuthMethodSankey = ({ data }) => { + return ( + + ); +}; diff --git a/src/components/CippComponents/BPASyncDialog.jsx b/src/components/CippComponents/BPASyncDialog.jsx new file mode 100644 index 000000000000..43a16450416a --- /dev/null +++ b/src/components/CippComponents/BPASyncDialog.jsx @@ -0,0 +1,84 @@ +import { useState } from "react"; +import { + Dialog, + DialogContent, + DialogTitle, + Button, + DialogActions, +} from "@mui/material"; +import { Sync } from "@mui/icons-material"; +import { useForm, FormProvider } from "react-hook-form"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { ApiPostCall } from "/src/api/ApiCall"; +import { CippApiResults } from "./CippApiResults"; + +export const BPASyncDialog = ({ createDialog }) => { + const methods = useForm({ + defaultValues: { + tenantFilter: { + value: "AllTenants", + label: "*All Tenants", + }, + }, + }); + + // Use methods for form handling and control + const { handleSubmit, control } = methods; + + const [isSyncing, setIsSyncing] = useState(false); + const bpaSyncResults = ApiPostCall({ + urlFromData: true, + }); + + const handleForm = (values) => { + bpaSyncResults.mutate({ + url: "/api/ExecBPA", + queryKey: `bpa-sync-${values.tenantFilter}`, + data: values.tenantFilter ? { TenantFilter: values.tenantFilter } : {}, + }); + }; + + // Reset syncing state when dialog is closed + const handleClose = () => { + setIsSyncing(false); + createDialog.handleClose(); + }; + + return ( + + +
    + Force BPA Sync + +
    +

    + This will force a Best Practice Analyzer (BPA) sync. Select a tenant (or all + tenants) below. +

    + +
    + +
    + + + + +
    +
    +
    + ); +}; diff --git a/src/components/CippComponents/BreachSearchDialog.jsx b/src/components/CippComponents/BreachSearchDialog.jsx new file mode 100644 index 000000000000..e089908ffb43 --- /dev/null +++ b/src/components/CippComponents/BreachSearchDialog.jsx @@ -0,0 +1,67 @@ +import { useState } from "react"; +import { Dialog, DialogContent, DialogTitle, Button, DialogActions } from "@mui/material"; +import { Search } from "@mui/icons-material"; +import { useForm, FormProvider } from "react-hook-form"; +import { ApiPostCall } from "/src/api/ApiCall"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; + +export const BreachSearchDialog = ({ createDialog }) => { + const tenantFilter = useSettings()?.currentTenant; + const methods = useForm({ + defaultValues: {}, + }); + + // Use methods for form handling and control + const { handleSubmit } = methods; + + const [isRunning, setIsRunning] = useState(false); + const breachSearchResults = ApiPostCall({ + urlFromData: true, + }); + + const handleForm = () => { + setIsRunning(true); + breachSearchResults.mutate({ + url: "/api/ExecBreachSearch", + queryKey: `breach-search-${tenantFilter}`, + data: { tenantFilter: tenantFilter }, + }); + }; + + // Reset running state when dialog is closed + const handleClose = () => { + setIsRunning(false); + createDialog.handleClose(); + }; + + return ( + + +
    + Run Breach Search + +
    +

    + This will run a breach search to check for potentially compromised passwords and information + for the current tenant: {tenantFilter?.displayName || tenantFilter} +

    +
    + +
    + + + + +
    +
    +
    + ); +}; \ No newline at end of file diff --git a/src/components/CippComponents/CIPPDeviceCodeButton.js b/src/components/CippComponents/CIPPDeviceCodeButton.js new file mode 100644 index 000000000000..16711f8d1332 --- /dev/null +++ b/src/components/CippComponents/CIPPDeviceCodeButton.js @@ -0,0 +1,252 @@ +import { useState, useEffect } from "react"; +import { + Alert, + Button, + Typography, + CircularProgress, + Box, +} from "@mui/material"; +import { ApiGetCall } from "../../api/ApiCall"; + +/** + * CIPPDeviceCodeButton - A button component for Microsoft 365 OAuth authentication using device code flow + * + * @param {Object} props - Component props + * @param {Function} props.onAuthSuccess - Callback function called when authentication is successful with token data + * @param {Function} props.onAuthError - Callback function called when authentication fails with error data + * @param {string} props.buttonText - Text to display on the button (default: "Login with Device Code") + * @param {boolean} props.showResults - Whether to show authentication results in the component (default: true) + * @returns {JSX.Element} The CIPPDeviceCodeButton component + */ +export const CIPPDeviceCodeButton = ({ + onAuthSuccess, + onAuthError, + buttonText = "Login with Device Code", + showResults = true, +}) => { + const [authInProgress, setAuthInProgress] = useState(false); + const [authError, setAuthError] = useState(null); + const [deviceCodeInfo, setDeviceCodeInfo] = useState(null); + const [currentStep, setCurrentStep] = useState(0); + const [pollInterval, setPollInterval] = useState(null); + const [tokens, setTokens] = useState({ + accessToken: null, + refreshToken: null, + accessTokenExpiresOn: null, + refreshTokenExpiresOn: null, + username: null, + tenantId: null, + onmicrosoftDomain: null, + }); + + // Get application ID information from API + const appIdInfo = ApiGetCall({ + url: `/api/ExecListAppId`, + queryKey: `ExecListAppId`, + waiting: true, + }); + + // Handle closing the error + const handleCloseError = () => { + setAuthError(null); + }; + + // Clear polling interval when component unmounts + useEffect(() => { + return () => { + if (pollInterval) { + clearInterval(pollInterval); + } + }; + }, [pollInterval]); + + // Start device code authentication + const startDeviceCodeAuth = async () => { + try { + setAuthInProgress(true); + setAuthError(null); + setDeviceCodeInfo(null); + setCurrentStep(1); + + // Call the API to start device code flow + const response = await fetch(`/api/ExecSAMSetup?CreateSAM=true`, { + method: 'GET', + headers: { + 'Content-Type': 'application/json', + }, + }); + + const data = await response.json(); + + if (response.ok && data.code) { + // Store device code info + setDeviceCodeInfo({ + user_code: data.code, + verification_uri: data.url, + expires_in: 900, // Default to 15 minutes if not provided + }); + + // Start polling for token + const interval = setInterval(checkAuthStatus, 5000); + setPollInterval(interval); + } else { + // Error getting device code + setAuthError({ + errorCode: "device_code_error", + errorMessage: data.message || "Failed to get device code", + timestamp: new Date().toISOString(), + }); + setAuthInProgress(false); + if (onAuthError) onAuthError(error); + } + } catch (error) { + console.error("Error starting device code authentication:", error); + setAuthError({ + errorCode: "device_code_error", + errorMessage: error.message || "An error occurred during device code authentication", + timestamp: new Date().toISOString(), + }); + setAuthInProgress(false); + if (onAuthError) onAuthError(error); + } + }; + + // Check authentication status + const checkAuthStatus = async () => { + try { + // Call the API to check auth status + const response = await fetch(`/api/ExecSAMSetup?CheckSetupProcess=true&step=1`, { + method: 'GET', + headers: { + 'Content-Type': 'application/json', + }, + }); + + const data = await response.json(); + + if (response.ok) { + if (data.step === 2) { + // Authentication successful + clearInterval(pollInterval); + setPollInterval(null); + + // Process token data + const tokenData = { + accessToken: "Successfully authenticated", + refreshToken: "Token stored on server", + accessTokenExpiresOn: new Date(Date.now() + 3600 * 1000), // 1 hour from now + refreshTokenExpiresOn: new Date(Date.now() + 90 * 24 * 60 * 60 * 1000), // 90 days from now + username: "authenticated user", + tenantId: data.tenantId || "unknown", + onmicrosoftDomain: null, + }; + + // Store tokens in component state + setTokens(tokenData); + setDeviceCodeInfo(null); + setCurrentStep(2); + + // Call the onAuthSuccess callback if provided + if (onAuthSuccess) onAuthSuccess(tokenData); + + // Update UI state + setAuthInProgress(false); + } + } else { + // Error checking auth status + clearInterval(pollInterval); + setPollInterval(null); + + setAuthError({ + errorCode: "auth_status_error", + errorMessage: data.message || "Failed to check authentication status", + timestamp: new Date().toISOString(), + }); + setAuthInProgress(false); + if (onAuthError) onAuthError({ + errorCode: "auth_status_error", + errorMessage: data.message || "Failed to check authentication status", + timestamp: new Date().toISOString(), + }); + } + } catch (error) { + console.error("Error checking auth status:", error); + // Don't stop polling on transient errors + } + }; + + return ( +
    + + + {!appIdInfo.isLoading && + !appIdInfo?.data?.applicationId && ( + + The Application ID is not valid. Please check your configuration. + + ) + } + + {showResults && ( + + {deviceCodeInfo && authInProgress ? ( + + Device Code Authentication + + To sign in, use a web browser to open the page {deviceCodeInfo.verification_uri} and enter the code {deviceCodeInfo.user_code} to authenticate. + + + Code expires in {Math.round(deviceCodeInfo.expires_in / 60)} minutes + + + ) : tokens.accessToken ? ( + + Authentication Successful + + You've successfully refreshed your token using device code flow. + + {tokens.tenantId && ( + + Tenant ID: {tokens.tenantId} + + )} + + ) : authError ? ( + + Authentication Error: {authError.errorCode} + {authError.errorMessage} + + Time: {authError.timestamp} + + + + + + ) : null} + + )} +
    + ); +}; + +export default CIPPDeviceCodeButton; \ No newline at end of file diff --git a/src/components/CippComponents/CIPPM365OAuthButton.jsx b/src/components/CippComponents/CIPPM365OAuthButton.jsx new file mode 100644 index 000000000000..88e517a2139d --- /dev/null +++ b/src/components/CippComponents/CIPPM365OAuthButton.jsx @@ -0,0 +1,683 @@ +import { useState, useEffect } from "react"; +import { Alert, Button, Typography, CircularProgress, Box } from "@mui/material"; +import { ApiGetCall } from "../../api/ApiCall"; +import { CippCopyToClipBoard } from "./CippCopyToClipboard"; + +export const CIPPM365OAuthButton = ({ + onAuthSuccess, + onAuthError, + buttonText = "Login with Microsoft", + showResults = true, + showSuccessAlert = true, + scope = "https://graph.microsoft.com/.default offline_access profile openid", + useDeviceCode = false, + applicationId = null, + autoStartDeviceLogon = false, + validateServiceAccount = true, +}) => { + const [authInProgress, setAuthInProgress] = useState(false); + const [authError, setAuthError] = useState(null); + const [deviceCodeInfo, setDeviceCodeInfo] = useState(null); + const [codeRetrievalInProgress, setCodeRetrievalInProgress] = useState(false); + const [isServiceAccount, setIsServiceAccount] = useState(true); + const [tokens, setTokens] = useState({ + accessToken: null, + refreshToken: null, + accessTokenExpiresOn: null, + refreshTokenExpiresOn: null, + username: null, + tenantId: null, + onmicrosoftDomain: null, + }); + + const appIdInfo = ApiGetCall({ + url: `/api/ExecListAppId`, + waiting: true, + }); + + useEffect(() => { + appIdInfo.refetch(); + }, []); + + const handleCloseError = () => { + setAuthError(null); + }; + + const checkIsServiceAccount = (username) => { + if (!username || !validateServiceAccount) return true; // If no username or validation disabled, don't show warning + + const lowerUsername = username.toLowerCase(); + return lowerUsername.includes("service") || lowerUsername.includes("cipp"); + }; + + // Function to retrieve device code + const retrieveDeviceCode = async () => { + setCodeRetrievalInProgress(true); + setAuthError(null); + + // Refetch appId to ensure we have the latest + await appIdInfo.refetch(); + + try { + // Get the application ID to use + const appId = + applicationId || appIdInfo?.data?.applicationId || "1b730954-1685-4b74-9bfd-dac224a7b894"; // Default to MS Graph Explorer app ID + + // Request device code from our API endpoint + const deviceCodeResponse = await fetch( + `/api/ExecDeviceCodeLogon?operation=getDeviceCode&clientId=${appId}&scope=${encodeURIComponent( + scope + )}` + ); + const deviceCodeData = await deviceCodeResponse.json(); + + if (deviceCodeResponse.ok && deviceCodeData.user_code) { + // Store device code info + setDeviceCodeInfo(deviceCodeData); + } else { + // Error getting device code + setAuthError({ + errorCode: deviceCodeData.error || "device_code_error", + errorMessage: deviceCodeData.error_description || "Failed to get device code", + timestamp: new Date().toISOString(), + }); + } + } catch (error) { + setAuthError({ + errorCode: "device_code_error", + errorMessage: error.message || "An error occurred retrieving device code", + timestamp: new Date().toISOString(), + }); + } finally { + setCodeRetrievalInProgress(false); + } + }; + + // Device code authentication function - opens popup and starts polling + const handleDeviceCodeAuthentication = async () => { + // Refetch appId to ensure we have the latest + await appIdInfo.refetch(); + + if (!deviceCodeInfo) { + // If we don't have a device code yet, retrieve it first + await retrieveDeviceCode(); + return; + } + + setAuthInProgress(true); + setTokens({ + accessToken: null, + refreshToken: null, + accessTokenExpiresOn: null, + refreshTokenExpiresOn: null, + username: null, + tenantId: null, + onmicrosoftDomain: null, + }); + + try { + // Get the application ID to use - refetch already happened at the start of this function + const appId = + applicationId || appIdInfo?.data?.applicationId || "1b730954-1685-4b74-9bfd-dac224a7b894"; // Default to MS Graph Explorer app ID + + // Open popup to device login page + const width = 500; + const height = 600; + const left = window.screen.width / 2 - width / 2; + const top = window.screen.height / 2 - height / 2; + + const popup = window.open( + "https://microsoft.com/devicelogin", + "deviceLoginPopup", + `width=${width},height=${height},left=${left},top=${top}` + ); + + // Start polling for token + const pollInterval = deviceCodeInfo.interval || 5; + const expiresIn = deviceCodeInfo.expires_in || 900; + const startTime = Date.now(); + + const pollForToken = async () => { + // Check if we've exceeded the expiration time + if (Date.now() - startTime >= expiresIn * 1000) { + if (popup && !popup.closed) { + popup.close(); + } + setAuthError({ + errorCode: "timeout", + errorMessage: "Device code authentication timed out", + timestamp: new Date().toISOString(), + }); + setAuthInProgress(false); + return; + } + + try { + // Poll for token using our API endpoint + const tokenResponse = await fetch( + `/api/ExecDeviceCodeLogon?operation=checkToken&clientId=${appId}&deviceCode=${deviceCodeInfo.device_code}` + ); + const tokenData = await tokenResponse.json(); + + if (tokenResponse.ok && tokenData.status === "success") { + // Successfully got token + if (popup && !popup.closed) { + popup.close(); + } + handleTokenResponse(tokenData); + } else if ( + tokenData.error === "authorization_pending" || + tokenData.status === "pending" + ) { + // User hasn't completed authentication yet, continue polling + setTimeout(pollForToken, pollInterval * 1000); + } else if (tokenData.error === "slow_down") { + // Server asking us to slow down polling + setTimeout(pollForToken, (pollInterval + 5) * 1000); + } else { + // Other error + if (popup && !popup.closed) { + popup.close(); + } + setAuthError({ + errorCode: tokenData.error || "token_error", + errorMessage: tokenData.error_description || "Failed to get token", + timestamp: new Date().toISOString(), + }); + setAuthInProgress(false); + } + } catch (error) { + setTimeout(pollForToken, pollInterval * 1000); + } + }; + + // Start polling + setTimeout(pollForToken, pollInterval * 1000); + } catch (error) { + setAuthError({ + errorCode: "device_code_error", + errorMessage: error.message || "An error occurred during device code authentication", + timestamp: new Date().toISOString(), + }); + setAuthInProgress(false); + } + }; + + // Process token response (common for both auth methods) + const handleTokenResponse = (tokenData) => { + // Extract token information + const accessTokenExpiresOn = new Date(Date.now() + tokenData.expires_in * 1000); + // Refresh tokens typically last for 90 days, but this can vary + const refreshTokenExpiresOn = new Date(Date.now() + 90 * 24 * 60 * 60 * 1000); + + // Extract information from ID token if available + let username = "unknown user"; + let tenantId = "unknown tenant"; + let onmicrosoftDomain = null; + + if (tokenData.id_token) { + try { + const idTokenPayload = JSON.parse(atob(tokenData.id_token.split(".")[1])); + + username = + idTokenPayload.preferred_username || + idTokenPayload.email || + idTokenPayload.upn || + idTokenPayload.name || + "unknown user"; + + if (idTokenPayload.tid) { + tenantId = idTokenPayload.tid; + } + + if (username && username.includes("@") && username.includes(".onmicrosoft.com")) { + onmicrosoftDomain = username.split("@")[1]; + } else if (idTokenPayload.iss) { + const issuerMatch = idTokenPayload.iss.match(/https:\/\/sts\.windows\.net\/([^/]+)\//); + if (issuerMatch && issuerMatch[1]) { + } + } + setIsServiceAccount(checkIsServiceAccount(username)); + } catch (error) {} + } + + // Create token result object + const tokenResult = { + accessToken: tokenData.access_token, + refreshToken: tokenData.refresh_token, + accessTokenExpiresOn: accessTokenExpiresOn, + refreshTokenExpiresOn: refreshTokenExpiresOn, + username: username, + tenantId: tenantId, + onmicrosoftDomain: onmicrosoftDomain, + }; + + setTokens(tokenResult); + setDeviceCodeInfo(null); + + if (onAuthSuccess) onAuthSuccess(tokenResult); + + // Update UI state + setAuthInProgress(false); + setIsServiceAccount(checkIsServiceAccount(username)); + }; + + // MSAL-like authentication function + const handleMsalAuthentication = async () => { + // Clear previous authentication state when starting a new authentication + setAuthInProgress(true); + setAuthError(null); + setTokens({ + accessToken: null, + refreshToken: null, + accessTokenExpiresOn: null, + refreshTokenExpiresOn: null, + username: null, + tenantId: null, + onmicrosoftDomain: null, + }); + + // Refetch app ID info to ensure we have the latest + await appIdInfo.refetch(); + + // Get the application ID to use - now we're sure to have the latest after the await + const appId = applicationId || appIdInfo?.data?.applicationId; + + // Generate MSAL-like authentication parameters + const msalConfig = { + auth: { + clientId: appId, + authority: `https://login.microsoftonline.com/common`, + redirectUri: `${window.location.origin}/authredirect`, + }, + }; + + // Define the request object similar to MSAL + const loginRequest = { + scopes: [scope], + }; + + // Generate PKCE code verifier and challenge + const generateCodeVerifier = () => { + const array = new Uint8Array(32); + window.crypto.getRandomValues(array); + return Array.from(array, (byte) => ("0" + (byte & 0xff).toString(16)).slice(-2)).join(""); + }; + + const codeVerifier = generateCodeVerifier(); + const codeChallenge = codeVerifier; + const state = Math.random().toString(36).substring(2, 15); + const authUrl = + `https://login.microsoftonline.com/common/oauth2/v2.0/authorize?` + + `client_id=${appId}` + + `&response_type=code` + + `&redirect_uri=${encodeURIComponent(window.location.origin)}/authredirect` + + `&scope=${encodeURIComponent(scope)}` + + `&code_challenge=${codeChallenge}` + + `&code_challenge_method=plain` + + `&state=${state}` + + `&prompt=select_account`; + + // Open popup for authentication + const width = 500; + const height = 600; + const left = window.screen.width / 2 - width / 2; + const top = window.screen.height / 2 - height / 2; + + const popup = window.open( + authUrl, + "msalAuthPopup", + `width=${width},height=${height},left=${left},top=${top}` + ); + + // Function to actually exchange the authorization code for tokens + const handleAuthorizationCode = async (code, receivedState) => { + // Verify the state parameter matches what we sent (security check) + if (receivedState !== state) { + const errorMessage = "State mismatch in auth response - possible CSRF attack"; + const error = { + errorCode: "state_mismatch", + errorMessage: errorMessage, + timestamp: new Date().toISOString(), + }; + setAuthError(error); + if (onAuthError) onAuthError(error); + setAuthInProgress(false); + return; + } + try { + // Prepare the token request + const tokenRequest = { + grant_type: "authorization_code", + client_id: appId, + code: code, + redirect_uri: `${window.location.origin}/authredirect`, + code_verifier: codeVerifier, + }; + + // Make the token request through our API proxy to avoid origin header issues + const tokenResponse = await fetch(`/api/ExecTokenExchange`, { + method: "POST", + headers: { + "Content-Type": "application/json", + }, + body: JSON.stringify({ + tokenRequest, + tokenUrl: "https://login.microsoftonline.com/common/oauth2/v2.0/token", + tenantId: appId, // Pass the tenant ID to retrieve the correct client secret + }), + }); + + // Parse the token response + const tokenData = await tokenResponse.json(); + + // Check if the response contains an error + if (tokenData.error) { + const error = { + errorCode: tokenData.error || "token_error", + errorMessage: + tokenData.error_description || "Failed to exchange authorization code for tokens", + timestamp: new Date().toISOString(), + }; + setAuthError(error); + if (onAuthError) onAuthError(error); + setAuthInProgress(false); + return; + } + + if (tokenResponse.ok) { + // If we have a refresh token, store it + if (tokenData.refresh_token) { + try { + // Extract tid from access_token jwt base64 + const accessTokenParts = tokenData.access_token.split("."); + const accessTokenPayload = JSON.parse(atob(accessTokenParts[1] || "")); + tokenData.tid = accessTokenPayload.tid; + const refreshResponse = await fetch(`/api/ExecUpdateRefreshToken`, { + method: "POST", + headers: { + "Content-Type": "application/json", + }, + body: JSON.stringify({ + tenantId: tokenData.tid, + refreshtoken: tokenData.refresh_token, + tenantMode: tokenData.tenantMode, + allowPartnerTenantManagement: tokenData.allowPartnerTenantManagement, + }), + }); + + if (!refreshResponse.ok) { + console.warn("Failed to store refresh token, but continuing with authentication"); + } + } catch (error) { + console.error("Failed to store refresh token:", error); + } + } + + handleTokenResponse(tokenData); + } else { + // Handle token error - display in error box instead of throwing + const error = { + errorCode: tokenData.error || "token_error", + errorMessage: + tokenData.error_description || "Failed to exchange authorization code for tokens", + timestamp: new Date().toISOString(), + }; + setAuthError(error); + if (onAuthError) onAuthError(error); + } + } catch (error) { + const errorObj = { + errorCode: "token_exchange_error", + errorMessage: error.message || "Failed to exchange authorization code for tokens", + timestamp: new Date().toISOString(), + }; + setAuthError(errorObj); + if (onAuthError) onAuthError(errorObj); + } finally { + // Close the popup window if it's still open + if (popup && !popup.closed) { + popup.close(); + } + + // Update UI state + setAuthInProgress(false); + } + }; + + // Monitor for the redirect with the authorization code + // This is what MSAL does internally + const checkPopupLocation = setInterval(() => { + if (!popup || popup.closed) { + clearInterval(checkPopupLocation); + + // If authentication is still in progress when popup closes, it's an error + if (authInProgress) { + const errorMessage = "Authentication was cancelled. Please try again."; + const error = { + errorCode: "user_cancelled", + errorMessage: errorMessage, + timestamp: new Date().toISOString(), + }; + setAuthError(error); + if (onAuthError) onAuthError(error); + + // Ensure we're not showing any previous success state + setTokens({ + accessToken: null, + refreshToken: null, + accessTokenExpiresOn: null, + refreshTokenExpiresOn: null, + username: null, + tenantId: null, + onmicrosoftDomain: null, + }); + } + + setAuthInProgress(false); + return; + } + + try { + // Try to access the popup location to check for the authorization code + const currentUrl = popup.location.href; + + // Check if the URL contains a code parameter (authorization code) + if (currentUrl.includes("code=") && currentUrl.includes("state=")) { + clearInterval(checkPopupLocation); + // Parse the URL to extract the code and state + const urlParams = new URLSearchParams(popup.location.search); + const code = urlParams.get("code"); + const receivedState = urlParams.get("state"); + + // Process the authorization code + handleAuthorizationCode(code, receivedState); + } + + // Check for error in the URL + if (currentUrl.includes("error=")) { + clearInterval(checkPopupLocation); + // Parse the URL to extract the error details + const urlParams = new URLSearchParams(popup.location.search); + const errorCode = urlParams.get("error"); + const errorDescription = urlParams.get("error_description"); + + // Set the error state + const error = { + errorCode: errorCode, + errorMessage: errorDescription || "Unknown authentication error", + timestamp: new Date().toISOString(), + }; + setAuthError(error); + if (onAuthError) onAuthError(error); + + // Close the popup + popup.close(); + setAuthInProgress(false); + } + } catch (error) { + // This will throw an error when the popup is on a different domain + // due to cross-origin restrictions, which is normal during auth flow + // Just continue monitoring + } + }, 500); + + // Also monitor for popup closing as a fallback + }; + + // Auto-start device code retrieval if requested + useEffect(() => { + if ( + useDeviceCode && + autoStartDeviceLogon && + !codeRetrievalInProgress && + !deviceCodeInfo && + !tokens.accessToken && + appIdInfo?.data + ) { + retrieveDeviceCode(); + } + }, [ + useDeviceCode, + autoStartDeviceLogon, + codeRetrievalInProgress, + deviceCodeInfo, + tokens.accessToken, + appIdInfo?.data, + ]); + + return ( +
    + {!applicationId && + !appIdInfo.isLoading && + appIdInfo?.data && // Only check if data is available + !/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.test( + appIdInfo?.data?.applicationId + ) && ( + + The Application ID is not valid. Please check your configuration. + + )} + + {showResults && ( + + {deviceCodeInfo ? ( + + Application Creation + + {authInProgress ? ( + <> + When asked to log onto an account, please use a{" "} + CIPP Service Account. Enter this code to authenticate:{" "} + + ) : ( + <> + Click the button below to authenticate. When asked to log onto an account, + please use a CIPP Service Account. You will need to enter this + code:{" "} + + )} + + + + {authInProgress ? ( + <> + If the popup was blocked or you closed it, you can also go to{" "} + microsoft.com/devicelogin manually and enter the code shown + above. + + ) : ( + <> + When you click the button below, a popup will open to{" "} + microsoft.com/devicelogin where you'll enter this code. + + )} + + + Code expires in {Math.round(deviceCodeInfo.expires_in / 60)} minutes + + + ) : tokens.accessToken ? ( + <> + {showSuccessAlert ? ( + + Authentication Successful + + You've successfully refreshed your token. The account you're using for + authentication is: {tokens.username} + + + Tenant ID: {tokens.tenantId} + {tokens.onmicrosoftDomain && ( + <> + {" "} + | Domain: {tokens.onmicrosoftDomain} + + )} + + + Refresh token expires: {tokens.refreshTokenExpiresOn?.toLocaleString()} + + + ) : null} + + {!isServiceAccount && ( + + Service Account Required + + CIPP requires a service account for authentication. The account you're using ( + {tokens.username}) does not appear to be a service account. + + + Please redo authentication using an account with "service" or "cipp" in the + username. + + + )} + + ) : authError ? ( + + + Authentication Error: {authError.errorCode} + + {authError.errorMessage} + + Time: {authError.timestamp} + + + + + + ) : null} + + )} + +
    + ); +}; diff --git a/src/components/CippComponents/CaDeviceSankey.jsx b/src/components/CippComponents/CaDeviceSankey.jsx new file mode 100644 index 000000000000..81f49ac38acb --- /dev/null +++ b/src/components/CippComponents/CaDeviceSankey.jsx @@ -0,0 +1,33 @@ +import { CippSankey } from "./CippSankey"; + +export const CaDeviceSankey = ({ data }) => { + return ( + + ); +}; diff --git a/src/components/CippComponents/CaSankey.jsx b/src/components/CippComponents/CaSankey.jsx new file mode 100644 index 000000000000..5b860e45dda5 --- /dev/null +++ b/src/components/CippComponents/CaSankey.jsx @@ -0,0 +1,33 @@ +import { CippSankey } from "./CippSankey"; + +export const CaSankey = ({ data }) => { + return ( + + ); +}; diff --git a/src/components/CippComponents/CertificateCredentialRemovalForm.jsx b/src/components/CippComponents/CertificateCredentialRemovalForm.jsx new file mode 100644 index 000000000000..9b499297ed59 --- /dev/null +++ b/src/components/CippComponents/CertificateCredentialRemovalForm.jsx @@ -0,0 +1,23 @@ +import { CippFormComponent } from "./CippFormComponent.jsx"; + +export const CertificateCredentialRemovalForm = ({ formHook, row }) => { + return ( + ({ + label: `${cred.displayName || "Unnamed"} (Expiration: ${new Date( + cred.endDateTime + ).toLocaleDateString()})`, + value: cred.keyId, + })) || [] + } + /> + ); +}; diff --git a/src/components/CippComponents/CippAddConnectorDrawer.jsx b/src/components/CippComponents/CippAddConnectorDrawer.jsx new file mode 100644 index 000000000000..e08654239b14 --- /dev/null +++ b/src/components/CippComponents/CippAddConnectorDrawer.jsx @@ -0,0 +1,166 @@ +import { useState, useEffect } from "react"; +import { Button, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState, useWatch } from "react-hook-form"; +import { RocketLaunch } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippApiResults } from "./CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippAddConnectorDrawer = ({ + buttonText = "Deploy Connector", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + selectedTenants: [], + TemplateList: null, + PowerShellCommand: "", + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + const templateListVal = useWatch({ control: formControl.control, name: "TemplateList" }); + + const addConnector = ApiPostCall({ + urlFromData: true, + }); + + // Update PowerShellCommand when template is selected + useEffect(() => { + if (templateListVal?.value) { + formControl.setValue("PowerShellCommand", JSON.stringify(templateListVal?.value)); + } + }, [templateListVal, formControl]); + + // Reset form fields on successful creation + useEffect(() => { + if (addConnector.isSuccess) { + const currentTenants = formControl.getValues("selectedTenants"); + formControl.reset({ + selectedTenants: currentTenants, + TemplateList: null, + PowerShellCommand: "", + }); + } + }, [addConnector.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + + addConnector.mutate({ + url: "/api/AddExConnector", + data: formData, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + selectedTenants: [], + TemplateList: null, + PowerShellCommand: "", + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + {/* Tenant Selector */} + + + + + + + {/* Template List */} + + option, + url: "/api/ListExconnectorTemplates", + }} + placeholder="Select a template or enter PowerShell JSON manually" + /> + + + + + {/* PowerShell Command */} + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAddContactDrawer.jsx b/src/components/CippComponents/CippAddContactDrawer.jsx new file mode 100644 index 000000000000..f46b5b54f80e --- /dev/null +++ b/src/components/CippComponents/CippAddContactDrawer.jsx @@ -0,0 +1,321 @@ +import React, { useState, useEffect } from "react"; +import { Button, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { PersonAdd } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippAddContactDrawer = ({ + buttonText = "Add Contact", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const tenantDomain = useSettings().currentTenant; + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + displayName: "", + firstName: "", + lastName: "", + email: "", + hidefromGAL: false, + streetAddress: "", + postalCode: "", + city: "", + state: "", + country: "", + companyName: "", + mobilePhone: "", + businessPhone: "", + jobTitle: "", + website: "", + mailTip: "", + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + const addContact = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: [`Contacts-${tenantDomain}`], + }); + + // Reset form fields on successful creation + useEffect(() => { + if (addContact.isSuccess) { + formControl.reset({ + displayName: "", + firstName: "", + lastName: "", + email: "", + hidefromGAL: false, + streetAddress: "", + postalCode: "", + city: "", + state: "", + country: "", + companyName: "", + mobilePhone: "", + businessPhone: "", + jobTitle: "", + website: "", + mailTip: "", + }); + } + }, [addContact.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + const shippedValues = { + tenantID: tenantDomain, + DisplayName: formData.displayName, + hidefromGAL: formData.hidefromGAL, + email: formData.email, + FirstName: formData.firstName, + LastName: formData.lastName, + Title: formData.jobTitle, + StreetAddress: formData.streetAddress, + PostalCode: formData.postalCode, + City: formData.city, + State: formData.state, + CountryOrRegion: formData.country?.value || formData.country, + Company: formData.companyName, + mobilePhone: formData.mobilePhone, + phone: formData.businessPhone, + website: formData.website, + mailTip: formData.mailTip, + }; + + addContact.mutate({ + url: "/api/AddContact", + data: shippedValues, + relatedQueryKeys: [`Contacts-${tenantDomain}`], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + displayName: "", + firstName: "", + lastName: "", + email: "", + hidefromGAL: false, + streetAddress: "", + postalCode: "", + city: "", + state: "", + country: "", + companyName: "", + mobilePhone: "", + businessPhone: "", + jobTitle: "", + website: "", + mailTip: "", + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + {/* Display Name */} + + + + + {/* First Name and Last Name */} + + + + + + + + + + {/* Email */} + + + + + {/* Hide from GAL */} + + + + + + + {/* Additional Contact Information */} + + + + + + + + {/* Phone Numbers */} + + + + + + + + {/* Address Information */} + + + + + + + + + + + + + + {/* Website and Mail Tip */} + + + + {/* Website and Mail Tip */} + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAddDomainDrawer.jsx b/src/components/CippComponents/CippAddDomainDrawer.jsx new file mode 100644 index 000000000000..f5017f3fa379 --- /dev/null +++ b/src/components/CippComponents/CippAddDomainDrawer.jsx @@ -0,0 +1,121 @@ +import { useState, useEffect } from "react"; +import { Button, Box, Alert } from "@mui/material"; +import { useForm, useFormState } from "react-hook-form"; +import { AddCircleOutline } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; +import { Stack } from "@mui/system"; +import { CippFormComponent } from "./CippFormComponent"; + +export const CippAddDomainDrawer = ({ + buttonText = "Add Domain", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const userSettingsDefaults = useSettings(); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + tenantFilter: userSettingsDefaults.currentTenant, + }, + }); + + const createDomain = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: [`Domains - ${userSettingsDefaults.currentTenant}`], + }); + + const { isValid, isDirty } = useFormState({ control: formControl.control }); + + useEffect(() => { + if (createDomain.isSuccess) { + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + }); + } + }, [createDomain.isSuccess]); + + const handleSubmit = (values) => { + createDomain.mutate({ + url: "/api/AddDomain", + data: values, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + }); + }; + + const formFields = [ + { + type: "textField", + name: "domain", + label: "Domain Name", + placeholder: "example.com", + required: "Domain name is required", + }, + ]; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + +
    + + +
    + + } + > + + + Add a new domain to the current tenant. Ensure that the appropriate DNS records are + configured by checking the verification and service records after adding the domain. You + can find these in the "More info" section once the domain is added. + + + +
    + + ); +}; diff --git a/src/components/CippComponents/CippAddEditTenantGroups.jsx b/src/components/CippComponents/CippAddEditTenantGroups.jsx new file mode 100644 index 000000000000..9ba637d003c8 --- /dev/null +++ b/src/components/CippComponents/CippAddEditTenantGroups.jsx @@ -0,0 +1,97 @@ +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { Typography } from "@mui/material"; +import { Grid } from "@mui/system"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippFormCondition } from "./CippFormCondition"; +import CippTenantGroupRuleBuilder from "./CippTenantGroupRuleBuilder"; + +const CippAddEditTenantGroups = ({ formControl, initialValues, title, backButtonTitle, hideSubmitButton = false }) => { + return ( + <> + Properties + + + + + + + + + {/* Group Type Selection */} + + + + + {/* Static Group Members - Show only when Static is selected */} + + + + + + + {/* Dynamic Group Rules - Show only when Dynamic is selected */} + + + + + + + + ); +}; + +export default CippAddEditTenantGroups; diff --git a/src/components/CippComponents/CippAddEquipmentDrawer.jsx b/src/components/CippComponents/CippAddEquipmentDrawer.jsx new file mode 100644 index 000000000000..3d9a397765c6 --- /dev/null +++ b/src/components/CippComponents/CippAddEquipmentDrawer.jsx @@ -0,0 +1,151 @@ +import React, { useState, useEffect } from "react"; +import { Button, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { AddBusiness } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormDomainSelector } from "./CippFormDomainSelector"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippAddEquipmentDrawer = ({ + buttonText = "Add Equipment Mailbox", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const tenantDomain = useSettings().currentTenant; + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + displayName: "", + username: "", + domain: null, + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + const addEquipment = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: [`EquipmentMailbox-${tenantDomain}`], + }); + + // Reset form fields on successful creation + useEffect(() => { + if (addEquipment.isSuccess) { + formControl.reset(); + } + }, [addEquipment.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + const shippedValues = { + tenantID: tenantDomain, + domain: formData.domain?.value, + displayName: formData.displayName.trim(), + username: formData.username.trim(), + userPrincipalName: formData.username.trim() + "@" + (formData.domain?.value || "").trim(), + }; + + addEquipment.mutate({ + url: "/api/AddEquipmentMailbox", + data: shippedValues, + relatedQueryKeys: [`EquipmentMailbox-${tenantDomain}`], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + displayName: "", + username: "", + domain: null, + location: "", + department: "", + company: "", + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + {/* Display Name */} + + + + + + + {/* Username and Domain */} + + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAddRoomDrawer.jsx b/src/components/CippComponents/CippAddRoomDrawer.jsx new file mode 100644 index 000000000000..8dc5060908aa --- /dev/null +++ b/src/components/CippComponents/CippAddRoomDrawer.jsx @@ -0,0 +1,171 @@ +import React, { useState, useEffect } from "react"; +import { Button, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { AddHomeWork } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormDomainSelector } from "./CippFormDomainSelector"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippAddRoomDrawer = ({ + buttonText = "Add Room Mailbox", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const tenantDomain = useSettings().currentTenant; + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + displayName: "", + username: "", + domain: null, + resourceCapacity: "", + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + const addRoom = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: [`RoomMailbox-${tenantDomain}`], + }); + + // Reset form fields on successful creation + useEffect(() => { + if (addRoom.isSuccess) { + formControl.reset({ + displayName: "", + username: "", + domain: null, + resourceCapacity: "", + }); + } + }, [addRoom.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + const shippedValues = { + tenantID: tenantDomain, + domain: formData.domain?.value, + displayName: formData.displayName.trim(), + username: formData.username.trim(), + userPrincipalName: formData.username.trim() + "@" + (formData.domain?.value || "").trim(), + }; + + if (formData.resourceCapacity && formData.resourceCapacity.trim() !== "") { + shippedValues.resourceCapacity = formData.resourceCapacity.trim(); + } + + addRoom.mutate({ + url: "/api/AddRoomMailbox", + data: shippedValues, + relatedQueryKeys: [`RoomMailbox-${tenantDomain}`], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + displayName: "", + username: "", + domain: null, + resourceCapacity: "", + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + {/* Display Name */} + + + + + + + {/* Username and Domain */} + + + + + + + + + + {/* Resource Capacity (Optional) */} + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAddRoomListDrawer.jsx b/src/components/CippComponents/CippAddRoomListDrawer.jsx new file mode 100644 index 000000000000..6ced8947993b --- /dev/null +++ b/src/components/CippComponents/CippAddRoomListDrawer.jsx @@ -0,0 +1,159 @@ +import React, { useState, useEffect } from "react"; +import { Button, InputAdornment, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { ListAlt } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormDomainSelector } from "./CippFormDomainSelector"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippAddRoomListDrawer = ({ + buttonText = "Add Room List", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const userSettingsDefaults = useSettings(); + const tenantDomain = userSettingsDefaults.currentTenant; + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + displayName: "", + username: "", + primDomain: null, + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + const addRoomList = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: [`RoomLists-${tenantDomain}`], + }); + + // Reset form fields on successful creation + useEffect(() => { + if (addRoomList.isSuccess) { + formControl.reset({ + displayName: "", + username: "", + primDomain: null, + }); + } + }, [addRoomList.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + const shippedValues = { + tenantFilter: tenantDomain, + displayName: formData.displayName?.trim(), + username: formData.username?.trim(), + primDomain: formData.primDomain, + }; + + addRoomList.mutate({ + url: "/api/AddRoomList", + data: shippedValues, + relatedQueryKeys: [`RoomLists-${tenantDomain}`], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + displayName: "", + username: "", + primDomain: null, + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + + + + + @, + }} + /> + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAddTenantAllowBlockListDrawer.jsx b/src/components/CippComponents/CippAddTenantAllowBlockListDrawer.jsx new file mode 100644 index 000000000000..23fbe252ae55 --- /dev/null +++ b/src/components/CippComponents/CippAddTenantAllowBlockListDrawer.jsx @@ -0,0 +1,378 @@ +import { useEffect, useState } from "react"; +import { Button, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState, useWatch } from "react-hook-form"; +import { PlaylistAdd } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippApiResults } from "./CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; +import { getCippValidator } from "../../utils/get-cipp-validator"; + +const defaultValues = { + tenantID: [], + entries: "", + notes: "", + listType: null, + listMethod: null, + NoExpiration: false, + RemoveAfter: false, +}; + +export const CippAddTenantAllowBlockListDrawer = ({ + buttonText = "Add Entry", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const formControl = useForm({ + mode: "onChange", + defaultValues, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + const noExpiration = useWatch({ control: formControl.control, name: "NoExpiration" }); + const removeAfter = useWatch({ control: formControl.control, name: "RemoveAfter" }); + const listMethod = useWatch({ control: formControl.control, name: "listMethod" }); + const listType = useWatch({ control: formControl.control, name: "listType" }); + + const isListMethodBlock = listMethod?.value === "Block"; + const isListTypeFileHash = listType?.value === "FileHash"; + const isListTypeSenderUrlOrFileHash = ["Sender", "Url", "FileHash"].includes(listType?.value); + const isNoExpirationCompatible = + isListMethodBlock || (listMethod?.value === "Allow" && ["Url", "IP"].includes(listType?.value)); + + const addEntry = ApiPostCall({}); + + useEffect(() => { + if (noExpiration && formControl.getValues("RemoveAfter")) { + formControl.setValue("RemoveAfter", false, { shouldValidate: true }); + } + + if (removeAfter && formControl.getValues("NoExpiration")) { + formControl.setValue("NoExpiration", false, { shouldValidate: true }); + } + + if (isListMethodBlock && formControl.getValues("RemoveAfter")) { + formControl.setValue("RemoveAfter", false, { shouldValidate: true }); + } + + if (listType && !isListTypeSenderUrlOrFileHash && formControl.getValues("RemoveAfter")) { + formControl.setValue("RemoveAfter", false, { shouldValidate: true }); + } + + if (isListTypeFileHash && listMethod?.value !== "Block") { + formControl.setValue( + "listMethod", + { label: "Block", value: "Block" }, + { shouldValidate: true } + ); + } + + if ((listMethod || listType) && noExpiration && !isNoExpirationCompatible) { + formControl.setValue("NoExpiration", false, { shouldValidate: true }); + } + }, [ + noExpiration, + removeAfter, + isListMethodBlock, + listType, + isListTypeSenderUrlOrFileHash, + isListTypeFileHash, + isNoExpirationCompatible, + listMethod, + formControl, + ]); + + useEffect(() => { + if (addEntry.isSuccess) { + const currentTenants = formControl.getValues("tenantID"); + formControl.reset({ + ...defaultValues, + tenantID: currentTenants, + }); + } + }, [addEntry.isSuccess, formControl]); + + const validateEntries = (value) => { + if (!value) return true; + + const entries = value + .split(/[,;]/) + .map((entry) => entry.trim()) + .filter(Boolean); + const currentListType = listType?.value; + + if (currentListType === "FileHash") { + for (const entry of entries) { + if (entry.length !== 64) return "File hash entries must be exactly 64 characters"; + + const hashResult = getCippValidator(entry, "sha256"); + if (hashResult !== true) return hashResult; + } + return true; + } + + if (currentListType === "IP") { + for (const entry of entries) { + const ipv6Result = getCippValidator(entry, "ipv6"); + const ipv6CidrResult = getCippValidator(entry, "ipv6cidr"); + + if (ipv6Result !== true && ipv6CidrResult !== true) { + return "Invalid IPv6 address format. Use colon-hexadecimal or CIDR notation"; + } + } + return true; + } + + if (currentListType === "Url") { + for (const entry of entries) { + if (entry.length > 250) { + return "URL entries must be 250 characters or less"; + } + + if (entry.includes("*") || entry.includes("~")) { + const wildcardUrlResult = getCippValidator(entry, "wildcardUrl"); + const wildcardDomainResult = getCippValidator(entry, "wildcardDomain"); + + if (wildcardUrlResult === true || wildcardDomainResult === true) { + continue; + } + + if (!/^[a-zA-Z0-9.\-*~\/]+$/.test(entry)) { + return "Invalid wildcard pattern. Use only letters, numbers, dots, hyphens, slashes, and wildcards (* or ~)"; + } + + return "Invalid wildcard format. Common formats are *.domain.com or domain.*"; + } + + const ipv4Result = getCippValidator(entry, "ip"); + const ipv4CidrResult = getCippValidator(entry, "ipv4cidr"); + const ipv6Result = getCippValidator(entry, "ipv6"); + const ipv6CidrResult = getCippValidator(entry, "ipv6cidr"); + const hostnameResult = getCippValidator(entry, "hostname"); + const urlResult = getCippValidator(entry, "url"); + + if ( + ipv4Result !== true && + ipv4CidrResult !== true && + ipv6Result !== true && + ipv6CidrResult !== true && + hostnameResult !== true && + urlResult !== true + ) { + return "Invalid URL format. Enter hostnames, IPv4, or IPv6 addresses"; + } + } + return true; + } + + if (currentListType === "Sender") { + for (const entry of entries) { + if (entry.includes("*") || entry.includes("~")) { + const wildcardDomainResult = getCippValidator(entry, "wildcardDomain"); + + if (wildcardDomainResult !== true) { + return "Invalid sender wildcard pattern. Common format is *.domain.com"; + } + continue; + } + + const senderResult = getCippValidator(entry, "senderEntry"); + if (senderResult !== true) { + return senderResult; + } + } + return true; + } + + return true; + }; + + const handleSubmit = formControl.handleSubmit((values) => { + const payload = { + tenantID: values.tenantID, + entries: values.entries, + listType: values.listType?.value, + notes: values.notes, + listMethod: values.listMethod?.value, + NoExpiration: values.NoExpiration, + RemoveAfter: values.RemoveAfter, + }; + + addEntry.mutate({ + url: "/api/AddTenantAllowBlockList", + data: payload, + }); + }); + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset(defaultValues); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + + } + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +}; + +export default CippAddTenantAllowBlockListDrawer; diff --git a/src/components/CippComponents/CippAddTenantGroupDrawer.jsx b/src/components/CippComponents/CippAddTenantGroupDrawer.jsx new file mode 100644 index 000000000000..75804c15f89c --- /dev/null +++ b/src/components/CippComponents/CippAddTenantGroupDrawer.jsx @@ -0,0 +1,121 @@ +import React, { useState, useEffect } from "react"; +import { Button, Box } from "@mui/material"; +import { useForm, useFormState } from "react-hook-form"; +import { GroupAdd } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { CippApiResults } from "./CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; +import CippAddEditTenantGroups from "./CippAddEditTenantGroups"; +import { getCippValidator } from "../../utils/get-cipp-validator"; + +export const CippAddTenantGroupDrawer = ({ + buttonText = "Add Tenant Group", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + groupType: "static", + ruleLogic: "and", + dynamicRules: [{}] + }, + }); + + const createTenantGroup = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["TenantGroupListPage"], + }); + + const { isValid, isDirty } = useFormState({ control: formControl.control }); + + useEffect(() => { + if (createTenantGroup.isSuccess) { + formControl.reset({ + groupType: "static", + ruleLogic: "and", + dynamicRules: [{}] + }); + } + }, [createTenantGroup.isSuccess]); + + const handleSubmit = (data) => { + const formattedData = { + ...data, + Action: "AddEdit", + }; + + // If it's a dynamic group, format the rules for the backend + if (data.groupType === "dynamic" && data.dynamicRules) { + formattedData.dynamicRules = data.dynamicRules.map(rule => ({ + property: rule.property?.value || rule.property, + operator: rule.operator?.value || rule.operator, + value: rule.value, + })); + formattedData.ruleLogic = data.ruleLogic || "and"; + } + + createTenantGroup.mutate({ + url: "/api/ExecTenantGroup", + data: formattedData, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + groupType: "static", + ruleLogic: "and", + dynamicRules: [{}] + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + + + + + ); +}; \ No newline at end of file diff --git a/src/components/CippComponents/CippAddTransportRuleDrawer.jsx b/src/components/CippComponents/CippAddTransportRuleDrawer.jsx new file mode 100644 index 000000000000..b9ee583100a8 --- /dev/null +++ b/src/components/CippComponents/CippAddTransportRuleDrawer.jsx @@ -0,0 +1,166 @@ +import { useState, useEffect } from "react"; +import { Button, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState, useWatch } from "react-hook-form"; +import { RocketLaunch } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippApiResults } from "./CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippAddTransportRuleDrawer = ({ + buttonText = "Deploy Template", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + selectedTenants: [], + TemplateList: null, + PowerShellCommand: "", + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + const templateListVal = useWatch({ control: formControl.control, name: "TemplateList" }); + + const addTransportRule = ApiPostCall({ + urlFromData: true, + }); + + // Update PowerShellCommand when template is selected + useEffect(() => { + if (templateListVal?.value) { + formControl.setValue("PowerShellCommand", JSON.stringify(templateListVal?.value)); + } + }, [templateListVal, formControl]); + + // Reset form fields on successful creation + useEffect(() => { + if (addTransportRule.isSuccess) { + const currentTenants = formControl.getValues("selectedTenants"); + formControl.reset({ + selectedTenants: currentTenants, + TemplateList: null, + PowerShellCommand: "", + }); + } + }, [addTransportRule.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + + addTransportRule.mutate({ + url: "/api/AddTransportRule", + data: formData, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + selectedTenants: [], + TemplateList: null, + PowerShellCommand: "", + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + {/* Tenant Selector */} + + + + + + + {/* Template List */} + + option, + url: "/api/ListTransportRulesTemplates", + }} + placeholder="Select a template or enter PowerShell JSON manually" + /> + + + + + {/* PowerShell Command */} + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAddUserDrawer.jsx b/src/components/CippComponents/CippAddUserDrawer.jsx new file mode 100644 index 000000000000..6e8e333b317f --- /dev/null +++ b/src/components/CippComponents/CippAddUserDrawer.jsx @@ -0,0 +1,140 @@ +import React, { useState, useEffect } from "react"; +import { Button, Box } from "@mui/material"; +import { useForm, useWatch, useFormState } from "react-hook-form"; +import { PersonAdd } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; +import CippAddEditUser from "../CippFormPages/CippAddEditUser"; +import { Stack } from "@mui/system"; + +export const CippAddUserDrawer = ({ + buttonText = "Add User", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const userSettingsDefaults = useSettings(); + + const formControl = useForm({ + mode: "onBlur", + defaultValues: { + tenantFilter: userSettingsDefaults.currentTenant, + usageLocation: userSettingsDefaults.usageLocation, + }, + }); + + const createUser = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: [`Users-${userSettingsDefaults.currentTenant}`], + }); + + const { isValid, isDirty } = useFormState({ control: formControl.control }); + + const formValues = useWatch({ control: formControl.control, name: "userProperties" }); + + useEffect(() => { + if (formValues) { + const { userPrincipalName, usageLocation, ...restFields } = formValues.addedFields || {}; + let newFields = { ...restFields }; + if (userPrincipalName) { + const [mailNickname, domainNamePart] = userPrincipalName.split("@"); + if (mailNickname) { + newFields.mailNickname = mailNickname; + } + if (domainNamePart) { + newFields.primDomain = { label: domainNamePart, value: domainNamePart }; + } + } + if (usageLocation) { + newFields.usageLocation = { label: usageLocation, value: usageLocation }; + } + newFields.tenantFilter = userSettingsDefaults.currentTenant; + + formControl.reset(newFields); + } + }, [formValues]); + + useEffect(() => { + if (createUser.isSuccess) { + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + usageLocation: userSettingsDefaults.usageLocation, + }); + } + }, [createUser.isSuccess]); + + const handleSubmit = () => { + formControl.trigger(); + if (!isValid) { + return; + } + const values = formControl.getValues(); + Object.keys(values).forEach((key) => { + if (values[key] === "" || values[key] === null) { + delete values[key]; + } + }); + createUser.mutate({ + url: "/api/AddUser", + data: values, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + usageLocation: userSettingsDefaults.usageLocation, + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + +
    + + +
    + + } + > + + + +
    + + ); +}; diff --git a/src/components/CippComponents/CippAddVacationModeDrawer.jsx b/src/components/CippComponents/CippAddVacationModeDrawer.jsx new file mode 100644 index 000000000000..9434b456547e --- /dev/null +++ b/src/components/CippComponents/CippAddVacationModeDrawer.jsx @@ -0,0 +1,359 @@ +import { useState, useEffect } from "react"; +import { Alert, Button, Typography, Divider, Stack } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useWatch, useFormState } from "react-hook-form"; +import { EventAvailable } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippApiResults } from "./CippApiResults"; +import { CippFormUserSelector } from "./CippFormUserSelector"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { ApiPostCall, ApiGetCallWithPagination } from "../../api/ApiCall"; +import CippJsonView from "/src/components/CippFormPages/CippJSONView"; + +export const CippAddVacationModeDrawer = ({ + buttonText = "Add Vacation Schedule", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const [caPoliciesWaiting, setCaPoliciesWaiting] = useState(false); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + vacation: true, + tenantFilter: null, + Users: [], + PolicyId: null, + startDate: null, + endDate: null, + reference: null, + postExecution: [], + excludeLocationAuditAlerts: false, + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + // Watch the selected tenant to update dependent fields + const selectedTenant = useWatch({ control: formControl.control, name: "tenantFilter" }); + const selectedPolicy = useWatch({ control: formControl.control, name: "PolicyId" }); + const tenantDomain = selectedTenant?.value || selectedTenant; + + const addVacationMode = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["VacationMode"], + }); + + const caPolicies = ApiGetCallWithPagination({ + url: "/api/ListGraphRequest", + data: { + tenantFilter: tenantDomain, + Endpoint: "conditionalAccess/policies", + }, + queryKey: `ListConditionalAccessPolicies-${tenantDomain}`, + waiting: caPoliciesWaiting, + }); + + // Selected policy object & whether it targets locations (include or exclude) + const selectedPolicyObject = (caPolicies?.data?.pages || []) + .flatMap((page) => page?.Results || []) + .find((p) => p.id === selectedPolicy?.value); + const guidRegex = /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/; + const locationSets = selectedPolicyObject?.conditions?.locations; + const allLocationIds = [ + ...(locationSets?.includeLocations || []), + ...(locationSets?.excludeLocations || []), + ]; + const policyHasLocationTarget = allLocationIds.some((loc) => guidRegex.test(loc)); + + useEffect(() => { + // monitor changes to selectedTenant, if null change waiting to false on caPolicies + if (!selectedTenant?.value === null || selectedTenant?.value === undefined) { + setCaPoliciesWaiting(false); + } else { + setCaPoliciesWaiting(true); + } + }, [selectedTenant]); + + // Reset form fields on successful creation + useEffect(() => { + if (addVacationMode.isSuccess) { + formControl.reset({ + vacation: true, + tenantFilter: tenantDomain, + Users: [], + PolicyId: null, + startDate: null, + endDate: null, + reference: null, + postExecution: [], + excludeLocationAuditAlerts: false, + }); + } + }, [addVacationMode.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + const shippedValues = { + tenantFilter: formData.tenantFilter?.value || formData.tenantFilter, + Users: formData.Users, + PolicyId: formData.PolicyId?.value, + StartDate: formData.startDate, + EndDate: formData.endDate, + vacation: true, + reference: formData.reference || null, + postExecution: formData.postExecution || [], + excludeLocationAuditAlerts: formData.excludeLocationAuditAlerts || false, + }; + + addVacationMode.mutate({ + url: "/api/ExecCAExclusion", + data: shippedValues, + relatedQueryKeys: ["VacationMode"], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + vacation: true, + tenantFilter: null, + Users: [], + PolicyId: null, + startDate: null, + endDate: null, + reference: null, + postExecution: [], + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + +
    + + +
    + + } + > + + + Vacation mode adds scheduled tasks to add and remove users from Conditional Access (CA) + exclusions for a specific period of time. Select the CA policy and the date range. If + the CA policy targets a named location, you now have the ability to exclude the targeted + users from location-based audit log alerts. + + + Note: Vacation mode has recently been updated to use Group based exclusions for better + reliability. Existing vacation mode entries will continue to function as before, but it + is recommended to recreate them to take advantage of the new functionality. The + exclusion group follows the format: 'Vacation Exclusion - $Policy.displayName' + + + + + + + + + + {/* User Selector */} + + + + + {/* Conditional Access Policy Selector */} + + `${option.displayName}`, + valueField: "id", + showRefresh: true, + } + : null + } + multiple={false} + formControl={formControl} + validators={{ + validate: (option) => { + if (!option?.value) { + return "Picking a policy is required"; + } + return true; + }, + }} + required={true} + disabled={!tenantDomain} + /> + + + {/* Start Date Picker */} + + { + if (!value) { + return "Start date is required"; + } + return true; + }, + }} + /> + + + {/* End Date Picker */} + + { + const startDate = formControl.getValues("startDate"); + if (!value) { + return "End date is required"; + } + if (startDate && value && new Date(value * 1000) < new Date(startDate * 1000)) { + return "End date must be after start date"; + } + return true; + }, + }} + /> + + + {/* Post Execution Actions */} + + + + + + + + {policyHasLocationTarget && ( + + + + )} + + policy.id === selectedPolicy?.value + )[0] || {} + } + title="Selected Policy JSON" + /> + + + +
    + + ); +}; diff --git a/src/components/CippComponents/CippAliasDialog.jsx b/src/components/CippComponents/CippAliasDialog.jsx new file mode 100644 index 000000000000..7f6696054843 --- /dev/null +++ b/src/components/CippComponents/CippAliasDialog.jsx @@ -0,0 +1,174 @@ +import { useState, useEffect, useMemo } from "react"; +import { Typography, Box, Button, TextField, Chip, Stack } from "@mui/material"; +import { Add } from "@mui/icons-material"; +import { useWatch } from "react-hook-form"; +import { CippFormDomainSelector } from "./CippFormDomainSelector"; + +const CippAliasDialog = ({ formHook }) => { + const [aliasPrefix, setAliasPrefix] = useState(""); + + // Initialize the form field if it doesn't exist + useEffect(() => { + // Set default empty array if AddedAliases doesn't exist in the form + if (!formHook.getValues("AddedAliases")) { + formHook.setValue("AddedAliases", []); + } + }, [formHook]); + + // Use useWatch to subscribe to form field changes + const aliasList = useWatch({ + control: formHook.control, + name: "AddedAliases", + defaultValue: [], + }); + + const selectedDomain = useWatch({ + control: formHook.control, + name: "AliasDomain", + }); + + const isPending = formHook.formState.isSubmitting; + + const selectedDomainValue = useMemo(() => { + if (!selectedDomain) return ""; + if (Array.isArray(selectedDomain)) { + return selectedDomain[0]?.value || selectedDomain[0] || ""; + } + if (typeof selectedDomain === "object") { + return selectedDomain?.value || ""; + } + return selectedDomain; + }, [selectedDomain]); + + const handleAddAlias = () => { + const prefix = aliasPrefix.trim(); + const domain = selectedDomainValue; + + if (!prefix || !domain) { + return; + } + + const formattedAlias = `${prefix}@${domain}`; + const currentAliases = formHook.getValues("AddedAliases") || []; + + if (currentAliases.some((alias) => alias.toLowerCase() === formattedAlias.toLowerCase())) { + setAliasPrefix(""); + return; + } + + const newList = [...currentAliases, formattedAlias]; + formHook.setValue("AddedAliases", newList, { shouldValidate: true }); + setAliasPrefix(""); + }; + + const handleDeleteAlias = (aliasToDelete) => { + const currentAliases = formHook.getValues("AddedAliases") || []; + const updatedList = currentAliases.filter((alias) => alias !== aliasToDelete); + formHook.setValue("AddedAliases", updatedList, { shouldValidate: true }); + }; + + const handleKeyPress = (event) => { + if (event.key === "Enter") { + event.preventDefault(); + handleAddAlias(); + } + }; + + return ( + <> + + + Add proxy addresses (aliases) for this user. Enter a prefix, choose a verified tenant + domain, and click Add or press Enter. + + + setAliasPrefix(e.target.value)} + onKeyPress={handleKeyPress} + placeholder="Enter alias prefix" + variant="outlined" + disabled={isPending} + size="small" + sx={{ + "& .MuiOutlinedInput-root": { + fontFamily: "monospace", + "& .MuiOutlinedInput-input": { + px: 2, + }, + }, + }} + /> + + + + + + + {aliasList.length === 0 ? ( + + No aliases added yet + + ) : ( + aliasList.map((alias) => ( + handleDeleteAlias(alias)} + color="primary" + variant="outlined" + /> + )) + )} + + + + ); +}; + +export default CippAliasDialog; diff --git a/src/components/CippComponents/CippApiDialog.jsx b/src/components/CippComponents/CippApiDialog.jsx new file mode 100644 index 000000000000..39f590570dd0 --- /dev/null +++ b/src/components/CippComponents/CippApiDialog.jsx @@ -0,0 +1,395 @@ +import { useRouter } from "next/router"; +import { + Box, + Button, + Dialog, + DialogActions, + DialogContent, + DialogTitle, + useMediaQuery, +} from "@mui/material"; +import { Stack } from "@mui/system"; +import { CippApiResults } from "./CippApiResults"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import React, { useEffect, useState } from "react"; +import { useForm, useFormState } from "react-hook-form"; +import { useSettings } from "../../hooks/use-settings"; +import CippFormComponent from "./CippFormComponent"; + +export const CippApiDialog = (props) => { + const { + createDialog, + title, + fields, + api, + row = {}, + relatedQueryKeys, + dialogAfterEffect, + allowResubmit = false, + children, + defaultvalues, + ...other + } = props; + const router = useRouter(); + const [addedFieldData, setAddedFieldData] = useState({}); + const [partialResults, setPartialResults] = useState([]); + const [isFormSubmitted, setIsFormSubmitted] = useState(false); + const mdDown = useMediaQuery((theme) => theme.breakpoints.down("md")); + + if (mdDown) { + other.fullScreen = true; + } + + const formHook = useForm({ + defaultValues: typeof defaultvalues === "function" ? defaultvalues(row) : defaultvalues || {}, + mode: "onChange", // Enable real-time validation + }); + + // Get form state for validation + const { isValid } = useFormState({ control: formHook.control }); + + useEffect(() => { + if (createDialog.open) { + setIsFormSubmitted(false); + formHook.reset(defaultvalues || {}); + } + }, [createDialog.open, defaultvalues]); + + const [getRequestInfo, setGetRequestInfo] = useState({ + url: "", + waiting: false, + queryKey: "", + relatedQueryKeys: relatedQueryKeys ?? api.relatedQueryKeys ?? title, + bulkRequest: api.multiPost === false, + onResult: (result) => setPartialResults((prev) => [...prev, result]), + }); + + const actionPostRequest = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: relatedQueryKeys ?? api.relatedQueryKeys ?? title, + bulkRequest: api.multiPost === false, + onResult: (result) => { + setPartialResults((prev) => [...prev, result]); + api?.onSuccess?.(result); + }, + }); + + const actionGetRequest = ApiGetCall({ + ...getRequestInfo, + relatedQueryKeys: relatedQueryKeys ?? api.relatedQueryKeys ?? title, + bulkRequest: api.multiPost === false, + onResult: (result) => { + setPartialResults((prev) => [...prev, result]); + api?.onSuccess?.(result); + }, + }); + + const processActionData = (dataObject, row, replacementBehaviour) => { + if (typeof api?.dataFunction === "function") return api.dataFunction(row, dataObject); + + let newData = {}; + if (api?.postEntireRow) { + return row; + } + + if (!dataObject) { + return dataObject; + } + + Object.keys(dataObject).forEach((key) => { + const value = dataObject[key]; + + if (typeof value === "string" && value.startsWith("!")) { + newData[key] = value.slice(1); + } else if (typeof value === "string") { + newData[key] = row[value] ?? value; + } else if (typeof value === "boolean") { + newData[key] = value; + } else if (typeof value === "object" && value !== null) { + const processedValue = processActionData(value, row, replacementBehaviour); + if (replacementBehaviour !== "removeNulls" || Object.keys(processedValue).length > 0) { + newData[key] = processedValue; + } + } else if (replacementBehaviour !== "removeNulls") { + newData[key] = value; + } + }); + + return newData; + }; + + const tenantFilter = useSettings().currentTenant; + const handleActionClick = (row, action, formData) => { + setIsFormSubmitted(true); + let finalData = {}; + let isBulkRequest = false; + if (typeof api?.customDataformatter === "function") { + finalData = api.customDataformatter(row, action, formData); + // If customDataformatter returns an array, enable bulk request mode + isBulkRequest = Array.isArray(finalData); + } else { + if (action.multiPost === undefined) action.multiPost = false; + + if (api.customFunction) { + action.customFunction(row, action, formData); + createDialog.handleClose(); + return; + } + + // Helper function to get the correct tenant filter for a row + const getRowTenantFilter = (rowData) => { + // If we're in AllTenants mode and the row has a Tenant property, use that + if (tenantFilter === "AllTenants" && rowData?.Tenant) { + return rowData.Tenant; + } + // Otherwise use the current tenant filter + return tenantFilter; + }; + + const processedActionData = processActionData(action.data, row, action.replacementBehaviour); + + if (!processedActionData || Object.keys(processedActionData).length === 0) { + console.warn("No data to process for action:", action); + } else { + // MULTI ROW CASES + if (Array.isArray(row)) { + const arrayData = row.map((singleRow) => { + const commonData = { + tenantFilter: getRowTenantFilter(singleRow), + ...formData, + ...addedFieldData, + }; + const itemData = { ...commonData }; + Object.keys(processedActionData).forEach((key) => { + const rowValue = singleRow[processedActionData[key]]; + itemData[key] = rowValue !== undefined ? rowValue : processedActionData[key]; + }); + return itemData; + }); + + const payload = { + url: action.url, + bulkRequest: !action.multiPost, + data: arrayData, + }; + + if (action.type === "POST") { + actionPostRequest.mutate(payload); + } else if (action.type === "GET") { + setGetRequestInfo({ + ...payload, + waiting: true, + queryKey: Date.now(), + }); + } + + return; + } + } + + // SINGLE ROW CASE + const commonData = { + tenantFilter: getRowTenantFilter(row), + ...formData, + ...addedFieldData, + }; + + // ✅ FIXED: DIRECT MERGE INSTEAD OF CORRUPT TRANSFORMATION + finalData = { + ...commonData, + ...processedActionData, + }; + } + + if (action.type === "POST") { + actionPostRequest.mutate({ + url: action.url, + bulkRequest: isBulkRequest, + data: finalData, + }); + } else if (action.type === "GET") { + setGetRequestInfo({ + url: action.url, + waiting: true, + queryKey: Date.now(), + bulkRequest: isBulkRequest, + data: finalData, + }); + } + }; + + useEffect(() => { + if (dialogAfterEffect && (actionPostRequest.isSuccess || actionGetRequest.isSuccess)) { + dialogAfterEffect(actionPostRequest.data?.data || actionGetRequest.data); + } + }, [actionPostRequest.isSuccess, actionGetRequest.isSuccess]); + + const onSubmit = (data) => handleActionClick(row, api, data); + const selectedType = api.type === "POST" ? actionPostRequest : actionGetRequest; + + useEffect(() => { + if (api?.setDefaultValues && createDialog.open) { + fields.forEach((field) => { + const val = row[field.name]; + if ( + (typeof val === "string" && field.type === "textField") || + (typeof val === "boolean" && field.type === "switch") + ) { + formHook.setValue(field.name, val); + } else if (Array.isArray(val) && field.type === "autoComplete") { + const values = val + .map((el) => + el?.label && el?.value + ? el + : typeof el === "string" || typeof el === "number" + ? { label: el, value: el } + : null + ) + .filter(Boolean); + formHook.setValue(field.name, values); + } else if (field.type === "autoComplete" && val) { + formHook.setValue( + field.name, + typeof val === "string" + ? { label: val, value: val } + : val.label && val.value + ? val + : undefined + ); + } + }); + } + }, [createDialog.open, api?.setDefaultValues]); + + const getNestedValue = (obj, path) => + path + .split(".") + .reduce((acc, key) => (acc && acc[key] !== undefined ? acc[key] : undefined), obj); + + const [linkClicked, setLinkClicked] = useState(false); + useEffect(() => setLinkClicked(false), [api.link]); + + useEffect(() => { + if (api.link && !linkClicked && row && Object.keys(row).length > 0) { + const timeoutId = setTimeout(() => { + const linkWithData = api.link.replace( + /\[([^\]]+)\]/g, + (_, key) => getNestedValue(row, key) || `[${key}]` + ); + setLinkClicked(true); + if (linkWithData.startsWith("/") && !api?.external) + router.push(linkWithData, undefined, { shallow: true }); + else window.open(linkWithData, api.target || "_blank"); + }, 0); + + return () => clearTimeout(timeoutId); + } + }, [api.link, linkClicked, row, router]); + + useEffect(() => { + if (api.noConfirm && !api.link) { + formHook.handleSubmit(onSubmit)(); + createDialog.handleClose(); + } + }, [api.noConfirm, api.link]); + + const handleClose = () => { + createDialog.handleClose(); + setPartialResults([]); + }; + + let confirmText; + if (typeof api?.confirmText === "string") { + if (!Array.isArray(row)) { + confirmText = api.confirmText.replace( + /\[([^\]]+)\]/g, + (_, key) => getNestedValue(row, key) || `[${key}]` + ); + } else if (row.length > 1) { + confirmText = api.confirmText.replace(/\[([^\]]+)\]/g, "the selected rows"); + } else if (row.length === 1) { + confirmText = api.confirmText.replace( + /\[([^\]]+)\]/g, + (_, key) => getNestedValue(row[0], key) || `[${key}]` + ); + } + } else { + const replaceTextInElement = (element) => { + if (!element) return element; + if (typeof element === "string") { + if (Array.isArray(row)) { + return row.length > 1 + ? element.replace(/\[([^\]]+)\]/g, "the selected rows") + : element.replace( + /\[([^\]]+)\]/g, + (_, key) => getNestedValue(row[0], key) || `[${key}]` + ); + } + return element.replace(/\[([^\]]+)\]/g, (_, key) => getNestedValue(row, key) || `[${key}]`); + } + if (React.isValidElement(element)) { + const newChildren = React.Children.map(element.props.children, replaceTextInElement); + return React.cloneElement(element, {}, newChildren); + } + return element; + }; + confirmText = replaceTextInElement(api?.confirmText); + } + + return ( + <> + {!api?.link && ( + +
    + {title} + + {confirmText} + + + + {children ? ( + typeof children === "function" ? ( + children({ + formHook, + row, + }) + ) : ( + children + ) + ) : ( + <> + {fields?.map((fieldProps, i) => ( + + + + ))} + + )} + + + + + + + + + +
    +
    + )} + + ); +}; diff --git a/src/components/CippComponents/CippApiLogsDrawer.jsx b/src/components/CippComponents/CippApiLogsDrawer.jsx new file mode 100644 index 000000000000..67eb80cef47e --- /dev/null +++ b/src/components/CippComponents/CippApiLogsDrawer.jsx @@ -0,0 +1,113 @@ +import { useState } from "react"; +import { Button, Box } from "@mui/material"; +import { ReceiptLongOutlined } from "@mui/icons-material"; +import { EyeIcon } from "@heroicons/react/24/outline"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { CippDataTable } from "../CippTable/CippDataTable"; + +export const CippApiLogsDrawer = ({ + buttonText = "View API Logs", + apiFilter = null, + tenantFilter = null, + standardFilter = null, + scheduledTaskFilter = null, + requiredPermissions = [], + PermissionButton = Button, + title = "API Logs", + ...props +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + + const handleCloseDrawer = () => { + setDrawerVisible(false); + }; + + const handleOpenDrawer = () => { + setDrawerVisible(true); + }; + + // Build the API URL with the filter + const apiUrl = `/api/ListLogs?Filter=true${apiFilter ? `&API=${apiFilter}` : ""}${ + tenantFilter ? `&Tenant=${tenantFilter}` : "" + }${standardFilter ? `&StandardTemplateId=${standardFilter}` : ""}${ + scheduledTaskFilter ? `&ScheduledTaskId=${scheduledTaskFilter}` : "" + }`; + + // Define the columns for the logs table + const simpleColumns = [ + "DateTime", + "Severity", + "Message", + "User", + "Tenant", + "API", + "StandardInfo.Template", + "StandardInfo.Standard", + "StandardInfo.ConditionalAccessPolicy", + "StandardInfo.IntunePolicy", + ]; + + const actions = [ + { + label: "View Log Entry", + link: "/cipp/logs/logentry?logentry=[RowKey]", + icon: , + color: "primary", + }, + ]; + + return ( + <> + } + {...props} + > + {buttonText} + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippApiResults.jsx b/src/components/CippComponents/CippApiResults.jsx new file mode 100644 index 000000000000..124f4282e1af --- /dev/null +++ b/src/components/CippComponents/CippApiResults.jsx @@ -0,0 +1,417 @@ +import { Close, Download, Help, ExpandMore, ExpandLess } from "@mui/icons-material"; +import { + Alert, + CircularProgress, + Collapse, + IconButton, + Stack, + Typography, + Box, + SvgIcon, + Tooltip, + Button, + keyframes, +} from "@mui/material"; +import { useEffect, useState, useMemo, useCallback } from "react"; +import { getCippError } from "../../utils/get-cipp-error"; +import { CippCopyToClipBoard } from "./CippCopyToClipboard"; +import { CippDocsLookup } from "./CippDocsLookup"; +import { CippCodeBlock } from "./CippCodeBlock"; +import React from "react"; +import { CippTableDialog } from "./CippTableDialog"; +import { EyeIcon } from "@heroicons/react/24/outline"; +import { useDialog } from "../../hooks/use-dialog"; + +const extractAllResults = (data) => { + const results = []; + + const getSeverity = (text) => { + if (typeof text !== "string") return "success"; + return /error|failed|exception|not found|invalid_grant/i.test(text) ? "error" : "success"; + }; + + const processResultItem = (item) => { + if (typeof item === "string") { + return { + text: item, + copyField: item, + severity: getSeverity(item), + }; + } + + if (item && typeof item === "object") { + const text = item.resultText || ""; + const copyField = item.copyField || ""; + const severity = + typeof item.state === "string" ? item.state : getSeverity(item) ? "error" : "success"; + const details = item.details || null; + + if (text) { + return { + text, + copyField, + severity, + details, + ...item, + }; + } + } + return null; + }; + + const extractFrom = (obj) => { + if (!obj) return; + + if (Array.isArray(obj)) { + obj.forEach((item) => extractFrom(item)); + return; + } + + if (typeof obj === "string") { + results.push({ text: obj, copyField: obj, severity: getSeverity(obj) }); + return; + } + + if (obj?.resultText) { + const processed = processResultItem(obj); + if (processed) { + results.push(processed); + } + } else { + const ignoreKeys = ["metadata", "Metadata", "severity"]; + + if (typeof obj === "object") { + Object.keys(obj).forEach((key) => { + const value = obj[key]; + if (ignoreKeys.includes(key)) return; + if (["Results", "Result", "results", "result"].includes(key)) { + if (Array.isArray(value)) { + value.forEach((valItem) => { + const processed = processResultItem(valItem); + if (processed) { + results.push(processed); + } else { + extractFrom(valItem); + } + }); + } else if (typeof value === "object") { + const processed = processResultItem(value); + if (processed) { + results.push(processed); + } else { + extractFrom(value); + } + } else if (typeof value === "string") { + results.push({ + text: value, + copyField: value, + severity: getSeverity(value), + }); + } + } else { + extractFrom(value); + } + }); + } + } + }; + + extractFrom(data); + return results; +}; + +export const CippApiResults = (props) => { + const { apiObject, errorsOnly = false, alertSx = {} } = props; + + const [errorVisible, setErrorVisible] = useState(false); + const [fetchingVisible, setFetchingVisible] = useState(false); + const [finalResults, setFinalResults] = useState([]); + const [showDetails, setShowDetails] = useState({}); + const tableDialog = useDialog(); + const pageTitle = `${document.title} - Results`; + const correctResultObj = useMemo(() => { + if (!apiObject.isSuccess) return; + + const data = apiObject?.data; + const dataData = data?.data; + if (dataData !== undefined && dataData !== null) { + if (dataData?.Results) { + return dataData.Results; + } else if (typeof dataData === "object" && dataData !== null && !("metadata" in dataData)) { + return dataData; + } else if (typeof dataData === "string") { + return dataData; + } else { + return "This API has not sent the correct output format."; + } + } + if (data?.Results) { + return data.Results; + } else if (typeof data === "object" && data !== null && !("metadata" in data)) { + return data; + } else if (typeof data === "string") { + return data; + } + + return "This API has not sent the correct output format."; + }, [apiObject]); + + const allResults = useMemo(() => { + const apiResults = extractAllResults(correctResultObj); + + // Also extract error results if there's an error + if (apiObject.isError && apiObject.error) { + const errorResults = extractAllResults(apiObject.error.response.data); + if (errorResults.length > 0) { + // Mark all error results with error severity and merge with success results + return [...apiResults, ...errorResults.map((r) => ({ ...r, severity: "error" }))]; + } + + // Fallback to getCippError if extraction didn't work + const processedError = getCippError(apiObject.error); + if (typeof processedError === "string") { + return [ + ...apiResults, + { text: processedError, copyField: processedError, severity: "error" }, + ]; + } + } + + return apiResults; + }, [correctResultObj, apiObject.isError, apiObject.error]); + + useEffect(() => { + setErrorVisible(!!apiObject.isError); + + if (apiObject.isFetching || (apiObject.isIdle === false && apiObject.isPending === true)) { + setFetchingVisible(true); + } else { + setFetchingVisible(false); + } + if (!errorsOnly) { + if (allResults.length > 0) { + setFinalResults( + allResults.map((res, index) => ({ + id: index, + text: res.text, + copyField: res.copyField, + severity: res.severity, + visible: true, + ...res, + })) + ); + } else { + setFinalResults([]); + } + } + }, [ + apiObject.isError, + apiObject.isFetching, + apiObject.isPending, + apiObject.isIdle, + allResults, + errorsOnly, + ]); + + const handleCloseResult = useCallback((id) => { + setFinalResults((prev) => prev.map((r) => (r.id === id ? { ...r, visible: false } : r))); + }, []); + + const toggleDetails = useCallback((id) => { + setShowDetails((prev) => ({ ...prev, [id]: !prev[id] })); + }, []); + + const handleDownloadCsv = useCallback(() => { + if (!finalResults?.length) return; + + const baseName = document.title.toLowerCase().replace(/[^a-z0-9]/g, "-"); + const fileName = `${baseName}-results.csv`; + + const headers = Object.keys(finalResults[0]); + const rows = finalResults.map((item) => + headers.map((header) => `"${item[header] || ""}"`).join(",") + ); + const csvContent = [headers.join(","), ...rows].join("\n"); + const blob = new Blob([csvContent], { type: "text/csv;charset=utf-8;" }); + const url = URL.createObjectURL(blob); + const link = document.createElement("a"); + link.setAttribute("href", url); + link.setAttribute("download", fileName); + document.body.appendChild(link); + link.click(); + document.body.removeChild(link); + }, [finalResults, apiObject]); + + const hasVisibleResults = finalResults.some((r) => r.visible); + return ( + + {/* Loading alert */} + {!errorsOnly && ( + + setFetchingVisible(false)} + > + + + } + variant="outlined" + severity="info" + > + + Loading... + + + + )} + {/* Individual result alerts */} + {hasVisibleResults && ( + <> + {finalResults.map((resultObj) => ( + + + + {resultObj.severity === "error" && ( + + )} + + + {resultObj.details && ( + + toggleDetails(resultObj.id)} + aria-label={showDetails[resultObj.id] ? "Hide Details" : "Show Details"} + > + {showDetails[resultObj.id] ? ( + + ) : ( + + )} + + + )} + + handleCloseResult(resultObj.id)} + > + + + + } + > + + {resultObj.text} + {resultObj.details && ( + + + + + + )} + + + + + ))} + + )} + {(apiObject.isSuccess || apiObject.isError) && + finalResults?.length > 0 && + hasVisibleResults ? ( + + + tableDialog.handleOpen()}> + + + + + + + + + + + + ) : null} + {tableDialog.open && ( + + )} + + ); +}; diff --git a/src/components/CippComponents/CippAppApprovalTemplateDrawer.jsx b/src/components/CippComponents/CippAppApprovalTemplateDrawer.jsx new file mode 100644 index 000000000000..95526d194495 --- /dev/null +++ b/src/components/CippComponents/CippAppApprovalTemplateDrawer.jsx @@ -0,0 +1,188 @@ +import { useState, useEffect } from "react"; +import { Button } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm } from "react-hook-form"; +import { Add, Edit } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import AppApprovalTemplateForm from "./AppApprovalTemplateForm"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import { CippApiResults } from "./CippApiResults"; + +export const CippAppApprovalTemplateDrawer = ({ + buttonText = "Add App Approval Template", + isEditMode = false, + templateId = null, + templateName = null, + isCopy = false, + requiredPermissions = [], + PermissionButton = Button, + onSuccess = null, + drawerVisible: externalDrawerVisible, + setDrawerVisible: externalSetDrawerVisible, +}) => { + const [internalDrawerVisible, setInternalDrawerVisible] = useState(false); + const [refetchKey, setRefetchKey] = useState(0); + + // Use external drawer state if provided, otherwise use internal state + const drawerVisible = + externalDrawerVisible !== undefined ? externalDrawerVisible : internalDrawerVisible; + const setDrawerVisible = externalSetDrawerVisible || setInternalDrawerVisible; + + const formControl = useForm({ + mode: "onBlur", + }); + + // Get the specified template if template ID is provided + const { data: templateData, isLoading: templateLoading } = ApiGetCall({ + url: + (isEditMode || isCopy) && templateId + ? `/api/ExecAppApprovalTemplate?Action=Get&TemplateId=${templateId}` + : null, + queryKey: + (isEditMode || isCopy) && templateId + ? ["ExecAppApprovalTemplate", templateId, refetchKey] + : null, + waiting: !!((isEditMode || isCopy) && templateId), + }); + + const updatePermissions = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["ListAppApprovalTemplates", "ExecAppApprovalTemplate"], + }); + + const handleSubmit = (payload) => { + // If editing, include the template ID + if (isEditMode && !isCopy && templateId) { + payload.TemplateId = templateId; + } + + updatePermissions.mutate( + { + url: "/api/ExecAppApprovalTemplate?Action=Save", + data: payload, + queryKey: "ExecAppApprovalTemplate", + }, + { + onSuccess: (data) => { + // Refresh the data + setRefetchKey((prev) => prev + 1); + + // Call the onSuccess callback if provided + if (onSuccess) { + onSuccess(data); + } + + // If adding or copying, reset the form for next entry + if (!isEditMode || isCopy) { + formControl.reset({ + templateName: "", + appType: "EnterpriseApp", + appId: null, + galleryTemplateId: null, + permissionSetId: null, + applicationManifest: "", + }); + } + }, + } + ); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + templateName: "", + appType: "EnterpriseApp", + appId: null, + galleryTemplateId: null, + permissionSetId: null, + applicationManifest: "", + }); + }; + + // Reset form when drawer is opened for a new template + useEffect(() => { + if (drawerVisible && !isEditMode && !isCopy) { + formControl.reset({ + templateName: "New App Deployment Template", + appType: "EnterpriseApp", + appId: null, + galleryTemplateId: null, + permissionSetId: null, + applicationManifest: "", + }); + } + }, [drawerVisible, isEditMode, isCopy]); + + const getDrawerTitle = () => { + if (isCopy) { + return `Copy App Approval Template${templateName ? `: ${templateName}` : ""}`; + } else if (isEditMode) { + return `Edit App Approval Template${templateName ? `: ${templateName}` : ""}`; + } else { + return "Add App Approval Template"; + } + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={isEditMode ? : } + > + {buttonText} + + + + + + } + > + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAppPermissionBuilder.jsx b/src/components/CippComponents/CippAppPermissionBuilder.jsx new file mode 100644 index 000000000000..46adfc153008 --- /dev/null +++ b/src/components/CippComponents/CippAppPermissionBuilder.jsx @@ -0,0 +1,1163 @@ +import React, { useEffect, useState, useCallback } from "react"; +import { + Box, + Button, + Accordion, + AccordionSummary, + AccordionDetails, + Tooltip, + Alert, + Skeleton, + IconButton, + SvgIcon, + Stack, + Chip, + Typography, + Tabs, + Tab, +} from "@mui/material"; +import { Grid } from "@mui/system"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { PlusIcon, ShieldCheckIcon, WrenchIcon } from "@heroicons/react/24/outline"; +import CippFormComponent from "./CippFormComponent"; +import { + Apps, + Delete, + Download, + Error, + ExpandMore, + Save, + Sync, + TaskAlt, + Undo, + Upload, + WarningAmberOutlined, +} from "@mui/icons-material"; +import { useWatch } from "react-hook-form"; +import { CippCardTabPanel } from "./CippCardTabPanel"; +import { CippApiResults } from "./CippApiResults"; +import _ from "lodash"; +import { CippCodeBlock } from "./CippCodeBlock"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { FileDropzone } from "../file-dropzone"; +import { ConfirmationDialog } from "../confirmation-dialog"; + +const CippAppPermissionBuilder = ({ + onSubmit, + updatePermissions, + currentPermissions = {}, + removePermissionConfirm = false, + appDisplayName = "CIPP-SAM", + formControl, +}) => { + const [selectedApp, setSelectedApp] = useState([]); + const [permissionsImported, setPermissionsImported] = useState(false); + const [newPermissions, setNewPermissions] = useState({}); + const [importedManifest, setImportedManifest] = useState(null); + const [manifestVisible, setManifestVisible] = useState(false); + const [manifestError, setManifestError] = useState(false); + const [calloutMessage, setCalloutMessage] = useState(null); + const [initialPermissions, setInitialPermissions] = useState(); + const [additionalPermissionsDialog, setAdditionalPermissionsDialog] = useState(false); + const [additionalPermissions, setAdditionalPermissions] = useState([]); + const [removePermissionDialog, setRemovePermissionDialog] = useState(false); + const [spToRemove, setSpToRemove] = useState(null); + const [resetPermissionDialog, setResetPermissionDialog] = useState(false); + const [expanded, setExpanded] = useState(false); + + const handleChange = (panel) => (event, newExpanded) => { + setExpanded(newExpanded ? panel : false); + }; + + const deprecatedServicePrincipals = [ + "00000002-0000-0000-c000-000000000000", // Windows Azure Active Directory + "a0c73c16-a7e3-4564-9a95-2bdf47383716", // Microsoft Exchange Online Remote PowerShell + "1b730954-1685-4b74-9bfd-dac224a7b894", // Azure Active Directory PowerShell + ]; + + const currentSelectedSp = useWatch({ control: formControl.control, name: "servicePrincipal" }); + + // Check if selected service principal is in the deprecated list + const isDeprecatedSp = + currentSelectedSp && deprecatedServicePrincipals.includes(currentSelectedSp.value); + + const { + data: servicePrincipals = [], + isSuccess: spSuccess, + isFetching: spFetching, + isLoading: spLoading, + refetch: refetchServicePrincipals, + } = ApiGetCall({ + url: "/api/ExecServicePrincipals", + queryKey: "execServicePrincipalList", + waiting: true, + }); + + const removeServicePrincipal = useCallback( + (appId, isConfirm) => { + const newServicePrincipals = selectedApp.filter((sp) => sp?.appId !== appId); + + if (!isConfirm && removePermissionConfirm) { + setSpToRemove(appId); + setRemovePermissionDialog(true); + return; + } + + // Only update selectedApp if there is a change + setSelectedApp((prevSelectedApp) => { + if (prevSelectedApp.length !== newServicePrincipals.length) { + return newServicePrincipals; + } + return prevSelectedApp; + }); + + // Update newPermissions by creating a shallow copy and deleting the entry + setNewPermissions((prevPermissions) => { + if (prevPermissions.Permissions[appId]) { + const updatedPermissions = { + ...prevPermissions, + Permissions: { ...prevPermissions.Permissions }, + }; + delete updatedPermissions.Permissions[appId]; + return updatedPermissions; + } + return prevPermissions; + }); + }, + [selectedApp, newPermissions, removePermissionConfirm, removePermissionDialog] + ); + + const createServicePrincipal = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["execServicePrincipals"], + }); + + const confirmReset = (isConfirm) => { + if (!isConfirm && removePermissionConfirm) { + setResetPermissionDialog(true); + } else { + setSelectedApp([]); + setPermissionsImported(false); + setManifestVisible(false); + setCalloutMessage("Permissions reset to default."); + } + }; + + const handleSubmit = (values) => { + if (onSubmit) { + var postBody = { + Permissions: newPermissions.Permissions, + }; + onSubmit(postBody); + } + }; + + const onCreateServicePrincipal = (newValue) => { + if (newValue.value) { + createServicePrincipal.mutate({ + url: "/api/ExecServicePrincipals?Action=Create&AppId=" + newValue.value, + data: {}, + }); + } + }; + + const savePermissionChanges = ( + servicePrincipal, + applicationPermissions, + delegatedPermissions + ) => { + setNewPermissions((prevPermissions) => { + const updatedPermissions = { + ...prevPermissions, + Permissions: { + ...prevPermissions.Permissions, + [servicePrincipal]: { + applicationPermissions, + delegatedPermissions, + }, + }, + }; + return updatedPermissions; + }); + + setExpanded(false); + }; + + const generateManifest = ({ appDisplayName = "CIPP-SAM", prompt = false }) => { + if (prompt || appDisplayName === "") { + ModalService.prompt({ + title: "Generate Manifest", + body: "Please enter the display name for the application.", + onConfirm: (value) => { + generateManifest({ appDisplayName: value }); + }, + }); + } else { + var manifest = { + isFallbackPublicClient: true, + signInAudience: "AzureADMultipleOrgs", + displayName: appDisplayName, + web: { + redirectUris: [ + "https://login.microsoftonline.com/common/oauth2/nativeclient", + "https://localhost", + "http://localhost", + "http://localhost:8400", + ], + }, + requiredResourceAccess: [], + }; + + var newAdditionalPermissions = []; + + selectedApp.map((sp) => { + var appRoles = newPermissions?.Permissions[sp.appId]?.applicationPermissions; + var delegatedPermissions = newPermissions?.Permissions[sp.appId]?.delegatedPermissions; + var requiredResourceAccess = { + resourceAppId: sp.appId, + resourceAccess: [], + }; + var additionalRequiredResourceAccess = { + resourceAppId: sp.appId, + resourceAccess: [], + }; + if (appRoles) { + appRoles.map((role) => { + requiredResourceAccess.resourceAccess.push({ + id: role.id, + type: "Role", + }); + }); + } + if (delegatedPermissions) { + delegatedPermissions.map((perm) => { + if (/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(perm.id)) { + requiredResourceAccess.resourceAccess.push({ + id: perm.id, + type: "Scope", + }); + } else { + additionalRequiredResourceAccess.resourceAccess.push({ + id: perm.id, + type: "Scope", + }); + } + }); + } + if (requiredResourceAccess.resourceAccess.length > 0) { + manifest.requiredResourceAccess.push(requiredResourceAccess); + } + if (additionalRequiredResourceAccess.resourceAccess.length > 0) { + newAdditionalPermissions.push(additionalRequiredResourceAccess); + } + }); + + var fileName = `${appDisplayName.replace(" ", "-")}.json`; + if (appDisplayName === "CIPP-SAM") { + fileName = "SAMManifest.json"; + } + + var blob = new Blob([JSON.stringify(manifest, null, 2)], { type: "application/json" }); + var url = URL.createObjectURL(blob); + var a = document.createElement("a"); + a.href = url; + a.download = `${fileName}`; + a.click(); + URL.revokeObjectURL(url); + + if (newAdditionalPermissions.length > 0) { + setAdditionalPermissionsDialog(true); + setAdditionalPermissions(newAdditionalPermissions); + } + } + }; + + const importManifest = () => { + var updatedPermissions = { Permissions: {} }; + var manifest = importedManifest; + var requiredResourceAccess = manifest.requiredResourceAccess; + var selectedServicePrincipals = []; + + requiredResourceAccess.map((resourceAccess) => { + var sp = servicePrincipals?.Results?.find((sp) => sp.appId === resourceAccess.resourceAppId); + if (sp) { + var appRoles = []; + var delegatedPermissions = []; + selectedServicePrincipals.push(sp); + resourceAccess.resourceAccess.map((access) => { + if (access.type === "Role") { + var role = sp.appRoles.find((role) => role.id === access.id); + if (role) { + appRoles.push({ + id: role.id, + value: role.value, + }); + } + } else if (access.type === "Scope") { + var scope = sp.publishedPermissionScopes.find((scope) => scope.id === access.id); + if (scope) { + delegatedPermissions.push({ + id: scope.id, + value: scope.value, + }); + } + } + }); + updatedPermissions.Permissions[sp.appId] = { + applicationPermissions: appRoles, + delegatedPermissions: delegatedPermissions, + }; + } + }); + setNewPermissions(updatedPermissions); + setSelectedApp(selectedServicePrincipals); + setImportedManifest(null); + setPermissionsImported(true); + setManifestVisible(false); + setCalloutMessage("Manifest imported successfully."); + }; + + const onManifestImport = useCallback((acceptedFiles) => { + acceptedFiles.forEach((file) => { + const reader = new FileReader(); + reader.onabort = () => console.log("file reading was aborted"); + reader.onerror = () => console.log("file reading has failed"); + reader.onload = () => { + try { + var manifest = JSON.parse(reader.result); + } catch { + setManifestError(true); + return; + } + const requiredProperties = [ + "isFallbackPublicClient", + "signInAudience", + "displayName", + "web", + "requiredResourceAccess", + ]; + var isManifestValid = true; + requiredProperties.forEach((key) => { + if (!Object.keys(manifest).includes(key)) { + isManifestValid = false; + return; + } + }); + if (isManifestValid) { + setImportedManifest(manifest); + setManifestError(false); + } else { + setManifestError(true); + setImportedManifest(false); + } + }; + reader.readAsText(file); + }); + }, []); + + useEffect(() => { + if (spSuccess) { + try { + var initialAppIds = Object.keys(currentPermissions?.Permissions); + } catch { + initialAppIds = []; + } + + if (selectedApp.length === 0 && initialAppIds.length === 0) { + var microsoftGraph = servicePrincipals?.Results?.find( + (sp) => sp?.appId === "00000003-0000-0000-c000-000000000000" + ); + if (microsoftGraph) { + setSelectedApp([microsoftGraph]); // Ensure this does not trigger a loop + setNewPermissions({ + Permissions: { + "00000003-0000-0000-c000-000000000000": { + applicationPermissions: [], + delegatedPermissions: [], + }, + }, + }); + setExpanded("00000003-0000-0000-c000-000000000000"); // Automatically expand Microsoft Graph + } + } else if (!_.isEqual(currentPermissions, initialPermissions)) { + setSelectedApp([]); // Avoid redundant updates + setNewPermissions(currentPermissions); + setInitialPermissions(currentPermissions); + setPermissionsImported(false); + } else if (initialAppIds.length > 0 && !permissionsImported) { + const newApps = servicePrincipals?.Results?.filter((sp) => + initialAppIds.includes(sp.appId) + )?.sort((a, b) => a.displayName.localeCompare(b.displayName)); + + if (!_.isEqual(selectedApp, newApps)) { + setSelectedApp(newApps); // Prevent unnecessary updates + } + + setNewPermissions(currentPermissions); + setInitialPermissions(currentPermissions); + setPermissionsImported(true); + + // Automatically expand if only one service principal exists + if (newApps.length === 1) { + setExpanded(newApps[0].appId); + } + } + } + }, [ + currentPermissions, + initialPermissions, + permissionsImported, + selectedApp, + servicePrincipals, + spSuccess, + ]); + + const getPermissionCounts = (appId) => { + var appRoles = newPermissions?.Permissions[appId]?.applicationPermissions; + var delegatedPermissions = newPermissions?.Permissions[appId]?.delegatedPermissions; + + var counts = `${appRoles?.length ?? 0}/${delegatedPermissions?.length ?? 0}`; + return counts; + }; + + const ApiPermissionRow = ({ servicePrincipal = null, spPermissions, formControl }) => { + const [value, setValue] = useState(0); + const [spInitialized, setSpInitialized] = useState(false); + const [appTable, setAppTable] = useState([]); + const [delegatedTable, setDelegatedTable] = useState([]); + const [permissionsChanged, setPermissionsChanged] = useState(false); + + const { + data: spInfo = [], + isSuccess: spInfoSuccess, + isFetching: spInfoFetching, + } = ApiGetCall({ + url: `/api/ExecServicePrincipals?Id=${servicePrincipal.id}`, + queryKey: `execServicePrincipals-${servicePrincipal.id}`, + waiting: true, + }); + + //console.log(spInfo); + + const currentAppPermission = useWatch({ + control: formControl.control, + name: `Permissions.${servicePrincipal.appId}.applicationPermissions`, + }); + const currentDelegatedPermission = useWatch({ + control: formControl.control, + name: `Permissions.${servicePrincipal.appId}.delegatedPermissions`, + }); + + useEffect(() => { + if (spInfoSuccess && !spInitialized) { + if (appTable !== undefined && appTable?.length === 0) { + setAppTable( + spPermissions?.applicationPermissions + ?.sort((a, b) => a.value.localeCompare(b.value)) + ?.map((perm) => ({ + id: perm.id, + value: perm.value, + description: spInfo?.Results?.appRoles.find((role) => role.id === perm.id) + ?.description, + })) + ); + } + if (delegatedTable !== undefined && delegatedTable.length === 0) { + setDelegatedTable( + spPermissions?.delegatedPermissions + ?.sort((a, b) => a.value.localeCompare(b.value)) + ?.map((perm) => ({ + id: perm.id, + value: perm.value, + description: + spInfo?.Results?.publishedPermissionScopes.find((scope) => scope.id === perm.id) + ?.userConsentDescription ?? "Manually added", + })) + ); + } + setSpInitialized(true); + } + }, [spInitialized, spInfoSuccess, appTable, delegatedTable]); + + useEffect(() => { + if (spInfoSuccess && appTable !== undefined && delegatedTable !== undefined) { + var appRoles = appTable?.map((perm) => perm.id).sort(); + var delegatedPermissions = delegatedTable?.map((perm) => perm.id).sort(); + var originalAppRoles = spPermissions?.applicationPermissions.map((perm) => perm.id).sort(); + var originalDelegatedPermissions = spPermissions?.delegatedPermissions + .map((perm) => perm.id) + .sort(); + if ( + JSON.stringify(appRoles) !== JSON.stringify(originalAppRoles) || + JSON.stringify(delegatedPermissions) !== JSON.stringify(originalDelegatedPermissions) + ) { + setPermissionsChanged(true); + } else { + setPermissionsChanged(false); + } + } + }, [appTable, delegatedTable, spInfoSuccess, spPermissions]); + + const handleAddRow = (permissionType, permission) => { + if (permissionType === "applicationPermissions") { + var newAppPermission = { + id: permission.value, + value: permission.label, + description: spInfo?.Results?.appRoles.find((role) => role.id === permission.value) + ?.description, + }; + setAppTable([...(appTable ?? []), newAppPermission]); + formControl.setValue(`Permissions.${servicePrincipal.appId}.applicationPermissions`, null); + } else { + var newDelegatedPermission = { + id: permission.value, + value: permission.label, + description: spInfo?.Results?.publishedPermissionScopes.find( + (scope) => scope.id === permission.value + )?.userConsentDescription, + }; + setDelegatedTable([...(delegatedTable ?? []), newDelegatedPermission]); + formControl.setValue(`Permissions.${servicePrincipal.appId}.delegatedPermissions`, null); + } + }; + + const handleRemoveRow = (permissionType, permission) => { + if (permission?.id) { + if (permissionType === "applicationPermissions") { + setAppTable((prevAppTable) => prevAppTable.filter((perm) => perm.id !== permission.id)); + } else { + setDelegatedTable((prevDelegatedTable) => + prevDelegatedTable.filter((perm) => perm.id !== permission.id) + ); + } + } + }; + + const handleSavePermissions = () => { + savePermissionChanges( + servicePrincipal.appId, + appTable?.map((perm) => ({ id: perm.id, value: perm.value })) ?? [], + delegatedTable?.map((perm) => ({ id: perm.id, value: perm.value })) ?? [] + ); + }; + + function tabProps(index) { + return { + id: `simple-tab-${index}`, + "aria-controls": `simple-tabpanel-${index}`, + }; + } + + const handleTabChange = (event, newValue) => { + setValue(newValue); + }; + + return ( + <> + + Manage the permissions for the {servicePrincipal.displayName}. + + + + + + + + + + + {servicePrincipal?.appRoles?.length > 0 ? ( + <> + + + + !appTable?.find((perm) => perm.id === role.id)) + .map((role) => ({ + label: role.value, + value: role.id, + }))} + formControl={formControl} + multiple={false} + /> + + + +
    + handleAddRow("applicationPermissions", currentAppPermission) + } + > + +
    +
    +
    +
    + , + noConfirm: true, + customFunction: (row) => handleRemoveRow("applicationPermissions", row), + }, + ]} + isFetching={spInfoFetching} + /> +
    + + ) : ( + } sx={{ mb: 3 }}> + No Application Permissions found. + + )} +
    + + + {spInfo?.Results?.publishedPermissionScopes?.length === 0 && ( + }> + No Published Delegated Permissions found. + + )} + + + !delegatedTable?.find((perm) => perm.id === scope.id)) + .map((scope) => ({ + label: scope.value, + value: scope.id, + }))} + formControl={formControl} + multiple={false} + /> + + + +
    + handleAddRow("delegatedPermissions", currentDelegatedPermission) + } + > + +
    +
    +
    +
    + + , + noConfirm: true, + customFunction: (row) => handleRemoveRow("delegatedPermissions", row), + }, + ]} + isFetching={spInfoFetching} + /> +
    +
    + + +
    + + ); + }; + + return ( + <> + {spLoading && } + {spSuccess && ( + <> + + + + + + {servicePrincipals?.Metadata?.Success && ( + + { + return { label: `${sp.displayName} (${sp.appId})`, value: sp.appId }; + })} + formControl={formControl} + multiple={false} + /> + + )} + refetchServicePrincipals()} + disabled={servicePrincipals.isFetching} + > + + + + + + + +
    { + // Only add if not deprecated + if (!isDeprecatedSp) { + setSelectedApp([ + ...selectedApp, + servicePrincipals?.Results?.find( + (sp) => sp.appId === currentSelectedSp.value + ), + ]); + formControl.setValue("servicePrincipal", null); + } + }} + > + +
    +
    + + + + + + + + + + + +
    +
    +
    + + + + { + setManifestVisible(false); + }} + > + + + + Import Permission Manifest + + + Import a JSON application manifest to set permissions. This will overwrite any + existing permissions. You can obtain one from an App Registration in the Entra + portal. Just click on Manifest and download the JSON file. + + + + + + + + + {manifestError && ( + } sx={{ mt: 4 }}> + Invalid manifest. Please ensure the manifest is in the correct format. + + )} + {importedManifest && ( + <> + + + }> + Manifest is valid. Click Import to apply the permissions. + + + + + + + + +

    Preview

    + +
    +
    + + )} +
    + {calloutMessage && ( + + + setCalloutMessage(null)}> + {calloutMessage} + + + + )} + + {isDeprecatedSp && ( + + + }> + {currentSelectedSp.label} is deprecated and cannot be added. Please select a + different service principal. + + + + )} + + {newPermissions?.MissingPermissions && + newPermissions?.Type === "Table" && + Object.keys(newPermissions?.MissingPermissions).length > 0 && ( + + + } + action={ + + { + var updatedPermissions = JSON.parse(JSON.stringify(newPermissions)); + Object.keys(newPermissions?.MissingPermissions).map((perm) => { + Object.keys(newPermissions?.MissingPermissions[perm]).map( + (type) => { + if (!updatedPermissions.Permissions[perm][type]) { + updatedPermissions.Permissions[perm][type] = []; + } + newPermissions?.MissingPermissions[perm][type].map((p) => { + updatedPermissions.Permissions[perm][type].push(p); + }); + } + ); + }); + updatedPermissions.MissingPermissions = {}; + setNewPermissions(updatedPermissions); + }} + > + + + + + + } + > + New Permissions Available + {Object.keys(newPermissions?.MissingPermissions).map((perm) => { + // translate appid to display name + var sp = servicePrincipals?.Results?.find((sp) => sp.appId === perm); + return ( + + {sp?.displayName}:{" "} + {Object.keys(newPermissions?.MissingPermissions[perm]).map((type) => { + return ( + <> + {newPermissions?.MissingPermissions[perm][type].length > 0 && ( + + {type == "applicationPermissions" + ? "Application" + : "Delegated"}{" "} + -{" "} + {newPermissions?.MissingPermissions[perm][type] + .map((p) => { + return p.value; + }) + .join(", ")} + + )} + + ); + })} + + ); + })} + + + + )} + + + {selectedApp && + selectedApp?.length > 0 && + selectedApp?.map((sp, spIndex) => ( + + }> + + {sp.displayName} + + + + + + } + onClick={(e) => { + e.stopPropagation(); + navigator.clipboard.writeText(sp.appId); + }} + /> + + + + + + } + /> + + +
    { + e.stopPropagation(); + removeServicePrincipal(sp.appId); + }} + > + + + + + +
    +
    +
    +
    +
    + + + +
    + ))} +
    +
    + + + +
    + + + + + + + + )} + { + removeServicePrincipal(spToRemove, true); + setRemovePermissionDialog(false); + }} + onCancel={() => { + setRemovePermissionDialog(false); + }} + /> + + { + confirmReset(true); + setResetPermissionDialog(false); + }} + onCancel={() => { + setResetPermissionDialog(false); + }} + /> + + { + var additionalBlob = new Blob([JSON.stringify(additionalPermissions, null, 2)], { + type: "application/json", + }); + var additionalUrl = URL.createObjectURL(additionalBlob); + var additionalA = document.createElement("a"); + additionalA.href = additionalUrl; + additionalA.download = "AdditionalPermissions.json"; + additionalA.click(); + URL.revokeObjectURL(additionalUrl); + setAdditionalPermissionsDialog(false); + }} + onCancel={() => { + setAdditionalPermissionsDialog(false); + }} + /> + + ); +}; + +export default CippAppPermissionBuilder; diff --git a/src/components/CippComponents/CippApplicationDeployDrawer.jsx b/src/components/CippComponents/CippApplicationDeployDrawer.jsx new file mode 100644 index 000000000000..16384787e6ec --- /dev/null +++ b/src/components/CippComponents/CippApplicationDeployDrawer.jsx @@ -0,0 +1,819 @@ +import React, { useEffect, useCallback, useState } from "react"; +import { Divider, Button, Alert } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useWatch } from "react-hook-form"; +import { Add } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippFormCondition } from "./CippFormCondition"; +import { CippApiResults } from "./CippApiResults"; +import languageList from "/src/data/languageList.json"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippApplicationDeployDrawer = ({ + buttonText = "Add Application", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const formControl = useForm({ + mode: "onChange", + }); + + const selectedTenants = useWatch({ + control: formControl.control, + name: "selectedTenants", + }); + + const applicationType = useWatch({ + control: formControl.control, + name: "appType", + }); + + const searchQuerySelection = useWatch({ + control: formControl.control, + name: "packageSearch", + }); + + const updateSearchSelection = useCallback( + (searchQuerySelection) => { + if (searchQuerySelection) { + formControl.setValue("packagename", searchQuerySelection.value.packagename); + formControl.setValue("applicationName", searchQuerySelection.value.applicationName); + formControl.setValue("description", searchQuerySelection.value.description); + searchQuerySelection.value.customRepo + ? formControl.setValue("customRepo", searchQuerySelection.value.customRepo) + : null; + } + }, + [formControl.setValue] + ); + + useEffect(() => { + updateSearchSelection(searchQuerySelection); + }, [updateSearchSelection, searchQuerySelection]); + + const postUrl = { + mspApp: "/api/AddMSPApp", + StoreApp: "/api/AddStoreApp", + winGetApp: "/api/AddwinGetApp", + chocolateyApp: "/api/AddChocoApp", + officeApp: "/api/AddOfficeApp", + }; + + const ChocosearchResults = ApiPostCall({ + urlFromData: true, + }); + + const winGetSearchResults = ApiPostCall({ + urlFromData: true, + }); + + const deployApplication = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["Queued Applications"], + }); + + const searchApp = (searchText, type) => { + if (type === "choco") { + ChocosearchResults.mutate({ + url: `/api/ListAppsRepository`, + data: { search: searchText }, + queryKey: `SearchApp-${searchText}-${type}`, + }); + } + + if (type === "StoreApp") { + winGetSearchResults.mutate({ + url: `/api/ListPotentialApps`, + data: { searchString: searchText, type: "WinGet" }, + queryKey: `SearchApp-${searchText}-${type}`, + }); + } + }; + + const handleSubmit = () => { + const formData = formControl.getValues(); + const formattedData = { ...formData }; + formattedData.selectedTenants = selectedTenants.map((tenant) => ({ + defaultDomainName: tenant.value, + customerId: tenant.addedFields.customerId, + })); + + deployApplication.mutate({ + url: postUrl[applicationType?.value], + data: formattedData, + relatedQueryKeys: ["Queued Applications"], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset(); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + + + {/* Tenant Selector */} + + + + + + + + + + + + + This is a community contribution and is not covered under a vendor sponsorship. + Please join our Discord community for assistance with this MSP App. + + + + + + + + + + + {selectedTenants?.map((tenant, index) => ( + + + + ))} + + + {/* For "syncro" */} + + {selectedTenants?.map((tenant, index) => ( + + + + ))} + + + {/* For "huntress" */} + + + + + {selectedTenants?.map((tenant, index) => ( + + + + ))} + + + {/* For "automate" */} + + + + + {selectedTenants?.map((tenant, index) => ( + + + + ))} + {selectedTenants?.map((tenant, index) => ( + + + + ))} + + + {/* For "cwcommand" */} + + {selectedTenants?.map((tenant, index) => ( + + + + ))} + + + {/* Assign To Options */} + + + + + + + + + + + {/* WinGet App Section */} + + + + + + + + + + ({ + value: item, + label: `${item.applicationName} - ${item.packagename}`, + })) + : [] + } + multiple={false} + formControl={formControl} + disabled={winGetSearchResults.isLoading} + isFetching={winGetSearchResults.isLoading} + /> + + + + + + + + + + + + {/* Install Options */} + + + + + {/* Assign To Options */} + + + + + + + + + + + {/* Chocolatey App Section */} + + + + + + + + + + ({ + value: item, + label: `${item.applicationName} - ${item.packagename}`, + })) + : [] + } + multiple={false} + formControl={formControl} + isFetching={ChocosearchResults.isLoading} + /> + + + + + + + + + + + + + + + + + + + {/* Install Options */} + + + + + + + {/* Assign To Options */} + + + + + + + + + + + {/* Office App Section */} + + + + + + + + + ({ + value: tag, + label: `${language} (${tag})`, + }))} + multiple={true} + formControl={formControl} + validators={{ required: "Please select at least one language" }} + /> + + + + + + + + + + + + + + + + + + + + + Provide a custom Office Configuration XML. When using custom XML, all other Office + configuration options above will be ignored. See{" "} + + Office Customization Tool + {" "} + to generate XML. + + + + + {/* Assign To Options */} + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAuditLogDetails.jsx b/src/components/CippComponents/CippAuditLogDetails.jsx new file mode 100644 index 000000000000..b5a3077a0da6 --- /dev/null +++ b/src/components/CippComponents/CippAuditLogDetails.jsx @@ -0,0 +1,359 @@ +import { useEffect } from "react"; +import { getCippTranslation } from "/src/utils/get-cipp-translation"; +import { getCippFormatting } from "/src/utils/get-cipp-formatting"; +import CippGeoLocation from "/src/components/CippComponents/CippGeoLocation"; +import { Tooltip, CircularProgress, Stack } from "@mui/material"; +import { useGuidResolver } from "/src/hooks/use-guid-resolver"; +import { CippPropertyListCard } from "/src/components/CippCards/CippPropertyListCard"; + +const CippAuditLogDetails = ({ row }) => { + const { + guidMapping, + upnMapping, + isLoadingGuids, + resolveGuids, + isGuid, + replaceGuidsAndUpnsInString, + } = useGuidResolver(); + + // Use effect for initial scan to resolve GUIDs and special UPNs + useEffect(() => { + if (row) { + // Scan the main row data + resolveGuids(row); + + // Scan audit data if present + if (row.auditData) { + resolveGuids(row.auditData); + } + } + }, [row?.id, resolveGuids]); // Dependencies for when to resolve GUIDs + + // Function to replace GUIDs and special UPNs in strings with resolved names + const replaceGuidsInString = (str) => { + if (typeof str !== "string") return str; + + // Use the hook's helper function to replace both GUIDs and special UPNs + const { result, hasResolvedNames } = replaceGuidsAndUpnsInString(str); + + // If we have resolved names, return a tooltip showing original and resolved + if (hasResolvedNames) { + return ( + + {result} + + ); + } + + // Check for GUIDs and special UPNs to see if we should show loading state + const guidRegex = /[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/gi; + const partnerUpnRegex = /user_([0-9a-f]{32})@([^@]+\.onmicrosoft\.com)/gi; + + let hasGuids = guidRegex.test(str); + + // Reset regex state and check for partner UPNs + partnerUpnRegex.lastIndex = 0; + let hasUpns = false; + let match; + + // Need to extract and check if the GUIDs from UPNs are in the pending state + while ((match = partnerUpnRegex.exec(str)) !== null) { + const hexId = match[1]; + if (hexId && hexId.length === 32) { + hasUpns = true; + break; // At least one UPN pattern found + } + } + + // If we have unresolved GUIDs or UPNs and are currently loading + if ((hasGuids || hasUpns) && isLoadingGuids) { + return ( +
    + + {str} +
    + ); + } + + return str; + }; + + // Convert data to property items format for CippPropertyListCard + const convertToPropertyItems = (data, excludeAuditData = false) => { + if (!data) return []; + + return Object.entries(data) + .map(([key, value]) => { + // Skip certain blacklisted fields + const blacklist = ["selectedOption", "GUID", "ID", "id", "noSubmitButton"]; + if (blacklist.includes(key)) return null; + + // Exclude auditData from main log items if specified + if (excludeAuditData && key === "auditData") return null; + + let displayValue; + // Handle different value types + if (typeof value === "string" && isGuid(value)) { + // Handle pure GUID strings + displayValue = renderGuidValue(value); + } else if ( + typeof value === "string" && + value.match(/^user_[0-9a-f]{32}@[^@]+\.onmicrosoft\.com$/i) + ) { + // Handle special partner UPN format as direct values + displayValue = renderGuidValue(value); + } else if ( + key.toLowerCase().includes("clientip") && + value && + value !== null && + isValidIpAddress(value) + ) { + // Handle IP addresses (with optional ports) using CippGeoLocation + // Check for various IP field names: clientIp, ClientIP, IP, etc. + const cleanIp = extractIpForGeolocation(value); + displayValue = ( +
    + +
    + ); + } else if (typeof value === "string") { + // Handle strings that might contain embedded GUIDs + // First apply GUID replacement to get the processed string + const guidProcessedValue = replaceGuidsInString(value); + + // If GUID replacement returned a React element (with tooltips), use it directly + if (typeof guidProcessedValue === "object" && guidProcessedValue?.type) { + displayValue = guidProcessedValue; + } else { + // Otherwise, apply getCippFormatting to the GUID-processed string + // This preserves key-based formatting while including GUID replacements + displayValue = getCippFormatting(guidProcessedValue, key); + } + } else if (typeof value === "object" && value !== null) { + // Handle nested objects and arrays - expand GUIDs within them + displayValue = renderNestedValue(value); + } else { + // Handle regular values + displayValue = getCippFormatting(value, key); + } + + return { + label: getCippTranslation(key), + value: displayValue, + }; + }) + .filter(Boolean); + }; + + // Render GUID values with proper resolution states + const renderGuidValue = (guidValue) => { + // Handle standard GUIDs directly + if (guidMapping[guidValue]) { + return ( + + {guidMapping[guidValue]} + + ); + } + + // Special handling for partner UPN format (user_@partnertenant.onmicrosoft.com) + const partnerUpnRegex = /^user_([0-9a-f]{32})@([^@]+\.onmicrosoft\.com)$/i; + const upnMatch = typeof guidValue === "string" ? guidValue.match(partnerUpnRegex) : null; + + if (upnMatch) { + const hexId = upnMatch[1]; + if (hexId && hexId.length === 32) { + const guid = [ + hexId.slice(0, 8), + hexId.slice(8, 12), + hexId.slice(12, 16), + hexId.slice(16, 20), + hexId.slice(20, 32), + ].join("-"); + + // For partner UPN format, use the actual UPN if available, otherwise fall back to display name + if (upnMapping && upnMapping[guid]) { + return ( + + {upnMapping[guid]} + + ); + } else if (guidMapping[guid]) { + return ( + + {guidMapping[guid]} + + ); + } + } + } + + // Loading state + if (isLoadingGuids) { + return ( +
    + + {guidValue} +
    + ); + } + + // Fallback for unresolved values + return ( + + {guidValue} + + ); + }; + + // Recursively render nested objects and arrays with GUID expansion + const renderNestedValue = (value) => { + if (Array.isArray(value)) { + // Handle arrays + return renderArrayValue(value); + } else if (typeof value === "object" && value !== null) { + // Handle objects + return renderObjectValue(value); + } + return getCippFormatting(value, "nested"); + }; + + // Render array values with GUID expansion + const renderArrayValue = (arrayValue) => { + if (arrayValue.length === 0) return "[]"; + + // If it's a simple array, show it formatted + if (arrayValue.length <= 5 && arrayValue.every((item) => typeof item !== "object")) { + return ( +
    + {arrayValue.map((item, index) => ( +
    + {typeof item === "string" && isGuid(item) + ? renderGuidValue(item) + : typeof item === "string" + ? replaceGuidsInString(item) + : getCippFormatting(item, `item-${index}`)} +
    + ))} +
    + ); + } + + // For complex arrays, use the formatted version which might include table buttons + return getCippFormatting(arrayValue, "array"); + }; + + // Render object values with GUID expansion + const renderObjectValue = (objectValue) => { + const entries = Object.entries(objectValue); + + // If it's a simple object with few properties, show them inline + if (entries.length <= 3 && entries.every(([, val]) => typeof val !== "object")) { + return ( +
    + {entries.map(([objKey, objVal]) => ( +
    + {getCippTranslation(objKey)}:{" "} + {typeof objVal === "string" && isGuid(objVal) + ? renderGuidValue(objVal) + : typeof objVal === "string" + ? replaceGuidsInString(objVal) + : getCippFormatting(objVal, objKey)} +
    + ))} +
    + ); + } + + // For complex objects, use the formatted version which might include table buttons + return getCippFormatting(objectValue, "object"); + }; + + // Helper function to validate IP addresses (with optional ports) + const isValidIpAddress = (ip) => { + if (typeof ip !== "string") return false; + + // Extract IP part if there's a port (split by last colon for IPv6 compatibility) + let ipPart = ip; + let portPart = null; + + // Check for IPv4:port format + const ipv4PortMatch = ip.match(/^(.+):(\d+)$/); + if (ipv4PortMatch) { + ipPart = ipv4PortMatch[1]; + portPart = ipv4PortMatch[2]; + } + + // IPv4 regex + const ipv4Regex = + /^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/; + + // IPv6 regex (simplified) - note: IPv6 with ports use [::]:port format, handled separately + const ipv6Regex = /^(?:[0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$|^::1$|^::$/; + + // Check for IPv6 with port [::]:port format + const ipv6PortMatch = ip.match(/^\[(.+)\]:(\d+)$/); + if (ipv6PortMatch) { + ipPart = ipv6PortMatch[1]; + portPart = ipv6PortMatch[2]; + } + + // Validate port number if present + if (portPart !== null) { + const port = parseInt(portPart, 10); + if (port < 1 || port > 65535) return false; + } + + return ipv4Regex.test(ipPart) || ipv6Regex.test(ipPart); + }; + + // Extract clean IP address from IP:port combinations for geolocation + const extractIpForGeolocation = (ipWithPort) => { + if (typeof ipWithPort !== "string") return ipWithPort; + + // IPv4:port format + const ipv4PortMatch = ipWithPort.match(/^(.+):(\d+)$/); + if (ipv4PortMatch) { + return ipv4PortMatch[1]; + } + + // IPv6 with port [::]:port format + const ipv6PortMatch = ipWithPort.match(/^\[(.+)\]:(\d+)$/); + if (ipv6PortMatch) { + return ipv6PortMatch[1]; + } + + // Return as-is if no port detected + return ipWithPort; + }; + + const mainLogItems = convertToPropertyItems(row, true); // Exclude auditData from main items + const auditDataItems = row?.auditData ? convertToPropertyItems(row.auditData) : []; + + return ( + + + + {auditDataItems.length > 0 && ( + + )} + + ); +}; + +export default CippAuditLogDetails; diff --git a/src/components/CippComponents/CippAuditLogSearchDrawer.jsx b/src/components/CippComponents/CippAuditLogSearchDrawer.jsx new file mode 100644 index 000000000000..93628842b386 --- /dev/null +++ b/src/components/CippComponents/CippAuditLogSearchDrawer.jsx @@ -0,0 +1,471 @@ +import { useState, useEffect } from "react"; +import { Button, Stack, Box } from "@mui/material"; +import { Add } from "@mui/icons-material"; +import { useForm } from "react-hook-form"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { ApiPostCall, ApiGetCallWithPagination } from "../../api/ApiCall"; +import CippFormComponent from "./CippFormComponent"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "/src/hooks/use-settings"; + +export const CippAuditLogSearchDrawer = ({ + buttonText = "New Search", + relatedQueryKeys = ["AuditLogSearches"], +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const currentTenantDomain = useSettings().currentTenant; + + // Fetch tenant list to get full tenant details + const tenantList = ApiGetCallWithPagination({ + url: "/api/ListTenants", + queryKey: "ListTenants-FormnotAllTenants", + data: { AllTenantSelector: false }, + }); + + // Find the current tenant from the list using the domain name - handle pagination data structure + const allTenants = tenantList.data?.pages?.flatMap((page) => page.Results || page) || []; + const currentTenant = allTenants.find( + (tenant) => tenant.defaultDomainName === currentTenantDomain + ); + + // Create default values with current tenant prefilled + const defaultValues = { + TenantFilter: currentTenant + ? { + label: `${currentTenant.displayName} (${currentTenant.defaultDomainName})`, + value: currentTenant.defaultDomainName, + } + : null, + }; + + const formControl = useForm({ + defaultValues, + }); + + // Update form defaults when tenant data is loaded + useEffect(() => { + if (currentTenant) { + const newDefaultValues = { + TenantFilter: { + label: `${currentTenant.displayName} (${currentTenant.defaultDomainName})`, + value: currentTenant.defaultDomainName, + }, + }; + formControl.reset(newDefaultValues); + } + }, [currentTenant, formControl]); + + const createSearchApi = ApiPostCall({ + datafromUrl: false, + relatedQueryKeys, + }); + + const handleCloseDrawer = () => { + setDrawerVisible(false); + if (currentTenant) { + const resetValues = { + TenantFilter: { + label: `${currentTenant.displayName} (${currentTenant.defaultDomainName})`, + value: currentTenant.defaultDomainName, + }, + }; + formControl.reset(resetValues); + } else { + formControl.reset(); + } + }; + + const handleCreateSearch = async (data) => { + const formattedData = { ...data }; + + // Extract value from TenantFilter autocomplete object + if (formattedData.TenantFilter?.value) { + formattedData.TenantFilter = formattedData.TenantFilter.value; + } + + // Handle KeywordFilter - extract values from array and join with spaces + if (Array.isArray(formattedData.KeywordFilter)) { + const keywords = formattedData.KeywordFilter.map((item) => + typeof item === "object" ? item.value : item + ).filter(Boolean); + formattedData.KeywordFilter = keywords.join(" "); + } + + // Extract values from RecordTypeFilters array + if (Array.isArray(formattedData.RecordTypeFilters)) { + formattedData.RecordTypeFilters = formattedData.RecordTypeFilters.map((item) => + typeof item === "object" ? item.value : item + ); + } + + // Extract values from ServiceFilters array + if (Array.isArray(formattedData.ServiceFilters)) { + formattedData.ServiceFilters = formattedData.ServiceFilters.map((item) => + typeof item === "object" ? item.value : item + ); + } + + // Extract values from OperationsFilters array + if (Array.isArray(formattedData.OperationsFilters)) { + formattedData.OperationsFilters = formattedData.OperationsFilters.map((item) => + typeof item === "object" ? item.value : item + ); + } + + // Extract values from UserPrincipalNameFilters array + if (Array.isArray(formattedData.UserPrincipalNameFilters)) { + formattedData.UserPrincipalNameFilters = formattedData.UserPrincipalNameFilters.map((item) => + typeof item === "object" ? item.value : item + ); + } + + // Extract values from IPAddressFilters array + if (Array.isArray(formattedData.IPAddressFilters)) { + formattedData.IPAddressFilters = formattedData.IPAddressFilters.map((item) => + typeof item === "object" ? item.value : item + ); + } + + // Extract values from ObjectIdFilters array + if (Array.isArray(formattedData.ObjectIdFilters)) { + formattedData.ObjectIdFilters = formattedData.ObjectIdFilters.map((item) => + typeof item === "object" ? item.value : item + ); + } + + // Extract values from AdministrativeUnitFilters array + if (Array.isArray(formattedData.AdministrativeUnitFilters)) { + formattedData.AdministrativeUnitFilters = formattedData.AdministrativeUnitFilters.map( + (item) => (typeof item === "object" ? item.value : item) + ); + } + + // Remove empty arrays to avoid sending unnecessary data + Object.keys(formattedData).forEach((key) => { + if (Array.isArray(formattedData[key]) && formattedData[key].length === 0) { + delete formattedData[key]; + } + if ( + formattedData[key] === "" || + formattedData[key] === null || + formattedData[key] === undefined + ) { + delete formattedData[key]; + } + }); + + try { + await createSearchApi.mutateAsync({ + url: "/api/ExecAuditLogSearch", + data: formattedData, + }); + } catch (error) { + console.error("Error creating search:", error); + } + }; + + // Create Search Form Fields + const createSearchFields = [ + { + type: "textField", + name: "DisplayName", + label: "Search Name", + required: true, + validators: { required: "Search name is required" }, + disableVariables: true, + }, + { + type: "autoComplete", + name: "TenantFilter", + label: "Tenant", + multiple: false, + creatable: false, + api: { + url: "/api/ListTenants?AllTenantSelector=false", + labelField: (option) => `${option.displayName} (${option.defaultDomainName})`, + valueField: "defaultDomainName", + queryKey: "ListTenants-FormnotAllTenants", + excludeTenantFilter: true, + }, + validators: { validate: (value) => !!value?.value || "Please select a tenant" }, + required: true, + }, + { + type: "datePicker", + name: "StartTime", + label: "Start Date & Time", + dateTimeType: "datetime-local", + validators: { required: "Start time is required" }, + required: true, + }, + { + type: "datePicker", + name: "EndTime", + label: "End Date & Time", + dateTimeType: "datetime-local", + validators: { required: "End time is required" }, + required: true, + }, + { + type: "autoComplete", + name: "ServiceFilters", + label: "Services", + multiple: true, + creatable: false, + options: [ + { label: "Azure Active Directory", value: "AzureActiveDirectory" }, + { label: "Dynamics 365", value: "CRM" }, + { label: "Exchange Online", value: "Exchange" }, + { label: "Microsoft Flow", value: "MicrosoftFlow" }, + { label: "Microsoft Teams", value: "MicrosoftTeams" }, + { label: "OneDrive for Business", value: "OneDrive" }, + { label: "Power BI", value: "PowerBI" }, + { label: "Security & Compliance", value: "ThreatIntelligence" }, + { label: "SharePoint Online", value: "SharePoint" }, + { label: "Yammer", value: "Yammer" }, + ], + validators: { + validate: (values) => values?.length > 0 || "Please select at least one service", + }, + }, + { + type: "autoComplete", + name: "RecordTypeFilters", + label: "Record Types", + multiple: true, + creatable: false, + options: [ + { label: "Azure Active Directory", value: "azureActiveDirectory" }, + { label: "Azure AD Account Logon", value: "azureActiveDirectoryAccountLogon" }, + { label: "Azure AD STS Logon", value: "azureActiveDirectoryStsLogon" }, + { label: "Compliance DLP Endpoint", value: "complianceDLPEndpoint" }, + { label: "Compliance DLP Exchange", value: "complianceDLPExchange" }, + { label: "Compliance DLP SharePoint", value: "complianceDLPSharePoint" }, + { label: "Data Governance", value: "dataGovernance" }, + { label: "Exchange Admin", value: "exchangeAdmin" }, + { label: "Exchange Item", value: "exchangeItem" }, + { label: "Exchange Item Group", value: "exchangeItemGroup" }, + { label: "Information Worker Protection", value: "informationWorkerProtection" }, + { label: "Label Content Explorer", value: "labelContentExplorer" }, + { label: "Microsoft Flow", value: "microsoftFlow" }, + { label: "Microsoft Forms", value: "microsoftForms" }, + { label: "Microsoft Stream", value: "microsoftStream" }, + { label: "Microsoft Teams", value: "microsoftTeams" }, + { label: "Microsoft Teams Admin", value: "microsoftTeamsAdmin" }, + { label: "Microsoft Teams Analytics", value: "microsoftTeamsAnalytics" }, + { label: "Microsoft Teams Device", value: "microsoftTeamsDevice" }, + { label: "Microsoft Teams Shifts", value: "microsoftTeamsShifts" }, + { label: "MIP Label", value: "mipLabel" }, + { label: "OneDrive", value: "oneDrive" }, + { label: "Power Apps App", value: "powerAppsApp" }, + { label: "Power Apps Plan", value: "powerAppsPlan" }, + { label: "Power BI Audit", value: "powerBIAudit" }, + { label: "Power BI DLP", value: "powerBIDlp" }, + { label: "Security & Compliance Alerts", value: "securityComplianceAlerts" }, + { label: "Security & Compliance Insights", value: "securityComplianceInsights" }, + { label: "Security & Compliance RBAC", value: "securityComplianceRBAC" }, + { label: "SharePoint", value: "sharePoint" }, + { label: "SharePoint File Operation", value: "sharePointFileOperation" }, + { label: "SharePoint List Operation", value: "sharePointListOperation" }, + { label: "SharePoint Sharing Operation", value: "sharePointSharingOperation" }, + { label: "Threat Intelligence", value: "threatIntelligence" }, + { label: "Threat Intelligence ATP Content", value: "threatIntelligenceAtpContent" }, + { label: "Threat Intelligence URL", value: "threatIntelligenceUrl" }, + { label: "Workplace Analytics", value: "workplaceAnalytics" }, + ], + }, + { + type: "autoComplete", + name: "KeywordFilter", + label: "Keywords", + multiple: true, + creatable: true, + freeSolo: true, + placeholder: "Enter keywords to search for", + options: [], + }, + { + type: "autoComplete", + name: "OperationsFilters", + label: "Operations", + multiple: true, + creatable: true, + placeholder: "Enter or select operations", + options: [ + // Authentication & User Operations + { label: "User Logged In", value: "UserLoggedIn" }, + { label: "Mailbox Login", value: "mailboxlogin" }, + + // User Management Operations + { label: "Add User", value: "add user." }, + { label: "Update User", value: "update user." }, + { label: "Delete User", value: "delete user." }, + { label: "Reset User Password", value: "reset user password." }, + { label: "Change User Password", value: "change user password." }, + { label: "Change User License", value: "change user license." }, + + // Group Management Operations + { label: "Add Group", value: "add group." }, + { label: "Update Group", value: "update group." }, + { label: "Delete Group", value: "delete group." }, + { label: "Add Member to Group", value: "add member to group." }, + { label: "Remove Member from Group", value: "remove member from group." }, + + // Mailbox Operations + { label: "New Mailbox", value: "New-Mailbox" }, + { label: "Set Mailbox", value: "Set-Mailbox" }, + { label: "Add Mailbox Permission", value: "add-mailboxpermission" }, + { label: "Remove Mailbox Permission", value: "remove-mailboxpermission" }, + { label: "Mail Items Accessed", value: "mailitemsaccessed" }, + + // Email Operations + { label: "Send Message", value: "send" }, + { label: "Send As", value: "sendas" }, + { label: "Send On Behalf", value: "sendonbehalf" }, + { label: "Create Item", value: "create" }, + { label: "Update Message", value: "update" }, + { label: "Copy Messages", value: "copy" }, + { label: "Move Messages", value: "move" }, + { label: "Move to Deleted Items", value: "movetodeleteditems" }, + { label: "Soft Delete", value: "softdelete" }, + { label: "Hard Delete", value: "harddelete" }, + + // Inbox Rules + { label: "New Inbox Rule", value: "new-inboxrule" }, + { label: "Set Inbox Rule", value: "set-inboxrule" }, + { label: "Update Inbox Rules", value: "updateinboxrules" }, + + // Folder Operations + { label: "Add Folder Permissions", value: "addfolderpermissions" }, + { label: "Remove Folder Permissions", value: "removefolderpermissions" }, + { label: "Update Folder Permissions", value: "updatefolderpermissions" }, + { label: "Update Calendar Delegation", value: "updatecalendardelegation" }, + + // SharePoint/OneDrive Operations (Common ones) + { label: "File Accessed", value: "FileAccessed" }, + { label: "File Modified", value: "FileModified" }, + { label: "File Deleted", value: "FileDeleted" }, + { label: "File Downloaded", value: "FileDownloaded" }, + { label: "File Uploaded", value: "FileUploaded" }, + { label: "Sharing Set", value: "SharingSet" }, + { label: "Anonymous Link Created", value: "AnonymousLinkCreated" }, + + // Role and Permission Operations + { label: "Add Member to Role", value: "add member to role." }, + { label: "Remove Member from Role", value: "remove member from role." }, + { label: "Add Service Principal", value: "add service principal." }, + { label: "Remove Service Principal", value: "remove service principal." }, + + // Company and Domain Operations + { label: "Add Domain to Company", value: "add domain to company." }, + { label: "Remove Domain from Company", value: "remove domain from company." }, + { label: "Verify Domain", value: "verify domain." }, + { label: "Set Company Information", value: "set company information." }, + + // Security Operations + { label: "Disable Strong Authentication", value: "Disable Strong Authentication." }, + { label: "Apply Record Label", value: "applyrecordlabel" }, + { label: "Update STS Refresh Token", value: "Update StsRefreshTokenValidFrom Timestamp." }, + ], + }, + { + type: "autoComplete", + name: "UserPrincipalNameFilters", + label: "User Principal Names", + multiple: true, + creatable: true, + freeSolo: true, + placeholder: "Enter user principal names", + options: [], + }, + { + type: "autoComplete", + name: "IPAddressFilters", + label: "IP Addresses", + multiple: true, + creatable: true, + freeSolo: true, + placeholder: "Enter IP addresses", + options: [], + }, + { + type: "autoComplete", + name: "ObjectIdFilters", + label: "Object IDs", + multiple: true, + creatable: true, + freeSolo: true, + placeholder: "Enter object IDs", + options: [], + }, + { + type: "autoComplete", + name: "AdministrativeUnitFilters", + label: "Administrative Units", + multiple: true, + creatable: true, + placeholder: "Enter administrative units", + api: { + url: "/api/ListGraphRequest", + queryKey: "AdministrativeUnits", + data: { + Endpoint: "directoryObjects/microsoft.graph.administrativeUnit", + $select: "id,displayName", + }, + dataKey: "Results", + labelField: "displayName", + valueField: "id", + addedField: { + id: "id", + displayName: "displayName", + }, + showRefresh: true, + }, + }, + { + type: "switch", + name: "ProcessLogs", + label: "Process Logs for Alerts", + helperText: "Enable to store this search for alert processing", + }, + ]; + + return ( + <> + + + + + + } + > + + + {createSearchFields.map((field, index) => ( + + + + ))} + + + + + + ); +}; diff --git a/src/components/CippComponents/CippAutocomplete.jsx b/src/components/CippComponents/CippAutocomplete.jsx new file mode 100644 index 000000000000..daaa6dda867a --- /dev/null +++ b/src/components/CippComponents/CippAutocomplete.jsx @@ -0,0 +1,566 @@ +import { ArrowDropDown, Visibility } from "@mui/icons-material"; +import { + Autocomplete, + CircularProgress, + createFilterOptions, + TextField, + IconButton, + Tooltip, +} from "@mui/material"; +import { useEffect, useState, useMemo, useCallback, useRef } from "react"; +import { useSettings } from "../../hooks/use-settings"; +import { getCippError } from "../../utils/get-cipp-error"; +import { ApiGetCallWithPagination } from "../../api/ApiCall"; +import { Sync } from "@mui/icons-material"; +import { Stack } from "@mui/system"; +import React from "react"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippJsonView from "../CippFormPages/CippJSONView"; + +const MemoTextField = React.memo(function MemoTextField({ + params, + label, + placeholder, + ...otherProps +}) { + const { InputProps, ...otherParams } = params; + + return ( + + + + ); +}); + +export const CippAutoComplete = (props) => { + const { + size, + api, + label, + multiple = true, + creatable = true, + defaultValue, + value, + placeholder, + disableClearable, + disabled, + name, + options = [], + onChange, + onCreateOption, + required = false, + isFetching = false, + sx, + removeOptions = [], + sortOptions = false, + preselectedValue, + groupBy, + renderGroup, + ...other + } = props; + + const [usedOptions, setUsedOptions] = useState(options); + const [getRequestInfo, setGetRequestInfo] = useState({ url: "", waiting: false, queryKey: "" }); + const hasPreselectedRef = useRef(false); + const autocompleteRef = useRef(null); // Ref for focusing input after selection + const filter = createFilterOptions({ + stringify: (option) => JSON.stringify(option), + }); + + const [offCanvasVisible, setOffCanvasVisible] = useState(false); + const [fullObject, setFullObject] = useState(null); + const [internalValue, setInternalValue] = useState(null); // Track selected value internally + const [open, setOpen] = useState(false); // Control popover open state + + // Sync internalValue when external value or defaultValue prop changes (e.g., when editing a form) + useEffect(() => { + const currentValue = value !== undefined && value !== null ? value : defaultValue; + if (currentValue !== undefined && currentValue !== null) { + setInternalValue(currentValue); + } + }, [value, defaultValue]); + + // This is our paginated call + const actionGetRequest = ApiGetCallWithPagination({ + ...getRequestInfo, + }); + + const currentTenant = api?.tenantFilter ? api.tenantFilter : useSettings().currentTenant; + useEffect(() => { + if (actionGetRequest.isSuccess && !actionGetRequest.isFetching) { + const lastPage = actionGetRequest.data?.pages[actionGetRequest.data.pages.length - 1]; + const nextLinkExists = lastPage?.Metadata?.nextLink; + if (nextLinkExists) { + actionGetRequest.fetchNextPage(); + } + } + }, [actionGetRequest.data?.pages?.length, actionGetRequest.isFetching, api?.queryKey]); + + useEffect(() => { + if (api) { + setGetRequestInfo({ + url: api.url, + data: { + ...(!api.excludeTenantFilter ? { tenantFilter: currentTenant } : null), + ...api.data, + }, + waiting: true, + queryKey: api.queryKey, + }); + } + }, [api, currentTenant]); + + // After the data is fetched, combine and map it + useEffect(() => { + if (actionGetRequest.isSuccess) { + // E.g., allPages is an array of pages returned by the pagination + const allPages = actionGetRequest.data?.pages || []; + + // Helper to get nested data if you have something like "response.data.items" + const getNestedValue = (obj, path) => { + if (!path) return obj; + const keys = path.split("."); + let result = obj; + for (const key of keys) { + if (result && typeof result === "object" && key in result) { + result = result[key]; + } else { + return undefined; + } + } + return result; + }; + + // Flatten the results from all pages + const combinedResults = allPages.flatMap((page) => { + const nestedData = getNestedValue(page, api?.dataKey); + return nestedData !== undefined ? nestedData : []; + }); + + if (!Array.isArray(combinedResults)) { + setUsedOptions([ + { + label: "Error: The API returned data we cannot map to this field", + value: "Error", + }, + ]); + } else { + // Convert each item into your { label, value, addedFields, rawData } shape + const convertedOptions = combinedResults.map((option) => { + const addedFields = {}; + if (api?.addedField) { + Object.keys(api.addedField).forEach((key) => { + addedFields[key] = option[api.addedField[key]]; + }); + } + + return { + label: + typeof api?.labelField === "function" + ? api.labelField(option) + : option[api?.labelField] + ? option[api?.labelField] + : option[api?.altLabelField] || + option[api?.valueField] || + "No label found - Are you missing a labelField?", + value: + typeof api?.valueField === "function" + ? api.valueField(option) + : option[api?.valueField], + addedFields, + rawData: option, // Store the full original object + }; + }); + + if (api?.dataFilter) { + setUsedOptions(api.dataFilter(convertedOptions)); + } else { + setUsedOptions(convertedOptions); + } + } + } + + if (actionGetRequest.isError) { + setUsedOptions([{ label: getCippError(actionGetRequest.error), value: "error" }]); + } + }, [ + api, + actionGetRequest.data, + actionGetRequest.isSuccess, + actionGetRequest.isError, + preselectedValue, + defaultValue, + value, + multiple, + onChange, + ]); + + const memoizedOptions = useMemo(() => { + let finalOptions = api ? usedOptions : options; + if (removeOptions && removeOptions.length) { + finalOptions = finalOptions.filter((o) => !removeOptions.includes(o.value)); + } + if (sortOptions) { + finalOptions.sort((a, b) => a.label?.localeCompare(b.label)); + } + return finalOptions; + }, [api, usedOptions, options, removeOptions, sortOptions]); + + // Dedicated effect for handling preselected value or auto-select first item - only runs once + useEffect(() => { + if (memoizedOptions.length > 0 && !hasPreselectedRef.current) { + // Check if we should skip preselection due to existing defaultValue + const hasDefaultValue = + defaultValue && (Array.isArray(defaultValue) ? defaultValue.length > 0 : true); + + if (!hasDefaultValue) { + // For multiple mode, check if value is empty array or null/undefined + // For single mode, check if value is null/undefined + const shouldPreselect = multiple + ? !value || (Array.isArray(value) && value.length === 0) + : !value; + + if (shouldPreselect) { + let preselectedOption; + + // Handle explicit preselected value + if (preselectedValue) { + preselectedOption = memoizedOptions.find((option) => option.value === preselectedValue); + } + // Handle auto-select first item from API + else if (api?.autoSelectFirstItem && memoizedOptions.length > 0) { + preselectedOption = memoizedOptions[0]; + } + + if (preselectedOption) { + const newValue = multiple ? [preselectedOption] : preselectedOption; + hasPreselectedRef.current = true; // Mark that we've preselected + if (onChange) { + onChange(newValue, newValue?.addedFields); + } + } + } + } + } + }, [ + preselectedValue, + defaultValue, + value, + memoizedOptions, + multiple, + onChange, + api?.autoSelectFirstItem, + ]); + + // Create a stable key that only changes when necessary inputs change + const stableKey = useMemo(() => { + // Only regenerate the key when these values change + const keyParts = [ + JSON.stringify(defaultValue), + JSON.stringify(preselectedValue), + api?.url, + currentTenant, + ]; + return keyParts.join("-"); + }, [defaultValue, preselectedValue, api?.url, currentTenant]); + + const lookupOptionByValue = useCallback( + (value) => { + const foundOption = memoizedOptions.find((option) => option.value === value); + return foundOption || { label: value, value: value }; + }, + [memoizedOptions] + ); + + return ( + <> + setOpen(true)} + onClose={(event, reason) => { + // Keep open if Tab was used in multiple mode + if (reason === "selectOption" && multiple && event?.type === "click") { + return; + } + setOpen(false); + }} + disabled={disabled || actionGetRequest.isFetching || isFetching} + popupIcon={ + actionGetRequest.isFetching || isFetching ? ( + + ) : ( + + ) + } + isOptionEqualToValue={(option, val) => option.value === val.value} + value={typeof value === "string" ? { label: value, value: value } : value} + filterSelectedOptions + disableClearable={disableClearable} + multiple={multiple} + fullWidth + placeholder={placeholder} + filterOptions={(options, params) => { + const filtered = filter(options, params); + const isExisting = + options?.length > 0 && + options.some( + (option) => params.inputValue === option.value || params.inputValue === option.label + ); + if (params.inputValue !== "" && creatable && !isExisting) { + const newOption = { + label: `Add option: "${params.inputValue}"`, + value: params.inputValue, + manual: true, + }; + if (!filtered.some((option) => option.value === newOption.value)) { + filtered.push(newOption); + } + } + + return filtered; + }} + size="small" + defaultValue={ + Array.isArray(defaultValue) + ? defaultValue.map((item) => + typeof item === "string" ? lookupOptionByValue(item) : item + ) + : typeof defaultValue === "object" && multiple + ? [defaultValue] + : typeof defaultValue === "string" + ? lookupOptionByValue(defaultValue) + : defaultValue + } + name={name} + onChange={(event, newValue) => { + if (Array.isArray(newValue)) { + newValue = newValue.map((item) => { + // If user typed a new item or missing label + if (item?.manual || !item?.label) { + item = { + label: item?.label ? item.value : item, + value: item?.label ? item.value : item, + }; + if (onCreateOption) { + item = onCreateOption(item, item?.addedFields); + } + } + return item; + }); + newValue = newValue.filter( + (item) => + item.value && item.value !== "" && item.value !== "error" && item.value !== -1 + ); + } else { + if (newValue?.manual || !newValue?.label) { + newValue = { + label: newValue?.label ? newValue.value : newValue, + value: newValue?.label ? newValue.value : newValue, + }; + if (onCreateOption) { + newValue = onCreateOption(newValue, newValue?.addedFields); + } + } + if (!newValue?.value || newValue.value === "error") { + newValue = null; + } + } + + // Track the internal value for the template view + setInternalValue(newValue); + + if (onChange) { + onChange(newValue, newValue?.addedFields); + } + + // In multiple mode, refocus the input after selection to allow continuous adding + if (multiple && newValue && autocompleteRef.current) { + // Use setTimeout to ensure the selection is processed first + setTimeout(() => { + const input = autocompleteRef.current?.querySelector("input"); + if (input) { + input.focus(); + } + }, 0); + } + }} + options={memoizedOptions} + getOptionLabel={useCallback( + (option) => { + if (!option) return ""; + // For static options (non-API), the option should already have a label + if (!api && option.label !== undefined) { + return option.label === null ? "" : String(option.label); + } + // For API options, use the existing logic + if (api) { + return option.label === null + ? "" + : option.label || "Label not found - Are you missing a labelField?"; + } + // Fallback for any edge cases + return option.label || option.value || ""; + }, + [api] + )} + onKeyDown={(event) => { + // Handle Tab key to select highlighted option + if (event.key === "Tab" && !event.shiftKey) { + // Check if there's a highlighted option + const listbox = document.querySelector('[role="listbox"]'); + const highlightedOption = listbox?.querySelector('[data-focus="true"], .Mui-focused'); + + if (highlightedOption && listbox?.style.display !== "none") { + event.preventDefault(); + // Trigger a click on the highlighted option + highlightedOption.click(); + + // In multiple mode, keep the popover open and refocus + if (multiple) { + setTimeout(() => { + setOpen(true); + const input = autocompleteRef.current?.querySelector("input"); + if (input) { + input.focus(); + } + }, 50); + } + } + } + }} + sx={sx} + renderInput={(params) => ( + + + {api?.url && api?.showRefresh && ( + + { + actionGetRequest.refetch(); + }} + > + + + + )} + {api?.templateView && ( + + { + // Use internalValue if value prop is not available + const currentValue = value || internalValue; + + // Get the full object from the selected value + if (multiple) { + // For multiple selection, get all full objects + const fullObjects = currentValue + .map((v) => { + const valueToFind = v?.value || v; + const found = usedOptions.find((opt) => opt.value === valueToFind); + let rawData = found?.rawData; + + // If property is specified, extract and parse JSON from that property + if (rawData && api?.templateView?.property) { + try { + const propertyValue = rawData[api.templateView.property]; + if (typeof propertyValue === "string") { + rawData = JSON.parse(propertyValue); + } else { + rawData = propertyValue; + } + } catch (e) { + console.error("Failed to parse JSON from property:", e); + // Keep original rawData if parsing fails + } + } + + return rawData; + }) + .filter(Boolean); + setFullObject(fullObjects); + } else { + // For single selection, get the full object + const valueToFind = currentValue?.value || currentValue; + const selectedOption = usedOptions.find((opt) => opt.value === valueToFind); + let rawData = selectedOption?.rawData || null; + + // If property is specified, extract and parse JSON from that property + if (rawData && api?.templateView?.property) { + try { + const propertyValue = rawData[api.templateView.property]; + if (typeof propertyValue === "string") { + rawData = JSON.parse(propertyValue); + } else { + rawData = propertyValue; + } + } catch (e) { + console.error("Failed to parse JSON from property:", e); + // Keep original rawData if parsing fails + } + } + + setFullObject(rawData); + } + setOffCanvasVisible(true); + }} + title={api?.templateView.title || "View details"} + > + + + + )} + + )} + groupBy={groupBy} + renderGroup={renderGroup} + {...other} + /> + {api?.templateView && ( + setOffCanvasVisible(false)} + title={api?.templateView?.title || "Details"} + size="xl" + > + + + )} + + ); +}; diff --git a/src/components/CippComponents/CippAutocompleteGrouping.jsx b/src/components/CippComponents/CippAutocompleteGrouping.jsx new file mode 100644 index 000000000000..2f65687278dc --- /dev/null +++ b/src/components/CippComponents/CippAutocompleteGrouping.jsx @@ -0,0 +1,16 @@ +import { styled, lighten, darken } from "@mui/system"; + +export const GroupHeader = styled("div")(({ theme }) => ({ + position: "sticky", + top: "-8px", + padding: "4px 10px", + color: theme.palette.primary.main, + backgroundColor: lighten(theme.palette.primary.light, 0.85), + ...theme.applyStyles("dark", { + backgroundColor: darken(theme.palette.primary.main, 0.8), + }), +})); + +export const GroupItems = styled("ul")({ + padding: 0, +}); \ No newline at end of file diff --git a/src/components/CippComponents/CippAutopilotProfileDrawer.jsx b/src/components/CippComponents/CippAutopilotProfileDrawer.jsx new file mode 100644 index 000000000000..f5b48ae54040 --- /dev/null +++ b/src/components/CippComponents/CippAutopilotProfileDrawer.jsx @@ -0,0 +1,255 @@ +import React, { useState, useEffect } from "react"; +import { Divider, Button } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useWatch, useFormState } from "react-hook-form"; +import { AccountCircle } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippApiResults } from "./CippApiResults"; +import languageList from "/src/data/languageList.json"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippAutopilotProfileDrawer = ({ + buttonText = "Add Profile", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const formControl = useForm({ + mode: "onChange", + defaultValues: { + DisplayName: "", + Description: "", + DeviceNameTemplate: "", + languages: null, + CollectHash: false, + Assignto: true, + DeploymentMode: false, + HideTerms: true, + HidePrivacy: true, + HideChangeAccount: true, + NotLocalAdmin: true, + allowWhiteglove: true, + Autokeyboard: true, + }, + }); + + const createProfile = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["Autopilot Profiles*"], + }); + + // Watch the deployment mode to conditionally disable white glove + const deploymentMode = useWatch({ + control: formControl.control, + name: "DeploymentMode", + }); + + // Watch form state for validation + const { isValid, isDirty } = useFormState({ + control: formControl.control, + }); + + // Automatically disable white glove when self-deploying mode (shared) is enabled + useEffect(() => { + if (deploymentMode === true) { + // Self-deploying mode is enabled (shared mode), disable white glove + formControl.setValue("allowWhiteglove", false); + } + }, [deploymentMode, formControl]); + + const handleSubmit = () => { + const formData = formControl.getValues(); + // Always set HideChangeAccount to true regardless of form state + formData.HideChangeAccount = true; + createProfile.mutate({ + url: "/api/AddAutopilotConfig", + data: formData, + relatedQueryKeys: ["Autopilot Profiles*"], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset(); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + +
    + + +
    + + } + > + + {/* Tenant Selector */} + + + + + + + + + {/* Form Fields */} + + + + + + ({ + value: tag, + label: `${language} - ${geographicArea}`, // Format as "language - geographic area" for display + }))} + formControl={formControl} + multiple={false} + /> + + + + + + + + + + + {/* Switches */} + + + + + + + + + + + + +
    + + ); +}; diff --git a/src/components/CippComponents/CippAutopilotStatusPageDrawer.jsx b/src/components/CippComponents/CippAutopilotStatusPageDrawer.jsx new file mode 100644 index 000000000000..3f0739ec4874 --- /dev/null +++ b/src/components/CippComponents/CippAutopilotStatusPageDrawer.jsx @@ -0,0 +1,180 @@ +import React, { useState } from "react"; +import { Divider, Button } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { PostAdd } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippApiResults } from "./CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippAutopilotStatusPageDrawer = ({ + buttonText = "Add Status Page", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const formControl = useForm({ + mode: "onChange", + defaultValues: { + TimeOutInMinutes: "", + ErrorMessage: "", + ShowProgress: true, + EnableLog: true, + OBEEOnly: false, + blockDevice: true, + AllowReset: true, + AllowFail: false, + InstallWindowsUpdates: true, + }, + }); + + // Get form state for validation + const { isValid } = useFormState({ control: formControl.control }); + + const createStatusPage = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["Autopilot Status Pages"], + }); + + const handleSubmit = () => { + const formData = formControl.getValues(); + createStatusPage.mutate({ + url: "/api/AddEnrollment", + data: formData, + relatedQueryKeys: ["Autopilot Status Pages"], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset(); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + {/* Tenant Selector */} + + + + + + + + + {/* Form Fields */} + + + + + + + + + {/* Switches */} + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippBackupScheduleDrawer.jsx b/src/components/CippComponents/CippBackupScheduleDrawer.jsx new file mode 100644 index 000000000000..36f064d06110 --- /dev/null +++ b/src/components/CippComponents/CippBackupScheduleDrawer.jsx @@ -0,0 +1,287 @@ +import { useState, useEffect } from "react"; +import { Button, Box, Typography, Alert, AlertTitle } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { Backup } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; +import { omit } from "lodash"; + +export const CippBackupScheduleDrawer = ({ + buttonText = "Add Backup Schedule", + requiredPermissions = [], + PermissionButton = Button, + onSuccess, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const userSettingsDefaults = useSettings(); + + const formControl = useForm({ + mode: "onBlur", + defaultValues: { + tenantFilter: userSettingsDefaults.currentTenant, + users: true, + groups: true, + ca: true, + intuneconfig: true, + intunecompliance: true, + intuneprotection: true, + antispam: true, + antiphishing: true, + CippWebhookAlerts: true, + CippScriptedAlerts: true, + CippCustomVariables: true, + }, + }); + + const createBackup = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: [`BackupTasks-${userSettingsDefaults.currentTenant}`], + }); + + const { isValid, isDirty } = useFormState({ control: formControl.control }); + + useEffect(() => { + if (createBackup.isSuccess) { + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + users: true, + groups: true, + ca: true, + intuneconfig: true, + intunecompliance: true, + intuneprotection: true, + antispam: true, + antiphishing: true, + CippWebhookAlerts: true, + CippScriptedAlerts: true, + CippCustomVariables: true, + }); + // Call onSuccess callback if provided + if (onSuccess) { + onSuccess(); + } + } + }, [createBackup.isSuccess, onSuccess]); + + const handleSubmit = () => { + formControl.trigger(); + if (!isValid) { + return; + } + const values = formControl.getValues(); + const startDate = new Date(); + startDate.setHours(0, 0, 0, 0); + const unixTime = Math.floor(startDate.getTime() / 1000) - 45; + const tenantFilter = values.tenantFilter || userSettingsDefaults.currentTenant; + + const shippedValues = { + TenantFilter: tenantFilter, + Name: `CIPP Backup - ${tenantFilter}`, + Command: { value: `New-CIPPBackup` }, + Parameters: { + backupType: "Scheduled", + ScheduledBackupValues: { ...omit(values, ["tenantFilter"]) }, + }, + ScheduledTime: unixTime, + Recurrence: { value: "1d" }, + }; + + createBackup.mutate({ + url: "/api/AddScheduledItem?hidden=true&DisallowDuplicateName=true", + data: shippedValues, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + users: true, + groups: true, + ca: true, + intuneconfig: true, + intunecompliance: true, + intuneprotection: true, + antispam: true, + antiphishing: true, + CippWebhookAlerts: true, + CippScriptedAlerts: true, + CippCustomVariables: true, + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + Backup Schedule Information + Create a scheduled backup task that will automatically backup your tenant configuration. + Backups are stored securely and can be restored using the restore functionality. + + + + + Tenant Selection + + + + + Identity + + + + + + + + + + Conditional Access + + + + + + + + Intune + + + + + + + + + + + + + + Email Security + + + + + + + + + + CIPP + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippBreadcrumbNav.jsx b/src/components/CippComponents/CippBreadcrumbNav.jsx new file mode 100644 index 000000000000..ff146073ae1c --- /dev/null +++ b/src/components/CippComponents/CippBreadcrumbNav.jsx @@ -0,0 +1,744 @@ +import { useEffect, useState, useRef } from "react"; +import { useRouter } from "next/router"; +import { Breadcrumbs, Link, Typography, Box, IconButton, Tooltip } from "@mui/material"; +import { NavigateNext, History, AccountTree } from "@mui/icons-material"; +import { nativeMenuItems } from "../../layouts/config"; +import { useSettings } from "../../hooks/use-settings"; + +const MAX_HISTORY_STORAGE = 20; // Maximum number of pages to keep in history +const MAX_BREADCRUMB_DISPLAY = 5; // Maximum number of breadcrumbs to display at once + +/** + * Load all tabOptions.json files dynamically + */ +async function loadTabOptions() { + const tabOptionPaths = [ + "/email/administration/exchange-retention", + "/cipp/custom-data", + "/cipp/super-admin", + "/tenant/standards", + "/tenant/manage", + "/tenant/administration/applications", + "/tenant/administration/tenants", + "/tenant/administration/audit-logs", + "/identity/administration/users/user", + "/tenant/administration/securescore", + "/tenant/gdap-management", + "/tenant/gdap-management/relationships/relationship", + "/cipp/settings", + ]; + + const tabOptions = []; + + for (const basePath of tabOptionPaths) { + try { + const module = await import(`/src/pages${basePath}/tabOptions.json`); + const options = module.default || module; + + // Add each tab option with metadata + options.forEach((option) => { + tabOptions.push({ + title: option.label, + path: option.path, + type: "tab", + basePath: basePath, + }); + }); + } catch (error) { + // Silently skip if file doesn't exist or can't be loaded + } + } + + return tabOptions; +} + +export const CippBreadcrumbNav = () => { + const router = useRouter(); + const settings = useSettings(); + const [history, setHistory] = useState([]); + const [mode, setMode] = useState(settings.breadcrumbMode || "hierarchical"); + const [tabOptions, setTabOptions] = useState([]); + const lastRouteRef = useRef(null); + const titleCheckCountRef = useRef(0); + const titleCheckIntervalRef = useRef(null); + + // Helper function to filter out unnecessary query parameters + const getCleanQueryParams = (query) => { + const cleaned = { ...query }; + // Remove tenantFilter if it's "AllTenants" or not explicitly needed + if (cleaned.tenantFilter === "AllTenants" || cleaned.tenantFilter === undefined) { + delete cleaned.tenantFilter; + } + return cleaned; + }; + + // Helper function to clean page titles + const cleanPageTitle = (title) => { + if (!title) return title; + // Remove AllTenants and any surrounding separators + return title + .replace(/\s*-\s*AllTenants\s*/, "") + .replace(/AllTenants\s*-\s*/, "") + .replace(/AllTenants/, "") + .trim(); + }; + + // Load tab options on mount + useEffect(() => { + loadTabOptions().then(setTabOptions); + }, []); + + useEffect(() => { + // Only update when the route actually changes, not on every render + const currentRoute = router.asPath; + + // Skip if this is the same route as last time + if (lastRouteRef.current === currentRoute) { + return; + } + + lastRouteRef.current = currentRoute; + + // Clear any existing title check interval + if (titleCheckIntervalRef.current) { + clearInterval(titleCheckIntervalRef.current); + titleCheckIntervalRef.current = null; + } + + // Reset check counter + titleCheckCountRef.current = 0; + + // Function to check and update title + const checkTitle = () => { + titleCheckCountRef.current++; + + // Stop checking after 50 attempts (5 seconds) to prevent infinite intervals + if (titleCheckCountRef.current > 50) { + if (titleCheckIntervalRef.current) { + clearInterval(titleCheckIntervalRef.current); + titleCheckIntervalRef.current = null; + } + return; + } + + let pageTitle = document.title.replace(" - CIPP", "").trim(); + + // Remove tenant domain from title (e.g., "Groups - domain.onmicrosoft.com" -> "Groups") + // But only if it looks like a domain (contains a dot) + const parts = pageTitle.split(" - "); + if (parts.length > 1 && parts[parts.length - 1].includes(".")) { + pageTitle = parts.slice(0, -1).join(" - ").trim(); + } + + // Clean AllTenants from title + pageTitle = cleanPageTitle(pageTitle); + + // Skip if title is empty, generic, or error page + if ( + !pageTitle || + pageTitle === "CIPP" || + pageTitle.toLowerCase().includes("error") || + pageTitle === "404" || + pageTitle === "500" + ) { + return; + } + + // Normalize URL for comparison (remove trailing slashes and query params) + const normalizeUrl = (url) => { + // Remove query params and trailing slashes for comparison + return url.split("?")[0].replace(/\/$/, "").toLowerCase(); + }; + + const currentPage = { + title: pageTitle, + path: router.pathname, + query: { ...router.query }, + fullUrl: router.asPath, + timestamp: Date.now(), + }; + + const normalizedCurrentUrl = normalizeUrl(currentPage.fullUrl); + + setHistory((prevHistory) => { + // Check if last entry has same title AND similar path (prevent duplicate with same content) + const lastEntry = prevHistory[prevHistory.length - 1]; + if (lastEntry) { + const sameTitle = lastEntry.title.trim() === currentPage.title.trim(); + const samePath = normalizeUrl(lastEntry.fullUrl) === normalizedCurrentUrl; + + if (sameTitle && samePath) { + // Exact duplicate - don't add, just stop checking + if (titleCheckIntervalRef.current) { + clearInterval(titleCheckIntervalRef.current); + titleCheckIntervalRef.current = null; + } + return prevHistory; + } + + if (samePath && !sameTitle) { + // Same URL but title changed - update the entry + const updated = [...prevHistory]; + updated[prevHistory.length - 1] = { + ...currentPage, + query: getCleanQueryParams(currentPage.query), + }; + if (titleCheckIntervalRef.current) { + clearInterval(titleCheckIntervalRef.current); + titleCheckIntervalRef.current = null; + } + return updated; + } + } + + // Find if this URL exists anywhere EXCEPT the last position in history + const existingIndex = prevHistory.findIndex((entry, index) => { + // Skip the last entry since we already checked it above + if (index === prevHistory.length - 1) return false; + return normalizeUrl(entry.fullUrl) === normalizedCurrentUrl; + }); + + // URL not in history (except possibly as last entry which we handled) - add as new entry + if (existingIndex === -1) { + const cleanedCurrentPage = { + ...currentPage, + query: getCleanQueryParams(currentPage.query), + }; + const newHistory = [...prevHistory, cleanedCurrentPage]; + + // Keep only the last MAX_HISTORY_STORAGE pages + const trimmedHistory = + newHistory.length > MAX_HISTORY_STORAGE + ? newHistory.slice(-MAX_HISTORY_STORAGE) + : newHistory; + + // Don't stop checking yet - title might still be loading + return trimmedHistory; + } + + // URL exists in history but not as last entry - user navigated back + // Truncate history after this point and update the entry + if (titleCheckIntervalRef.current) { + clearInterval(titleCheckIntervalRef.current); + titleCheckIntervalRef.current = null; + } + const updated = prevHistory.slice(0, existingIndex + 1); + updated[existingIndex] = { + ...currentPage, + query: getCleanQueryParams(currentPage.query), + }; + return updated; + }); + }; + + // Start checking for title updates + titleCheckIntervalRef.current = setInterval(checkTitle, 100); + + return () => { + if (titleCheckIntervalRef.current) { + clearInterval(titleCheckIntervalRef.current); + titleCheckIntervalRef.current = null; + } + }; + }, [router.asPath, router.pathname, router.query]); + + const handleBreadcrumbClick = (index) => { + const page = history[index]; + if (page) { + const cleanedQuery = getCleanQueryParams(page.query); + router.push({ + pathname: page.path, + query: cleanedQuery, + }); + } + }; + + // State to track current page title for hierarchical mode + const [currentPageTitle, setCurrentPageTitle] = useState(null); + const hierarchicalTitleCheckRef = useRef(null); + const hierarchicalCheckCountRef = useRef(0); + + // Watch for title changes to update hierarchical breadcrumbs + useEffect(() => { + if (mode === "hierarchical") { + // Clear any existing interval + if (hierarchicalTitleCheckRef.current) { + clearInterval(hierarchicalTitleCheckRef.current); + hierarchicalTitleCheckRef.current = null; + } + + // Reset counter + hierarchicalCheckCountRef.current = 0; + + const updateTitle = () => { + hierarchicalCheckCountRef.current++; + + // Stop after 20 attempts (10 seconds) to prevent infinite checking + if (hierarchicalCheckCountRef.current > 20) { + if (hierarchicalTitleCheckRef.current) { + clearInterval(hierarchicalTitleCheckRef.current); + hierarchicalTitleCheckRef.current = null; + } + return; + } + + let pageTitle = document.title.replace(" - CIPP", "").trim(); + const parts = pageTitle.split(" - "); + const cleanTitle = + parts.length > 1 && parts[parts.length - 1].includes(".") + ? parts.slice(0, -1).join(" - ").trim() + : pageTitle; + + // Clean AllTenants from title + const finalTitle = cleanPageTitle(cleanTitle); + + if (finalTitle && finalTitle !== "CIPP" && !finalTitle.toLowerCase().includes("loading")) { + setCurrentPageTitle(finalTitle); + // Stop checking once we have a valid title + if (hierarchicalTitleCheckRef.current) { + clearInterval(hierarchicalTitleCheckRef.current); + hierarchicalTitleCheckRef.current = null; + } + } + }; + + // Initial update + updateTitle(); + + // Only start interval if we don't have a valid title yet + if (!currentPageTitle || currentPageTitle.toLowerCase().includes("loading")) { + hierarchicalTitleCheckRef.current = setInterval(updateTitle, 500); + } + + return () => { + if (hierarchicalTitleCheckRef.current) { + clearInterval(hierarchicalTitleCheckRef.current); + hierarchicalTitleCheckRef.current = null; + } + }; + } + }, [mode, router.pathname]); + + // Build hierarchical breadcrumbs from config.js navigation structure + const buildHierarchicalBreadcrumbs = () => { + const currentPath = router.pathname; + + // Helper to check if paths match (handles dynamic routes) + const pathsMatch = (menuPath, currentPath) => { + if (!menuPath) return false; + + // Exact match + if (menuPath === currentPath) return true; + + // Check if current path starts with menu path (for nested routes) + // e.g., menu: "/identity/administration/users" matches "/identity/administration/users/edit" + if (currentPath.startsWith(menuPath + "/")) return true; + + return false; + }; + + const findPathInMenu = (items, path = []) => { + for (const item of items) { + const currentBreadcrumb = [...path]; + + // Add current item to path if it has a title + // Include all items (headers, groups, and pages) to show full hierarchy + if (item.title) { + currentBreadcrumb.push({ + title: item.title, + path: item.path, + type: item.type, + query: {}, // Menu items don't have query params by default + }); + } + + // Check if this item matches the current path + if (item.path && pathsMatch(item.path, currentPath)) { + // If this is the current page, include current query params (cleaned) + if (item.path === currentPath) { + const lastItem = currentBreadcrumb[currentBreadcrumb.length - 1]; + if (lastItem) { + lastItem.query = getCleanQueryParams(router.query); + } + } + return currentBreadcrumb; + } + + // Recursively search children + if (item.items && item.items.length > 0) { + const result = findPathInMenu(item.items, currentBreadcrumb); + if (result.length > 0) { + return result; + } + } + } + return []; + }; + + let result = findPathInMenu(nativeMenuItems); + + // If we found a menu item, check if the current path matches any tab + // If so, tabOptions wins and we use its label + if (result.length > 0 && tabOptions.length > 0) { + const normalizedCurrentPath = currentPath.replace(/\/$/, ""); + + // Check if current path matches any tab (exact match) + const matchingTab = tabOptions.find((tab) => { + const normalizedTabPath = tab.path.replace(/\/$/, ""); + return normalizedTabPath === normalizedCurrentPath; + }); + + if (matchingTab) { + // Tab matches the current path - use tab's label instead of config's + result = result.map((item, idx) => { + if (idx === result.length - 1) { + return { + ...item, + title: matchingTab.title, + type: "tab", + }; + } + return item; + }); + } + } + + // If not found in main menu, check if it's a tab page + if (result.length === 0 && tabOptions.length > 0) { + const normalizedCurrentPath = currentPath.replace(/\/$/, ""); + + // Find matching tab option + const matchingTab = tabOptions.find((tab) => { + const normalizedTabPath = tab.path.replace(/\/$/, ""); + return normalizedTabPath === normalizedCurrentPath; + }); + + if (matchingTab) { + // Find the base page in the menu and build full path to it + const normalizedBasePath = matchingTab.basePath?.replace(/\/$/, ""); + + // Recursively find the base page and build breadcrumb path + const findBasePageWithPath = (items, path = []) => { + for (const item of items) { + const currentBreadcrumb = [...path]; + + // Add current item to path if it has a title + if (item.title) { + currentBreadcrumb.push({ + title: item.title, + path: item.path, + type: item.type, + query: {}, // Menu items don't have query params by default + }); + } + + // Check if this item matches the base path + if (item.path) { + const normalizedItemPath = item.path.replace(/\/$/, ""); + if ( + normalizedItemPath === normalizedBasePath || + normalizedItemPath.startsWith(normalizedBasePath) + ) { + return currentBreadcrumb; + } + } + + // Recursively search children + if (item.items && item.items.length > 0) { + const found = findBasePageWithPath(item.items, currentBreadcrumb); + if (found.length > 0) { + return found; + } + } + } + return []; + }; + + const basePagePath = findBasePageWithPath(nativeMenuItems); + + if (basePagePath.length > 0) { + result = basePagePath; + + // Add the tab as the final breadcrumb with current query params (cleaned) + result.push({ + title: matchingTab.title, + path: matchingTab.path, + type: "tab", + query: getCleanQueryParams(router.query), // Include current query params for tab page + }); + } + } + } + + // Check if we're on a nested page under a menu item (e.g., edit page) + if (result.length > 0) { + const lastItem = result[result.length - 1]; + if (lastItem.path && lastItem.path !== currentPath && currentPath.startsWith(lastItem.path)) { + // Use the tracked page title if available, otherwise fall back to document.title + let tabTitle = currentPageTitle || document.title.replace(" - CIPP", "").trim(); + + // Clean AllTenants from title + tabTitle = cleanPageTitle(tabTitle); + + // Add tab as an additional breadcrumb item + if ( + tabTitle && + tabTitle !== lastItem.title && + !tabTitle.toLowerCase().includes("loading") + ) { + result.push({ + title: tabTitle, + path: currentPath, + type: "tab", + query: getCleanQueryParams(router.query), // Include current query params (cleaned) + }); + } + } + } + + return result; + }; + + // Check if a path is valid and return its title from navigation or tabs + const getPathInfo = (path) => { + if (!path) return { isValid: false, title: null }; + + const normalizedPath = path.replace(/\/$/, ""); + + // Helper function to recursively search menu items + const findInMenu = (items) => { + for (const item of items) { + if (item.path) { + const normalizedItemPath = item.path.replace(/\/$/, ""); + if (normalizedItemPath === normalizedPath) { + return { isValid: true, title: item.title }; + } + } + if (item.items && item.items.length > 0) { + const found = findInMenu(item.items); + if (found.isValid) { + return found; + } + } + } + return { isValid: false, title: null }; + }; + + // Check if path exists in navigation + const menuResult = findInMenu(nativeMenuItems); + if (menuResult.isValid) { + return menuResult; + } + + // Check if path exists in tab options + const matchingTab = tabOptions.find((tab) => tab.path.replace(/\/$/, "") === normalizedPath); + if (matchingTab) { + return { isValid: true, title: matchingTab.title }; + } + + return { isValid: false, title: null }; + }; + + // Handle click for hierarchical breadcrumbs + const handleHierarchicalClick = (path, query) => { + if (path) { + const cleanedQuery = getCleanQueryParams(query); + if (cleanedQuery && Object.keys(cleanedQuery).length > 0) { + router.push({ + pathname: path, + query: cleanedQuery, + }); + } else { + router.push(path); + } + } + }; + + // Toggle between modes + const toggleMode = () => { + setMode((prevMode) => { + const newMode = prevMode === "hierarchical" ? "history" : "hierarchical"; + settings.handleUpdate({ breadcrumbMode: newMode }); + return newMode; + }); + }; + + // Render based on mode + if (mode === "hierarchical") { + let breadcrumbs = buildHierarchicalBreadcrumbs(); + + // Fallback: If no breadcrumbs found in navigation config, generate from URL path + if (breadcrumbs.length === 0) { + const pathSegments = router.pathname.split("/").filter((segment) => segment); + + if (pathSegments.length > 0) { + breadcrumbs = pathSegments.map((segment, index) => { + // Build the path up to this segment + const path = "/" + pathSegments.slice(0, index + 1).join("/"); + + // Format segment as title (replace hyphens with spaces, capitalize words) + const title = segment + .split("-") + .map((word) => word.charAt(0).toUpperCase() + word.slice(1)) + .join(" "); + + return { + title, + path, + type: "fallback", + query: index === pathSegments.length - 1 ? getCleanQueryParams(router.query) : {}, + }; + }); + + // If we have a current page title from document.title, use it for the last breadcrumb + if ( + currentPageTitle && + currentPageTitle !== "CIPP" && + !currentPageTitle.toLowerCase().includes("loading") + ) { + breadcrumbs[breadcrumbs.length - 1].title = cleanPageTitle(currentPageTitle); + } + } + } + + // Don't show if still no breadcrumbs found + if (breadcrumbs.length === 0) { + return null; + } + + return ( + + + + + + + } + aria-label="page hierarchy" + sx={{ fontSize: "0.875rem", flexGrow: 1 }} + > + {breadcrumbs.map((crumb, index) => { + const isLast = index === breadcrumbs.length - 1; + const pathInfo = getPathInfo(crumb.path); + // Use title from nav/tabs if available, otherwise use the crumb's title + const displayTitle = pathInfo.title || crumb.title; + + // Items without paths (headers/groups) - show as text + if (!crumb.path) { + return ( + + {displayTitle} + + ); + } + + // Items with valid paths are clickable + // Items with invalid paths (fallback) are shown as plain text + if (pathInfo.isValid) { + return ( + handleHierarchicalClick(crumb.path, crumb.query)} + sx={{ + textDecoration: "none", + color: isLast ? "text.primary" : "text.secondary", + fontWeight: isLast ? 500 : 400, + "&:hover": { + textDecoration: "underline", + color: "primary.main", + }, + }} + > + {displayTitle} + + ); + } else { + // Invalid path - show as text only + return ( + + {displayTitle} + + ); + } + })} + + + ); + } + + // Default mode: history-based breadcrumbs + // Don't show breadcrumbs if we have no history + if (history.length === 0) { + return null; + } + + // Show only the last MAX_BREADCRUMB_DISPLAY items + const visibleHistory = history.slice(-MAX_BREADCRUMB_DISPLAY); + + return ( + + + + + + + } + aria-label="navigation history" + sx={{ fontSize: "0.875rem", flexGrow: 1 }} + > + {visibleHistory.map((page, index) => { + const isLast = index === visibleHistory.length - 1; + // Calculate the actual index in the full history + const actualIndex = history.length - visibleHistory.length + index; + + if (isLast) { + return ( + + {page.title} + + ); + } + + return ( + handleBreadcrumbClick(actualIndex)} + sx={{ + textDecoration: "none", + color: "text.secondary", + "&:hover": { + textDecoration: "underline", + color: "primary.main", + }, + }} + > + {page.title} + + ); + })} + + + ); +}; diff --git a/src/components/CippComponents/CippBulkUserDrawer.jsx b/src/components/CippComponents/CippBulkUserDrawer.jsx new file mode 100644 index 000000000000..7718ae957138 --- /dev/null +++ b/src/components/CippComponents/CippBulkUserDrawer.jsx @@ -0,0 +1,247 @@ +import { useState } from "react"; +import { Button, Link, Dialog, DialogActions, DialogContent, DialogTitle } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useWatch } from "react-hook-form"; +import { GroupAdd, Delete } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormLicenseSelector } from "./CippFormLicenseSelector"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import countryList from "/src/data/countryList.json"; + +export const CippBulkUserDrawer = ({ + buttonText = "Bulk Add Users", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const [addRowDialogOpen, setAddRowDialogOpen] = useState(false); + const initialState = useSettings(); + + const addedFields = initialState?.defaultAttributes + ? initialState.userAttributes.map((item) => item.label) + : []; + + const fields = [ + "givenName", + "surName", + "displayName", + "mailNickName", + "domain", + "JobTitle", + "streetAddress", + "PostalCode", + "City", + "State", + "Department", + "MobilePhone", + "businessPhones", + ...addedFields, + ]; + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + tenantFilter: initialState.currentTenant, + usageLocation: initialState.usageLocation || "US", + bulkUser: [], + licenses: [], + }, + }); + + const bulkUserData = useWatch({ control: formControl.control, name: "bulkUser" }); + + const createBulkUsers = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["Users"], + }); + + // Register the bulkUser field with validation + formControl.register("bulkUser", { + validate: (value) => Array.isArray(value) && value.length > 0, + }); + + const handleRemoveItem = (row) => { + if (row === undefined) return false; + const currentData = formControl.getValues("bulkUser") || []; + const index = currentData.findIndex((item) => item === row); + const newData = [...currentData]; + newData.splice(index, 1); + formControl.setValue("bulkUser", newData, { shouldValidate: true }); + }; + + const handleAddItem = () => { + const newRowData = formControl.getValues("addrow"); + if (newRowData === undefined) return false; + const currentData = formControl.getValues("bulkUser") || []; + const newData = [...currentData, newRowData]; + formControl.setValue("bulkUser", newData, { shouldValidate: true }); + setAddRowDialogOpen(false); + formControl.reset({ + ...formControl.getValues(), + addrow: {}, + }); + }; + + const handleSubmit = () => { + const formData = formControl.getValues(); + createBulkUsers.mutate({ + url: "/api/AddUserBulk", + data: formData, + relatedQueryKeys: ["Users"], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + tenantFilter: initialState.currentTenant, + usageLocation: initialState.usageLocation || "US", + bulkUser: [], + licenses: [], + }); + }; + + const actions = [ + { + icon: , + label: "Delete Row", + confirmText: "Are you sure you want to delete this row?", + customFunction: handleRemoveItem, + noConfirm: true, + }, + ]; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + ({ + label: Name, + value: Code, + }))} + formControl={formControl} + /> + + + + + + + + + Download Example CSV + + + + + + + + + + + + + + + + + + + setAddRowDialogOpen(false)} + maxWidth="md" + fullWidth + > + Add a new user + + + {fields.map((field) => ( + + + + ))} + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippCADeployDrawer.jsx b/src/components/CippComponents/CippCADeployDrawer.jsx new file mode 100644 index 000000000000..6b2a4a633ff4 --- /dev/null +++ b/src/components/CippComponents/CippCADeployDrawer.jsx @@ -0,0 +1,230 @@ +import { useEffect, useState, useCallback } from "react"; +import { Button, Stack } from "@mui/material"; +import { RocketLaunch } from "@mui/icons-material"; +import { useForm, useWatch } from "react-hook-form"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import CippFormComponent from "./CippFormComponent"; +import CippJsonView from "../CippFormPages/CippJSONView"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippFormCondition } from "./CippFormCondition"; + +export const CippCADeployDrawer = ({ + buttonText = "Deploy CA Policy", + requiredPermissions = [], + PermissionButton = Button, + templateId = null, // New prop for pre-supplying template ID + open = null, // External control for drawer visibility + onClose = null, // External close handler +}) => { + const [internalDrawerVisible, setInternalDrawerVisible] = useState(false); + const formControl = useForm(); + const tenantFilter = useSettings()?.tenantFilter; + const CATemplates = ApiGetCall({ url: "/api/ListCATemplates", queryKey: "CATemplates" }); + const [JSONData, setJSONData] = useState(); + const watcher = useWatch({ control: formControl.control, name: "TemplateList" }); + const selectedReplaceMode = useWatch({ + control: formControl.control, + name: "replacename", + }); + + // Use external open state if provided, otherwise use internal state + const drawerVisible = open !== null ? open : internalDrawerVisible; + const isExternallyControlled = open !== null && onClose !== null; + + const updateTemplate = useCallback( + (templateGuid) => { + if (CATemplates.isSuccess && templateGuid) { + const template = CATemplates.data.find((template) => template.GUID === templateGuid); + if (template) { + setJSONData(template); + formControl.setValue("rawjson", JSON.stringify(template, null)); + } + } + }, + [CATemplates.isSuccess, CATemplates.data, formControl.setValue] + ); + + // Effect to set template when templateId prop is provided + useEffect(() => { + if (templateId && CATemplates.isSuccess) { + // Find the template to get the display name + const template = CATemplates.data.find((template) => template.GUID === templateId); + if (template) { + // Pre-select the template when drawer opens + formControl.setValue("TemplateList", { value: templateId, label: template.displayName }); + updateTemplate(templateId); + } + } + }, [templateId, CATemplates.isSuccess, formControl, updateTemplate]); + + useEffect(() => { + updateTemplate(watcher?.value); + }, [updateTemplate, watcher?.value]); + + const deployPolicy = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["CATemplates", `Conditional Access Policies - ${tenantFilter}`], + }); + + const handleSubmit = () => { + const formData = formControl.getValues(); + console.log("Submitting CA form data:", formData); + deployPolicy.mutate({ + url: "/api/AddCAPolicy", + relatedQueryKeys: ["CATemplates", "Conditional Access Policies"], + data: { ...formData }, + }); + }; + + const handleCloseDrawer = () => { + if (isExternallyControlled) { + onClose(); + } else { + setInternalDrawerVisible(false); + } + formControl.reset(); + }; + + return ( + <> + {!isExternallyControlled && ( + setInternalDrawerVisible(true)} + startIcon={} + > + {buttonText} + + )} + + + + + + + + } + > + + + + ({ + label: template.displayName, + value: template.GUID, + })) + : [] + } + /> + + + + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippCalendarPermissionsDialog.jsx b/src/components/CippComponents/CippCalendarPermissionsDialog.jsx new file mode 100644 index 000000000000..33f31e21196f --- /dev/null +++ b/src/components/CippComponents/CippCalendarPermissionsDialog.jsx @@ -0,0 +1,114 @@ +import { useEffect } from "react"; +import { Box, Stack, Tooltip } from "@mui/material"; +import CippFormComponent from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; + +const CippCalendarPermissionsDialog = ({ formHook, combinedOptions, isUserGroupLoading }) => { + const permissionLevel = useWatch({ + control: formHook.control, + name: "Permissions", + }); + + const isEditor = permissionLevel?.value === "Editor"; + + useEffect(() => { + if (!isEditor) { + formHook.setValue("CanViewPrivateItems", false); + } + }, [isEditor, formHook]); + + // default SendNotificationToUser to false on mount + useEffect(() => { + formHook.setValue("SendNotificationToUser", false); + }, [formHook]); + + // Only certain permission levels support sending a notification when calendar permissions are added + const notifyAllowed = ["AvailabilityOnly", "LimitedDetails", "Reviewer", "Editor"]; + const isNotifyAllowed = notifyAllowed.includes(permissionLevel?.value ?? permissionLevel); + + return ( + + + + + + + + + + + + + + + + + + + + + + + + ); +}; + +export default CippCalendarPermissionsDialog; diff --git a/src/components/CippComponents/CippCardTabPanel.jsx b/src/components/CippComponents/CippCardTabPanel.jsx new file mode 100644 index 000000000000..d994ba7ad630 --- /dev/null +++ b/src/components/CippComponents/CippCardTabPanel.jsx @@ -0,0 +1,17 @@ +import { Box } from "@mui/material"; + +export const CippCardTabPanel = (props) => { + const { children, value, index, ...other } = props; + + return ( + + ); +}; diff --git a/src/components/CippComponents/CippCentralSearch.jsx b/src/components/CippComponents/CippCentralSearch.jsx new file mode 100644 index 000000000000..0c7bf858e88b --- /dev/null +++ b/src/components/CippComponents/CippCentralSearch.jsx @@ -0,0 +1,375 @@ +import React, { useState, useMemo, useEffect } from "react"; +import { + Button, + Dialog, + DialogActions, + DialogContent, + DialogTitle, + TextField, + Card, + CardContent, + CardActionArea, + Typography, + Box, +} from "@mui/material"; +import { Grid } from "@mui/system"; +import { useRouter } from "next/router"; +import { nativeMenuItems } from "/src/layouts/config"; +import { usePermissions } from "/src/hooks/use-permissions"; + +/** + * Recursively collects only leaf items (those without sub-items). + * If an item has an `items` array, we skip that item itself (treat it as a "folder") + * and continue flattening deeper. + */ +function getLeafItems(items = []) { + let result = []; + + for (const item of items) { + if (item.items && Array.isArray(item.items) && item.items.length > 0) { + // recurse into children + result = result.concat(getLeafItems(item.items)); + } else { + // no child items => this is a leaf + result.push(item); + } + } + + return result; +} + +/** + * Load all tabOptions.json files dynamically + */ +async function loadTabOptions() { + const tabOptionPaths = [ + "/email/administration/exchange-retention", + "/cipp/custom-data", + "/cipp/super-admin", + "/tenant/standards", + "/tenant/manage", + "/tenant/administration/applications", + "/tenant/administration/tenants", + "/tenant/administration/audit-logs", + "/identity/administration/users/user", + "/tenant/administration/securescore", + "/tenant/gdap-management", + "/tenant/gdap-management/relationships/relationship", + "/cipp/settings", + ]; + + const tabOptions = []; + + for (const basePath of tabOptionPaths) { + try { + const module = await import(`/src/pages${basePath}/tabOptions.json`); + const options = module.default || module; + + // Add each tab option with metadata + options.forEach((option) => { + tabOptions.push({ + title: option.label, + path: option.path, + type: "tab", + basePath: basePath, + }); + }); + } catch (error) { + // Silently skip if file doesn't exist or can't be loaded + console.debug(`Could not load tabOptions for ${basePath}:`, error); + } + } + + return tabOptions; +} + +/** + * Filter menu items based on user permissions and roles + */ +function filterItemsByPermissionsAndRoles(items, userPermissions, userRoles) { + return items.filter((item) => { + // Check permissions with pattern matching support + if (item.permissions && item.permissions.length > 0) { + const hasPermission = userPermissions?.some((userPerm) => { + return item.permissions.some((requiredPerm) => { + // Exact match + if (userPerm === requiredPerm) { + return true; + } + + // Pattern matching - check if required permission contains wildcards + if (requiredPerm.includes("*")) { + // Convert wildcard pattern to regex + const regexPattern = requiredPerm + .replace(/\\/g, "\\\\") // Escape backslashes + .replace(/\./g, "\\.") // Escape dots + .replace(/\*/g, ".*"); // Convert * to .* + const regex = new RegExp(`^${regexPattern}$`); + return regex.test(userPerm); + } + + return false; + }); + }); + if (!hasPermission) { + return false; + } + } + + return true; + }); +} + +export const CippCentralSearch = ({ handleClose, open }) => { + const router = useRouter(); + const [searchValue, setSearchValue] = useState(""); + const { userPermissions, userRoles } = usePermissions(); + const [tabOptions, setTabOptions] = useState([]); + + // Load tab options on mount + useEffect(() => { + loadTabOptions().then(setTabOptions); + }, []); + + // Flatten and filter the menu items based on user permissions + const flattenedMenuItems = useMemo(() => { + const allLeafItems = getLeafItems(nativeMenuItems); + + // Helper to build full breadcrumb path + const buildBreadcrumbPath = (items, targetPath) => { + const searchRecursive = (items, currentPath = []) => { + for (const item of items) { + // Skip Dashboard root + const shouldAddToPath = item.title !== "Dashboard" || item.path !== "/"; + const newPath = shouldAddToPath ? [...currentPath, item.title] : currentPath; + + // Check if this item itself matches + if (item.path) { + const normalizedItemPath = item.path.replace(/\/$/, ""); + const normalizedTargetPath = targetPath.replace(/\/$/, ""); + + // Check if this item's path starts with target (item is under target path) + if (normalizedItemPath !== "/" && normalizedItemPath.startsWith(normalizedTargetPath)) { + // Return the full path + return newPath; + } + } + + // Check if this item's children match (for container items without paths) + if (item.items && item.items.length > 0) { + const childResult = searchRecursive(item.items, newPath); + if (childResult.length > 0) { + return childResult; + } + } + } + return []; + }; + + return searchRecursive(items); + }; + + const filteredMainMenu = filterItemsByPermissionsAndRoles( + allLeafItems, + userPermissions, + userRoles + ).map((item) => { + const rawBreadcrumbs = buildBreadcrumbPath(nativeMenuItems, item.path) || []; + // Remove the leaf item's own title to avoid duplicate when rendering + const trimmedBreadcrumbs = + rawBreadcrumbs.length > 0 && rawBreadcrumbs[rawBreadcrumbs.length - 1] === item.title + ? rawBreadcrumbs.slice(0, -1) + : rawBreadcrumbs; + return { + ...item, + breadcrumbs: trimmedBreadcrumbs, + }; + }); + + // Index leaf items by path for direct permission lookup + const leafItemIndex = allLeafItems.reduce((acc, item) => { + if (item.path) acc[item.path.replace(/\/$/, "")] = item; + return acc; + }, {}); + + // Filter tab options based on the actual page item's permissions + const filteredTabOptions = tabOptions + .map((tab) => { + const normalizedTabPath = tab.path.replace(/\/$/, ""); + const normalizedBasePath = tab.basePath?.replace(/\/$/, ""); + + // Try exact match first + let pageItem = leafItemIndex[normalizedTabPath]; + + // Fallback: find any menu item whose path starts with the basePath + if (!pageItem && normalizedBasePath) { + pageItem = allLeafItems.find((item) => { + const normalizedItemPath = item.path?.replace(/\/$/, ""); + return normalizedItemPath && normalizedItemPath.startsWith(normalizedBasePath); + }); + } + + if (!pageItem) return null; // No matching page definition + + // Permission/role check using the page item directly + const hasAccessToPage = + filterItemsByPermissionsAndRoles([pageItem], userPermissions, userRoles).length > 0; + if (!hasAccessToPage) return null; + + // Build breadcrumbs using the pageItem's path (which exists in menu tree) + const breadcrumbs = buildBreadcrumbPath(nativeMenuItems, pageItem.path) || []; + // Remove duplicate last crumb if equal to tab title (will be appended during render) + const trimmedBreadcrumbs = + breadcrumbs.length > 0 && breadcrumbs[breadcrumbs.length - 1] === tab.title + ? breadcrumbs.slice(0, -1) + : breadcrumbs; + return { + ...tab, + breadcrumbs: trimmedBreadcrumbs, + }; + }) + .filter(Boolean); + + return [...filteredMainMenu, ...filteredTabOptions]; + }, [userPermissions, userRoles, tabOptions]); + + const handleChange = (event) => { + setSearchValue(event.target.value); + }; + + // Optionally handle Enter key + const handleKeyDown = (event) => { + if (event.key === "Enter") { + // do something if needed, e.g., analytics or highlight + } + }; + + // Filter leaf items by matching title, path, or breadcrumbs + const normalizedSearch = searchValue.trim().toLowerCase(); + const filteredItems = flattenedMenuItems.filter((leaf) => { + const inTitle = leaf.title?.toLowerCase().includes(normalizedSearch); + const inPath = leaf.path?.toLowerCase().includes(normalizedSearch); + const inBreadcrumbs = leaf.breadcrumbs?.some((crumb) => + crumb?.toLowerCase().includes(normalizedSearch) + ); + // If there's no search value, show no results (you could change this logic) + return normalizedSearch ? inTitle || inPath || inBreadcrumbs : false; + }); + + // Helper to bold‐highlight the matched text + const highlightMatch = (text = "") => { + if (!normalizedSearch) return text; + const parts = text.split(new RegExp(`(${normalizedSearch})`, "gi")); + return parts.map((part, i) => + part.toLowerCase() === normalizedSearch ? ( + + {part} + + ) : ( + part + ) + ); + }; + + // Helper to get item type label + const getItemTypeLabel = (item) => { + if (item.type === "tab") { + return "Tab"; + } + return "Page"; + }; + + // Click handler: shallow navigate with Next.js + const handleCardClick = (path) => { + router.push(path, undefined, { shallow: true }); + handleClose(); + }; + + return ( + + CIPP Search + + + + { + // Select all text on focus if there's content + if (event.target.value) { + event.target.select(); + } + }} + value={searchValue} + autoFocus + /> + + {/* Show results or "No results" */} + {searchValue.trim().length > 0 ? ( + filteredItems.length > 0 ? ( + + {filteredItems.map((item, index) => ( + + + handleCardClick(item.path)} + aria-label={`Navigate to ${item.title}`} + > + + + {highlightMatch(item.title)} + + {getItemTypeLabel(item)} + + + {item.breadcrumbs && item.breadcrumbs.length > 0 && ( + + {item.breadcrumbs.map((crumb, idx) => ( + + {highlightMatch(crumb)} + {idx < item.breadcrumbs.length - 1 && " > "} + + ))} + {" > "} + {highlightMatch(item.title)} + + )} + + Path: {highlightMatch(item.path)} + + + + + + ))} + + ) : ( + No results found. + ) + ) : ( + + Type something to search by title or path. + + )} + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippCodeBlock.jsx b/src/components/CippComponents/CippCodeBlock.jsx new file mode 100644 index 000000000000..507a26667bbd --- /dev/null +++ b/src/components/CippComponents/CippCodeBlock.jsx @@ -0,0 +1,76 @@ +import { useState } from "react"; +import { atomDark } from "react-syntax-highlighter/dist/cjs/styles/prism"; +import SyntaxHighlighter from "react-syntax-highlighter"; +import { CippCopyToClipBoard } from "./CippCopyToClipboard"; +import { styled } from "@mui/system"; // Correct import from @mui/system +import { Editor } from "@monaco-editor/react"; +import { useSettings } from "../../hooks/use-settings"; + +const CodeContainer = styled("div")` + position: relative; + display: block; + max-width: 100%; /* Ensure it fits within the card */ + word-wrap: break-word; + white-space: pre-wrap; + word-break: break-all; + padding-bottom: 1rem; + .cipp-code-copy-button { + position: absolute; + right: 1rem; /* Moved further left to avoid Monaco scrollbar */ + top: 0.5rem; + z-index: 1; /* Ensure the button is above the code block */ + } +`; + +export const CippCodeBlock = (props) => { + const { + code, + language = "json", + showLineNumbers = false, + startingLineNumber = 1, + wrapLongLines = true, + type = "syntax", + editorHeight = "500px", + ...other + } = props; + const [codeCopied, setCodeCopied] = useState(false); + + const onCodeCopied = () => { + setCodeCopied(true); + setTimeout(() => setCodeCopied(false), 2000); + }; + const currentTheme = useSettings()?.currentTheme?.value; + return ( + +
    + +
    + {type === "editor" && ( + + )} + {type === "syntax" && ( + + {code} + + )} +
    + ); +}; diff --git a/src/components/CippComponents/CippComponentDialog.jsx b/src/components/CippComponents/CippComponentDialog.jsx new file mode 100644 index 000000000000..03d4d64dcdaa --- /dev/null +++ b/src/components/CippComponents/CippComponentDialog.jsx @@ -0,0 +1,24 @@ +import { Button, Dialog, DialogActions, DialogContent, DialogTitle } from "@mui/material"; + +export const CippComponentDialog = (props) => { + const { children, createDialog, title, ...other } = props; + + return ( + +
    + {title} + {children} + + + + +
    +
    + ); +}; + +export default CippComponentDialog; diff --git a/src/components/CippComponents/CippContactPermissionsDialog.jsx b/src/components/CippComponents/CippContactPermissionsDialog.jsx new file mode 100644 index 000000000000..44e1ce303871 --- /dev/null +++ b/src/components/CippComponents/CippContactPermissionsDialog.jsx @@ -0,0 +1,90 @@ +import { useEffect } from "react"; +import { Box, Stack, Tooltip } from "@mui/material"; +import CippFormComponent from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; + +const CippContactPermissionsDialog = ({ formHook, combinedOptions, isUserGroupLoading }) => { + const permissionLevel = useWatch({ + control: formHook.control, + name: "Permissions", + }); + + // default SendNotificationToUser to false on mount + useEffect(() => { + formHook.setValue("SendNotificationToUser", false); + }, [formHook]); + + // Only certain permission levels support sending a notification when contact permissions are added + const notifyAllowed = ["AvailabilityOnly", "LimitedDetails", "Reviewer", "Editor"]; + const isNotifyAllowed = notifyAllowed.includes(permissionLevel?.value ?? permissionLevel); + + return ( + + + + + + (value ? true : "Select the permission level for the contact"), + }} + options={[ + { value: "Author", label: "Author" }, + { value: "Contributor", label: "Contributor" }, + { value: "Editor", label: "Editor" }, + { value: "Owner", label: "Owner" }, + { value: "NonEditingAuthor", label: "Non Editing Author" }, + { value: "PublishingAuthor", label: "Publishing Author" }, + { value: "PublishingEditor", label: "Publishing Editor" }, + { value: "Reviewer", label: "Reviewer" }, + { value: "LimitedDetails", label: "Limited Details" }, + { value: "AvailabilityOnly", label: "Availability Only" }, + { value: "None", label: "None" }, + ]} + multiple={false} + formControl={formHook} + /> + + + + + + + + + + + ); +}; + +export default CippContactPermissionsDialog; diff --git a/src/components/CippComponents/CippCopyToClipboard.jsx b/src/components/CippComponents/CippCopyToClipboard.jsx new file mode 100644 index 000000000000..2be6d6aa2880 --- /dev/null +++ b/src/components/CippComponents/CippCopyToClipboard.jsx @@ -0,0 +1,96 @@ +import { CopyAll, Visibility, VisibilityOff } from "@mui/icons-material"; +import { Chip, IconButton, SvgIcon, Tooltip } from "@mui/material"; +import { useState } from "react"; + +export const CippCopyToClipBoard = (props) => { + const { text, type = "button", visible = true, onClick, ...other } = props; + const [showPassword, setShowPassword] = useState(false); + const [copied, setCopied] = useState(false); + + const handleCopy = async () => { + try { + await navigator.clipboard.writeText(text); + setCopied(true); + setTimeout(() => setCopied(false), 2000); + if (onClick) onClick(); + } catch (err) { + console.error("Failed to copy text: ", err); + // Fallback for older browsers + try { + const textArea = document.createElement("textarea"); + textArea.value = text; + textArea.style.position = "fixed"; + textArea.style.left = "-999999px"; + textArea.style.top = "-999999px"; + document.body.appendChild(textArea); + textArea.focus(); + textArea.select(); + document.execCommand("copy"); + document.body.removeChild(textArea); + setCopied(true); + setTimeout(() => setCopied(false), 2000); + if (onClick) onClick(); + } catch (fallbackErr) { + console.error("Fallback copy failed: ", fallbackErr); + } + } + }; + + const handleTogglePassword = () => { + setShowPassword((prev) => !prev); + }; + + if (!visible) return null; + + if (type === "button") { + return ( + + + + + + + + ); + } + + if (type === "chip") { + return ( + + + + ); + } + + if (type === "password") { + return ( + <> + + + {showPassword ? : } + + + + + + + ); + } + + return null; +}; diff --git a/src/components/CippComponents/CippCsvExportButton.jsx b/src/components/CippComponents/CippCsvExportButton.jsx new file mode 100644 index 000000000000..5a59aa4b1ea8 --- /dev/null +++ b/src/components/CippComponents/CippCsvExportButton.jsx @@ -0,0 +1,64 @@ +import { BackupTableTwoTone } from "@mui/icons-material"; +import { IconButton, Tooltip } from "@mui/material"; +import { mkConfig, generateCsv, download } from "export-to-csv"; + +// Utility to flatten nested objects +const flattenObject = (obj, parent = "", res = {}) => { + for (let key in obj) { + const propName = parent ? `${parent}.${key}` : key; + if (typeof obj[key] === "object" && obj[key] !== null) { + flattenObject(obj[key], propName, res); + } else { + res[propName] = obj[key]; + } + } + return res; +}; + +export const CippCsvExportButton = ({ rawData, reportName = "Export", includeFields = [] }) => { + const handleExport = () => { + if (!rawData || rawData.length === 0) { + console.warn("No raw data available for export."); + return; + } + + // Flatten and process raw data + const flattenedData = rawData.map((item) => flattenObject(item)); + + // Optionally filter specific fields + const exportData = includeFields.length + ? flattenedData.map((row) => + includeFields.reduce((filteredRow, field) => { + if (row[field] !== undefined) { + filteredRow[field] = row[field]; + } + return filteredRow; + }, {}) + ) + : flattenedData; + + // Generate CSV configuration + const csvConfig = mkConfig({ + fieldSeparator: ",", + decimalSeparator: ".", + useKeysAsHeaders: true, + filename: `${reportName}_${new Date().toISOString()}.csv`, + }); + + // Generate and download CSV + const csv = generateCsv(csvConfig)(exportData); + download(csvConfig)(csv); + }; + + return ( + + + + + + + + ); +}; + +export default CippCsvExportButton; diff --git a/src/components/CippComponents/CippCustomVariables.jsx b/src/components/CippComponents/CippCustomVariables.jsx new file mode 100644 index 000000000000..b408deaae8ea --- /dev/null +++ b/src/components/CippComponents/CippCustomVariables.jsx @@ -0,0 +1,195 @@ +import { useState } from "react"; +import { CardContent, Button, SvgIcon, Alert } from "@mui/material"; +import { PlusIcon, TrashIcon, PencilIcon } from "@heroicons/react/24/outline"; +import { CippDataTable } from "/src/components/CippTable/CippDataTable"; +import { CippApiResults } from "/src/components/CippComponents/CippApiResults"; +import { CippApiDialog } from "/src/components/CippComponents/CippApiDialog"; +import { ApiPostCall } from "/src/api/ApiCall"; + +const CippCustomVariables = ({ id }) => { + const [openAddDialog, setOpenAddDialog] = useState(false); + + // Simple cache invalidation using React Query wildcard support + const allRelatedKeys = ["CustomVariables*"]; + + const updateCustomVariablesApi = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: allRelatedKeys, + }); + + const reservedVariables = [ + "tenantid", + "tenantname", + "tenantfilter", + "partnertenantid", + "samappid", + "cippuserschema", + "cippurl", + "defaultdomain", + "serial", + "systemroot", + "systemdrive", + "temp", + "userprofile", + "username", + "userdomain", + "windir", + "programfiles", + "programfiles(x86)", + "programdata", + ]; + + const validateVariableName = (value) => { + if (reservedVariables.includes(value.toLowerCase())) { + return "The variable name is reserved and cannot be used."; + } else if (!value.includes(" ") && !/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g.test(value)) { + return true; + } else { + return "The variable name must not contain spaces or special characters."; + } + }; + + const actions = [ + { + label: "Edit", + icon: ( + + + + ), + confirmText: "Update the custom variable '[RowKey]'?", + hideBulk: true, + setDefaultValues: true, + fields: [ + { + type: "textField", + name: "RowKey", + label: "Variable Name", + placeholder: "Enter the key for the custom variable.", + required: true, + disableVariables: true, + validators: { validate: validateVariableName }, + }, + { + type: "textField", + name: "Value", + label: "Value", + disableVariables: true, + placeholder: "Enter the value for the custom variable.", + required: true, + }, + { + type: "textField", + name: "Description", + label: "Description", + placeholder: "Enter a description for the custom variable.", + required: false, + disableVariables: true, + }, + ], + type: "POST", + url: "/api/ExecCippReplacemap", + data: { + Action: "!AddEdit", + tenantId: id, + }, + relatedQueryKeys: allRelatedKeys, + }, + { + label: "Delete", + icon: , + confirmText: "Are you sure you want to delete [RowKey]?", + type: "POST", + url: "/api/ExecCippReplacemap", + data: { + Action: "Delete", + RowKey: "RowKey", + tenantId: id, + }, + relatedQueryKeys: allRelatedKeys, + multiPost: false, + }, + ]; + + const handleAddVariable = () => { + setOpenAddDialog(true); + }; + + return ( + + + {id === "AllTenants" + ? "Global variables are key-value pairs that can be used to store additional information for All Tenants. These are applied to templates in standards using the format %variablename%. If a tenant has a custom variable with the same name, the tenant's variable will take precedence." + : "Custom variables are key-value pairs that can be used to store additional information about a tenant. These are applied to templates in standards using the format %variablename%."} + + + + + } + > + Add Variable + + } + /> + + setOpenAddDialog(false), + }} + title="Add Variable" + fields={[ + { + type: "textField", + name: "RowKey", + label: "Variable Name", + placeholder: "Enter the name for the custom variable without %.", + required: true, + disableVariables: true, + validators: { validate: validateVariableName }, + }, + { + type: "textField", + name: "Value", + label: "Value", + disableVariables: true, + placeholder: "Enter the value for the custom variable.", + required: true, + }, + { + type: "textField", + name: "Description", + label: "Description", + placeholder: "Enter a description for the custom variable.", + required: false, + disableVariables: true, + }, + ]} + api={{ + type: "POST", + url: "/api/ExecCippReplacemap", + data: { Action: "AddEdit", tenantId: id }, + relatedQueryKeys: allRelatedKeys, + }} + /> + + ); +}; + +export default CippCustomVariables; diff --git a/src/components/CippComponents/CippDeployContactTemplateDrawer.jsx b/src/components/CippComponents/CippDeployContactTemplateDrawer.jsx new file mode 100644 index 000000000000..4ec2b0d533e1 --- /dev/null +++ b/src/components/CippComponents/CippDeployContactTemplateDrawer.jsx @@ -0,0 +1,141 @@ +import React, { useState, useEffect } from "react"; +import { Button, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { RocketLaunch } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippApiResults } from "./CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippDeployContactTemplateDrawer = ({ + buttonText = "Deploy Contact Template", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + selectedTenants: [], + TemplateList: [], + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + const deployTemplate = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["DeployContactTemplates"], + }); + + // Reset form fields on successful creation + useEffect(() => { + if (deployTemplate.isSuccess) { + formControl.reset({ + selectedTenants: [], + TemplateList: [], + }); + } + }, [deployTemplate.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + + deployTemplate.mutate({ + url: "/api/DeployContactTemplates", + data: formData, + relatedQueryKeys: ["DeployContactTemplates"], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + selectedTenants: [], + TemplateList: [], + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + + + + + + {/* TemplateList */} + + option, + url: "/api/ListContactTemplates", + }} + placeholder="Select a template or enter PowerShell JSON manually" + /> + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippDevOptions.jsx b/src/components/CippComponents/CippDevOptions.jsx new file mode 100644 index 000000000000..7bddbbbc126a --- /dev/null +++ b/src/components/CippComponents/CippDevOptions.jsx @@ -0,0 +1,35 @@ +import { useSettings } from "../../hooks/use-settings"; +import { Button, Card, CardHeader, Divider, CardContent, SvgIcon } from "@mui/material"; +import { CodeBracketIcon } from "@heroicons/react/24/outline"; + +export const CippDevOptions = () => { + const settings = useSettings(); + + const handleDevToolsToggle = () => { + settings.handleUpdate({ + showDevtools: !settings.showDevtools, + }); + }; + + return ( + + + + + + + + ); +}; + +export default CippDevOptions; diff --git a/src/components/CippComponents/CippDocsLookup.jsx b/src/components/CippComponents/CippDocsLookup.jsx new file mode 100644 index 000000000000..987809b24f2c --- /dev/null +++ b/src/components/CippComponents/CippDocsLookup.jsx @@ -0,0 +1,71 @@ +import { Search } from "@mui/icons-material"; +import { Chip, IconButton, SvgIcon, Tooltip } from "@mui/material"; +import { useState } from "react"; + +export const CippDocsLookup = (props) => { + const { text, type = "button", visible = true, ...other } = props; + const [showPassword, setShowPassword] = useState(false); + + const handleTogglePassword = () => { + setShowPassword((prev) => !prev); + }; + + const handleDocsLookup = () => { + const searchUrl = `https://docs.cipp.app/?q=Help+with:+${encodeURIComponent(text)}&ask=true`; + window.open(searchUrl, '_blank'); + }; + + if (!visible) return null; + + if (type === "button") { + return ( + + + + + + + + ); + } + + if (type === "chip") { + return ( + + + + ); + } + + if (type === "password") { + return ( + <> + + + {showPassword ? : } + + + + + + + ); + } + + return null; +}; \ No newline at end of file diff --git a/src/components/CippComponents/CippDomainServiceConfigurationRecords.jsx b/src/components/CippComponents/CippDomainServiceConfigurationRecords.jsx new file mode 100644 index 000000000000..a6a75fd2d4f3 --- /dev/null +++ b/src/components/CippComponents/CippDomainServiceConfigurationRecords.jsx @@ -0,0 +1,134 @@ +import React, { useState } from "react"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiGetCall } from "../../api/ApiCall"; +import { + Card, + CardContent, + CardHeader, + Stack, + Box, + IconButton, + Tooltip, + Typography, + Chip, + CircularProgress, +} from "@mui/material"; +import { ContentCopy, Check } from "@mui/icons-material"; + +const DnsRecordField = ({ label, value, copyable = true }) => { + const [copied, setCopied] = useState(false); + + const handleCopy = () => { + navigator.clipboard.writeText(value); + setCopied(true); + setTimeout(() => setCopied(false), 2000); + }; + + return ( + + + + {label} + + + {value} + + + {copyable && ( + + + {copied ? : } + + + )} + + ); +}; + +const renderRecordDetails = (record) => { + switch (record.recordType) { + case "Mx": + return ( + <> + + + + ); + case "Txt": + return ; + case "CName": + return ; + case "Srv": + return ( + <> + + + + + + + + ); + default: + return null; + } +}; + +export const CippDomainServiceConfigurationRecords = ({ row }) => { + const tenantFilter = useSettings().currentTenant; + + const recordsQuery = ApiGetCall({ + url: "/api/ListGraphRequest", + queryKey: `domain-service-config-${row.id}`, + waiting: true, + data: { + Endpoint: `domains/${row.id}/serviceConfigurationRecords`, + tenantFilter: tenantFilter, + }, + }); + + if (recordsQuery.isLoading) { + return ( + + + + ); + } + + if (recordsQuery.isError) { + return Failed to load records; + } + + const records = recordsQuery.data?.Results || []; + + if (records.length === 0) { + return No service configuration records found; + } + + return ( + + {records.map((record) => ( + + + {record.label} + + + + } + subheader={`TTL: ${record.ttl} | Optional: ${record.isOptional ? "Yes" : "No"}`} + sx={{ pb: 1 }} + /> + + {renderRecordDetails(record)} + + + ))} + + ); +}; diff --git a/src/components/CippComponents/CippDomainVerificationRecords.jsx b/src/components/CippComponents/CippDomainVerificationRecords.jsx new file mode 100644 index 000000000000..2a8a741cd264 --- /dev/null +++ b/src/components/CippComponents/CippDomainVerificationRecords.jsx @@ -0,0 +1,133 @@ +import React, { useState } from "react"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiGetCall } from "../../api/ApiCall"; +import { + Card, + CardContent, + CardHeader, + Stack, + Box, + IconButton, + Tooltip, + Typography, + Chip, + CircularProgress, +} from "@mui/material"; +import { ContentCopy, Check } from "@mui/icons-material"; + +const DnsRecordField = ({ label, value, copyable = true }) => { + const [copied, setCopied] = useState(false); + + const handleCopy = () => { + navigator.clipboard.writeText(value); + setCopied(true); + setTimeout(() => setCopied(false), 2000); + }; + + return ( + + + + {label} + + + {value} + + + {copyable && ( + + + {copied ? : } + + + )} + + ); +}; + +const renderRecordDetails = (record) => { + switch (record.recordType) { + case "Txt": + return ; + case "Mx": + return ( + <> + + + + ); + case "CName": + return ; + case "Srv": + return ( + <> + + + + + + + + ); + default: + return null; + } +}; + +export const CippDomainVerificationRecords = ({ row }) => { + const tenantFilter = useSettings().currentTenant; + + const recordsQuery = ApiGetCall({ + url: "/api/ListGraphRequest", + queryKey: `domain-verification-${row.id}`, + waiting: true, + data: { + Endpoint: `domains/${row.id}/verificationDnsRecords`, + tenantFilter: tenantFilter, + }, + }); + + if (recordsQuery.isLoading) { + return ( + + + + ); + } + + if (recordsQuery.isError) { + return Failed to load records; + } + + const records = recordsQuery.data?.Results || []; + + if (records.length === 0) { + return No verification records found; + } + + return ( + + {records.map((record) => ( + + + {record.label} + + + } + subheader={`TTL: ${record.ttl} | Optional: ${record.isOptional ? "Yes" : "No"}`} + sx={{ pb: 1 }} + /> + + {renderRecordDetails(record)} + + + ))} + + ); +}; diff --git a/src/components/CippComponents/CippDropzone.jsx b/src/components/CippComponents/CippDropzone.jsx new file mode 100644 index 000000000000..72a1e2a6b70c --- /dev/null +++ b/src/components/CippComponents/CippDropzone.jsx @@ -0,0 +1,99 @@ +import PropTypes from "prop-types"; +//import { CippContentCard } from 'src/components/layout' +import { useDropzone } from "react-dropzone"; +import { styled } from "@mui/material/styles"; +import { useMediaPredicate } from "react-media-hook"; +//import { useSelector } from "react-redux"; +//import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' + +const getColor = (props) => { + if (props.isDragAccept) { + return "#00e676"; + } + if (props.isDragReject) { + return "#ff1744"; + } + if (props.isFocused) { + return "#2196f3"; + } + return "#eeeeee"; +}; + +const BackgroundColor = () => { + const currentTheme = useSelector((state) => state.app.currentTheme); + const preferredTheme = useMediaPredicate("(prefers-color-scheme: dark)") + ? "impact" + : "cyberdrain"; + const isDark = + currentTheme === "impact" || (currentTheme === "default" && preferredTheme === "impact"); + + if (isDark) { + return "#333"; + } else { + return "#fafafa"; + } +}; + +const Container = styled.div` + flex: 1; + display: flex; + flex-direction: column; + align-items: center; + padding: 20px; + border-width: 2px; + border-radius: 2px; + border-color: ${(props) => getColor(props)}; + border-style: dashed; + background-color: ${() => BackgroundColor()}; + color: #bdbdbd; + outline: none; + transition: border 0.24s ease-in-out; +`; + +const CippDropzone = ({ + title, + onDrop, + dropMessage, + accept, + maxFiles = 1, + returnCard = true, + ...props +}) => { + const { getRootProps, getInputProps, isFocused, isDragAccept, isDragReject } = useDropzone({ + onDrop, + accept: accept, + maxFiles: maxFiles, + }); + return ( + <> + {returnCard ? ( + +
    + + + {dropMessage} + +
    +
    + ) : ( +
    + + + {dropMessage} + +
    + )} + + ); +}; + +CippDropzone.propTypes = { + title: PropTypes.string, + onDrop: PropTypes.func.isRequired, + dropMessage: PropTypes.string, + accept: PropTypes.object, + maxFiles: PropTypes.number, + returnCard: PropTypes.bool, +}; + +export default CippDropzone; diff --git a/src/components/CippComponents/CippExchangeActions.jsx b/src/components/CippComponents/CippExchangeActions.jsx new file mode 100644 index 000000000000..e88171a3f20f --- /dev/null +++ b/src/components/CippComponents/CippExchangeActions.jsx @@ -0,0 +1,558 @@ +import { TrashIcon, MagnifyingGlassIcon, PlayCircleIcon } from "@heroicons/react/24/outline"; +import { + Archive, + MailOutline, + Visibility, + PhonelinkLock, + Key, + PostAdd, + Gavel, + Language, + Outbox, + NotificationImportant, + DataUsage, + MailLock, + SettingsEthernet, + CalendarMonth, + PersonAdd, + Email, +} from "@mui/icons-material"; +import { useSettings } from "/src/hooks/use-settings.js"; +import { useMemo } from "react"; + +export const CippExchangeActions = () => { + const tenant = useSettings().currentTenant; + + // API configuration for all user selection fields + const userApiConfig = useMemo( + () => ({ + url: "/api/ListGraphRequest", + dataKey: "Results", + labelField: (option) => `${option.displayName} (${option.userPrincipalName})`, + valueField: "userPrincipalName", + queryKey: `users-${tenant}`, + data: { + Endpoint: "users", + tenantFilter: tenant, + $select: "id,displayName,userPrincipalName,mail", + $top: 999, + }, + }), + [tenant] + ); + + return [ + { + label: "Bulk Add Mailbox Permissions", + type: "POST", + url: "/api/ExecModifyMBPerms", + icon: , + data: { + userID: "UPN", + }, + confirmText: "Add the specified permissions to selected mailboxes?", + multiPost: false, + data: {}, + fields: [ + { + type: "autoComplete", + name: "fullAccessUser", + label: "Add Full Access User", + multiple: true, + creatable: false, + api: userApiConfig, + }, + { + type: "switch", + name: "autoMap", + label: "Enable Automapping", + defaultValue: true, + labelLocation: "behind", + }, + { + type: "autoComplete", + name: "sendAsUser", + label: "Add Send As User", + multiple: true, + creatable: false, + api: userApiConfig, + }, + { + type: "autoComplete", + name: "sendOnBehalfUser", + label: "Add Send On Behalf User", + multiple: true, + creatable: false, + api: userApiConfig, + }, + ], + customDataformatter: (rows, action, formData) => { + const mailboxArray = Array.isArray(rows) ? rows : [rows]; + + // Create bulk request array - one object per mailbox + const bulkRequestData = mailboxArray.map((mailbox) => { + const permissions = []; + const autoMap = formData.autoMap === undefined ? true : formData.autoMap; + + // Add type: "user" to match format + const addTypeToUsers = (users) => { + return users.map((user) => ({ + ...user, + type: "user", + })); + }; + + // Handle FullAccess - formData.fullAccessUser is an array since multiple: true + if (formData.fullAccessUser && formData.fullAccessUser.length > 0) { + permissions.push({ + UserID: addTypeToUsers(formData.fullAccessUser), + PermissionLevel: "FullAccess", + Modification: "Add", + AutoMap: autoMap, + }); + } + + // Handle SendAs - formData.sendAsUser is an array since multiple: true + if (formData.sendAsUser && formData.sendAsUser.length > 0) { + permissions.push({ + UserID: addTypeToUsers(formData.sendAsUser), + PermissionLevel: "SendAs", + Modification: "Add", + }); + } + + // Handle SendOnBehalf - formData.sendOnBehalfUser is an array since multiple: true + if (formData.sendOnBehalfUser && formData.sendOnBehalfUser.length > 0) { + permissions.push({ + UserID: addTypeToUsers(formData.sendOnBehalfUser), + PermissionLevel: "SendOnBehalf", + Modification: "Add", + }); + } + + return { + userID: mailbox.UPN, + permissions: permissions, + }; + }); + + return { + mailboxRequests: bulkRequestData, + tenantFilter: tenant, + }; + }, + color: "primary", + }, + { + label: "Edit permissions", + link: "/identity/administration/users/user/exchange?userId=[ExternalDirectoryObjectId]", + color: "info", + icon: , + }, + { + label: "Research Compromised Account", + link: "/identity/administration/users/user/bec?userId=[ExternalDirectoryObjectId]", + color: "info", + icon: , + }, + { + label: "Send MFA Push", + type: "POST", + url: "/api/ExecSendPush", + data: { + UserEmail: "UPN", + }, + confirmText: "Are you sure you want to send an MFA request to [UPN]?", + icon: , + }, + { + label: "Convert Mailbox", + type: "POST", + icon: , + url: "/api/ExecConvertMailbox", + data: { ID: "UPN" }, + fields: [ + { + type: "radio", + name: "MailboxType", + label: "Mailbox Type", + options: [ + { label: "User Mailbox", value: "Regular" }, + { label: "Shared Mailbox", value: "Shared" }, + { label: "Room Mailbox", value: "Room" }, + { label: "Equipment Mailbox", value: "Equipment" }, + ], + validators: { required: "Please select a mailbox type" }, + }, + ], + confirmText: + "Pick the type of mailbox you want to convert [UPN] of mailbox type [recipientTypeDetails] to:", + multiPost: false, + }, + { + label: "Enable Online Archive", + type: "POST", + icon: , + url: "/api/ExecEnableArchive", + data: { ID: "Id", username: "UPN" }, + confirmText: "Are you sure you want to enable the online archive for [UPN]?", + multiPost: false, + condition: (row) => row.ArchiveGuid === "00000000-0000-0000-0000-000000000000", + }, + { + label: "Set Retention Policy", + type: "POST", + url: "/api/ExecSetMailboxRetentionPolicies", + icon: , + confirmText: "Set the specified retention policy for selected mailboxes?", + multiPost: false, + fields: [ + { + type: "autoComplete", + name: "policyName", + label: "Retention Policy", + multiple: false, + creatable: false, + validators: { required: "Please select a retention policy" }, + api: { + url: "/api/ExecManageRetentionPolicies", + labelField: "Name", + valueField: "Name", + queryKey: `RetentionPolicies-${tenant}`, + data: { + tenantFilter: tenant, + }, + }, + }, + ], + customDataformatter: (rows, action, formData) => { + const mailboxArray = Array.isArray(rows) ? rows : [rows]; + + // Extract mailbox identities - using UPN as the identifier + const mailboxes = mailboxArray.map((mailbox) => mailbox.UPN); + + // Handle autocomplete selection - could be string or object + const policyName = + typeof formData.policyName === "object" ? formData.policyName.value : formData.policyName; + + return { + PolicyName: policyName, + Mailboxes: mailboxes, + tenantFilter: tenant, + }; + }, + color: "primary", + }, + { + label: "Enable Auto-Expanding Archive", + type: "POST", + icon: , + url: "/api/ExecEnableAutoExpandingArchive", + data: { ID: "Id", username: "UPN" }, + confirmText: + "Are you sure you want to enable auto-expanding archive for [UPN]? The archive must already be enabled.", + multiPost: false, + condition: (row) => row.ArchiveGuid !== "00000000-0000-0000-0000-000000000000", + }, + { + label: "Set Global Address List visibility", + type: "POST", + url: "/api/ExecHideFromGAL", + icon: , + data: { + ID: "UPN", + }, + fields: [ + { + type: "radio", + name: "HidefromGAL", + label: "Global Address List visibility", + options: [ + { label: "Hidden", value: true }, + { label: "Shown", value: false }, + ], + validators: { required: "Please select a global address list state" }, + }, + ], + confirmText: + "Are you sure you want to set the global address list state for [UPN]? Changes can take up to 72 hours to take effect.", + }, + { + label: "Start Managed Folder Assistant", + type: "POST", + url: "/api/ExecStartManagedFolderAssistant", + icon: , + data: { + ID: "ExchangeGuid", + UserPrincipalName: "UPN", + }, + confirmText: "Are you sure you want to start the managed folder assistant for [UPN]?", + }, + { + label: "Delete Mailbox", + type: "POST", + icon: , + url: "/api/RemoveUser", + data: { ID: "UPN" }, + confirmText: "Are you sure you want to delete [UPN]?", + multiPost: false, + }, + { + label: "Set Copy Sent Items for Delegated Mailboxes", + type: "POST", + icon: , + condition: (row) => + row.recipientTypeDetails === "UserMailbox" || row.recipientTypeDetails === "SharedMailbox", + url: "/api/ExecCopyForSent", + data: { ID: "UPN" }, + fields: [ + { + type: "radio", + name: "messageCopyState", + label: "Copy Sent Items", + options: [ + { label: "Enabled", value: true }, + { label: "Disabled", value: false }, + ], + validators: { required: "Please select a copy sent items state" }, + }, + ], + confirmText: "Are you sure you want to set Copy Sent Items for [UPN]?", + }, + { + label: "Set Litigation Hold", + type: "POST", + url: "/api/ExecSetLitigationHold", + data: { UPN: "UPN", Identity: "Id" }, + confirmText: "What do you want to set the Litigation Hold to?", + icon: , + condition: (row) => row.LicensedForLitigationHold === true, + fields: [ + { + type: "switch", + name: "disable", + label: "Disable Litigation Hold", + }, + { + type: "number", + name: "days", + label: "Hold Duration (Days)", + placeholder: "Blank or 0 for indefinite", + }, + ], + }, + { + label: "Set Retention Hold", + type: "POST", + url: "/api/ExecSetRetentionHold", + data: { UPN: "UPN", Identity: "Id" }, + confirmText: "What do you want to set Retention Hold to?", + icon: , + fields: [ + { + type: "switch", + name: "disable", + label: "Disable Retention Hold", + }, + ], + }, + { + label: "Set Mailbox Locale", + type: "POST", + url: "/api/ExecSetMailboxLocale", + data: { user: "UPN", ProhibitSendQuota: true }, + confirmText: "Enter a locale, e.g. en-US", + icon: , + fields: [ + { + label: "Locale", + name: "locale", + type: "textField", + placeholder: "e.g. en-US", + validators: { required: "Please enter a locale" }, + }, + ], + }, + { + label: "Set Max Send/Receive Size", + type: "POST", + url: "/api/ExecSetMailboxEmailSize", + data: { UPN: "UPN", id: "ExternalDirectoryObjectId" }, + confirmText: "Enter a size in from 1 to 150. Leave blank to not change.", + icon: , + fields: [ + { + label: "Send Size(MB)", + name: "maxSendSize", + type: "number", + placeholder: "e.g. 35", + }, + { + label: "Receive Size(MB)", + name: "maxReceiveSize", + type: "number", + placeholder: "e.g. 36", + }, + ], + }, + { + label: "Set Send Quota", + type: "POST", + url: "/api/ExecSetMailboxQuota", + data: { user: "UPN", ProhibitSendQuota: true }, + confirmText: "Enter a quota. e.g. 1000MB, 10GB,1TB", + icon: , + fields: [ + { + label: "Quota", + name: "quota", + type: "textField", + placeholder: "e.g. 1000MB, 10GB,1TB", + validators: { required: "Please enter a quota" }, + }, + ], + }, + { + label: "Set Send and Receive Quota", + type: "POST", + url: "/api/ExecSetMailboxQuota", + data: { + user: "UPN", + ProhibitSendReceiveQuota: true, + }, + confirmText: "Enter a quota. e.g. 1000MB, 10GB,1TB", + icon: , + fields: [ + { + label: "Quota", + name: "quota", + type: "textField", + placeholder: "e.g. 1000MB, 10GB,1TB", + validators: { required: "Please enter a quota" }, + }, + ], + }, + { + label: "Set Quota Warning Level", + type: "POST", + url: "/api/ExecSetMailboxQuota", + data: { user: "UPN", IssueWarningQuota: true }, + confirmText: "Enter a quota. e.g. 1000MB, 10GB,1TB", + icon: , + fields: [ + { + label: "Quota", + name: "quota", + type: "textField", + placeholder: "e.g. 1000MB, 10GB,1TB", + validators: { required: "Please enter a quota" }, + }, + ], + }, + { + label: "Set Calendar Processing", + type: "POST", + url: "/api/ExecSetCalendarProcessing", + data: { UPN: "UPN" }, + confirmText: "Configure calendar processing settings for [UPN]", + icon: , + condition: (row) => + row.recipientTypeDetails === "RoomMailbox" || + row.recipientTypeDetails === "EquipmentMailbox", + fields: [ + { + label: "Automatically Process Meeting Requests", + name: "automaticallyProcess", + type: "switch", + }, + { + label: "Automatically Accept Meeting Requests", + name: "automaticallyAccept", + type: "switch", + }, + { + label: "Allow Conflicts", + name: "allowConflicts", + type: "switch", + }, + { + label: "Maximum Number of Conflicts", + name: "maxConflicts", + type: "number", + placeholder: "e.g. 2", + }, + { + label: "Allow Recurring Meetings", + name: "allowRecurringMeetings", + type: "switch", + }, + { + label: "Schedule Only During Work Hours", + name: "scheduleOnlyDuringWorkHours", + type: "switch", + }, + { + label: "Maximum Duration (Minutes)", + name: "maximumDurationInMinutes", + type: "number", + placeholder: "e.g. 240", + }, + { + label: "Minimum Duration (Minutes)", + name: "minimumDurationInMinutes", + type: "number", + placeholder: "e.g. 30", + }, + { + label: "Booking Window (Days)", + name: "bookingWindowInDays", + type: "number", + placeholder: "e.g. 30", + }, + { + label: "Add Organizer to Subject", + name: "addOrganizerToSubject", + type: "switch", + }, + { + label: "Delete Comments", + name: "deleteComments", + type: "switch", + }, + { + label: "Delete Subject", + name: "deleteSubject", + type: "switch", + }, + { + label: "Remove Private Property", + name: "removePrivateProperty", + type: "switch", + }, + { + label: "Remove Canceled Meetings", + name: "removeCanceledMeetings", + type: "switch", + }, + { + label: "Remove Old Meeting Messages", + name: "removeOldMeetingMessages", + type: "switch", + }, + { + label: "Process External Meeting Messages", + name: "processExternalMeetingMessages", + type: "switch", + }, + { + label: "Additional Response", + name: "additionalResponse", + type: "textField", + placeholder: "Additional text to add to responses", + }, + ], + }, + ]; +}; + +export default CippExchangeActions; diff --git a/src/components/CippComponents/CippFolderNavigation.jsx b/src/components/CippComponents/CippFolderNavigation.jsx new file mode 100644 index 000000000000..5904a70b06b1 --- /dev/null +++ b/src/components/CippComponents/CippFolderNavigation.jsx @@ -0,0 +1,428 @@ +import { useState, useMemo } from "react"; +import { + Box, + Typography, + List, + ListItem, + ListItemIcon, + ListItemText, + ListItemButton, + Breadcrumbs, + Link, + Stack, + TextField, + InputAdornment, + IconButton, + Chip, + Slide, + Button, +} from "@mui/material"; +import { + Folder, + InsertDriveFile, + Search, + Clear, + NavigateNext, + Home, + Visibility, + SubdirectoryArrowLeft, +} from "@mui/icons-material"; +import { alpha, styled } from "@mui/material/styles"; + +const StyledListItem = styled(ListItemButton)(({ theme }) => ({ + borderRadius: theme.shape.borderRadius, + margin: theme.spacing(0.25, 0), + padding: theme.spacing(1, 2), + "&:hover": { + backgroundColor: alpha(theme.palette.primary.main, 0.08), + }, + "&.Mui-selected": { + backgroundColor: alpha(theme.palette.primary.main, 0.12), + "&:hover": { + backgroundColor: alpha(theme.palette.primary.main, 0.16), + }, + }, +})); + +const FileListItem = styled(Box)(({ theme }) => ({ + padding: theme.spacing(1, 2), + border: `1px solid ${theme.palette.divider}`, +})); + +const NavigationContainer = styled(Box)(({ theme }) => ({ + position: "relative", + overflow: "hidden", + height: "100%", + minHeight: 400, + backgroundColor: theme.palette.background.paper, + borderRadius: theme.shape.borderRadius, + border: `1px solid ${theme.palette.divider}`, + display: "flex", + flexDirection: "column", +})); + +const SlideView = styled(Box)(({ theme }) => ({ + position: "absolute", + top: 0, + left: 0, + right: 0, + bottom: 0, + backgroundColor: theme.palette.background.paper, + display: "flex", + flexDirection: "column", +})); + +export const CippFolderNavigation = ({ + data = [], + onFileSelect, + selectedFile = null, + searchable = true, + showFileInfo = true, + onImportFile, + onViewFile, + isImporting = false, +}) => { + const [currentPath, setCurrentPath] = useState([]); + const [searchTerm, setSearchTerm] = useState(""); + const [slideDirection, setSlideDirection] = useState("left"); + + // Build folder structure from flat file list + const folderStructure = useMemo(() => { + const structure = { folders: {}, files: [] }; + + data.forEach((file) => { + const pathParts = file.path.split("/"); + let current = structure; + + // Build folder hierarchy + for (let i = 0; i < pathParts.length - 1; i++) { + const folderName = pathParts[i]; + if (!current.folders[folderName]) { + current.folders[folderName] = { + folders: {}, + files: [], + name: folderName, + path: pathParts.slice(0, i + 1).join("/"), + }; + } + current = current.folders[folderName]; + } + + // Add file to the final folder + current.files.push({ + ...file, + name: pathParts[pathParts.length - 1], + }); + }); + + return structure; + }, [data]); + + // Get current folder based on currentPath + const getCurrentFolder = () => { + let current = folderStructure; + for (const pathPart of currentPath) { + current = current.folders[pathPart]; + if (!current) break; + } + return current || { folders: {}, files: [] }; + }; + + // Filter files based on search term (only when searching) + const getFilteredContent = () => { + if (!searchTerm) { + return getCurrentFolder(); + } + + // When searching, show all matching files across all folders + const allFiles = data.filter((file) => + file.path.toLowerCase().includes(searchTerm.toLowerCase()) + ); + + return { + folders: {}, + files: allFiles.map((file) => ({ + ...file, + name: file.path.split("/").pop(), + })), + }; + }; + + const currentFolder = getFilteredContent(); + + const navigateToFolder = (folderName) => { + setSlideDirection("left"); + setCurrentPath((prev) => [...prev, folderName]); + }; + + const navigateBack = () => { + if (currentPath.length > 0) { + setSlideDirection("right"); + setCurrentPath((prev) => prev.slice(0, -1)); + } + }; + + const navigateTo = (index) => { + if (index < currentPath.length) { + const direction = index < currentPath.length - 1 ? "right" : "left"; + setSlideDirection(direction); + setCurrentPath((prev) => prev.slice(0, index + 1)); + } else if (index === -1) { + setSlideDirection("right"); + setCurrentPath([]); + } + }; + + const handleFileClick = (file) => { + if (onFileSelect) { + onFileSelect(file); + } + }; + + const formatFileSize = (bytes) => { + if (bytes === 0) return "0 B"; + const k = 1024; + const sizes = ["B", "KB", "MB", "GB"]; + const i = Math.floor(Math.log(bytes) / Math.log(k)); + return `${parseFloat((bytes / Math.pow(k, i)).toFixed(1))} ${sizes[i]}`; + }; + + const getFileIcon = (fileName) => { + return ; + }; + + const clearSearch = () => { + setSearchTerm(""); + }; + + const folders = Object.values(currentFolder.folders || {}); + const files = currentFolder.files || []; + + return ( + + {searchable && ( + + setSearchTerm(e.target.value)} + InputProps={{ + startAdornment: ( + + + + ), + endAdornment: searchTerm && ( + + + + + + ), + }} + /> + + )} + + + + + {/* Header with navigation */} + + {searchTerm ? ( + Search Results ({files.length}) + ) : ( + } + sx={{ fontSize: "0.875rem" }} + > + navigateTo(-1)} + sx={{ + display: "flex", + alignItems: "center", + textDecoration: "none", + "&:hover": { textDecoration: "underline" }, + }} + > + + + {currentPath.map((folder, index) => ( + navigateTo(index)} + sx={{ + textDecoration: "none", + "&:hover": { textDecoration: "underline" }, + }} + > + {folder} + + ))} + + )} + + + {/* Content */} + + + {/* Show ".." folder for navigation back when not at root and not searching */} + {!searchTerm && currentPath.length > 0 && ( + + + + + + + + Parent folder + + + } + /> + + + )} + + {/* Show folders first (only when not searching) */} + {!searchTerm && + folders.map((folder) => ( + navigateToFolder(folder.name)}> + + + + + {folder.name} + {folder.files.length > 0 && ( + + )} + + } + /> + + + ))} + + {/* Show files */} + {files.map((file) => ( + + + {/* File Icon and Info */} + handleFileClick(file)} + > + + {getFileIcon(file.name)} + + + + {file.name} + + + {searchTerm && ( + <> + + {file.path.substring(0, file.path.lastIndexOf("/")) || "root"} + + + • + + + )} + {showFileInfo && ( + + {formatFileSize(file.size)} + + )} + + + + + {/* Action Buttons */} + + + + + + + ))} + + {/* Empty state */} + {folders.length === 0 && files.length === 0 && ( + + + {searchTerm + ? `No files found matching "${searchTerm}"` + : "This folder is empty"} + + + )} + + + + + + + {!searchTerm && data.length === 0 && ( + + + No files available + + + )} + + ); +}; diff --git a/src/components/CippComponents/CippForefrontHeaderDialog.jsx b/src/components/CippComponents/CippForefrontHeaderDialog.jsx new file mode 100644 index 000000000000..9280fecd0800 --- /dev/null +++ b/src/components/CippComponents/CippForefrontHeaderDialog.jsx @@ -0,0 +1,164 @@ +import React from "react"; +import { + Dialog, + DialogTitle, + DialogContent, + IconButton, +} from "@mui/material"; +import { Close, ReceiptLong } from "@mui/icons-material"; +import { CippPropertyList } from "./CippPropertyList"; + +const forefrontHeaderMapping = { + ARC: { + label: "ARC Protocol", + values: { + AAR: "Records the content of the Authentication-results header from DMARC.", + AMS: "Includes cryptographic signatures of the message.", + AS: "Includes cryptographic signatures of the message headers", + }, + }, + CAT: { + label: "The category of protection policy", + values: { + BULK: "Bulk", + DIMP: "Domain Impersonation", + GIMP: "Mailbox intelligence based impersonation", + HPHSH: "High confidence phishing", + HPHISH: "High confidence phishing", + HSPM: "High confidence spam", + MALW: "Malware", + PHSH: "Phishing", + SPM: "Spam", + SPOOF: "Spoofing", + UIMP: "User Impersonation", + AMP: "Anti-malware", + SAP: "Safe attachments", + OSPM: "Outbound spam", + NONE: "Clean message", + }, + }, + CIP: { + label: "Connecting IP Address", + }, + CTRY: { + label: "The source country as determined by the connecting IP address", + }, + H: { + label: "The HELO or EHLO string of the connecting email server", + }, + IPV: { + label: "Ingress Peer Verification status", + values: { + CAL: "Source IP address was Configured in Allowed List (CAL)", + NLI: "The IP address was not found on any IP reputation list.", + }, + }, + EFV: { + label: "Egress Verification status", + values: { + CAL: "Source IP address was Configured in Allowed List (CAL)", + NLI: "The IP address was not found on any IP reputation list.", + }, + }, + DIR: { + label: "Direction of email verification", + values: { + INB: "Inbound email verification", + OUT: "Outbound email verification", + OUB: "Outbound email verification", + OTB: "Outbound email verification", + }, + }, + LANG: { + label: "The language in which the message was written", + }, + PTR: { + label: "Reverse DNS of the Connecting IP peer's address", + }, + SFTY: { + label: "The message was identified as phishing", + values: { + "9.19": "Domain impersonation. The sending domain is attempting to impersonate a protected domain", + "9.20": + "User impersonation. The sending user is attempting to impersonate a user in the recipient's organization", + }, + }, + SRV: { + label: "Bulk Email analysis results", + values: { + BULK: "The message was identified as bulk email by spam filtering and the bulk complaint level (BCL) threshold", + }, + }, + SFV: { + label: "Message Filtering", + values: { + BLK: "Filtering was skipped and the message was blocked because it was sent from an address in a user's Blocked Senders list.", + NSPM: "Spam filtering marked the message as non-spam and the message was sent to the intended recipients.", + SFE: "Filtering was skipped and the message was allowed because it was sent from an address in a user's Safe Senders list.", + SKA: "The message skipped spam filtering and was delivered to the Inbox because the sender was in the allowed senders list or allowed domains list in an anti-spam policy.", + SKB: "The message was marked as spam because it matched a sender in the blocked senders list or blocked domains list in an anti-spam policy.", + SKI: "Similar to SFV:SKN, the message skipped spam filtering for another reason (for example, an intra-organizational email within a tenant).", + SKN: "The message was marked as non-spam prior to being processed by spam filtering. For example, the message was marked as SCL -1 or Bypass spam filtering by a mail flow rule.", + SKQ: "The message was released from the quarantine and was sent to the intended recipients.", + SKS: "The message was marked as spam prior to being processed by spam filtering. For example, the message was marked as SCL 5 to 9 by a mail flow rule.", + SPM: "The message was marked as spam by spam filtering.", + }, + }, + SCL: { + label: "Spam Confidence Level", + values: { + "-1": "-1: The message skipped spam filtering. Deliver the message to recipient Inbox folders.", + "0": "0: Spam filtering determined the message wasn't spam. Deliver the message to recipient Inbox folders.", + "1": "1: Spam filtering determined the message wasn't spam. Deliver the message to recipient Inbox folders.", + "5": "5: Spam filtering marked the message as Spam. Deliver the message to recipient Junk Email folders.", + "6": "6: Spam filtering marked the message as Spam. Deliver the message to recipient Junk Email folders.", + "7": "7: Spam filtering marked the message as High confidence spam. Deliver the message to recipient Junk Email folders.", + "8": "8: Spam filtering marked the message as High confidence spam. Deliver the message to recipient Junk Email folders.", + "9": "9: Spam filtering marked the message as High confidence spam. Deliver the message to recipient Junk Email folders.", + }, + }, +}; + +const parseForefrontHeader = (header) => { + const fields = header.split(";"); + return fields.map((field) => { + const [key, value] = field.split(":"); + return { key: key.trim(), value: value?.trim() }; + }); +}; + +const CippForefrontHeaderDialog = ({ open, onClose, header }) => { + const parsedFields = parseForefrontHeader(header); + + const propertyItems = parsedFields + .filter((field) => field.key && field.value && field.key !== "SFS") + .map((field) => ({ + label: forefrontHeaderMapping[field.key]?.label || field.key, + value: forefrontHeaderMapping[field.key]?.values?.[field.value] || field.value || "N/A", + })); + + return ( + + + Anti-Spam Report + theme.palette.grey[500], + }} + > + + + + + + + + ); +}; + +export default CippForefrontHeaderDialog; diff --git a/src/components/CippComponents/CippFormComponent.jsx b/src/components/CippComponents/CippFormComponent.jsx new file mode 100644 index 000000000000..5e76c4152ad1 --- /dev/null +++ b/src/components/CippComponents/CippFormComponent.jsx @@ -0,0 +1,728 @@ +import { + Radio, + Switch, + TextField, + Typography, + Checkbox, + FormControlLabel, + FormControl, + FormLabel, + RadioGroup, + Button, + Box, + Input, + Tooltip, +} from "@mui/material"; +import { CippAutoComplete } from "./CippAutocomplete"; +import { CippTextFieldWithVariables } from "./CippTextFieldWithVariables"; +import { Controller, useFormState } from "react-hook-form"; +import { DateTimePicker } from "@mui/x-date-pickers"; // Make sure to install @mui/x-date-pickers +import CSVReader from "../CSVReader"; +import get from "lodash/get"; +import { + MenuButtonBold, + MenuButtonItalic, + MenuControlsContainer, + MenuDivider, + MenuSelectHeading, + RichTextEditor, +} from "mui-tiptap"; +import StarterKit from "@tiptap/starter-kit"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import React from "react"; +import { CloudUpload } from "@mui/icons-material"; +import { Stack } from "@mui/system"; + +// Helper function to convert bracket notation to dot notation +// Improved to correctly handle nested bracket notations +const convertBracketsToDots = (name) => { + if (!name) return ""; + return name.replace(/\[(\d+)\]/g, ".$1"); // Replace [0] with .0 +}; + +const MemoizedCippAutoComplete = React.memo((props) => { + return ; +}); + +export const CippFormComponent = (props) => { + const { + validators, + formControl, + type = "textField", + name, // The name that may have bracket notation + label, + labelLocation = "behind", // Default location for switches + defaultValue, + helperText, + disableVariables = false, + includeSystemVariables = false, + ...other + } = props; + const { errors } = useFormState({ control: formControl.control }); + // Convert the name from bracket notation to dot notation + const convertedName = convertBracketsToDots(name); + + const renderSwitchWithLabel = (element) => { + if (!label) return element; // No label for the switch if label prop is not provided + + if (labelLocation === "above") { + return ( + <> + + {label} + + {element} + + ); + } else if (labelLocation === "behind") { + return ( + {label}} + labelPlacement="end" + /> + ); + } + }; + + switch (type) { + case "heading": + return ( + + {label} + + ); + + case "hidden": + return ( + + ); + + case "cippDataTable": + return ( + <> +
    + ( + <> + + field.onChange(value)} + simple={false} + /> + + )} + /> +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + + ); + + case "textField": + return ( + <> + +
    + + !disableVariables ? ( + + ) : ( + + ) + } + /> +
    +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + {helperText && ( + + {helperText} + + )} + + ); + case "textFieldWithVariables": + return ( + <> + +
    + ( + + )} + /> +
    +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + {helperText && ( + + {helperText} + + )} + + ); + case "password": + return ( + <> +
    + + + +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + {helperText && ( + + {helperText} + + )} + + ); + case "number": + return ( + <> +
    + + + +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + {helperText && ( + + {helperText} + + )} + + ); + + case "switch": + return ( + <> +
    + + renderSwitchWithLabel( + + ) + } + /> +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + {helperText && ( + + {helperText} + + )} + + ); + + case "checkbox": + return ( + <> +
    + + +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + + ); + + case "radio": + return ( + <> + + + + {label} + {helperText && ( + + {helperText} + + )} + + + { + return ( + field.onChange(e.target.value)} + {...other} + > + {props.options.map((option, idx) => ( + } + label={option.label} + /> + ))} + + ); + }} + /> + + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + + ); + + case "select": + return ( + <> +
    + ( + field.onChange(value?.value)} + /> + )} + /> +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + + ); + + case "autoComplete": + return ( +
    + ( + field.onChange(value)} + /> + )} + /> + + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + {helperText && ( + + {helperText} + + )} +
    + ); + + case "richText": { + const editorInstanceRef = React.useRef(null); + const lastSetValue = React.useRef(null); + + return ( + <> +
    + { + const { value, onChange, ref } = field; + + // Update content when value changes externally + React.useEffect(() => { + if ( + editorInstanceRef.current && + typeof value === "string" && + value !== lastSetValue.current + ) { + editorInstanceRef.current.commands.setContent(value || "", false); + lastSetValue.current = value; + } + }, [value]); + + return ( + <> + {label} + { + editorInstanceRef.current = editor; + // Set initial content when editor is created + if (typeof value === "string") { + editor.commands.setContent(value || "", false); + lastSetValue.current = value; + } + }} + onUpdate={({ editor }) => { + const newValue = editor.getHTML(); + lastSetValue.current = newValue; + onChange(newValue); + }} + label={label} + renderControls={() => ( + + + + + + + )} + /> + + ); + }} + /> +
    + + {get(errors, convertedName, {}).message} + + + ); + } + case "CSVReader": + const remapData = (data, nameToCSVMapping) => { + if (nameToCSVMapping && data) { + const csvHeaderToNameMapping = Object.entries(nameToCSVMapping).reduce( + (acc, [internalKey, csvHeader]) => { + acc[csvHeader] = internalKey; + return acc; + }, + {} + ); + + return data.map((row) => { + const newRow = {}; + for (const [key, value] of Object.entries(row)) { + const newKey = csvHeaderToNameMapping[key] || key; + newRow[newKey] = value; + } + return newRow; + }); + } + return data; + }; + return ( + <> +
    + ( + <> + { + const remappedData = remapData(data, other.nameToCSVMapping); + field.onChange(remappedData); + }} + onDrop={(data) => { + const remappedData = remapData(data, other.nameToCSVMapping); + field.onChange(remappedData); + }} + {...other} + > + {label} + + + )} + /> +
    + + {get(errors, convertedName, {})?.message} + + + ); + + case "datePicker": + return ( + <> +
    + ( + + + { + if (date) { + const unixTimestamp = Math.floor(date.getTime() / 1000); // Convert to Unix timestamp + field.onChange(unixTimestamp); // Pass the Unix timestamp to the form + } else { + field.onChange(null); // Handle the case where no date is selected + } + }} + ampm={false} + minutesStep={15} + inputFormat="yyyy/MM/dd HH:mm" // Display format + renderInput={(inputProps) => ( + + )} + {...other} + /> + + + + )} + /> +
    + {helperText && ( + + {helperText} + + )} + + {get(errors, convertedName, {})?.message} + + + ); + + case "file": + return ( + <> +
    + ( + + + {label} + + document.getElementById(`file-input-${convertedName}`).click()} + > + + + {field.value ? field.value.name : "Click to upload file or drag and drop"} + + {field.value && ( + + Size: {(field.value.size / 1024).toFixed(2)} KB + + )} + + { + const file = e.target.files[0]; + field.onChange(file); + if (other.onChange) { + other.onChange(file); + } + }} + /> + + )} + /> +
    + {get(errors, convertedName, {})?.message && ( + + {get(errors, convertedName, {})?.message} + + )} + {helperText && ( + + {helperText} + + )} + + ); + + default: + return null; + } +}; + +export default CippFormComponent; diff --git a/src/components/CippComponents/CippFormCondition.jsx b/src/components/CippComponents/CippFormCondition.jsx new file mode 100644 index 000000000000..dd9a48cbf95d --- /dev/null +++ b/src/components/CippComponents/CippFormCondition.jsx @@ -0,0 +1,264 @@ +import { useWatch } from "react-hook-form"; +import isEqual from "lodash/isEqual"; // lodash for deep comparison +import get from "lodash/get"; // Add lodash get for safer property access +import React, { useEffect } from "react"; // Added useEffect + +export const CippFormCondition = (props) => { + let { + field, + compareType = "is", + compareValue, + propertyName = "value", + action = "hide", + children, + formControl, + disabled = false, + clearOnHide = true, // New prop to control whether to clear values when hidden + } = props; + + if ( + field === undefined || + (compareValue === undefined && compareType !== "hasValue") || + children === undefined || + formControl === undefined + ) { + console.warn("CippFormCondition: Missing required props", { + field, + compareValue, + children, + formControl, + }); + return null; + } + + // Convert bracket notation to dot notation for array fields if needed + const normalizedField = field.replace(/\[(\d+)\]/g, ".$1"); + + // Watch the form field value + const watcher = useWatch({ + control: formControl.control, + name: normalizedField, + }); + + // Safer property access with get for nested paths + let watchedValue = watcher; + let compareTargetValue = compareValue; + + if (propertyName && propertyName !== "value") { + watchedValue = get(watcher, propertyName); + // Only extract from compareValue if it's an object, otherwise use as-is + if (typeof compareValue === "object" && compareValue !== null) { + compareTargetValue = get(compareValue, propertyName); + } else { + compareTargetValue = compareValue; + } + } + + /*console.log("CippFormCondition: ", { + watcher, + watchedValue, + compareTargetValue, + compareType, + compareValue, + action, + field, + propertyName, + });*/ + + // Function to recursively extract field names from child components + const extractFieldNames = (children) => { + const fieldNames = []; + + React.Children.forEach(children, (child) => { + if (!React.isValidElement(child)) return; + + // Check if the child is a CippFormComponent with a name prop + if (child.props?.name && child.type?.name === "CippFormComponent") { + fieldNames.push(child.props.name); + } + + // Check if child has nested children + if (child.props?.children) { + fieldNames.push(...extractFieldNames(child.props.children)); + } + }); + + return fieldNames; + }; + + // Function to check if the condition is met + const isConditionMet = () => { + switch (compareType) { + case "regex": + return watcher?.match?.(new RegExp(compareValue)); + case "is": + return isEqual(watchedValue, compareTargetValue); + case "isNot": + return !isEqual(watchedValue, compareTargetValue); + case "contains": + if (Array.isArray(watcher)) { + return watcher.some((item) => isEqual(item, compareValue)); + } else if (typeof watcher === "string") { + return watcher.includes(compareValue); + } else if (typeof watcher === "object" && watcher !== null) { + // Handle checking if object contains value or key + if (typeof compareValue === "string") { + // Check for "value" property containing the string + if (watcher.value && typeof watcher.value === "string") { + return watcher.value.includes(compareValue); + } + // Check for "label" property containing the string + if (watcher.label && typeof watcher.label === "string") { + return watcher.label.includes(compareValue); + } + // Check if object has the compareValue as a key + return compareValue in watcher; + } else { + return Object.values(watcher).some((val) => isEqual(val, compareValue)); + } + } + return false; + case "doesNotContain": + if (watcher === undefined || watcher === null) { + return true; + } else if (Array.isArray(watcher)) { + return !watcher.some((item) => isEqual(item, compareValue)); + } else if (typeof watcher === "string") { + return !watcher.includes(compareValue); + } else if (typeof watcher === "object") { + if (typeof compareValue === "string") { + return !(compareValue in watcher); + } else { + return !Object.values(watcher).some((val) => isEqual(val, compareValue)); + } + } + return true; + case "greaterThan": + return ( + typeof watcher === "number" && typeof compareValue === "number" && watcher > compareValue + ); + case "lessThan": + return ( + typeof watcher === "number" && typeof compareValue === "number" && watcher < compareValue + ); + case "arrayLength": + return ( + Array.isArray(watcher) && + typeof compareValue === "number" && + watcher.length >= compareValue + ); + case "hasValue": + // Check watchedValue (the extracted value based on propertyName) + // For simple values (strings, numbers) + if (watchedValue === undefined || watchedValue === null || watchedValue === "") { + return false; + } + // If it's an array, check if it has elements + if (Array.isArray(watchedValue)) { + return watchedValue.length > 0; + } + console.log("watched value:", watchedValue); + // For any other truthy value (objects, numbers, strings), consider it as having a value + return true; + case "labelEq": + return Array.isArray(watcher) && watcher.some((item) => item?.label === compareValue); + case "labelContains": + return ( + Array.isArray(watcher) && + watcher.some( + (item) => typeof item?.label === "string" && item.label.includes(compareValue) + ) + ); + case "valueEq": + if (Array.isArray(watcher)) { + return watcher.some((item) => item?.value === compareValue); + } else if (typeof watcher === "object" && watcher !== null) { + return watcher?.value === compareValue; + } + return false; + case "valueNotEq": + if (Array.isArray(watcher)) { + return watcher.some((item) => item?.value !== compareValue); + } else if (typeof watcher === "object" && watcher !== null) { + return watcher?.value !== compareValue; + } + return false; + case "valueContains": + return ( + Array.isArray(watcher) && + watcher.some( + (item) => typeof item?.value === "string" && item.value.includes(compareValue) + ) + ); + case "isOneOf": + // Check if the watched value is one of the values in the compareValue array + if (!Array.isArray(compareValue)) { + console.warn( + "CippFormCondition: isOneOf compareType requires compareValue to be an array" + ); + return false; + } + return compareValue.some((value) => isEqual(watchedValue, value)); + case "isNotOneOf": + // Check if the watched value is NOT one of the values in the compareValue array + if (!Array.isArray(compareValue)) { + console.warn( + "CippFormCondition: isNotOneOf compareType requires compareValue to be an array" + ); + return false; + } + return !compareValue.some((value) => isEqual(watchedValue, value)); + default: + return false; + } + }; + + // Reset field values when condition is not met and action is "hide" + useEffect(() => { + if (action === "hide" && !isConditionMet() && clearOnHide) { + const fieldNames = extractFieldNames(children); + + // Reset each field + fieldNames.forEach((fieldName) => { + // Don't reset if the field doesn't exist in the form + if (formControl.getValues(fieldName) !== undefined) { + formControl.setValue(fieldName, null, { + shouldValidate: false, + shouldDirty: false, + }); + } + }); + } + }, [watcher, action, clearOnHide]); + + const disableChildren = (children) => { + return React.Children.map(children, (child) => { + if (React.isValidElement(child)) { + if (child.props?.children) { + return React.cloneElement(child, { + children: disableChildren(child.props.children), + disabled: true, + }); + } else { + return React.cloneElement(child, { disabled: true }); + } + } + return child; + }); + }; + + if (disabled) { + return disableChildren(children); + } + + // Return based on condition check + const conditionMet = isConditionMet(); + + if (conditionMet) { + return children; + } else if (action === "disable") { + return disableChildren(children); + } else { + return null; + } +}; diff --git a/src/components/CippComponents/CippFormContactSelector.jsx b/src/components/CippComponents/CippFormContactSelector.jsx new file mode 100644 index 000000000000..ec79ea8424bd --- /dev/null +++ b/src/components/CippComponents/CippFormContactSelector.jsx @@ -0,0 +1,48 @@ +import { CippFormComponent } from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; +import { useSettings } from "../../hooks/use-settings"; + +export const CippFormContactSelector = ({ + formControl, + name, + label, + allTenants = false, + multiple = false, + type = "multiple", + select, + addedField, + valueField, + dataFilter = null, + ...other +}) => { + const currentTenant = useWatch({ control: formControl.control, name: "tenantFilter" }); + const selectedTenant = useSettings().currentTenant; + return ( + + `${option.displayName || option.DisplayName} (${ + option.mail || option.WindowsEmailAddress + })`, + valueField: valueField ? valueField : "WindowsEmailAddress" || "mail", + queryKey: `listcontacts-${currentTenant?.value ? currentTenant.value : selectedTenant}`, + dataFilter: (options) => { + if (dataFilter) { + return options.filter(dataFilter); + } + return options; + }, + }} + creatable={false} + {...other} + /> + ); +}; diff --git a/src/components/CippComponents/CippFormDomainSelector.jsx b/src/components/CippComponents/CippFormDomainSelector.jsx new file mode 100644 index 000000000000..71b6e9753455 --- /dev/null +++ b/src/components/CippComponents/CippFormDomainSelector.jsx @@ -0,0 +1,64 @@ +import { CippFormComponent } from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; +import { useSettings } from "../../hooks/use-settings"; +import { useMemo } from "react"; + +export const CippFormDomainSelector = ({ + formControl, + name, + label, + allTenants = false, + type = "multiple", + multiple = false, + preselectDefaultDomain = true, + ...other +}) => { + const currentTenant = useWatch({ control: formControl.control, name: "tenantFilter" }); + const selectedTenant = useSettings().currentTenant; + + const apiConfig = useMemo( + () => ({ + autoSelectFirstItem: preselectDefaultDomain && !multiple, + tenantFilter: currentTenant ? currentTenant.value : selectedTenant, + queryKey: `listDomains-${currentTenant?.value ? currentTenant.value : selectedTenant}`, + url: "/api/ListGraphRequest", + dataKey: "Results", + labelField: (option) => `${option.id}`, + valueField: "id", + addedField: { + isDefault: "isDefault", + isInitial: "isInitial", + isVerified: "isVerified", + }, + data: { + Endpoint: "domains", + manualPagination: true, + $count: true, + $top: 99, + }, + dataFilter: (domains) => { + // Always sort domains so that the default domain appears first + return domains + .filter((domain) => domain?.addedFields?.isVerified === true) + .sort((a, b) => { + if (a.addedFields?.isDefault === true) return -1; + if (b.addedFields?.isDefault === true) return 1; + return 0; + }); + }, + }), + [currentTenant, selectedTenant, preselectDefaultDomain, multiple] + ); + + return ( + + ); +}; diff --git a/src/components/CippComponents/CippFormGroupSelector.jsx b/src/components/CippComponents/CippFormGroupSelector.jsx new file mode 100644 index 000000000000..ff8eb4ac6dc5 --- /dev/null +++ b/src/components/CippComponents/CippFormGroupSelector.jsx @@ -0,0 +1,47 @@ +import { CippFormComponent } from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; +import { useSettings } from "../../hooks/use-settings"; + +export const CippFormGroupSelector = ({ + formControl, + name, + label, + allTenants = false, + multiple = false, + type = "multiple", + select, + addedField, + creatable = false, + ...other +}) => { + const currentTenant = useWatch({ control: formControl.control, name: "tenantFilter" }); + const selectedTenant = useSettings().currentTenant; + return ( + option.displayName, + valueField: "id", + queryKey: `ListGroups-${currentTenant?.value ? currentTenant.value : selectedTenant}`, + data: { + Endpoint: "groups", + manualPagination: true, + $select: select ? select : "id,displayName,description", + $count: true, + $orderby: "displayName", + $top: 999, + }, + }} + creatable={creatable} + {...other} + /> + ); +}; diff --git a/src/components/CippComponents/CippFormInputArray.jsx b/src/components/CippComponents/CippFormInputArray.jsx new file mode 100644 index 000000000000..159b11b36119 --- /dev/null +++ b/src/components/CippComponents/CippFormInputArray.jsx @@ -0,0 +1,118 @@ +import { TextField, IconButton, Typography, Box } from "@mui/material"; +import { Controller, useFieldArray } from "react-hook-form"; +import { Add, Remove } from "@mui/icons-material"; + +// Helper function to convert bracket notation to dot notation +const convertBracketsToDots = (name) => { + return name.replace(/\[(\d+)\]/g, ".$1"); // Replace [0] with .0 +}; + +export const CippFormInputArray = ({ + formControl, + name, + label, + validators, + mode = "keyValue", // Default to keyValue for backward compatibility + placeholder, + keyPlaceholder = "Key", + valuePlaceholder = "Value", + ...other +}) => { + // Convert the name from bracket notation to dot notation + const convertedName = convertBracketsToDots(name); + + // Determine initial value based on mode + const getInitialValue = () => { + if (mode === "simple") { + return ""; + } else { + return { Key: "", Value: "" }; + } + }; + + // Use `useFieldArray` to manage dynamic field arrays + const { fields, append, remove } = useFieldArray({ + control: formControl.control, + name: convertedName, + }); + + // Render simple mode (single input field) + const renderSimpleField = (field, index) => ( + + ( + + )} + /> + remove(index)} aria-label="remove item" size="small"> + + + + ); + + // Render key-value mode (two input fields) - original functionality + const renderKeyValueField = (field, index) => ( + + ( + + )} + /> + ( + + )} + /> + remove(index)} aria-label="remove item" size="small"> + + + + ); + + return ( + + + {label && {label}} + append(getInitialValue())} variant="outlined" size="small"> + + + + + {fields.map((field, index) => + mode === "simple" ? renderSimpleField(field, index) : renderKeyValueField(field, index) + )} + + ); +}; + +export default CippFormInputArray; diff --git a/src/components/CippComponents/CippFormLicenseSelector.jsx b/src/components/CippComponents/CippFormLicenseSelector.jsx new file mode 100644 index 000000000000..1bd640850857 --- /dev/null +++ b/src/components/CippComponents/CippFormLicenseSelector.jsx @@ -0,0 +1,38 @@ +import { CippFormComponent } from "./CippFormComponent"; +import { getCippLicenseTranslation } from "../../utils/get-cipp-license-translation"; +import { useSettings } from "../../hooks/use-settings"; + +export const CippFormLicenseSelector = ({ + formControl, + name, + label, + multiple = true, + select, + addedField, + ...other +}) => { + const userSettingsDefaults = useSettings(); + return ( + + `${getCippLicenseTranslation([option])} (${option?.availableUnits} available)`, + valueField: "skuId", + queryKey: `ListLicenses-${userSettingsDefaults?.currentTenant ?? undefined}`, + data: { + Endpoint: "subscribedSkus", + $count: true, + }, + }} + /> + ); +}; diff --git a/src/components/CippComponents/CippFormTenantSelector.jsx b/src/components/CippComponents/CippFormTenantSelector.jsx new file mode 100644 index 000000000000..0ce271515d29 --- /dev/null +++ b/src/components/CippComponents/CippFormTenantSelector.jsx @@ -0,0 +1,123 @@ +import { useEffect, useState } from "react"; +import { CippFormComponent } from "./CippFormComponent"; +import { useSettings } from "../../hooks/use-settings"; +import { GroupHeader, GroupItems } from "../CippComponents/CippAutocompleteGrouping"; +import { ApiGetCall } from "/src/api/ApiCall"; + +export const CippFormTenantSelector = ({ + formControl, + componentType = "autoComplete", + allTenants = false, + type = "multiple", + name = "tenantFilter", + valueField = "defaultDomainName", + required = true, + disableClearable = true, + preselectedEnabled = false, + removeOptions = [], + includeGroups = false, + includeOffboardingDefaults = false, + ...other +}) => { + const validators = () => { + if (required) { + return { + required: { value: true, message: "This field is required" }, + }; + } + return {}; + }; + const currentTenant = useSettings()?.currentTenant; + + // Build the API URL with query parameters to support tenant specific offboarding config + const buildApiUrl = () => { + const baseUrl = allTenants ? "/api/ListTenants?AllTenantSelector=true" : "/api/ListTenants"; + const params = new URLSearchParams(); + + if (allTenants) { + params.append("AllTenantSelector", "true"); + } + + if (includeOffboardingDefaults) { + params.append("IncludeOffboardingDefaults", "true"); + } + + return params.toString() + ? `${baseUrl.split("?")[0]}?${params.toString()}` + : baseUrl.split("?")[0]; + }; + + // Fetch tenant list + const tenantList = ApiGetCall({ + url: buildApiUrl(), + queryKey: allTenants + ? `ListTenants-FormAllTenantSelector${includeOffboardingDefaults ? "-WithOffboarding" : ""}` + : `ListTenants-FormnotAllTenants${includeOffboardingDefaults ? "-WithOffboarding" : ""}`, + }); + + // Fetch tenant group list if includeGroups is true + const tenantGroupList = ApiGetCall({ + url: "/api/ListTenantGroups", + data: { AllTenantSelector: true }, + queryKey: "TenantGroupSelector", + waiting: includeGroups, + }); + + const [options, setOptions] = useState([]); + + useEffect(() => { + if (tenantList.isSuccess && (!includeGroups || tenantGroupList.isSuccess)) { + const tenantData = Array.isArray(tenantList.data) + ? tenantList.data.map((tenant) => ({ + value: tenant[valueField], + label: `${tenant.displayName} (${tenant.defaultDomainName})`, + type: "Tenant", + addedFields: { + defaultDomainName: tenant.defaultDomainName, + displayName: tenant.displayName, + customerId: tenant.customerId, + ...(includeOffboardingDefaults && { + offboardingDefaults: tenant.offboardingDefaults, + }), + }, + })) + : []; + + const groupData = + includeGroups && Array.isArray(tenantGroupList?.data?.Results) + ? tenantGroupList.data.Results.map((group) => ({ + value: group.Id, + label: group.Name, + type: "Group", + })) + : []; + + setOptions([...tenantData, ...groupData]); + } + }, [tenantList.isSuccess, tenantGroupList.isSuccess, includeGroups, includeOffboardingDefaults]); + + return ( + option.type} + renderGroup={(params) => ( +
  • + {includeGroups && {params.group}} + {includeGroups ? {params.children} : params.children} +
  • + )} + isFetching={tenantList.isFetching || tenantGroupList.isFetching} + {...other} + /> + ); +}; diff --git a/src/components/CippComponents/CippFormUserAndGroupSelector.jsx b/src/components/CippComponents/CippFormUserAndGroupSelector.jsx new file mode 100644 index 000000000000..b2fef52aa1a5 --- /dev/null +++ b/src/components/CippComponents/CippFormUserAndGroupSelector.jsx @@ -0,0 +1,66 @@ +import { CippFormComponent } from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; +import { useSettings } from "../../hooks/use-settings"; + +export const CippFormUserAndGroupSelector = ({ + formControl, + name, + label, + allTenants = false, + multiple = false, + type = "multiple", + addedField, + valueField, + dataFilter = null, + showRefresh = false, + ...other +}) => { + const currentTenant = useWatch({ control: formControl.control, name: "tenantFilter" }); + const selectedTenant = useSettings().currentTenant; + return ( + { + // If it's a group (no userPrincipalName), just show displayName + if (!option.userPrincipalName) { + return `${option.displayName}`; + } + // If it's a user, show displayName and userPrincipalName + return `${option.displayName} (${option.userPrincipalName})`; + }, + valueField: valueField ? valueField : "id", + queryKey: `ListUsersAndGroups-${ + currentTenant?.value ? currentTenant.value : selectedTenant + }`, + data: { + TenantFilter: currentTenant ? currentTenant.value : selectedTenant, + }, + dataFilter: (options) => { + if (dataFilter) { + return options.filter(dataFilter); + } + return options; + }, + showRefresh: showRefresh, + }} + groupBy={(option) => { + // Group by type - Users or Groups + if (option["@odata.type"] === "#microsoft.graph.group") { + return "Groups"; + } + return "Users"; + }} + creatable={false} + {...other} + /> + ); +}; diff --git a/src/components/CippComponents/CippFormUserSelector.jsx b/src/components/CippComponents/CippFormUserSelector.jsx new file mode 100644 index 000000000000..18a2e8d13fa9 --- /dev/null +++ b/src/components/CippComponents/CippFormUserSelector.jsx @@ -0,0 +1,58 @@ +import { CippFormComponent } from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; +import { useSettings } from "../../hooks/use-settings"; + +export const CippFormUserSelector = ({ + formControl, + name, + label, + allTenants = false, + multiple = false, + type = "multiple", + select, + addedField, + valueField, + dataFilter = null, + showRefresh = false, + ...other +}) => { + const currentTenant = useWatch({ control: formControl.control, name: "tenantFilter" }); + const selectedTenant = useSettings().currentTenant; + return ( + `${option.displayName} (${option.userPrincipalName})`, + valueField: valueField ? valueField : "id", + queryKey: `ListUsers-${currentTenant?.value ? currentTenant.value : selectedTenant}-${ + select ? select : "default" + }`, + data: { + Endpoint: "users", + manualPagination: true, + $select: select ? select : "id,userPrincipalName,displayName", + $count: true, + $orderby: "displayName", + $top: 999, + }, + dataFilter: (options) => { + if (dataFilter) { + return options.filter(dataFilter); + } + return options; + }, + showRefresh: showRefresh, + }} + creatable={false} + {...other} + /> + ); +}; diff --git a/src/components/CippComponents/CippForwardingSection.jsx b/src/components/CippComponents/CippForwardingSection.jsx new file mode 100644 index 000000000000..df7fcba9b177 --- /dev/null +++ b/src/components/CippComponents/CippForwardingSection.jsx @@ -0,0 +1,98 @@ +import { Stack, Button } from "@mui/material"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormCondition } from "./CippFormCondition"; +import { Grid } from "@mui/system"; +import { CippApiResults } from "./CippApiResults"; +import { getCippValidator } from "/src/utils/get-cipp-validator"; + +const CippForwardingSection = ({ formControl, usersList, contactsList, postRequest, handleSubmit }) => { + + const internalAddressOptions = [ + // Add users + ...(usersList?.data?.Results?.map((user) => ({ + value: user.userPrincipalName, + label: `${user.displayName} (${user.userPrincipalName}) - User`, + })) || []), + // Add contacts + ...(contactsList?.data?.Results?.map((contact) => ({ + value: contact.mail || contact.emailAddress, + label: `${contact.displayName} (${contact.mail || contact.emailAddress}) - Contact`, + })) || []) + ]; + + return ( + + + + + + + + + getCippValidator(value, "email"), + }} + /> + + + + + + + + + + + + + ); +}; + +export default CippForwardingSection; diff --git a/src/components/CippComponents/CippGdapActions.jsx b/src/components/CippComponents/CippGdapActions.jsx new file mode 100644 index 000000000000..b2200cd64b7b --- /dev/null +++ b/src/components/CippComponents/CippGdapActions.jsx @@ -0,0 +1,113 @@ +import { EyeIcon } from "@heroicons/react/24/outline"; +import { + AdminPanelSettings, + GppBad, + HourglassBottom, + LockReset, + OpenInNew, + PlayArrow, +} from "@mui/icons-material"; +import { Alert, Typography } from "@mui/material"; + +export const CippGdapActions = () => [ + { + label: "View Relationship", + link: "/tenant/gdap-management/relationships/relationship?id=[id]", + color: "primary", + icon: , + }, + { + label: "Start Onboarding", + link: "/tenant/gdap-management/onboarding/start?id=[id]", + color: "primary", + icon: , + showInActionsMenu: true, + }, + { + label: "Open Relationship in Partner Center", + link: "https://partner.microsoft.com/en-us/dashboard/commerce2/customers/[customer.tenantId]/adminrelationships/[id]", + color: "info", + icon: , + showInActionsMenu: true, + }, + { + label: "Enable automatic extension", + type: "GET", + url: "/api/ExecAutoExtendGDAP", + data: { ID: "id" }, + confirmText: "Are you sure you want to enable auto-extend for this relationship?", + color: "info", + icon: , + }, + { + label: "Remove Global Administrator from Relationship", + type: "GET", + url: "/api/ExecGDAPRemoveGArole", + data: { GDAPID: "id" }, + confirmText: "Are you sure you want to remove Global Administrator from this relationship?", + color: "danger", + icon: , + }, + { + label: "Reset Role Mapping", + type: "POST", + url: "/api/ExecGDAPAccessAssignment", + icon: , + data: { Id: "id", Action: "ResetMappings" }, + fields: [ + { + name: "RoleTemplateId", + label: "Role Template", + placeholder: "Select a role template to apply to this relationship.", + type: "select", + api: { + url: "/api/ExecGDAPRoleTemplate", + queryKey: "GDAPRoleTemplate", + dataKey: "Results", + valueField: "TemplateId", + labelField: "TemplateId", + showRefresh: true, + }, + required: true, + validators: { + validate: (value) => { + if (!value) { + return "Role Template is required"; + } + return true; + }, + }, + }, + ], + confirmText: ( + <> + + Are you sure you want to reset the role mappings for [customer.displayName]? + + + Resetting GDAP role mappings will perform the following actions: +
      +
    • Remove groups assignments that are not part of the Role Template
    • +
    • Update existing group assignments to match the Role Template
    • +
    • Create new group assignments based on the Role Template
    • +
    +
    + + This is useful for fixing GDAP relationships that have overlapping roles or incorrect + group assignments (e.g. using AdminAgents or HelpdeskAgents). + + + ), + }, + { + label: "Terminate Relationship", + type: "GET", + url: "/api/ExecDeleteGDAPRelationship", + data: { GDAPID: "id" }, + confirmText: "Are you sure you want to terminate this relationship?", + color: "error", + icon: , + }, +]; + +export default CippGdapActions; diff --git a/src/components/CippComponents/CippGeoLocation.jsx b/src/components/CippComponents/CippGeoLocation.jsx new file mode 100644 index 000000000000..e7a4be63ed66 --- /dev/null +++ b/src/components/CippComponents/CippGeoLocation.jsx @@ -0,0 +1,113 @@ +import { useEffect, useState } from "react"; +import { Skeleton } from "@mui/material"; +import { Grid } from "@mui/system"; +import dynamic from "next/dynamic"; +import { ApiPostCall } from "/src/api/ApiCall"; +import { CippPropertyList } from "./CippPropertyList"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +const CippMap = dynamic(() => import("./CippMap"), { ssr: false }); + +export default function CippGeoLocation({ + ipAddress, + cardProps, + showIpAddress = false, + displayIpAddress = null, +}) { + const [locationInfo, setLocationInfo] = useState(null); + + const markerProperties = ["timezone", "as", "proxy", "hosting", "mobile"]; + const includeProperties = ["org", "city", "region", "country", "zip"]; + + // Use displayIpAddress if provided, otherwise use ipAddress + const ipToDisplay = displayIpAddress || ipAddress; + + // Add IP address to properties if showIpAddress is true + const initialIncludeProperties = showIpAddress + ? ["ipAddress", ...includeProperties] + : includeProperties; + const initialPropertyList = initialIncludeProperties.map((key) => ({ + label: getCippTranslation(key === "ipAddress" ? "IP Address" : key), + value: key === "ipAddress" ? ipToDisplay : "", + })); + + const [properties, setProperties] = useState(initialPropertyList); + + const [markerPopupContents, setMarkerPopupContents] = useState(null); + + const geoLookup = ApiPostCall({ + urlFromData: true, + queryKey: "GeoIPLookup-" + ipAddress, + onResult: (result) => { + setLocationInfo(result); + var propertyList = []; + + // Add IP address property if showIpAddress is true + if (showIpAddress) { + propertyList.push({ + label: getCippTranslation("IP Address"), + value: getCippFormatting(ipToDisplay, "ipAddress"), + }); + } + + // Add other properties + includeProperties.map((key) => { + propertyList.push({ + label: getCippTranslation(key), + value: getCippFormatting(result[key], key), + }); + }); + setProperties(propertyList); + + setMarkerPopupContents( +
    + {markerProperties.map((key) => ( +
    + {getCippTranslation(key)}: {getCippFormatting(result[key], key)} +
    + ))} +
    + ); + }, + }); + + useEffect(() => { + if (ipAddress) { + geoLookup.mutate({ + url: "/api/ExecGeoIPLookup", + data: { + IP: ipAddress, + }, + }); + } + }, [ipAddress]); + + return ( + + + {geoLookup.isPending ? ( + + ) : ( + <> + {locationInfo && locationInfo.lat && locationInfo.lon && ( + + )} + + )} + + + + + + ); +} diff --git a/src/components/CippComponents/CippGraphAttributeSelector.jsx b/src/components/CippComponents/CippGraphAttributeSelector.jsx new file mode 100644 index 000000000000..3c3d9231342f --- /dev/null +++ b/src/components/CippComponents/CippGraphAttributeSelector.jsx @@ -0,0 +1,77 @@ +import { useWatch } from "react-hook-form"; +import CippFormComponent from "./CippFormComponent"; + +/** + * A form component for selecting attributes from a Graph API endpoint + * @param {Object} props - Component props + * @param {Object} props.formControl - React Hook Form control object + * @param {string} props.name - Field name for the form + * @param {string} props.resourceFieldName - Name of the field that contains the selected resource type + * @param {string} props.label - Label for the field + * @param {string} props.helperText - Helper text for the field + * @param {boolean} props.multiple - Whether to allow multiple selections + * @param {boolean} props.required - Whether the field is required + * @param {Object} props.gridProps - Grid props to pass to the wrapper + */ +const CippGraphAttributeSelector = ({ + formControl, + name, + resourceFieldName = "DeltaResource", + label = "Attributes to Monitor", + helperText, + multiple = true, + required = false, + ...otherProps +}) => { + // Watch for changes in the resource type field + const selectedResource = useWatch({ + control: formControl.control, + name: resourceFieldName, + }); + + // Extract the value whether selectedResource is an object or string + const resourceValue = selectedResource?.value || selectedResource; + + const getHelperText = () => { + if (helperText) return helperText; + + if (!resourceValue) { + return "Select a resource type above to view available attributes"; + } + + return "Select which attributes to monitor for changes"; + }; + + const api = resourceValue + ? { + url: "/api/ListGraphRequest", + queryKey: `graph-properties-${resourceValue}`, + data: { + Endpoint: resourceValue, + ListProperties: true, + IgnoreErrors: true, + }, + labelField: (item) => item, + valueField: (item) => item, + dataKey: "Results", + } + : null; + + return ( + + ); +}; + +export default CippGraphAttributeSelector; diff --git a/src/components/CippComponents/CippGraphResourceSelector.jsx b/src/components/CippComponents/CippGraphResourceSelector.jsx new file mode 100644 index 000000000000..f2c2015c61f8 --- /dev/null +++ b/src/components/CippComponents/CippGraphResourceSelector.jsx @@ -0,0 +1,132 @@ +import { useWatch } from "react-hook-form"; +import CippFormComponent from "./CippFormComponent"; + +/** + * A form component for selecting specific resources from a Graph API endpoint + * @param {Object} props - Component props + * @param {Object} props.formControl - React Hook Form control object + * @param {string} props.name - Field name for the form + * @param {string} props.resourceFieldName - Name of the field that contains the selected resource type + * @param {string} props.label - Label for the field + * @param {string} props.helperText - Helper text for the field + * @param {boolean} props.multiple - Whether to allow multiple selections + * @param {boolean} props.required - Whether the field is required + * @param {Object} props.gridProps - Grid props to pass to the wrapper + */ +const CippGraphResourceSelector = ({ + formControl, + name, + resourceFieldName = "DeltaResource", + tenantFilterFieldName = "tenantFilter", + label = "Filter Specific Resources (Optional)", + helperText, + multiple = true, + required = false, + ...otherProps +}) => { + // Watch for changes in the resource type field + const selectedResource = useWatch({ + control: formControl.control, + name: resourceFieldName, + }); + + // Watch for changes in the tenant filter field + const tenantFilter = useWatch({ + control: formControl.control, + name: tenantFilterFieldName, + }); + + // Extract the value whether selectedResource is an object or string + const resourceValue = selectedResource?.value || selectedResource; + + // Extract the tenant filter value - handle both object and string formats + const tenantFilterValue = tenantFilter?.value || tenantFilter; + + const getHelperText = () => { + if (helperText) return helperText; + + if (!resourceValue) { + return "Select a resource type above to filter specific resources"; + } + + if ( + !tenantFilterValue || + tenantFilterValue === "AllTenants" || + (tenantFilter && typeof tenantFilter === "object" && tenantFilter.type === "Group") + ) { + return "Resource filtering is not available for All Tenants or tenant groups"; + } + + if (multiple) { + return "Optionally select specific resources to monitor (will create filter with OR statements: id eq 'id1' or id eq 'id2')"; + } + + return "Optionally select a specific resource to monitor"; + }; + + // Check if we should make the API call + const shouldFetchResources = () => { + // Must have a resource type selected + if (!resourceValue) return false; + + // Must have a tenant filter + if (!tenantFilterValue) return false; + + // Cannot be null or undefined + if (tenantFilterValue === null || tenantFilterValue === undefined) return false; + + // Cannot be AllTenants + if (tenantFilterValue === "AllTenants") return false; + + // Cannot be a tenant group (check if tenantFilter object has type: "Group") + if (tenantFilter && typeof tenantFilter === "object" && tenantFilter.type === "Group") + return false; + + return true; + }; + + const isDisabled = !resourceValue || !shouldFetchResources(); + + const api = shouldFetchResources() + ? { + url: "/api/ListGraphRequest", + queryKey: `graph-resources-${resourceValue}-${tenantFilterValue}`, + data: { + Endpoint: resourceValue, + IgnoreErrors: true, + $select: "id,displayName", + $top: 100, + tenantFilter: tenantFilterValue, + }, + labelField: (item) => item.displayName || item.id, + valueField: "id", + dataKey: "Results", + waiting: true, + } + : null; + + return ( + + ); +}; + +export default CippGraphResourceSelector; diff --git a/src/components/CippComponents/CippHVEUserDrawer.jsx b/src/components/CippComponents/CippHVEUserDrawer.jsx new file mode 100644 index 000000000000..3c4ba53ca852 --- /dev/null +++ b/src/components/CippComponents/CippHVEUserDrawer.jsx @@ -0,0 +1,171 @@ +import React, { useState } from "react"; +import { Button, Alert, Box } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm } from "react-hook-form"; +import { PersonAdd } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippHVEUserDrawer = ({ + buttonText = "Add HVE User", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const userSettingsDefaults = useSettings(); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + tenantFilter: userSettingsDefaults.currentTenant, + displayName: "", + password: "", + primarySMTPAddress: "", + }, + }); + + const createHVEUser = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["Mailboxes"], + }); + + const handleSubmit = () => { + const formData = formControl.getValues(); + const postData = { + tenantFilter: formData.tenantFilter, + displayName: formData.displayName, + password: formData.password, + primarySMTPAddress: formData.primarySMTPAddress, + }; + createHVEUser.mutate({ + url: "/api/ExecHVEUser", + data: postData, + relatedQueryKeys: ["Mailboxes"], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + displayName: "", + password: "", + primarySMTPAddress: "", + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + + + HVE SMTP Configuration Settings: + +
  • + Server: smtp-hve.office365.com +
  • +
  • + Port: 587 +
  • +
  • + Encryption: STARTTLS +
  • +
  • + TLS Support: TLS 1.2 and TLS 1.3 +
  • +
    + + Use these settings to configure your email client for HVE access. + +
    +
    +
    + + + + + + + + + + + + + + +
    +
    + + ); +}; diff --git a/src/components/CippComponents/CippHead.jsx b/src/components/CippComponents/CippHead.jsx new file mode 100644 index 000000000000..6e96b1eaea5c --- /dev/null +++ b/src/components/CippComponents/CippHead.jsx @@ -0,0 +1,11 @@ +import Head from "next/head"; +import { useSettings } from "../../hooks/use-settings"; + +export const CippHead = ({ title, noTenant=false }) => { + const tenant = useSettings().currentTenant; + return ( + + {tenant && !noTenant ? `${title} - ${tenant}` : title} + + ); +}; diff --git a/src/components/CippComponents/CippInviteGuestDrawer.jsx b/src/components/CippComponents/CippInviteGuestDrawer.jsx new file mode 100644 index 000000000000..58ecf59a4a83 --- /dev/null +++ b/src/components/CippComponents/CippInviteGuestDrawer.jsx @@ -0,0 +1,156 @@ +import { useState, useEffect } from "react"; +import { Button } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { Send } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippInviteGuestDrawer = ({ + buttonText = "Invite Guest", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const userSettingsDefaults = useSettings(); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + tenantFilter: userSettingsDefaults.currentTenant, + displayName: "", + mail: "", + redirectUri: "", + sendInvite: false, + }, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + const inviteGuest = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: [`Users-${userSettingsDefaults.currentTenant}`], + }); + + // Reset form fields on successful invitation + useEffect(() => { + if (inviteGuest.isSuccess) { + formControl.reset(); + } + }, [inviteGuest.isSuccess, formControl]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + const formData = formControl.getValues(); + inviteGuest.mutate({ + url: "/api/AddGuest", + data: formData, + relatedQueryKeys: [`Users-${userSettingsDefaults.currentTenant}`], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + displayName: "", + mail: "", + redirectUri: "", + sendInvite: false, + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippLocationDialog.jsx b/src/components/CippComponents/CippLocationDialog.jsx new file mode 100644 index 000000000000..403f15891395 --- /dev/null +++ b/src/components/CippComponents/CippLocationDialog.jsx @@ -0,0 +1,52 @@ +import { Button, Dialog, DialogActions, DialogContent, DialogTitle } from "@mui/material"; +import { useState } from "react"; +import dynamic from "next/dynamic"; // Import dynamic from next/dynamic +import { CippPropertyList } from "./CippPropertyList"; // Import CippPropertyList +import { LocationOn } from "@mui/icons-material"; + +const CippMap = dynamic(() => import("./CippMap"), { ssr: false }); // Dynamic import for CippMap + +export const CippLocationDialog = ({ location }) => { + const [open, setOpen] = useState(false); + + const handleOpen = () => { + setOpen(true); + }; + + const handleClose = () => { + setOpen(false); + }; + + const markers = [ + { + position: [location.geoCoordinates.latitude, location.geoCoordinates.longitude], + popup: `${location.city}, ${location.state}, ${location.countryOrRegion}`, + }, + ]; + + const properties = [ + { label: "City", value: location.city }, + { label: "State", value: location.state }, + { label: "Country/Region", value: location.countryOrRegion }, + ]; + + return ( + <> + + + Location Details + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippMailboxPermissionsDialog.jsx b/src/components/CippComponents/CippMailboxPermissionsDialog.jsx new file mode 100644 index 000000000000..8306089a8008 --- /dev/null +++ b/src/components/CippComponents/CippMailboxPermissionsDialog.jsx @@ -0,0 +1,71 @@ +import { Box, Stack } from "@mui/material"; +import { useEffect } from "react"; +import CippFormComponent from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; + +const CippMailboxPermissionsDialog = ({ + formHook, + combinedOptions, + isUserGroupLoading, + defaultAutoMap = false +}) => { + const fullAccess = useWatch({ + control: formHook.control, + name: "permissions.AddFullAccess", + }); + + // Set the default AutoMap value when component mounts + useEffect(() => { + formHook.setValue("permissions.AutoMap", defaultAutoMap); + }, [formHook, defaultAutoMap]); + + return ( + + + + + + + + + + + + + + + ); +}; + +export default CippMailboxPermissionsDialog; diff --git a/src/components/CippComponents/CippMailboxRestoreDrawer.jsx b/src/components/CippComponents/CippMailboxRestoreDrawer.jsx new file mode 100644 index 000000000000..81e03bb4c659 --- /dev/null +++ b/src/components/CippComponents/CippMailboxRestoreDrawer.jsx @@ -0,0 +1,538 @@ +import { useEffect, useState } from "react"; +import { useForm, useWatch, useFormState } from "react-hook-form"; +import { + Button, + Drawer, + Box, + Typography, + IconButton, + Alert, + Divider, + CircularProgress, + Card, + CardContent, + Chip, + Tooltip, +} from "@mui/material"; +import { Grid } from "@mui/system"; +import { + Close as CloseIcon, + RestoreFromTrash, + DeleteForever, + Archive, + Storage, + AccountBox, +} from "@mui/icons-material"; +import { useSettings } from "../../hooks/use-settings"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import CippFormComponent from "./CippFormComponent"; +import { CippApiResults } from "./CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; + +const wellKnownFolders = [ + "Inbox", + "SentItems", + "DeletedItems", + "Calendar", + "Contacts", + "Drafts", + "Journal", + "Tasks", + "Notes", + "JunkEmail", + "CommunicationHistory", + "Voicemail", + "Fax", + "Conflicts", + "SyncIssues", + "LocalFailures", + "ServerFailures", +].map((folder) => ({ value: `#${folder}#`, label: getCippTranslation(folder) })); + +export const CippMailboxRestoreDrawer = ({ + buttonText = "New Restore Job", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const userSettingsDefaults = useSettings(); + const tenantDomain = userSettingsDefaults.currentTenant; + + const formControl = useForm({ + mode: "onBlur", + defaultValues: { + tenantFilter: tenantDomain, + }, + }); + + const createRestore = ApiPostCall({ + relatedQueryKeys: ["MailboxRestores*"], + datafromurl: true, + }); + + const { isValid, isDirty } = useFormState({ control: formControl.control }); + + const sourceMailbox = useWatch({ control: formControl.control, name: "SourceMailbox" }); + const targetMailbox = useWatch({ control: formControl.control, name: "TargetMailbox" }); + + // Helper function to check if archive is active (GUID exists and is not all zeros) + const hasActiveArchive = (mailbox) => { + const archiveGuid = mailbox?.addedFields?.ArchiveGuid; + return ( + archiveGuid && + archiveGuid !== "00000000-0000-0000-0000-000000000000" && + archiveGuid.replace(/0/g, "").replace(/-/g, "") !== "" + ); + }; + + useEffect(() => { + if (sourceMailbox && targetMailbox) { + const sourceUPN = sourceMailbox.value; + const targetUPN = targetMailbox.value; + const randomGUID = crypto.randomUUID(); + formControl.setValue("RequestName", `Restore ${sourceUPN} to ${targetUPN} (${randomGUID})`, { + shouldDirty: true, + shouldValidate: true, + }); + } + }, [sourceMailbox?.value, targetMailbox?.value]); + + useEffect(() => { + if (createRestore.isSuccess) { + formControl.reset(); + } + }, [createRestore.isSuccess]); + + const handleSubmit = () => { + const values = formControl.getValues(); + const shippedValues = { + TenantFilter: tenantDomain, + RequestName: values.RequestName, + SourceMailbox: values.SourceMailbox?.addedFields?.ExchangeGuid ?? values.SourceMailbox?.value, + TargetMailbox: values.TargetMailbox?.addedFields?.ExchangeGuid ?? values.TargetMailbox?.value, + BadItemLimit: values.BadItemLimit, + LargeItemLimit: values.LargeItemLimit, + AcceptLargeDataLoss: values.AcceptLargeDataLoss, + AssociatedMessagesCopyOption: values.AssociatedMessagesCopyOption, + ExcludeFolders: values.ExcludeFolders, + IncludeFolders: values.IncludeFolders, + BatchName: values.BatchName, + CompletedRequestAgeLimit: values.CompletedRequestAgeLimit, + ConflictResolutionOption: values.ConflictResolutionOption, + SourceRootFolder: values.SourceRootFolder, + TargetRootFolder: values.TargetRootFolder, + TargetType: values.TargetType, + ExcludeDumpster: values.ExcludeDumpster, + SourceIsArchive: values.SourceIsArchive, + TargetIsArchive: values.TargetIsArchive, + }; + + createRestore.mutate({ + url: "/api/ExecMailboxRestore", + data: shippedValues, + }); + }; + + const handleCloseDrawer = () => { + formControl.reset(); + setDrawerVisible(false); + }; + + return ( + <> + } + onClick={() => setDrawerVisible(true)} + requiredPermissions={requiredPermissions} + > + {buttonText} + + + + + + New Mailbox Restore + + + + + + + + + + Use this form to restore a mailbox from a soft-deleted state to the target + mailbox. Use the optional settings to tailor the restore request for your needs. + + + + + Restore Settings + + + + `${option.displayName} (${option.UPN})`, + valueField: "UPN", + addedField: { + displayName: "displayName", + ExchangeGuid: "ExchangeGuid", + recipientTypeDetails: "recipientTypeDetails", + ArchiveStatus: "ArchiveStatus", + ArchiveGuid: "ArchiveGuid", + ProhibitSendQuota: "ProhibitSendQuota", + TotalItemSize: "TotalItemSize", + ItemCount: "ItemCount", + WhenSoftDeleted: "WhenSoftDeleted", + }, + url: "/api/ListMailboxes?SoftDeletedMailbox=true", + queryKey: `ListMailboxes-${tenantDomain}-SoftDeleted`, + showRefresh: true, + }} + validators={{ + validate: (value) => (value ? true : "Please select a source mailbox."), + }} + /> + + + {sourceMailbox && ( + + + {sourceMailbox.addedFields?.recipientTypeDetails && ( + + } + label={sourceMailbox.addedFields.recipientTypeDetails} + size="small" + color="info" + variant="outlined" + /> + + )} + + } + label={ + hasActiveArchive(sourceMailbox) + ? "Archive Active" + : "Archive Not Available" + } + size="small" + color={hasActiveArchive(sourceMailbox) ? "success" : "warning"} + variant="outlined" + /> + + + + )} + + + `${option.displayName} (${option.UPN})`, + valueField: "UPN", + addedField: { + displayName: "displayName", + ExchangeGuid: "ExchangeGuid", + recipientTypeDetails: "recipientTypeDetails", + ArchiveStatus: "ArchiveStatus", + ArchiveGuid: "ArchiveGuid", + ProhibitSendQuota: "ProhibitSendQuota", + TotalItemSize: "TotalItemSize", + ItemCount: "ItemCount", + }, + url: "/api/ListMailboxes", + showRefresh: true, + }} + validators={{ + validate: (value) => (value ? true : "Please select a target mailbox."), + }} + /> + + + {targetMailbox && ( + + + {targetMailbox.addedFields?.recipientTypeDetails && ( + + } + label={targetMailbox.addedFields.recipientTypeDetails} + size="small" + color="info" + variant="outlined" + /> + + )} + + } + label={ + hasActiveArchive(targetMailbox) + ? "Archive Active" + : "Archive Not Available" + } + size="small" + color={hasActiveArchive(targetMailbox) ? "success" : "warning"} + variant="outlined" + /> + + {targetMailbox.addedFields?.TotalItemSize && ( + + } + label={targetMailbox.addedFields.TotalItemSize} + size="small" + color="info" + variant="outlined" + /> + + )} + + + )} + + + + + + + + + + + Optional Settings + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippMap.jsx b/src/components/CippComponents/CippMap.jsx new file mode 100644 index 000000000000..7f5be9bb4b92 --- /dev/null +++ b/src/components/CippComponents/CippMap.jsx @@ -0,0 +1,46 @@ +import "leaflet/dist/leaflet.css"; +import "react-leaflet-markercluster/styles"; +import "leaflet-defaulticon-compatibility/dist/leaflet-defaulticon-compatibility.webpack.css"; +import "leaflet-defaulticon-compatibility"; +import { useEffect, useRef } from "react"; +import { MapContainer, Marker, Popup, TileLayer } from "react-leaflet"; +import MarkerClusterGroup from "react-leaflet-markercluster"; + +export default function CippMap({ + markers = [], + zoom = 11, + mapSx = { height: "400px", width: "600px" }, + ...props +}) { + const mapRef = useRef(); + + useEffect(() => { + if (mapRef.current && markers.length > 1) { + const bounds = markers.map((marker) => marker.position); + mapRef.current.fitBounds(bounds, { padding: [25, 25] }); + } + }, [markers]); + + return ( + + + + {markers.map((marker, index) => ( + + {marker?.popup && {marker.popup}} + + ))} + + + ); +} diff --git a/src/components/CippComponents/CippMessageViewer.jsx b/src/components/CippComponents/CippMessageViewer.jsx new file mode 100644 index 000000000000..366c17dcc507 --- /dev/null +++ b/src/components/CippComponents/CippMessageViewer.jsx @@ -0,0 +1,572 @@ +import React, { useCallback, useEffect, useState } from "react"; +import { readEml } from "eml-parse-js"; + +import { + Button, + Card, + CardContent, + GlobalStyles, + Menu, + MenuItem, + Typography, + SvgIcon, + CardHeader, + Dialog, + DialogTitle, + DialogContent, + IconButton, + Tooltip, +} from "@mui/material"; +import { Box, Grid, Stack, ThemeProvider } from "@mui/system"; +import { createTheme } from "@mui/material/styles"; + +import { + Image, + VolumeUp, + VideoFile, + FileCopy, + PictureAsPdf, + Archive, + Description, + TableChart, + Slideshow, + Code, + Email, + Download, + Visibility, + AccountCircle, + Close, + ReceiptLong, +} from "@mui/icons-material"; + +import { CippTimeAgo } from "./CippTimeAgo"; +import { CippCodeBlock } from "./CippCodeBlock"; +import DOMPurify from "dompurify"; +import ReactHtmlParser from "react-html-parser"; +import { FileDropzone } from "/src/components/file-dropzone.js"; +import CippPageCard from "../CippCards/CippPageCard"; +import { + MoonIcon, + ShieldCheckIcon, + ShieldExclamationIcon, + SunIcon, +} from "@heroicons/react/24/outline"; +import { useSettings } from "/src/hooks/use-settings"; +import CippForefrontHeaderDialog from "./CippForefrontHeaderDialog"; + +export const CippMessageViewer = ({ emailSource }) => { + const [emlContent, setEmlContent] = useState(null); + const [emlError, setEmlError] = useState(false); + const [messageHtml, setMessageHtml] = useState(""); + const [emlHeaders, setEmlHeaders] = useState(null); + const [anchorEl, setAnchorEl] = useState({}); + const [dialogOpen, setDialogOpen] = useState(false); + const [dialogContent, setDialogContent] = useState(null); + const [dialogTitle, setDialogTitle] = useState(""); + const [forefrontDialogOpen, setForefrontDialogOpen] = useState(false); + const [forefrontHeader, setForefrontHeader] = useState(""); + + const currentTheme = useSettings()?.currentTheme?.value; + const [darkMode, setDarkMode] = useState(currentTheme === "dark"); + + const emailStyle = ( + + ); + + const theme = createTheme({ + palette: { + background: { + default: darkMode ? "#121212" : "#ffffff", + paper: darkMode ? "#1d1d1d" : "#f5f5f5", + }, + text: { + primary: darkMode ? "#ffffff" : "#000000", + secondary: darkMode ? "#b0bec5" : "#757575", + }, + action: { + active: darkMode ? "#ffffff" : "#000000", + }, + }, + }); + + const toggleDarkMode = () => { + setDarkMode((prevMode) => !prevMode); + }; + + const getAttachmentIcon = (contentType) => { + if (contentType.includes("image")) { + return ; + } else if (contentType.includes("audio")) { + return ; + } else if (contentType.includes("video")) { + return ; + } else if (contentType.includes("text")) { + return ; + } else if (contentType.includes("pdf")) { + return ; + } else if ( + contentType.includes("zip") || + contentType.includes("compressed") || + contentType.includes("tar") || + contentType.includes("gzip") + ) { + return ; + } else if (contentType.includes("msword")) { + return ; + } else if (contentType.includes("spreadsheet")) { + return ; + } else if (contentType.includes("presentation")) { + return ; + } else if (contentType.includes("json") || contentType.includes("xml")) { + return ; + } else if (contentType.includes("rfc822")) { + return ; + } else { + return ; + } + }; + + const downloadAttachment = (attachment, newTab = false) => { + var contentType = attachment?.contentType?.split(";")[0] ?? "text/plain"; + var fileBytes = attachment.data; + if (fileBytes instanceof Uint8Array && attachment?.data64) { + fileBytes = new Uint8Array( + atob(attachment.data64) + .split("") + .map((c) => c.charCodeAt(0)) + ); + } + + var fileName = attachment?.name ?? "attachment"; + const blob = new Blob([fileBytes], { type: contentType ?? "application/octet-stream" }); + const url = URL.createObjectURL(blob); + const link = document.createElement("a"); + if (newTab) { + if (contentType.includes("rfc822")) { + var content = fileBytes; + const nestedMessage = ; + setDialogContent(nestedMessage); + setDialogTitle(fileName); + setDialogOpen(true); + } else if (contentType.includes("pdf")) { + const embeddedPdf = ( + + ); + setDialogContent(embeddedPdf); + setDialogTitle(fileName); + setDialogOpen(true); + } else if (contentType.includes("image")) { + const embeddedImage = {fileName}; + setDialogContent(embeddedImage); + setDialogTitle(fileName); + setDialogOpen(true); + } else if (contentType.includes("text")) { + const textContent = fileBytes; + setDialogContent( + + ); + setDialogTitle(fileName); + setDialogOpen(true); + setTimeout(() => { + URL.revokeObjectURL(url); + }, 1000); + } else { + const newWindow = window.open(); + newWindow.location.href = url; + URL.revokeObjectURL(url); + } + } else { + link.href = url; + link.download = fileName; + link.click(); + URL.revokeObjectURL(url); + } + }; + + function isValidDate(d) { + return d instanceof Date && !isNaN(d); + } + + const showEmailModal = (emailSource, title = "Email Source") => { + setDialogContent(); + setDialogTitle(title); + setDialogOpen(true); + }; + + const showForefrontDialog = (header) => { + setForefrontHeader(header); + setForefrontDialogOpen(true); + }; + + const EmailButtons = (emailHeaders, emailSource) => { + const emailSourceBytes = new TextEncoder().encode(emailSource); + const blob = new Blob([emailSourceBytes], { type: "message/rfc822" }); + const url = URL.createObjectURL(blob); + const forefrontHeader = emailHeaders?.match(/X-Forefront-Antispam-Report: (.*)/)?.[1]; + return ( + + {emailHeaders && ( + + )} + {forefrontHeader && ( + + )} + + + ); + }; + + useEffect(() => { + readEml(emailSource, (err, ReadEmlJson) => { + if (err) { + setEmlError(true); + setEmlContent(null); + setMessageHtml(null); + setEmlHeaders(null); + } else { + setEmlContent(ReadEmlJson); + setEmlError(false); + if (ReadEmlJson.html) { + var sanitizedHtml = DOMPurify.sanitize(ReadEmlJson.html); + var parsedHtml = ReactHtmlParser(sanitizedHtml); + if (ReadEmlJson.attachments) { + ReadEmlJson.attachments.forEach((attachment) => { + if (attachment.id) { + var cid = attachment.id.match(/<(.*)>/)[1]; + var base64 = attachment.data64; + if (base64) { + const replaceCidWithBase64 = (element) => { + if (typeof element === "object" && element !== null) { + if (element.props.src === "cid:" + cid) { + return {cid}; + } else if (element.props.children) { + return React.cloneElement(element, { + children: React.Children.map( + element.props.children, + replaceCidWithBase64 + ), + }); + } + } + return element; + }; + parsedHtml = parsedHtml.map(replaceCidWithBase64); + } + } + }); + } + setMessageHtml(parsedHtml); + } else { + setMessageHtml(null); + } + const header_regex = /(?:^[\w-]+:\s?.*(?:\r?\n[ \t].*)*\r?\n?)+/gm; + const headers = emailSource.match(header_regex); + setEmlHeaders(headers ? headers[0] : null); + } + }); + }, [emailSource, setMessageHtml, setEmlError, setEmlContent, setEmlHeaders]); + + var buttons = EmailButtons(emlHeaders, emailSource); + + return ( + <> + {emlError && ( + + +

    Error

    + Unable to parse the EML file, email source is displayed below. + +
    +
    + )} + + {emlContent && ( + <> + + {emlContent?.subject ?? "No subject"}} + action={buttons} + sx={{ py: 0, my: 0 }} + /> + + + + + + + {emlContent?.from?.name} + + <{emlContent?.from?.email}> + + + {(() => { + const authResults = emlContent?.headers?.["Authentication-Results"] || ""; + const dmarcPass = authResults ? authResults.includes("dmarc=pass") : false; + const dkimPass = authResults ? authResults.includes("dkim=pass") : false; + const spfPass = authResults ? authResults.includes("spf=pass") : false; + const arcPass = authResults ? authResults.includes("arc=pass") : false; + const allPass = dmarcPass && dkimPass && spfPass && arcPass; + const somePass = dmarcPass || dkimPass || spfPass || arcPass; + const noResults = authResults === ""; + const color = noResults + ? "" + : allPass + ? "green" + : somePass + ? "orange" + : "red"; + const icon = noResults ? ( + + ) : allPass ? ( + + ) : somePass ? ( + + ) : ( + + ); + + return ( + + + {icon} + + + ); + })()} + + + + {emlContent?.to && ( + + + To:{" "} + {Array.isArray(emlContent.to) + ? emlContent.to.map((to) => to.name + " <" + to.email + ">").join(", ") + : emlContent.to.name + " <" + emlContent.to.email + ">"} + + + )} + {emlContent?.cc && ( +
    + + CC:{" "} + {Array.isArray(emlContent.cc) + ? emlContent.cc.map((cc) => cc.name + " <" + cc.email + ">").join(", ") + : emlContent.cc.name + " <" + emlContent.cc.email + ">"} + +
    + )} +
    + + + + {emlContent.date && isValidDate(emlContent.date) + ? emlContent.date.toLocaleDateString() + : "Invalid Date"} + + {emlContent.date && isValidDate(emlContent.date) && ( + + {" "} + () + + )} + + +
    + + {emlContent.attachments && emlContent.attachments.length > 0 && ( + + + + {emlContent?.attachments?.map((attachment, index) => ( + + + + setAnchorEl({ ...anchorEl, [index]: null })} + > + downloadAttachment(attachment)}> + + Download + + {(attachment?.contentType === undefined || + attachment?.contentType?.includes("text") || + attachment?.contentType?.includes("pdf") || + attachment?.contentType?.includes("image") || + attachment?.contentType?.includes("rfc822")) && ( + downloadAttachment(attachment, true)}> + + View + + )} + + + ))} + + + + )} + + {(emlContent?.text || emlContent?.html) && ( + + + {messageHtml ? ( + + {emailStyle} + + + + + {darkMode ? : } + + + {messageHtml} + + + + ) : ( +
    + +
    + )} +
    +
    + )} +
    +
    + + )} + setDialogOpen(false)} maxWidth="lg" fullWidth> + + {dialogTitle} + setDialogOpen(false)} + sx={{ + position: "absolute", + right: 8, + top: 8, + color: (theme) => theme.palette.grey[500], + }} + > + + + + {dialogContent} + + setForefrontDialogOpen(false)} + header={forefrontHeader} + /> + + ); +}; + +const CippMessageViewerPage = () => { + const [emlFile, setEmlFile] = useState(null); + const onDrop = useCallback((acceptedFiles) => { + acceptedFiles.forEach((file) => { + const reader = new FileReader(); + reader.onabort = () => console.log("file reading was aborted"); + reader.onerror = () => console.log("file reading has failed"); + reader.onload = () => { + setEmlFile(reader.result); + }; + reader.readAsText(file); + }); + }, []); + + return ( + + + {emlFile && } + + ); +}; + +export default CippMessageViewerPage; diff --git a/src/components/CippComponents/CippNotificationForm.jsx b/src/components/CippComponents/CippNotificationForm.jsx new file mode 100644 index 000000000000..f02f23cf211b --- /dev/null +++ b/src/components/CippComponents/CippNotificationForm.jsx @@ -0,0 +1,198 @@ +import { useEffect } from "react"; +import { Button, Box } from "@mui/material"; +import { Grid } from "@mui/system"; +import CippFormComponent from "./CippFormComponent"; +import { ApiGetCall } from "../../api/ApiCall"; +import { useDialog } from "../../hooks/use-dialog"; +import { CippApiDialog } from "./CippApiDialog"; +import { useFormState } from "react-hook-form"; + +export const CippNotificationForm = ({ + formControl, + showTestButton = true, + hideButtons = false, +}) => { + const notificationDialog = useDialog(); + + // API call to get notification configuration + const listNotificationConfig = ApiGetCall({ + url: "/api/ListNotificationConfig", + queryKey: "ListNotificationConfig", + }); + + const formState = useFormState({ control: formControl.control }); + + // Define log types and severity types + const logTypes = [ + { label: "Updates Status", value: "Updates" }, + { label: "All Standards", value: "Standards" }, + { label: "Token Events", value: "TokensUpdater" }, + { label: "Changing DNS Settings", value: "ExecDnsConfig" }, + { label: "Adding excluded licenses", value: "ExecExcludeLicenses" }, + { label: "Adding excluded tenants", value: "ExecExcludeTenant" }, + { label: "Editing a user", value: "EditUser" }, + { label: "Adding or deploying applications", value: "ChocoApp" }, + { label: "Adding autopilot devices", value: "AddAPDevice" }, + { label: "Editing a tenant", value: "EditTenant" }, + { label: "Adding an MSP app", value: "AddMSPApp" }, + { label: "Adding a user", value: "AddUser" }, + { label: "Adding a group", value: "AddGroup" }, + { label: "Adding a tenant", value: "NewTenant" }, + { label: "Executing the offboard wizard", value: "ExecOffboardUser" }, + ]; + + const severityTypes = [ + { label: "Alert", value: "Alert" }, + { label: "Error", value: "Error" }, + { label: "Info", value: "Info" }, + { label: "Warning", value: "Warning" }, + { label: "Critical", value: "Critical" }, + ]; + + // Load notification config data into form + useEffect(() => { + if (listNotificationConfig.isSuccess) { + const logsToInclude = listNotificationConfig.data?.logsToInclude + ?.map((log) => logTypes.find((logType) => logType.value === log)) + .filter(Boolean); + + const Severity = listNotificationConfig.data?.Severity?.map((sev) => + severityTypes.find((stype) => stype.value === sev) + ).filter(Boolean); + + formControl.reset({ + ...formControl.getValues(), + email: listNotificationConfig.data?.email, + webhook: listNotificationConfig.data?.webhook, + logsToInclude, + Severity, + onePerTenant: listNotificationConfig.data?.onePerTenant, + sendtoIntegration: listNotificationConfig.data?.sendtoIntegration, + includeTenantId: listNotificationConfig.data?.includeTenantId, + }); + } + }, [listNotificationConfig.isSuccess]); + + return ( + <> + + + + + + + + + + + + + + + + + + + {showTestButton && ( + + + + )} + + + {showTestButton && ( + ({ + ...row, + text: "This is a test from Notification Settings", + }), + }} + allowResubmit={true} + /> + )} + + ); +}; + +export default CippNotificationForm; diff --git a/src/components/CippComponents/CippOffCanvas.jsx b/src/components/CippComponents/CippOffCanvas.jsx new file mode 100644 index 000000000000..25b05ed69a28 --- /dev/null +++ b/src/components/CippComponents/CippOffCanvas.jsx @@ -0,0 +1,154 @@ +import { Drawer, Box, IconButton, Typography, Divider } from "@mui/material"; +import { CippPropertyListCard } from "../CippCards/CippPropertyListCard"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +import { useMediaQuery, Grid } from "@mui/system"; +import CloseIcon from "@mui/icons-material/Close"; + +export const CippOffCanvas = (props) => { + const { + title = "Extended Info", + visible, + extendedInfoFields = [], + extendedData, + actions, + onClose, + isFetching, + children, + size = "sm", + footer, + } = props; + + const mdDown = useMediaQuery((theme) => theme.breakpoints.down("md")); + const extendedInfo = extendedInfoFields.map((field) => { + const value = field.split(".").reduce((acc, part) => acc && acc[part], extendedData); + if (value === undefined || value === null) { + if (extendedData?.[field] !== undefined && extendedData?.[field] !== null) { + return { + label: getCippTranslation(field), + value: getCippFormatting(extendedData[field], field, "text", "both"), + }; + } else { + return { + label: getCippTranslation(field), + value: "N/A", + }; + } + } else if (Array.isArray(value)) { + return { + label: getCippTranslation(field), + value: getCippFormatting(value, field, "array", "both"), + }; + } else { + return { + label: getCippTranslation(field), + value: getCippFormatting(value, field, "text", "both"), + }; + } + }); + + if (mdDown) { + drawerWidth = "100%"; + } else { + var drawerWidth = 400; + switch (size) { + case "sm": + drawerWidth = 400; + break; + case "md": + drawerWidth = 600; + break; + case "lg": + drawerWidth = 800; + break; + case "xl": + drawerWidth = 1000; + break; + } + } + + return ( + <> + + + {title} + + + + + + + + + {extendedInfo.length > 0 && ( + + + + )} + + + {/* Render children if provided, otherwise render default content */} + {typeof children === "function" ? children(extendedData) : children} + + + + + + {/* Footer section */} + {footer && ( + + {footer} + + )} + + + + ); +}; diff --git a/src/components/CippComponents/CippOffboardingDefaultSettings.jsx b/src/components/CippComponents/CippOffboardingDefaultSettings.jsx new file mode 100644 index 000000000000..9ac089dee39b --- /dev/null +++ b/src/components/CippComponents/CippOffboardingDefaultSettings.jsx @@ -0,0 +1,212 @@ +import { CippPropertyListCard } from "../../components/CippCards/CippPropertyListCard"; +import CippFormComponent from "../../components/CippComponents/CippFormComponent"; +import { Typography, Box } from "@mui/material"; + +export const CippOffboardingDefaultSettings = (props) => { + const { formControl, defaultsSource = null, title = "Offboarding Default Settings" } = props; + + const getSourceIndicator = () => { + // Only show the indicator if defaultsSource is explicitly provided (for wizard, not tenant config) + if (!defaultsSource || defaultsSource === null) return null; + + let sourceText = ""; + let color = "text.secondary"; + + switch (defaultsSource) { + case "tenant": + sourceText = "Using Tenant Defaults"; + color = "primary.main"; + break; + case "user": + sourceText = "Using User Defaults"; + color = "info.main"; + break; + case "none": + default: + sourceText = "Using Default Settings"; + color = "text.secondary"; + break; + } + + return ( + + + {sourceText} + + + ); + }; + + return ( + <> + {getSourceIndicator()} + + ), + }, + { + label: "Remove from all groups", + value: ( + + ), + }, + { + label: "Hide from Global Address List", + value: ( + + ), + }, + { + label: "Remove Licenses", + value: ( + + ), + }, + { + label: "Cancel all calendar invites", + value: ( + + ), + }, + { + label: "Revoke all sessions", + value: ( + + ), + }, + { + label: "Remove users mailbox permissions", + value: ( + + ), + }, + { + label: "Remove all Rules", + value: ( + + ), + }, + { + label: "Reset Password", + value: ( + + ), + }, + { + label: "Keep copy of forwarded mail in source mailbox", + value: ( + + ), + }, + { + label: "Delete user", + value: ( + + ), + }, + { + label: "Remove all Mobile Devices", + value: ( + + ), + }, + { + label: "Disable Sign in", + value: ( + + ), + }, + { + label: "Remove all MFA Devices", + value: ( + + ), + }, + { + label: "Remove Teams Phone DID", + value: ( + + ), + }, + { + label: "Clear Immutable ID", + value: ( + + ), + }, + ]} + /> + + ); +}; diff --git a/src/components/CippComponents/CippPermissionPreview.jsx b/src/components/CippComponents/CippPermissionPreview.jsx new file mode 100644 index 000000000000..ad1bb530020c --- /dev/null +++ b/src/components/CippComponents/CippPermissionPreview.jsx @@ -0,0 +1,833 @@ +import { useState, useEffect, useCallback } from "react"; +import { + Alert, + Skeleton, + Stack, + Typography, + Box, + Paper, + List, + ListItem, + ListItemText, + Tab, + Tabs, + Chip, + SvgIcon, + Accordion, + AccordionSummary, + AccordionDetails, +} from "@mui/material"; +import { ShieldCheckIcon } from "@heroicons/react/24/outline"; +import { ExpandMore } from "@mui/icons-material"; +import { CippCardTabPanel } from "./CippCardTabPanel"; +import { ApiGetCall } from "../../api/ApiCall"; + +const CippPermissionPreview = ({ + permissions, + title = "Permission Preview", + isLoading = false, + maxHeight = "100%", + showAppIds = true, + galleryTemplate = null, + applicationManifest = null, +}) => { + const [selectedPermissionTab, setSelectedPermissionTab] = useState(0); + const [servicePrincipalDetails, setServicePrincipalDetails] = useState({}); + const [resourceIds, setResourceIds] = useState([]); + const [loadingDetails, setLoadingDetails] = useState(false); + + // Extract resource IDs from permissions object + useEffect(() => { + if (permissions && typeof permissions === "object") { + const ids = Object.keys(permissions); + setResourceIds(ids); + } + }, [permissions]); + + // Function to fetch individual service principal details + const fetchServicePrincipalDetails = useCallback(async (resourceId) => { + try { + const response = await fetch(`/api/ExecServicePrincipals?AppId=${resourceId}`); + const data = await response.json(); + + if (data?.Results) { + setServicePrincipalDetails((prev) => ({ + ...prev, + [resourceId]: data.Results, + })); + } + } catch (error) { + console.error(`Error fetching details for ${resourceId}:`, error); + } + }, []); + + // Fetch details for each resource ID + useEffect(() => { + const fetchAllDetails = async () => { + if (resourceIds.length > 0) { + setLoadingDetails(true); + const promises = resourceIds.map((id) => fetchServicePrincipalDetails(id)); + await Promise.all(promises); + setLoadingDetails(false); + } + }; + + fetchAllDetails(); + }, [resourceIds, fetchServicePrincipalDetails]); + + const handlePermissionTabChange = (event, newValue) => { + setSelectedPermissionTab(newValue); + }; + + // Function to get permission counts + const getPermissionCounts = (permissions) => { + if (!permissions) return { app: 0, delegated: 0 }; + + let appCount = 0; + let delegatedCount = 0; + + Object.entries(permissions).forEach(([resourceName, perms]) => { + if (perms.applicationPermissions) { + appCount += perms?.applicationPermissions?.length ?? 0; + } + if (perms.delegatedPermissions) { + delegatedCount += perms?.delegatedPermissions?.length ?? 0; + } + }); + + return { app: appCount, delegated: delegatedCount }; + }; + + // Helper to get the display name for a resource ID + const getResourceDisplayName = (resourceId) => { + const spDetails = servicePrincipalDetails[resourceId]; + return spDetails?.displayName || resourceId; + }; + + // Helper to get the appropriate permission description + const getPermissionDescription = (resourceId, permissionId, permissionType) => { + const spDetails = servicePrincipalDetails[resourceId]; + if (!spDetails) return null; + + if (permissionType === "application") { + const foundRole = spDetails.appRoles?.find((role) => role.id === permissionId); + return foundRole?.description || null; + } else { + const foundScope = spDetails.publishedPermissionScopes?.find( + (scope) => scope.id === permissionId + ); + return foundScope?.userConsentDescription || foundScope?.description || null; + } + }; + + // Better checks for permissions object to prevent rendering errors + if (isLoading || loadingDetails) { + return ( + <> + {title} + + + ); + } + + if (!permissions && !galleryTemplate && !applicationManifest) { + return ( + + Select a template with permissions to see what will be consented. + + ); + } + + // If we have gallery template data, show that instead of permissions + if (galleryTemplate) { + return ( + + {title} + + + {/* App Logo and Name */} + + {galleryTemplate.addedFields?.logoUrl && ( + + {galleryTemplate.addedFields?.displayName { + e.target.style.display = "none"; + }} + /> + + )} + + + {galleryTemplate.addedFields?.displayName || galleryTemplate.label} + + {galleryTemplate.addedFields?.publisher && ( + + by {galleryTemplate.addedFields.publisher} + + )} + + + + {/* Description */} + {galleryTemplate.addedFields?.description && ( + + + {galleryTemplate.addedFields.description} + + + )} + + {/* Categories */} + {galleryTemplate.addedFields?.categories && + galleryTemplate.addedFields.categories.length > 0 && ( + + + Categories: + + + {galleryTemplate.addedFields.categories.map((category, idx) => ( + + ))} + + + )} + + {/* SSO Modes */} + {galleryTemplate.addedFields?.supportedSingleSignOnModes && + galleryTemplate.addedFields.supportedSingleSignOnModes.length > 0 && ( + + + Supported SSO Modes: + + + {galleryTemplate.addedFields.supportedSingleSignOnModes.map((mode, idx) => ( + + ))} + + + )} + + {/* Provisioning Types */} + {galleryTemplate.addedFields?.supportedProvisioningTypes && + galleryTemplate.addedFields.supportedProvisioningTypes.length > 0 && ( + + + Supported Provisioning: + + + {galleryTemplate.addedFields.supportedProvisioningTypes.map((type, idx) => ( + + ))} + + + )} + + {/* Home Page URL */} + {galleryTemplate.addedFields?.homePageUrl && ( + + + Home Page: + + + {galleryTemplate.addedFields.homePageUrl} + + + )} + + {/* Template ID */} + + + Template ID: {galleryTemplate.value} + + + + {/* Auto-consent note */} + + Gallery templates will automatically consent to the required permissions defined in + the template's app registration. No manual permission configuration needed. + + + + + ); + } + + // If we have application manifest data, show that instead of permissions + if (applicationManifest) { + return ( + + ); + } + + // Ensure permissions is an object and has entries + if ( + typeof permissions !== "object" || + permissions === null || + Object.keys(permissions).length === 0 + ) { + return No permissions data available in this template.; + } + + return ( + + + {title} + + + + } + title="Application/Delegated Permissions" + /> + + + + + + + + + + + + + + {Object.entries(permissions).map(([resourceId, resourcePerms]) => { + const resourceName = getResourceDisplayName(resourceId); + const hasAppPermissions = + resourcePerms.applicationPermissions && + resourcePerms.applicationPermissions.length > 0; + const hasDelegatedPermissions = + resourcePerms.delegatedPermissions && resourcePerms.delegatedPermissions.length > 0; + + return ( + + + + {resourceName} + {showAppIds && ( + + {resourceId} + + )} + + + {hasAppPermissions && ( + + + Application Permissions ({resourcePerms.applicationPermissions.length}) + + + {resourcePerms.applicationPermissions.map((perm, idx) => { + const description = + getPermissionDescription(resourceId, perm.id, "application") || + perm.description || + "No description available"; + return ( + + + + ); + })} + + + )} + + {hasDelegatedPermissions && ( + + + Delegated Permissions ({resourcePerms.delegatedPermissions.length}) + + + {resourcePerms.delegatedPermissions.map((perm, idx) => { + const description = + getPermissionDescription(resourceId, perm.id, "delegated") || + perm.description || + "No description available"; + return ( + + + + ); + })} + + + )} + + + ); + })} + + + + + + {Object.entries(permissions) + .filter( + ([_, perms]) => + perms.applicationPermissions && perms.applicationPermissions.length > 0 + ) + .map(([resourceId, resourcePerms]) => { + const resourceName = getResourceDisplayName(resourceId); + return ( + + + + {resourceName} + {showAppIds && ( + + {resourceId} + + )} + + + {resourcePerms.applicationPermissions.map((perm, idx) => { + const description = + getPermissionDescription(resourceId, perm.id, "application") || + perm.description || + "No description available"; + return ( + + + + ); + })} + + + + ); + })} + {!Object.values(permissions).some( + (perms) => perms.applicationPermissions && perms.applicationPermissions.length > 0 + ) && No application permissions in this template.} + + + + + + {Object.entries(permissions) + .filter( + ([_, perms]) => perms.delegatedPermissions && perms.delegatedPermissions.length > 0 + ) + .map(([resourceId, resourcePerms]) => { + const resourceName = getResourceDisplayName(resourceId); + return ( + + + + {resourceName} + {showAppIds && ( + + {resourceId} + + )} + + + {resourcePerms.delegatedPermissions.map((perm, idx) => { + const description = + getPermissionDescription(resourceId, perm.id, "delegated") || + perm.description || + "No description available"; + return ( + + + + ); + })} + + + + ); + })} + {!Object.values(permissions).some( + (perms) => perms.delegatedPermissions && perms.delegatedPermissions.length > 0 + ) && No delegated permissions in this template.} + + + + + ); +}; + +// Component to handle individual service principal resource details +const ServicePrincipalResourceDetails = ({ + resource, + servicePrincipalId, + expandedResource, + handleAccordionChange, +}) => { + // Fetch individual service principal details using ApiGetCall + const { + data: servicePrincipalData, + isSuccess: spDetailSuccess, + isFetching: spDetailFetching, + isLoading: spDetailLoading, + } = ApiGetCall({ + url: "/api/ExecServicePrincipals", + data: { Id: servicePrincipalId }, + queryKey: `execServicePrincipal-details-${servicePrincipalId}`, + waiting: !!servicePrincipalId, + }); + + const spDetails = servicePrincipalData?.Results; + + // Helper to get permission details + const getPermissionDetails = (permissionId, type) => { + if (!spDetails) return { name: permissionId, description: "Loading..." }; + + if (type === "Role") { + const foundRole = spDetails.appRoles?.find((role) => role.id === permissionId); + return { + name: foundRole?.value || permissionId, + description: foundRole?.description || "No description available", + }; + } else { + const foundScope = spDetails.publishedPermissionScopes?.find( + (scope) => scope.id === permissionId + ); + return { + name: foundScope?.value || permissionId, + description: + foundScope?.userConsentDescription || + foundScope?.description || + "No description available", + }; + } + }; + + const resourceName = spDetails?.displayName || resource.resourceAppId; + const appPermissions = resource.resourceAccess?.filter((access) => access.type === "Role") || []; + const delegatedPermissions = + resource.resourceAccess?.filter((access) => access.type === "Scope") || []; + + return ( + + }> + + + {spDetailLoading || spDetailFetching ? "Loading..." : resourceName} + + + + + + } + title="Application/Delegated Permissions" + /> + + + + + {(spDetailLoading || spDetailFetching) && ( + + )} + + {spDetailSuccess && spDetails && ( + <> + {appPermissions.length > 0 && ( + + + Application Permissions ({appPermissions.length}) + + + {appPermissions.map((permission, idx) => { + const permDetails = getPermissionDetails(permission.id, "Role"); + return ( + + + + ); + })} + + + )} + + {delegatedPermissions.length > 0 && ( + + + Delegated Permissions ({delegatedPermissions.length}) + + + {delegatedPermissions.map((permission, idx) => { + const permDetails = getPermissionDetails(permission.id, "Scope"); + return ( + + + + ); + })} + + + )} + + )} + + + ); +}; + +// Component to handle Application Manifest preview with detailed permission expansion +const ApplicationManifestPreview = ({ applicationManifest, title, maxHeight }) => { + const [expandedResource, setExpandedResource] = useState(false); + + // Get unique resource IDs from required resource access + const resourceIds = + applicationManifest.requiredResourceAccess?.map((resource) => resource.resourceAppId) || []; + + // Fetch the service principal list to get object IDs + const { + data: servicePrincipals = [], + isSuccess: spSuccess, + isFetching: spFetching, + isLoading: spLoading, + } = ApiGetCall({ + url: "/api/ExecServicePrincipals", + data: { Select: "appId,displayName,id" }, + queryKey: "execServicePrincipalList-cipp-permission-preview", + waiting: true, + }); + + // Helper to get service principal ID by appId + const getServicePrincipalId = (appId) => { + if (spSuccess && servicePrincipals?.Results) { + const sp = servicePrincipals.Results.find((sp) => sp.appId === appId); + return sp?.id || null; + } + return null; + }; + + const handleAccordionChange = (panel) => (event, newExpanded) => { + setExpandedResource(newExpanded ? panel : false); + }; + + return ( + + {title} + + + {/* App Basic Info */} + + + {applicationManifest.displayName || "Custom Application"} + + {applicationManifest.description && ( + + {applicationManifest.description} + + )} + + + {/* Application Properties */} + + + Application Properties: + + + {applicationManifest.signInAudience && ( + + + + )} + {applicationManifest.web?.redirectUris && + applicationManifest.web.redirectUris.length > 0 && ( + + + + )} + + + + {/* Required Resource Access with detailed permissions */} + {applicationManifest.requiredResourceAccess && + applicationManifest.requiredResourceAccess.length > 0 && ( + + + Required Permissions: + + {(spLoading || spFetching) && ( + + )} + {spSuccess && + servicePrincipals?.Results && + applicationManifest.requiredResourceAccess.map((resource, index) => { + const servicePrincipalId = getServicePrincipalId(resource.resourceAppId); + + return ( + + ); + })} + + )} + + {/* Custom application note */} + {/* Validation warning for signInAudience */} + {applicationManifest.signInAudience && + applicationManifest.signInAudience !== "AzureADMyOrg" && ( + + + Invalid signInAudience: "{applicationManifest.signInAudience}" + + + For security reasons, Application Manifests must have signInAudience set to + "AzureADMyOrg" or not defined in the JSON. This template cannot be deployed with + the current signInAudience value. + + + )} + + + This application will be created from a custom manifest. All permissions and + configuration are defined within the manifest JSON. + + + + + ); +}; + +export default CippPermissionPreview; diff --git a/src/components/CippComponents/CippPermissionSetDrawer.jsx b/src/components/CippComponents/CippPermissionSetDrawer.jsx new file mode 100644 index 000000000000..de9f45b6d58f --- /dev/null +++ b/src/components/CippComponents/CippPermissionSetDrawer.jsx @@ -0,0 +1,206 @@ +import React, { useState, useEffect, useMemo } from "react"; +import { Button, Typography, Alert, Box, Stack } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm } from "react-hook-form"; +import { Edit, Add } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippApiResults } from "./CippApiResults"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import CippAppPermissionBuilder from "./CippAppPermissionBuilder"; + +export const CippPermissionSetDrawer = ({ + buttonText = "New Permission Set", + isEditMode = false, + templateId = null, + requiredPermissions = [], + PermissionButton = Button, + onSuccess = () => {}, + drawerVisible: controlledDrawerVisible, + setDrawerVisible: controlledSetDrawerVisible, + rowAction = false, +}) => { + const [internalDrawerVisible, internalSetDrawerVisible] = useState(false); + const drawerVisible = + controlledDrawerVisible !== undefined ? controlledDrawerVisible : internalDrawerVisible; + const setDrawerVisible = + controlledSetDrawerVisible !== undefined + ? controlledSetDrawerVisible + : internalSetDrawerVisible; + + const [initialPermissions, setInitialPermissions] = useState(null); + const [refetchKey, setRefetchKey] = useState(0); + + // Fetch existing template data in edit mode + const templateInfo = ApiGetCall({ + url: templateId ? `/api/ExecAppPermissionTemplate?TemplateId=${templateId}` : null, + queryKey: templateId ? ["execAppPermissionTemplate", templateId, refetchKey] : null, + waiting: !!drawerVisible && !!isEditMode && !!templateId, + }); + + // Default form values + const defaultFormValues = useMemo( + () => ({ + templateName: "", + }), + [] + ); + + const formControl = useForm({ + mode: "onChange", + defaultValues: defaultFormValues, + }); + + // API call for submit + const updatePermissions = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["ExecAppPermissionTemplate", "execAppPermissionTemplate"], + }); + + // Process template data for editing + useEffect(() => { + if (isEditMode && templateInfo.isSuccess && templateInfo.data) { + const template = Array.isArray(templateInfo.data) ? templateInfo.data[0] : templateInfo.data; + + if (template) { + setInitialPermissions({ + TemplateId: template.TemplateId, + Permissions: template.Permissions, + TemplateName: template.TemplateName, + }); + formControl.setValue("templateName", template.TemplateName, { + shouldValidate: true, + shouldDirty: false, + }); + } + } else if (!isEditMode && drawerVisible) { + // Initialize with empty structure for new templates + setInitialPermissions({ + Permissions: {}, + TemplateName: "New Permission Set", + }); + formControl.setValue("templateName", "New Permission Set"); + } + }, [templateInfo.isSuccess, templateInfo.data, isEditMode, drawerVisible]); + + const handleUpdatePermissions = (data) => { + let payload = { + ...data, + }; + + if (isEditMode && templateId) { + // For editing, include the template ID + payload.TemplateId = templateId; + } + + // Use the current value from the text field + payload.TemplateName = formControl.getValues("templateName"); + + updatePermissions.mutate( + { + url: "/api/ExecAppPermissionTemplate?Action=Save", + data: payload, + queryKey: "execAppPermissionTemplate", + }, + { + onSuccess: (data) => { + if (onSuccess) { + onSuccess(data); + } + // Refresh the data + setRefetchKey((prev) => prev + 1); + + // Close the drawer after successful save + setDrawerVisible(false); + + // Reset form for next use + if (!isEditMode) { + formControl.reset(defaultFormValues); + setInitialPermissions(null); + } + }, + } + ); + }; + + const handleDrawerClose = () => { + setDrawerVisible(false); + if (!isEditMode) { + formControl.reset(defaultFormValues); + setInitialPermissions(null); + } + }; + + return ( + <> + {!rowAction && ( + setDrawerVisible(true)} + startIcon={isEditMode ? : } + requiredPermissions={requiredPermissions} + > + {buttonText} + + )} + + + + + {isEditMode + ? "Modify the permissions in this permission set. Any changes will affect all applications using this permission set." + : "Create a new permission set to define a collection of application permissions."} + + + + Permission sets allow you to define collections of permissions that can be applied to + applications consistently. + + + + + {templateInfo.isFetching && isEditMode && ( + Loading permission set data... + )} + + {initialPermissions && !templateInfo.isFetching && ( + <> + + Choose the permissions you want to assign to this permission set. Microsoft Graph + is the default Service Principal added and you can choose to add additional + Service Principals as needed. Note that some Service Principals do not have any + published permissions to choose from. + + + + + )} + + + + + + + ); +}; + +export default CippPermissionSetDrawer; diff --git a/src/components/CippComponents/CippPolicyDeployDrawer.jsx b/src/components/CippComponents/CippPolicyDeployDrawer.jsx new file mode 100644 index 000000000000..619f516496cd --- /dev/null +++ b/src/components/CippComponents/CippPolicyDeployDrawer.jsx @@ -0,0 +1,223 @@ +import { useEffect, useState } from "react"; +import { Button, Stack, Box } from "@mui/material"; +import { RocketLaunch } from "@mui/icons-material"; +import { useForm, useWatch, useFormState } from "react-hook-form"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import CippFormComponent from "./CippFormComponent"; +import CippJsonView from "../CippFormPages/CippJSONView"; +import { Grid } from "@mui/system"; +import { CippFormCondition } from "./CippFormCondition"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; + +export const CippPolicyDeployDrawer = ({ + buttonText = "Deploy Policy", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const formControl = useForm({ + mode: "onChange", + }); + const { isValid } = useFormState({ control: formControl.control }); + const tenantFilter = useSettings()?.tenantFilter; + const selectedTenants = useWatch({ control: formControl.control, name: "tenantFilter" }) || []; + const CATemplates = ApiGetCall({ url: "/api/ListIntuneTemplates", queryKey: "IntuneTemplates" }); + const [JSONData, setJSONData] = useState(); + const watcher = useWatch({ control: formControl.control, name: "TemplateList" }); + const jsonWatch = useWatch({ control: formControl.control, name: "RAWJson" }); + useEffect(() => { + if (CATemplates.isSuccess && watcher?.value) { + const template = CATemplates.data?.find((template) => template.GUID === watcher.value); + if (template) { + const jsonTemplate = template.RAWJson ? JSON.parse(template.RAWJson) : null; + setJSONData(jsonTemplate); + formControl.setValue("RAWJson", template.RAWJson); + formControl.setValue("displayName", template.Displayname); + formControl.setValue("description", template.Description); + formControl.setValue("TemplateType", template.Type); + } + } + }, [watcher]); + const deployPolicy = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: [ + "IntuneTemplates", + `Configuration Policies - ${tenantFilter}`, + `Compliance Policies - ${tenantFilter}`, + `Protection Policies - ${tenantFilter}`, + ], + }); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + + const formData = formControl.getValues(); + console.log("Submitting form data:", formData); + deployPolicy.mutate({ + url: "/api/AddPolicy", + relatedQueryKeys: [ + "IntuneTemplates", + "Configuration Policies", + "Compliance Policies", + "Protection Policies", + ], + data: { ...formData }, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset(); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + ({ + label: template.Displayname, + value: template.GUID, + })) + : [] + } + /> + + + + + + + + + + + + + + {(() => { + const rawJson = jsonWatch ? jsonWatch : ""; + const placeholderMatches = [...rawJson.matchAll(/%(\w+)%/g)].map((m) => m[1]); + const uniquePlaceholders = Array.from(new Set(placeholderMatches)); + if (uniquePlaceholders.length === 0 || selectedTenants.length === 0) { + return null; + } + return uniquePlaceholders.map((placeholder) => ( + + {selectedTenants.map((tenant, idx) => ( + + ))} + + )); + })()} + + + + + + ); +}; diff --git a/src/components/CippComponents/CippPolicyImportDrawer.jsx b/src/components/CippComponents/CippPolicyImportDrawer.jsx new file mode 100644 index 000000000000..a069c9585f92 --- /dev/null +++ b/src/components/CippComponents/CippPolicyImportDrawer.jsx @@ -0,0 +1,534 @@ +import { useState } from "react"; +import { + Button, + Stack, + TextField, + Typography, + Box, + Dialog, + DialogTitle, + DialogContent, + DialogActions, + Skeleton, +} from "@mui/material"; +import { CloudUpload, Search, Visibility } from "@mui/icons-material"; +import { useForm, useWatch } from "react-hook-form"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import CippFormComponent from "./CippFormComponent"; +import CippJsonView from "../CippFormPages/CippJSONView"; +import { CippApiResults } from "./CippApiResults"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { CippFolderNavigation } from "./CippFolderNavigation"; + +export const CippPolicyImportDrawer = ({ + buttonText = "Browse Catalog", + requiredPermissions = [], + PermissionButton = Button, + mode = "Intune", +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const [searchQuery, setSearchQuery] = useState(""); + const [viewDialogOpen, setViewDialogOpen] = useState(false); + const [viewingPolicy, setViewingPolicy] = useState(null); + const [selectedFile, setSelectedFile] = useState(null); + const formControl = useForm(); + + const selectedSource = useWatch({ control: formControl.control, name: "policySource" }); + const tenantFilter = useWatch({ control: formControl.control, name: "tenantFilter" }); + + // API calls + const communityRepos = ApiGetCall({ + url: "/api/ListCommunityRepos", + queryKey: "CommunityRepos-List", + }); + + const tenantPolicies = ApiGetCall({ + url: + mode === "ConditionalAccess" + ? `/api/ListCATemplates?TenantFilter=${tenantFilter?.value || ""}` + : mode === "Standards" + ? `/api/listStandardTemplates?TenantFilter=${tenantFilter?.value || ""}` + : `/api/ListIntunePolicy?type=ESP&TenantFilter=${tenantFilter?.value || ""}`, + queryKey: `TenantPolicies-${mode}-${tenantFilter?.value || "none"}`, + // Enable fetching only after a tenant is selected when source is tenant + waiting: selectedSource?.value === "tenant" && !!tenantFilter?.value, + }); + + const repoPolicies = ApiGetCall({ + url: `/api/ExecGitHubAction?Action=GetFileTree&FullName=${ + selectedSource?.value || "" + }&Branch=main`, + queryKey: `RepoPolicies-${mode}-${selectedSource?.value || "none"}`, + waiting: !!(selectedSource?.value && selectedSource?.value !== "tenant"), + }); + + const repositoryFiles = ApiGetCall({ + url: `/api/ExecGitHubAction?Action=GetFileTree&FullName=${ + selectedSource?.value || "" + }&Branch=main`, + queryKey: `RepositoryFiles-${selectedSource?.value || "none"}`, + waiting: !!(selectedSource?.value && selectedSource?.value !== "tenant"), + }); + + const importPolicy = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: + mode === "ConditionalAccess" + ? ["ListCATemplates-table"] + : mode === "Standards" + ? ["listStandardTemplates"] + : ["ListIntuneTemplates-table", "ListIntuneTemplates-autcomplete"], + }); + + const viewPolicyQuery = ApiPostCall({ + onResult: (resp) => { + let content = resp?.Results?.content?.trim() || "{}"; + content = content.replace( + /^[\u0000-\u001F\u007F-\u009F]+|[\u0000-\u001F\u007F-\u009F]+$/g, + "" + ); + try { + setViewingPolicy(JSON.parse(content)); + } catch (e) { + console.error("Invalid JSON content:", e); + setViewingPolicy({}); + } + }, + }); + + const handleImportPolicy = (policy) => { + if (!policy) return; + + try { + if (selectedSource?.value === "tenant") { + // For tenant policies, use appropriate API based on mode + if (mode === "ConditionalAccess") { + // For Conditional Access, convert RawJSON to object and send the contents + let policyData = policy; + + // If the policy has RawJSON, parse it and use that as the data + if (policy.RawJSON) { + try { + policyData = JSON.parse(policy.RawJSON); + } catch (e) { + console.error("Failed to parse RawJSON:", e); + policyData = policy; + } + } + + // Send the object contents directly with tenantFilter + const caTemplateData = { + tenantFilter: tenantFilter?.value, + ...policyData, + }; + + importPolicy.mutate({ + url: "/api/AddCATemplate", + data: caTemplateData, + }); + } else if (mode === "Standards") { + // For Standards templates, clone the template + importPolicy.mutate({ + url: "/api/AddStandardTemplate", + data: { + tenantFilter: tenantFilter?.value, + templateId: policy.GUID, + clone: true, + }, + }); + } else { + // For Intune policies, use existing format + importPolicy.mutate({ + url: "/api/AddIntuneTemplate", + data: { + tenantFilter: tenantFilter?.value, + ID: policy.id, + URLName: policy.URLName || "GroupPolicyConfigurations", + }, + }); + } + } else { + // For community repository files, use ExecCommunityRepo + importPolicy.mutate({ + url: "/api/ExecCommunityRepo", + data: { + tenantFilter: tenantFilter?.value || "AllTenants", + Action: "ImportTemplate", + FullName: selectedSource?.value, + Path: policy.path, + Branch: "main", + Type: mode, + }, + }); + } + } catch (error) { + console.error("Error importing policy:", error); + } + }; + + const handleViewPolicy = (policy) => { + if (!policy) return; + + try { + if (selectedSource?.value !== "tenant" && selectedSource?.value) { + // For community repository files, fetch the file content + viewPolicyQuery.mutate({ + url: "/api/ExecGitHubAction", + data: { + Action: "GetFileContents", + FullName: selectedSource.value, + Path: policy.path || "", + Branch: "main", + }, + }); + } else { + // For tenant policies, use the policy object directly + setViewingPolicy(policy || {}); + } + setViewDialogOpen(true); + } catch (error) { + console.error("Error viewing policy:", error); + } + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + setSearchQuery(""); + setViewingPolicy(null); + setSelectedFile(null); + // Don't reset form at all to avoid any potential issues + }; + + const handleFileSelect = (file) => { + setSelectedFile(file); + }; + + const handleCloseViewDialog = () => { + setViewDialogOpen(false); + setViewingPolicy(null); + }; + + const formatPolicyName = (policy) => { + // Safety check + if (!policy) return "Unnamed Policy"; + + // For tenant policies, use displayName or name + if (policy.displayName || policy.name) { + return policy.displayName || policy.name; + } + + // For repository files, format the path nicely + if (policy.path) { + try { + // Remove file extension + let name = policy.path.replace(/\.(json|yaml|yml)$/i, ""); + + // Remove directory path, keep only filename + name = name.split("/").pop(); + + // Replace underscores with spaces and clean up + name = name.replace(/_/g, " "); + + // Remove common prefixes like "CIPP_" + name = name.replace(/^CIPP\s*/i, ""); + + // Capitalize first letter of each word + name = name.replace(/\b\w/g, (l) => l.toUpperCase()); + + return name || "Unnamed Policy"; + } catch (error) { + console.warn("Error formatting policy name:", error); + return policy.path || "Unnamed Policy"; + } + } + + return "Unnamed Policy"; + }; + + // Get policies based on source + let availablePolicies = []; + if (selectedSource?.value === "tenant" && tenantPolicies.isSuccess && tenantFilter?.value) { + const tpData = tenantPolicies.data; + if (Array.isArray(tpData)) { + availablePolicies = tpData; + } else if (Array.isArray(tpData?.Results)) { + availablePolicies = tpData.Results; + } else if (tpData?.Results && typeof tpData.Results === "object") { + // Handle edge case where Results might be an object of keyed items + availablePolicies = Object.values(tpData.Results).filter(Boolean); + } else { + availablePolicies = []; + } + } else if ( + selectedSource?.value && + selectedSource?.value !== "tenant" && + repoPolicies.isSuccess + ) { + const repoData = repoPolicies.data?.Results || repoPolicies.data || []; + availablePolicies = Array.isArray(repoData) ? repoData : []; + } + + const filteredPolicies = (() => { + if (!Array.isArray(availablePolicies)) return []; + + if (!searchQuery?.trim()) return availablePolicies; + + return availablePolicies.filter((policy) => { + if (!policy) return false; + const searchLower = searchQuery.toLowerCase(); + return ( + policy.displayName?.toLowerCase().includes(searchLower) || + policy.description?.toLowerCase().includes(searchLower) || + policy.name?.toLowerCase().includes(searchLower) || + policy.path?.toLowerCase().includes(searchLower) + ); + }); + })(); + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + } + > + + + ({ + label: `${repo?.Name || "Unknown"} (${repo?.URL || "Unknown"})`, + value: repo?.FullName || "", + })).filter((option) => option.value) + : []), + { label: "Get template from existing tenant", value: "tenant" }, + ]} + /> + + {selectedSource?.value === "tenant" && ( + + + + )} + + + {/* Content based on source */} + + {selectedSource?.value === "tenant" ? ( + // Tenant policies - show traditional list + <> + setSearchQuery(e.target.value)} + InputProps={{ + startAdornment: , + }} + placeholder="Search by policy name or description..." + /> + + Available Policies ({filteredPolicies.length}) + + {tenantPolicies.isLoading ? ( + <> + {[...Array(3)].map((_, index) => ( + + + + + + + + + ))} + + ) : Array.isArray(filteredPolicies) && filteredPolicies.length > 0 ? ( + filteredPolicies.map((policy, index) => { + if (!policy) return null; + return ( + + + + + + + {formatPolicyName(policy)} + + {policy?.description && ( + + {policy.description} + + )} + + + + ); + }) + ) : ( + + No policies available. + + )} + + + + ) : selectedSource?.value ? ( + // Repository source - show iOS-style folder navigation + <> + + Browse Repository Files + + {repositoryFiles.isLoading ? ( + + {/* Navigation skeleton */} + + + + + {/* File/folder list skeleton */} + + {[...Array(5)].map((_, index) => ( + + + + + + + + + ))} + + + ) : repositoryFiles.isSuccess ? ( + + + + ) : ( + + Unable to load repository files. + + )} + + + + + + ) : ( + + Please select a policy source to continue. + + )} + + + + + + + + + + Policy Details + + {viewPolicyQuery.isPending ? ( + + + + ) : ( + + )} + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippPropertyList.jsx b/src/components/CippComponents/CippPropertyList.jsx new file mode 100644 index 000000000000..e6b5fed8f1d0 --- /dev/null +++ b/src/components/CippComponents/CippPropertyList.jsx @@ -0,0 +1,130 @@ +import { Skeleton, Stack } from "@mui/material"; +import { PropertyList } from "../../components/property-list"; +import { PropertyListItem } from "../../components/property-list-item"; + +export const CippPropertyList = (props) => { + const { + align = "vertical", + propertyItems = [], + isFetching, + copyItems = false, + layout = "single", + showDivider = true, + } = props; + + const half = Math.ceil(propertyItems.length / 2); + const firstHalf = propertyItems.slice(0, half); + const secondHalf = propertyItems.slice(half, propertyItems.length); + + const isLabelPresent = (item) => { + return item?.label === "" || item?.label === undefined || item?.label === null; + }; + + const setPadding = isLabelPresent ? { py: 0.5, px: 3 } : { py: 1.5, px: 3 }; + return ( + <> + {layout === "single" ? ( + + {isFetching ? ( + <> + {propertyItems.map((item, index) => ( + } + sx={setPadding} + {...item} + /> + ))} + + ) : ( + propertyItems.map((item, index) => ( + + )) + )} + + ) : ( + // Two-column layout + ( *": { + width: { + md: "100%", + lg: "50%", + }, + }, + }} + > + + {isFetching ? ( + <> + {firstHalf.map((item, index) => ( + } + sx={setPadding} + /> + ))} + + ) : ( + firstHalf.map((item, index) => ( + + )) + )} + + + {isFetching ? ( + <> + {secondHalf.map((item, index) => ( + } + sx={() => { + if (item?.label === "" || item?.label === undefined || item?.label === null) { + return { py: 0 }; + } + }} + /> + ))} + + ) : ( + secondHalf.map((item, index) => ( + + )) + )} + + ) + )} + + ); +}; diff --git a/src/components/CippComponents/CippRestoreBackupDrawer.jsx b/src/components/CippComponents/CippRestoreBackupDrawer.jsx new file mode 100644 index 000000000000..b8782aa6d401 --- /dev/null +++ b/src/components/CippComponents/CippRestoreBackupDrawer.jsx @@ -0,0 +1,384 @@ +import React, { useState, useEffect } from "react"; +import { Button, Box, Typography, Alert, AlertTitle, Divider, Chip, Stack } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useFormState } from "react-hook-form"; +import { SettingsBackupRestore } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormCondition } from "./CippFormCondition"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; + +export const CippRestoreBackupDrawer = ({ + buttonText = "Restore Backup", + backupName = null, + backupData = null, + requiredPermissions = [], + PermissionButton = Button, + ...props +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const userSettingsDefaults = useSettings(); + const tenantFilter = userSettingsDefaults.currentTenant || ""; + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + tenantFilter: tenantFilter, + users: true, + groups: true, + ca: true, + intuneconfig: true, + intunecompliance: true, + intuneprotection: true, + antispam: true, + antiphishing: true, + CippWebhookAlerts: true, + CippScriptedAlerts: true, + CippCustomVariables: true, + CippStandards: true, + overwrite: false, + webhook: false, + email: false, + psa: false, + backup: backupName ? { value: backupName, label: backupName } : null, + }, + }); + + const restoreBackup = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: [`BackupTasks-${tenantFilter}`], + }); + + const { isValid, isDirty } = useFormState({ control: formControl.control }); + + useEffect(() => { + if (restoreBackup.isSuccess) { + formControl.reset({ + tenantFilter: tenantFilter, + users: true, + groups: true, + ca: true, + intuneconfig: true, + intunecompliance: true, + intuneprotection: true, + antispam: true, + antiphishing: true, + CippWebhookAlerts: true, + CippScriptedAlerts: true, + CippCustomVariables: true, + CippStandards: true, + overwrite: false, + webhook: false, + email: false, + psa: false, + backup: backupName ? { value: backupName, label: backupName } : null, + }); + } + }, [restoreBackup.isSuccess]); + + const handleSubmit = () => { + formControl.trigger(); + if (!isValid) { + return; + } + const values = formControl.getValues(); + const startDate = new Date(); + const unixTime = Math.floor(startDate.getTime() / 1000) - 45; + + // If in AllTenants context, use the tenant from the backup data + let tenantFilterValue = tenantFilter; + if (tenantFilter === "AllTenants" && backupData?.tenantSource) { + tenantFilterValue = backupData.tenantSource; + } + + const shippedValues = { + TenantFilter: tenantFilterValue, + Name: `CIPP Restore ${tenantFilterValue}`, + Command: { value: `New-CIPPRestore` }, + Parameters: { + Type: "Scheduled", + RestoreValues: { + backup: values.backup?.value || values.backup, + users: values.users, + groups: values.groups, + ca: values.ca, + intuneconfig: values.intuneconfig, + intunecompliance: values.intunecompliance, + intuneprotection: values.intuneprotection, + antispam: values.antispam, + antiphishing: values.antiphishing, + CippWebhookAlerts: values.CippWebhookAlerts, + CippScriptedAlerts: values.CippScriptedAlerts, + CippCustomVariables: values.CippCustomVariables, + overwrite: values.overwrite, + }, + }, + ScheduledTime: unixTime, + PostExecution: { + Webhook: values.webhook, + Email: values.email, + PSA: values.psa, + }, + DisallowDuplicateName: true, + }; + + restoreBackup.mutate({ + url: "/api/AddScheduledItem", + data: shippedValues, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + tenantFilter: tenantFilter, + users: true, + groups: true, + ca: true, + intuneconfig: true, + intunecompliance: true, + intuneprotection: true, + antispam: true, + antiphishing: true, + CippWebhookAlerts: true, + CippScriptedAlerts: true, + CippCustomVariables: true, + CippStandards: true, + overwrite: false, + webhook: false, + email: false, + psa: false, + backup: backupName ? { value: backupName, label: backupName } : null, + }); + }; + + return ( + <> + setDrawerVisible(true)} + startIcon={} + {...props} + > + {buttonText} + + + + + + } + > + + + Use this form to restore a backup for a tenant. Please select the backup and restore + options. + + + + {/* Backup Selector */} + + { + const match = option.BackupName.match(/.*_(\d{4}-\d{2}-\d{2})-(\d{2})(\d{2})/); + const dateTime = match + ? `${match[1]} @ ${match[2]}:${match[3]}` + : option.BackupName; + const tenantDisplay = + tenantFilter === "AllTenants" ? ` (${option.TenantFilter})` : ""; + return `${dateTime}${tenantDisplay}`; + }, + valueField: "BackupName", + data: { + Type: "Scheduled", + NameOnly: true, + tenantFilter: tenantFilter, + }, + }} + formControl={formControl} + required={true} + validators={{ + validate: (value) => !!value || "Please select a backup", + }} + /> + + + {/* Restore Settings */} + + Restore Settings + + + {/* Identity */} + + Identity + + + + + {/* Conditional Access */} + + Conditional Access + + + + {/* Intune */} + + Intune + + + + + + {/* Email Security */} + + Email Security + + + + + {/* CIPP */} + + CIPP + + + + + + {/* Overwrite Existing Entries */} + + + + + + Warning: Overwriting existing entries will remove the current + settings and replace them with the backup settings. If you have selected to + restore users, all properties will be overwritten with the backup settings. To + prevent and skip already existing entries, deselect the setting from the list + above, or disable overwrite. + + + + + + {/* Send Results To */} + + Send Restore results to: + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippSankey.jsx b/src/components/CippComponents/CippSankey.jsx new file mode 100644 index 000000000000..9fd49e3bc712 --- /dev/null +++ b/src/components/CippComponents/CippSankey.jsx @@ -0,0 +1,63 @@ +import { ResponsiveSankey } from "@nivo/sankey"; +import { useSettings } from "/src/hooks/use-settings"; + +export const CippSankey = ({ data }) => { + const settings = useSettings(); + const isDark = settings.currentTheme?.value === "dark"; + + const theme = { + tooltip: { + container: { + background: isDark ? "rgba(33, 33, 33, 0.95)" : "rgba(255, 255, 255, 0.95)", + color: isDark ? "#ffffff" : "#000000", + border: isDark ? "1px solid #555" : "1px solid #ccc", + borderRadius: "4px", + boxShadow: "0 2px 8px rgba(0, 0, 0, 0.15)", + fontSize: "12px", + padding: "8px 12px", + }, + }, + labels: { + text: { + fontSize: 12, + }, + }, + }; + + return ( +
    + node.nodeColor} + nodeOpacity={1} + nodeHoverOthersOpacity={0.35} + nodeThickness={18} + nodeSpacing={24} + nodeBorderWidth={0} + nodeBorderColor={{ + from: "color", + modifiers: [["darker", 0.8]], + }} + nodeBorderRadius={3} + linkOpacity={0.5} + linkHoverOthersOpacity={0.1} + linkContract={3} + linkBlendMode={isDark ? "lighten" : "multiply"} + enableLinkGradient={true} + labelPosition="inside" + labelOrientation="horizontal" + labelPadding={16} + labelTextColor={isDark ? "#ffffff" : "#000000"} + sort="input" + legends={[]} + valueFormat={(value) => `${value}`} + /> +
    + ); +}; diff --git a/src/components/CippComponents/CippScheduledTaskActions.jsx b/src/components/CippComponents/CippScheduledTaskActions.jsx new file mode 100644 index 000000000000..2df628a81cdb --- /dev/null +++ b/src/components/CippComponents/CippScheduledTaskActions.jsx @@ -0,0 +1,70 @@ +import { EyeIcon, TrashIcon } from "@heroicons/react/24/outline"; +import { CopyAll, Edit, PlayArrow } from "@mui/icons-material"; +import { usePermissions } from "../../hooks/use-permissions"; + +export const CippScheduledTaskActions = (drawerHandlers = {}) => { + const { checkPermissions } = usePermissions(); + const canWriteScheduler = checkPermissions(["CIPP.Scheduler.ReadWrite"]); + const canReadScheduler = checkPermissions(["CIPP.Scheduler.Read", "CIPP.Scheduler.ReadWrite"]); + + return [ + { + label: "View Task Details", + link: "/cipp/scheduler/task?id=[RowKey]", + icon: , + condition: () => canReadScheduler, + }, + { + label: "Run Now", + type: "POST", + url: "/api/AddScheduledItem", + data: { RowKey: "RowKey", RunNow: true }, + icon: , + confirmText: "Are you sure you want to run [Name]?", + allowResubmit: true, + condition: () => canWriteScheduler, + }, + { + label: "Edit Job", + customFunction: + drawerHandlers.openEditDrawer || + ((row) => { + // Fallback to page navigation if no drawer handler provided + window.location.href = `/cipp/scheduler/job?id=${row.RowKey}`; + }), + multiPost: false, + icon: , + color: "success", + showInActionsMenu: true, + noConfirm: true, + condition: () => canWriteScheduler, + }, + { + label: "Clone Job", + customFunction: + drawerHandlers.openCloneDrawer || + ((row) => { + // Fallback to page navigation if no drawer handler provided + window.location.href = `/cipp/scheduler/job?id=${row.RowKey}&Clone=True`; + }), + multiPost: false, + icon: , + color: "success", + showInActionsMenu: true, + noConfirm: true, + condition: () => canWriteScheduler, + }, + { + label: "Delete Job", + icon: , + type: "POST", + url: "/api/RemoveScheduledItem", + data: { id: "RowKey" }, + confirmText: "Are you sure you want to delete this job?", + multiPost: false, + condition: () => canWriteScheduler, + }, + ]; +}; + +export default CippScheduledTaskActions; diff --git a/src/components/CippComponents/CippSchedulerDrawer.jsx b/src/components/CippComponents/CippSchedulerDrawer.jsx new file mode 100644 index 000000000000..98510e77ce53 --- /dev/null +++ b/src/components/CippComponents/CippSchedulerDrawer.jsx @@ -0,0 +1,97 @@ +import { useState, useEffect } from "react"; +import { Button, Box, Typography, Alert, AlertTitle } from "@mui/material"; +import { useForm, useFormState } from "react-hook-form"; +import { CalendarDaysIcon } from "@heroicons/react/24/outline"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippSchedulerForm from "../CippFormPages/CippSchedulerForm"; +import { useSettings } from "../../hooks/use-settings"; + +export const CippSchedulerDrawer = ({ + buttonText = "Add Task", + requiredPermissions = [], + PermissionButton = Button, + onSuccess, + onClose, + taskId = null, + cloneMode = false, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const [formKey, setFormKey] = useState(0); + const userSettingsDefaults = useSettings(); + + const formControl = useForm({ + mode: "onBlur", + defaultValues: { + tenantFilter: userSettingsDefaults.currentTenant, + Recurrence: { value: "0", label: "Once" }, + taskType: { value: "scheduled", label: "Scheduled Task" }, + }, + }); + + const handleCloseDrawer = () => { + setDrawerVisible(false); + // Increment form key to force complete remount when reopening + setFormKey((prev) => prev + 1); + // Call onClose callback if provided (to clear parent state) + if (onClose) { + onClose(); + } + // Add a small delay before resetting to ensure drawer is closed + setTimeout(() => { + // Reset form to default values + formControl.reset({ + tenantFilter: userSettingsDefaults.currentTenant, + Recurrence: { value: "0", label: "Once" }, + taskType: { value: "scheduled", label: "Scheduled Task" }, + }); + }, 100); + }; + + const handleOpenDrawer = () => { + setDrawerVisible(true); + }; + + // Auto-open drawer if taskId is provided (for edit mode) + useEffect(() => { + if (taskId) { + setDrawerVisible(true); + } + }, [taskId]); + + return ( + <> + } + > + {buttonText} + + + + + Task Configuration + {taskId && cloneMode + ? "Clone this task with the same configuration. Modify the settings as needed and save to create a new task." + : taskId + ? "Edit the task configuration. Changes will be applied when you save." + : "Create a scheduled task or event-triggered task. Scheduled tasks run PowerShell commands at specified times, while triggered tasks respond to events like Azure AD changes."} + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippSettingsSideBar.jsx b/src/components/CippComponents/CippSettingsSideBar.jsx new file mode 100644 index 000000000000..693c55673d77 --- /dev/null +++ b/src/components/CippComponents/CippSettingsSideBar.jsx @@ -0,0 +1,167 @@ +import { + Alert, + Button, + Card, + CardActions, + CardContent, + CardHeader, + CircularProgress, + Divider, + Stack, + Typography, +} from "@mui/material"; +import CippFormComponent from "./CippFormComponent"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import { getCippError } from "../../utils/get-cipp-error"; +import { useFormState } from "react-hook-form"; +import { useEffect } from "react"; + +export const CippSettingsSideBar = (props) => { + const { formcontrol, initialUserType, ...others } = props; + const { isDirty, isValid } = useFormState({ control: formcontrol.control }); + + const currentUser = ApiGetCall({ + url: "/api/me", + queryKey: "authmecipp", + }); + + const saveSettingsPost = ApiPostCall({ + url: "/api/ExecUserSettings", + relatedQueryKeys: "userSettings", + }); + + // Set the correct default value once we have the initial user type and current user data + useEffect(() => { + if (initialUserType && currentUser.data?.clientPrincipal?.userDetails) { + const defaultUserOption = + initialUserType === "currentUser" + ? { + label: "Current User", + value: currentUser.data.clientPrincipal.userDetails, + } + : { + label: "All Users", + value: "allUsers", + }; + + // Only set if not already set to avoid infinite loops + const currentUserValue = formcontrol.getValues("user"); + if (!currentUserValue || currentUserValue.value !== defaultUserOption.value) { + formcontrol.setValue("user", defaultUserOption); + } + } + }, [initialUserType, currentUser.data?.clientPrincipal?.userDetails, formcontrol]); + + const handleSaveChanges = () => { + const formValues = formcontrol.getValues(); + + // Only include the specific form fields from preferences.js to avoid unmapped data + const currentSettings = { + // General Settings + usageLocation: formValues.usageLocation, + tablePageSize: formValues.tablePageSize, + userAttributes: formValues.userAttributes, + + // Table Filter Preferences + persistFilters: formValues.persistFilters, + + // Portal Links Configuration + portalLinks: { + M365_Portal: formValues.portalLinks?.M365_Portal, + Exchange_Portal: formValues.portalLinks?.Exchange_Portal, + Entra_Portal: formValues.portalLinks?.Entra_Portal, + Teams_Portal: formValues.portalLinks?.Teams_Portal, + Azure_Portal: formValues.portalLinks?.Azure_Portal, + Intune_Portal: formValues.portalLinks?.Intune_Portal, + SharePoint_Admin: formValues.portalLinks?.SharePoint_Admin, + Security_Portal: formValues.portalLinks?.Security_Portal, + Compliance_Portal: formValues.portalLinks?.Compliance_Portal, + Power_Platform_Portal: formValues.portalLinks?.Power_Platform_Portal, + Power_BI_Portal: formValues.portalLinks?.Power_BI_Portal, + }, + + // Offboarding Defaults + offboardingDefaults: { + ConvertToShared: formValues.offboardingDefaults?.ConvertToShared, + RemoveGroups: formValues.offboardingDefaults?.RemoveGroups, + HideFromGAL: formValues.offboardingDefaults?.HideFromGAL, + RemoveLicenses: formValues.offboardingDefaults?.RemoveLicenses, + removeCalendarInvites: formValues.offboardingDefaults?.removeCalendarInvites, + RevokeSessions: formValues.offboardingDefaults?.RevokeSessions, + removePermissions: formValues.offboardingDefaults?.removePermissions, + RemoveRules: formValues.offboardingDefaults?.RemoveRules, + ResetPass: formValues.offboardingDefaults?.ResetPass, + KeepCopy: formValues.offboardingDefaults?.KeepCopy, + DeleteUser: formValues.offboardingDefaults?.DeleteUser, + RemoveMobile: formValues.offboardingDefaults?.RemoveMobile, + DisableSignIn: formValues.offboardingDefaults?.DisableSignIn, + RemoveMFADevices: formValues.offboardingDefaults?.RemoveMFADevices, + RemoveTeamsPhoneDID: formValues.offboardingDefaults?.RemoveTeamsPhoneDID, + ClearImmutableId: formValues.offboardingDefaults?.ClearImmutableId, + }, + }; + + const shippedValues = { + user: formcontrol.getValues("user").value, + currentSettings: currentSettings, + }; + saveSettingsPost.mutate({ url: "/api/ExecUserSettings", data: shippedValues }); + }; + + // Create user options based on current user data + const getUserOptions = () => { + if (!currentUser.data?.clientPrincipal?.userDetails) { + return []; + } + + return [ + { + label: "Current User", + value: currentUser.data.clientPrincipal.userDetails, + }, + { + label: "All Users", + value: "allUsers", + }, + ]; + }; + + return ( + <> + + + + + + + Settings on this page can be saved for the current user, or all users. Select the + desired option below. + + + + {saveSettingsPost.isError && ( + {getCippError(saveSettingsPost.error)} + )} + {saveSettingsPost.isSuccess && ( + Settings saved successfully + )} + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippSharedMailboxDrawer.jsx b/src/components/CippComponents/CippSharedMailboxDrawer.jsx new file mode 100644 index 000000000000..2efaed2a67f7 --- /dev/null +++ b/src/components/CippComponents/CippSharedMailboxDrawer.jsx @@ -0,0 +1,139 @@ +import { useEffect, useState } from "react"; +import { Button } from "@mui/material"; +import { useForm } from "react-hook-form"; +import { Add } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormDomainSelector } from "./CippFormDomainSelector"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "../../hooks/use-settings"; +import { ApiPostCall } from "../../api/ApiCall"; +import { Grid } from "@mui/system"; + +export const CippSharedMailboxDrawer = ({ + buttonText = "Add Shared Mailbox", + requiredPermissions = [], + PermissionButton = Button, +}) => { + const [drawerVisible, setDrawerVisible] = useState(false); + const tenantDomain = useSettings().currentTenant; + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + displayName: "", + username: "", + domain: null, + }, + }); + + const createSharedMailbox = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["Mailboxes"], + }); + + const handleSubmit = () => { + const formData = formControl.getValues(); + const postData = { + tenantID: tenantDomain, + displayName: formData.displayName, + username: formData.username, + domain: formData.domain?.value, + }; + createSharedMailbox.mutate({ + url: "/api/AddSharedMailbox", + data: postData, + relatedQueryKeys: ["Mailboxes"], + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset({ + displayName: "", + username: "", + domain: null, + }); + }; + + // Reset form on successful creation, preserving the selected domain + useEffect(() => { + if (createSharedMailbox.isSuccess) { + const domain = formControl.getValues("domain"); + formControl.reset({ + displayName: "", + username: "", + domain: domain, + }); + } + }, [createSharedMailbox.isSuccess, formControl]); + + return ( + <> + setDrawerVisible(true)} + startIcon={} + > + {buttonText} + + + + + + } + > + + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippSpeedDial.jsx b/src/components/CippComponents/CippSpeedDial.jsx new file mode 100644 index 000000000000..4313ace7a7ef --- /dev/null +++ b/src/components/CippComponents/CippSpeedDial.jsx @@ -0,0 +1,222 @@ +import React, { useState, useEffect } from "react"; +import { + SpeedDial, + SpeedDialAction, + SpeedDialIcon, + Dialog, + DialogTitle, + DialogContent, + DialogActions, + Button, + Snackbar, + Alert, + CircularProgress, +} from "@mui/material"; +import { Close as CloseIcon } from "@mui/icons-material"; +import { useForm } from "react-hook-form"; +import { CippFormComponent } from "../../components/CippComponents/CippFormComponent"; + +const CippSpeedDial = ({ + actions = [], + position = { bottom: 16, right: 16 }, + icon, + openIcon = , +}) => { + const [openDialogs, setOpenDialogs] = useState({}); + const [loading, setLoading] = useState(false); + const [showSnackbar, setShowSnackbar] = useState(false); + const [speedDialOpen, setSpeedDialOpen] = useState(false); + const [isHovering, setIsHovering] = useState(false); + const [snackbarMessage, setSnackbarMessage] = useState(""); + + const formControls = actions.reduce((acc, action) => { + if (action.form) { + acc[action.id] = useForm({ + mode: "onChange", + defaultValues: action.form.defaultValues || {}, + }); + } + return acc; + }, {}); + + const handleSpeedDialClose = () => { + if (!isHovering) { + setTimeout(() => { + setSpeedDialOpen(false); + }, 200); + } + }; + + const handleMouseEnter = () => { + setIsHovering(true); + setSpeedDialOpen(true); + }; + + const handleMouseLeave = () => { + setIsHovering(false); + handleSpeedDialClose(); + }; + + const handleDialogOpen = (actionId) => { + setOpenDialogs((prev) => ({ ...prev, [actionId]: true })); + }; + + const handleDialogClose = (actionId) => { + setOpenDialogs((prev) => ({ ...prev, [actionId]: false })); + }; + + const handleSubmit = async (actionId, data) => { + if (!actions.find((a) => a.id === actionId)?.onSubmit) return; + + setLoading(true); + try { + const action = actions.find((a) => a.id === actionId); + const result = await action.onSubmit(data); + + if (result.success) { + formControls[actionId]?.reset(); + handleDialogClose(actionId); + } + setSnackbarMessage(result.message); + setShowSnackbar(true); + } catch (error) { + console.error(`Error submitting ${actionId}:`, error); + setSnackbarMessage("An error occurred while submitting"); + setShowSnackbar(true); + } finally { + setLoading(false); + } + }; + + useEffect(() => { + const handleClickOutside = (event) => { + if (speedDialOpen) { + const speedDial = document.querySelector('[aria-label="Navigation SpeedDial"]'); + if (speedDial && !speedDial.contains(event.target)) { + setSpeedDialOpen(false); + } + } + }; + + document.addEventListener("click", handleClickOutside); + return () => { + document.removeEventListener("click", handleClickOutside); + }; + }, [speedDialOpen]); + + return ( + <> + } + open={speedDialOpen} + onClose={handleSpeedDialClose} + onOpen={() => setSpeedDialOpen(true)} + onMouseEnter={handleMouseEnter} + onMouseLeave={handleMouseLeave} + > + {actions.map((action) => ( + { + if (action.form) { + handleDialogOpen(action.id); + } else if (action.onClick) { + action.onClick(); + } + setSpeedDialOpen(false); + }} + tooltipOpen + sx={{ + "&.MuiSpeedDialAction-fab": { + backgroundColor: "background.paper", + "&:hover": { + backgroundColor: "action.hover", + }, + }, + "& .MuiSpeedDialAction-staticTooltipLabel": { + cursor: "pointer", + whiteSpace: "nowrap", + marginRight: "10px", + padding: "6px 10px", + "&:hover": { + backgroundColor: "action.hover", + }, + }, + }} + /> + ))} + + + {actions + .filter((action) => action.form) + .map((action) => ( + handleDialogClose(action.id)} + maxWidth="md" + fullWidth + > + {action.form.title} + + + + + + + + + ))} + + setShowSnackbar(false)} + anchorOrigin={{ vertical: "bottom", horizontal: "center" }} + > + setShowSnackbar(false)} severity="success" sx={{ width: "100%" }}> + {snackbarMessage} + + + + ); +}; + +export default CippSpeedDial; diff --git a/src/components/CippComponents/CippTableDialog.jsx b/src/components/CippComponents/CippTableDialog.jsx new file mode 100644 index 000000000000..e31d4485263b --- /dev/null +++ b/src/components/CippComponents/CippTableDialog.jsx @@ -0,0 +1,30 @@ +import { Button, Dialog, DialogActions, DialogContent, DialogTitle } from "@mui/material"; +import { Stack } from "@mui/system"; +import { CippDataTable } from "../CippTable/CippDataTable"; + +export const CippTableDialog = (props) => { + const { createDialog, title, fields, api, simpleColumns, ...other } = props; + + return ( + + {title} + + + + + + + + + + ); +}; diff --git a/src/components/CippComponents/CippTablePage.jsx b/src/components/CippComponents/CippTablePage.jsx new file mode 100644 index 000000000000..60b6fc127b19 --- /dev/null +++ b/src/components/CippComponents/CippTablePage.jsx @@ -0,0 +1,85 @@ +import { Alert, Card, Divider } from "@mui/material"; +import { Box, Container, Stack } from "@mui/system"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { useSettings } from "../../hooks/use-settings"; +import { CippHead } from "./CippHead"; +import { useState } from "react"; + +export const CippTablePage = (props) => { + const { + title, + cardButton, + noDataButton, + actions, + apiUrl, + apiData, + apiDataKey, + columns, + columnsFromApi, + name, + options, + onChange, + offCanvas, + queryKey, + tableFilter, + tenantInTitle = true, + filters, + sx = { flexGrow: 1, pb: 4 }, + ...other + } = props; + const tenant = useSettings().currentTenant; + const [tableFilters] = useState(filters || []); + return ( + <> + + + + + {tableFilter} + {tenantInTitle && (!tenant || tenant === null) && ( + + No tenant selected. Please select a tenant from the dropdown above. + + )} + + + + ({ + id: filter.id || filter.columnId, + value: filter.value, + })) + : [], + }} + {...other} + /> + + + + + + ); +}; + +export default CippTablePage; diff --git a/src/components/CippComponents/CippTemplateEditor.jsx b/src/components/CippComponents/CippTemplateEditor.jsx new file mode 100644 index 000000000000..e223abf49962 --- /dev/null +++ b/src/components/CippComponents/CippTemplateEditor.jsx @@ -0,0 +1,317 @@ +import React, { useEffect, useState } from "react"; +import { Box, Typography, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm } from "react-hook-form"; +import CippFormPage from "/src/components/CippFormPages/CippFormPage"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import CippFormSkeleton from "/src/components/CippFormPages/CippFormSkeleton"; +import { ApiGetCall } from "/src/api/ApiCall"; +import { getCippTranslation } from "/src/utils/get-cipp-translation"; + +const CippTemplateEditor = ({ + templateId, + templateType, + apiConfig, + schemaConfig, + blacklistConfig, + priorityFields = [], + title, + backButtonTitle, + customDataFormatter, +}) => { + const [templateData, setTemplateData] = useState(null); + + // Default blacklist patterns that apply to all template types + const defaultBlacklistPatterns = [ + "id", + "createdDateTime", + "modifiedDateTime", + "@odata.*", + "GUID", + "Type", + "times", + "tenantFilter", + "*Id", + "*DateTime", + ]; + + // Combine default and custom blacklist patterns + const blacklistedFields = [ + ...defaultBlacklistPatterns, + ...(blacklistConfig?.patterns || []), + ]; + + const formControl = useForm({ mode: "onChange" }); + + // Fetch the template data + const templateQuery = ApiGetCall({ + url: `${apiConfig.fetchUrl}?${apiConfig.idParam}=${templateId}`, + queryKey: `${templateType}-${templateId}`, + enabled: !!templateId, + }); + + // Function to check if a field matches any blacklisted pattern (including wildcards) + const isFieldBlacklisted = (fieldName) => { + return blacklistedFields.some(pattern => { + if (pattern.includes('*')) { + // Convert wildcard pattern to regex + const regexPattern = pattern + .replace(/\*/g, '.*') + .replace(/\./g, '\\.'); + const regex = new RegExp(`^${regexPattern}$`, 'i'); + return regex.test(fieldName); + } + return pattern === fieldName; + }); + }; + + useEffect(() => { + if (templateQuery.isSuccess && templateQuery.data) { + // Find the template with matching ID + const template = Array.isArray(templateQuery.data) + ? templateQuery.data.find((t) => t[apiConfig.idParam] === templateId) + : templateQuery.data; + + if (template) { + setTemplateData(template); + // Set form values excluding blacklisted fields + const formValues = {}; + Object.keys(template).forEach((key) => { + if (!isFieldBlacklisted(key)) { + formValues[key] = template[key]; + } + }); + formControl.reset(formValues); + } + } + }, [templateQuery.isSuccess, templateQuery.data, templateId]); + + const renderFormField = (key, value, path = "") => { + const fieldPath = path ? `${path}.${key}` : key; + + if (isFieldBlacklisted(key)) { + return null; + } + + // Check for custom schema handling + const schemaField = schemaConfig?.fields?.[key.toLowerCase()]; + if (schemaField) { + return ( + + + + ); + } + + // Special handling for complex array fields (like LocationInfo and GroupInfo) + if (schemaConfig?.complexArrayFields?.some(pattern => + key.toLowerCase().includes(pattern.toLowerCase()) + )) { + // Don't render if value is null, undefined, empty array, or contains only null/empty items + if ( + !value || + (Array.isArray(value) && value.length === 0) || + (Array.isArray(value) && + value.every( + (item) => + item === null || + item === undefined || + (typeof item === "string" && item.trim() === "") || + (typeof item === "object" && item !== null && Object.keys(item).length === 0) + )) + ) { + return null; + } + + return ( + + + {getCippTranslation(key)} + + + + {Array.isArray(value) ? ( + value + .filter( + (item) => + item !== null && + item !== undefined && + !(typeof item === "string" && item.trim() === "") && + !(typeof item === "object" && item !== null && Object.keys(item).length === 0) + ) + .map((item, index) => ( + + + {getCippTranslation(key)} {index + 1} + + + {typeof item === "object" && item !== null ? ( + Object.entries(item).map(([subKey, subValue]) => + renderFormField(subKey, subValue, `${fieldPath}.${index}`) + ) + ) : ( + + + + )} + + + )) + ) : ( + + + No {getCippTranslation(key)} data available + + + )} + + + ); + } + + // Generic field type handling + if (typeof value === "boolean") { + return ( + + + + ); + } + + if (typeof value === "string") { + return ( + + + + ); + } + + if (Array.isArray(value) && value.every((item) => typeof item === "string")) { + return ( + + ({ label: item, value: item }))} + /> + + ); + } + + if (typeof value === "object" && value !== null && !Array.isArray(value)) { + return ( + + + {getCippTranslation(key)} + + + + {Object.entries(value).map(([subKey, subValue]) => + renderFormField(subKey, subValue, fieldPath) + )} + + + ); + } + + // For other types (numbers, complex arrays, etc.), render as text field + return ( + + + + ); + }; + + const defaultDataFormatter = (values) => { + return { + [apiConfig.idParam]: templateId, + ...values, + }; + }; + + if (templateQuery.isLoading) { + return ( + + + + ); + } + + if (templateQuery.isError || !templateData) { + return ( + + + Error loading template or template not found. + + + ); + } + + return ( + + + + Edit the properties of this template. Only editable properties are shown below. + + + + {templateData && ( + <> + {/* Render priority fields first */} + {priorityFields.map(fieldName => + templateData[fieldName] !== undefined && + renderFormField(fieldName, templateData[fieldName]) + )} + + {/* Render all other fields except priority fields */} + {Object.entries(templateData) + .filter(([key]) => !priorityFields.includes(key)) + .map(([key, value]) => renderFormField(key, value))} + + )} + + + + ); +}; + +export default CippTemplateEditor; \ No newline at end of file diff --git a/src/components/CippComponents/CippTemplateFieldRenderer.jsx b/src/components/CippComponents/CippTemplateFieldRenderer.jsx new file mode 100644 index 000000000000..7fae93ec413f --- /dev/null +++ b/src/components/CippComponents/CippTemplateFieldRenderer.jsx @@ -0,0 +1,705 @@ +import React from "react"; +import { Typography, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { getCippTranslation } from "/src/utils/get-cipp-translation"; +import intuneCollection from "/src/data/intuneCollection.json"; + +const CippTemplateFieldRenderer = ({ + templateData, + formControl, + templateType = "conditionalAccess", +}) => { + // Default blacklisted fields with wildcard support + const defaultBlacklistedFields = [ + "id", + "isAssigned", + "createdDateTime", + "modifiedDateTime", + "@odata.*", + "GUID", + "Type", + "times", + "tenantFilter", + "*Id", + "*DateTime", + ]; + + // Template-specific configurations + const templateConfigs = { + conditionalAccess: { + blacklistedFields: [ + ...defaultBlacklistedFields, + "membershipKind", + "countryLookupMethod", + "applicationFilter", + "includeAuthenticationContextClassReferences", + ], + priorityFields: ["displayName", "state", "DisplayName", "Name", "displayname"], + complexArrayFields: ["locationinfo", "groupinfo"], + schemaFields: { + operator: { + multiple: false, + options: [ + { label: "OR", value: "OR" }, + { label: "AND", value: "AND" }, + ], + }, + builtincontrols: { + multiple: true, + options: [ + { label: "Block", value: "block" }, + { label: "Multi-factor Authentication", value: "mfa" }, + { label: "Compliant Device", value: "compliantDevice" }, + { label: "Domain Joined Device", value: "domainJoinedDevice" }, + { label: "Approved Application", value: "approvedApplication" }, + { label: "Compliant Application", value: "compliantApplication" }, + { label: "Password Change", value: "passwordChange" }, + { label: "Unknown Future Value", value: "unknownFutureValue" }, + ], + }, + authenticationtype: { + multiple: false, + options: [ + { + label: "Primary and Secondary Authentication", + value: "primaryAndSecondaryAuthentication", + }, + { label: "Secondary Authentication", value: "secondaryAuthentication" }, + { label: "Unknown Future Value", value: "unknownFutureValue" }, + ], + }, + frequencyinterval: { + multiple: false, + options: [ + { label: "Time Based", value: "timeBased" }, + { label: "Every Time", value: "everyTime" }, + { label: "Unknown Future Value", value: "unknownFutureValue" }, + ], + }, + state: { + multiple: false, + options: [ + { label: "Enabled", value: "enabled" }, + { label: "Disabled", value: "disabled" }, + { label: "Enabled for Reporting", value: "enabledForReportingButNotEnforced" }, + ], + }, + }, + }, + intune: { + blacklistedFields: [ + ...defaultBlacklistedFields, + "deviceManagementApplicabilityRuleOsEdition", + "deviceManagementApplicabilityRuleOsVersion", + "deviceManagementApplicabilityRuleDeviceMode", + "roleScopeTagIds", + "supportsScopeTags", + "deviceSettingStateSummaries", + "RAWJson", // Handle RAWJson specially + ], + priorityFields: ["displayName", "description", "DisplayName", "Name", "displayname"], + complexArrayFields: ["assignments", "devicestatusoverview"], + schemaFields: { + devicecompliancepolicystate: { + multiple: false, + options: [ + { label: "Unknown", value: "unknown" }, + { label: "Compliant", value: "compliant" }, + { label: "Noncompliant", value: "noncompliant" }, + { label: "Conflict", value: "conflict" }, + { label: "Error", value: "error" }, + { label: "In Grace Period", value: "inGracePeriod" }, + { label: "Config Manager", value: "configManager" }, + ], + }, + // Common device policy enum values + applicationguardenabledoptions: { + multiple: false, + options: [ + { label: "Not Configured", value: "notConfigured" }, + { label: "Enabled for Edge", value: "enabledForEdge" }, + { label: "Enabled for Office", value: "enabledForOffice" }, + { label: "Enabled for Edge and Office", value: "enabledForEdgeAndOffice" }, + ], + }, + firewallcertificaterevocationlistcheckmethod: { + multiple: false, + options: [ + { label: "Device Default", value: "deviceDefault" }, + { label: "None", value: "none" }, + { label: "Attempt", value: "attempt" }, + { label: "Require", value: "require" }, + ], + }, + firewallpacketqueueingmethod: { + multiple: false, + options: [ + { label: "Device Default", value: "deviceDefault" }, + { label: "Disabled", value: "disabled" }, + { label: "Queue Inbound", value: "queueInbound" }, + { label: "Queue Outbound", value: "queueOutbound" }, + { label: "Queue Both", value: "queueBoth" }, + ], + }, + startupmode: { + multiple: false, + options: [ + { label: "Manual", value: "manual" }, + { label: "Automatic", value: "automatic" }, + { label: "Disabled", value: "disabled" }, + ], + }, + applicationguardblockclipboardsharing: { + multiple: false, + options: [ + { label: "Not Configured", value: "notConfigured" }, + { label: "Block Both", value: "blockBoth" }, + { label: "Block Host to Container", value: "blockHostToContainer" }, + { label: "Block Container to Host", value: "blockContainerToHost" }, + { label: "Block None", value: "blockNone" }, + ], + }, + bitlockerrecoverypasswordrotation: { + multiple: false, + options: [ + { label: "Not Configured", value: "notConfigured" }, + { label: "Disabled", value: "disabled" }, + { label: "Enabled for Azure AD Joined", value: "enabledForAzureAd" }, + { + label: "Enabled for Azure AD and Hybrid Joined", + value: "enabledForAzureAdAndHybrid", + }, + ], + }, + bitlockerprebootrecoverymsgurloption: { + multiple: false, + options: [ + { label: "Default", value: "default" }, + { label: "Use Custom", value: "useCustom" }, + { label: "No URL", value: "noUrl" }, + ], + }, + }, + }, + exchange: { + blacklistedFields: [ + ...defaultBlacklistedFields, + "ExchangeVersion", + "DistinguishedName", + "ObjectCategory", + "WhenChanged", + "WhenCreated", + ], + priorityFields: ["Name", "Identity"], + complexArrayFields: ["accepteddomains", "remotedomain"], + schemaFields: {}, + }, + }; + + // Get configuration for the current template type + const config = templateConfigs[templateType] || templateConfigs.conditionalAccess; + const { blacklistedFields, priorityFields, complexArrayFields, schemaFields } = config; + + // Function to check if a field matches any blacklisted pattern (including wildcards) + const isFieldBlacklisted = (fieldName) => { + return blacklistedFields.some((pattern) => { + if (pattern.includes("*")) { + // Convert wildcard pattern to regex + const regexPattern = pattern.replace(/\*/g, ".*").replace(/\./g, "\\."); + const regex = new RegExp(`^${regexPattern}$`, "i"); + return regex.test(fieldName); + } + return pattern === fieldName; + }); + }; + + // Parse RAWJson for Intune templates + const parseIntuneRawJson = (templateData) => { + if (templateType === "intune" && templateData.RAWJson) { + try { + const parsedJson = JSON.parse(templateData.RAWJson); + return { + ...templateData, + parsedRAWJson: parsedJson, + }; + } catch (error) { + console.warn("Failed to parse RAWJson:", error); + return templateData; + } + } + return templateData; + }; + + // Reset form with filtered values when templateData changes + React.useEffect(() => { + if (templateData && formControl) { + const processedData = parseIntuneRawJson(templateData); + const formValues = {}; + + Object.keys(processedData).forEach((key) => { + if (!isFieldBlacklisted(key)) { + formValues[key] = processedData[key]; + } + }); + formControl.reset(formValues); + } + }, [templateData]); + + const renderFormField = (key, value, path = "") => { + const fieldPath = path ? `${path}.${key}` : key; + + if (isFieldBlacklisted(key)) { + return null; + } + + // Check for custom schema handling + const schemaField = schemaFields[key.toLowerCase()]; + if (schemaField) { + return ( + + + + ); + } + + // Special handling for Intune RAWJson structure + if (templateType === "intune" && key === "parsedRAWJson" && value) { + // Check if this is a classic policy (has 'added' array) - these are not editable + if (value.added) { + return ( + + + This is a legacy policy and the settings cannot be edited through the form interface. + + + ); + } + + // Handle modern policies with settings array + if (value.settings && Array.isArray(value.settings)) { + return ( + + + Policy Settings + + + + {value.settings.map((setting, index) => { + const settingInstance = setting.settingInstance; + if (!settingInstance) return null; + + // Handle different setting types + if (settingInstance.choiceSettingValue) { + // Find the setting definition in the intune collection + const intuneObj = intuneCollection.find( + (item) => item.id === settingInstance.settingDefinitionId + ); + + const label = intuneObj?.displayName || `Setting ${index + 1}`; + const options = + intuneObj?.options?.map((option) => ({ + label: option.displayName || option.id, + value: option.id, + })) || []; + + return ( + + + + ); + } + + if (settingInstance.simpleSettingValue) { + // Find the setting definition in the intune collection + const intuneObj = intuneCollection.find( + (item) => item.id === settingInstance.settingDefinitionId + ); + + const label = intuneObj?.displayName || `Setting ${index + 1}`; + + return ( + + + + ); + } + + // Handle group setting collections + if (settingInstance.groupSettingCollectionValue) { + // Find the setting definition in the intune collection + const intuneObj = intuneCollection.find( + (item) => item.id === settingInstance.settingDefinitionId + ); + + const label = intuneObj?.displayName || `Group Setting Collection ${index + 1}`; + + return ( + + + {label} + + + Definition ID: {settingInstance.settingDefinitionId} + + {/* Group collections are complex - show as read-only for now */} + + Complex group setting collection - view in JSON mode for details + + + ); + } + + return null; + })} + + + ); + } + + // Handle OMA settings + if (value.omaSettings && Array.isArray(value.omaSettings)) { + return ( + + + OMA Settings + + + + {value.omaSettings.map((omaSetting, index) => ( + + + {omaSetting.displayName || `OMA Setting ${index + 1}`} + + + + + + + + + + + ))} + + + ); + } + + // Handle device policies (direct configuration properties) + if (!value.settings && !value.omaSettings && !value.added) { + return ( + + + Device Policy Configuration + + + + {Object.entries(value) + .filter(([deviceKey]) => !isFieldBlacklisted(deviceKey)) + .map(([deviceKey, deviceValue]) => + renderFormField(deviceKey, deviceValue, fieldPath) + )} + + + ); + } + + // Fallback for other RAWJson structures + return ( + + + Policy Configuration + + + + This policy structure is not supported for editing. + + + ); + } + + // Special handling for complex array fields + if (complexArrayFields.some((pattern) => key.toLowerCase().includes(pattern.toLowerCase()))) { + // Don't render if value is null, undefined, empty array, or contains only null/empty items + if ( + !value || + (Array.isArray(value) && value.length === 0) || + (Array.isArray(value) && + value.every( + (item) => + item === null || + item === undefined || + (typeof item === "string" && item.trim() === "") || + (typeof item === "object" && item !== null && Object.keys(item).length === 0) + )) + ) { + return null; + } + + return ( + + + {getCippTranslation(key)} + + + + {Array.isArray(value) ? ( + value + .filter( + (item) => + item !== null && + item !== undefined && + !(typeof item === "string" && item.trim() === "") && + !(typeof item === "object" && item !== null && Object.keys(item).length === 0) + ) + .map((item, index) => ( + + + {getCippTranslation(key)} {index + 1} + + + {typeof item === "object" && item !== null ? ( + Object.entries(item).map(([subKey, subValue]) => + renderFormField(subKey, subValue, `${fieldPath}.${index}`) + ) + ) : ( + + + + )} + + + )) + ) : ( + + + No {getCippTranslation(key)} data available + + + )} + + + ); + } + + // Generic field type handling + if (typeof value === "boolean") { + return ( + + + + ); + } + + if (typeof value === "string") { + const alwaysTextFields = [ + "displayname", + "displayName", + "name", + "description", + "identity", + "title", + ]; + + const isAlwaysTextField = alwaysTextFields.some( + (field) => key.toLowerCase() === field.toLowerCase() + ); + + // Check if this looks like an enum value (common patterns in device policies) + const enumPatterns = [ + "notConfigured", + "deviceDefault", + "manual", + "automatic", + "disabled", + "enabled", + "blocked", + "allowed", + "required", + "none", + "lockWorkstation", + ]; + + const looksLikeEnum = enumPatterns.some((pattern) => + value.toLowerCase().includes(pattern.toLowerCase()) + ); + + if (!isAlwaysTextField && looksLikeEnum) { + // Create basic options based on common patterns + const commonOptions = [ + { label: "Not Configured", value: "notConfigured" }, + { label: "Device Default", value: "deviceDefault" }, + { label: "Manual", value: "manual" }, + { label: "Automatic", value: "automatic" }, + { label: "Disabled", value: "disabled" }, + { label: "Enabled", value: "enabled" }, + { label: "Blocked", value: "blocked" }, + { label: "Allowed", value: "allowed" }, + { label: "Required", value: "required" }, + { label: "None", value: "none" }, + ].filter( + (option) => + // Only include options that make sense for this field + option.value === value || + key.toLowerCase().includes(option.value.toLowerCase()) || + option.value === "notConfigured" // Always include notConfigured + ); + + return ( + + + + ); + } + + return ( + + + + ); + } + + if (Array.isArray(value) && value.every((item) => typeof item === "string")) { + return ( + + ({ label: item, value: item }))} + /> + + ); + } + + if (typeof value === "object" && value !== null && !Array.isArray(value)) { + return ( + + + {getCippTranslation(key)} + + + + {Object.entries(value).map(([subKey, subValue]) => + renderFormField(subKey, subValue, fieldPath) + )} + + + ); + } + + // For other types (numbers, complex arrays, etc.), render as text field + return ( + + + + ); + }; + + if (!templateData) { + return null; + } + + // Process template data (parse RAWJson for Intune templates) + const processedData = parseIntuneRawJson(templateData); + + return ( + + {/* Render priority fields first */} + {priorityFields.map( + (fieldName) => + processedData[fieldName] !== undefined && + renderFormField(fieldName, processedData[fieldName]) + )} + + {/* Render all other fields except priority fields */} + {Object.entries(processedData) + .filter(([key]) => !priorityFields.includes(key)) + .map(([key, value]) => renderFormField(key, value))} + + ); +}; + +export default CippTemplateFieldRenderer; diff --git a/src/components/CippComponents/CippTenantGroupOffCanvas.jsx b/src/components/CippComponents/CippTenantGroupOffCanvas.jsx new file mode 100644 index 000000000000..05ed8e18f836 --- /dev/null +++ b/src/components/CippComponents/CippTenantGroupOffCanvas.jsx @@ -0,0 +1,275 @@ +import React from "react"; +import { + Box, + Typography, + Card, + CardContent, + Chip, + Alert, + AlertTitle, + useTheme, + Stack, +} from "@mui/material"; +import { Groups, Business, Rule, Info } from "@mui/icons-material"; +import { CippDataTable } from "../CippTable/CippDataTable"; + +export const CippTenantGroupOffCanvas = ({ data }) => { + const theme = useTheme(); + + if (!data) { + return ( + + No group data available + + ); + } + + const isDynamic = data.GroupType === "dynamic"; + const hasMembers = data.Members && data.Members.length > 0; + const hasDynamicRules = + data.DynamicRules && + ((Array.isArray(data.DynamicRules) && data.DynamicRules.length > 0) || + (!Array.isArray(data.DynamicRules) && Object.keys(data.DynamicRules).length > 0)); + + const renderDynamicRules = () => { + if (!hasDynamicRules) { + return ( + + No Dynamic Rules + This dynamic group has no rules configured. + + ); + } + + const operatorDisplay = { + eq: "equals", + ne: "not equals", + in: "in", + notIn: "not in", + contains: "contains", + startsWith: "starts with", + endsWith: "ends with", + }; + + // Handle both single rule object and array of rules + const rules = Array.isArray(data.DynamicRules) ? data.DynamicRules : [data.DynamicRules]; + + const renderRule = (rule, index) => ( + + + Rule {rules.length > 1 ? `${index + 1}:` : "Configuration:"} + + + Property: {rule.property} + + + Operator: {operatorDisplay[rule.operator] || rule.operator} + + + Value(s): + + {Array.isArray(rule.value) ? ( + + {rule.value.map((item, valueIndex) => ( + + ))} + + ) : ( + + )} + + ); + + const renderRulesWithLogic = () => { + if (rules.length === 1) { + return renderRule(rules[0], 0); + } + + return rules.map((rule, index) => ( + + {renderRule(rule, index)} + {index < rules.length - 1 && ( + + + + )} + + )); + }; + + return ( + + + + + Dynamic Rules + {rules.length > 1 && ( + + )} + + {renderRulesWithLogic()} + + + ); + }; + + const renderMembers = () => { + if (!hasMembers) { + return ( + + No Members + {isDynamic + ? "This dynamic group has no members that match the current rules." + : "This static group has no members assigned."} + + ); + } + + const memberColumns = ["displayName", "defaultDomainName", "customerId"]; + + return ( + + , + }} + /> + + ); + }; + + return ( + + {/* Header Section */} + + + + + + {data.Name} + + + + + ID: {data.Id} + + + + + + {data.Description && ( + + Description + {data.Description} + + )} + + + {/* Content Sections */} + + {/* Dynamic Rules Section (only for dynamic groups) */} + {isDynamic && {renderDynamicRules()}} + + {/* Members Section */} + {renderMembers()} + + {/* Additional Info */} + + + + + Additional Information + + + + + Group Type + + {isDynamic ? "Dynamic" : "Static"} + + + + Member Count + + + {data.Members?.length || 0} tenant{(data.Members?.length || 0) !== 1 ? "s" : ""} + + + {isDynamic && ( + <> + + + Rule Logic + + + {data.RuleLogic?.toUpperCase() || "AND"} + + + + + Has Rules + + {hasDynamicRules ? "Yes" : "No"} + + + )} + + + + + + ); +}; diff --git a/src/components/CippComponents/CippTenantGroupRuleBuilder.jsx b/src/components/CippComponents/CippTenantGroupRuleBuilder.jsx new file mode 100644 index 000000000000..e61aaf768be5 --- /dev/null +++ b/src/components/CippComponents/CippTenantGroupRuleBuilder.jsx @@ -0,0 +1,266 @@ +import React, { useState, useMemo } from "react"; +import { Box, Button, IconButton, Typography, Alert, Paper } from "@mui/material"; +import { Grid } from "@mui/system"; +import { Add as AddIcon, Delete as DeleteIcon } from "@mui/icons-material"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormCondition } from "./CippFormCondition"; +import { useWatch } from "react-hook-form"; +import { + getTenantGroupPropertyOptions, + getTenantGroupOperatorOptions, + getTenantGroupValueOptions, + getTenantGroupsQuery, +} from "../../utils/get-cipp-tenant-group-options"; +import { ApiGetCallWithPagination } from "../../api/ApiCall"; + +const CippTenantGroupRuleBuilder = ({ formControl, name = "dynamicRules" }) => { + const [ruleCount, setRuleCount] = useState(1); + + // Watch the rules array to get current values + const watchedRules = useWatch({ + control: formControl.control, + name: name, + defaultValue: [{}], + }); + + // Watch the logic operator + const ruleLogic = useWatch({ + control: formControl.control, + name: "ruleLogic", + defaultValue: "and", + }); + + const propertyOptions = getTenantGroupPropertyOptions(); + + // Fetch tenant groups using ApiGetCallWithPagination + const tenantGroupsQuery = ApiGetCallWithPagination(getTenantGroupsQuery()); + + const tenantGroupOptions = useMemo(() => { + if (tenantGroupsQuery.isSuccess && tenantGroupsQuery.data?.pages) { + // Flatten all pages and extract Results + const allGroups = tenantGroupsQuery.data.pages.flatMap((page) => page?.Results || []); + return allGroups + .filter((group) => group.GroupType === "static") + .map((group) => ({ + label: group.Name || group.displayName, + value: group.Id || group.RowKey, + type: group.GroupType, + })) + .sort((a, b) => a.label.localeCompare(b.label)); + } + return []; + }, [tenantGroupsQuery.isSuccess, tenantGroupsQuery.data]); + + const addRule = () => { + const currentRules = formControl.getValues(name) || []; + const newRules = [...currentRules, {}]; + formControl.setValue(name, newRules); + setRuleCount(ruleCount + 1); + }; + + const removeRule = (index) => { + const currentRules = formControl.getValues(name) || []; + const newRules = currentRules.filter((_, i) => i !== index); + formControl.setValue(name, newRules); + setRuleCount(Math.max(1, ruleCount - 1)); + }; + + const getValueOptions = (ruleIndex) => { + const rules = watchedRules || []; + const rule = rules[ruleIndex]; + const propertyType = rule?.property?.type; + + // Return tenant group options for tenantGroup type + if (propertyType === "tenantGroup") { + return tenantGroupOptions; + } + + return getTenantGroupValueOptions(propertyType); + }; + + const getOperatorOptions = (ruleIndex) => { + const rules = watchedRules || []; + const rule = rules[ruleIndex]; + const propertyType = rule?.property?.type; + return getTenantGroupOperatorOptions(propertyType); + }; + + const renderRule = (ruleIndex) => { + const isFirstRule = ruleIndex === 0; + const canRemove = (watchedRules?.length || 0) > 1; + + return ( + + {!isFirstRule && ( + + {(ruleLogic || "and").toUpperCase()} + + )} + + + {/* Property Selection */} + + + + + {/* Operator Selection */} + + + + + + + {/* Value Selection - Conditional based on property type */} + + + {/* Custom Variable - Two-field input */} + {watchedRules?.[ruleIndex]?.property?.type === "customVariable" ? ( + + + { + if (typeof option === "string") return option; + return option.Name || option; + }, + valueField: (option) => { + if (typeof option === "string") return option; + return option.Name || option; + }, + queryKey: "CustomVariables-TenantSpecific", + dataKey: "Results", + }} + /> + + + + + + ) : ( + + )} + + + + {/* Remove Rule Button */} + + {canRemove && ( + removeRule(ruleIndex)} size="small"> + + + )} + + + + ); + }; + + return ( + + + Dynamic Rules + + + + Define rules to automatically include tenants in this group. Rules are combined with the + selected logic operator. Examples: "Available License equals Microsoft 365 E3"{" "} + {(ruleLogic || "and").toUpperCase()} "Delegated Access Status equals Direct Tenant" + {" | "} + "Member of Tenant Group equals 'Production Tenants'" + {" | "} + "Custom Variable: Environment equals Production" + + + {/* Logic Operator Selection */} + + + + + {/* Render existing rules */} + {(watchedRules || [{}]).map((_, index) => renderRule(index))} + + {/* Add Rule Button */} + + + + + ); +}; + +export default CippTenantGroupRuleBuilder; diff --git a/src/components/CippComponents/CippTenantSelector.jsx b/src/components/CippComponents/CippTenantSelector.jsx new file mode 100644 index 000000000000..688afab83bb8 --- /dev/null +++ b/src/components/CippComponents/CippTenantSelector.jsx @@ -0,0 +1,405 @@ +import PropTypes from "prop-types"; +import { CippAutoComplete } from "../CippComponents/CippAutocomplete"; +import { ApiGetCall } from "../../api/ApiCall"; +import { IconButton, SvgIcon, Tooltip, Box } from "@mui/material"; +import { + FilePresent, + Laptop, + Mail, + Refresh, + Share, + Shield, + ShieldMoon, + PrecisionManufacturing, + BarChart, +} from "@mui/icons-material"; +import { + BuildingOfficeIcon, + GlobeAltIcon, + ServerIcon, + UsersIcon, +} from "@heroicons/react/24/outline"; +import { useEffect, useState, useMemo, useCallback, useRef } from "react"; +import { useRouter } from "next/router"; +import { CippOffCanvas } from "./CippOffCanvas"; +import { useSettings } from "../../hooks/use-settings"; +import { getCippError } from "../../utils/get-cipp-error"; +import { useQueryClient } from "@tanstack/react-query"; + +export const CippTenantSelector = (props) => { + const { width, allTenants = false, multiple = false, refreshButton, tenantButton } = props; + //get the current tenant from SearchParams called 'tenantFilter' + const router = useRouter(); + const settings = useSettings(); + const queryClient = useQueryClient(); + const tenant = router.query.tenantFilter ? router.query.tenantFilter : settings.currentTenant; + const routerUpdateTimeoutRef = useRef(null); + + // Fetch tenant list + const tenantList = ApiGetCall({ + url: "/api/listTenants", + data: { AllTenantSelector: true }, + queryKey: "TenantSelector", + refetchOnMount: false, + refetchOnReconnect: false, + keepPreviousData: true, + }); + + const [currentTenant, setSelectedTenant] = useState(null); + const [offcanvasVisible, setOffcanvasVisible] = useState(false); + + // Fetch tenant details based on the current tenant + const tenantDetails = ApiGetCall({ + url: "/api/listTenantDetails", + data: { tenantFilter: currentTenant?.value }, + queryKey: `TenantDetails-${currentTenant?.value}`, + waiting: false, + toast: true, + }); + + // Filter portal actions based on user preferences + const filteredPortalActions = useMemo(() => { + // Define all available portal actions with current tenant data + const allPortalActions = [ + { + key: "M365_Portal", + label: "M365 Admin Portal", + link: `https://admin.cloud.microsoft/?delegatedOrg=${currentTenant?.addedFields?.initialDomainName}`, + icon: , + }, + { + key: "Exchange_Portal", + label: "Exchange Portal", + link: `https://admin.cloud.microsoft/exchange?delegatedOrg=${currentTenant?.addedFields?.initialDomainName}`, + icon: , + }, + { + key: "Entra_Portal", + label: "Entra Portal", + link: `https://entra.microsoft.com/${currentTenant?.value}`, + icon: , + }, + { + key: "Teams_Portal", + label: "Teams Portal", + link: `https://admin.teams.microsoft.com/?delegatedOrg=${currentTenant?.addedFields?.initialDomainName}`, + icon: , + }, + { + key: "Azure_Portal", + label: "Azure Portal", + link: `https://portal.azure.com/${currentTenant?.value}`, + icon: , + }, + { + key: "Intune_Portal", + label: "Intune Portal", + link: `https://intune.microsoft.com/${currentTenant?.value}`, + icon: , + }, + { + key: "SharePoint_Admin", + label: "SharePoint Portal", + link: `/api/ListSharePointAdminUrl?tenantFilter=${currentTenant?.value}`, + icon: , + external: true, + }, + { + key: "Security_Portal", + label: "Security Portal", + link: `https://security.microsoft.com/?tid=${currentTenant?.addedFields?.customerId}`, + icon: , + }, + { + key: "Compliance_Portal", + label: "Compliance Portal", + link: `https://purview.microsoft.com/?tid=${currentTenant?.addedFields?.customerId}`, + icon: , + }, + { + key: "Power_Platform_Portal", + label: "Power Platform Portal", + link: `https://admin.powerplatform.microsoft.com/account/login/${currentTenant?.addedFields?.customerId}`, + icon: , + }, + { + key: "Power_BI_Portal", + label: "Power BI Portal", + link: `https://app.powerbi.com/admin-portal?ctid=${currentTenant?.addedFields?.customerId}`, + icon: , + }, + ]; + + // Default to all links enabled (final fallback) + const defaultLinks = { + M365_Portal: true, + Exchange_Portal: true, + Entra_Portal: true, + Teams_Portal: true, + Azure_Portal: true, + Intune_Portal: true, + SharePoint_Admin: true, + Security_Portal: true, + Compliance_Portal: true, + Power_Platform_Portal: true, + Power_BI_Portal: true, + }; + + let portalLinks; + if (settings.UserSpecificSettings?.portalLinks) { + portalLinks = { ...defaultLinks, ...settings.UserSpecificSettings.portalLinks }; + } else if (settings.portalLinks) { + portalLinks = { ...defaultLinks, ...settings.portalLinks }; + } else { + portalLinks = defaultLinks; + } + + const filteredActions = allPortalActions.filter((action) => { + const isEnabled = portalLinks[action.key] === true; + return isEnabled; + }); + + // insert a Manage Tenant link at the start + filteredActions.unshift({ + key: "Manage_Tenant", + label: "Manage Tenant", + link: `/tenant/manage/edit?tenantFilter=${currentTenant?.value}`, + icon: , + }); + + return filteredActions; + }, [currentTenant, settings]); + + // This effect handles updates when the tenant is changed via dropdown selection + useEffect(() => { + if (!router.isReady) return; + if (currentTenant?.value) { + const query = { ...router.query }; + if (query.tenantFilter !== currentTenant.value) { + // Clear any pending timeout + if (routerUpdateTimeoutRef.current) { + clearTimeout(routerUpdateTimeoutRef.current); + } + + // Cancel all in-flight queries before changing tenant + queryClient.cancelQueries(); + + // Update router only - let the URL watcher handle settings + query.tenantFilter = currentTenant.value; + router.replace( + { + pathname: router.pathname, + query: query, + }, + undefined, + { shallow: true } + ); + } + } + }, [currentTenant?.value]); + + // This effect handles when the URL parameter changes (from deep link or user selection) + // This is the single source of truth for tenant changes + useEffect(() => { + if (!router.isReady || !tenantList.isSuccess) return; + + const urlTenant = router.query.tenantFilter; + + // Only process if we have a URL tenant + if (urlTenant) { + // Find the tenant in our list + const matchingTenant = tenantList.data.find( + ({ defaultDomainName }) => defaultDomainName === urlTenant + ); + + if (matchingTenant) { + // Update local state if different + if (!currentTenant || urlTenant !== currentTenant.value) { + setSelectedTenant({ + value: urlTenant, + label: `${matchingTenant.displayName} (${urlTenant})`, + addedFields: { + defaultDomainName: matchingTenant.defaultDomainName, + displayName: matchingTenant.displayName, + customerId: matchingTenant.customerId, + initialDomainName: matchingTenant.initialDomainName, + }, + }); + } + + // Update settings if different (null filter in settings-context prevents saving null) + if (settings.currentTenant !== urlTenant) { + settings.handleUpdate({ + currentTenant: urlTenant, + }); + } + } + } + }, [router.isReady, router.query.tenantFilter, tenantList.isSuccess]); + + // This effect ensures the tenant filter parameter is included in the URL when missing + useEffect(() => { + if (!router.isReady || !settings.currentTenant) return; + + // If the tenant parameter is missing from the URL but we have it in settings + if (!router.query.tenantFilter && settings.currentTenant) { + const query = { ...router.query, tenantFilter: settings.currentTenant }; + router.replace( + { + pathname: router.pathname, + query: query, + }, + undefined, + { shallow: true } + ); + } + }, [router.isReady, router.query.tenantFilter, settings.currentTenant]); + + useEffect(() => { + if (tenant && currentTenant?.value && currentTenant?.value !== "AllTenants") { + tenantDetails.refetch(); + } + }, [tenant, offcanvasVisible]); + + // We can simplify this effect since we now have the new effect above to handle URL changes + useEffect(() => { + if (tenant && tenantList.isSuccess && !currentTenant) { + const matchingTenant = tenantList.data.find( + ({ defaultDomainName }) => defaultDomainName === tenant + ); + setSelectedTenant( + matchingTenant + ? { + value: tenant, + label: `${matchingTenant.displayName} (${tenant})`, + addedFields: { + defaultDomainName: matchingTenant.defaultDomainName, + displayName: matchingTenant.displayName, + customerId: matchingTenant.customerId, + initialDomainName: matchingTenant.initialDomainName, + }, + } + : { + value: null, + label: "Invalid Tenant", + } + ); + } + }, [tenant, tenantList.isSuccess, currentTenant]); + + // Cleanup on unmount + useEffect(() => { + return () => { + if (routerUpdateTimeoutRef.current) { + clearTimeout(routerUpdateTimeoutRef.current); + } + }; + }, []); + + return ( + <> + *": { + mx: "2px", // 1px margin between the elements + }, + }} + > + {tenantButton && ( + { + setOffcanvasVisible(true); + }} + disabled={!currentTenant || currentTenant.value === "AllTenants"} + > + + + + + + + )} + setSelectedTenant(nv)} + options={ + tenantList.isSuccess && tenantList.data && tenantList.data.length > 0 + ? tenantList.data.map(({ customerId, displayName, defaultDomainName }) => ({ + value: defaultDomainName, + label: `${displayName} (${defaultDomainName})`, + addedField: { + defaultDomainName: "defaultDomainName", + displayName: "displayName", + customerId: "customerId", + }, + })) + : [] + } + getOptionLabel={(option) => option?.label || ""} + isOptionEqualToValue={ + (option, value) => option.value === value.value // Custom equality test to compare the tenant by value + } + /> + {refreshButton && ( + { + tenantList.refetch(); + }} + > + + + + + + + )} + + setOffcanvasVisible(false)} + extendedData={tenantDetails.data} + extendedInfoFields={[ + "displayName", + "id", + "street", + "postalCode", + "technicalNotificationMails", + "onPremisesSyncEnabled", + "onPremisesLastSyncDateTime", + "onPremisesLastPasswordSyncDateTime", + ]} + actions={filteredPortalActions} + /> + + ); +}; + +CippTenantSelector.propTypes = { + allTenants: PropTypes.bool, + multiple: PropTypes.bool, + refreshButton: PropTypes.bool, + tenantButton: PropTypes.bool, +}; diff --git a/src/components/CippComponents/CippTextFieldWithVariables.jsx b/src/components/CippComponents/CippTextFieldWithVariables.jsx new file mode 100644 index 000000000000..0f6abd9fea99 --- /dev/null +++ b/src/components/CippComponents/CippTextFieldWithVariables.jsx @@ -0,0 +1,214 @@ +import React, { useState, useRef, useEffect, useMemo, useCallback } from "react"; +import { TextField } from "@mui/material"; +import { CippVariableAutocomplete } from "./CippVariableAutocomplete"; +import { useSettings } from "/src/hooks/use-settings.js"; + +/** + * Enhanced TextField that supports custom variable autocomplete + * Triggers when user types % character + */ +export const CippTextFieldWithVariables = ({ + value = "", + onChange, + includeSystemVariables = false, + ...textFieldProps +}) => { + const [showAutocomplete, setShowAutocomplete] = useState(false); + const [autocompleteAnchor, setAutocompleteAnchor] = useState(null); + const [searchQuery, setSearchQuery] = useState(""); + const [cursorPosition, setCursorPosition] = useState(0); + const textFieldRef = useRef(null); + + const settings = useSettings(); + // Memoize tenant filter to prevent unnecessary re-renders + const tenantFilter = useMemo(() => settings?.currentTenant || null, [settings?.currentTenant]); + + // Safely close autocomplete + const closeAutocomplete = useCallback(() => { + setShowAutocomplete(false); + setSearchQuery(""); + setAutocompleteAnchor(null); + }, []); + + // Track cursor position + const handleSelectionChange = () => { + if (textFieldRef.current) { + setCursorPosition(textFieldRef.current.selectionStart || 0); + } + }; + + // Get cursor position for floating autocomplete + const getCursorPosition = () => { + if (!textFieldRef.current) return { top: 0, left: 0 }; + + const rect = textFieldRef.current.getBoundingClientRect(); + return { + top: rect.bottom + window.scrollY, + left: rect.left + window.scrollX + cursorPosition * 8, // Approximate character width + }; + }; + + // Handle input changes and detect % trigger + const handleInputChange = (event) => { + const newValue = event.target.value; + const cursorPos = event.target.selectionStart; + + // Update cursor position state immediately + setCursorPosition(cursorPos); + + // Call parent onChange + if (onChange) { + onChange(event); + } + + // Check if % was just typed + if (newValue[cursorPos - 1] === "%") { + // Position autocomplete near cursor + setAutocompleteAnchor(textFieldRef.current); + setSearchQuery(""); + setShowAutocomplete(true); + } else if (showAutocomplete) { + // Update search query if autocomplete is open + const lastPercentIndex = newValue.lastIndexOf("%", cursorPos - 1); + if (lastPercentIndex !== -1) { + const query = newValue.substring(lastPercentIndex + 1, cursorPos); + setSearchQuery(query); + + // Close autocomplete if user typed space or special characters (except %) + if (query.includes(" ") || /[^a-zA-Z0-9_]/.test(query)) { + closeAutocomplete(); + } + } else { + closeAutocomplete(); + } + } + }; + + // Handle variable selection + const handleVariableSelect = useCallback( + (variableString) => { + if (!onChange) { + return; + } + + // Use the value prop instead of DOM value since we're in a controlled component + const currentValue = value || ""; + + // Get fresh cursor position from the DOM + let cursorPos = cursorPosition; + if (textFieldRef.current) { + const inputElement = textFieldRef.current.querySelector("input") || textFieldRef.current; + if (inputElement && typeof inputElement.selectionStart === "number") { + cursorPos = inputElement.selectionStart; + } + } + + // Find the % that triggered the autocomplete + const lastPercentIndex = currentValue.lastIndexOf("%", cursorPos - 1); + + if (lastPercentIndex !== -1) { + // Replace from % to cursor position with the selected variable + const beforePercent = currentValue.substring(0, lastPercentIndex); + const afterCursor = currentValue.substring(cursorPos); + const newValue = beforePercent + variableString + afterCursor; + + // Create synthetic event for onChange + const syntheticEvent = { + target: { + name: textFieldRef.current?.name || "", + value: newValue, + }, + }; + + onChange(syntheticEvent); + + // Set cursor position after the inserted variable + setTimeout(() => { + if (textFieldRef.current) { + const newCursorPos = lastPercentIndex + variableString.length; + + // Access the actual input element for Material-UI TextField + const inputElement = + textFieldRef.current.querySelector("input") || textFieldRef.current; + if (inputElement && inputElement.setSelectionRange) { + inputElement.setSelectionRange(newCursorPos, newCursorPos); + inputElement.focus(); + } + setCursorPosition(newCursorPos); + } + }, 0); + } + + closeAutocomplete(); + }, + [value, cursorPosition, onChange, closeAutocomplete] + ); + + // Handle key events + const handleKeyDown = (event) => { + if (showAutocomplete) { + // Let the autocomplete handle arrow keys and enter + if (["ArrowDown", "ArrowUp", "Enter", "Tab"].includes(event.key)) { + return; // Let autocomplete handle these + } + + // Close autocomplete on Escape + if (event.key === "Escape") { + closeAutocomplete(); + event.preventDefault(); + } + } + + // Call original onKeyDown if provided + if (textFieldProps.onKeyDown) { + textFieldProps.onKeyDown(event); + } + }; + + // Close autocomplete when clicking outside + useEffect(() => { + const handleClickOutside = (event) => { + if ( + showAutocomplete && + textFieldRef.current && + !textFieldRef.current.contains(event.target) + ) { + // Check if click is on autocomplete dropdown + const autocompleteElement = document.querySelector("[data-cipp-autocomplete]"); + if (autocompleteElement && autocompleteElement.contains(event.target)) { + return; // Don't close if clicking inside autocomplete + } + + closeAutocomplete(); + } + }; + + document.addEventListener("mousedown", handleClickOutside); + return () => document.removeEventListener("mousedown", handleClickOutside); + }, [showAutocomplete]); + + return ( + <> + + + + + ); +}; diff --git a/src/components/CippComponents/CippTimeAgo.jsx b/src/components/CippComponents/CippTimeAgo.jsx new file mode 100644 index 000000000000..a97d71e03acc --- /dev/null +++ b/src/components/CippComponents/CippTimeAgo.jsx @@ -0,0 +1,21 @@ +import { Chip } from "@mui/material"; +import ReactTimeAgo from "react-time-ago"; + +export const CippTimeAgo = ({ data, type = "text", timeStyle = "round-minute" }) => { + const isText = type === "text"; + const numberRegex = /^\d+$/; + const date = + typeof data === "number" || numberRegex.test(data) ? new Date(data * 1000) : new Date(data); + + if (date.getTime() === 0) { + return "Never"; + } + if (isNaN(date.getTime())) { + return isText ? ( + "No Data" + ) : ( + + ); + } + return ; +}; diff --git a/src/components/CippComponents/CippTranslations.jsx b/src/components/CippComponents/CippTranslations.jsx new file mode 100644 index 000000000000..99d46a6e5182 --- /dev/null +++ b/src/components/CippComponents/CippTranslations.jsx @@ -0,0 +1,55 @@ +export const CippTranslations = { + userPrincipalName: "User Principal Name", + displayName: "Display Name", + mail: "Mail", + mobilePhone: "Mobile Phone", + officePhone: "Office Phone", + jobTitle: "Job Title", + department: "Department", + surName: "Surname", + city: "City", + tenant: "Tenant", + tenantFilter: "Tenant", + showTenantInformation: "Show Tenant Information", + refreshTenantList: "Refresh tenant list", + tenantId: "Tenant ID", + id: "ID", + customerId: "Customer ID", + street: "Street", + technicalNotificationMails: "Technical Notification Mails", + onPremisesSyncEnabled: "On Premises Sync Enabled", + onPremisesLastSyncDateTime: "On Premises Last Sync Date Time", + onPremisesLastPasswordSyncDateTime: "On Premises Last Password Sync Date Time", + postalCode: "Postal Code", + deleteTenant: "Delete Tenant", + ScorePercentage: "Score", + TenantID: "Tenant ID", + ApplicationID: "Application ID", + ApplicationSecret: "Application Secret", + GUID: "GUID", + portal_m365: "M365 Portal", + portal_exchange: "Exchange Portal", + portal_entra: "Entra Portal", + portal_teams: "Teams Portal", + portal_azure: "Azure Portal", + portal_intune: "Intune Portal", + portal_security: "Security Portal", + portal_compliance: "Compliance Portal", + portal_sharepoint: "SharePoint Portal", + portal_platform: "Power Platform Portal", + portal_bi: "Power BI Portal", + "@odata.type": "Type", + roleDefinitionId: "GDAP Role", + FromIP: "From IP", + ToIP: "To IP", + "info.logoUrl": "Logo", + "commitmentTerm.renewalConfiguration.renewalDate": "Renewal Date", + storageUsedInBytes: "Storage Used", + prohibitSendReceiveQuotaInBytes: "Quota", + ClientId: "Client ID", + html_url: "URL", + sendtoIntegration: "Send Notifications to Integration", + includeTenantId: "Include Tenant ID in Notifications", + logsToInclude: "Logs to Include in notifications", + assignmentFilterManagementType: "Filter Type", +}; diff --git a/src/components/CippComponents/CippTransportRuleDrawer.jsx b/src/components/CippComponents/CippTransportRuleDrawer.jsx new file mode 100644 index 000000000000..b3beea3d0b1c --- /dev/null +++ b/src/components/CippComponents/CippTransportRuleDrawer.jsx @@ -0,0 +1,1487 @@ +import React, { useState, useEffect, useMemo, useCallback, cloneElement } from "react"; +import { Button, Divider, Typography, Alert, Box } from "@mui/material"; +import { Grid } from "@mui/system"; +import { useForm, useWatch } from "react-hook-form"; +import { RocketLaunch, Edit } from "@mui/icons-material"; +import { CippOffCanvas } from "./CippOffCanvas"; +import CippFormComponent from "./CippFormComponent"; +import { CippFormDomainSelector } from "./CippFormDomainSelector"; +import { CippApiResults } from "./CippApiResults"; +import { useSettings } from "/src/hooks/use-settings"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import { useQueryClient } from "@tanstack/react-query"; + +export const CippTransportRuleDrawer = ({ + buttonText = "New Transport Rule", + isEditMode = false, + ruleId = null, + requiredPermissions = [], + PermissionButton = Button, + onSuccess = () => {}, + drawerVisible: controlledDrawerVisible, + setDrawerVisible: controlledSetDrawerVisible, + rowAction = false, +}) => { + const currentTenant = useSettings().currentTenant; + const [internalDrawerVisible, internalSetDrawerVisible] = useState(false); + const drawerVisible = controlledDrawerVisible !== undefined ? controlledDrawerVisible : internalDrawerVisible; + const setDrawerVisible = controlledSetDrawerVisible !== undefined ? controlledSetDrawerVisible : internalSetDrawerVisible; + + // Fetch existing rule data in edit mode + const ruleInfo = ApiGetCall({ + url: `/api/ListTransportRules?tenantFilter=${currentTenant}&id=${ruleId}`, + queryKey: `ListTransportRules-${ruleId}`, + waiting: !!drawerVisible || !!isEditMode || !!ruleId, + }); + + // Default form values + const defaultFormValues = useMemo( + () => ({ + Enabled: true, + Mode: { value: "Enforce", label: "Enforce" }, + StopRuleProcessing: false, + SenderAddressLocation: { value: "Header", label: "Header" }, + applyToAllMessages: false, + tenantFilter: currentTenant, + Name: "", + Priority: "", + Comments: "", + conditionType: [], + actionType: [], + exceptionType: [], + }), + [currentTenant] + ); + + const formControl = useForm({ + mode: "onChange", + defaultValues: defaultFormValues, + }); + + const [selectedConditions, setSelectedConditions] = useState([]); + const [selectedActions, setSelectedActions] = useState([]); + const [selectedExceptions, setSelectedExceptions] = useState([]); + + const conditionTypeWatch = useWatch({ control: formControl.control, name: "conditionType" }); + const actionTypeWatch = useWatch({ control: formControl.control, name: "actionType" }); + const exceptionTypeWatch = useWatch({ control: formControl.control, name: "exceptionType" }); + const applyToAllMessagesWatch = useWatch({ control: formControl.control, name: "applyToAllMessages" }); + + // API call for submit + const submitRule = ApiPostCall({ + urlFromData: true, + }); + + // Helper to convert ISO8601 date string to Unix timestamp (seconds) + const iso8601ToUnixTimestamp = (dateString) => { + if (!dateString) return ""; + const d = new Date(dateString); + if (isNaN(d.getTime())) return ""; + return Math.floor(d.getTime() / 1000); + }; + + // Helper to convert Enable/Disable into a usable bool for switches + const boolHelper = (boolValue) => { + if (boolValue === "Enabled") return true; + return false; + }; + + // Memoize processed rule data + const processedRuleData = useMemo(() => { + if (!ruleInfo.isSuccess || !ruleInfo.data || !isEditMode) { + return null; + } + + const rule = ruleInfo.data?.Results + ? (Array.isArray(ruleInfo.data.Results) ? ruleInfo.data.Results[0] : ruleInfo.data.Results) + : (Array.isArray(ruleInfo.data) ? ruleInfo.data[0] : ruleInfo.data); + + if (!rule) { + return null; + } + + // Map of condition field names to their display labels + const conditionFieldMap = { + From: "The sender is...", + FromScope: "The sender is located...", + FromMemberOf: "The sender is a member of...", + SentTo: "The recipient is...", + SentToScope: "The recipient is located...", + SentToMemberOf: "The recipient is a member of...", + SubjectContainsWords: "Subject contains words...", + SubjectMatchesPatterns: "Subject matches patterns...", + SubjectOrBodyContainsWords: "Subject or body contains words...", + SubjectOrBodyMatchesPatterns: "Subject or body matches patterns...", + FromAddressContainsWords: "Sender address contains words...", + FromAddressMatchesPatterns: "Sender address matches patterns...", + AttachmentContainsWords: "Attachment content contains words...", + AttachmentMatchesPatterns: "Attachment content matches patterns...", + AttachmentExtensionMatchesWords: "Attachment extension is...", + AttachmentSizeOver: "Attachment size is greater than...", + MessageSizeOver: "Message size is greater than...", + SCLOver: "SCL is greater than or equal to...", + WithImportance: "Message importance is...", + MessageTypeMatches: "Message type is...", + SenderDomainIs: "Sender domain is...", + RecipientDomainIs: "Recipient domain is...", + SenderIpRanges: "Sender IP address belongs to any of these ranges...", + HeaderContainsWords: "Message header contains words...", + HeaderMatchesPatterns: "Message header matches patterns...", + AnyOfToHeader: "Any To header contains...", + AnyOfToHeaderMemberOf: "Any To header is a member of...", + AnyOfCcHeader: "Any Cc header contains...", + AnyOfCcHeaderMemberOf: "Any Cc header is a member of...", + AnyOfToCcHeader: "Any To or Cc header contains...", + AnyOfToCcHeaderMemberOf: "Any To or Cc header is a member of...", + RecipientAddressContainsWords: "Recipient address contains words...", + RecipientAddressMatchesPatterns: "Recipient address matches patterns...", + AnyOfRecipientAddressContainsWords: "Any recipient address contains words...", + AnyOfRecipientAddressMatchesPatterns: "Any recipient address matches patterns...", + }; + + const actionFieldMap = { + DeleteMessage: "Delete the message without notifying anyone", + Quarantine: "Quarantine the message", + RedirectMessageTo: "Redirect the message to...", + BlindCopyTo: "Add recipients to the Bcc box...", + CopyTo: "Add recipients to the Cc box...", + ModerateMessageByUser: "Forward the message for approval to...", + ModerateMessageByManager: "Forward the message for approval to the sender's manager", + RejectMessageReasonText: "Reject the message with explanation...", + PrependSubject: "Prepend the subject with...", + SetSCL: "Set spam confidence level (SCL) to...", + SetHeaderName: "Set message header...", + RemoveHeader: "Remove message header...", + ApplyClassification: "Apply message classification...", + ApplyHtmlDisclaimerText: "Apply HTML disclaimer...", + GenerateIncidentReport: "Generate incident report and send to...", + GenerateNotification: "Notify the sender with a message...", + ApplyOME: "Apply Office 365 Message Encryption", + }; + + // Detect active conditions + const activeConditions = []; + Object.keys(conditionFieldMap).forEach(field => { + const value = rule[field]; + if (value !== null && value !== undefined && value !== false && value !== "") { + activeConditions.push({ + value: field, + label: conditionFieldMap[field] + }); + } + }); + + // Detect active actions + const activeActions = []; + Object.keys(actionFieldMap).forEach(field => { + const value = rule[field]; + if (field === "RejectMessageReasonText" && (rule.RejectMessageReasonText || rule.RejectMessageEnhancedStatusCode)) { + activeActions.push({ value: "RejectMessage", label: actionFieldMap[field] }); + } else if (field === "SetHeaderName" && (rule.SetHeaderName || rule.SetHeaderValue)) { + activeActions.push({ value: "SetHeader", label: actionFieldMap[field] }); + } else if (field === "ApplyHtmlDisclaimerText" && rule.ApplyHtmlDisclaimerText) { + activeActions.push({ value: "ApplyHtmlDisclaimer", label: actionFieldMap[field] }); + } else if (field === "ModerateMessageByManager" && value === true) { + activeActions.push({ value: field, label: actionFieldMap[field] }); + } else if (value !== null && value !== undefined && value !== false && value !== "" && + field !== "RejectMessageReasonText" && field !== "SetHeaderName" && + field !== "ApplyHtmlDisclaimerText" && field !== "ModerateMessageByManager") { + activeActions.push({ value: field, label: actionFieldMap[field] }); + } + }); + + // Detect active exceptions + const activeExceptions = []; + Object.keys(conditionFieldMap).forEach(field => { + const exceptionField = `ExceptIf${field}`; + const value = rule[exceptionField]; + if (value !== null && value !== undefined && value !== false && value !== "") { + activeExceptions.push({ + value: exceptionField, + label: conditionFieldMap[field] + }); + } + }); + + // Build form data + const formData = { + Name: rule.Name || "", + Priority: rule.Priority || "", + Comments: rule.Comments || "", + Enabled: boolHelper(rule.State), + Mode: rule.Mode ? { value: rule.Mode, label: rule.Mode } : { value: "Enforce", label: "Enforce" }, + SetAuditSeverity: rule.SetAuditSeverity + ? { value: rule.SetAuditSeverity, label: rule.SetAuditSeverity } + : undefined, + SenderAddressLocation: rule.SenderAddressLocation + ? { value: rule.SenderAddressLocation, label: rule.SenderAddressLocation } + : { value: "Header", label: "Header" }, + StopRuleProcessing: rule.StopRuleProcessing || false, + ActivationDate: iso8601ToUnixTimestamp(rule.ActivationDate), + ExpiryDate: iso8601ToUnixTimestamp(rule.ExpiryDate), + applyToAllMessages: activeConditions.length === 0, + conditionType: activeConditions, + actionType: activeActions, + exceptionType: activeExceptions, + tenantFilter: currentTenant, + }; + + // Add all condition values + Object.keys(conditionFieldMap).forEach(field => { + if (rule[field] !== null && rule[field] !== undefined) { + if (field === "FromScope" || field === "SentToScope") { + formData[field] = rule[field] + ? { value: rule[field], label: rule[field] === "InOrganization" ? "Inside the organization" : "Outside the organization" } + : undefined; + } else if (field === "WithImportance") { + formData[field] = rule[field] + ? { value: rule[field], label: rule[field] } + : undefined; + } else if (field === "MessageTypeMatches") { + formData[field] = rule[field] + ? { value: rule[field], label: rule[field] } + : undefined; + } else if (field === "SCLOver") { + formData[field] = rule[field] !== null + ? { value: rule[field].toString(), label: rule[field].toString() } + : undefined; + } else if (field === "SenderIpRanges") { + // Transform array of IP strings to autocomplete format + if (Array.isArray(rule[field])) { + formData[field] = rule[field].map(ip => ({ value: ip, label: ip })); + } else { + formData[field] = rule[field]; + } + } else if ( + // Fields that use creatable autocomplete with API (users/groups) + field === "From" || field === "SentTo" || + field === "AnyOfToHeader" || field === "AnyOfCcHeader" || field === "AnyOfToCcHeader" || + field === "FromMemberOf" || field === "SentToMemberOf" || + field === "AnyOfToHeaderMemberOf" || field === "AnyOfCcHeaderMemberOf" || field === "AnyOfToCcHeaderMemberOf" + ) { + // Transform array of email/UPN strings to autocomplete format + if (Array.isArray(rule[field])) { + formData[field] = rule[field].map(item => ({ value: item, label: item })); + } else { + formData[field] = rule[field]; + } + } else { + formData[field] = rule[field]; + } + } + if (field === "HeaderContainsWords" && rule.HeaderContainsMessageHeader) { + formData.HeaderContainsWordsMessageHeader = rule.HeaderContainsMessageHeader; + } + if (field === "HeaderMatchesPatterns" && rule.HeaderMatchesMessageHeader) { + formData.HeaderMatchesPatternsMessageHeader = rule.HeaderMatchesMessageHeader; + } + }); + + // Add all action values + if (rule.RejectMessageReasonText) formData.RejectMessageReasonText = rule.RejectMessageReasonText; + if (rule.RejectMessageEnhancedStatusCode) formData.RejectMessageEnhancedStatusCode = rule.RejectMessageEnhancedStatusCode; + if (rule.SetHeaderName) formData.SetHeaderName = rule.SetHeaderName; + if (rule.SetHeaderValue) formData.SetHeaderValue = rule.SetHeaderValue; + if (rule.ApplyHtmlDisclaimerText) formData.ApplyHtmlDisclaimerText = rule.ApplyHtmlDisclaimerText; + if (rule.ApplyHtmlDisclaimerLocation) { + formData.ApplyHtmlDisclaimerLocation = { value: rule.ApplyHtmlDisclaimerLocation, label: rule.ApplyHtmlDisclaimerLocation }; + } + if (rule.ApplyHtmlDisclaimerFallbackAction) { + formData.ApplyHtmlDisclaimerFallbackAction = { value: rule.ApplyHtmlDisclaimerFallbackAction, label: rule.ApplyHtmlDisclaimerFallbackAction }; + } + + Object.keys(actionFieldMap).forEach(field => { + if (rule[field] !== null && rule[field] !== undefined && !formData[field]) { + if (field === "SetSCL" && rule[field] !== null) { + formData[field] = { value: rule[field].toString(), label: rule[field].toString() }; + } else { + formData[field] = rule[field]; + } + } + }); + + // Add all exception values + Object.keys(conditionFieldMap).forEach(field => { + const exceptionField = `ExceptIf${field}`; + if (rule[exceptionField] !== null && rule[exceptionField] !== undefined) { + if (field === "FromScope" || field === "SentToScope") { + formData[exceptionField] = rule[exceptionField] + ? { value: rule[exceptionField], label: rule[exceptionField] === "InOrganization" ? "Inside the organization" : "Outside the organization" } + : undefined; + } else if (field === "WithImportance") { + formData[exceptionField] = rule[exceptionField] + ? { value: rule[exceptionField], label: rule[exceptionField] } + : undefined; + } else if (field === "MessageTypeMatches") { + formData[exceptionField] = rule[exceptionField] + ? { value: rule[exceptionField], label: rule[exceptionField] } + : undefined; + } else if (field === "SCLOver") { + formData[exceptionField] = rule[exceptionField] !== null + ? { value: rule[exceptionField].toString(), label: rule[exceptionField].toString() } + : undefined; + } else if (field === "SenderIpRanges") { + // Transform array of IP strings to autocomplete format + if (Array.isArray(rule[exceptionField])) { + formData[exceptionField] = rule[exceptionField].map(ip => ({ value: ip, label: ip })); + } else { + formData[exceptionField] = rule[exceptionField]; + } + } else if ( + // Fields that use creatable autocomplete with API (users/groups) + field === "From" || field === "SentTo" || + field === "AnyOfToHeader" || field === "AnyOfCcHeader" || field === "AnyOfToCcHeader" || + field === "FromMemberOf" || field === "SentToMemberOf" || + field === "AnyOfToHeaderMemberOf" || field === "AnyOfCcHeaderMemberOf" || field === "AnyOfToCcHeaderMemberOf" + ) { + // Transform array of email/UPN strings to autocomplete format + if (Array.isArray(rule[exceptionField])) { + formData[exceptionField] = rule[exceptionField].map(item => ({ value: item, label: item })); + } else { + formData[exceptionField] = rule[exceptionField]; + } + } else { + formData[exceptionField] = rule[exceptionField]; + } + } + if (field === "HeaderContainsWords" && rule[`ExceptIfHeaderContainsMessageHeader`]) { + formData.ExceptIfHeaderContainsWordsMessageHeader = rule.ExceptIfHeaderContainsMessageHeader; + } + if (field === "HeaderMatchesPatterns" && rule[`ExceptIfHeaderMatchesMessageHeader`]) { + formData.ExceptIfHeaderMatchesPatternsMessageHeader = rule.ExceptIfHeaderMatchesMessageHeader; + } + }); + + return formData; + }, [ruleInfo.isSuccess, ruleInfo.data, currentTenant, isEditMode]); + + // Reset form with processed data + const resetForm = useCallback(() => { + if (processedRuleData) { + formControl.reset(processedRuleData); + } + }, [processedRuleData, formControl]); + + useEffect(() => { + if (drawerVisible && isEditMode) { + resetForm(); + } + }, [resetForm, drawerVisible, isEditMode]); + + // Custom data formatter for API submission + const customDataFormatter = useCallback( + (values) => { + const rule = ruleInfo.data?.Results + ? (Array.isArray(ruleInfo.data.Results) ? ruleInfo.data.Results[0] : ruleInfo.data.Results) + : (Array.isArray(ruleInfo.data) ? ruleInfo.data[0] : ruleInfo.data); + + const apiData = { + tenantFilter: currentTenant, + Name: values.Name, + Priority: values.Priority, + Comments: values.Comments, + State: values.Enabled ? "Enabled" : "Disabled", + Mode: values.Mode?.value || values.Mode, + SetAuditSeverity: values.SetAuditSeverity?.value || values.SetAuditSeverity, + SenderAddressLocation: values.SenderAddressLocation?.value || values.SenderAddressLocation, + StopRuleProcessing: values.StopRuleProcessing, + ActivationDate: values.ActivationDate, + ExpiryDate: values.ExpiryDate, + }; + + if (isEditMode && rule) { + apiData.ruleId = rule.Guid || rule.Identity || rule.Name; + } + + const conditionTypes = values.conditionType || []; + conditionTypes.forEach(condition => { + const conditionValue = condition.value || condition; + if (values[conditionValue] !== undefined) { + const fieldValue = values[conditionValue]; + + // Handle single object with value property + if (fieldValue && typeof fieldValue === 'object' && !Array.isArray(fieldValue) && fieldValue.value !== undefined) { + apiData[conditionValue] = fieldValue.value; + } + // Handle array of objects with value property (for creatable autocomplete fields) + else if (Array.isArray(fieldValue)) { + apiData[conditionValue] = fieldValue.map(item => { + if (item && typeof item === 'object' && item.value !== undefined) { + return item.value; + } + return item; + }); + } + // Handle plain values + else { + apiData[conditionValue] = fieldValue; + } + } + if (conditionValue === "HeaderContainsWords" && values.HeaderContainsWordsMessageHeader) { + apiData.HeaderContainsMessageHeader = values.HeaderContainsWordsMessageHeader; + apiData.HeaderContainsWords = values.HeaderContainsWords; + } + if (conditionValue === "HeaderMatchesPatterns" && values.HeaderMatchesPatternsMessageHeader) { + apiData.HeaderMatchesMessageHeader = values.HeaderMatchesPatternsMessageHeader; + apiData.HeaderMatchesPatterns = values.HeaderMatchesPatterns; + } + }); + + const actionTypes = values.actionType || []; + actionTypes.forEach(action => { + const actionValue = action.value || action; + + if (actionValue === "RejectMessage") { + if (values.RejectMessageReasonText) { + apiData.RejectMessageReasonText = values.RejectMessageReasonText; + } + if (values.RejectMessageEnhancedStatusCode) { + apiData.RejectMessageEnhancedStatusCode = values.RejectMessageEnhancedStatusCode; + } + } else if (actionValue === "SetHeader") { + if (values.SetHeaderName) apiData.SetHeaderName = values.SetHeaderName; + if (values.SetHeaderValue) apiData.SetHeaderValue = values.SetHeaderValue; + } else if (actionValue === "ApplyHtmlDisclaimer") { + if (values.ApplyHtmlDisclaimerText) { + apiData.ApplyHtmlDisclaimerText = values.ApplyHtmlDisclaimerText; + } + if (values.ApplyHtmlDisclaimerLocation) { + const location = values.ApplyHtmlDisclaimerLocation; + apiData.ApplyHtmlDisclaimerLocation = location?.value || location; + } + if (values.ApplyHtmlDisclaimerFallbackAction) { + const fallback = values.ApplyHtmlDisclaimerFallbackAction; + apiData.ApplyHtmlDisclaimerFallbackAction = fallback?.value || fallback; + } + } else if (values[actionValue] !== undefined) { + const fieldValue = values[actionValue]; + + // Handle single object with value property + if (fieldValue && typeof fieldValue === 'object' && !Array.isArray(fieldValue) && fieldValue.value !== undefined) { + apiData[actionValue] = fieldValue.value; + } + // Handle array of objects with value property (for creatable autocomplete fields) + else if (Array.isArray(fieldValue)) { + apiData[actionValue] = fieldValue.map(item => { + if (item && typeof item === 'object' && item.value !== undefined) { + return item.value; + } + return item; + }); + } + // Handle plain values + else { + apiData[actionValue] = fieldValue; + } + } + }); + + const exceptionTypes = values.exceptionType || []; + exceptionTypes.forEach(exception => { + const exceptionValue = exception.value || exception; + if (values[exceptionValue] !== undefined) { + const fieldValue = values[exceptionValue]; + + // Handle single object with value property + if (fieldValue && typeof fieldValue === 'object' && !Array.isArray(fieldValue) && fieldValue.value !== undefined) { + apiData[exceptionValue] = fieldValue.value; + } + // Handle array of objects with value property (for creatable autocomplete fields) + else if (Array.isArray(fieldValue)) { + apiData[exceptionValue] = fieldValue.map(item => { + if (item && typeof item === 'object' && item.value !== undefined) { + return item.value; + } + return item; + }); + } + // Handle plain values + else { + apiData[exceptionValue] = fieldValue; + } + } + if (exceptionValue === "ExceptIfHeaderContainsWords" && values.ExceptIfHeaderContainsWordsMessageHeader) { + apiData.ExceptIfHeaderContainsMessageHeader = values.ExceptIfHeaderContainsWordsMessageHeader; + apiData.ExceptIfHeaderContainsWords = values.ExceptIfHeaderContainsWords; + } + if (exceptionValue === "ExceptIfHeaderMatchesPatterns" && values.ExceptIfHeaderMatchesPatternsMessageHeader) { + apiData.ExceptIfHeaderMatchesMessageHeader = values.ExceptIfHeaderMatchesPatternsMessageHeader; + apiData.ExceptIfHeaderMatchesPatterns = values.ExceptIfHeaderMatchesPatterns; + } + }); + + return apiData; + }, + [currentTenant, ruleInfo.data, isEditMode] + ); + + // Helper function to get field names for a condition + const getConditionFieldNames = (conditionValue) => { + const fields = [conditionValue]; + if (conditionValue === "HeaderContainsWords") { + fields.push("HeaderContainsWordsMessageHeader"); + } else if (conditionValue === "HeaderMatchesPatterns") { + fields.push("HeaderMatchesPatternsMessageHeader"); + } + return fields; + }; + + // Helper function to get field names for an action + const getActionFieldNames = (actionValue) => { + const fields = []; + switch (actionValue) { + case "RejectMessage": + fields.push("RejectMessageReasonText", "RejectMessageEnhancedStatusCode"); + break; + case "SetHeader": + fields.push("SetHeaderName", "SetHeaderValue"); + break; + case "ApplyHtmlDisclaimer": + fields.push("ApplyHtmlDisclaimerText", "ApplyHtmlDisclaimerLocation", "ApplyHtmlDisclaimerFallbackAction"); + break; + default: + fields.push(actionValue); + } + return fields; + }; + + // Update selected conditions and clean up removed ones + useEffect(() => { + const newConditions = conditionTypeWatch || []; + const newConditionValues = newConditions.map(c => c.value || c); + const oldConditionValues = selectedConditions.map(c => c.value || c); + + const removedConditions = oldConditionValues.filter( + oldVal => !newConditionValues.includes(oldVal) + ); + + removedConditions.forEach(conditionValue => { + const fieldNames = getConditionFieldNames(conditionValue); + fieldNames.forEach(fieldName => { + formControl.setValue(fieldName, undefined); + }); + }); + + setSelectedConditions(newConditions); + }, [conditionTypeWatch]); + + // Update selected actions and clean up removed ones + useEffect(() => { + const newActions = actionTypeWatch || []; + const newActionValues = newActions.map(a => a.value || a); + const oldActionValues = selectedActions.map(a => a.value || a); + + const removedActions = oldActionValues.filter( + oldVal => !newActionValues.includes(oldVal) + ); + + removedActions.forEach(actionValue => { + const fieldNames = getActionFieldNames(actionValue); + fieldNames.forEach(fieldName => { + formControl.setValue(fieldName, undefined); + }); + }); + + setSelectedActions(newActions); + }, [actionTypeWatch]); + + // Update selected exceptions and clean up removed ones + useEffect(() => { + const newExceptions = exceptionTypeWatch || []; + const newExceptionValues = newExceptions.map(e => e.value || e); + const oldExceptionValues = selectedExceptions.map(e => e.value || e); + + const removedExceptions = oldExceptionValues.filter( + oldVal => !newExceptionValues.includes(oldVal) + ); + + removedExceptions.forEach(exceptionValue => { + const baseCondition = exceptionValue.replace("ExceptIf", ""); + const fieldNames = getConditionFieldNames(baseCondition).map( + field => field.includes("MessageHeader") ? `ExceptIf${field}` : exceptionValue + ); + fieldNames.forEach(fieldName => { + formControl.setValue(fieldName, undefined); + }); + }); + + setSelectedExceptions(newExceptions); + }, [exceptionTypeWatch]); + + // Handle "Apply to all messages" logic + useEffect(() => { + if (applyToAllMessagesWatch) { + formControl.setValue("conditionType", []); + setSelectedConditions([]); + } + }, [applyToAllMessagesWatch, formControl]); + + // Disable "Apply to all messages" when conditions are selected + useEffect(() => { + if (conditionTypeWatch && conditionTypeWatch.length > 0) { + formControl.setValue("applyToAllMessages", false); + } + }, [conditionTypeWatch, formControl]); + + // Condition options + const conditionOptions = [ + { value: "From", label: "The sender is..." }, + { value: "FromScope", label: "The sender is located..." }, + { value: "FromMemberOf", label: "The sender is a member of..." }, + { value: "SentTo", label: "The recipient is..." }, + { value: "SentToScope", label: "The recipient is located..." }, + { value: "SentToMemberOf", label: "The recipient is a member of..." }, + { value: "SubjectContainsWords", label: "Subject contains words..." }, + { value: "SubjectMatchesPatterns", label: "Subject matches patterns..." }, + { value: "SubjectOrBodyContainsWords", label: "Subject or body contains words..." }, + { value: "SubjectOrBodyMatchesPatterns", label: "Subject or body matches patterns..." }, + { value: "FromAddressContainsWords", label: "Sender address contains words..." }, + { value: "FromAddressMatchesPatterns", label: "Sender address matches patterns..." }, + { value: "AttachmentContainsWords", label: "Attachment content contains words..." }, + { value: "AttachmentMatchesPatterns", label: "Attachment content matches patterns..." }, + { value: "AttachmentExtensionMatchesWords", label: "Attachment extension is..." }, + { value: "AttachmentSizeOver", label: "Attachment size is greater than..." }, + { value: "MessageSizeOver", label: "Message size is greater than..." }, + { value: "SCLOver", label: "SCL is greater than or equal to..." }, + { value: "WithImportance", label: "Message importance is..." }, + { value: "MessageTypeMatches", label: "Message type is..." }, + { value: "SenderDomainIs", label: "Sender domain is..." }, + { value: "RecipientDomainIs", label: "Recipient domain is..." }, + { value: "SenderIpRanges", label: "Sender IP address belongs to any of these ranges..." }, + { value: "HeaderContainsWords", label: "Message header contains words..." }, + { value: "HeaderMatchesPatterns", label: "Message header matches patterns..." }, + { value: "AnyOfToHeader", label: "Any To header contains..." }, + { value: "AnyOfToHeaderMemberOf", label: "Any To header is a member of..." }, + { value: "AnyOfCcHeader", label: "Any Cc header contains..." }, + { value: "AnyOfCcHeaderMemberOf", label: "Any Cc header is a member of..." }, + { value: "AnyOfToCcHeader", label: "Any To or Cc header contains..." }, + { value: "AnyOfToCcHeaderMemberOf", label: "Any To or Cc header is a member of..." }, + { value: "RecipientAddressContainsWords", label: "Recipient address contains words..." }, + { value: "RecipientAddressMatchesPatterns", label: "Recipient address matches patterns..." }, + { value: "AnyOfRecipientAddressContainsWords", label: "Any recipient address contains words..." }, + { value: "AnyOfRecipientAddressMatchesPatterns", label: "Any recipient address matches patterns..." }, + ]; + + // Action options + const actionOptions = [ + { value: "DeleteMessage", label: "Delete the message without notifying anyone" }, + { value: "Quarantine", label: "Quarantine the message" }, + { value: "RedirectMessageTo", label: "Redirect the message to..." }, + { value: "BlindCopyTo", label: "Add recipients to the Bcc box..." }, + { value: "CopyTo", label: "Add recipients to the Cc box..." }, + { value: "ModerateMessageByUser", label: "Forward the message for approval to..." }, + { value: "ModerateMessageByManager", label: "Forward the message for approval to the sender's manager" }, + { value: "RejectMessage", label: "Reject the message with explanation..." }, + { value: "PrependSubject", label: "Prepend the subject with..." }, + { value: "SetSCL", label: "Set spam confidence level (SCL) to..." }, + { value: "SetHeader", label: "Set message header..." }, + { value: "RemoveHeader", label: "Remove message header..." }, + { value: "ApplyClassification", label: "Apply message classification..." }, + { value: "ApplyHtmlDisclaimer", label: "Apply HTML disclaimer..." }, + { value: "GenerateIncidentReport", label: "Generate incident report and send to..." }, + { value: "GenerateNotification", label: "Notify the sender with a message..." }, + { value: "ApplyOME", label: "Apply Office 365 Message Encryption" }, + ]; + + const renderConditionField = (condition) => { + const conditionValue = condition.value || condition; + const conditionLabel = condition.label || condition; + + switch (conditionValue) { + case "From": + case "SentTo": + case "AnyOfToHeader": + case "AnyOfCcHeader": + case "AnyOfToCcHeader": + return ( + + `${option.displayName} (${option.userPrincipalName})`, + valueField: "userPrincipalName", + dataKey: "Results", + }} + /> + + ); + + case "FromMemberOf": + case "SentToMemberOf": + case "AnyOfToHeaderMemberOf": + case "AnyOfCcHeaderMemberOf": + case "AnyOfToCcHeaderMemberOf": + return ( + + `${option.displayName}${option.mail ? ` (${option.mail})` : ''}`, + valueField: "mail", + dataKey: "Results", + }} + /> + + ); + + case "FromScope": + case "SentToScope": + return ( + + + + ); + + case "WithImportance": + return ( + + + + ); + + case "MessageTypeMatches": + return ( + + + + ); + + case "SCLOver": + return ( + + ({ + value: i.toString(), + label: i.toString(), + }))} + /> + + ); + + case "AttachmentSizeOver": + case "MessageSizeOver": + return ( + + + + ); + + case "SenderDomainIs": + case "RecipientDomainIs": + return ( + + + + ); + + case "SenderIpRanges": + return ( + + + + ); + + case "HeaderContainsWords": + case "HeaderMatchesPatterns": + return ( + + + + + + + + + + + ); + + default: + return ( + + + + ); + } + }; + + const renderActionField = (action) => { + const actionValue = action.value || action; + const actionLabel = action.label || action; + + switch (actionValue) { + case "DeleteMessage": + case "Quarantine": + case "ModerateMessageByManager": + case "ApplyOME": + return ( + + + + ); + + case "RedirectMessageTo": + case "BlindCopyTo": + case "CopyTo": + case "ModerateMessageByUser": + case "GenerateIncidentReport": + return ( + + `${option.displayName} (${option.userPrincipalName})`, + valueField: "userPrincipalName", + dataKey: "Results", + }} + /> + + ); + + case "SetSCL": + return ( + + ({ + value: i.toString(), + label: i.toString(), + })), + ]} + /> + + ); + + case "RejectMessage": + return ( + + + + + + + + + + + ); + + case "SetHeader": + return ( + + + + + + + + + + + ); + + case "RemoveHeader": + return ( + + + + ); + + case "ApplyHtmlDisclaimer": + return ( + + + + + + + + + + + + + + ); + + case "PrependSubject": + case "ApplyClassification": + case "GenerateNotification": + return ( + + + + ); + + default: + return ( + + + + ); + } + }; + + const renderExceptionField = (exception) => { + const exceptionValue = exception.value || exception; + const baseCondition = exceptionValue.replace("ExceptIf", ""); + const exceptionLabel = exception.label || exception; + + const mockCondition = { value: baseCondition, label: exceptionLabel }; + const field = renderConditionField(mockCondition); + + if (field) { + return cloneElement(field, { + key: exceptionValue, + children: React.Children.map(field.props.children, (child) => { + if (child?.type === CippFormComponent) { + return cloneElement(child, { + name: exceptionValue, + }); + } + if (child?.type === Grid && child.props.container) { + return cloneElement(child, { + children: React.Children.map(child.props.children, (gridChild) => { + if (gridChild?.props?.children?.type === CippFormComponent) { + const formComponent = gridChild.props.children; + const originalName = formComponent.props.name; + const newName = originalName.includes("MessageHeader") + ? `ExceptIf${originalName}` + : exceptionValue; + return cloneElement(gridChild, { + children: cloneElement(formComponent, { + name: newName, + }), + }); + } + return gridChild; + }), + }); + } + return child; + }), + }); + } + return null; + }; + + const handleSubmit = () => { + formControl.trigger(); + const formData = formControl.getValues(); + const apiData = customDataFormatter(formData); + + submitRule.mutate({ + url: "/api/AddEditTransportRule", + data: apiData, + }); + }; + + const handleCloseDrawer = () => { + setDrawerVisible(false); + formControl.reset(defaultFormValues); + setSelectedConditions([]); + setSelectedActions([]); + setSelectedExceptions([]); + }; + + const rule = ruleInfo.data?.Results + ? (Array.isArray(ruleInfo.data.Results) ? ruleInfo.data.Results[0] : ruleInfo.data.Results) + : (Array.isArray(ruleInfo.data) ? ruleInfo.data[0] : ruleInfo.data); + + const queryClient = useQueryClient(); + + useEffect(() => { + if (submitRule.isSuccess) { + queryClient.invalidateQueries({ queryKey: [`ListTransportRules-${ruleId}`]}); + queryClient.invalidateQueries({ queryKey: [`Transport Rules - ${currentTenant}`]}); + onSuccess(); + } + }, [submitRule.isSuccess, queryClient, ruleId, currentTenant, onSuccess]); + + return ( + <> + {rowAction === false && !drawerVisible && ( + setDrawerVisible(true)} + startIcon={isEditMode ? : } + > + {buttonText} + + )} + + + + + } + > + + {/* Basic Information */} + + + Basic Information + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {/* Conditions */} + + + Apply this rule if... + + + + + + + + {applyToAllMessagesWatch && ( + + + This rule will apply to ALL inbound and outbound messages + for the entire organization. + + + )} + + {!applyToAllMessagesWatch && ( + <> + + + Select one or more conditions to target specific messages. If you want this rule to + apply to all messages, enable "Apply to all messages" above. + + + + + + + + {selectedConditions.map((condition) => renderConditionField(condition))} + + )} + + + + {/* Actions */} + + + Do the following... + + + + + + + + {selectedActions.map((action) => renderActionField(action))} + + + + {/* Exceptions */} + + + Except if... (optional) + + + + + ({ + value: `ExceptIf${opt.value}`, + label: opt.label, + }))} + /> + + + {selectedExceptions.map((exception) => renderExceptionField(exception))} + + + + {/* Advanced Settings */} + + + Advanced Settings + + + + + + + + + + + + + + + + + + + + + + + + ); +}; \ No newline at end of file diff --git a/src/components/CippComponents/CippUserActions.jsx b/src/components/CippComponents/CippUserActions.jsx new file mode 100644 index 000000000000..9d3e284e3678 --- /dev/null +++ b/src/components/CippComponents/CippUserActions.jsx @@ -0,0 +1,606 @@ +import { EyeIcon, MagnifyingGlassIcon, TrashIcon } from "@heroicons/react/24/outline"; +import { + Archive, + Clear, + CloudDone, + Edit, + Email, + ForwardToInbox, + GroupAdd, + LockClock, + LockPerson, + LockReset, + MeetingRoom, + Password, + PersonOff, + PhonelinkLock, + PhonelinkSetup, + Shortcut, + EditAttributes, + CloudSync, +} from "@mui/icons-material"; +import { getCippLicenseTranslation } from "../../utils/get-cipp-license-translation"; +import { useSettings } from "/src/hooks/use-settings.js"; +import { usePermissions } from "../../hooks/use-permissions"; +import { Tooltip, Box } from "@mui/material"; +import CippFormComponent from "./CippFormComponent"; +import { useWatch } from "react-hook-form"; + +// Separate component for Out of Office form to avoid hook issues +const OutOfOfficeForm = ({ formControl }) => { + // Watch the Auto Reply State value + const autoReplyState = useWatch({ + control: formControl.control, + name: "AutoReplyState", + }); + + // Calculate if date fields should be disabled + const areDateFieldsDisabled = autoReplyState?.value !== "Scheduled"; + + return ( + <> + + + + + + + + + + + + + + + + + + + ); +}; + +export const useCippUserActions = () => { + const tenant = useSettings().currentTenant; + + const { checkPermissions } = usePermissions(); + const canWriteUser = checkPermissions(["Identity.User.ReadWrite"]); + const canWriteMailbox = checkPermissions(["Exchange.Mailbox.ReadWrite"]); + const canWriteGroup = checkPermissions(["Identity.Group.ReadWrite"]); + + return [ + { + //tested + label: "View User", + link: "/identity/administration/users/user?userId=[id]", + multiPost: false, + icon: , + color: "success", + }, + { + //tested + label: "Edit User", + link: "/identity/administration/users/user/edit?userId=[id]", + icon: , + color: "success", + target: "_self", + condition: () => canWriteUser, + }, + { + //tested + label: "Research Compromised Account", + type: "GET", + icon: , + link: "/identity/administration/users/user/bec?userId=[id]", + confirmText: + "Are you sure you want to research if [userPrincipalName] is a compromised account?", + multiPost: false, + }, + { + //tested + label: "Create Temporary Access Password", + type: "POST", + icon: , + url: "/api/ExecCreateTAP", + data: { ID: "userPrincipalName" }, + fields: [ + { + type: "number", + name: "lifetimeInMinutes", + label: "Lifetime (Minutes)", + placeholder: "Leave blank for default", + }, + { + type: "switch", + name: "isUsableOnce", + label: "One-time use only", + }, + { + type: "datePicker", + name: "startDateTime", + label: "Start Date/Time (leave blank for immediate)", + dateTimeType: "datetime", + }, + ], + confirmText: + "Are you sure you want to create a Temporary Access Password for [userPrincipalName]?", + multiPost: false, + condition: () => canWriteUser, + }, + { + //tested + label: "Re-require MFA registration", + type: "POST", + icon: , + url: "/api/ExecResetMFA", + data: { ID: "userPrincipalName" }, + confirmText: "Are you sure you want to reset MFA for [userPrincipalName]?", + multiPost: false, + condition: () => canWriteUser, + }, + { + //tested + label: "Send MFA Push", + type: "POST", + icon: , + url: "/api/ExecSendPush", + data: { UserEmail: "userPrincipalName" }, + confirmText: "Are you sure you want to send an MFA request to [userPrincipalName]?", + multiPost: false, + }, + { + //tested + label: "Set Per-User MFA", + type: "POST", + icon: , + url: "/api/ExecPerUserMFA", + data: { userId: "id", userPrincipalName: "userPrincipalName" }, + fields: [ + { + type: "autoComplete", + name: "State", + label: "State", + options: [ + { label: "Enforced", value: "Enforced" }, + { label: "Enabled", value: "Enabled" }, + { label: "Disabled", value: "Disabled" }, + ], + multiple: false, + creatable: false, + validators: { required: "Please select an MFA state" }, + }, + ], + confirmText: "Are you sure you want to set per-user MFA for these users?", + multiPost: false, + condition: () => canWriteUser, + }, + { + //tested + label: "Convert Mailbox", + type: "POST", + icon: , + url: "/api/ExecConvertMailbox", + data: { ID: "userPrincipalName" }, + fields: [ + { + type: "radio", + name: "MailboxType", + label: "Mailbox Type", + options: [ + { label: "User Mailbox", value: "Regular" }, + { label: "Shared Mailbox", value: "Shared" }, + { label: "Room Mailbox", value: "Room" }, + { label: "Equipment Mailbox", value: "Equipment" }, + ], + validators: { required: "Please select a mailbox type" }, + }, + ], + confirmText: "Pick the type of mailbox you want to convert [userPrincipalName] to:", + multiPost: false, + condition: () => canWriteMailbox, + }, + { + //tested + label: "Enable Online Archive", + type: "POST", + icon: , + url: "/api/ExecEnableArchive", + data: { ID: "userPrincipalName" }, + confirmText: "Are you sure you want to enable the online archive for [userPrincipalName]?", + multiPost: false, + condition: (row) => canWriteMailbox, + }, + { + //tested + label: "Set Out of Office", + type: "POST", + icon: , + url: "/api/ExecSetOoO", + data: { + userId: "userPrincipalName", + tenantFilter: "Tenant", + }, + children: ({ formHook: formControl }) => , + confirmText: "Are you sure you want to set the out of office?", + multiPost: false, + condition: () => canWriteMailbox, + }, + { + label: "Add to Group", + type: "POST", + icon: , + url: "/api/EditGroup", + customDataformatter: (row, action, formData) => { + // Build the member list from selected users + let addMember = []; + if (Array.isArray(row)) { + row + .map((r) => ({ + label: r.displayName, + value: r.id, + addedFields: { + id: r.id, + userPrincipalName: r.userPrincipalName, + displayName: r.displayName, + }, + })) + .forEach((r) => addMember.push(r)); + } else { + addMember.push({ + label: row.displayName, + value: row.id, + addedFields: { + id: row.id, + userPrincipalName: row.userPrincipalName, + displayName: row.displayName, + }, + }); + } + + // Handle multiple groups - return an array of requests (one per group) + const selectedGroups = Array.isArray(formData.groupId) + ? formData.groupId + : [formData.groupId]; + + return selectedGroups.map((group) => ({ + addMember: addMember, + tenantFilter: tenant, + groupId: group, + })); + }, + fields: [ + { + type: "autoComplete", + name: "groupId", + label: "Select groups to add the user to", + multiple: true, + creatable: false, + validators: { required: "Please select at least one group" }, + api: { + url: "/api/ListGroups", + labelField: (option) => + option?.calculatedGroupType + ? `${option.displayName} (${option.calculatedGroupType})` + : option?.displayName ?? "", + valueField: "id", + addedField: { + groupType: "groupType", + groupName: "displayName", + }, + queryKey: `groups-${tenant}`, + showRefresh: true, + }, + }, + ], + confirmText: "Are you sure you want to add [userPrincipalName] to the selected groups?", + multiPost: false, + allowResubmit: true, + condition: () => canWriteGroup, + }, + { + label: "Manage Licenses", + type: "POST", + url: "/api/ExecBulkLicense", + icon: , + data: { userIds: "id" }, + multiPost: true, + fields: [ + { + type: "radio", + name: "LicenseOperation", + label: "License Operation", + options: [ + { label: "Add Licenses", value: "Add" }, + { label: "Remove Licenses", value: "Remove" }, + { label: "Replace Licenses", value: "Replace" }, + ], + validators: { required: "Please select a license operation" }, + }, + { + type: "switch", + name: "RemoveAllLicenses", + label: "Remove All Existing Licenses", + }, + { + type: "autoComplete", + name: "Licenses", + label: "Select Licenses", + multiple: true, + creatable: false, + api: { + url: "/api/ListLicenses", + labelField: (option) => + `${getCippLicenseTranslation([option])} (${option?.availableUnits} available)`, + valueField: "skuId", + queryKey: `licenses-${tenant}`, + }, + }, + ], + confirmText: "Are you sure you want to manage licenses for the selected users?", + multiPost: true, + condition: () => canWriteUser, + }, + { + label: "Disable Email Forwarding", + type: "POST", + url: "/api/ExecEmailForward", + icon: , + data: { + username: "userPrincipalName", + userid: "userPrincipalName", + ForwardOption: "!disabled", + }, + confirmText: "Are you sure you want to disable forwarding of [userPrincipalName]'s emails?", + multiPost: false, + condition: () => canWriteMailbox, + }, + { + label: "Pre-provision OneDrive", + type: "POST", + icon: , + url: "/api/ExecOneDriveProvision", + data: { UserPrincipalName: "userPrincipalName" }, + confirmText: "Are you sure you want to pre-provision OneDrive for [userPrincipalName]?", + multiPost: false, + condition: () => canWriteUser, + }, + { + label: "Add OneDrive Shortcut", + type: "POST", + icon: , + url: "/api/ExecOneDriveShortCut", + data: { + username: "userPrincipalName", + userid: "id", + }, + fields: [ + { + type: "autoComplete", + name: "siteUrl", + label: "Select a Site", + multiple: false, + creatable: true, + validators: { required: "Please select or enter a SharePoint site URL" }, + api: { + url: "/api/ListSites", + data: { type: "SharePointSiteUsage", URLOnly: true }, + labelField: "webUrl", + valueField: "webUrl", + queryKey: `sharepointSites-${tenant}`, + }, + }, + ], + confirmText: "Select a SharePoint site to create a shortcut for:", + multiPost: false, + condition: () => canWriteUser, + }, + { + label: "Set Sign In State", + type: "POST", + icon: , + url: "/api/ExecDisableUser", + data: { ID: "id" }, + fields: [ + { + type: "radio", + name: "Enable", + label: "Sign In State", + options: [ + { label: "Enabled", value: true }, + { label: "Disabled", value: false }, + ], + validators: { required: "Please select a sign-in state" }, + }, + ], + confirmText: "Are you sure you want to set the sign-in state for [userPrincipalName]?", + multiPost: false, + condition: () => canWriteUser, + }, + { + label: "Reset Password", + type: "POST", + icon: , + url: "/api/ExecResetPass", + data: { + ID: "userPrincipalName", + displayName: "displayName", + }, + fields: [ + { + type: "switch", + name: "MustChange", + label: "Must Change Password at Next Logon", + }, + ], + confirmText: "Are you sure you want to reset the password for [userPrincipalName]?", + multiPost: false, + condition: () => canWriteUser, + }, + { + label: "Set Password Expiration", + type: "POST", + icon: , + url: "/api/ExecPasswordNeverExpires", + data: { userId: "id", userPrincipalName: "userPrincipalName" }, + fields: [ + { + type: "radio", + name: "PasswordPolicy", + label: "Password Policy", + options: [ + { label: "Disable Password Expiration", value: "DisablePasswordExpiration" }, + { label: "Enable Password Expiration", value: "None" }, + ], + validators: { required: "Please select a password policy" }, + }, + ], + confirmText: + "Set Password Never Expires state for [userPrincipalName]. If the password of the user is older than the set expiration date of the organization, the user will be prompted to change their password at their next login.", + multiPost: false, + condition: () => canWriteUser, + }, + { + label: "Clear Immutable ID", + type: "POST", + icon: , + url: "/api/ExecClrImmId", + data: { + ID: "id", + }, + confirmText: "Are you sure you want to clear the Immutable ID for [userPrincipalName]?", + multiPost: false, + condition: (row) => !row?.onPremisesSyncEnabled && row?.onPremisesImmutableId && canWriteUser, + }, + { + label: "Set Source of Authority", + type: "POST", + url: "/api/ExecSetCloudManaged", + icon: , + data: { + ID: "id", + displayName: "displayName", + type: "!User", + }, + fields: [ + { + type: "radio", + name: "isCloudManaged", + label: "Source of Authority", + options: [ + { label: "Cloud Managed", value: true }, + { label: "On-Premises Managed", value: false }, + ], + validators: { required: "Please select a source of authority" }, + }, + ], + confirmText: + "Are you sure you want to change the source of authority for [userPrincipalName]? Setting it to On-Premises Managed will take until the next sync cycle to show the change.", + multiPost: false, + }, + { + label: "Revoke all user sessions", + type: "POST", + icon: , + url: "/api/ExecRevokeSessions", + data: { ID: "id", Username: "userPrincipalName" }, + confirmText: "Are you sure you want to revoke all sessions for [userPrincipalName]?", + multiPost: false, + condition: () => canWriteUser, + }, + { + label: "Delete User", + type: "POST", + icon: , + url: "/api/RemoveUser", + data: { ID: "id", userPrincipalName: "userPrincipalName" }, + confirmText: "Are you sure you want to delete [userPrincipalName]?", + multiPost: false, + condition: () => canWriteUser, + }, + { + label: "Edit Properties", + icon: , + multiPost: true, + noConfirm: true, + customFunction: (users, action, formData) => { + // Handle both single user and multiple users + const userData = Array.isArray(users) ? users : [users]; + + // Store users in session storage to avoid URL length limits + sessionStorage.setItem("patchWizardUsers", JSON.stringify(userData)); + + // Use Next.js router for internal navigation + import("next/router") + .then(({ default: router }) => { + router.push("/identity/administration/users/patch-wizard"); + }) + .catch(() => { + // Fallback to window.location if router is not available + window.location.href = "/identity/administration/users/patch-wizard"; + }); + }, + condition: () => canWriteUser, + }, + ]; +}; + +// Legacy wrapper function for backward compatibility - but this should not be used +// Instead, components should use the useCippUserActions hook +export const CippUserActions = () => { + console.warn("CippUserActions() function is deprecated. Use useCippUserActions() hook instead."); + return useCippUserActions(); +}; + +export default CippUserActions; diff --git a/src/components/CippComponents/CippUserPhotoManager.jsx b/src/components/CippComponents/CippUserPhotoManager.jsx new file mode 100644 index 000000000000..3d927b2376fb --- /dev/null +++ b/src/components/CippComponents/CippUserPhotoManager.jsx @@ -0,0 +1,417 @@ +import React, { useState, useRef } from "react"; +import { + Box, + Button, + Avatar, + Stack, + Typography, + Alert, + CircularProgress, + IconButton, + Tooltip, + FormControl, + FormLabel, +} from "@mui/material"; +import { PhotoCamera, Delete, AccountCircle } from "@mui/icons-material"; +import { ApiPostCall } from "../../api/ApiCall"; +import PropTypes from "prop-types"; + +export const CippUserPhotoManager = ({ + userId, + tenantFilter, + currentPhotoUrl, + onPhotoChange, + compact = false, +}) => { + const [selectedFile, setSelectedFile] = useState(null); + const [previewUrl, setPreviewUrl] = useState(null); + const [uploadError, setUploadError] = useState(null); + const fileInputRef = useRef(null); + + // API mutation for setting photo + const setPhotoMutation = ApiPostCall({ + urlFromData: true, + }); + + // API mutation for removing photo + const removePhotoMutation = ApiPostCall({ + urlFromData: true, + }); + + const handleFileSelect = (event) => { + const file = event.target.files[0]; + setUploadError(null); + + if (!file) { + return; + } + + // Validate file type + const validTypes = ["image/jpeg", "image/jpg", "image/png"]; + if (!validTypes.includes(file.type)) { + setUploadError("Please select a valid image file (JPEG or PNG)"); + return; + } + + // Validate file size (4MB max for Microsoft Graph) + const maxSize = 4 * 1024 * 1024; // 4MB + if (file.size > maxSize) { + setUploadError( + `File size exceeds 4MB limit. Current size: ${(file.size / (1024 * 1024)).toFixed(2)}MB` + ); + return; + } + + setSelectedFile(file); + + // Create preview + const reader = new FileReader(); + reader.onloadend = () => { + setPreviewUrl(reader.result); + }; + reader.readAsDataURL(file); + }; + + const handleUpload = async () => { + if (!selectedFile) { + return; + } + + setUploadError(null); + + try { + // Convert file to base64 + const reader = new FileReader(); + reader.onloadend = async () => { + const base64Data = reader.result; + + // Upload the photo + await setPhotoMutation.mutateAsync({ + url: "/api/ExecSetUserPhoto", + data: { + userId: userId, + tenantFilter: tenantFilter, + action: "set", + photoData: base64Data, + }, + }); + + // Clear the selection and preview + setSelectedFile(null); + setPreviewUrl(null); + if (fileInputRef.current) { + fileInputRef.current.value = ""; + } + + // Notify parent component + if (onPhotoChange) { + onPhotoChange(); + } + }; + reader.onerror = () => { + setUploadError("Failed to read file"); + }; + reader.readAsDataURL(selectedFile); + } catch (error) { + setUploadError(error.message || "Failed to upload photo"); + } + }; + + const handleRemovePhoto = async () => { + setUploadError(null); + + try { + await removePhotoMutation.mutateAsync({ + url: "/api/ExecSetUserPhoto", + data: { + userId: userId, + tenantFilter: tenantFilter, + action: "remove", + }, + }); + + // Clear any preview + setSelectedFile(null); + setPreviewUrl(null); + if (fileInputRef.current) { + fileInputRef.current.value = ""; + } + + // Notify parent component + if (onPhotoChange) { + onPhotoChange(); + } + } catch (error) { + setUploadError(error.message || "Failed to remove photo"); + } + }; + + const handleCancel = () => { + setSelectedFile(null); + setPreviewUrl(null); + setUploadError(null); + if (fileInputRef.current) { + fileInputRef.current.value = ""; + } + }; + + const isLoading = setPhotoMutation.isPending || removePhotoMutation.isPending; + + // Compact mode - inline with form fields + if (compact) { + return ( + + Profile Picture + + {/* Avatar */} + + + + + {/* Hidden file input */} + + + {/* Action buttons */} + + {!selectedFile ? ( + <> + + {currentPhotoUrl && ( + + )} + + ) : ( + <> + + + + )} + + + {/* Status indicator */} + + {setPhotoMutation.isSuccess && ( + + ✓ Photo updated + + )} + {removePhotoMutation.isSuccess && ( + + ✓ Photo removed + + )} + {uploadError && ( + + {uploadError} + + )} + {setPhotoMutation.isError && ( + + {setPhotoMutation.error?.message || "Upload failed"} + + )} + {removePhotoMutation.isError && ( + + {removePhotoMutation.error?.message || "Remove failed"} + + )} + + + + Supported: JPEG, PNG (Max 4MB) + + + ); + } + + // Full mode - standalone card view + return ( + + + {/* Avatar Preview */} + + + + + + {/* Camera overlay button when not in upload mode */} + {!selectedFile && ( + + fileInputRef.current?.click()} + disabled={isLoading} + > + + + + )} + + + {/* Hidden file input */} + + + {/* Action buttons */} + {!selectedFile ? ( + + + {currentPhotoUrl && ( + + )} + + ) : ( + + + + + )} + + {/* Success/Error Messages */} + {setPhotoMutation.isSuccess && ( + + Profile picture updated successfully! + + )} + {removePhotoMutation.isSuccess && ( + + Profile picture removed successfully! + + )} + {uploadError && ( + + {uploadError} + + )} + {setPhotoMutation.isError && ( + + {setPhotoMutation.error?.message || "Failed to upload photo"} + + )} + {removePhotoMutation.isError && ( + + {removePhotoMutation.error?.message || "Failed to remove photo"} + + )} + + {/* Helper text */} + + Supported formats: JPEG, PNG (Max size: 4MB) + + + + ); +}; + +CippUserPhotoManager.propTypes = { + userId: PropTypes.string.isRequired, + tenantFilter: PropTypes.string.isRequired, + currentPhotoUrl: PropTypes.string, + onPhotoChange: PropTypes.func, + compact: PropTypes.bool, +}; diff --git a/src/components/CippComponents/CippVariableAutocomplete.jsx b/src/components/CippComponents/CippVariableAutocomplete.jsx new file mode 100644 index 000000000000..9910e9771afd --- /dev/null +++ b/src/components/CippComponents/CippVariableAutocomplete.jsx @@ -0,0 +1,342 @@ +import React, { useState, useEffect, useRef, useMemo, useCallback } from "react"; +import { + Paper, + Typography, + Box, + Chip, + Popper, + ListItem, + useTheme, + CircularProgress, +} from "@mui/material"; +import { ApiGetCall } from "/src/api/ApiCall"; +import { useSettings } from "/src/hooks/use-settings.js"; +import { getCippError } from "/src/utils/get-cipp-error"; + +/** + * Autocomplete component specifically for custom variables + * Shows when user types % in a text field + */ +export const CippVariableAutocomplete = React.memo( + ({ + open, + anchorEl, + onClose, + onSelect, + searchQuery = "", + tenantFilter = null, + includeSystemVariables = false, + position = { top: 0, left: 0 }, // Cursor position for floating box + }) => { + const theme = useTheme(); + const settings = useSettings(); + + // State management similar to CippAutocomplete + const [variables, setVariables] = useState([]); + const [getRequestInfo, setGetRequestInfo] = useState({ url: "", waiting: false, queryKey: "" }); + const [filteredVariables, setFilteredVariables] = useState([]); + const [selectedIndex, setSelectedIndex] = useState(0); // For keyboard navigation + + // Get current tenant like CippAutocomplete does + const currentTenant = tenantFilter || settings.currentTenant; + + // API call using the same pattern as CippAutocomplete + const actionGetRequest = ApiGetCall({ + ...getRequestInfo, + }); + + // Setup API request when component mounts or tenant changes + useEffect(() => { + if (open) { + // Normalize tenant filter + const normalizedTenantFilter = currentTenant === "AllTenants" ? null : currentTenant; + + // Build API URL + let apiUrl = "/api/ListCustomVariables"; + const params = new URLSearchParams(); + + if (normalizedTenantFilter) { + params.append("tenantFilter", normalizedTenantFilter); + } + + if (!includeSystemVariables) { + params.append("includeSystem", "false"); + } + + if (params.toString()) { + apiUrl += `?${params.toString()}`; + } + + // Generate query key + const queryKey = `CustomVariables-${normalizedTenantFilter || "global"}-${ + includeSystemVariables ? "withSystem" : "noSystem" + }`; + + setGetRequestInfo({ + url: apiUrl, + waiting: true, + queryKey: queryKey, + staleTime: Infinity, // Never goes stale like in the updated hook + refetchOnMount: false, + refetchOnReconnect: false, + refetchOnWindowFocus: false, + }); + } + }, [open, currentTenant, includeSystemVariables]); + + // Process API response like CippAutocomplete does + useEffect(() => { + if (actionGetRequest.isSuccess && actionGetRequest.data?.Results) { + const processedVariables = actionGetRequest.data.Results.map((variable) => ({ + // Core properties + name: variable.Name, + variable: variable.Variable, + label: variable.Variable, // What shows in autocomplete + value: variable.Variable, // What gets inserted + + // Metadata for display and filtering + description: variable.Description, + type: variable.Type, // 'reserved' or 'custom' + category: variable.Category, // 'system', 'tenant', 'partner', 'cipp', 'global', 'tenant-custom' + + // Custom variable specific + ...(variable.Type === "custom" && { + customValue: variable.Value, + scope: variable.Scope, + }), + + // For grouping in autocomplete + group: + variable.Type === "reserved" + ? `Reserved (${variable.Category})` + : variable.category === "global" + ? "Global Custom Variables" + : "Tenant Custom Variables", + })); + + setVariables(processedVariables); + } + + if (actionGetRequest.isError) { + setVariables([ + { + label: getCippError(actionGetRequest.error), + value: "error", + name: "error", + variable: "error", + description: "Error loading variables", + }, + ]); + } + }, [actionGetRequest.isSuccess, actionGetRequest.isError, actionGetRequest.data]); + + // Filter variables based on search query + useEffect(() => { + if (!searchQuery) { + setFilteredVariables(variables); + setSelectedIndex(0); // Reset selection when filtering + return; + } + + const lowerQuery = searchQuery.toLowerCase(); + const filtered = variables.filter( + (variable) => + variable.name?.toLowerCase().includes(lowerQuery) || + variable.description?.toLowerCase().includes(lowerQuery) + ); + setFilteredVariables(filtered); + setSelectedIndex(0); // Reset selection when filtering + }, [searchQuery, variables]); + + const handleSelect = (event, value) => { + if (value && onSelect) { + onSelect(value.variable); // Pass the full variable string like %tenantname% + } + onClose(); + }; + + // Keyboard navigation handlers + const handleKeyDown = useCallback( + (event) => { + if (!open || filteredVariables.length === 0) return; + + switch (event.key) { + case "ArrowDown": + event.preventDefault(); + setSelectedIndex((prev) => (prev < filteredVariables.length - 1 ? prev + 1 : 0)); + break; + case "ArrowUp": + event.preventDefault(); + setSelectedIndex((prev) => (prev > 0 ? prev - 1 : filteredVariables.length - 1)); + break; + case "Tab": + case "Enter": + event.preventDefault(); + if (filteredVariables[selectedIndex]) { + handleSelect(event, filteredVariables[selectedIndex]); + } + break; + case "Escape": + event.preventDefault(); + onClose(); + break; + } + }, + [open, filteredVariables, selectedIndex, onClose] + ); + + // Set up keyboard event listeners + useEffect(() => { + if (open) { + document.addEventListener("keydown", handleKeyDown); + return () => document.removeEventListener("keydown", handleKeyDown); + } + }, [open, handleKeyDown]); + + if (!open) { + return null; + } + + // Show loading state like CippAutocomplete + if (actionGetRequest.isLoading && (!variables || variables.length === 0)) { + return ( + + + + + + Loading variables... + + + + + ); + } + + if (!variables || variables.length === 0) { + return null; + } + + if (filteredVariables.length === 0) { + return null; + } + + return ( + + { + e.stopPropagation(); + }} + > + {filteredVariables.map((variable, index) => ( + { + // Scroll selected item into view + if (el) { + el.scrollIntoView({ block: "nearest", behavior: "smooth" }); + } + } + : null + } + onClick={(e) => { + e.stopPropagation(); + e.preventDefault(); + handleSelect(e, variable); + }} + sx={{ + display: "flex", + justifyContent: "space-between", + alignItems: "center", + py: 1, + px: 2, + borderBottom: `1px solid ${theme.palette.divider}`, + backgroundColor: + index === selectedIndex ? theme.palette.action.selected : "transparent", + borderLeft: + index === selectedIndex + ? `3px solid ${theme.palette.primary.main}` + : "3px solid transparent", + "&:hover": { + backgroundColor: theme.palette.action.hover, + }, + cursor: "pointer", + }} + > + + + {variable.variable} + + + {variable.description} + + + + + + + + ))} + + + ); + } +); diff --git a/src/components/CippComponents/CollapsibleChipList.js b/src/components/CippComponents/CollapsibleChipList.js new file mode 100644 index 000000000000..23a9586e8034 --- /dev/null +++ b/src/components/CippComponents/CollapsibleChipList.js @@ -0,0 +1,29 @@ +import React, { useState } from "react"; +import { Box, Link } from "@mui/material"; + +export const CollapsibleChipList = ({ children, maxItems = 4 }) => { + const [expanded, setExpanded] = useState(false); + const childArray = React.Children.toArray(children); + const hasMoreItems = childArray.length > maxItems; + + const toggleExpanded = (e) => { + e.preventDefault(); + setExpanded(!expanded); + }; + + return ( + + {expanded ? childArray : childArray.slice(0, maxItems)} + + {hasMoreItems && ( + + {expanded ? "Show less" : `+${childArray.length - maxItems} more`} + + )} + + ); +}; diff --git a/src/components/CippComponents/ConnectorTemplateDetails.jsx b/src/components/CippComponents/ConnectorTemplateDetails.jsx new file mode 100644 index 000000000000..4e51b86083e1 --- /dev/null +++ b/src/components/CippComponents/ConnectorTemplateDetails.jsx @@ -0,0 +1,22 @@ +import React from "react"; +import { Box, Typography } from "@mui/material"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { CippPropertyListCard } from "../CippCards/CippPropertyListCard"; + +const ConnectorTemplateDetails = ({ data }) => { + const properties = Object.keys(data); + + return ( + + Connector Template Details + { + return { label: getCippTranslation(prop), value: data[prop] }; + })} + isFetching={false} + /> + + ); +}; + +export default ConnectorTemplateDetails; diff --git a/src/components/CippComponents/DesktopDevicesSankey.jsx b/src/components/CippComponents/DesktopDevicesSankey.jsx new file mode 100644 index 000000000000..4ffd02318ab8 --- /dev/null +++ b/src/components/CippComponents/DesktopDevicesSankey.jsx @@ -0,0 +1,50 @@ +import { CippSankey } from "./CippSankey"; + +export const DesktopDevicesSankey = ({ data }) => { + //temporary mock sankey for dash - dont delete until replaced. + return ( + + ); +}; diff --git a/src/components/CippComponents/DomainAnalyserDialog.jsx b/src/components/CippComponents/DomainAnalyserDialog.jsx new file mode 100644 index 000000000000..803baf43f154 --- /dev/null +++ b/src/components/CippComponents/DomainAnalyserDialog.jsx @@ -0,0 +1,79 @@ +import { useState } from "react"; +import { Dialog, DialogContent, DialogTitle, Button, DialogActions } from "@mui/material"; +import { Refresh } from "@mui/icons-material"; +import { useForm, FormProvider } from "react-hook-form"; +import { CippFormTenantSelector } from "./CippFormTenantSelector"; +import { ApiPostCall } from "/src/api/ApiCall"; +import { CippApiResults } from "./CippApiResults"; + +export const DomainAnalyserDialog = ({ createDialog }) => { + const methods = useForm({ + defaultValues: { + tenantFilter: { + value: "AllTenants", + label: "*All Tenants", + }, + }, + }); + + // Use methods for form handling and control + const { handleSubmit, control } = methods; + + const [isRunning, setIsRunning] = useState(false); + const domainAnalyserResults = ApiPostCall({ + urlFromData: true, + }); + + const handleForm = (values) => { + setIsRunning(true); + domainAnalyserResults.mutate({ + url: "/api/ExecDomainAnalyser", + queryKey: `domain-analyser-${values.tenantFilter}`, + data: values.tenantFilter ? { TenantFilter: values.tenantFilter } : {}, + }); + }; + + // Reset running state when dialog is closed + const handleClose = () => { + setIsRunning(false); + createDialog.handleClose(); + }; + + return ( + + +
    + Run Domain Analysis + +
    +

    + This will run a Domain Analysis to check for DNS configuration issues. Select a + tenant (or all tenants) below. +

    + +
    + +
    + + + + +
    +
    +
    + ); +}; diff --git a/src/components/CippComponents/MailboxRestoreDetails.jsx b/src/components/CippComponents/MailboxRestoreDetails.jsx new file mode 100644 index 000000000000..23feefa76f76 --- /dev/null +++ b/src/components/CippComponents/MailboxRestoreDetails.jsx @@ -0,0 +1,119 @@ +import React, { useEffect, useState } from "react"; +import { Box, Typography, Dialog, DialogContent, DialogTitle, IconButton } from "@mui/material"; +import { CippCodeBlock } from "../CippComponents/CippCodeBlock"; +import { ApiGetCall } from "../../api/ApiCall"; +import { useSettings } from "../../hooks/use-settings"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { CippPropertyListCard } from "../CippCards/CippPropertyListCard"; +import { Close } from "@mui/icons-material"; +import { DocumentTextIcon } from "@heroicons/react/24/outline"; + +const MailboxRestoreDetails = ({ data }) => { + const tenantFilter = useSettings().currentTenant; + const [statistics, setStatistics] = useState(null); + const restoreStatistics = ApiGetCall({ + url: `/api/ListMailboxRestores`, + data: { + tenantFilter: tenantFilter, + Statistics: true, + Identity: data.Identity, + IncludeReport: true, + }, + queryKey: `ListMailboxRestores-${data.Identity}`, + }); + + const properties = [ + "Name", + "Status", + "StatusDetail", + "SyncStage", + "RequestStyle", + "SourceExchangeGuid", + "MailboxRestoreFlags", + "TargetAlias", + "TargetType", + "TargetExchangeGuid", + "TargetMailboxIdentity", + "BadItemLimit", + "BadItemsEncountered", + "LargeItemLimit", + "LargeItemsEncountered", + "MissingItemsEncountered", + "DataConsistencyScore", + "QueuedTimestamp", + "StartTimestamp", + "LastUpdateTimestamp", + "InitialSeedingCompletedTimestamp", + "CompletionTimestamp", + "OverallDuration", + "TotalSuspendedDuration", + "TotalFailedDuration", + "TotalQueuedDuration", + "TotalInProgressDuration", + "TotalTransientFailureDuration", + "EstimatedTransferSize", + "EstimatedTransferItemCount", + "SyncedItemCount", + "BytesTransferred", + "BytesTransferredPerMinute", + "ItemsTransferred", + "PercentComplete", + "CompletedRequestAgeLimit", + "RequestGuid", + "RequestQueue", + "Identity", + "LastSuccessfulSyncTimestamp", + "RequestExpiryTimestamp", + ]; + + useEffect(() => { + if (restoreStatistics.isSuccess) { + setStatistics(restoreStatistics?.data?.[0]); + } + }, [data.Identity, restoreStatistics.isSuccess]); + const [dialogOpen, setDialogOpen] = useState(false); + + return ( + <> + setDialogOpen(false)}> + + Mailbox Restore Report + setDialogOpen(false)} + sx={{ position: "absolute", right: 8, top: 8 }} + > + + + + + setDialogOpen(false)} + code={restoreStatistics?.data?.[0]?.Report} + /> + + + + + Mailbox Restore Statistics + { + return { label: getCippTranslation(prop), value: statistics?.[prop] }; + })} + isFetching={restoreStatistics.isFetching} + actionItems={[ + { + label: "View Report", + noConfirm: true, + customFunction: () => setDialogOpen(true), + icon: , + }, + ]} + /> + + + ); +}; + +export default MailboxRestoreDetails; diff --git a/src/components/CippComponents/MobileSankey.jsx b/src/components/CippComponents/MobileSankey.jsx new file mode 100644 index 000000000000..56da01903dc9 --- /dev/null +++ b/src/components/CippComponents/MobileSankey.jsx @@ -0,0 +1,49 @@ +import { CippSankey } from "./CippSankey"; + +export const MobileSankey = ({ data }) => { + return ( + + ); +}; diff --git a/src/components/CippComponents/ScheduledTaskDetails.jsx b/src/components/CippComponents/ScheduledTaskDetails.jsx new file mode 100644 index 000000000000..ba52c316646a --- /dev/null +++ b/src/components/CippComponents/ScheduledTaskDetails.jsx @@ -0,0 +1,318 @@ +import React, { useEffect, useState } from "react"; +import { + Box, + Typography, + IconButton, + Accordion, + AccordionSummary, + AccordionDetails, + Chip, + TextField, + InputAdornment, + Tooltip, + Stack, + Skeleton, +} from "@mui/material"; +import { ApiGetCall } from "../../api/ApiCall"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { CippPropertyListCard } from "../CippCards/CippPropertyListCard"; +import { ExpandMore, Sync, Search, Close } from "@mui/icons-material"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { CippTimeAgo } from "/src/components/CippComponents/CippTimeAgo"; +import { ActionsMenu } from "/src/components/actions-menu"; +import { CippScheduledTaskActions } from "./CippScheduledTaskActions"; +import { CippApiLogsDrawer } from "./CippApiLogsDrawer"; + +const ScheduledTaskDetails = ({ data, showActions = true }) => { + const [taskDetails, setTaskDetails] = useState(null); + const [expanded, setExpanded] = useState(false); + const [searchQuery, setSearchQuery] = useState(""); + + const handleChange = (panel) => (event, newExpanded) => { + setExpanded(newExpanded ? panel : false); + }; + + const taskDetailResults = ApiGetCall({ + url: `/api/ListScheduledItemDetails`, + data: { + RowKey: data.RowKey, + }, + queryKey: `ListScheduledItemDetails-${data.RowKey}`, + }); + + const taskProperties = [ + "TaskState", + "Command", + "Tenant", + "Recurrence", + "ScheduledTime", + "ExecutedTime", + "PostExecution", + ]; + + useEffect(() => { + if (taskDetailResults.isSuccess && taskDetailResults?.data) { + setTaskDetails(taskDetailResults.data); + + // Auto-expand the only result if there's just one + if (taskDetailResults.data.Details?.length === 1) { + setExpanded(`execution-results-0`); + } + } + }, [data.RowKey, taskDetailResults.isSuccess, taskDetailResults.data]); + + const filteredDetails = taskDetails?.Details?.filter((result) => { + if (!searchQuery) return true; + + const searchLower = searchQuery.toLowerCase(); + const tenantMatches = (result.TenantName || result.Tenant || "") + .toLowerCase() + .includes(searchLower); + + let resultsMatches = false; + if (typeof result.Results === "object" && result.Results !== null) { + const resultsStr = JSON.stringify(result.Results).toLowerCase(); + resultsMatches = resultsStr.includes(searchLower); + } + + return tenantMatches || resultsMatches; + }); + + return ( + <> + + + + {taskDetailResults.isLoading ? : taskDetails?.Task?.Name} + + {showActions && ( + + + + + )} + + + taskDetailResults.refetch()}> + + + + } + layout="dual" + title="Details" + variant="outlined" + showDivider={false} + propertyItems={taskProperties + .filter((prop) => taskDetails?.Task?.[prop] != null && taskDetails?.Task?.[prop] !== "") + .map((prop) => { + return { + label: getCippTranslation(prop), + value: getCippFormatting(taskDetails?.Task?.[prop], prop), + }; + })} + isFetching={taskDetailResults.isFetching} + /> + + {taskDetails?.Task?.Trigger && ( + + }> + Trigger Configuration + + + { + return { + label: key, + value: getCippFormatting(value, key), + }; + })} + isFetching={taskDetailResults.isFetching} + /> + + + )} + + {taskDetailResults.isFetching ? ( + + ) : ( + <> + {taskDetails?.Task?.Parameters && ( + + }> + Task Parameters + + + { + return { + label: key, + value: getCippFormatting(value, key), + }; + } + )} + isFetching={taskDetailResults.isFetching} + /> + + + )} + + )} + + {taskDetailResults.isFetching ? ( + + ) : ( + <> + {taskDetails?.Details?.length > 0 && ( + <> + + + Execution Results{" "} + {filteredDetails && ( + + ({filteredDetails.length} of {taskDetails.Details.length}) + + )} + + setSearchQuery(e.target.value)} + InputProps={{ + startAdornment: ( + + + + ), + endAdornment: searchQuery && ( + + + setSearchQuery("")} + aria-label="Clear search" + > + + + + + ), + }} + /> + + + {filteredDetails && + filteredDetails.map((result, index) => ( + + } + sx={{ + "& .MuiAccordionSummary-content": { + display: "flex", + justifyContent: "space-between", + alignItems: "center", + width: "100%", + }, + }} + > + + {getCippFormatting(result.TenantName || result.Tenant, "Tenant")} + + } + sx={{ mx: 1 }} + /> + + + {result.Results === "null" || !result.Results ? ( + No data available + ) : Array.isArray(result.Results) ? ( + taskDetailResults.refetch()} + /> + ) : typeof result.Results === "object" ? ( + ({ + label: key, + value: typeof value === "object" ? JSON.stringify(value) : value, + }))} + /> + ) : ( + +
    +                                {result.Results}
    +                              
    +
    + )} +
    +
    + ))} + {filteredDetails && filteredDetails.length === 0 && ( + + + No results match your search criteria + + + )} +
    + + )} + + )} +
    + + ); +}; + +export default ScheduledTaskDetails; diff --git a/src/components/CippFormPages/CippAddAssignmentFilterForm.jsx b/src/components/CippFormPages/CippAddAssignmentFilterForm.jsx new file mode 100644 index 000000000000..447b6ae4012d --- /dev/null +++ b/src/components/CippFormPages/CippAddAssignmentFilterForm.jsx @@ -0,0 +1,115 @@ +import "@mui/material"; +import { Grid } from "@mui/system"; +import { useWatch } from "react-hook-form"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; + +const DEVICE_PLATFORM_OPTIONS = [ + { label: "Windows 10 and later", value: "windows10AndLater" }, + { label: "iOS", value: "iOS" }, + { label: "macOS", value: "macOS" }, + { label: "Android Enterprise", value: "androidForWork" }, + { label: "Android device administrator", value: "android" }, + { label: "Android Work Profile", value: "androidWorkProfile" }, + { label: "Android (AOSP)", value: "androidAOSP" }, +]; + +const APP_PLATFORM_OPTIONS = [ + { label: "Windows", value: "windowsMobileApplicationManagement" }, + { label: "Android", value: "androidMobileApplicationManagement" }, + { label: "iOS/iPadOS", value: "iOSMobileApplicationManagement" }, +]; + +const CippAddAssignmentFilterForm = (props) => { + const { formControl, isEdit = false } = props; + + const assignmentFilterManagementType = + useWatch({ + control: formControl?.control ?? formControl, + name: "assignmentFilterManagementType", + defaultValue: "devices", + }) ?? "devices"; + const platformOptions = + assignmentFilterManagementType === "apps" ? APP_PLATFORM_OPTIONS : DEVICE_PLATFORM_OPTIONS; + + return ( + + + + + + + + + + + + + + + + + + + Enter the filter rule using Intune filter syntax. See{" "} + + Microsoft documentation + {" "} + for supported properties and operators. + + } + multiline + rows={6} + fullWidth + /> + + + ); +}; + +export default CippAddAssignmentFilterForm; diff --git a/src/components/CippFormPages/CippAddAssignmentFilterTemplateForm.jsx b/src/components/CippFormPages/CippAddAssignmentFilterTemplateForm.jsx new file mode 100644 index 000000000000..2b43d8f4c6b6 --- /dev/null +++ b/src/components/CippFormPages/CippAddAssignmentFilterTemplateForm.jsx @@ -0,0 +1,117 @@ +import "@mui/material"; +import { Grid } from "@mui/system"; +import { useWatch } from "react-hook-form"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; + +const DEVICE_PLATFORM_OPTIONS = [ + { label: "Windows 10 and later", value: "windows10AndLater" }, + { label: "iOS", value: "iOS" }, + { label: "macOS", value: "macOS" }, + { label: "Android Enterprise", value: "androidForWork" }, + { label: "Android device administrator", value: "android" }, + { label: "Android Work Profile", value: "androidWorkProfile" }, + { label: "Android (AOSP)", value: "androidAOSP" }, +]; + +const APP_PLATFORM_OPTIONS = [ + { label: "Windows", value: "windowsMobileApplicationManagement" }, + { label: "Android", value: "androidMobileApplicationManagement" }, + { label: "iOS/iPadOS", value: "iOSMobileApplicationManagement" }, +]; + +const CippAddAssignmentFilterTemplateForm = (props) => { + const { formControl } = props; + + const assignmentFilterManagementType = + useWatch({ + control: formControl?.control ?? formControl, + name: "assignmentFilterManagementType", + defaultValue: "devices", + }) ?? "devices"; + const platformOptions = + assignmentFilterManagementType === "apps" ? APP_PLATFORM_OPTIONS : DEVICE_PLATFORM_OPTIONS; + + return ( + + {/* Hidden field to store the template GUID when editing */} + + + + + + + + + + + + + + + + + + + + Enter the filter rule using Intune filter syntax. See{" "} + + Microsoft documentation + {" "} + for supported properties and operators. + + } + required + multiline + rows={6} + validators={{ required: "Filter Rule is required" }} + fullWidth + /> + + + ); +}; + +export default CippAddAssignmentFilterTemplateForm; diff --git a/src/components/CippFormPages/CippAddEditContact.jsx b/src/components/CippFormPages/CippAddEditContact.jsx new file mode 100644 index 000000000000..cbc96616d37c --- /dev/null +++ b/src/components/CippFormPages/CippAddEditContact.jsx @@ -0,0 +1,194 @@ +import { Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { getCippValidator } from "/src/utils/get-cipp-validator"; +import countryList from "/src/data/countryList.json"; + +const countryOptions = countryList.map(({ Code, Name }) => ({ + label: Name, + value: Code, +})); + +const ContactFormLayout = ({ formControl, formType = "add" }) => { + return ( + + {/* Display Name */} + + + + + {/* First Name and Last Name */} + + + + + + + + + + {/* Email */} + + getCippValidator(value, "email"), + }} + /> + + + {/* Hide from GAL */} + + + + + + + {/* Company Information */} + + + + + + + + {/* Website */} + + !value || getCippValidator(value, "url"), + }} + /> + + + + + {/* Address Information */} + + + + + + + + + + + + + + + + + + + {/* Phone Numbers */} + + + + + + + + + + {/* Mail Tip */} + + + + + ); +}; + +export default ContactFormLayout; diff --git a/src/components/CippFormPages/CippAddEditGdapRoleTemplate.jsx b/src/components/CippFormPages/CippAddEditGdapRoleTemplate.jsx new file mode 100644 index 000000000000..1ed0e4163f88 --- /dev/null +++ b/src/components/CippFormPages/CippAddEditGdapRoleTemplate.jsx @@ -0,0 +1,51 @@ +import { Alert, Box, Stack, Typography } from "@mui/material"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; + +export const CippAddEditGdapRoleTemplate = (props) => { + const { formControl, availableRoles } = props; + + return ( + + + + GDAP Role templates are used to create new GDAP invites for your customer tenants. Make + sure to select a template that matches the permissions you want to grant. + + + + + + + ({ + label: role.GroupName, + value: role.GroupId, + addedFields: role, + }))} + multiple={true} + creatable={false} + required={true} + validators={{ + validate: (value) => { + if (!value || value.length === 0) { + return "Please select at least one GDAP Role Mapping"; + } + return true; + }, + }} + sortOptions={true} + /> + + ); +}; diff --git a/src/components/CippFormPages/CippAddEditUser.jsx b/src/components/CippFormPages/CippAddEditUser.jsx new file mode 100644 index 000000000000..bfc03594152e --- /dev/null +++ b/src/components/CippFormPages/CippAddEditUser.jsx @@ -0,0 +1,737 @@ +import { Alert, Divider, InputAdornment, Typography } from "@mui/material"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { CippFormCondition } from "/src/components/CippComponents/CippFormCondition"; +import { CippFormDomainSelector } from "/src/components/CippComponents/CippFormDomainSelector"; +import { CippFormUserSelector } from "/src/components/CippComponents/CippFormUserSelector"; +import countryList from "/src/data/countryList.json"; +import { CippFormLicenseSelector } from "/src/components/CippComponents/CippFormLicenseSelector"; +import { Grid } from "@mui/system"; +import { ApiGetCall } from "../../api/ApiCall"; +import { useSettings } from "../../hooks/use-settings"; +import { useWatch } from "react-hook-form"; +import { useEffect, useMemo, useState } from "react"; +import { useRouter } from "next/router"; + +const CippAddEditUser = (props) => { + const { formControl, userSettingsDefaults, formType = "add" } = props; + const tenantDomain = useSettings().currentTenant; + const [selectedTemplate, setSelectedTemplate] = useState(null); + const [displayNameManuallySet, setDisplayNameManuallySet] = useState(false); + const [usernameManuallySet, setUsernameManuallySet] = useState(false); + const router = useRouter(); + const { userId } = router.query; + + // Get user default templates (only in add mode) + const userTemplates = ApiGetCall({ + url: `/api/ListNewUserDefaults?TenantFilter=${tenantDomain}`, + queryKey: `UserDefaults-${tenantDomain}`, + refetchOnMount: false, + refetchOnReconnect: false, + enabled: formType === "add", + }); + const integrationSettings = ApiGetCall({ + url: "/api/ListExtensionsConfig", + queryKey: "ListExtensionsConfig", + refetchOnMount: false, + refetchOnReconnect: false, + }); + + // Get all groups the is the user is a member of + const userGroups = ApiGetCall({ + url: `/api/ListUserGroups?userId=${userId}&tenantFilter=${tenantDomain}`, + queryKey: `User-${userId}-Groups-${tenantDomain}`, + refetchOnMount: false, + refetchOnReconnect: false, + waiting: !!userId, + }); + + // Get all groups for the tenant + const tenantGroups = ApiGetCall({ + url: `/api/ListGroups?tenantFilter=${tenantDomain}`, + queryKey: `ListGroups-${tenantDomain}`, + refetchOnMount: false, + refetchOnReconnect: false, + waiting: !!userId, + }); + + // Get manual entry custom data mappings for current tenant + const manualEntryMappings = ApiGetCall({ + url: `/api/ListCustomDataMappings?sourceType=Manual Entry&directoryObject=User&tenantFilter=${tenantDomain}`, + queryKey: `ManualEntryMappings-${tenantDomain}`, + refetchOnMount: false, + refetchOnReconnect: false, + }); + + // Use mappings directly since they're already filtered by the API + const currentTenantManualMappings = useMemo(() => { + if (manualEntryMappings.isSuccess) { + return manualEntryMappings.data?.Results || []; + } + return []; + }, [manualEntryMappings.isSuccess, manualEntryMappings.data]); + + // Make new list of groups by removing userGroups from tenantGroups + const filteredTenantGroups = useMemo(() => { + if (tenantGroups.isSuccess && userGroups.isSuccess) { + const tenantGroupsList = tenantGroups?.data || []; + + return tenantGroupsList.filter( + (tenantGroup) => !userGroups?.data?.some((userGroup) => userGroup.id === tenantGroup.id) + ); + } + return []; + }, [tenantGroups.isSuccess, userGroups.isSuccess, tenantGroups.data, userGroups.data]); + + const watcher = useWatch({ control: formControl.control }); + + // Helper function to generate username from template format + const generateUsername = (format, firstName, lastName) => { + if (!format || !firstName || !lastName) return ""; + + // Ensure format is a string + const formatString = typeof format === "string" ? format : String(format); + + let username = formatString; + + // Replace %FirstName[n]% patterns (extract first n characters) + username = username.replace(/%FirstName\[(\d+)\]%/gi, (match, num) => { + return firstName.substring(0, parseInt(num)); + }); + + // Replace %LastName[n]% patterns (extract first n characters) + username = username.replace(/%LastName\[(\d+)\]%/gi, (match, num) => { + return lastName.substring(0, parseInt(num)); + }); + + // Replace %FirstName% and %LastName% + username = username.replace(/%FirstName%/gi, firstName); + username = username.replace(/%LastName%/gi, lastName); + + // Convert to lowercase + return username.toLowerCase(); + }; + + useEffect(() => { + //if watch.firstname changes, and watch.lastname changes, set displayname to firstname + lastname + if (watcher.givenName && watcher.surname && formType === "add") { + // Only auto-set display name if user hasn't manually changed it + if (!displayNameManuallySet) { + // Build base display name from first and last name + let displayName = `${watcher.givenName} ${watcher.surname}`; + + // Add template displayName as suffix if it exists + if (selectedTemplate?.displayName) { + displayName += selectedTemplate.displayName; + } + + formControl.setValue("displayName", displayName); + } + + // Auto-generate username if template has usernameFormat + if (selectedTemplate?.usernameFormat && !usernameManuallySet) { + // Extract the actual format string - it might be an object {label, value} or a string + const formatString = + typeof selectedTemplate.usernameFormat === "string" + ? selectedTemplate.usernameFormat + : selectedTemplate.usernameFormat?.value || selectedTemplate.usernameFormat?.label; + + if (formatString) { + const generatedUsername = generateUsername( + formatString, + watcher.givenName, + watcher.surname + ); + if (generatedUsername) { + formControl.setValue("username", generatedUsername); + } + } + } + } + }, [watcher.givenName, watcher.surname, selectedTemplate]); + + // Auto-select default template for tenant + useEffect(() => { + if (formType === "add" && userTemplates.isSuccess && !watcher.userTemplate) { + const defaultTemplate = userTemplates.data?.find( + (template) => template.defaultForTenant === true + ); + if (defaultTemplate) { + formControl.setValue("userTemplate", { + label: defaultTemplate.templateName, + value: defaultTemplate.GUID, + addedFields: defaultTemplate, + }); + setSelectedTemplate(defaultTemplate); + } + } + }, [userTemplates.isSuccess, formType]); + + // Auto-populate fields when template selected + useEffect(() => { + if (formType === "add" && watcher.userTemplate?.addedFields) { + const template = watcher.userTemplate.addedFields; + setSelectedTemplate(template); + + // Reset manual edit flags when template changes + setDisplayNameManuallySet(false); + setUsernameManuallySet(false); + + // Only set fields if they don't already have values (don't override user input) + const setFieldIfEmpty = (fieldName, value) => { + if (!watcher[fieldName] && value) { + formControl.setValue(fieldName, value); + } + }; + + // Populate form fields from template + if (template.primDomain) { + // If primDomain is an object, use it as-is; if it's a string, convert to object + const primDomainValue = + typeof template.primDomain === "string" + ? { label: template.primDomain, value: template.primDomain } + : template.primDomain; + setFieldIfEmpty("primDomain", primDomainValue); + } + if (template.usageLocation) { + // Handle both object and string formats + const usageLocationCode = + typeof template.usageLocation === "string" + ? template.usageLocation + : template.usageLocation?.value; + const country = countryList.find((c) => c.Code === usageLocationCode); + if (country) { + setFieldIfEmpty("usageLocation", { + label: country.Name, + value: country.Code, + }); + } + } + setFieldIfEmpty("jobTitle", template.jobTitle); + setFieldIfEmpty("streetAddress", template.streetAddress); + setFieldIfEmpty("city", template.city); + setFieldIfEmpty("state", template.state); + setFieldIfEmpty("postalCode", template.postalCode); + setFieldIfEmpty("country", template.country); + setFieldIfEmpty("companyName", template.companyName); + setFieldIfEmpty("department", template.department); + setFieldIfEmpty("mobilePhone", template.mobilePhone); + setFieldIfEmpty("businessPhones[0]", template.businessPhones); + + // Handle licenses - need to match the format expected by CippFormLicenseSelector + if (template.licenses && Array.isArray(template.licenses)) { + setFieldIfEmpty("licenses", template.licenses); + } + } + }, [watcher.userTemplate, formType]); + + return ( + + {formType === "add" && ( + <> + + + + + ({ + label: template.templateName, + value: template.GUID, + addedFields: template, + })) + : [] + } + formControl={formControl} + /> + + + )} + + + + + + + + { + setDisplayNameManuallySet(true); + }} + /> + + + @, + }} + name="username" + formControl={formControl} + onChange={(e) => { + setUsernameManuallySet(true); + }} + /> + + + + + + + + + + Settings + + + + + + + + + + + + + + ({ + label: Name, + value: Code, + }))} + formControl={formControl} + /> + + + + + {integrationSettings?.data?.Sherweb?.Enabled === true && ( + <> + + + + + + + + This will Purchase a new Sherweb License for the user, according to the terms and + conditions with Sherweb. When the license becomes available, CIPP will assign the + license to this user. + + + + `${option?.productName} (${option?.sku})`, + valueField: "sku", + }} + label="Sherweb License" + name="sherwebLicense" + formControl={formControl} + /> + + + + + )} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {userSettingsDefaults?.userAttributes + ?.filter((attribute) => attribute.value !== "sponsor") + .map((attribute, idx) => ( + + + + ))} + + {/* Set Manager */} + + + + {userSettingsDefaults?.userAttributes?.some((attribute) => attribute.value === "sponsor") && ( + + + + )} + + + + {formType === "edit" && ( + + ({ + label: tenantGroup.displayName, + value: tenantGroup.id, + addedFields: { + calculatedGroupType: tenantGroup.calculatedGroupType, + }, + }))} + formControl={formControl} + /> + + )} + {formType === "edit" && ( + + ({ + label: userGroups.DisplayName, + value: userGroups.id, + addedFields: { + calculatedGroupType: userGroups.calculatedGroupType, + }, + }))} + formControl={formControl} + /> + + )} + {/* Manual Entry Custom Data Fields */} + {currentTenantManualMappings.length > 0 && ( + <> + + Custom Data + + {currentTenantManualMappings.map((mapping, index) => { + const fieldName = `customData.${mapping.customDataAttribute.value}`; + const fieldLabel = mapping.manualEntryFieldLabel; + const dataType = mapping.customDataAttribute.addedFields.dataType; + + // Determine field type based on the custom data attribute type + const getFieldType = (dataType) => { + switch (dataType?.toLowerCase()) { + case "boolean": + return "switch"; + case "datetime": + case "date": + return "datePicker"; + case "string": + default: + return "textField"; + } + }; + + return ( + + + + ); + })} + + )} + {/* Schedule User Creation */} + {formType === "add" && ( + <> + + + + + + + + + + + + + + + + + + + + )} + + ); +}; + +export default CippAddEditUser; diff --git a/src/components/CippFormPages/CippAddGroupForm.jsx b/src/components/CippFormPages/CippAddGroupForm.jsx new file mode 100644 index 000000000000..9644b0426faf --- /dev/null +++ b/src/components/CippFormPages/CippAddGroupForm.jsx @@ -0,0 +1,156 @@ +import { InputAdornment } from "@mui/material"; +import { Grid } from "@mui/system"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { CippFormCondition } from "/src/components/CippComponents/CippFormCondition"; +import { CippFormDomainSelector } from "../CippComponents/CippFormDomainSelector"; +import { CippFormUserSelector } from "../CippComponents/CippFormUserSelector"; + +const DynamicMembershipRules = ({ formControl }) => ( + + + +); + +const CippAddGroupForm = (props) => { + const { formControl } = props; + + return ( + + + + + + + + + @, + }} + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +}; + +export default CippAddGroupForm; diff --git a/src/components/CippFormPages/CippAddGroupTemplateForm.jsx b/src/components/CippFormPages/CippAddGroupTemplateForm.jsx new file mode 100644 index 000000000000..8db3b1ebea3f --- /dev/null +++ b/src/components/CippFormPages/CippAddGroupTemplateForm.jsx @@ -0,0 +1,123 @@ +import { useEffect } from "react"; +import "@mui/material"; +import { Grid } from "@mui/system"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { CippFormCondition } from "/src/components/CippComponents/CippFormCondition"; + +const CippAddGroupTemplateForm = (props) => { + const { formControl } = props; + + // Debug the current form values, especially groupType + useEffect(() => { + const subscription = formControl.watch((value, { name, type }) => {}); + return () => subscription.unsubscribe(); + }, [formControl]); + + return ( + + {/* Hidden field to store the template GUID when editing */} + + + + + + + + + + + + + + + {/* Debug output */} +
    Current groupType: {formControl.watch("groupType")}
    +
    + + + + + + + + + + + + + + + +
    + ); +}; + +export default CippAddGroupTemplateForm; diff --git a/src/components/CippFormPages/CippAddRoomListForm.jsx b/src/components/CippFormPages/CippAddRoomListForm.jsx new file mode 100644 index 000000000000..958244dd0b44 --- /dev/null +++ b/src/components/CippFormPages/CippAddRoomListForm.jsx @@ -0,0 +1,54 @@ +import { InputAdornment, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { CippFormComponent } from "../CippComponents/CippFormComponent"; +import { CippFormDomainSelector } from "../CippComponents/CippFormDomainSelector"; + +const CippAddRoomListForm = ({ formControl }) => { + + return ( + + + + + + + + @, + }} + /> + + + + + + + + + ); +}; + +export default CippAddRoomListForm; \ No newline at end of file diff --git a/src/components/CippFormPages/CippCustomDataMappingForm.jsx b/src/components/CippFormPages/CippCustomDataMappingForm.jsx new file mode 100644 index 000000000000..acb0c7134a56 --- /dev/null +++ b/src/components/CippFormPages/CippCustomDataMappingForm.jsx @@ -0,0 +1,361 @@ +import { useWatch } from "react-hook-form"; +import { Box, Stack, Typography, Divider } from "@mui/material"; +import { Grid } from "@mui/system"; +import { CippFormComponent } from "/src/components/CippComponents/CippFormComponent"; +import { CippFormTenantSelector } from "/src/components/CippComponents/CippFormTenantSelector"; +import { CippFormCondition } from "/src/components/CippComponents/CippFormCondition"; +import { CippPropertyListCard } from "/src/components/CippCards/CippPropertyListCard"; +import { CippCopyToClipBoard } from "/src/components/CippComponents/CippCopyToClipboard"; +import extensionDataMapping from "/src/data/extensionDataMapping"; +import { getCippTranslation } from "/src/utils/get-cipp-translation"; + +const CippCustomDataMappingForm = ({ formControl }) => { + const selectedAttribute = useWatch({ control: formControl.control, name: "customDataAttribute" }); + + const selectedDirectoryObjectType = useWatch({ + control: formControl.control, + name: "directoryObjectType", + }); + const selectedExtensionSyncDataset = useWatch({ + control: formControl.control, + name: "extensionSyncDataset", + }); + const selectedSourceType = useWatch({ + control: formControl.control, + name: "sourceType", + }); + const selectedManualEntryFieldLabel = useWatch({ + control: formControl.control, + name: "manualEntryFieldLabel", + }); + + console.log("Selected directory object type: ", selectedDirectoryObjectType); + + const staticTargetTypes = [{ value: "user", label: "User" }]; + + // Top-level source type selection + const sourceTypeField = { + name: "sourceType", + label: "Source Type", + type: "autoComplete", + required: true, + multiple: false, + placeholder: "Select a Source Type", + options: [ + { value: "extensionSync", label: "Extension Sync" }, + { value: "manualEntry", label: "Manual Entry" }, + ], + }; + + // Extension Sync specific fields + const sourceFields = [ + { + name: "extensionSyncDataset", + label: "Extension Sync Dataset", + type: "autoComplete", + required: true, + placeholder: "Select a Property", + options: Object.keys(extensionDataMapping).map((key) => ({ + value: key, + label: getCippTranslation(key), + addedFields: extensionDataMapping[key], + })), + multiple: false, + creatable: false, + condition: { + field: "sourceType", + compareType: "valueEq", + compareValue: "extensionSync", + }, + }, + { + name: "extensionSyncProperty", + label: "Source Property", + type: "autoComplete", + required: true, + placeholder: "Select a Property", + options: + selectedExtensionSyncDataset?.addedFields?.properties?.length > 0 + ? selectedExtensionSyncDataset?.addedFields?.properties.map((property) => ({ + value: property.name, + label: getCippTranslation(property.name), + addedFields: property, + })) + : [], + multiple: false, + creatable: false, + condition: { + field: "extensionSyncDataset", + propertyName: "addedFields.type", + compareType: "isNot", + compareValue: "array", + }, + sortOptions: true, + }, + ]; + + // Manual Entry specific fields + const manualEntryFields = [ + { + name: "manualEntryFieldLabel", + label: "Field Label", + type: "textField", + required: true, + placeholder: "Enter field label (e.g., Employee ID, Department)", + disableVariables: true, + }, + { + name: "directoryObjectType", + label: "Directory Object Type", + type: "autoComplete", + required: true, + placeholder: "Select an Object Type", + options: staticTargetTypes, + multiple: false, + creatable: false, + }, + { + name: "customDataAttribute", + label: "Attribute", + type: "autoComplete", + required: true, + placeholder: "Select an Attribute", + api: { + url: "/api/ExecCustomData?Action=ListAvailableAttributes", + queryKey: "CustomAttributes", + dataKey: "Results", + dataFilter: (options) => { + if (!selectedDirectoryObjectType?.value) return options; + return options.filter( + (option) => + option?.addedFields?.targetObject?.toLowerCase() === + selectedDirectoryObjectType?.value?.toLowerCase() + ); + }, + valueField: "name", + labelField: "name", + showRefresh: true, + addedField: { + type: "type", + targetObject: "targetObject", + dataType: "dataType", + isMultiValued: "isMultiValued", + }, + }, + multiple: false, + sortOptions: true, + }, + ]; + + const destinationFields = [ + { + name: "directoryObjectType", + label: "Directory Object Type", + type: "autoComplete", + required: true, + placeholder: "Select an Object Type", + options: staticTargetTypes, + multiple: false, + creatable: false, + }, + { + name: "customDataAttribute", + label: "Destination Property", + type: "autoComplete", + required: true, + placeholder: "Select an Attribute", + api: { + url: "/api/ExecCustomData?Action=ListAvailableAttributes", + queryKey: "CustomAttributes", + dataKey: "Results", + dataFilter: (options) => + selectedDirectoryObjectType?.value + ? options.filter( + (option) => + (option?.addedFields?.isMultiValued === false && + selectedExtensionSyncDataset?.addedFields?.type === "object") || + (option?.addedFields?.isMultiValued === true && + selectedExtensionSyncDataset?.addedFields?.type === "array") + ) + : options, + valueField: "name", + labelField: "name", + showRefresh: true, + addedField: { + type: "type", + targetObject: "targetObject", + dataType: "dataType", + isMultiValued: "isMultiValued", + }, + }, + multiple: false, + sortOptions: true, + }, + ]; + + return ( + + + + + + + Tenant Selection + + + + + + + Source Type + + + + + + {selectedSourceType?.value === "extensionSync" && ( + <> + + + Source Details + + {sourceFields.map((field, index) => ( + <> + {field?.condition ? ( + + + + ) : ( + + )} + + ))} + + + + + Destination Details + + {destinationFields.map((field, index) => ( + <> + {field?.condition ? ( + + + + ) : ( + + )} + + ))} + + + + )} + + {selectedSourceType?.value === "manualEntry" && ( + + + Manual Entry Configuration + + {manualEntryFields.map((field, index) => ( + + ))} + + + )} + + + + + + {selectedExtensionSyncDataset && selectedSourceType?.value === "extensionSync" && ( + + ), + }, + { + label: "Description", + value: selectedExtensionSyncDataset?.addedFields?.description || "N/A", + }, + ]} + variant="outlined" + /> + )} + + {selectedSourceType?.value === "manualEntry" && selectedManualEntryFieldLabel && ( + + )} + + {selectedAttribute && ( + , + }, + { + label: "Custom Data Type", + value: selectedAttribute?.addedFields?.type, + }, + { + label: "Target Object", + value: selectedAttribute?.addedFields?.targetObject, + }, + { + label: "Data Type", + value: selectedAttribute?.addedFields?.dataType, + }, + { + label: "Is Multi-Valued", + value: selectedAttribute?.addedFields?.isMultiValued ? "Yes" : "No", + }, + ]} + variant="outlined" + /> + )} + + + + ); +}; + +export default CippCustomDataMappingForm; diff --git a/src/components/CippFormPages/CippExchangeSettingsForm.jsx b/src/components/CippFormPages/CippExchangeSettingsForm.jsx new file mode 100644 index 000000000000..db7c15da5af8 --- /dev/null +++ b/src/components/CippFormPages/CippExchangeSettingsForm.jsx @@ -0,0 +1,431 @@ +import { useState, useEffect } from "react"; +import { + Box, + Button, + Card, + Collapse, + Divider, + Stack, + SvgIcon, + Typography, + Tooltip, + CircularProgress, + IconButton, +} from "@mui/material"; +import { Check, Error, Sync } from "@mui/icons-material"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import { useSettings } from "../../hooks/use-settings"; +import { Grid } from "@mui/system"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { useWatch } from "react-hook-form"; +import { ChevronDownIcon } from "@heroicons/react/24/outline"; +import CippForwardingSection from "../CippComponents/CippForwardingSection"; + +const CippExchangeSettingsForm = (props) => { + const userSettingsDefaults = useSettings(); + const { formControl, currentSettings, userId, calPermissions, isFetching, oooRequest } = props; + // State to manage the expanded panels + const [expandedPanel, setExpandedPanel] = useState(null); + const [relatedQueryKeys, setRelatedQueryKeys] = useState([]); + + // Watch the Auto Reply State value + const autoReplyState = useWatch({ + control: formControl.control, + name: "ooo.AutoReplyState", + }); + + // Calculate if date fields should be disabled + const areDateFieldsDisabled = autoReplyState?.value !== "Scheduled"; + + const handleExpand = (panel) => { + setExpandedPanel((prev) => (prev === panel ? null : panel)); + }; + + const usersList = ApiGetCall({ + url: "/api/ListGraphRequest", + data: { + Endpoint: `users`, + tenantFilter: userSettingsDefaults.currentTenant, + $select: "id,displayName,userPrincipalName,mail", + $top: 999, + }, + queryKey: `UserNames-${userSettingsDefaults.currentTenant}`, + }); + + const contactsList = ApiGetCall({ + url: "/api/ListGraphRequest", + data: { + Endpoint: `contacts`, + tenantFilter: userSettingsDefaults.currentTenant, + $select: "displayName,mail,mailNickname", + $top: 999, + }, + queryKey: `TenantContacts-${userSettingsDefaults.currentTenant}`, + }); + + const postRequest = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: relatedQueryKeys, + }); + + // Handle form reset and set dropdown state after successful API calls + useEffect(() => { + if (postRequest.isSuccess) { + // If this was an OOO submission, preserve the submitted values + if (relatedQueryKeys.includes(`ooo-${userId}`)) { + const submittedValues = formControl.getValues(); + const oooFields = [ + "AutoReplyState", + "InternalMessage", + "ExternalMessage", + "StartTime", + "EndTime", + ]; + + // Reset the form + formControl.reset(); + + // Restore the submitted OOO values + oooFields.forEach((field) => { + const value = submittedValues.ooo?.[field]; + if (value !== undefined) { + formControl.setValue(`ooo.${field}`, value); + } + }); + } else { + // For non-OOO submissions, just reset normally + formControl.reset(); + } + } + }, [postRequest.isSuccess, relatedQueryKeys, userId, formControl]); + + const handleSubmit = (type) => { + if (type === "calendar") { + setRelatedQueryKeys([`CalendarPermissions-${userId}`]); + } else if (type === "forwarding") { + setRelatedQueryKeys([`Mailbox-${userId}`]); + } else if (type === "ooo") { + setRelatedQueryKeys([`ooo-${userId}`]); + } else if (type === "recipientLimits") { + setRelatedQueryKeys([`Mailbox-${userId}`]); + } + + const values = formControl.getValues(); + const data = { + tenantFilter: userSettingsDefaults.currentTenant, + userid: currentSettings.Mailbox[0].UserPrincipalName, + ...values[type], + }; + + // Format data for recipient limits + if (type === "recipientLimits") { + data.Identity = currentSettings.Mailbox[0].Identity; + data.recipientLimit = values[type].MaxRecipients; + delete data.MaxRecipients; + } + + //remove all nulls and undefined values + Object.keys(data).forEach((key) => { + if (data[key] === "" || data[key] === null) { + delete data[key]; + } + }); + const url = { + calendar: "/api/ExecEditCalendarPermissions", + forwarding: "/api/ExecEmailForward", + ooo: "/api/ExecSetOoO", + recipientLimits: "/api/ExecSetRecipientLimits", + }; + postRequest.mutate({ + url: url[type], + data: data, + queryKey: "MailboxPermissions", + }); + }; + + // Data for each section + const sections = [ + { + id: "mailboxForwarding", + cardLabelBox: { + cardLabelBoxHeader: isFetching ? ( + + ) : currentSettings?.ForwardingAddress ? ( + + ) : ( + + ), + }, + text: "Mailbox Forwarding", + subtext: currentSettings?.ForwardingAddress + ? "Email forwarding is configured for this mailbox" + : "No email forwarding configured for this mailbox", + formContent: ( + + ), + }, + { + id: "outOfOffice", + cardLabelBox: { + cardLabelBoxHeader: OOO, + }, + text: "Out Of Office", + subtext: "Set automatic replies for when you are away", + action: oooRequest + ? { + tooltip: oooRequest.isFetching + ? "Refreshing Out Of Office data" + : "Refresh Out Of Office data", + onClick: () => oooRequest.refetch(), + disabled: oooRequest.isFetching, + isLoading: oooRequest.isFetching, + } + : null, + formContent: ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ), + }, + { + id: "recipientLimits", + cardLabelBox: { + cardLabelBoxHeader: RL, + }, + text: "Recipient Limits", + subtext: "Set the maximum number of recipients per message", + formContent: ( + + + + + + + + + + + + + + ), + }, + ]; + + return ( + + {sections.map((section) => { + const isExpanded = expandedPanel === section.id; + return ( + + handleExpand(section.id)} + > + {/* Left Side: cardLabelBox, text, subtext */} + + {/* cardLabelBox */} + + {section.cardLabelBox.cardLabelBoxHeader} + + + {/* Main Text and Subtext */} + + + {section.text} + + + {section.subtext} + + + + + + {section.action && ( + + + { + event.stopPropagation(); + section.action.onClick?.(); + }} + disabled={section.action.disabled} + sx={{ + color: "text.secondary", + }} + > + + + + + + + )} + + + + + + + + {section.formContent} + + + ); + })} + + ); +}; + +export default CippExchangeSettingsForm; diff --git a/src/components/CippFormPages/CippFormPage.jsx b/src/components/CippFormPages/CippFormPage.jsx new file mode 100644 index 000000000000..2118c407af60 --- /dev/null +++ b/src/components/CippFormPages/CippFormPage.jsx @@ -0,0 +1,145 @@ +import { useRouter } from "next/router"; +import { + Box, + Container, + Stack, + Button, + SvgIcon, + Typography, + Card, + CardContent, + CardActions, +} from "@mui/material"; +import ArrowLeftIcon from "@mui/icons-material/ArrowLeft"; +import { ApiPostCall } from "../../api/ApiCall"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { useEffect } from "react"; +import { useFormState } from "react-hook-form"; +import { CippHead } from "../CippComponents/CippHead"; + +const CippFormPage = (props) => { + const { + title, + backButtonTitle, + titleButton, + formPageType = "Add", + children, + queryKey, + formControl, + postUrl, + customDataformatter, + resetForm = false, + hideBackButton = false, + hidePageType = false, + hideTitle = false, + hideSubmit = false, + allowResubmit = false, + addedButtons, + ...other + } = props; + const router = useRouter(); + //check if there are + const postCall = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: queryKey, + }); + + const { isValid, isDirty } = useFormState({ control: formControl.control }); + + useEffect(() => { + delete router.query.tenantFilter; + + if (router.query) { + const resetValues = { + ...formControl.getValues(), + ...router.query, + }; + formControl.reset(resetValues); + } + }, [router]); + + const handleBackClick = () => { + router.back(); // Navigate to the previous page when the button is clicked + }; + + useEffect(() => { + if (postCall.isSuccess) { + if (resetForm) { + formControl.reset(); + } + } + }, [postCall.isSuccess]); + + const handleSubmit = () => { + formControl.trigger(); + // Check if the form is valid before proceeding + if (!isValid) { + return; + } + const values = customDataformatter + ? customDataformatter(formControl.getValues()) + : formControl.getValues(); + //remove all empty values or blanks + Object.keys(values).forEach((key) => { + if (values[key] === "" || values[key] === null) { + delete values[key]; + } + }); + postCall.mutate({ + url: postUrl, + data: values, + }); + }; + return ( + <> + + + + + {!hideTitle && ( + +
    + + {!hidePageType && <>{formPageType} - } + {title} + + {titleButton && titleButton} +
    +
    + )} + + + + {children} + + + {!hideSubmit && ( + + + {addedButtons && addedButtons} + + + + )} + +
    +
    +
    + + ); +}; + +export default CippFormPage; diff --git a/src/components/CippFormPages/CippFormSection.jsx b/src/components/CippFormPages/CippFormSection.jsx new file mode 100644 index 000000000000..cb77e73b5d8d --- /dev/null +++ b/src/components/CippFormPages/CippFormSection.jsx @@ -0,0 +1,68 @@ +import { Button, CardContent, CardActions } from "@mui/material"; +import { ApiPostCall } from "../../api/ApiCall"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { useEffect } from "react"; +import { useFormState } from "react-hook-form"; + +const CippFormSection = (props) => { + const { + children, + queryKey, + formControl, + postUrl, + customDataformatter, + relatedQueryKeys, + resetForm = true, + } = props; + + const postCall = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: relatedQueryKeys, + }); + + const { isValid } = useFormState({ control: formControl.control }); + + useEffect(() => { + if (postCall.isSuccess) { + if (resetForm) { + formControl.reset(); + } + } + }, [postCall.isSuccess]); + + const handleSubmit = () => { + if (!isValid) { + return; + } + let values = formControl.getValues(); + if (customDataformatter) { + values = customDataformatter(values); + } + postCall.mutate({ + url: postUrl, + data: values, + queryKey: queryKey, + }); + }; + return ( + <> + + {children} + + + + + + + + ); +}; + +export default CippFormSection; diff --git a/src/components/CippFormPages/CippFormSkeleton.jsx b/src/components/CippFormPages/CippFormSkeleton.jsx new file mode 100644 index 000000000000..5fba2ef46370 --- /dev/null +++ b/src/components/CippFormPages/CippFormSkeleton.jsx @@ -0,0 +1,21 @@ +import { Box, Skeleton } from "@mui/material"; + +import { Grid } from "@mui/system"; + +const CippFormSkeleton = ({ layout }) => { + return ( + + {layout.map((columns, rowIndex) => ( + + {Array.from({ length: columns }).map((_, columnIndex) => ( + + + + ))} + + ))} + + ); +}; + +export default CippFormSkeleton; diff --git a/src/components/CippFormPages/CippInviteGuest.jsx b/src/components/CippFormPages/CippInviteGuest.jsx new file mode 100644 index 000000000000..7d62d071da0b --- /dev/null +++ b/src/components/CippFormPages/CippInviteGuest.jsx @@ -0,0 +1,50 @@ +import "@mui/material"; +import { Grid } from "@mui/system"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +const CippInviteUser = (props) => { + const { formControl, userSettingsDefaults } = props; + + return ( + + + + + + + + + + + + + + + ); +}; + +export default CippInviteUser; diff --git a/src/components/CippFormPages/CippJSONView.jsx b/src/components/CippFormPages/CippJSONView.jsx new file mode 100644 index 000000000000..0215385cbc89 --- /dev/null +++ b/src/components/CippFormPages/CippJSONView.jsx @@ -0,0 +1,643 @@ +import React, { useState, useEffect } from "react"; +import { + Accordion, + AccordionSummary, + AccordionDetails, + IconButton, + Typography, + Button, + Tooltip, + CircularProgress, + Stack, +} from "@mui/material"; +import { Grid } from "@mui/system"; +import ExpandMoreIcon from "@mui/icons-material/ExpandMore"; +import VisibilityIcon from "@mui/icons-material/Visibility"; +import VisibilityOffIcon from "@mui/icons-material/VisibilityOff"; +import { PropertyListItem } from "../property-list-item"; +import { PropertyList } from "../property-list"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +import { CippCodeBlock } from "../CippComponents/CippCodeBlock"; +import intuneCollection from "/src/data/intuneCollection.json"; +import { useGuidResolver } from "../../hooks/use-guid-resolver"; + +const cleanObject = (obj) => { + if (Array.isArray(obj)) { + return obj + .map((item) => cleanObject(item)) + .filter((item) => item !== null && item !== undefined && item !== ""); + } else if (typeof obj === "object" && obj !== null) { + const cleanedObj = {}; + Object.entries(obj).forEach(([key, value]) => { + const cleanedValue = cleanObject(value); + if (cleanedValue !== null && cleanedValue !== undefined && cleanedValue !== "") { + cleanedObj[key] = cleanedValue; + } + }); + return Object.keys(cleanedObj).length > 0 ? cleanedObj : null; + } else { + return obj; + } +}; + +const renderListItems = (data, onItemClick, guidMapping = {}, isLoadingGuids = false, isGuid) => { + // Check if this data object is from a diff + const isDiffData = data?.__isDiffData === true; + + // Helper to try parsing JSON strings + const tryParseJson = (str) => { + if (typeof str !== "string") return null; + try { + return JSON.parse(str); + } catch { + return null; + } + }; + + // Helper to get deep object differences + const getObjectDiff = (oldObj, newObj, path = "") => { + const changes = []; + const allKeys = new Set([...Object.keys(oldObj || {}), ...Object.keys(newObj || {})]); + + allKeys.forEach((key) => { + const currentPath = path ? `${path}.${key}` : key; + const oldVal = oldObj?.[key]; + const newVal = newObj?.[key]; + + if (oldVal === undefined && newVal !== undefined) { + changes.push({ path: currentPath, type: "added", newValue: newVal }); + } else if (oldVal !== undefined && newVal === undefined) { + changes.push({ path: currentPath, type: "removed", oldValue: oldVal }); + } else if (JSON.stringify(oldVal) !== JSON.stringify(newVal)) { + if (typeof oldVal === "object" && typeof newVal === "object" && oldVal && newVal) { + changes.push(...getObjectDiff(oldVal, newVal, currentPath)); + } else { + changes.push({ path: currentPath, type: "modified", oldValue: oldVal, newValue: newVal }); + } + } + }); + + return changes; + }; + + return Object.entries(data).map(([key, value]) => { + // Skip the diff marker key + if (key === "__isDiffData") { + return null; + } + + // Special handling for oldValue/newValue pairs + if (key === "oldValue" && data.newValue !== undefined) { + const oldObj = tryParseJson(value); + const newObj = tryParseJson(data.newValue); + + // If both are JSON objects, show detailed diff + if (oldObj && newObj) { + const diff = getObjectDiff(oldObj, newObj); + if (diff.length > 0) { + return ( + onItemClick({ changes: diff })}> + View {diff.length} change{diff.length > 1 ? "s" : ""} + + } + /> + ); + } + } else { + // For simple strings or non-JSON values, show old → new + return ( + + ); + } + } + + // Skip newValue if we already handled it with oldValue + if (key === "newValue" && data.oldValue !== undefined) { + return null; + } + + if (Array.isArray(value)) { + return ( + onItemClick(value)}> + {value.length} item{value.length > 1 ? "s" : ""} + + } + /> + ); + } else if (typeof value === "object" && value !== null) { + return ( + onItemClick(value)}> + View Details + + } + /> + ); + } else if (typeof value === "string" && isGuid(value) && guidMapping[value]) { + return ( + +
    {guidMapping[value]}
    + + } + /> + ); + } else if (typeof value === "string" && isGuid(value) && isLoadingGuids) { + return ( + + + {getCippFormatting(value, key)} + + } + /> + ); + } else { + // If this is diff data, show the value directly without formatting + const displayValue = isDiffData ? value : getCippFormatting(value, key); + + return ; + } + }); +}; + +function CippJsonView({ + object = { "No Data Selected": "No Data Selected" }, + type, + defaultOpen = false, + title = "Policy Details", +}) { + const [viewJson, setViewJson] = useState(false); + const [accordionOpen, setAccordionOpen] = useState(defaultOpen); + const [drilldownData, setDrilldownData] = useState([]); // Array of { data, title } + + // Use the GUID resolver hook + const { guidMapping, isLoadingGuids, resolveGuids, isGuid } = useGuidResolver(); + + const renderIntuneItems = (data) => { + const items = []; + const policyNameKey = ["Name", "DisplayName", "displayName", "name"].find((key) => key in data); + if (policyNameKey) { + items.push( + + ); + } + + if (data.omaSettings) { + data.omaSettings.forEach((omaSetting, index) => { + // Check if value is a GUID that we've resolved + const value = + typeof omaSetting.value === "string" && + isGuid(omaSetting.value) && + guidMapping[omaSetting.value] ? ( + +
    + {guidMapping[omaSetting.value]} + + (GUID) + +
    +
    + ) : ( + omaSetting.value + ); + + items.push( + + ); + }); + } else if (data.settings) { + data.settings.forEach((setting, index) => { + const settingInstance = setting.settingInstance; + const intuneObj = intuneCollection.find( + (item) => item.id === settingInstance.settingDefinitionId + ); + + // Handle groupSettingCollectionInstance + if ( + settingInstance["@odata.type"] === + "#microsoft.graph.deviceManagementConfigurationGroupSettingCollectionInstance" && + settingInstance.groupSettingCollectionValue + ) { + settingInstance.groupSettingCollectionValue.forEach((groupValue, gIndex) => { + if (groupValue.children && Array.isArray(groupValue.children)) { + groupValue.children.forEach((child, cIndex) => { + const childIntuneObj = intuneCollection.find( + (item) => item.id === child.settingDefinitionId + ); + const label = childIntuneObj?.displayName || child.settingDefinitionId; + let value; + if (child.choiceSettingValue && child.choiceSettingValue.value) { + value = + (Array.isArray(childIntuneObj?.options) && + childIntuneObj.options.find( + (option) => option.id === child.choiceSettingValue.value + )?.displayName) || + child.choiceSettingValue.value; + } + items.push( + + ); + }); + } + }); + } else if (settingInstance?.simpleSettingValue?.value) { + const label = intuneObj?.displayName || settingInstance.settingDefinitionId; + const value = settingInstance.simpleSettingValue.value; + // Check if value is a GUID that we've resolved + const displayValue = + typeof value === "string" && isGuid(value) && guidMapping[value] ? ( + +
    + {guidMapping[value]} + + (GUID) + +
    +
    + ) : ( + value + ); + + items.push( + + ); + } else if (settingInstance?.choiceSettingValue?.value) { + const label = intuneObj?.displayName || settingInstance.settingDefinitionId; + const rawValue = settingInstance.choiceSettingValue.value; + let optionValue = + (Array.isArray(intuneObj?.options) && + intuneObj.options.find((option) => option.id === rawValue)?.displayName) || + rawValue; + + // Check if optionValue is a GUID that we've resolved + if (typeof optionValue === "string" && isGuid(optionValue) && guidMapping[optionValue]) { + optionValue = ( + +
    + {guidMapping[optionValue]} + + (GUID) + +
    +
    + ); + } + + items.push( + + ); + } else { + const label = intuneObj?.displayName || settingInstance.settingDefinitionId; + items.push( + + ); + } + }); + } else if (data.added) { + items.push( + + ); + } else { + Object.entries(data).forEach(([key, value]) => { + // Check if value is a GUID that we've resolved + if (typeof value === "string" && isGuid(value) && guidMapping[value]) { + items.push( + +
    + {guidMapping[value]} + + (GUID) + +
    + + } + /> + ); + } else if (typeof value === "string" && isGuid(value) && isLoadingGuids) { + items.push( + + + {getCippFormatting(value, key)} + + } + /> + ); + } else { + items.push( + + ); + } + }); + } + + return items; + }; + + useEffect(() => { + if (!type && (object?.omaSettings || object?.settings || object?.added)) { + type = "intune"; + } + const blacklist = [ + "selectedOption", + "GUID", + "ID", + "id", + "noSubmitButton", + "createdDateTime", + "modifiedDateTime", + ]; + const cleanedObj = cleanObject(object) || {}; + const filteredObj = Object.fromEntries( + Object.entries(cleanedObj).filter(([key]) => !blacklist.includes(key)) + ); + setDrilldownData([{ data: filteredObj, title: null }]); + + // Using the resolveGuids function from the hook to handle GUID resolution + resolveGuids(cleanedObj); + // eslint-disable-next-line react-hooks/exhaustive-deps + }, [object]); + + const toggleView = () => setViewJson(!viewJson); + + const handleItemClick = (itemData, level) => { + const updatedData = drilldownData.slice(0, level + 1); + + // Helper to check if an array contains only simple key/value objects + const isArrayOfKeyValuePairs = (arr) => { + if (!Array.isArray(arr) || arr.length === 0) return false; + return arr.every((item) => { + if (typeof item !== "object" || item === null || Array.isArray(item)) return false; + // Check if all values are primitives (not nested objects/arrays) + return Object.values(item).every((val) => typeof val !== "object" || val === null); + }); + }; + + // Compress single-property objects and single-item arrays into the same pane + let dataToAdd = itemData; + const compressedKeys = []; + let wasCompressed = false; + + // Special handling for diff changes object + if (dataToAdd?.changes && Array.isArray(dataToAdd.changes)) { + const diffObject = {}; + const blacklistFields = ["createdDateTime", "modifiedDateTime", "id"]; + + dataToAdd.changes.forEach((change) => { + const label = change.path; + + // Skip blacklisted fields in nested paths + const pathParts = label.split("."); + const lastPart = pathParts[pathParts.length - 1]; + if (blacklistFields.includes(lastPart)) { + return; + } + + let hasValue = false; + let displayValue = ""; + + if (change.type === "added") { + if (change.newValue !== null && change.newValue !== undefined && change.newValue !== "") { + displayValue = `[ADDED] ${JSON.stringify(change.newValue)}`; + hasValue = true; + } + } else if (change.type === "removed") { + if (change.oldValue !== null && change.oldValue !== undefined && change.oldValue !== "") { + displayValue = `[REMOVED] ${JSON.stringify(change.oldValue)}`; + hasValue = true; + } + } else if (change.type === "modified") { + const oldHasValue = + change.oldValue !== null && change.oldValue !== undefined && change.oldValue !== ""; + const newHasValue = + change.newValue !== null && change.newValue !== undefined && change.newValue !== ""; + + // Only show if at least one side has a meaningful value (not both empty) + if (oldHasValue || newHasValue) { + // If both have values, show the change + if (oldHasValue && newHasValue) { + displayValue = `${JSON.stringify(change.oldValue)} → ${JSON.stringify( + change.newValue + )}`; + hasValue = true; + } + // If only new has value, treat as added + else if (newHasValue) { + displayValue = `[ADDED] ${JSON.stringify(change.newValue)}`; + hasValue = true; + } + // If only old has value, treat as removed + else if (oldHasValue) { + displayValue = `[REMOVED] ${JSON.stringify(change.oldValue)}`; + hasValue = true; + } + } + } + + if (hasValue) { + diffObject[label] = displayValue; + } + }); + // Mark this object as containing diff data + dataToAdd = { ...diffObject, __isDiffData: true }; + } + + // Check if this is an array of items with oldValue/newValue (modifiedProperties pattern) + const hasOldNewValues = (arr) => { + if (!Array.isArray(arr) || arr.length === 0) return false; + return arr.some((item) => item?.oldValue !== undefined || item?.newValue !== undefined); + }; + + // If the data is an array of key/value pairs, convert to a flat object + // But skip if it's an array with oldValue/newValue properties (let normal rendering handle it) + if (isArrayOfKeyValuePairs(dataToAdd) && !hasOldNewValues(dataToAdd)) { + const flatObject = {}; + dataToAdd.forEach((item) => { + const key = item.key || item.name || item.displayName; + const value = item.value || item.newValue || ""; + if (key) { + flatObject[key] = value; + } + }); + dataToAdd = flatObject; + } + + while (dataToAdd && typeof dataToAdd === "object") { + // Handle single-item arrays + if (Array.isArray(dataToAdd) && dataToAdd.length === 1) { + const singleItem = dataToAdd[0]; + if (singleItem && typeof singleItem === "object") { + compressedKeys.push("[0]"); + dataToAdd = singleItem; + wasCompressed = true; + continue; + } else { + break; + } + } + + // Handle single-property objects + if (!Array.isArray(dataToAdd) && Object.keys(dataToAdd).length === 1) { + const singleKey = Object.keys(dataToAdd)[0]; + const singleValue = dataToAdd[singleKey]; + + // Only compress if the value is also an object or single-item array + if (singleValue && typeof singleValue === "object") { + compressedKeys.push(singleKey); + dataToAdd = singleValue; + wasCompressed = true; + continue; + } + } + + break; + } + + // Create title from compressed keys if compression occurred + const title = wasCompressed ? compressedKeys.join(" > ") : null; + + updatedData[level + 1] = { data: dataToAdd, title }; + setDrilldownData(updatedData); + + // Use the resolveGuids function from the hook to handle GUID resolution for drill-down data + resolveGuids(dataToAdd); + }; + + return ( + setAccordionOpen(!accordionOpen)} + > + } + sx={{ display: "flex", alignItems: "center" }} + > + + + {title} + + {isLoadingGuids && ( + + Resolving object identifiers... + + )} + + + + + {viewJson ? : } + + {viewJson ? ( + + ) : ( + + {drilldownData + ?.filter((item) => item !== null && item !== undefined) + .map((item, index) => ( + 4, and add spacing between the top and bottom items + paddingTop: index === 0 ? 0 : 2, + borderTop: index >= 4 && type !== "intune" ? "1px solid lightgrey" : "none", + borderRight: index < drilldownData.length - 1 ? "1px solid lightgrey" : "none", + overflowWrap: "anywhere", + whiteSpace: "pre-line", + paddingRight: 2, + }} + > + {item.title && ( + + {getCippTranslation(item.title)} + + )} + {type !== "intune" && ( + + {renderListItems( + item.data, + (itemData) => handleItemClick(itemData, index), + guidMapping, + isLoadingGuids, + isGuid + )} + + )} + {type === "intune" && {renderIntuneItems(item.data)}} + + ))} + + )} + + + ); +} + +export default CippJsonView; diff --git a/src/components/CippFormPages/CippSafeLinksPolicyRuleForm.jsx b/src/components/CippFormPages/CippSafeLinksPolicyRuleForm.jsx new file mode 100644 index 000000000000..ce25cc269028 --- /dev/null +++ b/src/components/CippFormPages/CippSafeLinksPolicyRuleForm.jsx @@ -0,0 +1,652 @@ +import { useEffect, useState } from "react"; +import { Grid } from "@mui/system"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { Typography } from "@mui/material"; +import { CippFormUserSelector } from "/src/components/CippComponents/CippFormUserSelector"; +import { CippFormGroupSelector } from "/src/components/CippComponents/CippFormGroupSelector"; +import { CippFormDomainSelector } from "/src/components/CippComponents/CippFormDomainSelector"; +import { CippInfoCard } from "/src/components/CippCards/CippInfoCard"; +import { InformationCircleIcon } from "@heroicons/react/24/outline"; +import { getCippValidator } from "/src/utils/get-cipp-validator"; +import { ApiGetCall } from "/src/api/ApiCall"; +import { useSettings } from "/src/hooks/use-settings"; + +// Utility functions for data processing +export const safeLinksDataUtils = { + // Process arrays for string inputs + formatStringToArray: (value) => { + if (!value || value === '') return []; + if (typeof value === 'string') { + return value.split(',').map(item => item.trim()).filter(item => item !== ''); + } + return value; + }, + + // Process domain fields - handle both string and object values + processDomainField: (field) => { + if (!field) return []; + + if (typeof field === 'string') { + // Handle comma-separated string + return safeLinksDataUtils.formatStringToArray(field); + } else if (Array.isArray(field)) { + // If already an array of strings, return it + if (field.length > 0 && typeof field[0] === 'string') { + return field; + } + // If an array of objects from the domain selector, extract the ids + return field.map(item => item.id || item); + } + return []; + }, + + // Process group fields if they're returned as objects + processGroupField: (field) => { + if (Array.isArray(field)) { + // If the field is already an array of IDs, return it + if (field.length > 0 && typeof field[0] === 'string') { + return field; + } + // If the field is an array of objects, extract the IDs + return field.map(item => item.id || item); + } + return []; + }, + + // Create custom data formatter for different form types + createDataFormatter: (formControl, formType = 'add', additionalFields = {}) => { + return (values) => { + const ruleValues = formControl.getValues(); + + // Base data structure + const baseData = { + // Common fields + PolicyName: values.PolicyName, + tenantFilter: values.tenantFilter, + + // Policy fields + EnableSafeLinksForEmail: values.EnableSafeLinksForEmail, + EnableSafeLinksForTeams: values.EnableSafeLinksForTeams, + EnableSafeLinksForOffice: values.EnableSafeLinksForOffice, + TrackClicks: values.TrackClicks, + AllowClickThrough: values.AllowClickThrough, + ScanUrls: values.ScanUrls, + EnableForInternalSenders: values.EnableForInternalSenders, + DeliverMessageAfterScan: values.DeliverMessageAfterScan, + DisableUrlRewrite: values.DisableUrlRewrite, + DoNotRewriteUrls: Array.isArray(values.DoNotRewriteUrls) ? values.DoNotRewriteUrls : [], + AdminDisplayName: values.AdminDisplayName, + CustomNotificationText: values.CustomNotificationText, + EnableOrganizationBranding: values.EnableOrganizationBranding, + + // Rule fields + RuleName: ruleValues.RuleName, + Priority: ruleValues.Priority, + Comments: ruleValues.Comments, + + // Process user, group and domain fields + SentTo: ruleValues.SentTo, + ExceptIfSentTo: ruleValues.ExceptIfSentTo, + SentToMemberOf: safeLinksDataUtils.processGroupField(ruleValues.SentToMemberOf), + ExceptIfSentToMemberOf: safeLinksDataUtils.processGroupField(ruleValues.ExceptIfSentToMemberOf), + RecipientDomainIs: safeLinksDataUtils.processDomainField(ruleValues.RecipientDomainIs), + ExceptIfRecipientDomainIs: safeLinksDataUtils.processDomainField(ruleValues.ExceptIfRecipientDomainIs), + }; + + // Add form-specific fields + switch (formType) { + case 'add': + return { + ...baseData, + State: ruleValues.State, + }; + + case 'edit': + return { + ...baseData, + State: ruleValues.State, + }; + + case 'template': + return { + ...baseData, + ID: additionalFields.ID, + TemplateName: values.TemplateName, + TemplateDescription: values.TemplateDescription, + State: ruleValues.State ? "Enabled" : "Disabled", + }; + + case 'createTemplate': + return { + ...baseData, + TemplateName: values.TemplateName, + TemplateDescription: values.TemplateDescription, + // If no policy description provided, use template description as fallback + AdminDisplayName: values.AdminDisplayName || values.Description, + State: ruleValues.State, + }; + + default: + return baseData; + } + }; + }, + + // Helper to populate form with existing data + populateFormData: (formControl, data, userSettingsDefaults, formType = 'edit' ) => { + const baseData = { + tenantFilter: userSettingsDefaults.currentTenant, + PolicyName: data.PolicyName, + EnableSafeLinksForEmail: data.EnableSafeLinksForEmail, + EnableSafeLinksForTeams: data.EnableSafeLinksForTeams, + EnableSafeLinksForOffice: data.EnableSafeLinksForOffice, + TrackClicks: data.TrackClicks, + AllowClickThrough: data.AllowClickThrough, + ScanUrls: data.ScanUrls, + EnableForInternalSenders: data.EnableForInternalSenders, + DeliverMessageAfterScan: data.DeliverMessageAfterScan, + DisableUrlRewrite: data.DisableUrlRewrite, + DoNotRewriteUrls: data.DoNotRewriteUrls, + AdminDisplayName: data.AdminDisplayName, + CustomNotificationText: data.CustomNotificationText, + EnableOrganizationBranding: data.EnableOrganizationBranding, + RuleName: data.RuleName, + Priority: data.Priority, + Comments: data.Comments, + State: data.State, + SentTo: data.SentTo || [], + ExceptIfSentTo: data.ExceptIfSentTo || [], + SentToMemberOf: data.SentToMemberOf || [], + ExceptIfSentToMemberOf: data.ExceptIfSentToMemberOf || [], + RecipientDomainIs: data.RecipientDomainIs || [], + ExceptIfRecipientDomainIs: data.ExceptIfRecipientDomainIs || [], + }; + + // Add template-specific fields + if (formType === 'template') { + baseData.TemplateName = data.TemplateName; + baseData.TemplateDescription = data.TemplateDescription; + } + + formControl.reset(baseData); + }, +}; + +export const SafeLinksForm = ({ formControl, formType = "add" }) => { + const { watch, setError, clearErrors } = formControl; + const doNotRewriteUrls = watch("DoNotRewriteUrls"); + const policyName = watch("PolicyName"); + const [isUrlsValid, setIsUrlsValid] = useState(true); + const userSettingsDefaults = useSettings(); + + // Fetch existing policies for name validation (only for add/createTemplate forms) + const shouldFetchPolicies = formType === "add" || formType === "createTemplate"; + const existingPolicies = ApiGetCall({ + url: `/api/ListSafeLinksPolicy?tenantFilter=${userSettingsDefaults.currentTenant}`, + queryKey: `SafeLinksPolicy-List-${userSettingsDefaults.currentTenant}`, + enabled: shouldFetchPolicies, + }); + + // Fetch existing templates for name validation (only for createTemplate forms) + const shouldFetchTemplates = formType === "createTemplate"; + const existingTemplates = ApiGetCall({ + url: `/api/ListSafeLinksPolicyTemplates`, + queryKey: `SafeLinksTemplates-List`, + enabled: shouldFetchTemplates, + }); + + // Create validator for checking duplicate policy names + const validatePolicyName = (value) => { + if (!shouldFetchPolicies || !value) return true; + + // If still loading, allow validation to pass (it will re-validate when data loads) + if (existingPolicies.isFetching) return true; + + // If API call failed, allow validation to pass (don't block user due to API issues) + if (existingPolicies.error) return true; + + if (existingPolicies.isSuccess && existingPolicies.data) { + const existingNames = existingPolicies.data.map(policy => policy.PolicyName?.toLowerCase()).filter(Boolean); + if (existingNames.includes(value.toLowerCase())) { + return "A policy with this name already exists"; + } + + const lowerValue = value.toLowerCase(); + if (lowerValue.startsWith("built-in protection policy") || + lowerValue.startsWith("standard preset security policy") || + lowerValue.startsWith("strict preset security policy")) { + return "This name is reserved for built-in policies"; + } + } + return true; + }; + + // Create validator for checking duplicate template names + const validateTemplateName = (value) => { + if (!shouldFetchTemplates || !value) return true; + + // If still loading, allow validation to pass (it will re-validate when data loads) + if (existingTemplates.isFetching) return true; + + // If API call failed, allow validation to pass (don't block user due to API issues) + if (existingTemplates.error) return true; + + if (existingTemplates.isSuccess && existingTemplates.data) { + const existingNames = existingTemplates.data.map(template => template.name?.toLowerCase()).filter(Boolean); + if (existingNames.includes(value.toLowerCase())) { + return "A template with this name already exists"; + } + } + return true; + }; + + // Helper function to validate a URL/domain entry + const validateDoNotRewriteUrl = (entry) => { + if (!entry) return true; + + // For entries with wildcards, use wildcard validators + if (entry.includes('*') || entry.includes('~')) { + const wildcardUrlResult = getCippValidator(entry, "wildcardUrl"); + const wildcardDomainResult = getCippValidator(entry, "wildcardDomain"); + + if (wildcardUrlResult !== true && wildcardDomainResult !== true) { + return false; + } + return true; + } + + // For standard entries, check normal validators + const hostnameResult = getCippValidator(entry, "hostname"); + const urlResult = getCippValidator(entry, "url"); + const domainResult = getCippValidator(entry, "domain"); + + if (hostnameResult !== true && urlResult !== true && domainResult !== true) { + return false; + } + + return true; + }; + + // Re-validate policy name when existing policies data changes + useEffect(() => { + if (shouldFetchPolicies && (existingPolicies.isSuccess || existingPolicies.error)) { + formControl.trigger('PolicyName'); + } + }, [existingPolicies.isSuccess, existingPolicies.error, existingPolicies.data, shouldFetchPolicies, formControl]); + + // Re-validate template name when existing templates data changes + useEffect(() => { + if (shouldFetchTemplates && (existingTemplates.isSuccess || existingTemplates.error)) { + formControl.trigger('TemplateName'); + } + }, [existingTemplates.isSuccess, existingTemplates.error, existingTemplates.data, shouldFetchTemplates, formControl]); + + // Validate URLs in useEffect and update the validation Enabled + useEffect(() => { + if (!doNotRewriteUrls || doNotRewriteUrls.length === 0) { + clearErrors("DoNotRewriteUrls"); + setIsUrlsValid(true); + return; + } + + let hasInvalidEntry = false; + + for (const item of doNotRewriteUrls) { + const entry = typeof item === 'string' ? item : (item?.value || item?.label || ''); + if (!entry) continue; + + const isValid = validateDoNotRewriteUrl(entry); + if (!isValid) { + hasInvalidEntry = true; + break; + } + } + + if (hasInvalidEntry) { + setError("DoNotRewriteUrls", { + type: "validate", + message: "Not a valid URL, domain, or pattern" + }); + setIsUrlsValid(false); + } else { + clearErrors("DoNotRewriteUrls"); + setIsUrlsValid(true); + } + }, [doNotRewriteUrls, setError, clearErrors]); + + // Set the rule-related values whenever the policy name changes + useEffect(() => { + if (policyName) { + // Always set SafeLinksPolicy to match the policy name + formControl.setValue('SafeLinksPolicy', policyName); + + // Only auto-generate the rule name for new policies + if (formType === "add" || formType === "createTemplate") { + const ruleName = `${policyName}_Rule`; + formControl.setValue('RuleName', ruleName); + } + } + }, [policyName, formType, formControl]); + + // Show template-specific fields + const showTemplateFields = formType === "template" || formType === "createTemplate"; + + return ( + + {/* Template Fields (if applicable) */} + {showTemplateFields && ( + <> + + Template Information + + + + + + + + + )} + + {/* Policy Settings Section */} + + Safe Links Policy Configuration + + + Policy Settings + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + isUrlsValid || "Not a valid URL, domain, or pattern" + } + }} + /> + + + {/* Rule Settings Section */} + + Safe Links Rule Configuration + + + Rule Information + + + + + + + + + + + + + + + Applies To: + + + + + + + + + + + + Exceptions: + + + + + + + + + + + + {/* Information Cards */} + + } + label="Propagation Time" + value="Changes to Safe Links policies and rules may take up to 6 hours to propagate throughout your organization." + isFetching={false} + /> + + + ); +}; + +export default SafeLinksForm; \ No newline at end of file diff --git a/src/components/CippFormPages/CippSchedulerForm.jsx b/src/components/CippFormPages/CippSchedulerForm.jsx new file mode 100644 index 000000000000..f134461bce8c --- /dev/null +++ b/src/components/CippFormPages/CippSchedulerForm.jsx @@ -0,0 +1,1171 @@ +import { + Box, + Button, + Divider, + Skeleton, + SvgIcon, + Typography, + ButtonGroup, + Accordion, + AccordionSummary, + AccordionDetails, + IconButton, + Alert, +} from "@mui/material"; +import { Grid, Stack } from "@mui/system"; +import { useWatch } from "react-hook-form"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { CippFormTenantSelector } from "/src/components/CippComponents/CippFormTenantSelector"; +import { CippFormCondition } from "/src/components/CippComponents/CippFormCondition"; +import CippGraphResourceSelector from "/src/components/CippComponents/CippGraphResourceSelector"; +import CippGraphAttributeSelector from "/src/components/CippComponents/CippGraphAttributeSelector"; +import { getCippValidator } from "/src/utils/get-cipp-validator"; +import { useRouter } from "next/router"; +import Link from "next/link"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import { useEffect, useState } from "react"; +import CippFormInputArray from "../CippComponents/CippFormInputArray"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { CalendarDaysIcon } from "@heroicons/react/24/outline"; +import { ExpandMoreOutlined, Delete, Add, Sync } from "@mui/icons-material"; + +const CippSchedulerForm = (props) => { + const { formControl, fullWidth = false, taskId = null, cloneMode = false } = props; + const selectedCommand = useWatch({ control: formControl.control, name: "command" }); + const [addedConditions, setAddedConditions] = useState([{ id: 0 }]); + const [isResourcePickerDisabled, setIsResourcePickerDisabled] = useState(false); + + const fieldRequired = (field) => { + if (field?.Required) { + return { + required: { value: true, message: "This field is required" }, + }; + } else { + return {}; + } + }; + + const handleAddCondition = () => { + setAddedConditions([...addedConditions, { id: addedConditions.length }]); + }; + + const handleRemoveCondition = (id) => { + const currentConditions = formControl.getValues("Trigger.DeltaConditions") || []; + const updatedConditions = currentConditions.filter((_, index) => index !== id); + formControl.setValue("Trigger.DeltaConditions", updatedConditions); + setAddedConditions(addedConditions.filter((condition, index) => index !== id)); + }; + + const postCall = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: [ + "ListScheduledItems-Edit", + "ListScheduledItems-hidden", + "ListScheduledItems", + ], + }); + + const handleSubmit = () => { + const values = formControl.getValues(); + + // Extract values from string array parameters + if (values.parameters && selectedCommand?.addedFields?.Parameters) { + selectedCommand.addedFields.Parameters.forEach((param) => { + if (param.Type === "System.String[]" && values.parameters[param.Name]) { + const paramValue = values.parameters[param.Name]; + if (Array.isArray(paramValue)) { + // Extract just the values from objects with {label, value} structure + values.parameters[param.Name] = paramValue.map((item) => + typeof item === "object" && item.value !== undefined ? item.value : item + ); + } + } + }); + } + + //remove all empty values or blanks + Object.keys(values).forEach((key) => { + if (values[key] === "" || values[key] === null) { + delete values[key]; + } + }); + + postCall.mutate({ + url: "/api/AddScheduledItem", + data: values, + }); + }; + + const recurrenceOptions = [ + { value: "0", label: "Once" }, + { value: "1d", label: "Every 1 day" }, + { value: "7d", label: "Every 7 days" }, + { value: "14d", label: "Every 14 days" }, + { value: "21d", label: "Every 21 days" }, + { value: "30d", label: "Every 30 days" }, + { value: "365d", label: "Every 365 days" }, + ]; + + const triggerRecurrenceOptions = [ + { value: "15m", label: "Every 15 minutes" }, + { value: "30m", label: "Every 30 minutes" }, + { value: "1h", label: "Every 1 hour" }, + { value: "4h", label: "Every 4 hours" }, + { value: "12h", label: "Every 12 hours" }, + { value: "1d", label: "Every 1 day" }, + ]; + + const taskTypeOptions = [ + { value: "scheduled", label: "Scheduled Task" }, + { value: "triggered", label: "Triggered Task" }, + ]; + + const triggerTypeOptions = [{ value: "DeltaQuery", label: "Delta Query" }]; + + const deltaResourceOptions = [ + { value: "users", label: "Users" }, + { value: "groups", label: "Groups" }, + { value: "contacts", label: "Contacts" }, + { value: "orgContact", label: "Organizational Contacts" }, + { value: "devices", label: "Devices" }, + { value: "applications", label: "Applications" }, + { value: "servicePrincipals", label: "Service Principals" }, + { value: "directoryObjects", label: "Directory Objects" }, + { value: "directoryRole", label: "Directory Roles" }, + { value: "administrativeUnits", label: "Administrative Units" }, + { value: "oAuth2PermissionGrant", label: "OAuth2 Permission Grants" }, + ]; + + const simpleEventOptions = [ + { value: "created", label: "Resource Created" }, + { value: "updated", label: "Resource Updated" }, + { value: "deleted", label: "Resource Deleted" }, + ]; + + const operatorOptions = [ + { value: "eq", label: "Equals to" }, + { value: "ne", label: "Not Equals to" }, + { value: "like", label: "Like" }, + { value: "notlike", label: "Not like" }, + { value: "notmatch", label: "Does not match" }, + { value: "gt", label: "Greater than" }, + { value: "lt", label: "Less than" }, + { value: "in", label: "In" }, + { value: "notIn", label: "Not In" }, + ]; + + // Watch for trigger-related fields + const selectedTaskType = useWatch({ control: formControl.control, name: "taskType" }); + const selectedTriggerType = useWatch({ control: formControl.control, name: "Trigger.Type" }); + const selectedDeltaResource = useWatch({ + control: formControl.control, + name: "Trigger.DeltaResource", + }); + const selectedTenant = useWatch({ control: formControl.control, name: "tenantFilter" }); + + // Watch for summary display + const selectedSimpleEvent = useWatch({ control: formControl.control, name: "Trigger.EventType" }); + const selectedRecurrence = useWatch({ control: formControl.control, name: "Recurrence" }); + const selectedScheduledTime = useWatch({ control: formControl.control, name: "ScheduledTime" }); + const selectedExecutePerResource = useWatch({ + control: formControl.control, + name: "Trigger.ExecutePerResource", + }); + const selectedDeltaExecutionMode = useWatch({ + control: formControl.control, + name: "Trigger.ExecutionMode", + }); + const selectedUseConditions = useWatch({ + control: formControl.control, + name: "Trigger.UseConditions", + }); + const selectedDeltaConditions = useWatch({ + control: formControl.control, + name: "Trigger.DeltaConditions", + }); + const commands = ApiGetCall({ + url: "/api/ListFunctionParameters?Module=CIPPCore", + queryKey: "ListCommands", + }); + + const router = useRouter(); + + const scheduledTaskList = ApiGetCall({ + url: "/api/ListScheduledItems", + queryKey: "ListScheduledItems-Edit-" + (taskId || router.query.id), + waiting: !!(taskId || router.query.id), + data: { + Id: taskId || router.query.id, + }, + }); + + const tenantList = ApiGetCall({ + url: "/api/ListTenants?AllTenantSelector=true", + queryKey: "ListTenants-AllTenants", + }); + + // Check if resource picker should be disabled + useEffect(() => { + console.log(selectedTenant); + if (!selectedTenant) { + setIsResourcePickerDisabled(false); + return; + } + + // Disable if AllTenants is selected + if (selectedTenant.value === "AllTenants") { + setIsResourcePickerDisabled(true); + return; + } + + // Disable if a tenant group is selected (groups have type: "Group") + if (selectedTenant.type === "Group") { + setIsResourcePickerDisabled(true); + return; + } + + setIsResourcePickerDisabled(false); + }, [selectedTenant]); + + // Helper functions for accordion summaries + const getTriggerSummary = () => { + if (!selectedTriggerType || selectedTaskType?.value !== "triggered") return ""; + + let summary = selectedTriggerType.label; + + if (selectedTriggerType.value === "DeltaQuery") { + if (selectedDeltaResource?.label) { + summary += ` - ${selectedDeltaResource.label}`; + } + if (selectedSimpleEvent?.label) { + summary += ` (${selectedSimpleEvent.label})`; + } + if (selectedUseConditions && selectedDeltaConditions?.length > 0) { + summary += ` with ${selectedDeltaConditions.length} condition${ + selectedDeltaConditions.length > 1 ? "s" : "" + }`; + } + } + + return summary; + }; + + const getScheduleSummary = () => { + if (selectedTaskType?.value !== "scheduled") return ""; + + let summary = ""; + if (selectedScheduledTime) { + // Handle both Unix timestamp and regular date formats + let date; + if ( + typeof selectedScheduledTime === "number" || + (typeof selectedScheduledTime === "string" && /^\d+$/.test(selectedScheduledTime)) + ) { + // Unix timestamp (seconds or milliseconds) + const timestamp = parseInt(selectedScheduledTime); + date = new Date(timestamp > 1000000000000 ? timestamp : timestamp * 1000); + } else { + date = new Date(selectedScheduledTime); + } + // Include both date and time + summary += `${date.toLocaleDateString()} ${date.toLocaleTimeString()}`; + } + if (selectedRecurrence) { + summary += summary ? ` - ${selectedRecurrence.label}` : selectedRecurrence.label; + } + + return summary; + }; + + const getCommandSummary = () => { + if (!selectedCommand) return ""; + + let summary = selectedCommand.label; + + if (selectedTaskType?.value === "triggered" && selectedTriggerType?.value === "DeltaQuery") { + if (selectedExecutePerResource) { + summary += " (per resource)"; + } + if (selectedDeltaExecutionMode) { + summary += ` - ${selectedDeltaExecutionMode.label}`; + } + } + + return summary; + }; + useEffect(() => { + if (scheduledTaskList.isSuccess && (taskId || router.query.id)) { + const task = scheduledTaskList.data.find( + (task) => task.RowKey === (taskId || router.query.id) + ); + + // Early return if task is not found + if (!task) { + console.warn(`Task with RowKey ${taskId || router.query.id} not found`); + return; + } + + const postExecution = task?.PostExecution + ? task.PostExecution.split(",").map((item) => { + return { label: item.trim(), value: item.trim() }; + }) + : []; + + // Find tenantFilter in tenantList, and create a label/value pair for the autocomplete + if (tenantList.isSuccess) { + let tenantFilter = null; + let tenantFilterForForm = null; + + // Check if the task has a tenant group + if (task?.TenantGroupInfo) { + // Handle tenant group + tenantFilterForForm = { + value: task.TenantGroupInfo.value, + label: task.TenantGroupInfo.label, + type: "Group", + addedFields: task.TenantGroupInfo, + }; + } else { + // Handle regular tenant + tenantFilter = tenantList.data.find( + (tenant) => + tenant.defaultDomainName === task?.Tenant.value || + tenant.defaultDomainName === task?.Tenant + ); + if (tenantFilter) { + tenantFilterForForm = { + value: tenantFilter.defaultDomainName, + label: `${tenantFilter.displayName} (${tenantFilter.defaultDomainName})`, + type: "Tenant", + addedFields: tenantFilter, + }; + } + } + if (commands.isSuccess) { + const command = commands.data.find((command) => command.Function === task.Command); + + // If command is not found in the list, create a placeholder command entry + let commandForForm = command; + if (!command && task.Command) { + commandForForm = { + Function: task.Command, + Parameters: [], + // Add minimal required structure for system jobs + }; + } + + var recurrence = recurrenceOptions.find( + (option) => option.value === task.Recurrence || option.label === task.Recurrence + ); + + // If recurrence is not found in predefined options, create a custom option + if (!recurrence && task.Recurrence) { + recurrence = { + value: task.Recurrence, + label: `${task.Recurrence}`, + }; + } + + // if scheduledtime type is a date, convert to unixtime + if (typeof task.ScheduledTime === "date") { + task.ScheduledTime = Math.floor(task.ScheduledTime.getTime() / 1000); + } else if (typeof task.ScheduledTime === "string") { + task.ScheduledTime = Math.floor(new Date(task.ScheduledTime).getTime() / 1000); + } + + // Check if any parameter values are complex objects that can't be represented as simple form fields + const hasComplexObjects = + task.Parameters && typeof task.Parameters === "object" + ? Object.entries(task.Parameters).some(([key, value]) => { + // Exclude TenantFilter and Headers parameters + if (key === "TenantFilter" || key === "Headers") return false; + + // Check if this parameter is a System.String[] type + const paramDef = commandForForm?.Parameters?.find((p) => p.Name === key); + if (paramDef?.Type === "System.String[]") return false; + + // Check for arrays + if (Array.isArray(value)) return true; + // Check for objects (but not null) + if (value !== null && typeof value === "object") return true; + // Check for stringified objects that contain [object Object] + if (typeof value === "string" && value.includes("[object Object]")) return true; + // Check for stringified JSON arrays/objects + if ( + typeof value === "string" && + (value.trim().startsWith("[") || value.trim().startsWith("{")) + ) { + try { + const parsed = JSON.parse(value); + return typeof parsed === "object"; + } catch { + return false; + } + } + return false; + }) + : false; + + const ResetParams = { + tenantFilter: tenantFilterForForm, + RowKey: router.query.Clone || cloneMode ? null : task.RowKey, + Name: router.query.Clone || cloneMode ? `${task.Name} (Clone)` : task?.Name, + command: { label: task.Command, value: task.Command, addedFields: commandForForm }, + ScheduledTime: task.ScheduledTime, + Recurrence: recurrence, + parameters: task.Parameters, + postExecution: postExecution, + // Set task type based on whether trigger exists + taskType: task.Trigger + ? { value: "triggered", label: "Triggered Task" } + : { value: "scheduled", label: "Scheduled Task" }, + // Trigger configuration - use the trigger data directly since it's already in the correct format + ...(task.Trigger && { + "Trigger.Type": task.Trigger.Type, + "Trigger.DeltaResource": task.Trigger.DeltaResource, + "Trigger.EventType": task.Trigger.EventType, + "Trigger.ResourceFilter": task.Trigger.ResourceFilter || [], + "Trigger.WatchedAttributes": task.Trigger.WatchedAttributes || [], + "Trigger.UseConditions": task.Trigger.UseConditions || false, + "Trigger.DeltaConditions": task.Trigger.DeltaConditions || [], + "Trigger.ExecutePerResource": task.Trigger.ExecutePerResource || false, + "Trigger.ExecutionMode": task.Trigger.ExecutionMode, + }), + // Show advanced parameters if: + // 1. RawJsonParameters exist + // 2. It's a system command with no defined parameters + // 3. Any parameter contains complex objects (arrays, objects, etc.) + advancedParameters: task.RawJsonParameters + ? true + : hasComplexObjects || + !commandForForm?.Parameters || + commandForForm.Parameters.length === 0, + // Set the RawJsonParameters if they exist + RawJsonParameters: task.RawJsonParameters || "", + }; + formControl.reset(ResetParams); + + // Set up condition builder if task has delta conditions + if ( + task.Trigger?.DeltaConditions && + Array.isArray(task.Trigger.DeltaConditions) && + task.Trigger.DeltaConditions.length > 0 + ) { + const conditionsWithIds = task.Trigger.DeltaConditions.map((condition, index) => ({ + id: index, + ...condition, + })); + setAddedConditions(conditionsWithIds); + } else { + // Reset to default single condition if no conditions exist + setAddedConditions([{ id: 0 }]); + } + } + } + } + }, [ + taskId, + router.query.id, + scheduledTaskList.isSuccess, + tenantList.isSuccess, + router.query.Clone, + cloneMode, + commands.isSuccess, + ]); + + const advancedParameters = useWatch({ control: formControl.control, name: "advancedParameters" }); + + useEffect(() => { + if (advancedParameters === true) { + // Check if we're editing an existing task and it has RawJsonParameters + const currentRawJsonParameters = formControl.getValues("RawJsonParameters"); + + // If we already have raw JSON parameters (from editing existing task), use those + if ( + currentRawJsonParameters && + currentRawJsonParameters.trim() !== "" && + currentRawJsonParameters !== "{}" + ) { + // Already populated from existing task, no need to overwrite + return; + } + + // Get the original task parameters if we're editing (to preserve complex objects) + let parametersToUse = null; + if ((taskId || router.query.id) && scheduledTaskList.isSuccess) { + const task = scheduledTaskList.data.find( + (task) => task.RowKey === (taskId || router.query.id) + ); + if (task?.Parameters) { + parametersToUse = task.Parameters; + } + } + + // If we don't have original task parameters, use current form parameters + if (!parametersToUse) { + parametersToUse = formControl.getValues("parameters"); + } + + // Add null check to prevent error when no parameters exist + if (parametersToUse && typeof parametersToUse === "object") { + // Create a clean copy for JSON + const cleanParams = { ...parametersToUse }; + Object.keys(cleanParams).forEach((key) => { + if (cleanParams[key] === "" || cleanParams[key] === null) { + delete cleanParams[key]; + } + }); + const jsonString = JSON.stringify(cleanParams, null, 2); + formControl.setValue("RawJsonParameters", jsonString); + } else { + // If no parameters, set empty object + formControl.setValue("RawJsonParameters", "{}"); + } + } + }, [advancedParameters, taskId, router.query.id, scheduledTaskList.isSuccess]); + + const gridSize = fullWidth ? 12 : 4; // Adjust size based on fullWidth prop + + return ( + <> + + {(scheduledTaskList.isFetching || tenantList.isLoading || commands.isLoading) && ( + + )} + {/* Top section: Tenant and Task Name */} + + + + + + + + + + + + + + + + + {/* Divider */} + + + + + {/* Task Type Selection */} + + + {taskTypeOptions.map((option) => ( + + ))} + + + + {/* Trigger Configuration Accordion */} + + + + }> + + Trigger Configuration + {getTriggerSummary() && ( + + - {getTriggerSummary()} + + )} + + + + + + + + + {/* Delta Query Configuration */} + + + + + Delta queries track changes to Microsoft Graph resources. Learn more about{" "} + + delta query concepts and usage + {" "} + in the Microsoft documentation. + + + + + + + + + + + + + + + + + + + + + + + {/* Condition Builder for all event types */} + + + + + + + + + Delta Query Conditions + + + + Create PowerShell-style Where-Object conditions to filter delta query + results. Each condition compares a resource property against a specific + value. Multiple conditions work as AND logic - all must be true to trigger + the task. + + + + {addedConditions.map((condition, index) => ( + + + + + + + + + + + + handleRemoveCondition(index)} color="error"> + + + + + ))} + + + {/* Delta Query Execution Options */} + + + + + + + + + {/* Trigger Recurrence */} + + + + + + + + + + + {/* Schedule Configuration - Only for scheduled tasks */} + + + + }> + + Schedule Configuration + {getScheduleSummary() && ( + + - {getScheduleSummary()} + + )} + + + + + + + + + { + let options = [...recurrenceOptions]; + + // If we're editing a task and the recurrence isn't in the base options, add it + if ((taskId || router.query.id) && scheduledTaskList.isSuccess) { + const task = scheduledTaskList.data.find( + (task) => task.RowKey === (taskId || router.query.id) + ); + if ( + task?.Recurrence && + !options.find((opt) => opt.value === task.Recurrence) + ) { + options.push({ + value: task.Recurrence, + label: `Custom: ${task.Recurrence}`, + }); + } + } + + return options; + })()} + multiple={false} + disableClearable={true} + creatable={true} + /> + + + + + + + + {/* Command & Parameters - For both scheduled and triggered tasks */} + + + }> + + Command & Parameters + {getCommandSummary() && ( + + - {getCommandSummary()} + + )} + + + + + {/* Command selection for both scheduled and triggered tasks */} + + + + { + const baseOptions = + commands.data?.map((command) => { + return { + label: command.Function, + value: command.Function, + addedFields: command, + }; + }) || []; + + // If we're editing a task and the command isn't in the base options, add it + if ((taskId || router.query.id) && scheduledTaskList.isSuccess) { + const task = scheduledTaskList.data.find( + (task) => task.RowKey === (taskId || router.query.id) + ); + if ( + task?.Command && + !baseOptions.find((opt) => opt.value === task.Command) + ) { + baseOptions.unshift({ + label: task.Command, + value: task.Command, + addedFields: { + Function: task.Command, + Parameters: [], + }, + }); + } + } + + return baseOptions; + })()} + validators={{ + validate: (value) => { + if (!value) { + return "Please select a Command"; + } + return true; + }, + }} + /> + + commands.refetch()}> + + + + + + {selectedCommand?.addedFields?.Synopsis && ( + + + PowerShell Command: + + {selectedCommand.addedFields.Synopsis} + + + + )} + + {selectedCommand?.addedFields?.Parameters?.map((param, idx) => ( + + + {param.Type === "System.Boolean" || + param.Type === "System.Management.Automation.SwitchParameter" ? ( + + ) : param.Type === "System.Collections.Hashtable" ? ( + + ) : param.Type === "System.String[]" ? ( + + ) : param.Type?.startsWith("System.String") ? ( + + ) : ( + + )} + + + ))} + + + + + + + + getCippValidator(value, "json"), + }} + formControl={formControl} + multiline + rows={6} + maxRows={30} + sx={{ + "& .MuiInputBase-root": { + overflow: "auto", + minHeight: "200px", + }, + }} + placeholder={`Enter a JSON object`} + /> + + + + + + + + + + + + + + + + ); +}; + +export default CippSchedulerForm; diff --git a/src/components/CippIntegrations/CippApiClientManagement.jsx b/src/components/CippIntegrations/CippApiClientManagement.jsx new file mode 100644 index 000000000000..4f42eb3d99a7 --- /dev/null +++ b/src/components/CippIntegrations/CippApiClientManagement.jsx @@ -0,0 +1,422 @@ +import { Button, Stack, SvgIcon, Menu, MenuItem, ListItemText, Alert } from "@mui/material"; +import { useState } from "react"; +import isEqual from "lodash/isEqual"; +import { useForm } from "react-hook-form"; +import { ApiGetCall, ApiGetCallWithPagination, ApiPostCall } from "/src/api/ApiCall"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { + ChevronDownIcon, + ClipboardDocumentIcon, + PencilIcon, + PlusSmallIcon, + TrashIcon, +} from "@heroicons/react/24/outline"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import { Create, Key, Save, Sync } from "@mui/icons-material"; +import { CippPropertyListCard } from "../CippCards/CippPropertyListCard"; +import { CippCopyToClipBoard } from "../CippComponents/CippCopyToClipboard"; +import { Box } from "@mui/system"; + +const CippApiClientManagement = () => { + const [openAddClientDialog, setOpenAddClientDialog] = useState(false); + const [openAddExistingAppDialog, setOpenAddExistingAppDialog] = useState(false); + const [menuAnchorEl, setMenuAnchorEl] = useState(null); + + const formControl = useForm({ + mode: "onChange", + }); + + const postCall = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: ["ApiClients", "AzureConfiguration"], + }); + + const azureConfig = ApiGetCall({ + url: "/api/ExecApiClient", + data: { Action: "GetAzureConfiguration" }, + queryKey: "AzureConfiguration", + }); + + const apiClients = ApiGetCallWithPagination({ + url: "/api/ExecApiClient", + data: { Action: "List" }, + queryKey: "ApiClients", + }); + + const handleMenuOpen = (event) => { + setMenuAnchorEl(event.currentTarget); + }; + + const handleMenuClose = () => { + setMenuAnchorEl(null); + }; + + const handleSaveToAzure = () => { + postCall.mutate({ + url: `/api/ExecApiClient?action=SaveToAzure`, + data: {}, + }); + handleMenuClose(); + }; + + const actions = [ + { + label: "Edit", + icon: ( + + + + ), + confirmText: "Update the API client settings for [AppName]?", + hideBulk: true, + setDefaultValues: true, + fields: [ + { + type: "autoComplete", + name: "Role", + multiple: false, + creatable: false, + label: "Select Role", + placeholder: "Choose a role from the CIPP Role list.", + api: { + url: "/api/ListCustomRole", + queryKey: "CustomRoleList", + labelField: "RoleName", + valueField: "RoleName", + showRefresh: true, + }, + }, + { + type: "autoComplete", + name: "IPRange", + multiple: true, + freeSolo: true, + creatable: true, + options: [], + label: "Enter IP Range (Single hosts or CIDR notation)", + placeholder: "Type in the IP addresses and hit enter.", + }, + { + type: "switch", + name: "Enabled", + label: "Enable this client", + }, + ], + type: "POST", + url: "/api/ExecApiClient", + data: { + Action: "AddUpdate", + ClientId: "ClientId", + }, + relatedQueryKeys: ["ApiClients"], + }, + { + label: "Reset Application Secret", + icon: , + confirmText: "Are you sure you want to reset the application secret for [AppName]?", + type: "POST", + url: "/api/ExecApiClient", + data: { + Action: "ResetSecret", + ClientId: "ClientId", + }, + hideBulk: true, + }, + { + label: "Copy API Scope", + icon: , + noConfirm: true, + customFunction: (row, action, formData) => { + var scope = `api://${row.ClientId}/.default`; + navigator.clipboard.writeText(scope); + }, + hideBulk: true, + }, + { + label: "Delete Client", + icon: , + confirmText: "Are you sure you want to delete [AppName]?", + type: "POST", + url: "/api/ExecApiClient", + data: { + Action: "Delete", + ClientId: "ClientId", + }, + fields: [ + { + type: "switch", + name: "RemoveAppReg", + label: "Remove App Registration", + }, + ], + relatedQueryKeys: ["ApiClients"], + multiPost: false, + }, + ]; + + return ( + <> + + + + + { + handleMenuClose(); + setOpenAddClientDialog(true); + }} + > + + + + Create New Client + + { + handleMenuClose(); + setOpenAddExistingAppDialog(true); + }} + > + + + + Add Existing Client + + { + azureConfig.refetch(); + handleMenuClose(); + }} + > + + + + Refresh Configuration + + + + + + Save to Azure + + + + } + propertyItems={[ + { + label: "Microsoft Authentication Enabled", + value: azureConfig.data?.Results?.Enabled, + }, + { + label: "API Url", + value: azureConfig.data?.Results?.ApiUrl ? ( + + ) : ( + "Not Available" + ), + }, + { + label: "Token URL", + value: azureConfig.data?.Results?.TenantID ? ( + + ) : ( + "Not Available" + ), + }, + { + label: "Tenant ID", + value: azureConfig.data?.Results?.TenantID ? ( + + ) : ( + "Not Available" + ), + }, + ]} + layout="dual" + showDivider={false} + isFetching={azureConfig.isFetching} + /> + {azureConfig.isSuccess && apiClients.isSuccess && ( + <> + {!isEqual( + (apiClients.data?.pages?.[0]?.Results || []) + .filter((c) => c.Enabled) + .map((c) => c.ClientId) + .sort(), + (azureConfig.data?.Results?.ClientIDs || []).sort() + ) && ( + + + You have unsaved changes. Click Actions > Save Azure Configuration to update + the allowed API Clients. If you've just saved your API clients, try refreshing the + configuration first. + + + )} + + )} + {azureConfig.isSuccess && azureConfig.data?.Results?.Enabled === false && ( + + + Microsoft Authentication is disabled. Configure API Clients and click Actions > + Save Azure Configuration. + + + )} + + + + + + + setOpenAddClientDialog(false), + }} + title="Add Client" + fields={[ + { + type: "textField", + name: "AppName", + label: "App Name", + placeholder: "Enter a name for this Application Registration.", + disableVariables: true, + }, + { + type: "autoComplete", + name: "Role", + multiple: false, + creatable: false, + label: "Select Role", + api: { + url: "/api/ListCustomRole", + queryKey: "CustomRoleList", + labelField: "RoleName", + valueField: "RoleName", + showRefresh: true, + }, + placeholder: "Choose a role from the CIPP Role list.", + }, + { + type: "autoComplete", + name: "IPRange", + multiple: true, + freeSolo: true, + creatable: true, + options: [], + label: "Enter IP Ranges (Single hosts or CIDR notation)", + placeholder: "Type in the IP addresses and hit enter.", + }, + { + type: "switch", + name: "Enabled", + label: "Enable this client", + }, + ]} + api={{ + type: "POST", + url: "/api/ExecApiClient", + data: { Action: "AddUpdate" }, + relatedQueryKeys: [`ApiClients`], + }} + /> + setOpenAddExistingAppDialog(false), + }} + title="Add Existing App" + fields={[ + { + type: "autoComplete", + name: "ClientId", + label: "Existing App", + placeholder: "Select an existing API application.", + api: { + type: "GET", + url: "/api/ExecApiClient", + data: { Action: "ListAvailable" }, + queryKey: `AvailableApiApps`, + dataKey: "Results", + labelField: (app) => `${app.displayName} (${app.appId})`, + valueField: "appId", + addedField: { + displayName: "displayName", + createdDateTime: "createdDateTime", + }, + showRefresh: true, + }, + creatable: false, + multiple: false, + }, + { + type: "autoComplete", + name: "Role", + multiple: false, + creatable: false, + label: "Select Role", + placeholder: "Choose a role from the CIPP Role list.", + api: { + url: "/api/ListCustomRole", + queryKey: "CustomRoleList", + labelField: "RoleName", + valueField: "RoleName", + showRefresh: true, + }, + }, + { + type: "autoComplete", + name: "IPRange", + multiple: true, + freeSolo: true, + creatable: true, + options: [], + label: "Enter IP Ranges (Single hosts or CIDR notation)", + placeholder: "Type in the IP addresses and hit enter.", + }, + { + type: "switch", + name: "Enabled", + label: "Enable this client", + }, + ]} + api={{ + type: "POST", + url: "/api/ExecApiClient", + data: { Action: "!AddUpdate" }, + relatedQueryKeys: [`ApiClients`], + }} + /> + + ); +}; + +export default CippApiClientManagement; diff --git a/src/components/CippIntegrations/CippIntegrationFieldMapping.jsx b/src/components/CippIntegrations/CippIntegrationFieldMapping.jsx new file mode 100644 index 000000000000..ae0014d0e276 --- /dev/null +++ b/src/components/CippIntegrations/CippIntegrationFieldMapping.jsx @@ -0,0 +1,186 @@ +import { + Box, + CardContent, + Skeleton, + Typography, + Divider, + Tooltip, + Button, + Alert, +} from "@mui/material"; +import CippFormSection from "/src/components/CippFormPages/CippFormSection"; +import { useForm } from "react-hook-form"; +import { ApiGetCall } from "/src/api/ApiCall"; +import { useRouter } from "next/router"; +import extensions from "/src/data/Extensions.json"; +import React, { useEffect, useState } from "react"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { Sync } from "@mui/icons-material"; +import { Stack, Grid } from "@mui/system"; + +const CippIntegrationFieldMapping = () => { + const router = useRouter(); + + const fieldMapping = ApiGetCall({ + url: "/api/ExecExtensionMapping", + data: { + List: `${router.query.id}Fields`, + }, + queryKey: `IntegrationFieldMapping-${router.query.id}`, + }); + + const formControl = useForm({ + mode: "onChange", + }); + + const extension = extensions.find((extension) => extension.id === router.query.id); + const [missingMappings, setMissingMappings] = useState([]); + + useEffect(() => { + if (fieldMapping.isSuccess) { + var newMappings = {}; + var missingMappings = []; + fieldMapping?.data?.Mappings?.forEach((mapping) => { + const exists = fieldMapping?.data?.IntegrationFields?.some( + (integrationField) => String(integrationField.value) === mapping.IntegrationId + ); + if (exists) { + newMappings[mapping.RowKey] = { + label: mapping?.IntegrationName, + value: mapping?.IntegrationId, + }; + } else if (mapping.IntegrationId === "") { + newMappings[mapping.RowKey] = { + label: "--- Do not synchronize ---", + value: null, + }; + } else { + const missingField = fieldMapping?.data?.CIPPFields?.find( + (field) => field.FieldName === mapping.RowKey + ); + if (missingField) { + missingMappings.push(missingField.FieldLabel); + } + } + }); + + setMissingMappings(missingMappings); + + formControl.reset({ + ...newMappings, + }); + formControl.trigger(); + } + }, [fieldMapping.isSuccess, fieldMapping?.data]); + + return ( + <> + {fieldMapping.isSuccess && extension ? ( + + <> + {fieldMapping?.data?.CIPPFieldHeaders?.map((header, headerIndex) => ( + + + + {header.Title} + + {header.Description} + + + {headerIndex === 0 && ( + + + + + + )} + + + + {fieldMapping?.data?.CIPPFields?.filter( + (field) => field.FieldType === header.FieldType + ).map((field, fieldIndex) => ( + + + (integrationField?.type === field.Type && + integrationField?.FieldType === field.FieldType) || + integrationField?.type === "unset" + )?.map((integrationField) => { + return { + label: integrationField?.name, + value: integrationField?.value, + }; + })} + formControl={formControl} + multiple={false} + creatable={false} + fullWidth + isFetching={fieldMapping.isFetching} + disableClearable={true} + /> + + ))} + + + ))} + {missingMappings.length > 0 && ( + + The following mappings are missing: {missingMappings.join(", ")} + + )} + + + ) : ( + + {fieldMapping.isLoading && ( + + + + + + + + + + + + + + + )} + {fieldMapping.isSuccess && !extension && ( + + + + Extension not found + + + + )} + + )} + + ); +}; + +export default CippIntegrationFieldMapping; diff --git a/src/components/CippIntegrations/CippIntegrationSettings.jsx b/src/components/CippIntegrations/CippIntegrationSettings.jsx new file mode 100644 index 000000000000..3ff5bea6f256 --- /dev/null +++ b/src/components/CippIntegrations/CippIntegrationSettings.jsx @@ -0,0 +1,118 @@ +import { Box, CardContent } from "@mui/material"; +import { Grid } from "@mui/system"; +import CippFormSection from "/src/components/CippFormPages/CippFormSection"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { useForm } from "react-hook-form"; +import { useSettings } from "/src/hooks/use-settings"; +import { ApiGetCall } from "/src/api/ApiCall"; +import { useRouter } from "next/router"; +import extensions from "/src/data/Extensions.json"; +import React, { useEffect } from "react"; +import { CippFormCondition } from "../CippComponents/CippFormCondition"; + +const CippIntegrationSettings = ({ children }) => { + const router = useRouter(); + const settings = useSettings(); + const preferredTheme = settings.currentTheme?.value; + + const integrations = ApiGetCall({ + url: "/api/ListExtensionsConfig", + queryKey: "Integrations", + refetchOnMount: false, + refetchOnReconnect: false, + }); + + const formControl = useForm({ + mode: "onChange", + defaultValues: integrations?.data, + }); + + const extension = extensions.find((extension) => extension.id === router.query.id); + const enabled = formControl.watch(`${extension?.id}.Enabled`); + + var logo = extension?.logo; + if (preferredTheme === "dark" && extension?.logoDark) { + logo = extension.logoDark; + } + + useEffect(() => { + if (integrations.isSuccess) { + formControl.reset({ + ...integrations.data, + }); + formControl.trigger(); + } + }, [integrations.isSuccess]); + + return ( + <> + {integrations.isSuccess && extension ? ( + + {children} + + {extension.SettingOptions.map((setting, index) => ( + + {setting?.condition ? ( + s.name === `${extension.id}.Enabled`) && !enabled}> + + + + + + + ) : ( + + + + + + )} + + ))} + + + ) : ( + + {integrations.isLoading && Loading...} + {integrations.isSuccess && !extension && ( + + + + Extension not found + + + + )} + + )} + + ); +}; + +export default CippIntegrationSettings; diff --git a/src/components/CippIntegrations/CippIntegrationTenantMapping.jsx b/src/components/CippIntegrations/CippIntegrationTenantMapping.jsx new file mode 100644 index 000000000000..57680d8bae7d --- /dev/null +++ b/src/components/CippIntegrations/CippIntegrationTenantMapping.jsx @@ -0,0 +1,308 @@ +import { + Box, + Button, + CardActions, + CardContent, + Stack, + Skeleton, + SvgIcon, + Tooltip, + Typography, +} from "@mui/material"; +import { Grid } from "@mui/system"; +import { useState, useMemo } from "react"; +import { useForm } from "react-hook-form"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import { useRouter } from "next/router"; +import extensions from "/src/data/Extensions.json"; +import { useEffect } from "react"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { PlusSmallIcon, SparklesIcon, TrashIcon } from "@heroicons/react/24/outline"; +import { CippFormTenantSelector } from "../CippComponents/CippFormTenantSelector"; +import { Sync, SyncAlt } from "@mui/icons-material"; +import { CippFormComponent } from "../CippComponents/CippFormComponent"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { ApiGetCallWithPagination } from "../../api/ApiCall"; + +const CippIntegrationSettings = ({ children }) => { + const router = useRouter(); + const [tableData, setTableData] = useState([]); + + const mappings = ApiGetCall({ + url: "/api/ExecExtensionMapping", + data: { + List: router.query.id, + }, + queryKey: `IntegrationTenantMapping-${router.query.id}`, + }); + + const tenantList = ApiGetCallWithPagination({ + url: "/api/ListTenants", + data: { AllTenantSelector: false }, + queryKey: "ListTenants-notAllTenants", + }); + + const formControl = useForm({ + mode: "onChange", + defaultValues: mappings?.data, + }); + + const automapPostCall = ApiPostCall({ + datafromUrl: true, + }); + + const postCall = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: [`IntegrationTenantMapping-${router.query.id}`], + }); + + const handleSubmit = () => { + postCall.mutate({ + url: `/api/ExecExtensionMapping?AddMapping=${router.query.id}`, + data: tableData, + }); + }; + + const handleRemoveItem = (rows) => { + if (rows === undefined) return false; + const newTableData = [...tableData]; + if (Array.isArray(rows)) { + rows.forEach((row) => { + const index = newTableData.findIndex((item) => item === row); + if (index !== -1) newTableData.splice(index, 1); + }); + } else { + const index = newTableData.findIndex((item) => item === rows); + if (index !== -1) newTableData.splice(index, 1); + } + setTableData(newTableData); + }; + + const handleAddItem = () => { + const selectedTenant = formControl.getValues("tenantFilter"); + const selectedCompany = formControl.getValues("integrationCompany"); + if (!selectedTenant || !selectedCompany) return; + if (tableData?.find((item) => item.TenantId === selectedTenant.addedFields.customerId)) return; + + const newRowData = { + TenantId: selectedTenant.value, + Tenant: selectedTenant.label, + IntegrationName: selectedCompany.label, + IntegrationId: selectedCompany.value, + TenantDomain: selectedTenant.addedFields.defaultDomainName, + }; + + setTableData([...tableData, newRowData]); + + // Clear the form fields after successfully adding the mapping + formControl.setValue("tenantFilter", null); + formControl.setValue("integrationCompany", null); + }; + + const handleAutoMap = () => { + const newTableData = []; + tenantList.data?.pages[0]?.forEach((tenant) => { + const matchingCompany = mappings.data.Companies.find( + (company) => company.name === tenant.displayName + ); + if ( + Array.isArray(tableData) && + tableData?.find((item) => item.TenantId === tenant.customerId) + ) + return; + if (matchingCompany) { + newTableData.push({ + TenantId: tenant.customerId, + Tenant: tenant.displayName, + TenantDomain: tenant.defaultDomainName, + IntegrationName: matchingCompany.name, + IntegrationId: matchingCompany.value, + }); + } + }); + if (Array.isArray(tableData)) { + setTableData([...tableData, ...newTableData]); + } else { + setTableData(newTableData); + } + if (extension.autoMapSyncApi) { + automapPostCall.mutate({ + url: `/api/ExecExtensionMapping?AutoMapping=${router.query.id}`, + queryKey: `IntegrationTenantMapping-${router.query.id}`, + }); + } + }; + + const actions = [ + { + label: "Delete Mapping", + icon: , + confirmText: "Are you sure you want to delete this mapping?", + customFunction: handleRemoveItem, + }, + ]; + + const extension = extensions.find((extension) => extension.id === router.query.id); + + // Memoize the removeOptions array to ensure it updates when tableData changes + const removedTenantIds = useMemo(() => { + return Array.isArray(tableData) ? tableData.map((item) => item.TenantId) : []; + }, [tableData]); + + useEffect(() => { + if (mappings.isSuccess) { + setTableData(mappings.data.Mappings ?? []); + } + }, [mappings.isSuccess]); + + return ( + <> + {mappings.isSuccess && extension ? ( + <> + + + Add a Tenant Mapping + + + + + + + + + + + + + + + + { + return { + label: company.name, + value: company.value, + }; + })} + creatable={false} + multiple={false} + isFetching={mappings.isFetching} + sortOptions={true} + /> + + + + + + + + + + + + + + + + + + mappings.refetch()} + /> + + + + + + + + ) : ( + + {mappings.isLoading && ( + + + + + + + + + + + + + + + + + + + + )} + {mappings.isSuccess && !extension && ( + + + + Extension not found + + + + )} + + )} + + ); +}; + +export default CippIntegrationSettings; diff --git a/src/components/CippSettings/CippBackendCard.jsx b/src/components/CippSettings/CippBackendCard.jsx new file mode 100644 index 000000000000..2b0890b0f340 --- /dev/null +++ b/src/components/CippSettings/CippBackendCard.jsx @@ -0,0 +1,79 @@ +import { OpenInNew } from "@mui/icons-material"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { Button, Stack, SvgIcon, Typography } from "@mui/material"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { useState } from "react"; +import { getCippTranslation } from "/src/utils/get-cipp-translation"; + +export const CippBackendCard = ({ backendComponents, item, hosted }) => { + const [open, setOpen] = useState(false); + + const BackendButton = () => { + return ( + + + {item.offcanvas && ( + + )} + + ); + }; + + return ( + <> + } + > + {item.description} + + {item.offcanvas && ( + setOpen(false)} size="md"> + {Object.keys(item?.offcanvasData).length > 0 && ( + <> + + {item.offcanvasTitle} + + {Object.keys(item.offcanvasData).length > 0 && ( + <> + {Object.keys(item.offcanvasData).map((key) => ( + <> + + {getCippTranslation(key)} + + {item.offcanvasData[key]} + + ))} + + )} + + )} + + )} + + ); +}; diff --git a/src/components/CippSettings/CippBackupRetentionSettings.jsx b/src/components/CippSettings/CippBackupRetentionSettings.jsx new file mode 100644 index 000000000000..bcd74ec4bb5d --- /dev/null +++ b/src/components/CippSettings/CippBackupRetentionSettings.jsx @@ -0,0 +1,101 @@ +import { Button, ButtonGroup, SvgIcon, Typography, TextField, Box } from "@mui/material"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import { History } from "@mui/icons-material"; +import { useState, useEffect } from "react"; + +const CippBackupRetentionSettings = () => { + const retentionSetting = ApiGetCall({ + url: "/api/ExecBackupRetentionConfig?List=true", + queryKey: "BackupRetentionSettings", + }); + + const retentionChange = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: "BackupRetentionSettings", + }); + + const [retentionDays, setRetentionDays] = useState(30); + const [error, setError] = useState(""); + + useEffect(() => { + if (retentionSetting?.data?.Results?.RetentionDays) { + setRetentionDays(retentionSetting.data.Results.RetentionDays); + } + }, [retentionSetting.data]); + + const handleRetentionChange = () => { + const days = parseInt(retentionDays); + + if (isNaN(days) || days < 7) { + setError("Retention must be at least 7 days"); + return; + } + + setError(""); + retentionChange.mutate({ + url: "/api/ExecBackupRetentionConfig", + data: { RetentionDays: days }, + queryKey: "BackupRetentionPost", + }); + }; + + const handleInputChange = (e) => { + const value = e.target.value; + setRetentionDays(value); + + const days = parseInt(value); + if (!isNaN(days) && days < 7) { + setError("Retention must be at least 7 days"); + } else if (isNaN(days)) { + setError("Please enter a valid number"); + } else { + setError(""); + } + }; + + const RetentionControls = () => { + return ( + + + + + ); + }; + + return ( + } + > + + Configure how long to keep backup files. Both CIPP system backups and tenant backups will be + automatically deleted after this period. Minimum retention is 7 days, default is 30 days. + Cleanup runs daily at 2:00 AM. + + + ); +}; + +export default CippBackupRetentionSettings; diff --git a/src/components/CippSettings/CippBackupSettings.jsx b/src/components/CippSettings/CippBackupSettings.jsx new file mode 100644 index 000000000000..39663651f7d2 --- /dev/null +++ b/src/components/CippSettings/CippBackupSettings.jsx @@ -0,0 +1,46 @@ +import { Button, SvgIcon, Typography } from "@mui/material"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { ApiPostCall } from "/src/api/ApiCall"; +import { useDialog } from "/src/hooks/use-dialog"; +import { SettingsBackupRestore } from "@mui/icons-material"; +import Link from "next/link"; + +const CippBackupSettings = () => { + const createDialog = useDialog(); + const backupAction = ApiPostCall({ + datafromUrl: true, + }); + + const BackupButtons = () => { + return ( + <> + + + ); + }; + + return ( + <> + }> + + Manage the system configuration backups for CIPP. This will not include authentication + information or extension configuration. You can also set an automated daily backup + schedule. + + + + ); +}; + +export default CippBackupSettings; diff --git a/src/components/CippSettings/CippBrandingSettings.jsx b/src/components/CippSettings/CippBrandingSettings.jsx new file mode 100644 index 000000000000..a75330da986b --- /dev/null +++ b/src/components/CippSettings/CippBrandingSettings.jsx @@ -0,0 +1,263 @@ +import { useState } from "react"; +import { Button, Typography, Box, Alert } from "@mui/material"; +import { Palette, Upload } from "@mui/icons-material"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import { useSettings } from "/src/hooks/use-settings"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { useForm } from "react-hook-form"; + +const CippBrandingSettings = () => { + const settings = useSettings(); + const [logoFile, setLogoFile] = useState(null); + const [logoPreview, setLogoPreview] = useState(settings?.customBranding?.logo || null); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + colour: settings?.customBranding?.colour || "#F77F00", + }, + }); + + const saveBrandingSettings = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: ["BrandingSettings", "userSettings"], + }); + + const handleLogoUpload = (event) => { + const file = event.target.files[0]; + if (file) { + // Validate file size (max 2MB) + if (file.size > 2 * 1024 * 1024) { + alert("File size must be less than 2MB"); + return; + } + + const reader = new FileReader(); + reader.onload = (e) => { + const base64String = e.target.result; + setLogoFile(base64String); + setLogoPreview(base64String); + }; + reader.readAsDataURL(file); + } + }; + + const handleSave = () => { + const formData = formControl.getValues(); + const brandingData = { + colour: formData.colour, + logo: logoFile || settings?.customBranding?.logo || null, + }; + + // Update local settings immediately for UI responsiveness + settings.handleUpdate({ + customBranding: brandingData, + }); + + // Save to backend + saveBrandingSettings.mutate({ + url: "/api/ExecBrandingSettings", + data: { + Action: "Set", + ...brandingData, + }, + queryKey: "BrandingSettingsPost", + }); + }; + + const handleReset = () => { + setLogoFile(null); + setLogoPreview(null); + formControl.reset({ + colour: "#F77F00", + }); + + // Reset local settings + settings.handleUpdate({ + customBranding: { + colour: "#F77F00", + logo: null, + }, + }); + + // Save reset to backend + saveBrandingSettings.mutate({ + url: "/api/ExecBrandingSettings", + data: { + Action: "Reset", + }, + queryKey: "BrandingSettingsReset", + }); + }; + + return ( + + + + + } + > + + + Customize your organization's branding for reports and documents. Changes will be applied + to all generated reports. + + + {/* Logo Upload Section */} + + + Logo + + + + + + {logoPreview && ( + + Logo preview + + )} + + + Recommended: PNG format, max 2MB, optimal size 200x100px + + + + + {/* Color Picker Section */} + + + Brand Color + + + formControl.setValue("colour", e.target.value)} + style={{ + width: "50px", + height: "40px", + border: "1px solid #ddd", + borderRadius: "4px", + cursor: "pointer", + }} + /> + + + + This color will be used for accents and highlights in reports + + + + {/* Preview Section */} + + + Preview + + + {logoPreview && ( + Logo + )} + + + Your Organization + + + Executive Report Preview + + + + + + {/* API Results inside the card */} + + + + ); +}; + +export default CippBrandingSettings; diff --git a/src/components/CippSettings/CippCacheSettings.jsx b/src/components/CippSettings/CippCacheSettings.jsx new file mode 100644 index 000000000000..ad736adf604f --- /dev/null +++ b/src/components/CippSettings/CippCacheSettings.jsx @@ -0,0 +1,82 @@ +import { Button, SvgIcon, Typography } from "@mui/material"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { ApiPostCall } from "/src/api/ApiCall"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import { useDialog } from "/src/hooks/use-dialog"; +import { TrashIcon } from "@heroicons/react/24/outline"; + +const CippCacheSettings = () => { + const createDialog = useDialog(); + const resolverChange = ApiPostCall({ + datafromUrl: true, + }); + + const handleCacheClear = (type) => { + var data = { + ClearCache: true, + }; + if (type === "Tenant") { + data.TenantsOnly = true; + } + + resolverChange.mutate({ + url: "/api/ListTenants", + data: data, + }); + }; + + const CacheButtons = () => { + return ( + <> + + + ); + }; + + return ( + <> + } + > + + Use this button to clear the caches used by CIPP. This will slow down some aspects of the + application, and should only be used when instructed to do so by support. + + + + + ); +}; + +export default CippCacheSettings; diff --git a/src/components/CippSettings/CippCustomRoles.jsx b/src/components/CippSettings/CippCustomRoles.jsx new file mode 100644 index 000000000000..56a7ddf651ea --- /dev/null +++ b/src/components/CippSettings/CippCustomRoles.jsx @@ -0,0 +1,516 @@ +import { useEffect, useState } from "react"; + +import { + Box, + Button, + Alert, + Typography, + Accordion, + AccordionSummary, + AccordionDetails, + Stack, + SvgIcon, + Skeleton, +} from "@mui/material"; + +import { Grid } from "@mui/system"; +import { ApiGetCall, ApiGetCallWithPagination, ApiPostCall } from "../../api/ApiCall"; +import { CippOffCanvas } from "/src/components/CippComponents/CippOffCanvas"; +import { CippFormTenantSelector } from "/src/components/CippComponents/CippFormTenantSelector"; +import { Save } from "@mui/icons-material"; +import ExpandMoreIcon from "@mui/icons-material/ExpandMore"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { useForm, useWatch } from "react-hook-form"; +import { InformationCircleIcon, TrashIcon } from "@heroicons/react/24/outline"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import { useDialog } from "../../hooks/use-dialog"; +import { CippApiResults } from "../CippComponents/CippApiResults"; + +export const CippCustomRoles = () => { + const updatePermissions = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["customRoleList"], + }); + + const [allTenantSelected, setAllTenantSelected] = useState(false); + const [cippApiRoleSelected, setCippApiRoleSelected] = useState(false); + const [selectedRole, setSelectedRole] = useState(null); + const [updateDefaults, setUpdateDefaults] = useState(false); + + const formControl = useForm({ + mode: "onBlur", + }); + + const createDialog = useDialog(); + const currentRole = useWatch({ control: formControl.control, name: "RoleName" }); + const selectedTenant = useWatch({ control: formControl.control, name: "allowedTenants" }); + const blockedTenants = useWatch({ control: formControl.control, name: "blockedTenants" }); + const setDefaults = useWatch({ control: formControl.control, name: "Defaults" }); + const selectedPermissions = useWatch({ control: formControl.control, name: "Permissions" }); + + const { + data: apiPermissions = [], + isFetching: apiPermissionFetching, + isSuccess: apiPermissionSuccess, + } = ApiGetCall({ + url: "/api/ExecAPIPermissionList", + queryKey: "apiPermissions", + }); + + const { + data: customRoleList = [], + isFetching: customRoleListFetching, + isSuccess: customRoleListSuccess, + refetch: refetchCustomRoleList, + } = ApiGetCall({ + url: "/api/ExecCustomRole", + queryKey: "customRoleList", + }); + + const { data: { pages = [] } = {}, isSuccess: tenantsSuccess } = ApiGetCallWithPagination({ + url: "/api/ListTenants?AllTenantSelector=true", + queryKey: "ListTenants-AllTenantSelector", + }); + const tenants = pages[0] || []; + + useEffect(() => { + if (customRoleListSuccess && tenantsSuccess && selectedRole !== currentRole?.value) { + setSelectedRole(currentRole?.value); + if (currentRole?.value === "cipp-api") { + setCippApiRoleSelected(true); + } else { + setCippApiRoleSelected(false); + } + + var currentPermissions = customRoleList.find((role) => role.RowKey === currentRole?.value); + + var newAllowedTenants = []; + currentPermissions?.AllowedTenants.map((tenant) => { + var tenantInfo = tenants.find((t) => t.customerId === tenant); + var label = `${tenantInfo?.displayName} (${tenantInfo?.defaultDomainName})`; + if (tenantInfo?.displayName) { + newAllowedTenants.push({ + label: label, + value: tenantInfo.defaultDomainName, + }); + } + }); + + var newBlockedTenants = []; + currentPermissions?.BlockedTenants.map((tenant) => { + var tenantInfo = tenants.find((t) => t.customerId === tenant); + var label = `${tenantInfo?.displayName} (${tenantInfo?.defaultDomainName})`; + if (tenantInfo?.displayName) { + newBlockedTenants.push({ + label: label, + value: tenantInfo.defaultDomainName, + }); + } + }); + + formControl.reset({ + Permissions: currentPermissions?.Permissions, + RoleName: currentRole, + allowedTenants: newAllowedTenants, + blockedTenants: newBlockedTenants, + }); + } + }, [currentRole, customRoleList, customRoleListSuccess, tenantsSuccess]); + + useEffect(() => { + if (updateDefaults !== setDefaults) { + setUpdateDefaults(setDefaults); + var newPermissions = {}; + Object.keys(apiPermissions).forEach((cat) => { + Object.keys(apiPermissions[cat]).forEach((obj) => { + var newval = ""; + if (cat == "CIPP" && obj == "Core" && setDefaults == "None") { + newval = "Read"; + } else { + newval = setDefaults; + } + newPermissions[`${cat}${obj}`] = `${cat}.${obj}.${newval}`; + }); + }); + formControl.setValue("Permissions", newPermissions); + } + }, [setDefaults, updateDefaults]); + + useEffect(() => { + var alltenant = false; + selectedTenant?.map((tenant) => { + if (tenant?.value === "AllTenants") { + alltenant = true; + } + }); + if (alltenant) { + setAllTenantSelected(true); + } else { + setAllTenantSelected(false); + } + }, [selectedTenant, blockedTenants]); + + const handleSubmit = () => { + var allowedTenantIds = []; + selectedTenant.map((tenant) => { + var tenant = tenants.find((t) => t.defaultDomainName === tenant?.value); + if (tenant?.customerId) { + allowedTenantIds.push(tenant.customerId); + } + }); + + var blockedTenantIds = []; + blockedTenants.map((tenant) => { + var tenant = tenants.find((t) => t.defaultDomainName === tenant?.value); + if (tenant?.customerId) { + blockedTenantIds.push(tenant.customerId); + } + }); + + updatePermissions.mutate({ + url: "/api/ExecCustomRole?Action=AddUpdate", + data: { + RoleName: currentRole.value, + Permissions: selectedPermissions, + AllowedTenants: allowedTenantIds, + BlockedTenants: blockedTenantIds, + }, + }); + }; + + const ApiPermissionRow = ({ obj, cat }) => { + const [offcanvasVisible, setOffcanvasVisible] = useState(false); + const [descriptionOffcanvasVisible, setDescriptionOffcanvasVisible] = useState(false); + const [selectedDescription, setSelectedDescription] = useState({ name: '', description: '' }); + + const handleDescriptionClick = (name, description) => { + setSelectedDescription({ name, description }); + setDescriptionOffcanvasVisible(true); + }; + + return ( + + {obj} + + + + + + {/* Main offcanvas */} + setOffcanvasVisible(false)} + title={`${cat}.${obj} Endpoints`} + > + + + Listed below are the available API endpoints based on permission level. + ReadWrite level includes endpoints under Read. + + {Object.keys(apiPermissions[cat][obj]).map((type, typeIndex) => { + var items = []; + for (var api in apiPermissions[cat][obj][type]) { + const apiFunction = apiPermissions[cat][obj][type][api]; + items.push({ + name: apiFunction.Name, + description: apiFunction.Description?.[0]?.Text || null + }); + } + return ( + + {type} + + {items.map((item, idx) => ( + + + {item.name} + + {item.description && ( + + )} + + ))} + + + ); + })} + + + + {/* Description offcanvas */} + setDescriptionOffcanvasVisible(false)} + title="Function Description" + > + + + {selectedDescription.name} + + + {selectedDescription.description} + + + + + ); + }; + + return ( + <> + + + + ({ + label: role.RowKey, + value: role.RowKey, + }))} + isFetching={customRoleListFetching} + refreshFunction={() => refetchCustomRoleList()} + creatable={true} + formControl={formControl} + multiple={false} + fullWidth={true} + /> + {cippApiRoleSelected && ( + + This is the default role for all API clients in the CIPP-API integration. If you + would like different permissions for specific applications, create a role per + application and select it from the CIPP-API integrations page. + + )} + + + + {allTenantSelected && blockedTenants?.length == 0 && ( + + All tenants selected, no tenant restrictions will be applied unless blocked tenants + are specified. + + )} + + {allTenantSelected && ( + + + + )} + + {currentRole && ( + <> + {apiPermissionFetching && } + {apiPermissionSuccess && ( + <> + API Permissions + + Set All Permissions + + + + + + + <> + {Object.keys(apiPermissions) + .sort() + .map((cat, catIndex) => ( + + }> + {cat} + + + {Object.keys(apiPermissions[cat]) + .sort() + .map((obj, index) => { + return ( + + + + ); + })} + + + ))} + + + + )} + + )} + + + + {selectedRole && selectedTenant?.length > 0 && ( + <> +
    Allowed Tenants
    +
      + {selectedTenant.map((tenant, idx) => ( +
    • {tenant?.label}
    • + ))} +
    + + )} + {selectedRole && blockedTenants?.length > 0 && ( + <> +
    Blocked Tenants
    +
      + {blockedTenants.map((tenant, idx) => ( +
    • {tenant?.label}
    • + ))} +
    + + )} + {selectedRole && selectedPermissions && ( + <> +
    Selected Permissions
    +
      + {selectedPermissions && + Object.keys(selectedPermissions) + ?.sort() + .map((cat, idx) => ( + <> + {selectedPermissions?.[cat] && + !selectedPermissions?.[cat]?.includes("None") && ( +
    • {selectedPermissions[cat]}
    • + )} + + ))} +
    + + )} +
    +
    + + + + + {currentRole && ( + + )} + + + + ); +}; + +export default CippCustomRoles; diff --git a/src/components/CippSettings/CippDnsSettings.jsx b/src/components/CippSettings/CippDnsSettings.jsx new file mode 100644 index 000000000000..847c0451bf87 --- /dev/null +++ b/src/components/CippSettings/CippDnsSettings.jsx @@ -0,0 +1,82 @@ +import { Button, ButtonGroup, SvgIcon, Typography } from "@mui/material"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import { Dns } from "@mui/icons-material"; + +const CippDnsSettings = () => { + const dnsSetting = ApiGetCall({ + url: "/api/ExecDnsConfig?Action=GetConfig", + queryKey: "DNSSettings", + }); + + const resolverChange = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: "DNSSettings", + }); + + const handleResolverChange = (resolver) => { + resolverChange.mutate({ + url: "/api/ExecDnsConfig?Action=SetConfig", + data: { Resolver: resolver }, + queryKey: "DNSResolverPost", + }); + }; + + const DnsButtons = () => { + const resolvers = ["Google", "Cloudflare", "Quad9"]; + return resolvers.map((resolver, index) => ( + + )); + }; + + return ( + + + + + + + } + > + + Select your DNS Resolver. The DNS resolver is used for the domain analyser and the + individual domain check only, not for generic DNS resolution. + + + ); +}; + +export default CippDnsSettings; diff --git a/src/components/CippSettings/CippGDAPResults.jsx b/src/components/CippSettings/CippGDAPResults.jsx new file mode 100644 index 000000000000..055a8f0136a1 --- /dev/null +++ b/src/components/CippSettings/CippGDAPResults.jsx @@ -0,0 +1,216 @@ +import { List, ListItem, Skeleton, SvgIcon, Typography } from "@mui/material"; +import { Cancel, CheckCircle, Warning } from "@mui/icons-material"; +import { CippPropertyList } from "/src/components/CippComponents/CippPropertyList"; +import { XMarkIcon } from "@heroicons/react/24/outline"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { CippDataTable } from "/src/components/CippTable/CippDataTable"; +import { useEffect, useState } from "react"; + +export const CippGDAPResults = (props) => { + const { executeCheck, offcanvasVisible, setOffcanvasVisible, importReport, setCardIcon } = props; + const [results, setResults] = useState({}); + + useEffect(() => { + if (importReport) { + setResults(importReport); + } else { + setResults(executeCheck?.data); + } + }, [executeCheck, importReport]); + + useEffect(() => { + if (results?.Results?.GDAPIssues?.length > 0 || results?.Results?.MissingGroups?.length > 0) { + setCardIcon(); + } else { + setCardIcon(); + } + }, [results]); + + const GdapIssueValue = ({ results, type, match }) => { + var issues = []; + if (type) issues = results?.Results?.GDAPIssues.filter((issue) => issue.Type === type)?.length; + if (match) + issues = results?.Results?.GDAPIssues.filter((issue) => + new RegExp(match).test(issue.Issue) + )?.length; + return ( + <> + + {type && <>{type === "Warning" ? : }} + {match && <>{issues > 0 ? : }} + + {issues} + + ); + }; + + const gdapTests = [ + { + resultProperty: "Memberships", + matchProperty: "displayName", + match: "AdminAgents", + count: 1, + successMessage: "User is a member of the AdminAgents group", + failureMessage: "User is not a member of the AdminAgents group", + }, + { + resultProperty: "Memberships", + matchProperty: "displayName", + match: "^M365 GDAP.+", + count: 12, + successMessage: "User is a member of the 12 CIPP Recommended GDAP groups", + failureMessage: "User is not a member of the 12 CIPP Recommended GDAP groups", + }, + { + resultProperty: "GDAPIssues", + matchProperty: "Issue", + match: ".+Microsoft Led Transition.+$", + count: 0, + successMessage: "No Microsoft Led Transition relationships found", + failureMessage: "Microsoft Led Transition relationships found", + }, + { + resultProperty: "GDAPIssues", + matchProperty: "Issue", + match: ".+global administrator.+$", + count: 0, + successMessage: "No Global Admin relationships found", + failureMessage: "Global Admin relationships found", + }, + ]; + + const propertyItems = [ + { + label: "Warnings", + value: , + }, + { + label: "Errors", + value: , + }, + { + label: "Microsoft Led Transition Relationships", + value: , + }, + { + label: "Global Admin Relationships", + value: , + }, + ]; + + return ( + <> + {propertyItems.length > 0 && ( + + )} + + {!importReport && executeCheck.isFetching ? ( + + ) : ( + <> + + {gdapTests.map((test, index) => { + var matchedResults = results?.Results?.[test.resultProperty]?.filter((item) => + new RegExp(test.match)?.test(item?.[test.matchProperty]) + ); + + var testResult = false; + if (test.count > 1) { + testResult = matchedResults?.length >= test.count; + } else { + testResult = matchedResults?.length === test.count; + } + + return ( + + + + {testResult ? : } + + {testResult ? test.successMessage : test.failureMessage} + + + ); + })} + + + { + setOffcanvasVisible(false); + }} + extendedInfo={[]} + > + + GDAP Details + + + {results?.Results?.GDAPIssues?.length > 0 && ( + <> + + + )} + + {results?.Results?.MissingGroups?.length > 0 && ( + <> + + + )} + + {results?.Results?.Memberships?.filter( + (membership) => membership?.["@odata.type"] === "#microsoft.graph.group" + ).length > 0 && ( + <> + membership?.["@odata.type"] === "#microsoft.graph.group" + )} + simpleColumns={["displayName"]} + /> + + )} + + {results?.Results?.Memberships?.filter( + (membership) => membership?.["@odata.type"] === "#microsoft.graph.directoryRole" + ).length > 0 && ( + <> + membership?.["@odata.type"] === "#microsoft.graph.directoryRole" + )} + simpleColumns={["displayName"]} + /> + + )} + + + )} + + ); +}; diff --git a/src/components/CippSettings/CippPasswordSettings.jsx b/src/components/CippSettings/CippPasswordSettings.jsx new file mode 100644 index 000000000000..0f3a8d6f4976 --- /dev/null +++ b/src/components/CippSettings/CippPasswordSettings.jsx @@ -0,0 +1,81 @@ +import { Button, ButtonGroup, SvgIcon, Typography } from "@mui/material"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { ApiGetCall, ApiPostCall } from "/src/api/ApiCall"; +import { KeyIcon } from "@heroicons/react/24/outline"; + +const CippPasswordSettings = () => { + const passwordSetting = ApiGetCall({ + url: "/api/ExecPasswordConfig?list=true", + queryKey: "PasswordSettings", + }); + + const passwordChange = ApiPostCall({ + datafromUrl: true, + relatedQueryKeys: "PasswordSettings", + }); + + const handlePasswordTypeChange = (type) => { + passwordChange.mutate({ + url: "/api/ExecPasswordConfig", + data: { passwordType: type }, + queryKey: "PasswordSettingsPost", + }); + }; + + const PasswordTypeButtons = () => { + const passwordTypes = ["Classic", "Correct-Battery-Horse"]; + return passwordTypes.map((type) => ( + + )); + }; + return ( + + + + + + + } + > + + Choose your password style. Classic passwords are a combination of letters and symbols. + Correct-Battery-Horse style is a passphrase, which is easier to remember and more secure + than classic passwords. + + + ); +}; + +export default CippPasswordSettings; diff --git a/src/components/CippSettings/CippPermissionCheck.jsx b/src/components/CippSettings/CippPermissionCheck.jsx new file mode 100644 index 000000000000..db0c81c7ad38 --- /dev/null +++ b/src/components/CippSettings/CippPermissionCheck.jsx @@ -0,0 +1,191 @@ +import { + Alert, + Box, + Button, + Chip, + Collapse, + IconButton, + Stack, + SvgIcon, + Typography, +} from "@mui/material"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import { ApiGetCall } from "/src/api/ApiCall"; +import { useEffect, useState } from "react"; +import { CippPermissionResults } from "./CippPermissionResults"; +import { CippGDAPResults } from "./CippGDAPResults"; +import { Close, Sync } from "@mui/icons-material"; +import { CippTenantResults } from "./CippTenantResults"; +import { CippTimeAgo } from "../CippComponents/CippTimeAgo"; +import { Description } from "@mui/icons-material"; + +const CippPermissionCheck = (props) => { + const { type, importReport = false, variant } = props; + const [skipCache, setSkipCache] = useState(false); + const [cardIcon, setCardIcon] = useState(null); + const [offcanvasVisible, setOffcanvasVisible] = useState(false); + const [showAlertMessage, setShowAlertMessage] = useState(true); + var showDetails = true; + + if (type === "Tenants") { + showDetails = false; + } + + const executeCheck = ApiGetCall({ + url: "/api/ExecAccessChecks", + data: { Type: type, SkipCache: skipCache }, + waiting: importReport ? false : true, + queryKey: `ExecAccessChecks-${type}`, + }); + + const handlePermissionCheck = () => { + setSkipCache(true); + if (skipCache) { + executeCheck.refetch(); + } + }; + + useEffect(() => { + if (skipCache) { + executeCheck.refetch(); + } + }, [skipCache]); + + const CheckButton = () => { + return ( + <> + + + + {showDetails && ( + + )} + + + {executeCheck.isSuccess && ( + <> + Last run{" "} + + + )} + + + + ); + }; + + return ( + <> + + {type} Check + + {importReport?.[type] && } + {cardIcon && {cardIcon}} + + + } + cardSx={{ + display: "flex", + flexDirection: "column", + height: "100%", + p: 0, + marginBottom: "auto", + }} + CardButton={} + > + {(executeCheck.isSuccess || executeCheck.isLoading) && ( + <> + {executeCheck.data?.Metadata?.AlertMessage && ( + + setShowAlertMessage(false)} + > + + + } + > + {executeCheck.data.Metadata.AlertMessage} + + + )} + {type === "Permissions" && ( + + )} + {type === "GDAP" && ( + + )} + {type === "Tenants" && } + + )} + + + ); +}; + +export default CippPermissionCheck; diff --git a/src/components/CippSettings/CippPermissionReport.jsx b/src/components/CippSettings/CippPermissionReport.jsx new file mode 100644 index 000000000000..8a56b995650b --- /dev/null +++ b/src/components/CippSettings/CippPermissionReport.jsx @@ -0,0 +1,276 @@ +import { Button, Stack, SvgIcon, Tooltip } from "@mui/material"; +import { Close, ContentPasteGo, FileDownload, FileUpload } from "@mui/icons-material"; +import { ApiGetCall } from "../../api/ApiCall"; +import { useDialog } from "../../hooks/use-dialog"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import { useState } from "react"; + +export const CippPermissionReport = (props) => { + const { importReport, setImportReport } = props; + const [importError, setImportError] = useState(false); + const [currentFile, setCurrentFile] = useState(null); + const createDialog = useDialog(); + const permissionReport = ApiGetCall({ + url: "/api/ExecAccessChecks", + data: { Type: "Permissions" }, + queryKey: "ExecAccessChecks-Permissions", + waiting: false, + }); + + const gdapReport = ApiGetCall({ + url: "/api/ExecAccessChecks", + data: { Type: "GDAP" }, + queryKey: "ExecAccessChecks-GDAP", + waiting: false, + }); + + const tenantReport = ApiGetCall({ + url: "/api/ExecAccessChecks", + data: { Type: "Tenants" }, + queryKey: "ExecAccessChecks-Tenants", + waiting: false, + }); + + const redactString = (str) => { + const isGuid = + /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.test(str); + if (isGuid) { + const parts = str.split("-"); + return parts + .map((part, index) => (index === parts.length - 1 ? part : "*".repeat(part.length))) + .join("-"); + } else { + if (typeof str !== "string") return str; + if (str.length <= 9) return "*".repeat(str.length); + const start = str.slice(0, 3); + const end = str.slice(-3); + const middle = "*".repeat(6); + return `${start}${middle}${end}`; + } + }; + + const handleExportReport = (row, action, formData) => { + permissionReport.waiting = true; + gdapReport.waiting = true; + tenantReport.waiting = true; + const report = { + Permissions: permissionReport?.data, + GDAP: gdapReport?.data, + Tenants: tenantReport?.data, + }; + + const customerProps = [ + "AppId", + "CustomerId", + "Tenant", + "TenantName", + "TenantId", + "DisplayName", + "DefaultDomainName", + "UserPrincipalName", + "IPAddress", + "GDAPRoles", + ]; + + if (formData.redactCustomerData) { + report.Tenants.Results = report?.Tenants?.Results?.map((tenant) => { + customerProps.forEach((prop) => { + if (tenant?.[prop]) { + if (prop === "GDAPRoles") { + tenant[prop] = tenant[prop].map((role) => { + if (Array.isArray(role?.Group)) { + role.Group = role.Group.map((group) => group?.split("@")[0]); + } else if (role?.Group) { + role.Group = role.Group.split("@")[0]; + } + return role; + }); + } else { + tenant[prop] = redactString(tenant[prop]); + } + } + }); + return tenant; + }); + + report?.GDAP?.Results?.GDAPIssues?.map((issue) => { + customerProps.forEach((prop) => { + if (issue?.[prop]) { + issue[prop] = redactString(issue[prop]); + } + }); + return issue; + }); + + report?.Permissions?.Results?.CPVRefreshList?.map((cpv) => { + customerProps.forEach((prop) => { + if (cpv?.[prop]) { + cpv[prop] = redactString(cpv[prop]); + } + }); + return cpv; + }); + + customerProps.forEach((prop) => { + if (report?.Permissions?.Results?.AccessTokenDetails?.[prop]) { + report.Permissions.Results.AccessTokenDetails[prop] = redactString( + report.Permissions.Results.AccessTokenDetails[prop] + ); + } + if (report?.Permissions?.Results?.ApplicationTokenDetails?.[prop]) { + report.Permissions.Results.ApplicationTokenDetails[prop] = redactString( + report.Permissions.Results.ApplicationTokenDetails[prop] + ); + } + }); + } + + const json = JSON.stringify(report); + const blob = new Blob([json], { type: "application/json" }); + const url = URL.createObjectURL(blob); + const a = document.createElement("a"); + a.href = url; + a.download = "cipp-permission-report.json"; + document.body.appendChild(a); + a.click(); + document.body.removeChild(a); + URL.revokeObjectURL(url); + }; + + const handleImportReport = (e) => { + const file = e.target.files[0]; + + const reader = new FileReader(); + reader.onload = (e) => { + const report = JSON.parse(e.target.result); + + if (!report?.Permissions && !report?.GDAP && !report?.Tenants) { + setImportError("Invalid report format"); + return; + } + setCurrentFile(file); + setImportReport(report); + setImportError(false); + }; + reader.readAsText(file); + e.target.value = null; + }; + + const handleImportFromClipboard = async () => { + try { + const text = await navigator.clipboard.readText(); + const report = JSON.parse(text); + + if (!report?.Permissions && !report?.GDAP && !report?.Tenants) { + setImportError("Invalid report format"); + return; + } + setCurrentFile({ name: "Clipboard Data" }); + setImportReport(report); + setImportError(false); + } catch (error) { + setImportError("Failed to read from clipboard"); + } + }; + + return ( + <> + + + + + {importReport && ( + + + + )} + {importError && ( + + )} + + + + ); +}; diff --git a/src/components/CippSettings/CippPermissionResults.jsx b/src/components/CippSettings/CippPermissionResults.jsx new file mode 100644 index 000000000000..22c0b3d425c4 --- /dev/null +++ b/src/components/CippSettings/CippPermissionResults.jsx @@ -0,0 +1,254 @@ +import { Button, Link, List, ListItem, Skeleton, SvgIcon, Typography } from "@mui/material"; +import { Cancel, CheckCircle } from "@mui/icons-material"; +import { CippPropertyList } from "/src/components/CippComponents/CippPropertyList"; +import { WrenchIcon, XMarkIcon } from "@heroicons/react/24/outline"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { CippPropertyListCard } from "../CippCards/CippPropertyListCard"; +import { CippDataTable } from "/src/components/CippTable/CippDataTable"; +import { ApiPostCall } from "../../api/ApiCall"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { useEffect, useState } from "react"; + +export const CippPermissionResults = (props) => { + const { + executeCheck, + setSkipCache, + offcanvasVisible, + setOffcanvasVisible, + importReport, + setCardIcon, + } = props; + const [results, setResults] = useState({}); + + useEffect(() => { + if (importReport) { + setResults(importReport); + } else { + setResults(executeCheck?.data); + } + }, [executeCheck, importReport]); + + useEffect(() => { + if ( + results?.Results?.MissingPermissions?.length > 0 || + results?.Results?.ErrorMessages?.length > 0 + ) { + setCardIcon(); + } else { + setCardIcon(); + } + }, [results]); + + const accessTokenHeaders = ["Name", "UserPrincipalName", "IPAddress"]; + + const addMissingPermissions = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["ExecAccessChecks-Permissions"], + }); + + const startCPVRefresh = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["ExecAccessChecks-Permissions"], + }); + + const handleAddMissingPermissions = (data) => { + setSkipCache(true); + addMissingPermissions.mutate({ + url: "/api/ExecPermissionRepair", + data: {}, + queryKey: "RepairPermissions", + }); + }; + + const handleStartCPVRefresh = () => { + startCPVRefresh.mutate({ + url: "/api/ExecCPVRefresh", + data: {}, + queryKey: "CPVRefresh", + }); + }; + + var propertyItems = []; + accessTokenHeaders.forEach((header) => { + propertyItems.push({ + label: header, + value: results?.Results?.AccessTokenDetails?.[header], + }); + }); + propertyItems.push({ + label: "App Registration", + value: ( + + {results?.Results?.AccessTokenDetails?.AppName} + + ), + }); + + return ( + <> + {propertyItems.length > 0 && ( + + )} + {!importReport && executeCheck.isFetching ? ( + + ) : ( + <> + + {results?.Results?.Messages.map((message, index) => ( + + + + + + {message} + + + ))} + {results?.Results?.ErrorMessages.map((error, index) => ( + + + + + + {error} + + + ))} + {results?.Results?.MissingPermissions.length > 0 && ( + + + + + + There are new permissions to apply. + + + )} + + + { + setOffcanvasVisible(false); + }} + extendedInfo={[]} + > + + Permission Details + + {results?.Results?.Links.length > 0 && ( + { + return { + value: ( + + {link.Href} + + ), + label: link.Text, + }; + })} + /> + )} + + {results?.Results?.MissingPermissions.length > 0 && ( + <> + + + + } + > + Repair Permissions + + } + data={results?.Results?.MissingPermissions} + simpleColumns={["Application", "Type", "Permission"]} + /> + + )} + + {results?.Results?.CPVRefreshList?.length > 0 && ( + + + + } + > + Refresh CPV + + } + isFetching={!importReport && executeCheck.isFetching} + refreshFunction={executeCheck} + data={results?.Results?.CPVRefreshList} + simpleColumns={["DisplayName", "DefaultDomainName", "LastRefresh"]} + /> + )} + + {results?.Results?.AccessTokenDetails?.Scope.length > 0 && ( + <> + { + return { + Scope: scope, + }; + })} + simpleColumns={["Scope"]} + /> + + )} + {results?.Results?.ApplicationTokenDetails?.Roles.length > 0 && ( + <> + { + return { + Role: role, + }; + })} + simpleColumns={["Role"]} + /> + + )} + + + )} + + ); +}; diff --git a/src/components/CippSettings/CippRoleAddEdit.jsx b/src/components/CippSettings/CippRoleAddEdit.jsx new file mode 100644 index 000000000000..b2212bb39303 --- /dev/null +++ b/src/components/CippSettings/CippRoleAddEdit.jsx @@ -0,0 +1,867 @@ +import React, { useEffect, useState } from "react"; + +import { + Box, + Button, + Alert, + Typography, + Accordion, + AccordionSummary, + AccordionDetails, + Stack, + SvgIcon, + Skeleton, +} from "@mui/material"; + +import { Grid } from "@mui/system"; +import { ApiGetCall, ApiGetCallWithPagination, ApiPostCall } from "../../api/ApiCall"; +import { CippOffCanvas } from "/src/components/CippComponents/CippOffCanvas"; +import { CippFormTenantSelector } from "/src/components/CippComponents/CippFormTenantSelector"; +import { Save, WarningOutlined } from "@mui/icons-material"; +import ExpandMoreIcon from "@mui/icons-material/ExpandMore"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { useForm, useFormState, useWatch } from "react-hook-form"; +import { InformationCircleIcon } from "@heroicons/react/24/outline"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import cippRoles from "../../data/cipp-roles.json"; +import { GroupHeader, GroupItems } from "../CippComponents/CippAutocompleteGrouping"; + +export const CippRoleAddEdit = ({ selectedRole }) => { + const updatePermissions = ApiPostCall({ + urlFromData: true, + relatedQueryKeys: ["customRoleList", "customRoleTable"], + }); + + const [allTenantSelected, setAllTenantSelected] = useState(false); + const [cippApiRoleSelected, setCippApiRoleSelected] = useState(false); + const [selectedRoleState, setSelectedRoleState] = useState(null); + const [updateDefaults, setUpdateDefaults] = useState(false); + const [baseRolePermissions, setBaseRolePermissions] = useState({}); + const [isBaseRole, setIsBaseRole] = useState(false); + + const formControl = useForm({ + mode: "onChange", + }); + + const formState = useFormState({ control: formControl.control }); + + const validateRoleName = (value) => { + const alphaNumRegex = /^[A-Za-z0-9]+$/; + + if (!alphaNumRegex.test(value)) { + return "Role name must contain only letters and numbers, no spaces or special characters"; + } + + if ( + customRoleList?.pages?.[0]?.some( + (role) => role?.RowKey?.toLowerCase() === value?.toLowerCase() + ) + ) { + return `Role '${value}' already exists`; + } + return true; + }; + + const selectedTenant = useWatch({ control: formControl.control, name: "allowedTenants" }); + const blockedTenants = useWatch({ control: formControl.control, name: "blockedTenants" }); + const blockedEndpoints = useWatch({ control: formControl.control, name: "BlockedEndpoints" }); + const setDefaults = useWatch({ control: formControl.control, name: "Defaults" }); + const selectedPermissions = useWatch({ control: formControl.control, name: "Permissions" }); + const selectedEntraGroup = useWatch({ control: formControl.control, name: "EntraGroup" }); + + const { + data: apiPermissions = [], + isFetching: apiPermissionFetching, + isSuccess: apiPermissionSuccess, + } = ApiGetCall({ + url: "/api/ExecAPIPermissionList", + queryKey: "apiPermissions", + }); + + const { + data: customRoleList = [], + isFetching: customRoleListFetching, + isSuccess: customRoleListSuccess, + } = ApiGetCallWithPagination({ + url: "/api/ExecCustomRole", + queryKey: "customRoleList", + }); + + const { data: { pages = [] } = {}, isSuccess: tenantsSuccess } = ApiGetCallWithPagination({ + url: "/api/ListTenants?AllTenantSelector=true", + queryKey: "ListTenants-All", + }); + const tenants = pages[0] || []; + + const matchPattern = (pattern, value) => { + const regex = new RegExp(`^${pattern.replace("*", ".*")}$`); + return regex.test(value); + }; + + const getBaseRolePermissions = (role) => { + const roleConfig = cippRoles[role]; + if (!roleConfig) return {}; + + const permissions = {}; + Object.keys(apiPermissions).forEach((cat) => { + Object.keys(apiPermissions[cat]).forEach((obj) => { + const includeRead = roleConfig.include.some((pattern) => + matchPattern(pattern, `${cat}.${obj}.Read`) + ); + const includeReadWrite = roleConfig.include.some((pattern) => + matchPattern(pattern, `${cat}.${obj}.ReadWrite`) + ); + const excludeRead = roleConfig.exclude.some((pattern) => + matchPattern(pattern, `${cat}.${obj}.Read`) + ); + const excludeReadWrite = roleConfig.exclude.some((pattern) => + matchPattern(pattern, `${cat}.${obj}.ReadWrite`) + ); + + if ((includeRead || includeReadWrite) && !(excludeRead || excludeReadWrite)) { + if (!permissions[cat]) permissions[cat] = {}; + permissions[cat][obj] = includeReadWrite ? `ReadWrite` : `Read`; + } + if (!permissions[cat] || !permissions[cat][obj]) { + if (!permissions[cat]) permissions[cat] = {}; + permissions[cat][obj] = `None`; + } + }); + }); + return permissions; + }; + + useEffect(() => { + if (selectedRole && cippRoles[selectedRole]) { + setBaseRolePermissions(getBaseRolePermissions(selectedRole)); + setIsBaseRole(true); + } else { + setBaseRolePermissions({}); + setIsBaseRole(false); + } + }, [selectedRole, apiPermissions]); + + useEffect(() => { + if ( + (customRoleListSuccess && + tenantsSuccess && + selectedRole && + selectedRoleState !== selectedRole) || + baseRolePermissions + ) { + setSelectedRoleState(selectedRole); + const isApiRole = selectedRole === "api-role"; + setCippApiRoleSelected(isApiRole); + + const currentPermissions = customRoleList?.pages?.[0]?.find( + (role) => role.RowKey === selectedRole + ); + + // Process allowed tenants - handle both groups and tenant IDs + var newAllowedTenants = []; + currentPermissions?.AllowedTenants?.forEach((item) => { + if (typeof item === "object" && item.type === "Group") { + // Handle group objects + newAllowedTenants.push({ + label: item.label, + value: item.value, + type: "Group", + }); + } else { + // Handle tenant customer IDs (legacy format) + var tenantInfo = tenants.find((t) => t?.customerId === item); + if (tenantInfo?.displayName) { + var label = `${tenantInfo.displayName} (${tenantInfo.defaultDomainName})`; + newAllowedTenants.push({ + label: label, + value: tenantInfo.defaultDomainName, + type: "Tenant", + addedFields: { + defaultDomainName: tenantInfo.defaultDomainName, + displayName: tenantInfo.displayName, + customerId: tenantInfo.customerId, + }, + }); + } + } + }); + + // Process blocked tenants - handle both groups and tenant IDs + var newBlockedTenants = []; + currentPermissions?.BlockedTenants?.forEach((item) => { + if (typeof item === "object" && item.type === "Group") { + // Handle group objects + newBlockedTenants.push({ + label: item.label, + value: item.value, + type: "Group", + }); + } else { + // Handle tenant customer IDs (legacy format) + var tenantInfo = tenants.find((t) => t?.customerId === item); + if (tenantInfo?.displayName) { + var label = `${tenantInfo.displayName} (${tenantInfo.defaultDomainName})`; + newBlockedTenants.push({ + label: label, + value: tenantInfo.defaultDomainName, + type: "Tenant", + addedFields: { + defaultDomainName: tenantInfo.defaultDomainName, + displayName: tenantInfo.displayName, + customerId: tenantInfo.customerId, + }, + }); + } + } + }); + + const basePermissions = {}; + Object.entries(getBaseRolePermissions(selectedRole)).forEach(([cat, objects]) => { + Object.entries(objects).forEach(([obj, permission]) => { + basePermissions[`${cat}${obj}`] = `${cat}.${obj}.${permission}`; + }); + }); + const processPermissions = (permissions) => { + const processed = {}; + Object.keys(apiPermissions).forEach((cat) => { + Object.keys(apiPermissions[cat]).forEach((obj) => { + const key = `${cat}${obj}`; + const existingPerm = permissions?.[key]; + processed[key] = existingPerm || `${cat}.${obj}.None`; + }); + }); + return processed; + }; + + // Process blocked endpoints + const processedBlockedEndpoints = + currentPermissions?.BlockedEndpoints?.map((endpoint) => ({ + label: endpoint, + value: endpoint, + })) || []; + + formControl.reset({ + Permissions: + basePermissions && Object.keys(basePermissions).length > 0 + ? basePermissions + : processPermissions(currentPermissions?.Permissions), + RoleName: selectedRole ?? currentPermissions?.RowKey, + allowedTenants: newAllowedTenants, + blockedTenants: newBlockedTenants, + BlockedEndpoints: processedBlockedEndpoints, + EntraGroup: currentPermissions?.EntraGroup, + }); + } + }, [customRoleList, customRoleListSuccess, tenantsSuccess, baseRolePermissions]); + + useEffect(() => { + if (updateDefaults !== setDefaults) { + setUpdateDefaults(setDefaults); + var newPermissions = {}; + Object.keys(apiPermissions).forEach((cat) => { + Object.keys(apiPermissions[cat]).forEach((obj) => { + var newval = ""; + if (cat == "CIPP" && obj == "Core" && setDefaults == "None") { + newval = "Read"; + } else { + newval = setDefaults; + } + newPermissions[`${cat}${obj}`] = `${cat}.${obj}.${newval}`; + }); + }); + formControl.setValue("Permissions", newPermissions); + } + }, [setDefaults, updateDefaults]); + + useEffect(() => { + var alltenant = false; + selectedTenant?.map((tenant) => { + if (tenant?.value === "AllTenants") { + alltenant = true; + } + }); + if (alltenant) { + setAllTenantSelected(true); + } else { + setAllTenantSelected(false); + } + }, [selectedTenant, blockedTenants]); + + useEffect(() => { + if (selectedRole) { + formControl.setValue("RoleName", selectedRole); + } + }, [selectedRole]); + + const handleSubmit = () => { + let values = formControl.getValues(); + + // Process allowed tenants - preserve groups and convert tenants to IDs + const processedAllowedTenants = + selectedTenant + ?.map((tenant) => { + if (tenant.type === "Group") { + // Keep groups as-is for backend processing + return { + type: "Group", + value: tenant.value, + label: tenant.label, + }; + } else { + // Convert tenant domain names to customer IDs + const tenantInfo = tenants.find((t) => t.defaultDomainName === tenant.value); + return tenantInfo?.customerId; + } + }) + .filter(Boolean) || []; + + // Process blocked tenants - preserve groups and convert tenants to IDs + const processedBlockedTenants = + blockedTenants + ?.map((tenant) => { + if (tenant.type === "Group") { + // Keep groups as-is for backend processing + return { + type: "Group", + value: tenant.value, + label: tenant.label, + }; + } else { + // Convert tenant domain names to customer IDs + const tenantInfo = tenants.find((t) => t.defaultDomainName === tenant.value); + return tenantInfo?.customerId; + } + }) + .filter(Boolean) || []; + + const processedBlockedEndpoints = + values?.["BlockedEndpoints"]?.map((endpoint) => { + // Extract the endpoint value + return endpoint.value || endpoint; + }) || []; + + updatePermissions.mutate({ + url: "/api/ExecCustomRole?Action=AddUpdate", + data: { + RoleName: values?.["RoleName"], + Permissions: selectedPermissions, + EntraGroup: selectedEntraGroup, + AllowedTenants: processedAllowedTenants, + BlockedTenants: processedBlockedTenants, + BlockedEndpoints: processedBlockedEndpoints, + }, + }); + }; + + const ApiPermissionRow = ({ obj, cat, readOnly }) => { + const [offcanvasVisible, setOffcanvasVisible] = useState(false); + const [descriptionOffcanvasVisible, setDescriptionOffcanvasVisible] = useState(false); + const [selectedDescription, setSelectedDescription] = useState({ name: "", description: "" }); + + const handleDescriptionClick = (name, description) => { + setSelectedDescription({ name, description }); + setDescriptionOffcanvasVisible(true); + }; + + return ( + + {obj} + + + + + {/* Main offcanvas */} + setOffcanvasVisible(false)} + title={`${cat}.${obj} Endpoints`} + > + + + Listed below are the available API endpoints based on permission level. ReadWrite + level includes endpoints under Read. + + {Object.keys(apiPermissions[cat][obj]).map((type, typeIndex) => { + var items = []; + for (var api in apiPermissions[cat][obj][type]) { + const apiFunction = apiPermissions[cat][obj][type][api]; + items.push({ + name: apiFunction.Name, + description: apiFunction.Description?.[0]?.Text || null, + }); + } + return ( + + {type} + + {items.map((item, idx) => ( + + + {item.name} + + {item.description && ( + + )} + + ))} + + + ); + })} + + + + {/* Description offcanvas */} + setDescriptionOffcanvasVisible(false)} + title="Function Description" + > + + + {selectedDescription.name} + + {selectedDescription.description} + + + + ); + }; + + return ( + <> + + + + + Role Options + + {!selectedRole && ( + + )} + {selectedRole && isBaseRole && ["admin", "superadmin"].includes(selectedRole) && ( + }> + This is a highly privileged role and overrides any custom role restrictions. + + )} + {cippApiRoleSelected && ( + + This is the default role for all API clients in the CIPP-API integration. If you + would like different permissions for specific applications, create a role per + application and select it from the CIPP-API integrations page. + + )} + + + {!isBaseRole && ( + <> + + + {allTenantSelected && blockedTenants?.length == 0 && ( + + All tenants selected, no tenant restrictions will be applied unless blocked + tenants are specified. + + )} + + {allTenantSelected && ( + + + + )} + + + { + const allEndpoints = []; + Object.keys(apiPermissions) + .sort() + .forEach((cat) => { + Object.keys(apiPermissions[cat]) + .sort() + .forEach((obj) => { + Object.keys(apiPermissions[cat][obj]).forEach((type) => { + Object.keys(apiPermissions[cat][obj][type]).forEach( + (apiKey) => { + const apiFunction = apiPermissions[cat][obj][type][apiKey]; + const descriptionText = apiFunction.Description?.[0]?.Text; + allEndpoints.push({ + label: descriptionText + ? `${apiFunction.Name} - ${descriptionText}` + : apiFunction.Name, + value: apiFunction.Name, + category: `${cat}.${obj}.${type}`, + }); + } + ); + }); + }); + }); + // Sort endpoints alphabetically within each category + return allEndpoints.sort((a, b) => { + if (a.category !== b.category) { + return a.category.localeCompare(b.category); + } + return a.label.localeCompare(b.label); + }); + })() + : [] + } + formControl={formControl} + fullWidth={true} + multiple={true} + creatable={false} + groupBy={(option) => option.category} + renderGroup={(params) => ( +
  • + {params.group} + {params.children} +
  • + )} + helperText="Select specific API endpoints to block for this role, this overrides permission settings below." + /> +
    + + )} + {apiPermissionFetching && ( + <> + + + + + + + + + + {[...Array(5)].map((_, index) => ( + + + + + + ))} + + )} + {apiPermissionSuccess && ( + <> + {/* Display include/exclude patterns for base roles */} + {isBaseRole && selectedRole && cippRoles[selectedRole]?.include && ( + <> + + Defined Permissions + + + + Include Patterns: + + + These patterns define which permissions are included for this base role: + + + {cippRoles[selectedRole].include.map((pattern, idx) => ( + + {pattern} + + ))} + + + {cippRoles[selectedRole]?.exclude && + cippRoles[selectedRole].exclude.length > 0 && ( + <> + + Exclude Patterns: + + + These patterns define which permissions are explicitly excluded from + this base role: + + + {cippRoles[selectedRole].exclude.map((pattern, idx) => ( + + {pattern} + + ))} + + + )} + + + )} + + + API Permissions + + {!isBaseRole && ( + + Set All Permissions + + + + + + )} + + <> + {Object.keys(apiPermissions) + .sort() + .map((cat, catIndex) => ( + + }>{cat} + + {Object.keys(apiPermissions[cat]) + .sort() + .map((obj, index) => { + const readOnly = baseRolePermissions?.[cat] ? true : false; + return ( + + + + ); + })} + + + ))} + + + + )} +
    + + + {selectedEntraGroup && ( + + This role will be assigned to the Entra Group:{" "} + {selectedEntraGroup.label} + + )} + {selectedTenant?.length > 0 && ( + <> +
    Allowed Tenants
    +
      + {selectedTenant.map((tenant, idx) => ( +
    • {tenant?.label}
    • + ))} +
    + + )} + {blockedTenants?.length > 0 && ( + <> +
    Blocked Tenants
    +
      + {blockedTenants.map((tenant, idx) => ( +
    • {tenant?.label}
    • + ))} +
    + + )} + {blockedEndpoints?.length > 0 && ( + <> +
    Blocked Endpoints
    +
      + {blockedEndpoints.map((endpoint, idx) => ( +
    • + {endpoint?.label || endpoint?.value || endpoint} +
    • + ))} +
    + + )} + {selectedPermissions && apiPermissionSuccess && ( + <> +
    Selected Permissions
    +
      + {selectedPermissions && + Object.keys(selectedPermissions) + ?.sort() + .map((cat, idx) => ( + + {selectedPermissions?.[cat] && + typeof selectedPermissions[cat] === "string" && + !selectedPermissions[cat]?.includes("None") && ( +
    • {selectedPermissions[cat]}
    • + )} +
      + ))} +
    + + )} +
    +
    + + + + + + + ); +}; + +export default CippRoleAddEdit; diff --git a/src/components/CippSettings/CippRoles.jsx b/src/components/CippSettings/CippRoles.jsx new file mode 100644 index 000000000000..c155064b634a --- /dev/null +++ b/src/components/CippSettings/CippRoles.jsx @@ -0,0 +1,143 @@ +import React from "react"; +import { Box, Button, SvgIcon } from "@mui/material"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { PencilIcon, TrashIcon, DocumentDuplicateIcon } from "@heroicons/react/24/outline"; +import NextLink from "next/link"; +import { CippPropertyListCard } from "../../components/CippCards/CippPropertyListCard"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +import { Stack } from "@mui/system"; +import { CippCopyToClipBoard } from "../CippComponents/CippCopyToClipboard"; + +const CippRoles = () => { + const actions = [ + { + label: "Edit", + icon: ( + + + + ), + link: "/cipp/super-admin/cipp-roles/edit?role=[RoleName]", + }, + { + label: "Clone", + icon: ( + + + + ), + type: "POST", + url: "/api/ExecCustomRole", + data: { + Action: "Clone", + RoleName: "RoleName", + }, + fields: [ + { + label: "New Role Name", + name: "NewRoleName", + type: "textField", + required: true, + helperText: + "Enter a name for the new cloned role. This cannot be the same as an existing role.", + disableVariables: true, + }, + ], + relatedQueryKeys: ["customRoleList"], + confirmText: "Are you sure you want to clone this custom role?", + condition: (row) => row?.Type === "Custom", + }, + { + label: "Delete", + icon: ( + + + + ), + confirmText: "Are you sure you want to delete this custom role?", + url: "/api/ExecCustomRole", + type: "POST", + data: { + Action: "Delete", + RoleName: "RoleName", + }, + condition: (row) => row?.Type === "Custom", + relatedQueryKeys: ["customRoleList"], + }, + ]; + + const offCanvas = { + children: (data) => { + const includeProps = ["RoleName", "Type", "EntraGroup", "AllowedTenants", "BlockedTenants"]; + const keys = includeProps.filter((key) => Object.keys(data).includes(key)); + const properties = []; + keys.forEach((key) => { + if (data[key] && data[key].length > 0) { + properties.push({ + label: getCippTranslation(key), + value: getCippFormatting(data[key], key), + }); + } + }); + + if (data["Permissions"] && Object.keys(data["Permissions"]).length > 0) { + properties.push({ + label: "Permissions", + value: ( + + {Object.keys(data["Permissions"]) + .sort() + .map((permission, idx) => ( + + + + ))} + + ), + }); + } + + return ( + + ); + }, + }; + + return ( + + + + + } + component={NextLink} + href="/cipp/super-admin/cipp-roles/add" + > + Add Role + + } + api={{ + url: "/api/ListCustomRole", + }} + queryKey="customRoleTable" + simpleColumns={["RoleName", "Type", "EntraGroup", "AllowedTenants", "BlockedTenants"]} + offCanvas={offCanvas} + /> + + ); +}; + +export default CippRoles; diff --git a/src/components/CippSettings/CippTenantResults.jsx b/src/components/CippSettings/CippTenantResults.jsx new file mode 100644 index 000000000000..dc79285ccb4e --- /dev/null +++ b/src/components/CippSettings/CippTenantResults.jsx @@ -0,0 +1,92 @@ +import { CippDataTable } from "../CippTable/CippDataTable"; +import { Plumbing, Sync } from "@mui/icons-material"; + +export const CippTenantResults = (props) => { + const { importReport = false } = props; + return ( + <> + {importReport?.Results?.length > 0 && ( + <> + + + )} + {!importReport && ( + , + confirmText: "Execute the access check for the selected tenant(s)?", + relatedQueryKeys: "ExecAccessChecks-Tenants", + multiPost: false, + }, + { + label: "Repair Exchange Roles", + type: "POST", + url: "/api/ExecExchangeRoleRepair", + data: { TenantId: "TenantId" }, + icon: , + confirmText: "Repair Exchange roles for [TenantName]?", + condition: (row) => row.OrgManagementRepairNeeded === true, + }, + ]} + simpleColumns={[ + "TenantName", + "LastRun", + "GraphStatus", + "ExchangeStatus", + "MissingRoles", + "GDAPRoles", + ]} + offCanvas={{ + extendedInfoFields: [ + "TenantName", + "TenantId", + "DefaultDomainName", + "LastRun", + "GraphTest", + "ExchangeTest", + ], + }} + /> + )} + + ); +}; diff --git a/src/components/CippSettings/CippVersionProperties.jsx b/src/components/CippSettings/CippVersionProperties.jsx new file mode 100644 index 000000000000..6fbf88a39311 --- /dev/null +++ b/src/components/CippSettings/CippVersionProperties.jsx @@ -0,0 +1,81 @@ +import { Box, Button, SvgIcon } from "@mui/material"; +import { CippPropertyListCard } from "/src/components/CippCards/CippPropertyListCard"; +import { CheckCircle, SystemUpdateAlt, Warning } from "@mui/icons-material"; +import { ApiGetCall } from "/src/api/ApiCall"; +import { useEffect } from "react"; + +const CippVersionProperties = () => { + const version = ApiGetCall({ + url: "/version.json", + queryKey: "LocalVersion", + }); + + const cippVersion = ApiGetCall({ + url: `/api/GetVersion?LocalVersion=${version?.data?.version}`, + queryKey: "CippVersion", + waiting: false, + }); + + useEffect(() => { + if (version.isFetched && !cippVersion.isFetched) { + cippVersion.waiting = true; + cippVersion.refetch(); + } + }, [version, cippVersion]); + + const CippVersionComponent = (version, availableVersion, outOfDate) => { + return ( + + + {outOfDate === true ? : } + + v{version}{" "} + {outOfDate === true ? `(v${availableVersion} is available)` : ""} + + ); + }; + return ( + { + version.refetch(); + cippVersion.refetch(); + }} + > + + + + Check For Updates + + } + title="Version" + isFetching={cippVersion.isFetching} + cardSx={{ display: "flex", flexDirection: "column", height: "100%", width: "100%" }} + propertyItems={[ + { + label: "Frontend", + value: CippVersionComponent( + version?.data?.version, + cippVersion?.data?.RemoteCIPPVersion, + cippVersion?.data?.OutOfDateCIPP + ), + }, + { + label: "Backend", + value: CippVersionComponent( + cippVersion?.data?.LocalCIPPAPIVersion, + cippVersion?.data?.RemoteCIPPAPIVersion, + cippVersion?.data?.OutOfDateCIPPAPI + ), + }, + ]} + /> + ); +}; + +export default CippVersionProperties; diff --git a/src/components/CippStandards/CippStandardAccordion.jsx b/src/components/CippStandards/CippStandardAccordion.jsx new file mode 100644 index 000000000000..afbd54594256 --- /dev/null +++ b/src/components/CippStandards/CippStandardAccordion.jsx @@ -0,0 +1,971 @@ +import React, { useEffect, useState, useMemo } from "react"; +import { + Card, + Stack, + Avatar, + Box, + Typography, + IconButton, + SvgIcon, + Collapse, + Divider, + Tooltip, + Chip, + TextField, + InputAdornment, + ButtonGroup, + Button, +} from "@mui/material"; +import { + ExpandMore as ExpandMoreIcon, + Delete, + Add, + Public, + Search, + Close, + FilterAlt, + NotificationImportant, + Assignment, + Construction, +} from "@mui/icons-material"; +import { Grid } from "@mui/system"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { useWatch, useFormState } from "react-hook-form"; +import _ from "lodash"; +import Microsoft from "../../icons/iconly/bulk/microsoft"; +import Azure from "../../icons/iconly/bulk/azure"; +import Exchange from "../../icons/iconly/bulk/exchange"; +import Defender from "../../icons/iconly/bulk/defender"; +import Intune from "../../icons/iconly/bulk/intune"; +import GDAPRoles from "/src/data/GDAPRoles"; +import timezoneList from "/src/data/timezoneList"; +import standards from "/src/data/standards.json"; +import { CippFormCondition } from "../CippComponents/CippFormCondition"; +import { CippPolicyImportDrawer } from "../CippComponents/CippPolicyImportDrawer"; +import ReactMarkdown from "react-markdown"; + +const getAvailableActions = (disabledFeatures) => { + const allActions = [ + { label: "Report", value: "Report" }, + { label: "Alert", value: "warn" }, + { label: "Remediate", value: "Remediate" }, + ]; + return allActions.filter((action) => !disabledFeatures?.[action.value.toLowerCase()]); +}; + +const CippAddedComponent = React.memo(({ standardName, component, formControl }) => { + const updatedComponent = { ...component }; + + if (component.type === "AdminRolesMultiSelect") { + updatedComponent.type = "autoComplete"; + updatedComponent.options = GDAPRoles.map((role) => ({ + label: role.Name, + value: role.ObjectId, + })); + } else if (component.type === "TimezoneSelect") { + updatedComponent.type = "autoComplete"; + updatedComponent.options = timezoneList.map((tz) => ({ + label: tz.timezone, + value: tz.timezone, + })); + updatedComponent.multiple = false; + } else { + updatedComponent.type = component.type; + } + + return ( + + + + ); +}); +CippAddedComponent.displayName = "CippAddedComponent"; + +const CippStandardAccordion = ({ + standards: providedStandards, + selectedStandards, + expanded, + handleAccordionToggle, + handleRemoveStandard, + handleAddMultipleStandard, + formControl, + editMode = false, + isDriftMode = false, +}) => { + const [configuredState, setConfiguredState] = useState({}); + const [filter, setFilter] = useState("all"); + const [searchQuery, setSearchQuery] = useState(""); + const [savedValues, setSavedValues] = useState({}); + const [originalValues, setOriginalValues] = useState({}); + + const watchedValues = useWatch({ + control: formControl.control, + }); + + const { errors: formErrors } = useFormState({ control: formControl.control }); + + // Watch all trackDrift values for all standards at once + const allTrackDriftValues = useWatch({ + control: formControl.control, + name: Object.keys(selectedStandards).map((standardName) => `${standardName}.trackDrift`), + }); + + // Handle drift mode automatic action setting + useEffect(() => { + if (isDriftMode && selectedStandards) { + Object.keys(selectedStandards).forEach((standardName) => { + const currentValues = formControl.getValues(standardName) || {}; + const autoRemediate = currentValues.autoRemediate; + + // Set default action based on autoRemediate setting + const defaultAction = autoRemediate + ? [ + { label: "Report", value: "Report" }, + { label: "Remediate", value: "Remediate" }, + ] + : [{ label: "Report", value: "Report" }]; + + // Only set if action is not already set + if (!currentValues.action) { + formControl.setValue(`${standardName}.action`, defaultAction); + } + + // Set default autoRemediate if not set + if (currentValues.autoRemediate === undefined) { + formControl.setValue(`${standardName}.autoRemediate`, false); + formControl.setValue(`${standardName}.action`, [{ label: "Report", value: "Report" }]); + } + }); + } + }, [isDriftMode, selectedStandards, formControl]); + + // Check if a standard is configured based on its values + const isStandardConfigured = (standardName, standard, values) => { + if (!values) return false; + + // ALWAYS require an action for any standard to be considered configured + // The action field should be an array with at least one element + const actionValue = _.get(values, "action"); + if (!actionValue || (Array.isArray(actionValue) && actionValue.length === 0)) return false; + + // Additional checks for required components + const hasRequiredComponents = + standard.addedComponent && + standard.addedComponent.some((comp) => comp.type !== "switch" && comp.required !== false); + const actionRequired = standard.disabledFeatures !== undefined || hasRequiredComponents; + + // Always require an action (should be an array with at least one element) + const actionFilled = actionValue && (!Array.isArray(actionValue) || actionValue.length > 0); + + const addedComponentsFilled = + standard.addedComponent?.every((component) => { + // Always skip switches + if (component.type === "switch") return true; + + // Handle conditional fields + if (component.condition) { + const conditionField = component.condition.field; + const conditionValue = _.get(values, conditionField); + const compareType = component.condition.compareType || "is"; + const compareValue = component.condition.compareValue; + const propertyName = component.condition.propertyName || "value"; + + let conditionMet = false; + if (propertyName === "value") { + switch (compareType) { + case "is": + conditionMet = _.isEqual(conditionValue, compareValue); + break; + case "isNot": + conditionMet = !_.isEqual(conditionValue, compareValue); + break; + default: + conditionMet = false; + } + } else if (Array.isArray(conditionValue)) { + switch (compareType) { + case "valueEq": + conditionMet = conditionValue.some((item) => item?.[propertyName] === compareValue); + break; + default: + conditionMet = false; + } + } + + // If condition is not met, skip validation for this field + if (!conditionMet) return true; + } + + // Check if field is required + const isRequired = component.required !== false; + if (!isRequired) return true; + + // Get field value using lodash's get to properly handle nested properties + const fieldValue = _.get(values, component.name); + + // Check if field has a value based on its type and multiple property + if (component.type === "autoComplete" || component.type === "select") { + if (component.multiple) { + // For multiple selection, check if array exists and has items + return Array.isArray(fieldValue) && fieldValue.length > 0; + } else { + // For single selection, check if value exists + return !!fieldValue; + } + } + + // For other field types + return !!fieldValue; + }) ?? true; + + return actionFilled && addedComponentsFilled; + }; + + // Initialize when watchedValues are available + useEffect(() => { + if (editMode) { + // Only run initialization if we have watchedValues and they contain data + if (!watchedValues || Object.keys(watchedValues).length === 0) { + return; + } + + // Prevent re-initialization if we already have configuration state + const hasConfigState = Object.keys(configuredState).length > 0; + if (hasConfigState) { + return; + } + + const initial = {}; + const initialConfigured = {}; + + // For each standard, get its current values and determine if it's configured + Object.keys(selectedStandards).forEach((standardName) => { + const currentValues = _.get(watchedValues, standardName); + if (!currentValues) return; + + initial[standardName] = _.cloneDeep(currentValues); + + const baseStandardName = standardName.split("[")[0]; + const standard = providedStandards.find((s) => s.name === baseStandardName); + if (standard) { + initialConfigured[standardName] = isStandardConfigured( + standardName, + standard, + currentValues + ); + } + }); + + // Store both the initial values and set them as current saved values + setOriginalValues(initial); + setSavedValues(initial); + setConfiguredState(initialConfigured); + // Only depend on watchedValues and selectedStandards to avoid infinite loops + // eslint-disable-next-line react-hooks/exhaustive-deps + } + }, [watchedValues, selectedStandards, editMode]); + + // Save changes for a standard + const handleSave = (standardName, standard, current) => { + // Clone the current values to avoid reference issues + const newValues = _.cloneDeep(current); + + // Update saved values + setSavedValues((prev) => ({ + ...prev, + [standardName]: newValues, + })); + + // Update configured state right away + const isConfigured = isStandardConfigured(standardName, standard, newValues); + + setConfiguredState((prev) => ({ + ...prev, + [standardName]: isConfigured, + })); + + // Collapse the accordion after saving + handleAccordionToggle(null); + }; + + // Handle auto-remediate toggle in drift mode + const handleAutoRemediateChange = (standardName, value) => { + const action = value + ? [ + { label: "Report", value: "Report" }, + { label: "Remediate", value: "Remediate" }, + ] + : [{ label: "Report", value: "Report" }]; + + formControl.setValue(`${standardName}.autoRemediate`, value); + formControl.setValue(`${standardName}.action`, action); + }; + + // Cancel changes for a standard + const handleCancel = (standardName) => { + // Get the last saved values + const savedValue = _.get(savedValues, standardName); + if (!savedValue) return; + + // Set the entire standard's value at once to ensure proper handling of nested objects and arrays + formControl.setValue(standardName, _.cloneDeep(savedValue)); + + // Find the original standard definition to get the base standard + const baseStandardName = standardName.split("[")[0]; + const standard = providedStandards.find((s) => s.name === baseStandardName); + + // Determine if the standard was configured with saved values + if (standard) { + const isConfigured = isStandardConfigured(standardName, standard, savedValue); + + // Restore the previous configuration state + setConfiguredState((prev) => ({ + ...prev, + [standardName]: isConfigured, + })); + } + + // Collapse the accordion after canceling + handleAccordionToggle(null); + }; + + // Group standards by category + const groupedStandards = useMemo(() => { + const result = {}; + + Object.keys(selectedStandards).forEach((standardName) => { + const baseStandardName = standardName.split("[")[0]; + const standard = providedStandards.find((s) => s.name === baseStandardName); + if (!standard) return; + + const standardInfo = standards.find((s) => s.name === baseStandardName); + const category = standardInfo?.cat || "Other Standards"; + + if (!result[category]) { + result[category] = []; + } + + result[category].push({ + standardName, + standard, + }); + }); + + Object.keys(result).forEach((category) => { + result[category].sort((a, b) => a.standard.label.localeCompare(b.standard.label)); + }); + + return result; + }, [selectedStandards, providedStandards]); + + // Filter standards based on search and filter selection + const filteredGroupedStandards = useMemo(() => { + if (!searchQuery && filter === "all") { + return groupedStandards; + } + + const result = {}; + const searchLower = searchQuery.toLowerCase(); + + Object.keys(groupedStandards).forEach((category) => { + const categoryMatchesSearch = !searchQuery || category.toLowerCase().includes(searchLower); + + const filteredStandards = groupedStandards[category].filter(({ standardName, standard }) => { + // If this is the currently expanded standard, always include it in the result + if (standardName === expanded) { + return true; + } + + const matchesSearch = + !searchQuery || + categoryMatchesSearch || + standard.label.toLowerCase().includes(searchLower) || + (standard.helpText && standard.helpText.toLowerCase().includes(searchLower)) || + (standard.cat && standard.cat.toLowerCase().includes(searchLower)) || + (standard.tag && + Array.isArray(standard.tag) && + standard.tag.some((tag) => tag.toLowerCase().includes(searchLower))); + + const isConfigured = _.get(configuredState, standardName); + const matchesFilter = + filter === "all" || + (filter === "configured" && isConfigured) || + (filter === "unconfigured" && !isConfigured); + + return matchesSearch && matchesFilter; + }); + + if (filteredStandards.length > 0) { + result[category] = filteredStandards; + } + }); + + return result; + }, [groupedStandards, searchQuery, filter, configuredState]); + + // Count standards by configuration state + const standardCounts = useMemo(() => { + let allCount = 0; + let configuredCount = 0; + let unconfiguredCount = 0; + + Object.keys(groupedStandards).forEach((category) => { + groupedStandards[category].forEach(({ standardName }) => { + allCount++; + if (configuredState[standardName]) { + configuredCount++; + } else { + unconfiguredCount++; + } + }); + }); + + return { allCount, configuredCount, unconfiguredCount }; + }, [groupedStandards, configuredState]); + + const hasFilteredStandards = Object.keys(filteredGroupedStandards).length > 0; + + return ( + <> + {Object.keys(selectedStandards).length > 0 && ( + <> + + + { + // Close any expanded accordion when changing search query + if (expanded && e.target.value !== searchQuery) { + handleAccordionToggle(null); + } + setSearchQuery(e.target.value); + }} + slotProps={{ + input: { + startAdornment: ( + + + + ), + endAdornment: searchQuery && ( + + + { + // Close any expanded accordion when clearing search + if (expanded) { + handleAccordionToggle(null); + } + setSearchQuery(""); + }} + aria-label="Clear search" + > + + + + + ), + }, + }} + /> + + + + + + + + + + {!hasFilteredStandards && ( + + + No standards match the selected filter criteria or search query. + + + )} + + )} + + {Object.keys(filteredGroupedStandards).map((category) => ( + + + {category} + + + {filteredGroupedStandards[category].map(({ standardName, standard }) => { + const isExpanded = expanded === standardName; + const hasAddedComponents = + standard.addedComponent && standard.addedComponent.length > 0; + const isConfigured = _.get(configuredState, standardName); + const disabledFeatures = standard.disabledFeatures || {}; + + let selectedActions = _.get(watchedValues, `${standardName}.action`); + if (selectedActions && !Array.isArray(selectedActions)) { + selectedActions = [selectedActions]; + } + + // Get template name for Intune Templates + let templateDisplayName = ""; + if (standardName.startsWith("standards.IntuneTemplate")) { + // Check for TemplateList selection + const templateList = _.get(watchedValues, `${standardName}.TemplateList`); + if (templateList && templateList.label) { + templateDisplayName = templateList.label; + } + + // Check for TemplateList-Tags selection (takes priority) + const templateListTags = _.get(watchedValues, `${standardName}.TemplateList-Tags`); + if (templateListTags && templateListTags.label) { + templateDisplayName = templateListTags.label; + } + } + + // For multiple standards, check the first added component + const selectedTemplateName = standard.multiple + ? _.get(watchedValues, `${standardName}.${standard.addedComponent?.[0]?.name}`) + : ""; + + // Build accordion title with template name if available + const accordionTitle = templateDisplayName + ? `${standard.label} - ${templateDisplayName}` + : selectedTemplateName && _.get(selectedTemplateName, "label") + ? `${standard.label} - ${_.get(selectedTemplateName, "label")}` + : standard.label; + + // Get current values and check if they differ from saved values + const current = _.get(watchedValues, standardName); + const saved = _.get(savedValues, standardName) || {}; + + const hasUnsaved = !_.isEqual(current, saved); + + // Check if all required fields are filled + const requiredFieldsFilled = current + ? standard.addedComponent?.every((component) => { + // Always skip switches regardless of their required property + if (component.type === "switch") return true; + + // Skip optional fields (not required) + const isRequired = component.required !== false; + if (!isRequired) return true; + + // Handle conditional fields + if (component.condition) { + const conditionField = component.condition.field; + const conditionValue = _.get(current, conditionField); + const compareType = component.condition.compareType || "is"; + const compareValue = component.condition.compareValue; + const propertyName = component.condition.propertyName || "value"; + + let conditionMet = false; + if (propertyName === "value") { + switch (compareType) { + case "is": + conditionMet = _.isEqual(conditionValue, compareValue); + break; + case "isNot": + conditionMet = !_.isEqual(conditionValue, compareValue); + break; + default: + conditionMet = false; + } + } else if (Array.isArray(conditionValue)) { + switch (compareType) { + case "valueEq": + conditionMet = conditionValue.some( + (item) => item?.[propertyName] === compareValue + ); + break; + default: + conditionMet = false; + } + } + + // If condition is not met, skip validation + if (!conditionMet) return true; + } + + // Get field value for validation using lodash's get to properly handle nested properties + const fieldValue = _.get(current, component.name); + + // Check if required field has a value based on its type and multiple property + if (component.type === "autoComplete" || component.type === "select") { + if (component.multiple) { + // For multiple selection, check if array exists and has items + return Array.isArray(fieldValue) && fieldValue.length > 0; + } else { + // For single selection, check if value exists + return !!fieldValue; + } + } + + // For other field types + return !!fieldValue; + }) ?? true + : false; + + // ALWAYS require an action for all standards + const actionRequired = true; + + // Check if there are required non-switch components for UI display purposes + const hasRequiredComponents = + standard.addedComponent && + standard.addedComponent.some( + (comp) => comp.type !== "switch" && comp.required !== false + ); + + // Action is always required and must be an array with at least one element + const actionValue = _.get(current, "action"); + const hasAction = + actionValue && (!Array.isArray(actionValue) || actionValue.length > 0); + + // Check if this standard has any validation errors + const standardErrors = _.get(formErrors, standardName); + const hasValidationErrors = standardErrors && Object.keys(standardErrors).length > 0; + + // Allow saving if: + // 1. Action is selected if required + // 2. All required fields are filled + // 3. There are unsaved changes + // 4. No validation errors + const canSave = hasAction && requiredFieldsFilled && hasUnsaved && !hasValidationErrors; + + return ( + + + + + {standard.cat === "Global Standards" ? ( + + ) : standard.cat === "Entra (AAD) Standards" ? ( + + ) : standard.cat === "Exchange Standards" ? ( + + ) : standard.cat === "Defender Standards" ? ( + + ) : standard.cat === "Intune Standards" ? ( + + ) : ( + + )} + + + {accordionTitle} + + {/* Hide action chips in drift mode */} + {!isDriftMode && selectedActions && selectedActions?.length > 0 && ( + <> + {selectedActions?.map((action, index) => ( + + + {action.value === "Report" && } + {action.value === "warn" && } + {action.value === "Remediate" && } + + } + /> + + ))} + + )} + + + theme.palette.primary.main, + textDecoration: "underline", + "&:hover": { + textDecoration: "none", + }, + }, + color: "text.secondary", + fontSize: "0.875rem", + lineHeight: 1.43, + mr: 1, + }} + > + ( + + {children} + + ), + // Convert paragraphs to spans to avoid unwanted spacing + p: ({ children }) => {children}, + }} + > + {standard.helpText} + + + + + + {standard.multiple && ( + + handleAddMultipleStandard(standardName)}> + + + + )} + + + {isConfigured ? "Configured" : "Unconfigured"} + + + handleRemoveStandard(standardName)}> + + + + + handleAccordionToggle(standardName)}> + + + + + + + + + {isDriftMode ? ( + /* Drift mode layout - full width with slider first */ + + {/* Auto-remediate switch takes full width and is first */} + + + handleAutoRemediateChange(standardName, e.target.checked) + } + fullWidth + /> + + + {/* Additional components take full width */} + {hasAddedComponents && ( + <> + {/* Add catalog button for Intune Template standard - appears first */} + {standardName.startsWith("standards.IntuneTemplate") && ( + + + + + + )} + {standard.addedComponent?.map((component, idx) => + component?.condition ? ( + + + + ) : ( + + ) + )} + + )} + + ) : ( + /* Standard mode layout - original grid layout */ + + + + + + {hasAddedComponents && ( + + + {/* Add catalog button for Intune Template standard - appears first */} + {standardName.startsWith("standards.IntuneTemplate") && ( + + + + + + )} + {standard.addedComponent?.map((component, idx) => + component?.condition ? ( + + + + ) : ( + + ) + )} + + + )} + + )} + + + + + + + + + + + ); + })} + + ))} + + ); +}; + +export default CippStandardAccordion; diff --git a/src/components/CippStandards/CippStandardDialog.jsx b/src/components/CippStandards/CippStandardDialog.jsx new file mode 100644 index 000000000000..d74d6f4d3630 --- /dev/null +++ b/src/components/CippStandards/CippStandardDialog.jsx @@ -0,0 +1,1326 @@ +import { differenceInDays } from "date-fns"; +import { + Dialog, + DialogActions, + DialogContent, + DialogTitle, + TextField, + Card, + CardContent, + Typography, + Chip, + Box, + FormControlLabel, + Switch, + Button, + IconButton, + CircularProgress, + Select, + MenuItem, + FormControl, + InputLabel, + Stack, + Divider, + Collapse, + ToggleButton, + ToggleButtonGroup, + List, + ListItem, + ListItemText, + ListItemSecondaryAction, +} from "@mui/material"; +import { Grid } from "@mui/system"; +import { + Add, + Sort, + Clear, + FilterList, + ExpandMore, + ExpandLess, + ViewModule, + ViewList, +} from "@mui/icons-material"; +import { useState, useCallback, useMemo, memo, useEffect } from "react"; +import { debounce } from "lodash"; +import { Virtuoso } from "react-virtuoso"; +import ReactMarkdown from "react-markdown"; + +// Memoized Standard Card component to prevent unnecessary re-renders +const StandardCard = memo( + ({ + standard, + category, + selectedStandards, + handleToggleSingleStandard, + handleAddClick, + isButtonDisabled, + }) => { + const isNewStandard = (dateAdded) => { + const currentDate = new Date(); + const addedDate = new Date(dateAdded); + return differenceInDays(currentDate, addedDate) <= 30; + }; + + // Create a memoized handler for this specific standard to avoid recreation on each render + const handleToggle = useCallback(() => { + handleToggleSingleStandard(standard.name); + }, [handleToggleSingleStandard, standard.name]); + + // Check if this standard is selected - memoize for better performance + const isSelected = useMemo(() => { + return !!selectedStandards[standard.name]; + }, [selectedStandards, standard.name]); + + // Lazily render complex parts of the card only when visible + const [expanded, setExpanded] = useState(false); + + // Use intersection observer to detect when card is visible + useEffect(() => { + const observer = new IntersectionObserver( + ([entry]) => { + if (entry.isIntersecting) { + setExpanded(true); + observer.disconnect(); + } + }, + { threshold: 0.1 } + ); + + const currentRef = document.getElementById(`standard-card-${standard.name}`); + if (currentRef) { + observer.observe(currentRef); + } + + return () => observer.disconnect(); + }, [standard.name]); + + return ( + + + {isNewStandard(standard.addedDate) && ( + + )} + + + + {standard.label} + + {expanded && standard.helpText && ( + <> + + Description: + + theme.palette.primary.main, + textDecoration: "underline", + "&:hover": { + textDecoration: "none", + }, + }, + color: "text.secondary", + fontSize: "0.875rem", + lineHeight: 1.43, + mb: 2, + }} + > + ( + + {children} + + ), + // Convert paragraphs to spans to avoid unwanted spacing + p: ({ children }) => {children}, + }} + > + {standard.helpText} + + + + )} + + Category: + + + {expanded && + standard.tag?.filter((tag) => !tag.toLowerCase().includes("impact")).length > 0 && ( + <> + + Tags: + + + {standard.tag + .filter((tag) => !tag.toLowerCase().includes("impact")) + .map((tag, idx) => ( + + ))} + + + )} + + Impact: + + + {expanded && standard.recommendedBy?.length > 0 && ( + <> + + Recommended By: + + + {standard.recommendedBy.join(", ")} + + + )} + {expanded && standard.addedDate?.length > 0 && ( + <> + + Date Added: + + + + {standard.addedDate} + + + + )} + + + + {standard.multiple ? ( + handleAddClick(standard.name)} + > + + + ) : ( + + } + label="Add this standard to the template" + /> + )} + + + + + ); + }, + // Custom equality function to prevent unnecessary re-renders + (prevProps, nextProps) => { + // Only re-render if one of these props changed + if (prevProps.isButtonDisabled !== nextProps.isButtonDisabled) return false; + if (prevProps.standard.name !== nextProps.standard.name) return false; + + // Only check selected state for this specific standard + const prevSelected = !!prevProps.selectedStandards[prevProps.standard.name]; + const nextSelected = !!nextProps.selectedStandards[nextProps.standard.name]; + if (prevSelected !== nextSelected) return false; + + // If we get here, nothing important changed, skip re-render + return true; + } +); + +StandardCard.displayName = "StandardCard"; + +// Virtualized grid to handle large numbers of standards efficiently +const VirtualizedStandardGrid = memo(({ items, renderItem }) => { + const [itemsPerRow, setItemsPerRow] = useState(() => + window.innerWidth > 960 ? 4 : window.innerWidth > 600 ? 2 : 1 + ); + + // Handle window resize for responsive grid + useEffect(() => { + const handleResize = () => { + const newItemsPerRow = window.innerWidth > 960 ? 4 : window.innerWidth > 600 ? 2 : 1; + setItemsPerRow(newItemsPerRow); + }; + + window.addEventListener("resize", handleResize); + return () => window.removeEventListener("resize", handleResize); + }, []); + + const rows = useMemo(() => { + const rowCount = Math.ceil(items.length / itemsPerRow); + const rowsData = []; + + for (let i = 0; i < rowCount; i++) { + const startIdx = i * itemsPerRow; + const rowItems = items.slice(startIdx, startIdx + itemsPerRow); + rowsData.push(rowItems); + } + + return rowsData; + }, [items, itemsPerRow]); + + return ( + ( + + + {rows[index].map(renderItem)} + + + )} + /> + ); +}); + +VirtualizedStandardGrid.displayName = "VirtualizedStandardGrid"; + +// Compact List View component for standards +const CompactStandardList = memo( + ({ items, selectedStandards, handleToggleSingleStandard, handleAddClick, isButtonDisabled }) => { + return ( + + {items.map(({ standard, category }) => { + const isSelected = !!selectedStandards[standard.name]; + + const isNewStandard = (dateAdded) => { + if (!dateAdded) return false; + const currentDate = new Date(); + const addedDate = new Date(dateAdded); + return differenceInDays(currentDate, addedDate) <= 30; + }; + + const handleToggle = () => { + handleToggleSingleStandard(standard.name); + }; + + return ( + + + + {standard.label} + + {isNewStandard(standard.addedDate) && ( + + )} + + + + } + secondary={ + + {standard.helpText && ( + theme.palette.primary.main, + textDecoration: "underline", + "&:hover": { + textDecoration: "none", + }, + }, + color: "text.secondary", + fontSize: "0.875rem", + lineHeight: 1.43, + }} + > + ( + + {children} + + ), + p: ({ children }) => ( + + {children} + + ), + }} + > + {standard.helpText} + + + )} + + {standard.tag?.filter((tag) => !tag.toLowerCase().includes("impact")).length > + 0 && ( + + {standard.tag + .filter((tag) => !tag.toLowerCase().includes("impact")) + .slice(0, 3) // Show only first 3 tags to save space + .map((tag, idx) => ( + + ))} + {standard.tag.filter((tag) => !tag.toLowerCase().includes("impact")) + .length > 3 && ( + + + + {standard.tag.filter((tag) => !tag.toLowerCase().includes("impact")) + .length - 3}{" "} + more + + )} + + )} + {standard.recommendedBy?.length > 0 && ( + + • Recommended by: {standard.recommendedBy.join(", ")} + + )} + {standard.addedDate && ( + + • Added: {standard.addedDate} + + )} + + + } + /> + + {standard.multiple ? ( + handleAddClick(standard.name)} + sx={{ mr: 1 }} + > + + + ) : ( + + } + label="" + sx={{ mr: 1 }} + /> + )} + + + ); + })} + + ); + } +); + +CompactStandardList.displayName = "CompactStandardList"; + +const CippStandardDialog = ({ + dialogOpen, + handleCloseDialog, + setSearchQuery, + categories, + filterStandards, + selectedStandards, + handleToggleSingleStandard, + handleAddMultipleStandard, +}) => { + const [isButtonDisabled, setButtonDisabled] = useState(false); + const [localSearchQuery, setLocalSearchQuery] = useState(""); + const [isInitialLoading, setIsInitialLoading] = useState(true); + const [viewMode, setViewMode] = useState("card"); // "card" or "list" + + // Enhanced filtering and sorting state + const [sortBy, setSortBy] = useState("addedDate"); // Default sort by date added + const [sortOrder, setSortOrder] = useState("desc"); // desc to show newest first + const [selectedCategories, setSelectedCategories] = useState([]); + const [selectedImpacts, setSelectedImpacts] = useState([]); + const [selectedRecommendedBy, setSelectedRecommendedBy] = useState([]); + const [selectedTagFrameworks, setSelectedTagFrameworks] = useState([]); + const [showOnlyNew, setShowOnlyNew] = useState(false); // Show only standards added in last 30 days + const [filtersExpanded, setFiltersExpanded] = useState(false); // Control filter section collapse/expand + + // Auto-adjust sort order when sort type changes + useEffect(() => { + if (sortBy === "label") { + setSortOrder("asc"); // Names: A-Z + } else if (sortBy === "addedDate") { + setSortOrder("desc"); // Dates: Newest first + } else if (sortBy === "impact") { + setSortOrder("desc"); // Impact: High to Low + } + }, [sortBy]); + + // Get all unique values for filters + const { allCategories, allImpacts, allRecommendedBy, allTagFrameworks } = useMemo(() => { + const categorySet = new Set(); + const impactSet = new Set(); + const recommendedBySet = new Set(); + const tagFrameworkSet = new Set(); + + // Function to extract base framework from tag + const extractTagFramework = (tag) => { + // Compliance Frameworks - extract version dynamically + if (tag.startsWith("CIS M365")) { + const versionMatch = tag.match(/CIS M365 (\d+\.\d+)/); + return versionMatch ? `CIS M365 ${versionMatch[1]}` : "CIS M365"; + } + if (tag.startsWith("CISA ")) return "CISA"; + if (tag.startsWith("EIDSCA.")) return "EIDSCA"; + if (tag.startsWith("Essential 8")) return "Essential 8"; + if (tag.startsWith("NIST CSF")) { + const versionMatch = tag.match(/NIST CSF (\d+\.\d+)/); + return versionMatch ? `NIST CSF ${versionMatch[1]}` : "NIST CSF"; + } + + // Microsoft Secure Score Categories + if (tag.startsWith("exo_")) return "Secure Score - Exchange"; + if (tag.startsWith("mdo_")) return "Secure Score - Defender"; + if (tag.startsWith("spo_")) return "Secure Score - SharePoint"; + if (tag.startsWith("mip_")) return "Secure Score - Purview"; + + // For any other tags, return null to exclude them + return null; + }; + + Object.keys(categories).forEach((category) => { + categorySet.add(category); + categories[category].forEach((standard) => { + if (standard.impact) impactSet.add(standard.impact); + if (standard.recommendedBy && Array.isArray(standard.recommendedBy)) { + standard.recommendedBy.forEach((rec) => recommendedBySet.add(rec)); + } + // Process tags to extract frameworks + if (standard.tag && Array.isArray(standard.tag)) { + standard.tag.forEach((tag) => { + const framework = extractTagFramework(tag); + if (framework) { + // Only add non-null frameworks + tagFrameworkSet.add(framework); + } + }); + } + }); + }); + + // Custom sort order for impacts: Low -> Medium -> High + const impactOrder = ["Low Impact", "Medium Impact", "High Impact"]; + const sortedImpacts = Array.from(impactSet).sort((a, b) => { + const aIndex = impactOrder.indexOf(a); + const bIndex = impactOrder.indexOf(b); + return aIndex - bIndex; + }); + + // Sort tag frameworks with compliance frameworks first, then service categories + const sortedTagFrameworks = Array.from(tagFrameworkSet).sort((a, b) => { + // Define priority groups + const getFrameworkPriority = (framework) => { + if (framework.startsWith("CIS M365")) return 1; + if (framework === "CISA") return 2; + if (framework === "EIDSCA") return 3; + if (framework === "Essential 8") return 4; + if (framework.startsWith("NIST CSF")) return 5; + if (framework.startsWith("Secure Score -")) return 6; + return 999; // Other tags go last + }; + + const aPriority = getFrameworkPriority(a); + const bPriority = getFrameworkPriority(b); + + // If different priorities, sort by priority + if (aPriority !== bPriority) { + return aPriority - bPriority; + } + + // If same priority, sort alphabetically + return a.localeCompare(b); + }); + + return { + allCategories: Array.from(categorySet).sort(), + allImpacts: sortedImpacts, + allRecommendedBy: Array.from(recommendedBySet).sort(), + allTagFrameworks: sortedTagFrameworks, + }; + }, [categories]); + + // Enhanced filter function + const enhancedFilterStandards = useCallback( + (standardsList) => { + // Function to extract base framework from tag (same as in useMemo) + const extractTagFramework = (tag) => { + // Compliance Frameworks - extract version dynamically + if (tag.startsWith("CIS M365")) { + const versionMatch = tag.match(/CIS M365 (\d+\.\d+)/); + return versionMatch ? `CIS M365 ${versionMatch[1]}` : "CIS M365"; + } + if (tag.startsWith("CISA ")) return "CISA"; + if (tag.startsWith("EIDSCA.")) return "EIDSCA"; + if (tag.startsWith("Essential 8")) return "Essential 8"; + if (tag.startsWith("NIST CSF")) { + const versionMatch = tag.match(/NIST CSF (\d+\.\d+)/); + return versionMatch ? `NIST CSF ${versionMatch[1]}` : "NIST CSF"; + } + + // Microsoft Secure Score Categories + if (tag.startsWith("exo_")) return "Secure Score - Exchange"; + if (tag.startsWith("mdo_")) return "Secure Score - Defender"; + if (tag.startsWith("spo_")) return "Secure Score - SharePoint"; + if (tag.startsWith("mip_")) return "Secure Score - Purview"; + + // For any other tags, return null to exclude them + return null; + }; + + return standardsList.filter((standard) => { + // Original text search + const matchesSearch = + !localSearchQuery || + standard.label.toLowerCase().includes(localSearchQuery.toLowerCase()) || + standard.helpText.toLowerCase().includes(localSearchQuery.toLowerCase()) || + (standard.tag && + standard.tag.some((tag) => tag.toLowerCase().includes(localSearchQuery.toLowerCase()))); + + // Category filter + const matchesCategory = + selectedCategories.length === 0 || selectedCategories.includes(standard.cat); + + // Impact filter + const matchesImpact = + selectedImpacts.length === 0 || selectedImpacts.includes(standard.impact); + + // Recommended by filter + const matchesRecommendedBy = + selectedRecommendedBy.length === 0 || + (standard.recommendedBy && + Array.isArray(standard.recommendedBy) && + standard.recommendedBy.some((rec) => selectedRecommendedBy.includes(rec))); + + // Tag framework filter + const matchesTagFramework = + selectedTagFrameworks.length === 0 || + (standard.tag && + Array.isArray(standard.tag) && + standard.tag.some((tag) => { + const framework = extractTagFramework(tag); + return framework && selectedTagFrameworks.includes(framework); + })); + + // New standards filter (last 30 days) + const isNewStandard = (dateAdded) => { + if (!dateAdded) return false; + const currentDate = new Date(); + const addedDate = new Date(dateAdded); + return differenceInDays(currentDate, addedDate) <= 30; + }; + const matchesNewFilter = !showOnlyNew || isNewStandard(standard.addedDate); + + return ( + matchesSearch && + matchesCategory && + matchesImpact && + matchesRecommendedBy && + matchesTagFramework && + matchesNewFilter + ); + }); + }, + [ + localSearchQuery, + selectedCategories, + selectedImpacts, + selectedRecommendedBy, + selectedTagFrameworks, + showOnlyNew, + ] + ); + + // Enhanced sort function + const sortStandards = useCallback( + (standardsList) => { + return [...standardsList].sort((a, b) => { + let aValue, bValue; + + switch (sortBy) { + case "label": + aValue = a.label.toLowerCase(); + bValue = b.label.toLowerCase(); + break; + case "addedDate": + aValue = new Date(a.addedDate || "1900-01-01"); + bValue = new Date(b.addedDate || "1900-01-01"); + break; + case "category": + aValue = a.cat?.toLowerCase() || ""; + bValue = b.cat?.toLowerCase() || ""; + break; + case "impact": + // Sort by impact priority: High > Medium > Low + const impactOrder = { "High Impact": 3, "Medium Impact": 2, "Low Impact": 1 }; + aValue = impactOrder[a.impact] || 0; + bValue = impactOrder[b.impact] || 0; + break; + case "recommendedBy": + aValue = + a.recommendedBy && a.recommendedBy.length > 0 + ? a.recommendedBy.join(", ").toLowerCase() + : ""; + bValue = + b.recommendedBy && b.recommendedBy.length > 0 + ? b.recommendedBy.join(", ").toLowerCase() + : ""; + break; + default: + aValue = a.label.toLowerCase(); + bValue = b.label.toLowerCase(); + } + + if (aValue < bValue) return sortOrder === "asc" ? -1 : 1; + if (aValue > bValue) return sortOrder === "asc" ? 1 : -1; + return 0; + }); + }, + [sortBy, sortOrder] + ); + + // Optimize handleAddClick to be more performant + const handleAddClick = useCallback( + (standardName) => { + setButtonDisabled(true); + handleAddMultipleStandard(standardName); + // Use requestAnimationFrame for smoother UI updates + requestAnimationFrame(() => { + setTimeout(() => { + setButtonDisabled(false); + }, 100); + }); + }, + [handleAddMultipleStandard] + ); + + // Optimize search debounce with a higher timeout for better performance + const handleSearchQueryChange = useCallback( + debounce((query) => { + setSearchQuery(query.trim()); + }, 350), // Increased debounce time for better performance + [setSearchQuery] + ); + + // Only process visible categories on demand to improve performance + const [processedItems, setProcessedItems] = useState([]); + + // Handle search input change locally + const handleLocalSearchChange = useCallback( + (e) => { + const value = e.target.value; + setLocalSearchQuery(value); + handleSearchQueryChange(value); + }, + [handleSearchQueryChange] + ); + + // Clear all filters + const clearAllFilters = useCallback(() => { + setLocalSearchQuery(""); + setSelectedCategories([]); + setSelectedImpacts([]); + setSelectedRecommendedBy([]); + setSelectedTagFrameworks([]); + setShowOnlyNew(false); + setSortBy("addedDate"); + setSortOrder("desc"); + setViewMode("card"); // Reset to card view + handleSearchQueryChange(""); + }, [handleSearchQueryChange]); + + // Clear dialog state on close + const handleClose = useCallback(() => { + setLocalSearchQuery(""); // Clear local search state + setSelectedCategories([]); + setSelectedImpacts([]); + setSelectedRecommendedBy([]); + setSelectedTagFrameworks([]); + setShowOnlyNew(false); + setViewMode("card"); // Reset to card view + handleSearchQueryChange(""); // Clear parent search state + handleCloseDialog(); + }, [handleCloseDialog, handleSearchQueryChange]); + + // Process standards data only when dialog is opened, to improve performance + useEffect(() => { + if (dialogOpen) { + // Use requestIdleCallback if available, or setTimeout as fallback + const processStandards = () => { + // Create a flattened list of all standards for virtualized rendering + const allItems = []; + + Object.keys(categories).forEach((category) => { + const categoryStandards = categories[category]; + const filteredStandards = enhancedFilterStandards(categoryStandards); + + filteredStandards.forEach((standard) => { + allItems.push({ + standard, + category, + }); + }); + }); + + // Apply sorting to the final combined array instead of per-category + const sortedAllItems = sortStandards(allItems.map((item) => item.standard)).map( + (standard) => { + const item = allItems.find((item) => item.standard.name === standard.name); + return item; + } + ); + + setProcessedItems(sortedAllItems); + setIsInitialLoading(false); + }; + + if (window.requestIdleCallback) { + window.requestIdleCallback(processStandards, { timeout: 500 }); + } else { + setTimeout(processStandards, 100); + } + + return () => { + if (window.cancelIdleCallback) { + window.cancelIdleCallback(processStandards); + } + }; + } else { + setIsInitialLoading(true); + } + }, [dialogOpen, categories, enhancedFilterStandards, sortStandards]); + + // Render individual standard card + const renderStandardCard = useCallback( + ({ standard, category }) => ( + + ), + [selectedStandards, handleToggleSingleStandard, handleAddClick, isButtonDisabled] + ); + + // Count active filters + const activeFiltersCount = + selectedCategories.length + + selectedImpacts.length + + selectedRecommendedBy.length + + selectedTagFrameworks.length + + (showOnlyNew ? 1 : 0); + + // Don't render dialog contents until it's actually open (improves performance) + return ( + { + // Clear processed items on dialog close to free up memory + setProcessedItems([]); + }, + }} + PaperProps={{ + sx: { + minWidth: "720px", + maxHeight: "90vh", + height: "90vh", + display: "flex", + flexDirection: "column", + }, + }} + > + Select a Standard to Add + + {/* Search and Filter Controls */} + + {/* Search Box */} + + + {/* Unified Controls Section */} + + {/* Clickable header bar */} + setFiltersExpanded(!filtersExpanded)} + sx={{ + display: "flex", + alignItems: "center", + justifyContent: "space-between", + py: 0.75, + px: 1, + borderRadius: filtersExpanded ? "4px 4px 0 0" : 1, + cursor: "pointer", + bgcolor: "action.hover", + border: "1px solid", + borderColor: "divider", + borderBottom: filtersExpanded ? "none" : "none", + "&:hover": { + bgcolor: "action.selected", + }, + }} + > + + + + View, Sort & Filter Options + + {!filtersExpanded && ( + + ({viewMode === "card" ? "Card" : "List"} •{" "} + {sortBy === "addedDate" ? "Date" : "Name"} {sortOrder === "desc" ? "↓" : "↑"} + {activeFiltersCount > 0 + ? ` • ${activeFiltersCount} filter${activeFiltersCount !== 1 ? "s" : ""}` + : ""} + ) + + )} + + {filtersExpanded ? : } + + + {/* Single line controls when expanded */} + + + {/* View Mode */} + { + if (newViewMode !== null) { + setViewMode(newViewMode); + } + }} + > + + + Cards + + + + List + + + + {/* Sort Controls */} + + Sort By + + + + + Order + + + + {/* Filter Controls */} + + Categories + + + + + Impact + + + + + Recommended By + + + + + Compliance Tags + + + + {/* New Standards Toggle */} + setShowOnlyNew(e.target.checked)} + /> + } + label="New (30 days)" + sx={{ ml: 1 }} + /> + + {/* Clear Button */} + {activeFiltersCount > 0 && ( + + )} + + + + + {/* Active Filter Chips */} + {activeFiltersCount > 0 && ( + + + {selectedCategories.map((category) => ( + + setSelectedCategories((prev) => prev.filter((c) => c !== category)) + } + color="primary" + variant="outlined" + /> + ))} + {selectedImpacts.map((impact) => ( + setSelectedImpacts((prev) => prev.filter((i) => i !== impact))} + color="secondary" + variant="outlined" + /> + ))} + {selectedRecommendedBy.map((rec) => ( + + setSelectedRecommendedBy((prev) => prev.filter((r) => r !== rec)) + } + color="success" + variant="outlined" + /> + ))} + {selectedTagFrameworks.map((framework) => ( + + setSelectedTagFrameworks((prev) => prev.filter((f) => f !== framework)) + } + color="warning" + variant="outlined" + /> + ))} + {showOnlyNew && ( + setShowOnlyNew(false)} + color="info" + variant="outlined" + /> + )} + + + )} + + + + + {/* Results */} + {isInitialLoading ? ( + + + + ) : processedItems.length === 0 ? ( + + + No standards match your search and filter criteria + + + Try adjusting your search terms or clearing some filters + + + ) : ( + + + Showing {processedItems.length} standard{processedItems.length !== 1 ? "s" : ""} + + {viewMode === "card" ? ( + + + + ) : ( + + + + )} + + )} + + + + + + ); +}; + +export default CippStandardDialog; diff --git a/src/components/CippStandards/CippStandardsSideBar.jsx b/src/components/CippStandards/CippStandardsSideBar.jsx new file mode 100644 index 000000000000..7e2ccdcb6647 --- /dev/null +++ b/src/components/CippStandards/CippStandardsSideBar.jsx @@ -0,0 +1,577 @@ +import PropTypes from "prop-types"; +import { Card, CardContent, CardHeader, Divider, Stack, SvgIcon, Typography } from "@mui/material"; +import { styled } from "@mui/material/styles"; +import { + Timeline, + TimelineConnector, + TimelineContent, + TimelineDot, + TimelineItem, + timelineItemClasses, + TimelineSeparator, +} from "@mui/lab"; +import { ActionList } from "/src/components/action-list"; +import { ActionListItem } from "/src/components/action-list-item"; +import CheckIcon from "@heroicons/react/24/outline/CheckIcon"; +import CloseIcon from "@mui/icons-material/Close"; +import { useWatch } from "react-hook-form"; +import { useEffect, useState } from "react"; +import _ from "lodash"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { CippFormTenantSelector } from "../CippComponents/CippFormTenantSelector"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import ReactTimeAgo from "react-time-ago"; +import { Alert } from "@mui/material"; +import { ApiGetCall } from "../../api/ApiCall"; + +const StyledTimelineDot = (props) => { + const { complete } = props; + + return ( + + {complete ? : } + + ); +}; + +const StyledTimelineConnector = styled(TimelineConnector)(({ theme }) => ({ + backgroundColor: + theme.palette.mode === "dark" ? theme.palette.neutral[800] : theme.palette.neutral[200], + height: 24, +})); + +const StyledTimelineContent = styled(TimelineContent)(({ theme }) => ({ + padding: "14px 16px", + ...theme.typography.overline, +})); + +const CippStandardsSideBar = ({ + title, + selectedStandards, + steps, + actions, + updatedAt, + formControl, + createDialog, + edit, + onSaveSuccess, + onDriftConflictChange, + isDriftMode = false, +}) => { + const [currentStep, setCurrentStep] = useState(0); + const [savedItem, setSavedItem] = useState(null); + const [driftError, setDriftError] = useState(""); + + const dialogAfterEffect = (id) => { + setSavedItem(id); + + // Reset form's dirty state to prevent unsaved changes warning + if (formControl && formControl.reset) { + // Get current values and reset the form with them to clear dirty state + const currentValues = formControl.getValues(); + formControl.reset(currentValues); + } + + // Call the onSaveSuccess callback if provided + if (typeof onSaveSuccess === "function") { + onSaveSuccess(); + } + }; + + const watchForm = useWatch({ control: formControl.control }); + + // Use proper CIPP ApiGetCall for drift validation + const driftValidationApi = ApiGetCall({ + url: "/api/ListTenantAlignment", + queryKey: "ListTenantAlignment-drift-validation", + }); + + // Get tenant groups for group membership validation + const tenantGroupsApi = ApiGetCall({ + url: "/api/ListTenantGroups", + queryKey: "ListTenantGroups-drift-validation", + }); + + // Helper function to expand groups to their member tenants + const expandGroupsToTenants = (tenants, groups) => { + const expandedTenants = []; + + tenants.forEach((tenant) => { + const tenantValue = typeof tenant === "object" ? tenant.value : tenant; + const tenantType = typeof tenant === "object" ? tenant.type : null; + + if (tenantType === "Group") { + // Find the group and add all its members + const group = groups?.find((g) => g.Id === tenantValue); + if (group && group.Members) { + group.Members.forEach((member) => { + expandedTenants.push(member.defaultDomainName); + }); + } + } else { + // Regular tenant + expandedTenants.push(tenantValue); + } + }); + + return expandedTenants; + }; + + // Enhanced drift validation using CIPP patterns with group support + const validateDrift = async (tenants) => { + if (!isDriftMode || !tenants || tenants.length === 0) { + setDriftError(""); + onDriftConflictChange?.(false); + return; + } + + try { + // Wait for both APIs to load + if (!driftValidationApi.data || !tenantGroupsApi.data) { + return; + } + + // Filter out current template if editing + const existingTemplates = driftValidationApi.data.filter((template) => { + const shouldInclude = + edit && watchForm.GUID ? template.standardId !== watchForm.GUID : true; + return shouldInclude; + }); + + // Get tenant groups data + const groups = tenantGroupsApi.data?.Results || []; + + // Expand selected tenants (including group members) + const selectedTenantList = expandGroupsToTenants(tenants, groups); + + // Simple conflict check + const conflicts = []; + + // Filter for drift templates only and group by standardId + const driftTemplates = existingTemplates.filter( + (template) => template.standardType === "drift" + ); + const uniqueTemplates = {}; + + driftTemplates.forEach((template) => { + if (!uniqueTemplates[template.standardId]) { + uniqueTemplates[template.standardId] = { + standardName: template.standardName, + tenants: [], + }; + } + uniqueTemplates[template.standardId].tenants.push(template.tenantFilter); + }); + + // Check for conflicts with unique templates + for (const templateId in uniqueTemplates) { + const template = uniqueTemplates[templateId]; + const templateTenants = template.tenants; + + const hasConflict = selectedTenantList.some((selectedTenant) => { + // Check if any template tenant matches the selected tenant + const conflict = templateTenants.some((templateTenant) => { + if (selectedTenant === "AllTenants" || templateTenant === "AllTenants") { + return true; + } + const match = selectedTenant === templateTenant; + return match; + }); + return conflict; + }); + + if (hasConflict) { + conflicts.push(template.standardName || "Unknown Template"); + } + } + + if (conflicts.length > 0) { + setDriftError( + `This template has tenants that are assigned to another Drift Template. You can only assign one Drift Template to each tenant. Please check the ${conflicts.join( + ", " + )} template.` + ); + onDriftConflictChange?.(true); + } else { + setDriftError(""); + onDriftConflictChange?.(false); + } + } catch (error) { + setDriftError("Error checking for conflicts" + (error.message ? `: ${error.message}` : "")); + onDriftConflictChange?.(true); + } + }; + + // Watch tenant changes + useEffect(() => { + if (!isDriftMode) return; + + const timeoutId = setTimeout(() => { + validateDrift(watchForm.tenantFilter); + }, 500); + + return () => clearTimeout(timeoutId); + }, [watchForm.tenantFilter, isDriftMode, driftValidationApi.data, tenantGroupsApi.data]); + + useEffect(() => { + const stepsStatus = { + step1: !!_.get(watchForm, "templateName"), + step2: _.get(watchForm, "tenantFilter", []).length > 0, + step3: Object.keys(selectedStandards).length > 0, + step4: + _.get(watchForm, "standards") && + Object.keys(selectedStandards).length > 0 && + Object.keys(selectedStandards).every((standardName) => { + const standardValues = _.get(watchForm, `${standardName}`, {}); + const standard = selectedStandards[standardName]; + // Check if this standard requires an action + const hasRequiredComponents = + standard?.addedComponent && + standard.addedComponent.some( + (comp) => comp.type !== "switch" && comp.required !== false + ); + const actionRequired = standard?.disabledFeatures !== undefined || hasRequiredComponents; + // Always require an action value which should be an array with at least one element + const actionValue = _.get(standardValues, "action"); + return actionValue && (!Array.isArray(actionValue) || actionValue.length > 0); + }), + }; + + const completedSteps = Object.values(stepsStatus).filter(Boolean).length; + setCurrentStep(completedSteps); + }, [selectedStandards, watchForm]); + + // Create a local reference to the stepsStatus from the latest effect run + const stepsStatus = { + step1: !!_.get(watchForm, "templateName"), + step2: _.get(watchForm, "tenantFilter", []).length > 0, + step3: Object.keys(selectedStandards).length > 0, + step4: + _.get(watchForm, "standards") && + Object.keys(selectedStandards).length > 0 && + Object.keys(selectedStandards).every((standardName) => { + const standardValues = _.get(watchForm, `${standardName}`, {}); + const standard = selectedStandards[standardName]; + // Always require an action for all standards (must be an array with at least one element) + const actionValue = _.get(standardValues, "action"); + return actionValue && (!Array.isArray(actionValue) || actionValue.length > 0); + }), + }; + + return ( + + + + + + {isDriftMode ? "About Drift Templates" : "About Standard Templates"} + + {isDriftMode ? ( + + + Drift templates provide continuous monitoring of tenant configurations to detect + unauthorized changes. Each tenant can only have one drift template applied at a time. + + + Remediation Options: + + + • Automatic Remediation: Immediately reverts unauthorized changes + back to the template configuration +
    Manual Remediation: Sends email notifications for review, + allowing you to accept or deny detected changes +
    + + Key Features: + + + • Monitors all security standards, Conditional Access policies, and Intune policies +
    + • Detects changes made outside of CIPP +
    + • Configurable webhook and email notifications +
    • Granular control over deviation acceptance +
    +
    + ) : ( + + + Standard templates can be applied to multiple tenants and allow overlapping + configurations with intelligent merging based on specificity and timing. + + + + Merge Priority (Specificity): + + + 1. Individual Tenant - Highest priority, overrides all others +
    + 2. Tenant Group - Overrides "All Tenants" settings +
    + 3. All Tenants - Lowest priority, default baseline +
    + + + Conflict Resolution: + + + When multiple standards target the same scope (e.g., two tenant-specific templates), + the most recently created template takes precedence. + + + + Example: An "All Tenants" template enables audit log retention for 90 + days, but you need 365 days for one specific tenant. Create a tenant-specific template + with 365-day retention - it will override the global setting for that tenant only. + +
    + )} + + + {/* Hidden field to mark drift templates */} + {isDriftMode && ( + + )} + + + + + + + {/* Show drift error */} + {isDriftMode && driftError && {driftError}} + + {(watchForm.tenantFilter?.some( + (tenant) => tenant.value === "AllTenants" || tenant.type === "Group" + ) || + (watchForm.excludedTenants && watchForm.excludedTenants.length > 0)) && ( + <> + + + + )} + {/* Drift-specific fields */} + {isDriftMode && ( + <> + + + + + + When enabled, all drift alert notifications (email, webhook, and PSA) will be + disabled. + + + )} + {/* Hide schedule options in drift mode */} + {!isDriftMode && ( + <> + {updatedAt.date && ( + <> + + Last Updated by {updatedAt?.user} + + + )} + + + This setting allows you to create this template and run it only by using "Run Now". + + + )} + +
    + {/* Hide timeline/ticker in drift mode */} + {!isDriftMode && ( + <> + + + + {steps.map((step, index) => ( + + + + {index < steps.length - 1 && } + + {step} + + ))} + + + + )} + + + {actions.map((action, index) => ( + {action.icon}} + label={action.label} + onClick={action.handler} + disabled={ + !(watchForm.tenantFilter && watchForm.tenantFilter.length > 0) || + currentStep < 3 || + (isDriftMode && driftError) + } + /> + ))} + + + dialogAfterEffect(data.id)} + createDialog={createDialog} + title="Add Standard" + api={{ + confirmText: isDriftMode + ? "This template will automatically every 12 hours to detect drift. Are you sure you want to apply this Drift Template?" + : watchForm.runManually + ? "Are you sure you want to apply this standard? This template has been set to never run on a schedule. After saving the template you will have to run it manually." + : "Are you sure you want to apply this standard? This will apply the template and run every 3 hours.", + url: "/api/AddStandardsTemplate", + type: "POST", + replacementBehaviour: "removeNulls", + data: { + tenantFilter: "tenantFilter", + excludedTenants: "excludedTenants", + description: "description", + templateName: "templateName", + standards: "standards", + ...(edit ? { GUID: "GUID" } : {}), + ...(savedItem ? { GUID: savedItem } : {}), + runManually: isDriftMode ? false : "runManually", + isDriftTemplate: "isDriftTemplate", + ...(isDriftMode + ? { + type: "drift", + driftAlertWebhook: "driftAlertWebhook", + driftAlertEmail: "driftAlertEmail", + driftAlertDisableEmail: "driftAlertDisableEmail", + } + : {}), + }, + }} + row={formControl.getValues()} + formControl={formControl} + relatedQueryKeys={[ + "listStandardTemplates", + "listStandards", + `listStandardTemplates-${watchForm.GUID}`, + "ListTenantAlignment-drift-validation", + "ListTenantGroups-drift-validation", + ]} + /> +
    + ); +}; + +CippStandardsSideBar.propTypes = { + title: PropTypes.string.isRequired, + subtitle: PropTypes.string, + steps: PropTypes.arrayOf(PropTypes.string).isRequired, + actions: PropTypes.arrayOf( + PropTypes.shape({ + label: PropTypes.string.isRequired, + handler: PropTypes.func.isRequired, + icon: PropTypes.element.isRequired, + }) + ).isRequired, + updatedAt: PropTypes.string, + formControl: PropTypes.object.isRequired, + onSaveSuccess: PropTypes.func, + onDriftConflictChange: PropTypes.func, +}; + +export default CippStandardsSideBar; diff --git a/src/components/CippTable/CIPPTableToptoolbar.js b/src/components/CippTable/CIPPTableToptoolbar.js new file mode 100644 index 000000000000..3004db8ebf66 --- /dev/null +++ b/src/components/CippTable/CIPPTableToptoolbar.js @@ -0,0 +1,1335 @@ +import React, { useState, useEffect, useRef } from "react"; +import { + Box, + Button, + Menu, + MenuItem, + ListItemText, + ListItemIcon, + Divider, + IconButton, + Tooltip, + Typography, + InputBase, + Paper, + Checkbox, + SvgIcon, + Dialog, + DialogTitle, + DialogContent, + DialogActions, +} from "@mui/material"; +import { + Search as SearchIcon, + FilterList as FilterListIcon, + ViewColumn as ViewColumnIcon, + FileDownload as ExportIcon, + KeyboardArrowDown as ArrowDownIcon, + Code as CodeIcon, + PictureAsPdf as PdfIcon, + TableChart as CsvIcon, + SevereCold, + Sync, + Check as CheckIcon, + MoreVert as MoreVertIcon, + Fullscreen as FullscreenIcon, +} from "@mui/icons-material"; +import { ExclamationCircleIcon, ChevronDownIcon } from "@heroicons/react/24/outline"; +import { styled, alpha } from "@mui/material/styles"; +import { PDFExportButton, exportRowsToPdf } from "../pdfExportButton"; +import { CSVExportButton, exportRowsToCsv } from "../csvExportButton"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { useMediaQuery } from "@mui/material"; +import { CippQueueTracker } from "./CippQueueTracker"; +import { usePopover } from "../../hooks/use-popover"; +import { useDialog } from "../../hooks/use-dialog"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import { useSettings } from "../../hooks/use-settings"; +import { useRouter } from "next/router"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { CippCodeBlock } from "../CippComponents/CippCodeBlock"; +import { ApiGetCall } from "../../api/ApiCall"; +import GraphExplorerPresets from "/src/data/GraphExplorerPresets.json"; +import CippGraphExplorerFilter from "./CippGraphExplorerFilter"; +import { Stack } from "@mui/system"; + +// Styled components for modern design +const ModernSearchContainer = styled(Paper)(({ theme }) => ({ + display: "flex", + alignItems: "center", + width: "100%", + maxWidth: "300px", + minWidth: "200px", + height: "40px", + backgroundColor: theme.palette.mode === "dark" ? "#2A2D3A" : "#F8F9FA", + border: `1px solid ${theme.palette.mode === "dark" ? "#404040" : "#E0E0E0"}`, + borderRadius: "8px", + padding: "0 12px", + "&:hover": { + borderColor: theme.palette.primary.main, + }, + "&:focus-within": { + borderColor: theme.palette.primary.main, + boxShadow: `0 0 0 2px ${alpha(theme.palette.primary.main, 0.2)}`, + }, + [theme.breakpoints.down("md")]: { + minWidth: "0", + maxWidth: "none", + flex: 1, + }, +})); + +const ModernSearchInput = styled(InputBase)(({ theme }) => ({ + marginLeft: theme.spacing(1), + flex: 1, + fontSize: "14px", + "& .MuiInputBase-input": { + padding: "8px 0", + "&::placeholder": { + color: theme.palette.text.secondary, + opacity: 0.7, + }, + }, +})); + +const ModernButton = styled(Button)(({ theme }) => ({ + height: "40px", + borderRadius: "8px", + textTransform: "none", + fontWeight: 500, + fontSize: "14px", + padding: "8px 16px", + backgroundColor: theme.palette.mode === "dark" ? "#2A2D3A" : "#F8F9FA", + border: `1px solid ${theme.palette.mode === "dark" ? "#404040" : "#E0E0E0"}`, + color: theme.palette.text.primary, + minWidth: "auto", + whiteSpace: "nowrap", + "&:hover": { + backgroundColor: theme.palette.mode === "dark" ? "#363A4A" : "#F0F0F0", + borderColor: theme.palette.primary.main, + }, + "& .MuiButton-startIcon": { + marginRight: "8px", + }, + "& .MuiButton-endIcon": { + marginLeft: "8px", + }, + [theme.breakpoints.down("md")]: { + padding: "8px 12px", + fontSize: "13px", + "& .MuiButton-startIcon": { + marginRight: "6px", + }, + "& .MuiButton-endIcon": { + marginLeft: "6px", + }, + }, + [theme.breakpoints.down("sm")]: { + padding: "8px 10px", + fontSize: "12px", + "& .MuiButton-startIcon": { + marginRight: "4px", + }, + "& .MuiButton-endIcon": { + marginLeft: "4px", + }, + }, +})); + +const RefreshButton = styled(IconButton)(({ theme }) => ({})); + +export const CIPPTableToptoolbar = ({ + api, + simpleColumns, + queryKey, + table, + getRequestData, + usedColumns, + usedData, + columnVisibility, + setColumnVisibility, + title, + actions, + filters = [], + exportEnabled, + refreshFunction, + queryKeys, + data, + setGraphFilterData, + setConfiguredSimpleColumns, + queueMetadata, + isInDialog = false, + showBulkExportAction = true, +}) => { + const popover = usePopover(); + const [filtersAnchor, setFiltersAnchor] = useState(null); + const [columnsAnchor, setColumnsAnchor] = useState(null); + const [exportAnchor, setExportAnchor] = useState(null); + const [actionMenuAnchor, setActionMenuAnchor] = useState(null); + const [searchValue, setSearchValue] = useState(""); + + const mdDown = useMediaQuery((theme) => theme.breakpoints.down("md")); + const settings = useSettings(); + const router = useRouter(); + const createDialog = useDialog(); + const [actionData, setActionData] = useState({ data: {}, action: {}, ready: false }); + const [offcanvasVisible, setOffcanvasVisible] = useState(false); + const [jsonDialogOpen, setJsonDialogOpen] = useState(false); // For dialog-based JSON view + const [filterList, setFilterList] = useState(filters); + const [currentEffectiveQueryKey, setCurrentEffectiveQueryKey] = useState(queryKey || title); + const [originalSimpleColumns, setOriginalSimpleColumns] = useState(simpleColumns); + const [filterCanvasVisible, setFilterCanvasVisible] = useState(false); + const [activeFilterName, setActiveFilterName] = useState(null); + const pageName = router.pathname.split("/").slice(1).join("/"); + const currentTenant = settings?.currentTenant; + + const getBulkActions = (actions, selectedRows) => { + return ( + actions + ?.filter((action) => !action.link && !action?.hideBulk) + ?.map((action) => ({ + ...action, + disabled: action.condition + ? !selectedRows.every((row) => action.condition(row.original)) + : false, + })) || [] + ); + }; + + const selectedRows = table.getSelectedRowModel().rows; + const hasSelection = table.getIsSomeRowsSelected() || table.getIsAllRowsSelected(); + // Built-in export actions should only appear when the page opts in and rows are selected. + const builtInBulkExportAvailable = + showBulkExportAction && exportEnabled && selectedRows.length > 0; + const customBulkActions = getBulkActions(actions, selectedRows); + const showBulkActionsButton = hasSelection && customBulkActions.length > 0; + + const handleExportSelectedToCsv = () => { + if (!selectedRows.length) { + return; + } + exportRowsToCsv({ + rows: selectedRows, + columns: usedColumns, + reportName: `${title}`, + columnVisibility, + }); + }; + + const handleExportSelectedToPdf = () => { + if (!selectedRows.length) { + return; + } + exportRowsToPdf({ + rows: selectedRows, + columns: usedColumns, + reportName: `${title}`, + columnVisibility, + brandingSettings: settings?.customBranding, + }); + }; + + // Track if we've restored filters for this page to prevent infinite loops + const restoredFiltersRef = useRef(new Set()); + + useEffect(() => { + //if usedData changes, deselect all rows + table.toggleAllRowsSelected(false); + }, [usedData]); + + // Sync currentEffectiveQueryKey with queryKey prop changes (e.g., tenant changes) + useEffect(() => { + setCurrentEffectiveQueryKey(queryKey || title); + // Clear active filter name when query key changes (page load, tenant change, etc.) + setActiveFilterName(null); + }, [queryKey, title]); + + //if the currentTenant Switches, remove Graph filters + useEffect(() => { + if (currentTenant) { + setGraphFilterData({}); + // Clear active filter name when tenant changes + setActiveFilterName(null); + // Clear restoration tracking so saved filters can be re-applied + const restorationKey = `${pageName}-graph`; + restoredFiltersRef.current.delete(restorationKey); + } + }, [currentTenant, pageName]); + + //useEffect to set the column visibility to the preferred columns if they exist + useEffect(() => { + if ( + settings?.columnDefaults?.[pageName] && + Object.keys(settings?.columnDefaults?.[pageName]).length > 0 + ) { + setColumnVisibility(settings?.columnDefaults?.[pageName]); + } + }, [settings?.columnDefaults?.[pageName], router, usedColumns]); + + useEffect(() => { + setOriginalSimpleColumns(simpleColumns); + }, [simpleColumns]); + + // Early restoration of graph filters (before API call) - run only once per page + useEffect(() => { + const restorationKey = `${pageName}-graph`; + + if ( + settings.persistFilters && + settings.lastUsedFilters && + settings.lastUsedFilters[pageName] && + api?.url === "/api/ListGraphRequest" && // Only for graph requests + !restoredFiltersRef.current.has(restorationKey) // Only if not already restored + ) { + const last = settings.lastUsedFilters[pageName]; + if (last.type === "graph") { + // Mark as restored to prevent infinite loops + restoredFiltersRef.current.add(restorationKey); + + // Directly set the graph filter data without calling setTableFilter to avoid loops + const filterProps = [ + "$filter", + "$select", + "$expand", + "$orderby", + "$count", + "$search", + "ReverseTenantLookup", + "ReverseTenantLookupProperty", + "AsApp", + ]; + const graphFilter = filterProps.reduce((acc, prop) => { + if (last.value[prop]) { + acc[prop] = last.value[prop]; + } + return acc; + }, {}); + + const newQueryKey = `${queryKey ? queryKey : title}-${last.name}`; + setGraphFilterData({ + data: { ...mergeCaseInsensitive(api.data, graphFilter) }, + queryKey: newQueryKey, + }); + setCurrentEffectiveQueryKey(newQueryKey); + setActiveFilterName(last.name); + + if (last.value?.$select) { + let selectColumns = []; + if (Array.isArray(last.value.$select)) { + selectColumns = last.value.$select; + } else if (typeof last.value.$select === "string") { + selectColumns = last.value.$select + .split(",") + .map((col) => col.trim()) + .filter((col) => usedColumns.includes(col)); + } + if (selectColumns.length > 0) { + setConfiguredSimpleColumns(selectColumns); + } + } + } + } + }, [settings.persistFilters, settings.lastUsedFilters, pageName, api?.url, queryKey, title]); + + // Clear restoration tracking when page changes + useEffect(() => { + restoredFiltersRef.current.clear(); + }, [pageName]); + + // Restore last used filter on mount if persistFilters is enabled (non-graph filters) + useEffect(() => { + // Wait for table to be initialized and data to be available + if ( + settings.persistFilters && + settings.lastUsedFilters && + settings.lastUsedFilters[pageName] && + table && + usedColumns.length > 0 && + !getRequestData?.isFetching + ) { + // Use setTimeout to ensure the table is fully rendered + const timeoutId = setTimeout(() => { + const last = settings.lastUsedFilters[pageName]; + + if (last.type === "global") { + table.setGlobalFilter(last.value); + setActiveFilterName(last.name); + } else if (last.type === "column") { + // Only apply if all filter columns exist in the current table + const allColumns = table.getAllColumns().map((col) => col.id); + const filterColumns = Array.isArray(last.value) ? last.value.map((f) => f.id) : []; + const allExist = filterColumns.every((colId) => allColumns.includes(colId)); + if (allExist) { + table.setShowColumnFilters(true); + table.setColumnFilters(last.value); + setActiveFilterName(last.name); + } + } + // Note: graph filters are handled in the earlier useEffect + }, 100); + + return () => clearTimeout(timeoutId); + } + }, [ + settings.persistFilters, + settings.lastUsedFilters, + pageName, + table, + usedColumns, + getRequestData?.isFetching, + ]); + + const presetList = ApiGetCall({ + url: "/api/ListGraphExplorerPresets", + queryKey: `ListGraphExplorerPresets${api?.data?.Endpoint ?? ""}`, + data: { + Endpoint: api?.data?.Endpoint ?? "", + }, + waiting: !!api?.data?.Endpoint, + }); + + // Handle search input changes + const handleSearchChange = (event) => { + const value = event.target.value; + setSearchValue(value); + table.setGlobalFilter(value); + }; + + // Handle column filters toggle + const handleColumnFiltersToggle = () => { + const currentState = table.getState().showColumnFilters; + table.setShowColumnFilters(!currentState); + }; + + const resetToDefaultVisibility = () => { + setColumnVisibility((prevVisibility) => { + const updatedVisibility = {}; + for (const col in prevVisibility) { + if (Array.isArray(originalSimpleColumns)) { + updatedVisibility[col] = originalSimpleColumns.includes(col); + } + } + return updatedVisibility; + }); + settings.handleUpdate({ + columnDefaults: { + ...settings?.columnDefaults, + [pageName]: {}, + }, + }); + setColumnsAnchor(null); + }; + + const resetToPreferedVisibility = () => { + if ( + settings?.columnDefaults?.[pageName] && + Object.keys(settings?.columnDefaults?.[pageName]).length > 0 + ) { + setColumnVisibility(settings?.columnDefaults?.[pageName]); + } else { + setColumnVisibility((prevVisibility) => { + const updatedVisibility = {}; + for (const col in prevVisibility) { + if (Array.isArray(originalSimpleColumns)) { + updatedVisibility[col] = originalSimpleColumns.includes(col); + } + } + return updatedVisibility; + }); + } + setColumnsAnchor(null); + }; + + const saveAsPreferedColumns = () => { + settings.handleUpdate({ + columnDefaults: { + ...settings?.columnDefaults, + [pageName]: columnVisibility, + }, + }); + setColumnsAnchor(null); + }; + + const mergeCaseInsensitive = (obj1, obj2) => { + const merged = { ...obj1 }; + for (const key in obj2) { + const lowerCaseKey = key.toLowerCase(); + const existingKey = Object.keys(merged).find((k) => k.toLowerCase() === lowerCaseKey); + if (existingKey) { + merged[existingKey] = obj2[key]; + } else { + merged[key] = obj2[key]; + } + } + return merged; + }; + + // Shared function for setting nested column visibility + const setNestedVisibility = (col) => { + if (typeof col === "object" && col !== null) { + Object.keys(col).forEach((key) => { + if (usedColumns.includes(key.trim())) { + setColumnVisibility((prev) => ({ ...prev, [key.trim()]: true })); + setNestedVisibility(col[key]); + } + }); + } else { + if (usedColumns.includes(col.trim())) { + setColumnVisibility((prev) => ({ ...prev, [col.trim()]: true })); + } + } + }; + + const setTableFilter = (filter, filterType, filterName) => { + if (filterType === "global" || filterType === undefined) { + table.setGlobalFilter(filter); + setActiveFilterName(filterName); + if (settings.persistFilters && settings.setLastUsedFilter) { + settings.setLastUsedFilter(pageName, { type: "global", value: filter, name: filterName }); + } + } + if (filterType === "column") { + table.setShowColumnFilters(true); + table.setColumnFilters(filter); + setActiveFilterName(filterName); + if (settings.persistFilters && settings.setLastUsedFilter) { + settings.setLastUsedFilter(pageName, { type: "column", value: filter, name: filterName }); + } + } + if (filterType === "reset") { + table.resetGlobalFilter(); + table.resetColumnFilters(); + if (api?.data) { + setGraphFilterData({}); + resetToDefaultVisibility(); + } + setCurrentEffectiveQueryKey(queryKey || title); // Reset to original query key + setActiveFilterName(null); // Clear active filter + if (settings.persistFilters && settings.setLastUsedFilter) { + settings.setLastUsedFilter(pageName, { type: "reset", value: null, name: null }); + } + } + if (filterType === "graph") { + const filterProps = [ + "$filter", + "$select", + "$expand", + "$orderby", + "$count", + "$search", + "ReverseTenantLookup", + "ReverseTenantLookupProperty", + "AsApp", + ]; + const graphFilter = filterProps.reduce((acc, prop) => { + if (filter[prop]) { + acc[prop] = filter[prop]; + } + return acc; + }, {}); + table.resetGlobalFilter(); + table.resetColumnFilters(); + //get api.data, merge with graphFilter, set api.data + const newQueryKey = `${queryKey ? queryKey : title}-${filterName}`; + setGraphFilterData({ + data: { ...mergeCaseInsensitive(api.data, graphFilter) }, + queryKey: newQueryKey, + }); + setCurrentEffectiveQueryKey(newQueryKey); + setActiveFilterName(filterName); // Track active graph filter + if (settings.persistFilters && settings.setLastUsedFilter) { + settings.setLastUsedFilter(pageName, { type: "graph", value: filter, name: filterName }); + } + if (filter?.$select) { + let selectedColumns = []; + if (Array.isArray(filter?.$select)) { + selectedColumns = filter?.$select; + } else if (typeof filter?.$select === "string") { + selectedColumns = filter.$select.split(","); + } + if (selectedColumns.length > 0) { + setConfiguredSimpleColumns(selectedColumns); + selectedColumns.forEach((col) => { + setNestedVisibility(col); + }); + } + } + } + }; + + useEffect(() => { + if (api?.url === "/api/ListGraphRequest" && presetList.isSuccess) { + var endpoint = api?.data?.Endpoint?.replace(/^\//, ""); + var graphPresetList = []; + GraphExplorerPresets.map((preset) => { + var presetEndpoint = preset?.params?.endpoint?.replace(/^\//, ""); + if (presetEndpoint === endpoint) { + graphPresetList.push({ + id: preset?.id, + filterName: preset?.name, + value: preset?.params, + type: "graph", + }); + } + }); + + presetList?.data?.Results?.map((preset) => { + var customPresetEndpoint = preset?.params?.endpoint?.replace(/^\//, ""); + if (customPresetEndpoint === endpoint) { + graphPresetList.push({ + id: preset?.id, + filterName: preset?.name, + value: preset?.params, + type: "graph", + }); + } + }); + + // update filters to include graph explorer presets + setFilterList([...filters, ...graphPresetList]); + } + }, [presetList?.isSuccess, simpleColumns]); + + return ( + <> + + {/* Left side - Main controls */} + + {/* Refresh Button */} + + { + if (typeof refreshFunction === "object") { + refreshFunction.refetch(); + } else if (typeof refreshFunction === "function") { + refreshFunction(); + } else if (data && !getRequestData.isFetched) { + // do nothing because data was sent native. + } else if (getRequestData) { + getRequestData.refetch(); + } + }} + disabled={ + getRequestData?.isLoading || + getRequestData?.isFetching || + refreshFunction?.isFetching + } + > + + {getRequestData?.isFetchNextPageError ? ( + + ) : ( + + )} + + + + + {/* Search Input */} + + + + + + {/* Desktop Buttons */} + {!mdDown && ( + <> + {/* Filters Button */} + } + endIcon={} + onClick={(event) => setFiltersAnchor(event.currentTarget)} + sx={{ + color: activeFilterName ? "primary.main" : "text.primary", + borderColor: activeFilterName ? "primary.main" : undefined, + }} + > + Filters + + setFiltersAnchor(null)} + PaperProps={{ + sx: { + mt: 1, + borderRadius: 2, + minWidth: 200, + }, + }} + > + { + handleColumnFiltersToggle(); + setFiltersAnchor(null); + }} + > + + {table.getState().showColumnFilters + ? "Hide Column Filters" + : "Show Column Filters"} + + + + setTableFilter("", "reset", "")}> + + + {api?.url === "/api/ListGraphRequest" && ( + { + setFiltersAnchor(null); + setFilterCanvasVisible(true); + }} + > + + + )} + {filterList?.length > 0 && } + {filterList?.map((filter) => ( + { + setFiltersAnchor(null); + setTableFilter(filter.value, filter.type, filter.filterName); + }} + > + + {activeFilterName === filter.filterName && ( + + )} + {filter.filterName} + + } + /> + + ))} + + + {/* Columns Button */} + } + endIcon={} + onClick={(event) => setColumnsAnchor(event.currentTarget)} + > + Columns + + setColumnsAnchor(null)} + PaperProps={{ + sx: { + mt: 1, + borderRadius: 2, + minWidth: 250, + maxHeight: 400, + }, + }} + > + + + + + + + + + + + {table + .getAllColumns() + .filter((column) => !column.id.startsWith("mrt-")) + .map((column) => ( + + setColumnVisibility({ + ...columnVisibility, + [column.id]: !column.getIsVisible(), + }) + } + > + + + + ))} + + + {/* Export Button */} + {exportEnabled && ( + } + endIcon={} + onClick={(event) => setExportAnchor(event.currentTarget)} + > + Export + + )} + + )} + + {/* Mobile Action Menu */} + setActionMenuAnchor(null)} + PaperProps={{ + sx: { + mt: 1, + borderRadius: 2, + minWidth: 180, + }, + }} + > + { + setFiltersAnchor(event.currentTarget); + setActionMenuAnchor(null); + }} + > + + + + Filters + + { + setColumnsAnchor(event.currentTarget); + setActionMenuAnchor(null); + }} + > + + + + Columns + + {exportEnabled && ( + { + setExportAnchor(event.currentTarget); + setActionMenuAnchor(null); + }} + > + + + + Export + + )} + { + table.setIsFullScreen(!table.getState().isFullScreen); + setActionMenuAnchor(null); + }} + > + + + + + {table.getState().isFullScreen ? "Exit Fullscreen" : "Fullscreen"} + + + + + {/* Filters Menu */} + setFiltersAnchor(null)} + PaperProps={{ + sx: { + mt: 1, + borderRadius: 2, + minWidth: 200, + }, + }} + > + { + handleColumnFiltersToggle(); + setFiltersAnchor(null); + }} + > + + {table.getState().showColumnFilters ? "Hide Column Filters" : "Show Column Filters"} + + + + setTableFilter("", "reset", "")}> + + + {api?.url === "/api/ListGraphRequest" && ( + { + setFiltersAnchor(null); + setFilterCanvasVisible(true); + }} + > + + + )} + {filterList?.length > 0 && } + {filterList?.map((filter) => ( + { + setFiltersAnchor(null); + setTableFilter(filter.value, filter.type, filter.filterName); + }} + > + + {activeFilterName === filter.filterName && ( + + )} + {filter.filterName} + + } + /> + + ))} + + + {/* Columns Menu */} + setColumnsAnchor(null)} + PaperProps={{ + sx: { + mt: 1, + borderRadius: 2, + minWidth: 250, + maxHeight: 400, + }, + }} + > + + + + + + + + + + + {table + .getAllColumns() + .filter((column) => !column.id.startsWith("mrt-")) + .map((column) => ( + + setColumnVisibility({ + ...columnVisibility, + [column.id]: !column.getIsVisible(), + }) + } + > + + + + ))} + + + {/* Export Menu */} + {exportEnabled && ( + setExportAnchor(null)} + PaperProps={{ + sx: { + mt: 1, + borderRadius: 2, + minWidth: 180, + }, + }} + > + { + // Trigger CSV export + const csvButton = document.querySelector("[data-csv-export]"); + if (csvButton) csvButton.click(); + setExportAnchor(null); + }} + > + + + + + + { + // Trigger PDF export + const pdfButton = document.querySelector("[data-pdf-export]"); + if (pdfButton) pdfButton.click(); + setExportAnchor(null); + }} + > + + + + + + {builtInBulkExportAvailable && ( + <> + + { + handleExportSelectedToCsv(); + setExportAnchor(null); + }} + > + + + + + + { + handleExportSelectedToPdf(); + setExportAnchor(null); + }} + > + + + + + + + )} + + { + if (isInDialog) { + setJsonDialogOpen(true); + } else { + setOffcanvasVisible(true); + } + setExportAnchor(null); + }} + > + + + + + + + )} + + {/* Mobile Action Menu */} + {mdDown && ( + setActionMenuAnchor(event.currentTarget)} + size="small" + sx={{ + height: "40px", + width: "40px", + border: "1px solid", + borderColor: "divider", + borderRadius: "8px", + ml: "auto", + }} + > + + + )} + + + {/* Right side - Additional controls */} + + {/* Selected rows indicator */} + {(table.getIsAllRowsSelected() || table.getIsSomeRowsSelected()) && ( + + {table.getSelectedRowModel().rows.length} rows selected + + )} + + {/* Bulk Actions - inline with toolbar */} + {showBulkActionsButton && ( + + )} + + {/* Cold start indicator */} + {getRequestData?.data?.pages?.[0].Metadata?.ColdStart === true && ( + + + + )} + + {/* Queue tracker */} + + + + {/* Hidden export buttons for triggering */} + + + + + + + {/* Bulk Actions Menu - now inline with toolbar */} + + {actions && + customBulkActions.map((action, index) => ( + { + if (action.disabled) { + return; + } + + const selectedRows = table.getSelectedRowModel().rows; + const selectedData = selectedRows.map((row) => row.original); + + if (typeof action.customBulkHandler === "function") { + action.customBulkHandler({ + rows: selectedRows, + data: selectedData, + closeMenu: popover.handleClose, + clearSelection: () => table.toggleAllRowsSelected(false), + }); + popover.handleClose(); + return; + } + + setActionData({ + data: selectedData, + action: action, + ready: true, + }); + + if (action?.noConfirm && action.customFunction) { + selectedRows.map((row) => + action.customFunction(row.original.original, action, {}) + ); + } else { + createDialog.handleOpen(); + popover.handleClose(); + } + }} + > + + {action.icon} + + {action.label} + + ))} + + + {/* API Response Off-Canvas - only show when not in dialog mode */} + {!isInDialog && ( + { + setOffcanvasVisible(false); + }} + > + + API Response + + + + )} + + {/* Action Dialog */} + {actionData.ready && ( + + )} + + {/* Graph Filter Off-Canvas */} + setFilterCanvasVisible(!filterCanvasVisible)} + > + { + setTableFilter(filter, "graph", "Custom Filter"); + if (filter?.$select) { + let selectedColumns = []; + if (Array.isArray(filter?.$select)) { + selectedColumns = filter?.$select; + } else if (typeof filter?.$select === "string") { + selectedColumns = filter.$select.split(","); + } + if (selectedColumns.length > 0) { + setConfiguredSimpleColumns(selectedColumns); + selectedColumns.forEach((col) => { + setNestedVisibility(col); + }); + } + } else { + setConfiguredSimpleColumns(originalSimpleColumns); + } + setFilterCanvasVisible(!filterCanvasVisible); + }} + component="card" + /> + + + {/* JSON Dialog for when in dialog mode */} + {isInDialog && ( + setJsonDialogOpen(false)} + sx={{ zIndex: (theme) => theme.zIndex.modal + 1 }} + > + API Response + + + + + + + + )} + + ); +}; diff --git a/src/components/CippTable/CippDataTable.js b/src/components/CippTable/CippDataTable.js new file mode 100644 index 000000000000..5a1590ac1fde --- /dev/null +++ b/src/components/CippTable/CippDataTable.js @@ -0,0 +1,780 @@ +import { MaterialReactTable, useMaterialReactTable } from "material-react-table"; +import { + Card, + CardContent, + CardHeader, + Divider, + ListItemIcon, + ListItemText, + MenuItem, + SvgIcon, +} from "@mui/material"; +import { ResourceUnavailable } from "../resource-unavailable"; +import { ResourceError } from "../resource-error"; +import { Scrollbar } from "../scrollbar"; +import { useEffect, useMemo, useState } from "react"; +import { ApiGetCallWithPagination } from "../../api/ApiCall"; +import { utilTableMode } from "./util-tablemode"; +import { utilColumnsFromAPI, resolveSimpleColumnVariables } from "./util-columnsFromAPI"; +import { CIPPTableToptoolbar } from "./CIPPTableToptoolbar"; +import { Info, More, MoreHoriz } from "@mui/icons-material"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { useDialog } from "../../hooks/use-dialog"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; +import { getCippError } from "../../utils/get-cipp-error"; +import { Box } from "@mui/system"; +import { useSettings } from "../../hooks/use-settings"; +import { isEqual } from "lodash"; // Import lodash for deep comparison + +// Resolve dot-delimited property paths against arbitrary data objects. +const getNestedValue = (source, path) => { + if (!source) { + return undefined; + } + if (!path) { + return source; + } + + return path.split(".").reduce((acc, key) => { + if (acc === undefined || acc === null) { + return undefined; + } + if (typeof acc !== "object") { + return undefined; + } + return acc[key]; + }, source); +}; + +// Resolve dot-delimited column ids against the original row data so nested fields can sort/filter properly. +const getRowValueByColumnId = (row, columnId) => { + if (!row?.original || !columnId) { + return undefined; + } + + if (columnId.includes("@odata")) { + return row.original[columnId]; + } + + return getNestedValue(row.original, columnId); +}; + +const compareNullable = (aVal, bVal) => { + if (aVal === null && bVal === null) { + return 0; + } + if (aVal === null) { + return 1; + } + if (bVal === null) { + return -1; + } + if (aVal === bVal) { + return 0; + } + return aVal > bVal ? 1 : -1; +}; + +export const CippDataTable = (props) => { + const { + queryKey, + data = [], + columns = [], + api = {}, + isFetching = false, + columnVisibility: initialColumnVisibility = { + id: false, + RowKey: false, + ETag: false, + PartitionKey: false, + Timestamp: false, + TableTimestamp: false, + }, + exportEnabled = true, + simpleColumns = [], + actions, + title = "Report", + simple = false, + cardButton, + offCanvas = false, + noCard = false, + hideTitle = false, + refreshFunction, + incorrectDataMessage = "Data not in correct format", + onChange, + filters, + maxHeightOffset = "380px", + defaultSorting = [], + isInDialog = false, + showBulkExportAction = true, + } = props; + const [columnVisibility, setColumnVisibility] = useState(initialColumnVisibility); + const [configuredSimpleColumns, setConfiguredSimpleColumns] = useState(simpleColumns); + const [usedData, setUsedData] = useState(data); + const [usedColumns, setUsedColumns] = useState([]); + const [offcanvasVisible, setOffcanvasVisible] = useState(false); + const [offCanvasData, setOffCanvasData] = useState({}); + const [customComponentData, setCustomComponentData] = useState({}); + const [customComponentVisible, setCustomComponentVisible] = useState(false); + const [actionData, setActionData] = useState({ data: {}, action: {}, ready: false }); + const [graphFilterData, setGraphFilterData] = useState({}); + const [sorting, setSorting] = useState([]); + const [columnFilters, setColumnFilters] = useState([]); + const waitingBool = api?.url ? true : false; + + const settings = useSettings(); + + const getRequestData = ApiGetCallWithPagination({ + url: api.url, + data: { ...api.data }, + queryKey: queryKey ? queryKey : title, + waiting: waitingBool, + ...graphFilterData, + }); + + useEffect(() => { + if (filters && Array.isArray(filters) && filters.length > 0) { + setColumnFilters(filters); + } + }, [filters]); + + useEffect(() => { + if (Array.isArray(data) && !api?.url) { + if (!isEqual(data, usedData)) { + setUsedData(data); + } + } + }, [data, api?.url, usedData]); + + useEffect(() => { + if (getRequestData.isSuccess && !getRequestData.isFetching) { + const lastPage = getRequestData.data?.pages[getRequestData.data.pages.length - 1]; + const nextLinkExists = lastPage?.Metadata?.nextLink; + if (nextLinkExists) { + getRequestData.fetchNextPage(); + } + } + }, [getRequestData.data?.pages?.length, getRequestData.isFetching, queryKey]); + + useEffect(() => { + if (getRequestData.isSuccess) { + const allPages = getRequestData.data.pages; + + const combinedResults = allPages.flatMap((page) => { + const nestedData = getNestedValue(page, api.dataKey); + return nestedData !== undefined ? nestedData : []; + }); + setUsedData(combinedResults); + } + }, [ + getRequestData.isSuccess, + getRequestData.data, + api.dataKey, + getRequestData.isFetching, + queryKey, + ]); + useEffect(() => { + if ( + !Array.isArray(usedData) || + usedData.length === 0 || + typeof usedData[0] !== "object" || + usedData === null || + usedData === undefined + ) { + return; + } + const apiColumns = utilColumnsFromAPI(usedData); + let finalColumns = []; + let newVisibility = { ...columnVisibility }; + + // Check if we're in AllTenants mode and data has Tenant property + const isAllTenants = settings?.currentTenant === "AllTenants"; + const hasTenantProperty = usedData.some( + (row) => row && typeof row === "object" && "Tenant" in row + ); + const shouldShowTenant = isAllTenants && hasTenantProperty; + + if (columns.length === 0 && configuredSimpleColumns.length === 0) { + finalColumns = apiColumns; + apiColumns.forEach((col) => { + newVisibility[col.id] = true; + }); + } else if (configuredSimpleColumns.length > 0) { + // Resolve any variables in the simple columns before checking visibility + const resolvedSimpleColumns = resolveSimpleColumnVariables(configuredSimpleColumns, usedData); + + // Add Tenant to resolved columns if in AllTenants mode and not already included + let finalResolvedColumns = [...resolvedSimpleColumns]; + if (shouldShowTenant && !resolvedSimpleColumns.includes("Tenant")) { + finalResolvedColumns = [...resolvedSimpleColumns, "Tenant"]; + } + + finalColumns = apiColumns; + finalColumns.forEach((col) => { + newVisibility[col.id] = finalResolvedColumns.includes(col.id); + }); + } else { + const providedColumnKeys = new Set(columns.map((col) => col.id || col.header)); + finalColumns = [...columns, ...apiColumns.filter((col) => !providedColumnKeys.has(col.id))]; + finalColumns.forEach((col) => { + newVisibility[col.accessorKey] = providedColumnKeys.has(col.id); + }); + + // Handle Tenant column for custom columns case + if (shouldShowTenant) { + const tenantColumn = finalColumns.find((col) => col.id === "Tenant"); + if (tenantColumn) { + // Make tenant visible + newVisibility["Tenant"] = true; + } + } + } + if (defaultSorting?.length > 0) { + setSorting(defaultSorting); + } + setUsedColumns(finalColumns); + setColumnVisibility(newVisibility); + }, [columns.length, usedData, queryKey, settings?.currentTenant]); + + const createDialog = useDialog(); + + // Apply the modeInfo directly + const [modeInfo] = useState( + utilTableMode( + columnVisibility, + simple, + actions, + configuredSimpleColumns, + offCanvas, + onChange, + maxHeightOffset + ) + ); + //create memoized version of usedColumns, and usedData + const memoizedColumns = useMemo(() => usedColumns, [usedColumns]); + const memoizedData = useMemo(() => usedData, [usedData]); + + const handleActionDisabled = (row, action) => { + if (action?.condition) { + return !action.condition(row); + } + return false; + }; + + const table = useMaterialReactTable({ + muiTableBodyCellProps: { + onCopy: (e) => { + const sel = window.getSelection()?.toString() ?? ""; + if (sel) { + e.preventDefault(); + e.stopPropagation(); + e.nativeEvent?.stopImmediatePropagation?.(); + e.clipboardData.setData("text/plain", sel); + if (navigator.clipboard?.writeText) { + navigator.clipboard.writeText(sel).catch(() => {}); + } + } + }, + }, + mrtTheme: (theme) => ({ + baseBackgroundColor: theme.palette.background.paper, + }), + muiTablePaperProps: ({ table }) => ({ + //not sx + style: { + zIndex: table.getState().isFullScreen ? 1000 : undefined, + top: table.getState().isFullScreen ? 64 : undefined, + }, + }), + // Add global styles to target the specific filter components + enableColumnFilterModes: true, + muiTableHeadCellProps: { + sx: { + // Target the filter row cells + "& .MuiTableCell-root": { + padding: "8px 16px", + }, + // Target the Autocomplete component in filter cells + "& .MuiAutocomplete-root": { + width: "100%", + }, + // Force the tags container to be single line with ellipsis + "& .MuiAutocomplete-root .MuiInputBase-root": { + height: "40px !important", + overflow: "hidden", + textOverflow: "ellipsis", + whiteSpace: "nowrap", + display: "flex", + flexWrap: "nowrap", + }, + // Target the tags container specifically + "& .MuiAutocomplete-root .MuiInputBase-root .MuiInputBase-input": { + height: "24px", + minHeight: "24px", + maxHeight: "24px", + }, + // Target regular input fields (not in Autocomplete) + "& .MuiInputBase-root": { + height: "40px !important", + }, + // Ensure all input fields have consistent styling + "& .MuiInputBase-input": { + height: "24px", + minHeight: "24px", + maxHeight: "24px", + }, + // Target the specific chip class mentioned + "& .MuiChip-label.MuiChip-labelMedium": { + maxWidth: "80px", + overflow: "hidden", + textOverflow: "ellipsis", + whiteSpace: "nowrap", + padding: "0 4px", + }, + // Make chips smaller overall and add title attribute for tooltip + "& .MuiChip-root": { + height: "24px", + maxHeight: "24px", + // This adds a tooltip effect using the browser's native tooltip + "&::before": { + content: "attr(data-label)", + display: "none", + }, + "&:hover::before": { + display: "block", + position: "absolute", + top: "-25px", + left: "0", + backgroundColor: "rgba(0, 0, 0, 0.8)", + color: "white", + padding: "4px 8px", + borderRadius: "4px", + fontSize: "12px", + whiteSpace: "nowrap", + zIndex: 9999, + }, + }, + }, + }, + // Initialize the filter chips with data attributes for tooltips + initialState: { + columnFilters: columnFilters, + columnVisibility: columnVisibility, + }, + columns: memoizedColumns, + data: memoizedData ?? [], + state: { + columnVisibility, + sorting, + columnFilters, + showSkeletons: getRequestData.isFetchingNextPage + ? false + : getRequestData.isFetching + ? getRequestData.isFetching + : isFetching, + }, + onSortingChange: (newSorting) => { + setSorting(newSorting ?? []); + }, + onColumnFiltersChange: setColumnFilters, + renderEmptyRowsFallback: ({ table }) => + getRequestData.data?.pages?.[0].Metadata?.QueueMessage ? ( + +
    + {getRequestData.data?.pages?.[0].Metadata?.QueueMessage} +
    +
    + ) : undefined, + onColumnVisibilityChange: setColumnVisibility, + ...modeInfo, + renderRowActionMenuItems: actions + ? ({ closeMenu, row }) => [ + actions.map((action, index) => ( + { + if (settings.currentTenant === "AllTenants" && row.original?.Tenant) { + settings.handleUpdate({ + currentTenant: row.original.Tenant, + }); + } + + if (action.noConfirm && action.customFunction) { + action.customFunction(row.original, action, {}); + closeMenu(); + return; + } + + // Handle custom component differently + if (typeof action.customComponent === "function") { + setCustomComponentData({ data: row.original, action: action }); + setCustomComponentVisible(true); + closeMenu(); + return; + } + + // Standard dialog flow + setActionData({ + data: row.original, + action: action, + ready: true, + }); + createDialog.handleOpen(); + closeMenu(); + }} + disabled={handleActionDisabled(row.original, action)} + > + + {action.icon} + + {action.label} + + )), + offCanvas && ( + { + closeMenu(); + setOffCanvasData(row.original); + setOffcanvasVisible(true); + }} + > + + + + More Info + + ), + ] + : offCanvas && ( + { + closeMenu(); + setOffCanvasData(row.original); + setOffcanvasVisible(true); + }} + > + + + + More Info + + ), + renderTopToolbar: ({ table }) => { + return ( + <> + {!simple && ( + + )} + + ); + }, + sortingFns: { + dateTimeNullsLast: (a, b, id) => { + const aRaw = getRowValueByColumnId(a, id); + const bRaw = getRowValueByColumnId(b, id); + const aDate = aRaw ? new Date(aRaw) : null; + const bDate = bRaw ? new Date(bRaw) : null; + const aTime = aDate && !Number.isNaN(aDate.getTime()) ? aDate.getTime() : null; + const bTime = bDate && !Number.isNaN(bDate.getTime()) ? bDate.getTime() : null; + + return compareNullable(aTime, bTime); + }, + number: (a, b, id) => { + const aRaw = getRowValueByColumnId(a, id); + const bRaw = getRowValueByColumnId(b, id); + const aNum = typeof aRaw === "number" ? aRaw : Number(aRaw); + const bNum = typeof bRaw === "number" ? bRaw : Number(bRaw); + const aVal = Number.isNaN(aNum) ? null : aNum; + const bVal = Number.isNaN(bNum) ? null : bNum; + + return compareNullable(aVal, bVal); + }, + boolean: (a, b, id) => { + const aRaw = getRowValueByColumnId(a, id); + const bRaw = getRowValueByColumnId(b, id); + const toBool = (value) => { + if (value === null || value === undefined) { + return null; + } + if (typeof value === "boolean") { + return value; + } + if (typeof value === "string") { + const lower = value.toLowerCase(); + if (lower === "true" || lower === "yes") { + return true; + } + if (lower === "false" || lower === "no") { + return false; + } + } + if (typeof value === "number") { + return value !== 0; + } + return null; + }; + + const aBool = toBool(aRaw); + const bBool = toBool(bRaw); + const aNumeric = aBool === null ? null : aBool ? 1 : 0; + const bNumeric = bBool === null ? null : bBool ? 1 : 0; + + return compareNullable(aNumeric, bNumeric); + }, + }, + filterFns: { + notContains: (row, columnId, value) => { + const rowValue = row.getValue(columnId); + if (rowValue === null || rowValue === undefined) { + return false; + } + + const stringValue = String(rowValue); + if ( + stringValue.includes("[object Object]") || + !stringValue.toLowerCase().includes(value.toLowerCase()) + ) { + return true; + } else { + return false; + } + }, + regex: (row, columnId, value) => { + try { + const regex = new RegExp(value, "i"); + const rowValue = row.getValue(columnId); + if (typeof rowValue === "string" && !rowValue.includes("[object Object]")) { + return regex.test(rowValue); + } + return false; + } catch (error) { + // If regex is invalid, don't filter + return true; + } + }, + }, + globalFilterFn: "contains", + enableGlobalFilterModes: true, + renderGlobalFilterModeMenuItems: ({ internalFilterOptions, onSelectFilterMode }) => { + // add custom filter options + const customFilterOptions = [ + { + option: "regex", + label: "Regex", + symbol: "(.*)", + }, + ]; + + // add to the internalFilterOptions if not already present + customFilterOptions.forEach((filterOption) => { + if (!internalFilterOptions.some((option) => option.option === filterOption.option)) { + internalFilterOptions.push(filterOption); + } + }); + + internalFilterOptions.map((filterOption) => ( + onSelectFilterMode(filterOption.option)} + sx={{ + display: "flex", + alignItems: "center", + gap: "0.5rem", + }} + > + {filterOption.symbol} + {filterOption.label} + + )); + }, + renderColumnFilterModeMenuItems: ({ internalFilterOptions, onSelectFilterMode }) => { + // add custom filter options + const customFilterOptions = [ + { + option: "notContains", + label: "Not Contains", + symbol: "!*", + }, + { + option: "regex", + label: "Regex", + symbol: "(.*)", + }, + ]; + + // combine default and custom filter options + const combinedFilterOptions = [...internalFilterOptions, ...customFilterOptions]; + + return combinedFilterOptions.map((filterOption) => ( + onSelectFilterMode(filterOption.option)} + sx={{ + display: "flex", + alignItems: "center", + gap: "0.5rem", + }} + > + {filterOption.symbol} + {filterOption.label} + + )); + }, + }); + + useEffect(() => { + if (filters && Array.isArray(filters) && filters.length > 0 && memoizedColumns.length > 0) { + // Make sure the table and columns are ready + setTimeout(() => { + if (table && typeof table.setColumnFilters === "function") { + const formattedFilters = filters.map((filter) => ({ + id: filter.id || filter.columnId, + value: filter.value, + })); + table.setColumnFilters(formattedFilters); + } + }); + } + }, [filters, memoizedColumns, table]); + + useEffect(() => { + if (onChange && table.getSelectedRowModel().rows) { + onChange(table.getSelectedRowModel().rows.map((row) => row.original)); + } + }, [table.getSelectedRowModel().rows]); + + useEffect(() => { + //check if the simplecolumns are an array, + if (Array.isArray(simpleColumns) && simpleColumns.length > 0) { + setConfiguredSimpleColumns(simpleColumns); + } + }, [simpleColumns]); + + return ( + <> + {noCard ? ( + + {!Array.isArray(usedData) && usedData ? ( + + ) : ( + <> + {(getRequestData.isSuccess || getRequestData.data?.pages.length >= 0 || data) && ( + + )} + + )} + {getRequestData.isError && !getRequestData.isFetchNextPageError && ( + getRequestData.refetch()} + message={`Error Loading data: ${getCippError(getRequestData.error)}`} + /> + )} + + ) : ( + // Render the table inside a Card + + {cardButton || !hideTitle ? ( + <> + + + + ) : null} + + + {!Array.isArray(usedData) && usedData ? ( + + ) : ( + <> + {(getRequestData.isSuccess || + getRequestData.data?.pages.length >= 0 || + (data && !getRequestData.isError)) && ( + + )} + + )} + {getRequestData.isError && !getRequestData.isFetchNextPageError && ( + getRequestData.refetch()} + message={`Error Loading data: ${getCippError(getRequestData.error)}`} + /> + )} + + + + )} + setOffcanvasVisible(false)} + extendedData={offCanvasData} + extendedInfoFields={offCanvas?.extendedInfoFields} + actions={actions} + children={offCanvas?.children} + customComponent={offCanvas?.customComponent} + {...offCanvas} + /> + {/* Render custom component */} + {customComponentVisible && + customComponentData?.action && + typeof customComponentData.action.customComponent === "function" && + customComponentData.action.customComponent(customComponentData.data, { + drawerVisible: customComponentVisible, + setDrawerVisible: setCustomComponentVisible, + fromRowAction: true, + })} + + {/* Render standard dialog */} + {useMemo(() => { + if ( + !actionData.ready || + (actionData.action && typeof actionData.action.customComponent === "function") + ) + return null; + return ( + + ); + }, [actionData.ready, createDialog, actionData.action, actionData.data, queryKey, title])} + + ); +}; diff --git a/src/components/CippTable/CippDataTableButton.jsx b/src/components/CippTable/CippDataTableButton.jsx new file mode 100644 index 000000000000..79eec0f04bc5 --- /dev/null +++ b/src/components/CippTable/CippDataTableButton.jsx @@ -0,0 +1,70 @@ +import { useState } from "react"; +import { Dialog, DialogContent, Button } from "@mui/material"; +import { CippDataTable } from "./CippDataTable"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +const CippDataTableButton = ({ data, title, tableTitle = "Data" }) => { + const [openDialogs, setOpenDialogs] = useState([]); + + const handleOpenDialog = () => { + let dataArray; + + if (Array.isArray(data)) { + dataArray = data; + } else if (typeof data === "object" && data !== null) { + dataArray = Object.keys(data).map((key) => ({ + key: getCippTranslation(key), + value: data[key], + })); + } else { + dataArray = [data]; + } + setOpenDialogs([...openDialogs, dataArray]); + }; + + const handleCloseDialog = (index) => { + setOpenDialogs(openDialogs.filter((_, i) => i !== index)); + }; + const dataIsNotANullArray = + !Array.isArray(data) && + (typeof data !== "object" || data === null || Object.keys(data).length === 0); + const dataLength = Array.isArray(data) + ? data.length + : typeof data === "object" && data !== null + ? Object.keys(data).length + : 0; + + return ( + <> + + + {openDialogs.map((dialogData, index) => ( + handleCloseDialog(index)} + fullWidth + maxWidth="lg" + > + + + + + ))} + + ); +}; + +export default CippDataTableButton; diff --git a/src/components/CippTable/CippDiagnosticsFilter.js b/src/components/CippTable/CippDiagnosticsFilter.js new file mode 100644 index 000000000000..e8118a10e090 --- /dev/null +++ b/src/components/CippTable/CippDiagnosticsFilter.js @@ -0,0 +1,305 @@ +import { useState, useEffect } from "react"; +import { useForm, useWatch } from "react-hook-form"; +import { + Box, + Button, + Stack, + Alert, + AlertTitle, + Accordion, + AccordionSummary, + AccordionDetails, + Typography, + IconButton, + Tooltip, + CircularProgress, +} from "@mui/material"; +import { ExpandMore, Search, Save, Delete } from "@mui/icons-material"; +import { CippFormComponent } from "../CippComponents/CippFormComponent"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import { Grid } from "@mui/system"; +import defaultPresets from "../../data/DiagnosticsPresets.json"; + +const CippDiagnosticsFilter = ({ onSubmitFilter }) => { + const [expanded, setExpanded] = useState(true); + const [selectedPreset, setSelectedPreset] = useState(null); + const [presetOptions, setPresetOptions] = useState([]); + + const formControl = useForm({ + mode: "onChange", + defaultValues: { + presetName: "", + queryPreset: null, + query: "", + }, + }); + + const { handleSubmit } = formControl; + const queryValue = useWatch({ control: formControl.control, name: "query" }); + const queryPreset = useWatch({ control: formControl.control, name: "queryPreset" }); + const presetName = useWatch({ control: formControl.control, name: "presetName" }); + + // Load presets + const presetList = ApiGetCall({ + url: "/api/ListDiagnosticsPresets", + queryKey: "ListDiagnosticsPresets", + }); + + useEffect(() => { + // Combine built-in presets with custom presets + const builtInOptions = defaultPresets.map((preset) => ({ + label: preset.name, + value: preset.id, + query: preset.query, + columns: preset.columns || null, + isBuiltin: true, + })); + + const customOptions = + presetList.isSuccess && presetList.data + ? presetList.data.map((preset) => ({ + label: preset.name, + value: preset.GUID, + query: preset.query, + isBuiltin: false, + })) + : []; + + setPresetOptions([...builtInOptions, ...customOptions]); + }, [presetList.isSuccess, presetList.data]); + + // Load preset when selected + useEffect(() => { + if (queryPreset) { + // queryPreset is the full object from autoComplete + // Check if it's an array (multiple) or object (single) + const preset = Array.isArray(queryPreset) ? queryPreset[0] : queryPreset; + + if (preset?.query) { + formControl.setValue("query", preset.query); + formControl.setValue("presetName", preset.label); + setSelectedPreset(preset); + // Clear the preset selection so user can edit freely + formControl.setValue("queryPreset", null); + } + } + }, [queryPreset, formControl]); + + // Clear selectedPreset when query is manually edited (unless preset is custom or has no columns) + useEffect(() => { + if (selectedPreset && queryValue !== selectedPreset.query) { + // Only clear if preset is built-in and has columns defined + if (selectedPreset.isBuiltin && selectedPreset.columns) { + setSelectedPreset(null); + } + } + }, [queryValue, selectedPreset]); + + const savePresetApi = ApiPostCall({ + relatedQueryKeys: ["ListDiagnosticsPresets"], + }); + + const deletePresetApi = ApiPostCall({ + relatedQueryKeys: ["ListDiagnosticsPresets"], + }); + + const handleSavePreset = () => { + if (!presetName || !queryValue) { + return; + } + + // Built-in presets get saved as new custom presets (no GUID = new preset) + // Custom presets can be updated (include GUID) + const presetData = { + name: presetName, + query: queryValue, + GUID: selectedPreset?.isBuiltin ? undefined : selectedPreset?.value || undefined, + }; + + const isUpdate = selectedPreset && !selectedPreset.isBuiltin; + + savePresetApi.mutate({ + url: "/api/ExecDiagnosticsPresets", + data: presetData, + title: isUpdate ? "Update Preset" : "Save Preset", + message: isUpdate + ? `Preset "${presetName}" updated successfully` + : `Preset "${presetName}" saved successfully`, + }); + }; + + const handleDeletePreset = () => { + if (!selectedPreset || selectedPreset.isBuiltin) { + return; + } + + deletePresetApi.mutate({ + url: "/api/ExecDiagnosticsPresets", + data: { + GUID: selectedPreset.value, + action: "delete", + }, + title: "Delete Preset", + message: `Preset "${selectedPreset.label}" deleted successfully`, + }); + + formControl.setValue("queryPreset", null); + formControl.setValue("presetName", ""); + setSelectedPreset(null); + }; + + const onSubmit = (values) => { + if (values.query && values.query.trim()) { + onSubmitFilter({ + ...values, + presetDisplayName: values.presetName || selectedPreset?.label || null, + columns: selectedPreset?.columns || null, + }); + setExpanded(false); + } + }; + + const handleClear = () => { + formControl.reset({ query: "", presetName: "", queryPreset: null }); + onSubmitFilter({ query: "", presetDisplayName: null, columns: null }); + // Only clear selectedPreset if it's a built-in preset + // Keep custom preset reference so user can continue editing and saving + if (selectedPreset?.isBuiltin) { + setSelectedPreset(null); + } + setExpanded(true); + }; + + return ( + setExpanded(!expanded)}> + }> + Query + + + + + Requirements + + • Application Insights must be deployed for your CIPP environment +
    • The Function App's managed identity must have Reader{" "} + permissions on the Application Insights resource +
    • Queries are executed using Kusto Query Language (KQL) +
    +
    + + + + + + + + + + + + + + + + + + {savePresetApi.isPending ? : } + + + + + + + {deletePresetApi.isPending ? ( + + ) : ( + + )} + + + + + + + + + + ago(1h)\n| where severityLevel >= 2\n| project timestamp, message, severityLevel\n| order by timestamp desc`} + helperText="Enter a valid Kusto Query Language (KQL) query to execute against Application Insights" + sx={{ + "& textarea": { + fontFamily: "monospace", + fontSize: "0.875rem", + }, + }} + /> + + + + + + + +
    +
    +
    + ); +}; + +export default CippDiagnosticsFilter; diff --git a/src/components/CippTable/CippGraphExplorerFilter.js b/src/components/CippTable/CippGraphExplorerFilter.js new file mode 100644 index 000000000000..3167e5b7ca91 --- /dev/null +++ b/src/components/CippTable/CippGraphExplorerFilter.js @@ -0,0 +1,803 @@ +import { useState, useEffect, useCallback } from "react"; +import { Button, Link, Typography } from "@mui/material"; +import { + Save as SaveIcon, + Delete, + CalendarMonthTwoTone, + CopyAll, + ImportExport, + PlayCircle, +} from "@mui/icons-material"; +import { useForm, useWatch } from "react-hook-form"; +import { debounce } from "lodash"; +import CippButtonCard from "/src/components/CippCards/CippButtonCard"; +import CippFormComponent from "/src/components/CippComponents/CippFormComponent"; +import { ApiGetCall, ApiPostCall } from "../../api/ApiCall"; +import { useSettings } from "../../hooks/use-settings"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { CippFormCondition } from "../CippComponents/CippFormCondition"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { CippCodeBlock } from "../CippComponents/CippCodeBlock"; +import CippSchedulerForm from "../CippFormPages/CippSchedulerForm"; +import defaultPresets from "../../data/GraphExplorerPresets"; +import { Grid, Stack } from "@mui/system"; +import { GroupHeader, GroupItems } from "../CippComponents/CippAutocompleteGrouping"; + +const CippGraphExplorerFilter = ({ + endpointFilter = "", + onSubmitFilter, + onPresetChange, + component = "accordion", + relatedQueryKeys = [], +}) => { + const [offCanvasOpen, setOffCanvasOpen] = useState(false); + const [cardExpanded, setCardExpanded] = useState(true); + const [offCanvasContent, setOffCanvasContent] = useState(null); + const [selectedPresetState, setSelectedPreset] = useState(null); + const [presetOwner, setPresetOwner] = useState(false); + const [lastPresetTitle, setLastPresetTitle] = useState(null); + const [presetOptions, setPresetOptions] = useState([]); + const formControl = useForm({ + mode: "onChange", + defaultValues: { + endpoint: "", + version: { label: "beta", value: "beta" }, + $select: [], + $filter: "", + $expand: "", + $top: "", + $search: "", + $format: "", + NoPagination: false, + ReverseTenantLookup: false, + ReverseTenantLookupProperty: "tenantId", + $count: false, + manualPagination: false, + IsShared: false, + }, + }); + const presetControl = useForm({ + mode: "onChange", + defaultValues: { + reportTemplate: null, + }, + }); + + const defaultGraphExplorerTitle = "Graph Explorer"; + + var gridItemSize = 6; + if (component !== "accordion") { + gridItemSize = 12; + } + + var gridSwitchSize = 3; + if (component !== "accordion") { + gridSwitchSize = 12; + } + + const [currentEndpoint, setCurrentEndpoint] = useState(endpointFilter); + const { control, handleSubmit } = formControl; + const tenant = useSettings().currentTenant; + const watchedValues = useWatch({ control: formControl.control }); + + useEffect(() => { + const endpoint = watchedValues.endpoint; + if (endpoint && endpoint !== currentEndpoint) { + setCurrentEndpoint(endpoint); + } + }, [watchedValues.endpoint]); + + // API call for available properties + const propertyList = ApiGetCall({ + url: "/api/ListGraphRequest", + queryKey: `graph-properties-${currentEndpoint}`, + data: { + Endpoint: currentEndpoint, + ListProperties: true, + TenantFilter: tenant, + IgnoreErrors: true, + }, + waiting: false, + }); + + var presetFilter = {}; + if (endpointFilter) { + if (formControl.getValues("endpoint") !== endpointFilter) { + formControl.setValue("endpoint", endpointFilter); + } + presetFilter = { Endpoint: endpointFilter }; + } + + // API call for available presets + const presetList = ApiGetCall({ + url: "/api/ListGraphExplorerPresets", + queryKey: "ListGraphExplorerPresets", + data: presetFilter, + }); + + useEffect(() => { + var presetOptionList = []; + const normalizeEndpoint = (endpoint) => endpoint.replace(/^\//, ""); + defaultPresets + .filter( + (item) => + !endpointFilter || + normalizeEndpoint(item.params.endpoint) === normalizeEndpoint(endpointFilter) + ) + .forEach((item) => { + presetOptionList.push({ + label: item.name, + value: item.id, + addedFields: item, + type: "Built-In", + }); + }); + if (presetList.isSuccess && presetList.data?.Results.length > 0) { + presetList.data.Results.forEach((item) => { + presetOptionList.push({ + label: item.name, + value: item.id, + addedFields: item, + type: "Custom", + }); + }); + } + setPresetOptions(presetOptionList); + }, [defaultPresets, presetList.isSuccess, presetList.data]); + + // Debounced refetch when endpoint, put in in a useEffect dependand on endpoint + const debouncedRefetch = useCallback( + debounce(() => { + if (currentEndpoint) { + propertyList.refetch(); + } + }, 1000), + [currentEndpoint] // Dependencies that the debounce function depends on + ); + + useEffect(() => { + debouncedRefetch(); + // Clean up the debounce on unmount + return () => { + debouncedRefetch.cancel(); + }; + }, [currentEndpoint, debouncedRefetch]); + + const savePresetApi = ApiPostCall({ + relatedQueryKeys: ["ListGraphExplorerPresets*", "ListGraphRequest", ...relatedQueryKeys], + }); + + // Save preset function + const handleSavePreset = () => { + const currentTemplate = formControl.getValues(); + if (!presetOwner && currentTemplate?.id) { + delete currentTemplate.id; + } + savePresetApi.mutate({ + url: "/api/ExecGraphExplorerPreset", + data: { action: presetOwner ? "Save" : "Copy", preset: currentTemplate }, + }); + }; + + const selectedPresets = useWatch({ control: presetControl.control, name: "reportTemplate" }); + useEffect(() => { + if (selectedPresets?.addedFields?.params) { + setPresetOwner(selectedPresets?.addedFields?.IsMyPreset ?? false); + Object.keys(selectedPresets.addedFields.params).forEach( + (key) => + selectedPresets.addedFields.params[key] == null && + delete selectedPresets.addedFields.params[key] + ); + //if $select is a blank array, set it to a string. + if ( + selectedPresets.addedFields.params.$select && + selectedPresets.addedFields.params.$select.length === 0 + ) { + selectedPresets.addedFields.params.$select = ""; + } + + // if $select is an array, extract the values and comma separate + if ( + Array.isArray(selectedPresets.addedFields.params.$select) && + selectedPresets.addedFields.params.$select.length > 0 + ) { + selectedPresets.addedFields.params.$select = selectedPresets.addedFields.params.$select + .map((item) => item.value) + .join(","); + } + selectedPresets.addedFields.params.$select !== "" + ? (selectedPresets.addedFields.params.$select = selectedPresets.addedFields.params?.$select + ?.split(",") + .map((item) => ({ label: item, value: item }))) + : (selectedPresets.addedFields.params.$select = []); + + // Convert version string to autocomplete object format, default to beta if not present + if (selectedPresets.addedFields.params.version) { + const versionValue = + typeof selectedPresets.addedFields.params.version === "string" + ? selectedPresets.addedFields.params.version + : selectedPresets.addedFields.params.version.value; + selectedPresets.addedFields.params.version = { + label: versionValue, + value: versionValue, + }; + } else { + selectedPresets.addedFields.params.version = { label: "beta", value: "beta" }; + } + + selectedPresets.addedFields.params.id = selectedPresets.value; + setSelectedPreset(selectedPresets.value); + selectedPresets.addedFields.params.name = selectedPresets.label; + + // save last preset title + setLastPresetTitle(selectedPresets.label); + formControl.reset(selectedPresets?.addedFields?.params, { keepDefaultValues: true }); + } + }, [selectedPresets]); + + const schedulerForm = useForm({ + mode: "onChange", + }); + + const schedulerCommand = { + Function: "Get-GraphRequestList", + Synopsis: "Execute a Graph query", + Parameters: [ + { + Name: "Endpoint", + Type: "System.String", + Description: "Graph API endpoint", + Required: true, + }, + { + Name: "Parameters", + Type: "System.Collections.Hashtable", + Description: "API Parameters", + Required: false, + }, + { + Name: "queueId", + Type: "System.String", + Description: "Queue Id", + Required: false, + }, + { + Name: "NoPagination", + Type: "System.Management.Automation.SwitchParameter", + Description: "Disable pagination", + Required: false, + }, + { + Name: "CountOnly", + Type: "System.Management.Automation.SwitchParameter", + Description: "Only return count of results", + Required: false, + }, + { + Name: "ReverseTenantLookup", + Type: "System.Management.Automation.SwitchParameter", + Description: "Perform reverse tenant lookup", + Required: false, + }, + { + Name: "ReverseTenantLookupProperty", + Type: "System.String", + Description: "Property to perform reverse tenant lookup", + Required: false, + }, + { + Name: "AsApp", + Type: "System.Boolean", + Description: null, + Required: false, + }, + ], + }; + // Schedule report function + const handleScheduleReport = () => { + const formParameters = watchedValues; + const selectString = formParameters.$select + ? formParameters.$select?.map((item) => item.value).join(",") + : null; + + //compose the parameters for the form based on what is available + var Parameters = [ + { + Key: "$select", + Value: selectString, + }, + { + Key: "$filter", + Value: formParameters.$filter, + }, + { + Key: "$top", + Value: formParameters.$top, + }, + { + Key: "$search", + Value: formParameters.$search, + }, + { + Key: "$count", + Value: formParameters.$count, + }, + { + Key: "$expand", + Value: formParameters.$expand, + }, + { + Key: "$format", + Value: formParameters.$format, + }, + ]; + Parameters = Parameters.filter((param) => { + return ( + param.Value != null && + param.Value !== "" && + !(typeof param.Value === "boolean" && param.Value === false) + ); + }); + const resetParams = { + tenantFilter: tenant, + Name: formParameters.name + ? `Graph Explorer - ${formParameters.name}` + : "Graph Explorer Report", + command: { + label: schedulerCommand.Function, + value: schedulerCommand.Function, + addedFields: schedulerCommand, + }, + parameters: { + Endpoint: formParameters.endpoint, + skipCache: true, + NoPagination: formParameters.NoPagination, + AsApp: formParameters.AsApp, + ReverseTenantLookup: formParameters.ReverseTenantLookup, + ReverseTenantLookupProperty: formParameters.ReverseTenantLookupProperty, + Parameters: Parameters, + }, + advancedParameters: false, + Recurrence: { + value: 0, + label: "Only once", + }, + }; + schedulerForm.reset(resetParams); + setOffCanvasContent( + <> + + Schedule Graph Explorer Report + + + + ); + setOffCanvasOpen(true); + }; + + const [editorValues, setEditorValues] = useState({}); + //keep the editor in sync with the form + + function getPresetProps(values) { + var newvals = Object.assign({}, values); + if (newvals?.$select !== undefined && Array.isArray(newvals?.$select)) { + newvals.$select = newvals?.$select.map((p) => p.value).join(","); + } + if (newvals.version && newvals.version.value) { + newvals.version = newvals.version.value; + } else if (!newvals.version) { + newvals.version = "beta"; + } + delete newvals["reportTemplate"]; + delete newvals["tenantFilter"]; + delete newvals["IsShared"]; + delete newvals["id"]; + if (newvals.ReverseTenantLookup === false) { + delete newvals.ReverseTenantLookup; + } + if (newvals.NoPagination === false) { + delete newvals.NoPagination; + } + if (newvals.$count === false) { + delete newvals.$count; + } + if (newvals.AsApp === false) { + delete newvals.AsApp; + } + Object.keys(newvals).forEach((key) => { + if (values[key] === "" || values[key] === null) { + delete newvals[key]; + } + }); + return newvals; + } + + useEffect(() => { + var values = getPresetProps(watchedValues); + setOffCanvasContent(() => ( + <> + + Import / Export Graph Explorer Preset + + + Copy the JSON below to export your preset, or paste a preset JSON to import it. + + setEditorValues(JSON.parse(value))} + code={JSON.stringify(values, null, 2)} + /> + + + + )); + }, [editorValues, savePresetApi.isPending, formControl, selectedPresets, watchedValues]); + + const handleImport = () => { + setOffCanvasOpen(true); // Open the offCanvas, the content will be updated by useEffect + }; + // Handle filter form submission + const onSubmit = (values) => { + if (values.$select && Array.isArray(values.$select) && values.$select.length > 0) { + values.$select = values?.$select?.map((item) => item.value)?.join(","); + } + if (values.version && values.version.value) { + values.version = values.version.value; + } else if (!values.version) { + values.version = "beta"; + } + if (values.ReverseTenantLookup === false) { + delete values.ReverseTenantLookup; + } + if (values.NoPagination === false) { + delete values.NoPagination; + } + if (values.$count === false) { + delete values.$count; + } + + Object.keys(values).forEach((key) => { + if (values[key] === null) { + delete values[key]; + } + }); + + if (onPresetChange) { + const presetName = lastPresetTitle ? `Graph Explorer - ${lastPresetTitle}` : null; + if (presetName) onPresetChange(presetName); + } + onSubmitFilter(values); + setCardExpanded(false); + }; + + //console.log(cardExpanded); + const deletePreset = (id) => { + savePresetApi.mutate({ + url: "/api/ExecGraphExplorerPreset", + data: { action: "Delete", preset: { id: selectedPresetState } }, + }); + }; + + return ( +
    + setCardExpanded(expanded)} + cardSx={{ + width: "100%", + height: "100%", + mb: 2, + }} + CardButton={ + <> + + + + + + + + + {selectedPresetState && ( + + )} + + + + + + + } + > + + + option.type} + renderGroup={(params) => ( +
  • + {params.group} + {params.children} +
  • + )} + placeholder="Select a preset" + helperText="Select an existing preset to load its parameters" + /> +
    + + {/* Preset Name Field */} + + + + + + + The{" "} + + Graph endpoint + {" "} + to query (e.g. https://graph.microsoft.com/beta/$Endpoint) + + } + /> + + + + + + + + 0 && + propertyList?.data?.Results?.map((item) => ({ label: item, value: item }))) || [ + { + label: "No properties found, check your endpoint", + value: "", + }, + ] + } + placeholder="Columns to select" + helperText="List of object properties to include in the response" + /> + + + {/* Filter Field */} + + + Graph $filter query + + } + /> + + + {/* Expand Field */} + + + + + {/* Top Field */} + + + + + {/* Search Field */} + + + + + {/* Format Field */} + + + +
    + + {/* Reverse Tenant Lookup Switch */} + + + + + {/* Reverse Tenant Lookup Property Field */} + + + + + {/* No Pagination Switch */} + + + + {/* $count Switch */} + + + + + {/* AsApp switch */} + + + + +
    + + setOffCanvasOpen(false)} + children={offCanvasContent} + /> + + ); +}; + +export default CippGraphExplorerFilter; diff --git a/src/components/CippTable/CippQueueTracker.js b/src/components/CippTable/CippQueueTracker.js new file mode 100644 index 000000000000..7a336eb03014 --- /dev/null +++ b/src/components/CippTable/CippQueueTracker.js @@ -0,0 +1,443 @@ +import React, { useState, useEffect } from "react"; +import { IconButton, Tooltip, Badge, Typography, LinearProgress, Box, Stack } from "@mui/material"; +import { Timeline, Circle } from "@mui/icons-material"; +import { CippOffCanvas } from "../CippComponents/CippOffCanvas"; +import { ApiGetCall } from "../../api/ApiCall"; +import { useQueryClient } from "@tanstack/react-query"; + +export const CippQueueTracker = ({ queueId, queryKey, title, onQueueComplete }) => { + const queryClient = useQueryClient(); + const [queueCanvasVisible, setQueueCanvasVisible] = useState(false); + const [persistentQueueData, setPersistentQueueData] = useState(null); + const [lastProcessedQueueId, setLastProcessedQueueId] = useState(null); + const [queueQueryKey, setQueueQueryKey] = useState(null); + const [hasAutoRefreshed, setHasAutoRefreshed] = useState(false); + + const hasQueueData = !!queueId; + const currentQueryKey = queryKey || title; + + // Show queue if we have current queue data OR persistent queue data from the same query key + // If query key changed and we don't have an active queueId, don't show the tracker + const shouldShowQueue = + hasQueueData || (!!persistentQueueData && queueQueryKey === currentQueryKey); + + // Check if queue is in a completed state based on persistent data only (to avoid circular dependency) + const isQueueCompleted = + persistentQueueData?.Status === "Completed" || + persistentQueueData?.Status === "Failed" || + persistentQueueData?.Status === "Completed (with errors)"; + + const effectiveQueueId = queueId || lastProcessedQueueId; + + const queuePolling = ApiGetCall({ + url: `/api/ListCippQueue`, + data: { QueueId: effectiveQueueId }, + queryKey: `CippQueue-${effectiveQueueId || "unknown"}`, + waiting: shouldShowQueue && !!effectiveQueueId && !isQueueCompleted, + refetchInterval: (data) => { + // Check if the current data shows completion + const currentData = data?.[0]; + const isCurrentCompleted = + currentData?.Status === "Completed" || + currentData?.Status === "Failed" || + currentData?.Status === "Completed (with errors)"; + + // Also check persistent data + const isPersistentCompleted = + persistentQueueData?.Status === "Completed" || + persistentQueueData?.Status === "Failed" || + persistentQueueData?.Status === "Completed (with errors)"; + + // Stop polling if either shows completion + if (isCurrentCompleted || isPersistentCompleted || !shouldShowQueue || !effectiveQueueId) { + return false; + } + + return 3000; + }, + refetchOnMount: true, + refetchOnWindowFocus: false, + }); + + const queueData = queuePolling.data?.[0]; + + // Handle queue data persistence - only update persistent queue data when we get a new QueueId + // and ensure it's pinned to the current query key + useEffect(() => { + const currentQueryKey = queryKey || title; + + // If query key changed, clear all queue data + if (queueQueryKey && queueQueryKey !== currentQueryKey) { + setPersistentQueueData(null); + setLastProcessedQueueId(null); + setQueueQueryKey(currentQueryKey); + setHasAutoRefreshed(false); + return; + } + + // Set query key if not set + if (!queueQueryKey) { + setQueueQueryKey(currentQueryKey); + } + + // Only process new QueueId if we actually have one and it's different + if (queueId && queueId !== lastProcessedQueueId) { + // New QueueId detected, clear old persistent data and set new QueueId + setPersistentQueueData(null); + setLastProcessedQueueId(queueId); + setHasAutoRefreshed(false); // Reset auto-refresh flag for new queue + } + + // Don't clear persistent data if queueId is temporarily null (during table refresh) + // Only clear if we explicitly get a different QueueId or change query/page + }, [queueId, lastProcessedQueueId, queryKey, title, queueQueryKey]); + + // Update persistent queue data when new queue data is available + useEffect(() => { + const currentQueryKey = queryKey || title; + + // Only update if we're on the same query key where the queue was initiated + if (queueData && queueId === lastProcessedQueueId && queueQueryKey === currentQueryKey) { + setPersistentQueueData(queueData); + } + }, [queueData, queueId, lastProcessedQueueId, queryKey, title, queueQueryKey]); + + // Auto-refresh table when queue reaches 100% completion + useEffect(() => { + const currentQueryKey = queryKey || title; + + // Only auto-refresh if we're on the same query key where the queue was initiated + // and we haven't already auto-refreshed for this queue completion + if ( + !hasAutoRefreshed && + (persistentQueueData?.Status === "Completed" || + persistentQueueData?.Status === "Failed" || + persistentQueueData?.Status === "Completed (with errors)") && + queueQueryKey === currentQueryKey + ) { + // Queue is complete, invalidate the table query to refresh data + if (currentQueryKey) { + queryClient.invalidateQueries({ queryKey: [currentQueryKey] }); + setHasAutoRefreshed(true); // Mark that we've auto-refreshed + // Call callback if provided + if (onQueueComplete) { + onQueueComplete(); + } + } + } + }, [ + hasAutoRefreshed, + persistentQueueData?.PercentComplete, + persistentQueueData?.Status, + queryKey, + title, + queryClient, + queueQueryKey, + onQueueComplete, + ]); + + // Don't render anything if we don't have queue data to show + // Check for valid queueId or persistent queue data + if (!shouldShowQueue || (!queueId && !lastProcessedQueueId && !persistentQueueData)) { + return null; + } + + return ( + <> + + + ) : (persistentQueueData || queueData)?.Status === "Completed (with errors)" ? ( + + ) : (persistentQueueData || queueData)?.Status === "Failed" ? ( + + ) : (persistentQueueData || queueData)?.RunningTasks > 0 ? ( + + ) : ( + + ) + } + overlap="circular" + anchorOrigin={{ + vertical: "top", + horizontal: "right", + }} + > + setQueueCanvasVisible(true)} + sx={{ + animation: + (persistentQueueData || queueData)?.Status !== "Completed" && + (persistentQueueData || queueData)?.Status !== "Completed (with errors)" && + (persistentQueueData || queueData)?.Status !== "Failed" + ? "pulse 2s infinite" + : "none", + "@keyframes pulse": { + "0%": { + transform: "scale(1)", + opacity: 1, + }, + "50%": { + transform: "scale(1.1)", + opacity: 0.8, + }, + "100%": { + transform: "scale(1)", + opacity: 1, + }, + }, + color: + (persistentQueueData || queueData)?.Status === "Completed" + ? "success.main" + : (persistentQueueData || queueData)?.Status === "Completed (with errors)" + ? "warning.main" + : (persistentQueueData || queueData)?.Status === "Failed" + ? "error.main" + : (persistentQueueData || queueData)?.RunningTasks > 0 + ? "warning.main" + : "primary.main", + }} + > + + + + + + {/* Queue Status OffCanvas */} + setQueueCanvasVisible(false)} + > + + {persistentQueueData || queueData ? ( + <> + {(persistentQueueData || queueData).Name} + + + + Progress: {(persistentQueueData || queueData).PercentComplete?.toFixed(1)}% + complete + + + + + + + Total Tasks: {(persistentQueueData || queueData).TotalTasks || 0} + + + Completed:{" "} + {(persistentQueueData || queueData).CompletedTasks || 0} + + + Running: {(persistentQueueData || queueData).RunningTasks || 0} + + + Failed: {(persistentQueueData || queueData).FailedTasks || 0} + + + + + Status: {(persistentQueueData || queueData).Status} + + + {(persistentQueueData || queueData).Tasks && + (persistentQueueData || queueData).Tasks.length > 0 && ( + <> + + Task Details + + + + theme.palette.mode === "dark" + ? "rgba(255,255,255,0.1)" + : "rgba(0,0,0,0.1)", + borderRadius: 4, + }, + "&::-webkit-scrollbar-thumb": { + backgroundColor: (theme) => + theme.palette.mode === "dark" + ? "rgba(255,255,255,0.3)" + : "rgba(0,0,0,0.3)", + borderRadius: 4, + "&:hover": { + backgroundColor: (theme) => + theme.palette.mode === "dark" + ? "rgba(255,255,255,0.5)" + : "rgba(0,0,0,0.5)", + }, + }, + }} + > + {(persistentQueueData || queueData).Tasks.map((task, index) => ( + ({ + p: 2, + border: 1, + borderColor: + theme.palette.mode === "dark" + ? "rgba(255,255,255,0.12)" + : "divider", + borderRadius: 1, + backgroundColor: + task.Status === "Completed" + ? theme.palette.mode === "dark" + ? "rgba(102, 187, 106, 0.15)" + : "success.light" + : task.Status === "Failed" + ? theme.palette.mode === "dark" + ? "rgba(244, 67, 54, 0.15)" + : "error.light" + : task.Status === "Running" + ? theme.palette.mode === "dark" + ? "rgba(255, 152, 0, 0.15)" + : "warning.light" + : theme.palette.mode === "dark" + ? "rgba(255,255,255,0.05)" + : "grey.100", + transition: "all 0.2s ease-in-out", + "&:hover": { + transform: "translateY(-1px)", + boxShadow: + theme.palette.mode === "dark" + ? "0 4px 8px rgba(0,0,0,0.3)" + : "0 4px 8px rgba(0,0,0,0.1)", + }, + })} + > + + + {task.Name} + + ({ + px: 1.5, + py: 0.5, + borderRadius: 2, + backgroundColor: + theme.palette.mode === "dark" + ? "rgba(255,255,255,0.1)" + : "background.paper", + border: + theme.palette.mode === "dark" + ? "1px solid rgba(255,255,255,0.2)" + : "none", + fontWeight: "medium", + textTransform: "uppercase", + fontSize: "0.7rem", + letterSpacing: "0.5px", + color: + task.Status === "Completed" + ? "success.main" + : task.Status === "Failed" + ? "error.main" + : task.Status === "Running" + ? "warning.main" + : "text.secondary", + })} + > + {task.Status} + + + {task.Timestamp && ( + + {new Date(task.Timestamp).toLocaleDateString(undefined, { + year: "numeric", + month: "short", + day: "numeric", + })}{" "} + {new Date(task.Timestamp).toLocaleTimeString(undefined, { + hour: "2-digit", + minute: "2-digit", + second: "2-digit", + })} + + )} + + ))} + + + + )} + + ) : queuePolling.isLoading ? ( + Loading queue data... + ) : queuePolling.isError ? ( + + Error loading queue data: {queuePolling.error?.message} + + ) : ( + No queue data available + )} + + + + ); +}; diff --git a/src/components/CippTable/util-columnsFromAPI.js b/src/components/CippTable/util-columnsFromAPI.js new file mode 100644 index 000000000000..8d93ccc19c18 --- /dev/null +++ b/src/components/CippTable/util-columnsFromAPI.js @@ -0,0 +1,153 @@ +import { getCippFilterVariant } from "../../utils/get-cipp-filter-variant"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; + +const skipRecursion = ["location", "ScheduledBackupValues", "Tenant"]; + +// Variable replacement patterns - maps variable names to property patterns +const variableReplacements = { + cippuserschema: (dataSample) => { + // Find the first property that contains "_cippUser" + const cippUserProp = Object.keys(dataSample).find((key) => key.includes("_cippUser")); + return cippUserProp || "cippuserschema"; // fallback to original if not found + }, +}; + +// Function to resolve variable replacements in column names +const resolveVariables = (columnName, dataSample) => { + return columnName.replace(/%(\w+)%/g, (match, variableName) => { + const resolver = variableReplacements[variableName.toLowerCase()]; + if (resolver && typeof resolver === "function") { + const resolved = resolver(dataSample); + console.log("resolving " + match + " to " + resolved); + return resolved; + } + return match; // return original if no resolver found + }); +}; + +const getAtPath = (obj, path) => { + const parts = path.split("."); + return parts.reduce((acc, part) => { + if (acc && typeof acc === "object") { + return acc[part]; + } + return undefined; + }, obj); +}; + +// Function to merge keys from all objects in the array +const mergeKeys = (dataArray) => { + return dataArray.reduce((acc, item) => { + const mergeRecursive = (obj, base = {}) => { + // Add null/undefined check before calling Object.keys + if (!obj || typeof obj !== 'object') { + return base; + } + Object.keys(obj).forEach((key) => { + if ( + typeof obj[key] === "object" && + obj[key] !== null && + !Array.isArray(obj[key]) && + !skipRecursion.includes(key) + ) { + if (typeof base[key] === "boolean") return; // don't merge into a boolean + if (typeof base[key] !== "object" || Array.isArray(base[key])) base[key] = {}; + base[key] = mergeRecursive(obj[key], base[key]); + } else if (typeof obj[key] === "boolean") { + base[key] = obj[key]; + } else if (typeof obj[key] === "string" && obj[key].toUpperCase() === "FAILED") { + // keep existing value if it's 'FAILED' + base[key] = base[key]; + } else if (obj[key] !== undefined && obj[key] !== null) { + base[key] = obj[key]; + } + }); + return base; + }; + + // Add null/undefined check before calling mergeRecursive + if (!item || typeof item !== 'object') { + return acc; + } + return mergeRecursive(item, acc); + }, {}); +}; + +export const utilColumnsFromAPI = (dataArray) => { + // Add safety check for dataArray + if (!dataArray || !Array.isArray(dataArray) || dataArray.length === 0) { + return []; + } + + const dataSample = mergeKeys(dataArray); + + const generateColumns = (obj, parentKey = "") => { + return Object.keys(obj) + .map((key) => { + const accessorKey = parentKey ? `${parentKey}.${key}` : key; + + if ( + typeof obj[key] === "object" && + obj[key] !== null && + !Array.isArray(obj[key]) && + !skipRecursion.includes(key) + ) { + return generateColumns(obj[key], accessorKey); + } + + // Build a value resolver usable by both accessorFn/Cell and the filter util + const resolveValue = (rowLike) => + accessorKey.includes("@odata") ? rowLike?.[accessorKey] : getAtPath(rowLike, accessorKey); + + // Pre-compute some sample values for filter heuristics (optional) + const valuesForColumn = (Array.isArray(dataArray) ? dataArray : []) + .map((r) => resolveValue(r)) + .filter((v) => v !== undefined && v !== null); + + const sampleValue = valuesForColumn.length ? valuesForColumn[0] : undefined; + + const column = { + header: getCippTranslation(accessorKey), + id: accessorKey, + accessorFn: (row) => { + const value = resolveValue(row); + return getCippFormatting(value, accessorKey, "text"); + }, + ...getCippFilterVariant(accessorKey, { + sampleValue, + values: valuesForColumn, + getValue: (row) => resolveValue(row), + dataArray: dataArray, // Pass the full data array for processing if needed + }), + Cell: ({ row }) => { + const value = resolveValue(row.original); + return getCippFormatting(value, accessorKey); + }, + }; + + return column; + }) + .flat(); + }; + + return generateColumns(dataSample); +}; + +// Helper function to resolve variables in simple column names +export const resolveSimpleColumnVariables = (simpleColumns, dataArray) => { + if (!simpleColumns || !Array.isArray(dataArray) || dataArray.length === 0) { + return simpleColumns; + } + + const dataSample = mergeKeys(dataArray); + + return simpleColumns.map((columnName) => { + if (typeof columnName === "string" && columnName.includes("%")) { + const resolved = resolveVariables(columnName, dataSample); + console.log(`Resolving simple column: ${columnName} -> ${resolved}`); + return resolved; + } + return columnName; + }); +}; diff --git a/src/components/CippTable/util-handleActionsList.js b/src/components/CippTable/util-handleActionsList.js new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/src/components/CippTable/util-tablemode.js b/src/components/CippTable/util-tablemode.js new file mode 100644 index 000000000000..3914ee4ebd6a --- /dev/null +++ b/src/components/CippTable/util-tablemode.js @@ -0,0 +1,88 @@ +import { useSettings } from "../../hooks/use-settings"; + +export const utilTableMode = ( + columnVisibility, + mode, + actions, + simpleColumns, + offCanvas, + onChange, + maxHeightOffset = "380px" +) => { + const settings = useSettings(); + if (mode === true) { + return { + enableRowSelection: false, + enableRowActions: false, + enableSelectAll: false, + enableColumnPinning: false, + enableStickyHeader: false, + muiPaginationProps: { + rowsPerPageOptions: [25, 50, 100, 250, 500], + }, + muiTableContainerProps: { + sx: { maxHeight: `calc(100vh - ${maxHeightOffset})` }, + }, + initialState: { + columnOrder: [...simpleColumns], + columnVisibility: { ...columnVisibility }, + density: "compact", + pagination: { + pageSize: settings?.tablePageSize?.value + ? parseInt(settings?.tablePageSize?.value, 10) + : 25, + pageIndex: 0, + }, + }, + displayColumnDefOptions: { + "mrt-row-actions": { + visibleInShowHideMenu: false, + }, + "mrt-row-select": { + visibleInShowHideMenu: false, + }, + }, + }; + } else { + return { + enableRowSelection: actions || onChange ? true : false, + enableRowActions: actions ? true : false, + enableSelectAll: true, + enableFacetedValues: true, + enableColumnFilterModes: true, + enableStickyHeader: true, + selectAllMode: "all", + enableColumnPinning: true, + muiPaginationProps: { + rowsPerPageOptions: [25, 50, 100, 250, 500], + }, + muiTableContainerProps: { + sx: { maxHeight: `calc(100vh - ${maxHeightOffset})` }, + }, + displayColumnDefOptions: { + "mrt-row-actions": { + visibleInShowHideMenu: false, + }, + "mrt-row-select": { + visibleInShowHideMenu: false, + }, + }, + initialState: { + columnOrder: [...simpleColumns], + columnVisibility: { ...columnVisibility }, + showGlobalFilter: true, + density: "compact", + pagination: { + pageSize: settings?.tablePageSize?.value + ? parseInt(settings?.tablePageSize?.value, 10) + : 25, + pageIndex: 0, + }, + columnPinning: { + left: ["mrt-row-select"], + right: ["mrt-row-actions"], + }, + }, + }; + } +}; diff --git a/src/components/CippWizard/CIPPDeploymentStep.jsx b/src/components/CippWizard/CIPPDeploymentStep.jsx new file mode 100644 index 000000000000..7a6553b9323c --- /dev/null +++ b/src/components/CippWizard/CIPPDeploymentStep.jsx @@ -0,0 +1,101 @@ +import { useEffect } from "react"; +import { Stack, Typography } from "@mui/material"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import { CIPPDeploymentUpdateTokens } from "./CIPPDeploymentUpdateTokens"; + +export const CippDeploymentStep = (props) => { + const { formControl, onPreviousStep, onNextStep, currentStep } = props; + const values = formControl.getValues(); + + // Use useEffect to set form values instead of doing it during render + useEffect(() => { + if (values.selectedOption === "Manual") { + formControl.setValue("setKeys", true); + } + }, [values.selectedOption, formControl]); + + return ( + + + {values.selectedOption === "UpdateTokens" && ( + + )} + + {values.selectedOption === "Manual" && ( + <> + + You may enter your secrets below. Leave fields blank to retain existing values. + + { + const guidRegex = + /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/; + return value === "" || guidRegex.test(value) || "Invalid Tenant ID"; + }, + }} + /> + { + const guidRegex = + /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/; + return value === "" || guidRegex.test(value) || "Invalid Application ID"; + }, + }} + /> + { + const secretRegex = + /^(?!^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)[A-Za-z0-9-_~.]{20,}$/; + return ( + value === "" || + secretRegex.test(value) || + "This should be the secret value, not the secret ID" + ); + }, + }} + /> + { + const jwtRegex = /^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+$/; + return value === "" || jwtRegex.test(value) || "Invalid Refresh Token"; + }, + }} + /> + + )} + + + + ); +}; diff --git a/src/components/CippWizard/CIPPDeploymentUpdateTokens.jsx b/src/components/CippWizard/CIPPDeploymentUpdateTokens.jsx new file mode 100644 index 000000000000..50fef63317f2 --- /dev/null +++ b/src/components/CippWizard/CIPPDeploymentUpdateTokens.jsx @@ -0,0 +1,59 @@ +import { useState } from "react"; +import { Stack, Typography, CircularProgress, SvgIcon, Box } from "@mui/material"; +import { CheckCircle } from "@mui/icons-material"; +import CippButtonCard from "../CippCards/CippButtonCard"; +import { ApiGetCall } from "../../api/ApiCall"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { CIPPM365OAuthButton } from "../CippComponents/CIPPM365OAuthButton"; + +export const CIPPDeploymentUpdateTokens = ({ formControl }) => { + const [tokens, setTokens] = useState(null); + + // Get application ID information for the card header + const appId = ApiGetCall({ + url: `/api/ExecListAppId`, + queryKey: `ExecListAppId`, + waiting: true, + }); + + // Handle successful authentication + const handleAuthSuccess = (tokenData) => { + setTokens(tokenData); + }; + + return ( + + + Update Tokens + + {appId.isLoading ? ( + + ) : ( + + + + )} + + + } + CardButton={ + + } + > + + Click the button to refresh the Graph token for your tenants using popup authentication. + This method opens a popup window where you can sign in to your Microsoft account. + + + + + ); +}; + +export default CIPPDeploymentUpdateTokens; diff --git a/src/components/CippWizard/CippAddTenantForm.jsx b/src/components/CippWizard/CippAddTenantForm.jsx new file mode 100644 index 000000000000..2e302bb02944 --- /dev/null +++ b/src/components/CippWizard/CippAddTenantForm.jsx @@ -0,0 +1,207 @@ +import { CircularProgress, Divider, InputAdornment, Typography } from "@mui/material"; +import { Box, Grid, Stack } from "@mui/system"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import { ApiGetCall } from "../../api/ApiCall"; +import { useWatch } from "react-hook-form"; +import debounce from "lodash/debounce"; +import React, { useState, useEffect } from "react"; + +export const CippAddTenantForm = (props) => { + const { formControl, currentStep, onPreviousStep, onNextStep } = props; + + const tenantDomain = useWatch({ control: formControl.control, name: "TenantName" }); + const [debouncedTenantDomain, setDebouncedTenantDomain] = useState(""); + + const updateTenantDomain = debounce((value) => { + setDebouncedTenantDomain(value); + }, 500); + + useEffect(() => { + updateTenantDomain(tenantDomain); + return () => updateTenantDomain.cancel(); + }, [tenantDomain]); + + const checkDomain = ApiGetCall({ + url: "/api/AddTenant", + data: { action: "ValidateDomain", TenantName: debouncedTenantDomain }, + queryKey: `ValidateDomain-${debouncedTenantDomain}`, + waiting: debouncedTenantDomain !== "" && debouncedTenantDomain !== undefined, + }); + + useEffect(() => { + validateDomain(); + }, [checkDomain.data, checkDomain.isFetching]); + + const validateDomain = () => { + if (!tenantDomain) { + // set error state on TenantName form field + formControl.setError("TenantName", { type: "required", message: "Tenant Name is required" }); + } + if (checkDomain.isFetching) { + formControl.setError("TenantName", { + type: "required", + message: "Checking domain availability...", + }); + } + if (checkDomain.isSuccess) { + if (checkDomain.data.Success === true) { + // clear error + formControl.clearErrors("TenantName"); + formControl.trigger(); + } else { + // set error state on TenantName form field + formControl.setError("TenantName", { type: "validate", message: checkDomain.data.Message }); + } + } + if (checkDomain.isError) { + formControl.setError("TenantName", { type: "error", message: "An error occurred" }); + } + }; + + const fields = [ + { + type: "header", + label: "Company Information", + }, + { + name: "TenantName", + label: "Tenant Name", + placeholder: "Enter the desired subdomain for the onmicrosoft.com domain", + type: "textField", + required: true, + InputProps: { + endAdornment: ( + + .onmicrosoft.com{" "} + {checkDomain.isFetching ? ( + + ) : ( + <> + {checkDomain.isSuccess && checkDomain.data.Success && ( + + )} + {checkDomain.isSuccess && !checkDomain.data.Success && ( + + )} + + )} + + ), + }, + gridSize: 12, + }, + { + name: "CompanyName", + label: "Company Name", + type: "textField", + required: true, + gridSize: 12, + placeholder: "Enter the registered company/organization name", + }, + { + name: "AddressLine1", + label: "Address Line 1", + type: "textField", + required: true, + placeholder: "Enter the primary address line", + }, + { + name: "AddressLine2", + label: "Address Line 2", + type: "textField", + required: false, + placeholder: "Enter the secondary address line (optional)", + }, + { + name: "City", + label: "City", + type: "textField", + required: true, + placeholder: "Enter the city", + }, + { + name: "State", + label: "State", + type: "textField", + required: true, + placeholder: "Enter the state or region", + }, + { + name: "PostalCode", + label: "Postal Code", + type: "textField", + required: true, + placeholder: "Enter the postal code", + }, + { + name: "Country", + label: "Country", + type: "textField", + required: true, + placeholder: "Enter the country (e.g., US)", + }, + { + type: "header", + label: "Contact Information", + }, + { + name: "FirstName", + label: "First Name", + type: "textField", + required: true, + placeholder: "Enter the first name of the contact person", + }, + { + name: "LastName", + label: "Last Name", + type: "textField", + required: true, + placeholder: "Enter the last name of the contact person", + }, + { + name: "Email", + label: "Email", + type: "textField", + required: true, + placeholder: "Enter the customer's email address", + }, + { + name: "PhoneNumber", + label: "Phone Number", + type: "textField", + required: true, + placeholder: "Enter the contact phone number", + }, + ]; + + return ( + + + {fields.map((field, index) => ( + + {field.type === "header" ? ( + <> + + {field.label} + + + + ) : ( + + + + )} + + ))} + + + + ); +}; diff --git a/src/components/CippWizard/CippAlertsStep.jsx b/src/components/CippWizard/CippAlertsStep.jsx new file mode 100644 index 000000000000..d0d8689b85d2 --- /dev/null +++ b/src/components/CippWizard/CippAlertsStep.jsx @@ -0,0 +1,91 @@ +import { Alert, Stack, Typography } from "@mui/material"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; + +export const CippAlertsStep = (props) => { + const { formControl, onPreviousStep, onNextStep, currentStep } = props; + + const postExecutionOptions = [ + { label: "Webhook", value: "Webhook" }, + { label: "Email", value: "Email" }, + { label: "PSA", value: "PSA" }, + ]; + + const recurrenceOptions = [ + { value: "30m", label: "Every 30 minutes" }, + { value: "1h", label: "Every hour" }, + { value: "4h", label: "Every 4 hours" }, + { value: "1d", label: "Every 1 day" }, + { value: "7d", label: "Every 7 days" }, + { value: "14d", label: "Every 14 days" }, + { value: "21d", label: "Every 21 days" }, + { value: "30d", label: "Every 30 days" }, + { value: "365d", label: "Every 365 days" }, + ]; + + return ( + + + Almost done + + + There's a couple more things that you can configure outside of the wizard, let's list + some of them; + +
      +
    • + CIPP has the ability to send alerts to your PSA, Webhook or Email. You can configure + these settings under > Tenant Administration > Alert Configuration. +
    • +
    +
      +
    • + If you imported baselines, or want to set tenants to your own baseline, you should + check out our standards under these settings under > Tenant Administration > + Standards. +
    • +
    +
      +
    • + If you want to use our integrations, you should set these up under > CIPP > + Integrations. Some examples are CSP integrations, Password Pusher, PSA, and more. +
    • +
    +
      +
    • + Adding more users to CIPP? you can do this via CIPP > Advanced > Super Admin. +
    • +
    +
      +
    • + You can deploy Windows Applications too, directly using intune. We have Chocolately, + WinGet, and RMM apps under > Intune > Applications. Some examples are CSP + integrations, Password Pusher, PSA, and more. +
    • +
    +
      +
    • + Tenants can be grouped, and you can implement custom variables for your tenants under + WinGet, and RMM apps under Tenant Administrator > Administration > Tenants. +
    • +
    +
      +
    • + Have an enterprise app you want to deploy? Check out our tools{" "} + section. This menu also contains useful things such as our geo-ip lookup, and more. +
    • +
    +
    +
    + + +
    + ); +}; + +export default CippAlertsStep; diff --git a/src/components/CippWizard/CippBaselinesStep.jsx b/src/components/CippWizard/CippBaselinesStep.jsx new file mode 100644 index 000000000000..0343e8a33f1c --- /dev/null +++ b/src/components/CippWizard/CippBaselinesStep.jsx @@ -0,0 +1,105 @@ +import { Alert, Stack, Typography, FormControl, FormLabel, Box } from "@mui/material"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import { CippFormCondition } from "../CippComponents/CippFormCondition"; + +export const CippBaselinesStep = (props) => { + const { formControl, onPreviousStep, onNextStep, currentStep } = props; + + return ( + + + + + Baselines are template configurations that can be used as examples for setting up your + environment. Don't want to configure these yet? No problem! You can find the templates + at Tools - Community Repositories + + + Downloading these baselines will create templates in your CIPP instance. These templates + won't make any changes to your environment, but can be used as examples on how to setup + environments. Each template library contains multiple templates, +
      +
    • + CIPP Templates by CyberDrain contain several example standards, including low, + medium, and high priority standards +
    • +
    • + JoeyV's Conditional Access Baseline contains a Microsoft approved baseline for + Conditional Access, following the Microsoft best practices. +
    • +
    • + OpenIntuneBaseline contains Intune templates, the baseline is a community driven + baseline for Intune, based on CIS, NIST, and more benchmarks. It's considered the + leading baseline for Intune. +
    • +
    +
    +
    + + + Baseline Configuration + + + + + + + + + Select baselines to download: + + `${option.Name} (${option.Owner})`, + valueField: "FullName", + addedFields: { + templateRepoBranch: "main", + }, + }} + multiple={true} + placeholder="Select one or more baselines" + /> + + +
    + + +
    + ); +}; + +export default CippBaselinesStep; diff --git a/src/components/CippWizard/CippIntunePolicy.jsx b/src/components/CippWizard/CippIntunePolicy.jsx new file mode 100644 index 000000000000..c94d4ef93864 --- /dev/null +++ b/src/components/CippWizard/CippIntunePolicy.jsx @@ -0,0 +1,166 @@ +import { Stack } from "@mui/material"; +import { Grid } from "@mui/system"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import CippJsonView from "../CippFormPages/CippJSONView"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { ApiGetCall } from "../../api/ApiCall"; +import { useEffect, useState } from "react"; +import { useWatch } from "react-hook-form"; +import { CippFormCondition } from "../CippComponents/CippFormCondition"; + +export const CippIntunePolicy = (props) => { + const { formControl, onPreviousStep, onNextStep, currentStep } = props; + const values = formControl.getValues(); + const CATemplates = ApiGetCall({ url: "/api/ListIntuneTemplates", queryKey: "IntuneTemplates" }); + const [JSONData, setJSONData] = useState(); + const watcher = useWatch({ control: formControl.control, name: "TemplateList" }); + const jsonWatch = useWatch({ control: formControl.control, name: "RAWJson" }); + const selectedTenants = useWatch({ control: formControl.control, name: "tenantFilter" }); + + // do not provide inputs for reserved placeholders + const reservedPlaceholders = [ + "%serial%", + "%systemroot%", + "%systemdrive%", + "%temp%", + "%tenantid%", + "%tenantfilter%", + "%initialdomain%", + "%tenantname%", + "%partnertenantid%", + "%samappid%", + "%userprofile%", + "%username%", + "%userdomain%", + "%windir%", + "%programfiles%", + "%programfiles(x86)%", + "%programdata%", + ]; + + useEffect(() => { + if (CATemplates.isSuccess && watcher?.value) { + const template = CATemplates.data.find((template) => template.GUID === watcher.value); + if (template) { + const jsonTemplate = template.RAWJson ? JSON.parse(template.RAWJson) : null; + setJSONData(jsonTemplate); + formControl.setValue("RAWJson", template.RAWJson); + formControl.setValue("displayName", template.Displayname); + formControl.setValue("description", template.Description); + formControl.setValue("TemplateType", template.Type); + } + } + }, [watcher]); + + return ( + + + ({ + label: template.Displayname, + value: template.GUID, + })) + : [] + } + /> + + + + + + + + + + + + + + {(() => { + const rawJson = jsonWatch ? jsonWatch : ""; + const placeholderMatches = [...rawJson.matchAll(/%(\w+)%/g)].map((m) => m[1]); + const uniquePlaceholders = Array.from(new Set(placeholderMatches)); + // Filter out reserved placeholders + const filteredPlaceholders = uniquePlaceholders.filter( + (placeholder) => !reservedPlaceholders.includes(`%${placeholder.toLowerCase()}%`) + ); + if (filteredPlaceholders.length === 0 || selectedTenants.length === 0) { + return null; + } + return filteredPlaceholders.map((placeholder) => ( + + {selectedTenants.map((tenant, idx) => ( + + ))} + + )); + })()} + + + + + ); +}; diff --git a/src/components/CippWizard/CippNotificationsStep.jsx b/src/components/CippWizard/CippNotificationsStep.jsx new file mode 100644 index 000000000000..64ac65059344 --- /dev/null +++ b/src/components/CippWizard/CippNotificationsStep.jsx @@ -0,0 +1,34 @@ +import { Alert, Stack, Typography } from "@mui/material"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import { CippNotificationForm } from "../CippComponents/CippNotificationForm"; + +export const CippNotificationsStep = (props) => { + const { formControl, onPreviousStep, onNextStep, currentStep } = props; + + return ( + + + Notification Settings + + Configure your notification settings. These settings will determine how you receive alerts + from CIPP. You can test your configuration using the "Send Test Alert" button. Don't want + to setup notifications yet? You can skip this step and configure it later via Application + Settings - Notifications + + {/* Use the reusable notification form component */} + + + + {/* Use the wizard step buttons for navigation */} + + + ); +}; + +export default CippNotificationsStep; diff --git a/src/components/CippWizard/CippPSACredentialsStep.jsx b/src/components/CippWizard/CippPSACredentialsStep.jsx new file mode 100644 index 000000000000..4aa1d946878c --- /dev/null +++ b/src/components/CippWizard/CippPSACredentialsStep.jsx @@ -0,0 +1,230 @@ +import { useCallback, useEffect, useState } from "react"; +import { + Alert, + Button, + FormHelperText, + Link, + Stack, + SvgIcon, + TextField, + Typography, +} from "@mui/material"; +import CSVReader from "../CSVReader"; +import { LoadingButton } from "@mui/lab"; +import { Quiz } from "@mui/icons-material"; +import { ApiPostCall } from "../../api/ApiCall"; +import { Box } from "@mui/system"; +export const CippPSACredentialsStep = (props) => { + const { values: initialValues, onPreviousStep, onNextStep } = props; + const [values, setValues] = useState(initialValues); + const [error, setError] = useState(null); + + useEffect(() => { + setValues(initialValues); + }, [initialValues]); + + const handleOnDrop = (data) => { + const importdata = data.map((item) => { + Object.keys(item).forEach((key) => { + if (item[key] === null || item[key] === "") { + delete item[key]; + } + }); + return item; + }); + setValues((prevState) => ({ + ...prevState, + bulkDevices: importdata, + url: potentialUrlConfig[values.SyncTool], + })); + }; + const potentialUrlConfig = { + CSV: "/api/import-csv", + CWM: "/api/config-psa", + AT: "/api/config-psa", + Halo: "/api/config-psa", + }; + + const potentialUrlTest = { + CWM: "/api/test-cwm", + AT: "/api/test-at", + Halo: "/api/test-halo", + }; + const PSATest = ApiPostCall({ urlFromData: true }); + const handleChange = useCallback((event) => { + setValues((prevState) => ({ + ...prevState, + [event.target.name]: event.target.value, + url: potentialUrlConfig[values.SyncTool], + })); + }, []); + const handleSubmit = useCallback( + (event) => { + event.preventDefault(); + if (PSATest.data?.data.Success !== true && values.SyncTool !== "CSV") { + setError("You must perform a successful test before proceeding."); + return; + } + + onNextStep?.({ + syncAllClients: true, + ...PSATest.data?.data, + ...values, + }); + }, + [PSATest.data, onNextStep, values] + ); + const fields = ["ClientName", "DeviceSerial", "DeviceProductNumber", "DeviceManufacturer"]; + + return ( +
    + +
    + Step 2. Configure Source + +
    + + {values.SyncTool === "CSV" && ( + <> + + + Example CSV + + + + + Drop CSV file here or click to upload. + + + + )} + {values.SyncTool === "CWM" && ( + <> + + + + + + )} + {values.SyncTool === "AT" && ( + <> + + + + + )} + {values.SyncTool === "Halo" && ( + <> + + + + + + )} + <> + {error && ( + + {error} + + )} + {PSATest.data?.data?.Messages != null && ( + + {PSATest.data?.data?.Messages} + + )} + {PSATest.data?.data?.Success === true && ( + Connected successfully! + )} + {values.SyncTool !== "CSV" && ( + + + PSATest.mutate({ ...values, url: potentialUrlTest[values.SyncTool] }) + } + size="small" + startIcon={ + + + + } + variant="contained" + > + Test + + + )} + + + + + + +
    +
    + ); +}; diff --git a/src/components/CippWizard/CippPSASyncOptions.jsx b/src/components/CippWizard/CippPSASyncOptions.jsx new file mode 100644 index 000000000000..146d5b26279e --- /dev/null +++ b/src/components/CippWizard/CippPSASyncOptions.jsx @@ -0,0 +1,161 @@ +import { useCallback, useEffect, useState } from "react"; +import { + Autocomplete, + Button, + Card, + CardHeader, + Divider, + List, + ListItem, + Stack, + Switch, + TextField, + Typography, +} from "@mui/material"; + +const options = [ + { + label: "Sync Completed", + value: "syncComplete", + }, + { + label: "Sync Failed", + value: "SyncFailed", + }, + { + label: "Warranties Updated", + value: "WarrantyUpdated", + }, +]; + +export const CippPSASyncOptions = (props) => { + const { values: initialValues, onNextStep, onPreviousStep } = props; + const [values, setValues] = useState(initialValues); + + useEffect(() => { + setValues(initialValues); + }, [initialValues]); + + const handleChange = useCallback((event) => { + if (event.target.checked) { + setValues((prevState) => ({ + ...prevState, + [event.target.name]: true, + })); + } else { + setValues((prevState) => ({ + ...prevState, + [event.target.name]: false, + })); + } + }, []); + + const handleSubmit = useCallback( + (event) => { + event.preventDefault(); + const newValues = Object.keys(values).reduce((acc, key) => { + if (key.includes(".")) { + const [parentKey, childKey] = key.split("."); + if (!acc[parentKey]) { + acc[parentKey] = {}; + } + acc[parentKey][childKey] = values[key]; + } else { + acc[key] = values[key]; + } + return acc; + }, {}); + + onNextStep?.(newValues); + }, + [values, onNextStep] + ); + + return ( +
    + +
    + Step 3. Select your Sync Options +
    + + + + + {options.map((option, index) => { + const hasDivider = options.length > index + 1; + return ( + + + {option.label} + + + + ); + })} + + + {values.SyncTool !== "CSV" && ( + <> + + + + + {values.DeviceTypes && + values.DeviceTypes.map((deviceType) => ( + + + {deviceType.name} + + + + ))} + + + + + + + + + Sync all clients + + + + + {values.syncAllClients === false && ( + <> + + Select Clients + + + option.companyName ? option.companyName : option.name + } + renderInput={(params) => } + /> + + )} + + + + + )} + + + + +
    +
    + ); +}; diff --git a/src/components/CippWizard/CippSAMDeploy.jsx b/src/components/CippWizard/CippSAMDeploy.jsx new file mode 100644 index 000000000000..2cb619fef7aa --- /dev/null +++ b/src/components/CippWizard/CippSAMDeploy.jsx @@ -0,0 +1,133 @@ +import { useEffect, useState } from "react"; +import { Alert, Stack, Box, Link } from "@mui/material"; +import { CIPPM365OAuthButton } from "../CippComponents/CIPPM365OAuthButton"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; + +export const CippSAMDeploy = (props) => { + const { formControl, currentStep, onPreviousStep, onNextStep } = props; + const [authStatus, setAuthStatus] = useState({ + success: false, + error: null, + loading: false, + }); + + // Block next step until SAM app is created + formControl.register("SAMWizard", { + required: true, + }); + + // Set SAMWizard = true if auth is successful + useEffect(() => { + if (authStatus.success) { + formControl.setValue("SAMWizard", true); + formControl.trigger("SAMWizard"); + } + }, [authStatus, formControl]); + + const createSamApp = ApiPostCall({ urlfromdata: true }); + + const handleAuthSuccess = (tokenData) => { + setAuthStatus({ + success: false, + error: null, + loading: true, + }); + + createSamApp.mutate({ + url: "/api/ExecCreateSamApp", + data: { access_token: tokenData.accessToken }, + }); + }; + + const handleAuthError = (error) => { + setAuthStatus({ + success: false, + error: error.errorMessage || "Authentication failed", + loading: false, + }); + }; + + useEffect(() => { + if (createSamApp.isSuccess && authStatus.loading && createSamApp.data) { + const data = createSamApp.data?.data; + if (data.severity === "error") { + setAuthStatus({ + success: false, + error: data.message || "Failed to create SAM application", + loading: false, + }); + } else if (data.severity === "success") { + setAuthStatus({ + success: true, + error: null, + loading: false, + }); + } + } + }, [createSamApp, authStatus]); + + useEffect(() => { + if (createSamApp.isError && authStatus.loading) { + setAuthStatus({ + success: false, + error: "An error occurred while creating the SAM application", + loading: false, + }); + } + }, [createSamApp, authStatus]); + + return ( + + + To run this setup you will need the following prerequisites: +
  • + A CIPP Service Account. For more information on how to create a service account, click{" "} + + here + +
  • +
  • (Temporary) Global Administrator permissions for the CIPP Service Account
  • +
  • + Multi-factor authentication enabled for the CIPP Service Account, with no trusted + locations or other exclusions. +
  • +
    + + {authStatus.error && ( + + {authStatus.error} + + )} + + + + + + + + +
    + ); +}; + +export default CippSAMDeploy; diff --git a/src/components/CippWizard/CippTenantModeDeploy.jsx b/src/components/CippWizard/CippTenantModeDeploy.jsx new file mode 100644 index 000000000000..8f8683af405e --- /dev/null +++ b/src/components/CippWizard/CippTenantModeDeploy.jsx @@ -0,0 +1,130 @@ +import { useEffect } from "react"; +import { Stack, Box, Typography, Link } from "@mui/material"; +import { CIPPM365OAuthButton } from "../CippComponents/CIPPM365OAuthButton"; +import { CippApiResults } from "../CippComponents/CippApiResults"; +import { ApiPostCall } from "../../api/ApiCall"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import { CippTenantTable } from "./CippTenantTable"; + +export const CippTenantModeDeploy = (props) => { + const { formControl, currentStep, onPreviousStep, onNextStep } = props; + + formControl.register("GDAPAuth", { + required: true, + }); + + const updateRefreshToken = ApiPostCall({ urlfromdata: true }); + const addTenant = ApiPostCall({ urlfromdata: true }); + + useEffect(() => { + if (updateRefreshToken.isSuccess) { + formControl.setValue("GDAPAuth", true); + formControl.trigger("GDAPAuth"); + } + if (addTenant.isSuccess) { + // Reset the form control for the next tenant addition + formControl.setValue("GDAPAuth", true); + formControl.trigger("GDAPAuth"); + } + }, [updateRefreshToken.isSuccess, formControl, addTenant.isSuccess]); + + return ( + + + + {/* Partner Tenant (GDAP) */} + + + Partner Tenant + + + Using GDAP is recommended for CIPP, however you can also authenticate to individual + tenants. It is still highly recommended to connect to your partner tenant first, even if + you are not a Microsoft CSP. This allows CIPP to send notifications, perform permission + checks, and update permissions when required. + + + Please remember to log onto a service account dedicated for CIPP. More info? Check out the{" "} + + service account documentation + + . + + + + + { + const updatedTokenData = { + ...tokenData, + tenantMode: "GDAP", + }; + updateRefreshToken.mutate({ + url: "/api/ExecUpdateRefreshToken", + data: updatedTokenData, + }); + }} + buttonText="Connect to Partner Tenant (Recommended)" + showSuccessAlert={false} + /> + + + + + {/* Per-Tenant */} + + + Per-Tenant Authentication + + + Click the button below to connect to individual tenants. You can authenticate to multiple + tenants by repeating this step for each tenant you want to add. Accidentally added the + wrong tenant? Use the table below to remove it. + + + + + { + const updatedTokenData = { + ...tokenData, + tenantMode: "perTenant", + }; + addTenant.mutate({ + url: "/api/ExecAddTenant", + data: updatedTokenData, + }); + }} + buttonText="Connect to Separate Tenants" + showSuccessAlert={false} + /> + + + + + + + + + ); +}; + +export default CippTenantModeDeploy; diff --git a/src/components/CippWizard/CippTenantStep.jsx b/src/components/CippWizard/CippTenantStep.jsx new file mode 100644 index 000000000000..5c5d9c1be708 --- /dev/null +++ b/src/components/CippWizard/CippTenantStep.jsx @@ -0,0 +1,38 @@ +import { Stack } from "@mui/material"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import { CippFormTenantSelector } from "../CippComponents/CippFormTenantSelector"; + +export const CippTenantStep = (props) => { + const { + allTenants, + type = "single", + valueField = "defaultDomainName", + onNextStep, + formControl, + currentStep, + onPreviousStep, + preText, + includeOffboardingDefaults = false, + } = props; + + return ( + + {preText} + + + + + ); +}; diff --git a/src/components/CippWizard/CippTenantTable.jsx b/src/components/CippWizard/CippTenantTable.jsx new file mode 100644 index 000000000000..81c1ae4cde73 --- /dev/null +++ b/src/components/CippWizard/CippTenantTable.jsx @@ -0,0 +1,169 @@ +import React from "react"; +import { Button, SvgIcon } from "@mui/material"; +import { CippTablePage } from "../CippComponents/CippTablePage.jsx"; +import { Sync, Block, PlayArrow, RestartAlt, Delete, Add } from "@mui/icons-material"; +import { useDialog } from "../../hooks/use-dialog"; +import { CippApiDialog } from "../CippComponents/CippApiDialog"; + +export const CippTenantTable = ({ + title = "Tenants", + tenantInTitle = false, + customColumns = null, + customFilters = null, + showCardButton = true, + showTenantSelector = true, + showAllTenantsSelector = true, + onRefreshButtonClick = null, +}) => { + const createDialog = useDialog(); + + // Actions formatted as per your guidelines + const actions = [ + { + label: "Exclude Tenants", + type: "POST", + url: `/api/ExecExcludeTenant?AddExclusion=true`, + icon: , + data: { value: "customerId" }, + confirmText: "Are you sure you want to exclude [displayName]?", + multiPost: false, + condition: (row) => row.displayName !== "*Partner Tenant", + }, + { + label: "Include Tenants", + type: "POST", + url: `/api/ExecExcludeTenant?RemoveExclusion=true`, + icon: , + data: { value: "customerId" }, + confirmText: "Are you sure you want to include [displayName]?", + multiPost: false, + condition: (row) => row.displayName !== "*Partner Tenant", + }, + { + label: "Refresh CPV Permissions", + type: "POST", + url: `/api/ExecCPVPermissions`, + icon: , + data: { tenantFilter: "customerId" }, + confirmText: "Are you sure you want to refresh the CPV permissions for [displayName]?", + multiPost: false, + }, + { + label: "Reset CPV Permissions", + type: "POST", + url: `/api/ExecCPVPermissions?&ResetSP=true`, + icon: , + data: { tenantFilter: "customerId" }, + confirmText: + "Are you sure you want to reset the CPV permissions for [displayName]? (This will delete the Service Principal and re-add it.)", + multiPost: false, + condition: (row) => + row.displayName !== "*Partner Tenant" && row.delegatedPrivilegeStatus !== "directTenant", + }, + { + label: "Remove Tenant", + type: "POST", + url: `/api/ExecRemoveTenant`, + icon: , + data: { TenantID: "customerId" }, + confirmText: + "Are you sure you want to remove [displayName]? If this is a Direct Tenant, this will no longer be accessible until you add it via the Setup Wizard.", + multiPost: false, + condition: (row) => row.displayName !== "*Partner Tenant", + }, + ]; + + // Offcanvas details + const offCanvas = { + extendedInfoFields: [ + "displayName", + "defaultDomainName", + "delegatedPrivilegeStatus", + "Excluded", + "ExcludeDate", + "ExcludeUser", + ], + actions: actions, + }; + + // Columns for the table + const columns = customColumns || [ + "displayName", // Tenant Name + "defaultDomainName", // Default Domain + "delegatedPrivilegeStatus", // Delegated Privilege Status + "Excluded", // Excluded Status + "ExcludeDate", // Exclude Date + "ExcludeUser", // Exclude User + ]; + + // Default filters + const defaultFilters = [ + { + filterName: "Included tenants", + value: [{ id: "Excluded", value: "No" }], + type: "column", + }, + { + filterName: "Excluded tenants", + value: [{ id: "Excluded", value: "Yes" }], + type: "column", + }, + ]; + + const filters = customFilters || defaultFilters; + + return ( + <> + + + + + Force Refresh + + ) : null + } + tenantInTitle={tenantInTitle} + apiUrl="/api/ExecExcludeTenant?ListAll=True" + actions={actions} + offCanvas={offCanvas} + simpleColumns={columns} + filters={filters} + showTenantSelector={showTenantSelector} + showAllTenantsSelector={showAllTenantsSelector} + /> + {showCardButton && !onRefreshButtonClick && ( + + )} + + ); +}; + +export default CippTenantTable; diff --git a/src/components/CippWizard/CippWizard.jsx b/src/components/CippWizard/CippWizard.jsx new file mode 100644 index 000000000000..22f24de234bc --- /dev/null +++ b/src/components/CippWizard/CippWizard.jsx @@ -0,0 +1,103 @@ +import { useCallback, useMemo, useState } from "react"; +import { Card, CardContent, Container, Stack } from "@mui/material"; +import { Grid } from "@mui/system"; +import { WizardSteps } from "./wizard-steps"; +import { useForm, useWatch } from "react-hook-form"; + +export const CippWizard = (props) => { + const { + postUrl, + orientation = "horizontal", + steps, + contentMaxWidth = "md", + } = props; + + const formControl = useForm({ mode: "onChange", defaultValues: props.initialState }); + const formWatcher = useWatch({ + control: formControl.control, + }); + + const stepsWithVisibility = useMemo(() => { + return steps.filter((step) => { + if (step.hideStepWhen) { + return !step.hideStepWhen(formWatcher); + } + if (step.showStepWhen) { + return step.showStepWhen(formWatcher); + } + return true; + }); + }, [steps, formWatcher]); + + const [activeStep, setActiveStep] = useState(0); + const handleBack = useCallback(() => { + setActiveStep((prevState) => (prevState > 0 ? prevState - 1 : prevState)); + }, []); + + const handleNext = useCallback(() => { + setActiveStep((prevState) => (prevState < steps.length - 1 ? prevState + 1 : prevState)); + }, []); + + const content = useMemo(() => { + const currentStep = stepsWithVisibility[activeStep]; + const StepComponent = currentStep.component; + + return ( + + ); + }, [activeStep, handleNext, handleBack, stepsWithVisibility, formControl]); + + // Get the maxWidth for the current step, fallback to global setting + const currentStepMaxWidth = useMemo(() => { + const currentStep = stepsWithVisibility[activeStep]; + return currentStep.maxWidth ?? contentMaxWidth; + }, [activeStep, stepsWithVisibility, contentMaxWidth]); + + return ( + + {orientation === "vertical" ? ( + + + + + + + {content} + + + + ) : ( + + + +
    + {content} +
    +
    +
    + )} +
    + ); +}; diff --git a/src/components/CippWizard/CippWizardAppApproval.jsx b/src/components/CippWizard/CippWizardAppApproval.jsx new file mode 100644 index 000000000000..ba53800a2cb2 --- /dev/null +++ b/src/components/CippWizard/CippWizardAppApproval.jsx @@ -0,0 +1,212 @@ +import { Stack, Alert } from "@mui/material"; +import CippWizardStepButtons from "./CippWizardStepButtons"; +import { Grid } from "@mui/system"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { getCippValidator } from "../../utils/get-cipp-validator"; +import { CippFormCondition } from "../CippComponents/CippFormCondition"; +import CippPermissionPreview from "../CippComponents/CippPermissionPreview"; +import { useWatch } from "react-hook-form"; +import { CippPropertyListCard } from "../CippCards/CippPropertyListCard"; + +export const CippWizardAppApproval = (props) => { + const { postUrl, formControl, onPreviousStep, onNextStep, currentStep } = props; + + // Watch for the selected template to access permissions and type + const selectedTemplate = useWatch({ + control: formControl.control, + name: "selectedTemplate", + }); + + return ( + + {/* Mode Selector */} + + + {/* Template Mode */} + + + + Select an app approval template to deploy. Templates contain predefined permissions that + will be applied to the application. + + `${item.TemplateName}`, + valueField: "TemplateId", + addedField: { + AppId: "AppId", + AppName: "AppName", + AppType: "AppType", + GalleryTemplateId: "GalleryTemplateId", + GalleryInformation: "GalleryInformation", + PermissionSetId: "PermissionSetId", + PermissionSetName: "PermissionSetName", + Permissions: "Permissions", + ApplicationManifest: "ApplicationManifest", + }, + showRefresh: true, + }} + validators={{ required: "A template is required" }} + formControl={formControl} + multiple={false} + /> + + {selectedTemplate?.addedFields?.AppName && ( + + + {(selectedTemplate.addedFields.AppType || "EnterpriseApp") === "EnterpriseApp" ? ( + + ) : (selectedTemplate.addedFields.AppType || "EnterpriseApp") === + "ApplicationManifest" ? ( + + ) : ( + + )} + + )} + + + + {/* Manual Mode */} + + + + getCippValidator(value, "guid"), + }} + name="AppId" + formControl={formControl} + /> + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardAssignmentFilterTemplates.jsx b/src/components/CippWizard/CippWizardAssignmentFilterTemplates.jsx new file mode 100644 index 000000000000..00aaf0c8a453 --- /dev/null +++ b/src/components/CippWizard/CippWizardAssignmentFilterTemplates.jsx @@ -0,0 +1,144 @@ +import { Stack } from "@mui/material"; +import CippWizardStepButtons from "./CippWizardStepButtons"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { Grid } from "@mui/system"; +import { useWatch } from "react-hook-form"; +import { useEffect } from "react"; + +const DEVICE_PLATFORM_OPTIONS = [ + { label: "Windows 10 and later", value: "windows10AndLater" }, + { label: "iOS", value: "iOS" }, + { label: "macOS", value: "macOS" }, + { label: "Android Enterprise", value: "androidForWork" }, + { label: "Android device administrator", value: "android" }, + { label: "Android Work Profile", value: "androidWorkProfile" }, + { label: "Android (AOSP)", value: "androidAOSP" }, +]; + +const APP_PLATFORM_OPTIONS = [ + { label: "Windows", value: "windowsMobileApplicationManagement" }, + { label: "Android", value: "androidMobileApplicationManagement" }, + { label: "iOS/iPadOS", value: "iOSMobileApplicationManagement" }, +]; + +const FILTER_TYPE_OPTIONS = [ + { label: "Devices", value: "devices" }, + { label: "Apps", value: "apps" }, +]; + +export const CippWizardAssignmentFilterTemplates = (props) => { + const { postUrl, formControl, onPreviousStep, onNextStep, currentStep } = props; + const templateSelection = useWatch({ control: formControl.control, name: "TemplateList" }); + const assignmentFilterManagementType = + useWatch({ + control: formControl?.control ?? formControl, + name: "assignmentFilterManagementType", + defaultValue: "devices", + }) ?? "devices"; + const platformOptions = + assignmentFilterManagementType === "apps" ? APP_PLATFORM_OPTIONS : DEVICE_PLATFORM_OPTIONS; + + useEffect(() => { + if (templateSelection?.value) { + const { addedFields } = templateSelection; + + formControl.setValue( + "assignmentFilterManagementType", + addedFields.assignmentFilterManagementType || "devices" + ); + formControl.setValue("platform", addedFields.platform || ""); + formControl.setValue("displayName", addedFields.displayName || ""); + formControl.setValue("description", addedFields.description || ""); + formControl.setValue("rule", addedFields.rule || ""); + } + }, [templateSelection, formControl]); + + return ( + + + + + `${option.Displayname || option.displayName} (${option.platform})`, + valueField: "GUID", + addedField: { + platform: "platform", + displayName: "displayName", + description: "description", + rule: "rule", + assignmentFilterManagementType: "assignmentFilterManagementType", + }, + showRefresh: true, + }} + /> + + + + + + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardAutoComplete.jsx b/src/components/CippWizard/CippWizardAutoComplete.jsx new file mode 100644 index 000000000000..7012b80c5aba --- /dev/null +++ b/src/components/CippWizard/CippWizardAutoComplete.jsx @@ -0,0 +1,48 @@ +import { Stack } from "@mui/material"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import CippFormComponent from "../CippComponents/CippFormComponent"; + +export const CippWizardAutoComplete = (props) => { + const { + title, + type = "single", + name, + placeholder, + api, + onNextStep, + formControl, + currentStep, + onPreviousStep, + } = props; + + const currentTenant = formControl.watch("tenantFilter"); + + return ( + + + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardAutopilotImport.jsx b/src/components/CippWizard/CippWizardAutopilotImport.jsx new file mode 100644 index 000000000000..42067830a30a --- /dev/null +++ b/src/components/CippWizard/CippWizardAutopilotImport.jsx @@ -0,0 +1,542 @@ +import { + Button, + Link, + Stack, + Box, + Typography, + Dialog, + DialogTitle, + DialogContent, + DialogActions, + TextField, + Alert, +} from "@mui/material"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { useWatch } from "react-hook-form"; +import { Delete, FileDownload, Upload, Add } from "@mui/icons-material"; +import { useEffect, useState } from "react"; +import React from "react"; + +export const CippWizardAutopilotImport = (props) => { + const { + onNextStep, + formControl, + currentStep, + onPreviousStep, + fields, + name, + nameToCSVMapping, + fileName = "template", + } = props; + const tableData = useWatch({ control: formControl.control, name: name }); + const [newTableData, setTableData] = useState([]); + const fileInputRef = React.useRef(null); + const [manualDialogOpen, setManualDialogOpen] = useState(false); + const [manualInputs, setManualInputs] = useState([{}]); + const inputRefs = React.useRef([]); + const [validationErrors, setValidationErrors] = useState([]); + + const handleRemoveItem = (row) => { + if (row === undefined) return false; + const index = tableData?.findIndex((item) => item === row); + const newTableData = [...tableData]; + newTableData.splice(index, 1); + setTableData(newTableData); + }; + + const handleFileSelect = (event) => { + const file = event.target.files[0]; + if (file) { + const reader = new FileReader(); + reader.onload = (e) => { + const text = e.target.result; + const lines = text.split("\n"); + const firstLine = lines[0].split(",").map((header) => header.trim()); + + // Check if this is a headerless CSV (no recognizable headers) + const hasHeaders = firstLine.some((header) => { + // Check if any header matches our expected field names + return fields.some( + (field) => + header === field.propertyName || + header === field.friendlyName || + (field.alternativePropertyNames && field.alternativePropertyNames.includes(header)) + ); + }); + + let headers, headerMapping; + + if (hasHeaders) { + // Normal CSV with headers + headers = firstLine; + + // Create mapping for property names and alternative property names + headerMapping = {}; + fields.forEach((field) => { + // Map primary property name to itself + headerMapping[field.propertyName] = field.propertyName; + // Map friendly name to property name + headerMapping[field.friendlyName] = field.propertyName; + // Map alternative property names to the primary property name + if (field.alternativePropertyNames) { + field.alternativePropertyNames.forEach((altName) => { + headerMapping[altName] = field.propertyName; + }); + } + }); + + // Check if all required columns are present (using any of the supported formats) + const missingColumns = fields.filter((field) => { + // Only serial number is required + if (field.propertyName !== "SerialNumber") { + return false; // Skip non-required fields + } + + const hasPropertyName = headers.includes(field.propertyName); + const hasFriendlyName = headers.includes(field.friendlyName); + const hasAlternativeName = field.alternativePropertyNames + ? field.alternativePropertyNames.some((altName) => headers.includes(altName)) + : false; + return !hasPropertyName && !hasFriendlyName && !hasAlternativeName; + }); + + if (missingColumns.length > 0) { + const missingFormats = missingColumns + .map((f) => { + const formats = [f.propertyName, f.friendlyName]; + if (f.alternativePropertyNames) { + formats.push(...f.alternativePropertyNames); + } + return `"${formats.join('" or "')}"`; + }) + .join(", "); + console.error(`CSV is missing required columns: ${missingFormats}`); + return; + } + } else { + // Headerless CSV - assume order: serial, productid, hash + headers = ["SerialNumber", "productKey", "hardwareHash"]; + headerMapping = { + SerialNumber: "SerialNumber", + productKey: "productKey", + hardwareHash: "hardwareHash", + }; + + // Check if we have at least 3 columns for the expected order + if (firstLine.length < 3) { + console.error( + "Headerless CSV must have at least 3 columns in order: Serial Number, Product ID, Hardware Hash" + ); + return; + } + } + + const data = lines + .slice(hasHeaders ? 1 : 0) // Skip first line only if it has headers + .filter((line) => line.trim() !== "") // Remove empty lines + .map((line) => { + const values = line.split(","); + // Initialize with all fields as empty strings + const row = fields.reduce((obj, field) => { + obj[field.propertyName] = ""; + return obj; + }, {}); + // Fill in the values from the CSV + headers.forEach((header, i) => { + const propertyName = headerMapping[header]; + if (propertyName) { + row[propertyName] = values[i]?.trim() || ""; + } + }); + return row; + }); + + setTableData(data); + formControl.setValue(name, data, { shouldValidate: true }); + }; + reader.readAsText(file); + } + }; + + const handleManualInputChange = (rowIndex, field, value) => { + setManualInputs((prev) => { + const newInputs = [...prev]; + if (!newInputs[rowIndex]) { + newInputs[rowIndex] = {}; + } + newInputs[rowIndex][field] = value; + return newInputs; + }); + }; + + const handleAddRow = () => { + setManualInputs((prev) => [...prev, {}]); + }; + + const validateRows = (rows) => { + const errors = []; + const seenSerials = new Set(); + const seenProductKeys = new Set(); + + rows.forEach((row, index) => { + const serialField = fields.find((f) => f.propertyName === "SerialNumber"); + const productKeyField = fields.find((f) => f.propertyName === "productKey"); + const manufacturerField = fields.find((f) => f.propertyName === "oemManufacturerName"); + const modelField = fields.find((f) => f.propertyName === "modelName"); + const hardwareHashField = fields.find((f) => f.propertyName === "hardwareHash"); + + if ( + serialField && + row[serialField.propertyName] && + seenSerials.has(row[serialField.propertyName]) + ) { + errors.push(`Row ${index + 1}: Duplicate serial number "${row[serialField.propertyName]}"`); + } + if (serialField && row[serialField.propertyName]) { + seenSerials.add(row[serialField.propertyName]); + } + + if ( + productKeyField && + row[productKeyField.propertyName] && + seenProductKeys.has(row[productKeyField.propertyName]) + ) { + errors.push( + `Row ${index + 1}: Duplicate product key "${row[productKeyField.propertyName]}"` + ); + } + if (productKeyField && row[productKeyField.propertyName]) { + seenProductKeys.add(row[productKeyField.propertyName]); + } + + // Validate Product ID length (must be exactly 13 characters) + if ( + productKeyField && + row[productKeyField.propertyName] && + row[productKeyField.propertyName].length !== 13 + ) { + errors.push(`Row ${index + 1}: Product ID must be exactly 13 characters long`); + } + + // Validate Serial Number requirements: must have either Manufacturer+Model OR Hardware Hash + if ( + serialField && + row[serialField.propertyName] && + row[serialField.propertyName].trim() !== "" + ) { + const hasManufacturer = + manufacturerField && + row[manufacturerField.propertyName] && + row[manufacturerField.propertyName].trim() !== ""; + const hasModel = + modelField && row[modelField.propertyName] && row[modelField.propertyName].trim() !== ""; + const hasHardwareHash = + hardwareHashField && + row[hardwareHashField.propertyName] && + row[hardwareHashField.propertyName].trim() !== ""; + + const hasManufacturerAndModel = hasManufacturer && hasModel; + const hasHash = hasHardwareHash; + + if (!hasManufacturerAndModel && !hasHash) { + errors.push( + `Row ${ + index + 1 + }: Serial Number must be accompanied by either both Manufacturer and Model, or Hardware Hash` + ); + } + } + }); + + setValidationErrors(errors); + return errors.length === 0; + }; + + const handleManualAdd = () => { + const newRows = manualInputs + .filter((row) => Object.values(row).some((value) => value && value.trim() !== "")) + .map((row) => { + // Ensure all fields exist in the row + return fields.reduce((obj, field) => { + obj[field.propertyName] = row[field.propertyName] || ""; + return obj; + }, {}); + }); + + if (newRows.length === 0) { + setManualDialogOpen(false); + setManualInputs([{}]); + return; + } + + if (!validateRows(newRows)) { + return; + } + + const updatedData = [...tableData, ...newRows]; + setTableData(updatedData); + formControl.setValue(name, updatedData, { shouldValidate: true }); + setManualInputs([{}]); + setManualDialogOpen(false); + }; + + const handleDialogClose = () => { + setManualDialogOpen(false); + setManualInputs([{}]); + }; + + const handleKeyPress = (event, rowIndex) => { + const productKeyField = fields.find((f) => f.propertyName === "productKey"); + if ( + event.key === "Enter" && + productKeyField && + manualInputs[rowIndex]?.[productKeyField.propertyName] + ) { + if (rowIndex === manualInputs.length - 1) { + const newRowIndex = manualInputs.length; + setManualInputs((prev) => [...prev, {}]); + // Wait for the next render cycle to set focus + setTimeout(() => { + const newInput = inputRefs.current[newRowIndex]?.[productKeyField.propertyName]; + if (newInput) { + newInput.focus(); + } + }, 0); + } + } + }; + + const handleRemoveRow = (rowIndex) => { + setManualInputs((prev) => prev.filter((_, index) => index !== rowIndex)); + }; + + useEffect(() => { + console.log("Table Data:", newTableData); + formControl.setValue(name, newTableData, { + shouldValidate: true, + }); + }, [newTableData]); + + // Add effect to validate rows when manualInputs changes + useEffect(() => { + validateRows(manualInputs); + }, [manualInputs]); + + const actions = [ + { + icon: , + label: "Delete Row", + confirmText: "Are you sure you want to delete this row?", + customFunction: handleRemoveItem, + noConfirm: true, + }, + ]; + + return ( + + f.propertyName)} + cardButton={ + + + + + + + } + /> + + + Manual Import + + + {validationErrors.length > 0 && ( + + + Please fix the following validation errors: + + {validationErrors.map((error, index) => ( + + • {error} + + ))} + + )} + {manualInputs.map((row, rowIndex) => ( + + {/* Row identifier */} + + {rowIndex + 1} + + {fields.map((field) => ( + + { + if (!inputRefs.current[rowIndex]) { + inputRefs.current[rowIndex] = {}; + } + inputRefs.current[rowIndex][field.propertyName] = el; + }} + label={field.friendlyName} + value={row[field.propertyName] || ""} + onChange={(e) => + handleManualInputChange(rowIndex, field.propertyName, e.target.value) + } + onKeyDown={(e) => + field.propertyName === "productKey" && handleKeyPress(e, rowIndex) + } + fullWidth + size="small" + /> + + ))} + + + ))} + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardAutopilotOptions.jsx b/src/components/CippWizard/CippWizardAutopilotOptions.jsx new file mode 100644 index 000000000000..a289a0589c89 --- /dev/null +++ b/src/components/CippWizard/CippWizardAutopilotOptions.jsx @@ -0,0 +1,32 @@ +import { Stack } from "@mui/material"; +import { Grid } from "@mui/system"; +import CippWizardStepButtons from "./CippWizardStepButtons"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +export const CippWizardAutopilotOptions = (props) => { + const { postUrl, formControl, onPreviousStep, onNextStep, currentStep } = props; + + return ( + + <> + + + + + + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardBulkOptions.jsx b/src/components/CippWizard/CippWizardBulkOptions.jsx new file mode 100644 index 000000000000..4396b9ee319b --- /dev/null +++ b/src/components/CippWizard/CippWizardBulkOptions.jsx @@ -0,0 +1,48 @@ +import { Stack } from "@mui/material"; +import { Grid } from "@mui/system"; +import CippWizardStepButtons from "./CippWizardStepButtons"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import countryList from "/src/data/countryList.json"; +import { CippFormLicenseSelector } from "../CippComponents/CippFormLicenseSelector"; +export const CippWizardBulkOptions = (props) => { + const { postUrl, formControl, onPreviousStep, onNextStep, currentStep } = props; + + return ( + + <> + + + ({ + label: Name, + value: Code, + }))} + formControl={formControl} + /> + + + + + + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardCSVImport.jsx b/src/components/CippWizard/CippWizardCSVImport.jsx new file mode 100644 index 000000000000..80983ad4f549 --- /dev/null +++ b/src/components/CippWizard/CippWizardCSVImport.jsx @@ -0,0 +1,161 @@ +import { Button, Link, Stack, Dialog, DialogActions, DialogContent, DialogTitle } from "@mui/material"; +import { Grid } from "@mui/system"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { CippDataTable } from "../CippTable/CippDataTable"; +import { useWatch } from "react-hook-form"; +import { Delete } from "@mui/icons-material"; +import { useEffect, useState } from "react"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; + +export const CippWizardCSVImport = (props) => { + const { + onNextStep, + formControl, + currentStep, + onPreviousStep, + fields, + name, + manualFields = false, + nameToCSVMapping, + fileName = "BulkUser", + } = props; + const tableData = useWatch({ control: formControl.control, name: name }); + const [newTableData, setTableData] = useState([]); + const [open, setOpen] = useState(false); + + // Register form field with validation + formControl.register(name, { + validate: (value) => Array.isArray(value) && value.length > 0, + }); + + const handleRemoveItem = (row) => { + if (row === undefined) return false; + const index = tableData?.findIndex((item) => item === row); + const newTableData = [...tableData]; + newTableData.splice(index, 1); + setTableData(newTableData); + }; + + const handleAddItem = () => { + const newRowData = formControl.getValues("addrow"); + if (newRowData === undefined) return false; + const newTableData = [...tableData, newRowData]; + setTableData(newTableData); + setOpen(false); + }; + + useEffect(() => { + formControl.setValue(name, newTableData, { + shouldValidate: true, + }); + }, [newTableData]); + + const actions = [ + { + icon: , + label: "Delete Row", + confirmText: "Are you sure you want to delete this row?", + customFunction: handleRemoveItem, + noConfirm: true, + }, + ]; + + return ( + + + Download Example CSV + + + {manualFields && ( + + {fields.map((field) => ( + <> + + { + if (e.key === "Enter") { + if (e.target.value === "") return false; + handleAddItem(); + setTimeout(() => { + formControl.setValue(`addrow.${field}`, ""); + }, 500); + } + }} + /> + + + ))} + + + + + )} + {!manualFields && ( + <> + + + + + + setOpen(false)}> + Add a new row + + + {fields.map((field) => ( + + + + ))} + + + + + + + + + )} + + + + + ); +}; \ No newline at end of file diff --git a/src/components/CippWizard/CippWizardConfirmation.jsx b/src/components/CippWizard/CippWizardConfirmation.jsx new file mode 100644 index 000000000000..3f8ecd288590 --- /dev/null +++ b/src/components/CippWizard/CippWizardConfirmation.jsx @@ -0,0 +1,150 @@ +import { Card, Stack, Typography } from "@mui/material"; +import { Grid } from "@mui/system"; +import { PropertyList } from "../property-list"; +import { PropertyListItem } from "../property-list-item"; +import CippWizardStepButtons from "./CippWizardStepButtons"; +import { getCippTranslation } from "../../utils/get-cipp-translation"; +import { getCippFormatting } from "../../utils/get-cipp-formatting"; + +export const CippWizardConfirmation = (props) => { + const { + postUrl, + lastStep, + formControl, + onPreviousStep, + onNextStep, + currentStep, + columns = 2 // Default to 2 columns for backward compatibility + } = props; + + const formValues = formControl.getValues(); + const formEntries = Object.entries(formValues); + + const blacklist = [ + "selectedOption", + "GDAPAuth", + "SAMWizard", + "GUID", + "ID", + "noSubmitButton", + "RAWJson", + "TemplateList", + "addrow", + ]; + + // Filter out null values and undefined values which could be from hidden conditional fields + const filteredFormEntries = formEntries.filter( + ([_, value]) => value !== null && value !== undefined + ); + + const tenantEntry = filteredFormEntries.find( + ([key]) => key === "tenantFilter" || key === "tenant" + ); + const userEntry = filteredFormEntries.find(([key]) => + ["user", "userPrincipalName", "username"].includes(key) + ); + + const filteredEntries = formEntries.filter( + ([key]) => + !blacklist.includes(key) && + key !== "tenantFilter" && + key !== "tenant" && + !["user", "userPrincipalName", "username"].includes(key) && + !key.startsWith('HIDDEN_') + ); + + // Calculate total entries including special ones for even distribution + const totalEntries = filteredEntries.length + (tenantEntry ? 1 : 0) + (userEntry ? 1 : 0); + + // Dynamically split entries based on columns prop with special entries distributed + const splitEntries = () => { + const result = Array.from({ length: columns }, () => []); + + // Add special entries to different columns first + if (tenantEntry) { + result[0].push(tenantEntry); + } + if (userEntry && result[1]) { + result[1].push(userEntry); + } + + // Distribute remaining entries across columns to balance them + filteredEntries.forEach((entry) => { + // Find the column with the fewest entries + let targetColumn = 0; + let minLength = result[0].length; + + for (let i = 1; i < columns; i++) { + if (result[i].length < minLength) { + minLength = result[i].length; + targetColumn = i; + } + } + + result[targetColumn].push(entry); + }); + + return result; + }; + + const columnEntries = splitEntries(); + + // Calculate Grid sizes based on number of columns + const getGridSize = () => { + const sizes = { + 1: { lg: 12, md: 12, xs: 12 }, + 2: { lg: 6, md: 6, xs: 12 }, + 3: { lg: 4, md: 6, xs: 12 }, + 4: { lg: 3, md: 6, xs: 12 }, + 6: { lg: 2, md: 4, xs: 12 }, + }; + + return sizes[columns] || sizes[2]; // Default to 2 columns + }; + + const gridSize = getGridSize(); + + return ( + + {filteredEntries.length === 0 ? ( + + + + You've completed the steps in this wizard. Hit submit to save your changes. + + + + ) : ( + + + {columnEntries.map((columnData, index) => ( + + + {columnData.map(([key, value]) => ( + + ))} + + + ))} + + + )} + + + + ); +}; + +export default CippWizardConfirmation; diff --git a/src/components/CippWizard/CippWizardGroupTemplates.jsx b/src/components/CippWizard/CippWizardGroupTemplates.jsx new file mode 100644 index 000000000000..16e1bd61ef0d --- /dev/null +++ b/src/components/CippWizard/CippWizardGroupTemplates.jsx @@ -0,0 +1,146 @@ +import { Stack } from "@mui/material"; +import CippWizardStepButtons from "./CippWizardStepButtons"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { CippFormCondition } from "../CippComponents/CippFormCondition"; +import { Grid } from "@mui/system"; +import { useWatch } from "react-hook-form"; +import { useEffect } from "react"; + +export const CippWizardGroupTemplates = (props) => { + const { postUrl, formControl, onPreviousStep, onNextStep, currentStep } = props; + const watcher = useWatch({ control: formControl.control, name: "TemplateList" }); + const groupOptions = [ + { label: "Dynamic Group", value: "dynamic" }, + { label: "Dynamic Distribution Group", value: "dynamicDistribution" }, + { label: "Security Group", value: "generic" }, + { label: "Distribution Group", value: "distribution" }, + { label: "Azure Role Group", value: "azureRole" }, + { label: "Mail Enabled Security Group", value: "security" }, + ]; + useEffect(() => { + if (watcher?.value) { + console.log("Loading template:", watcher); + + // Set groupType first to ensure conditional fields are visible + formControl.setValue("groupType", watcher.addedFields.groupType); + + // Use setTimeout to ensure the DOM updates with the groupType before setting other fields + setTimeout(() => { + formControl.setValue("displayName", watcher.addedFields.displayName); + formControl.setValue("description", watcher.addedFields.description); + formControl.setValue("username", watcher.addedFields.username); + formControl.setValue("allowExternal", watcher.addedFields.allowExternal); + formControl.setValue("membershipRules", watcher.addedFields.membershipRules); + + console.log("Set membershipRules to:", watcher.addedFields.membershipRules); + }, 100); + } + }, [watcher]); + return ( + + + + + `${option.Displayname || option.displayName} (${option.groupType})`, + valueField: "GUID", + addedField: { + groupType: "groupType", + displayName: "displayName", + description: "description", + username: "username", + allowExternal: "allowExternal", + membershipRules: "membershipRules", + }, + showRefresh: true, + }} + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardOffboarding.jsx b/src/components/CippWizard/CippWizardOffboarding.jsx new file mode 100644 index 000000000000..44af44afbb27 --- /dev/null +++ b/src/components/CippWizard/CippWizardOffboarding.jsx @@ -0,0 +1,412 @@ +import { Alert, Stack, Typography, Card, CardContent, CardHeader, Divider } from "@mui/material"; +import CippWizardStepButtons from "./CippWizardStepButtons"; +import CippFormComponent from "../CippComponents/CippFormComponent"; +import { CippFormCondition } from "../CippComponents/CippFormCondition"; +import { useWatch } from "react-hook-form"; +import { useEffect, useState } from "react"; +import { Grid } from "@mui/system"; +import { useSettings } from "../../hooks/use-settings"; + +export const CippWizardOffboarding = (props) => { + const { postUrl, formControl, onPreviousStep, onNextStep, currentStep } = props; + const currentTenant = formControl.watch("tenantFilter"); + const selectedUsers = useWatch({ control: formControl.control, name: "user" }); + const [showAlert, setShowAlert] = useState(false); + const userSettingsDefaults = useSettings().userSettingsDefaults; + const disableForwarding = useWatch({ control: formControl.control, name: "disableForwarding" }); + + useEffect(() => { + if (selectedUsers.length >= 3) { + setShowAlert(true); + formControl.setValue("Scheduled.enabled", true); + } + }, [selectedUsers]); + + // Set initial defaults source on component mount if not already set + useEffect(() => { + const currentDefaultsSource = formControl.getValues("HIDDEN_defaultsSource"); + if (!currentDefaultsSource) { + // Default to user defaults since form starts with user defaults from initialState within the wizard component + formControl.setValue("HIDDEN_defaultsSource", "user"); + } + }, [formControl]); + + // Apply defaults only once per tenant or when tenant changes + useEffect(() => { + const currentTenantId = currentTenant?.value; + const appliedDefaultsForTenant = formControl.getValues("HIDDEN_appliedDefaultsForTenant"); + + // Only apply defaults if we haven't applied them for this tenant yet + if (currentTenantId && appliedDefaultsForTenant !== currentTenantId) { + const tenantDefaults = currentTenant?.addedFields?.offboardingDefaults; + + if (tenantDefaults) { + // Apply tenant defaults + Object.entries(tenantDefaults).forEach(([key, value]) => { + formControl.setValue(key, value); + }); + // Set the source indicator + formControl.setValue("HIDDEN_defaultsSource", "tenant"); + } else if (userSettingsDefaults?.offboardingDefaults) { + // Apply user defaults if no tenant defaults + userSettingsDefaults.offboardingDefaults.forEach((setting) => { + formControl.setValue(setting.name, setting.value); + }); + // Set the source indicator + formControl.setValue("HIDDEN_defaultsSource", "user"); + } + + // Mark that we've applied defaults for this tenant + formControl.setValue("HIDDEN_appliedDefaultsForTenant", currentTenantId); + } + }, [currentTenant?.value, userSettingsDefaults, formControl]); + + useEffect(() => { + if (disableForwarding) { + formControl.setValue("forward", null); + formControl.setValue("KeepCopy", false); + } + }, [disableForwarding, formControl]); + + const getDefaultsSource = () => { + return formControl.getValues("HIDDEN_defaultsSource") || "user"; + }; + + return ( + + + + + + + + + {getDefaultsSource() === "tenant" ? "Using Tenant Defaults" : "Using User Defaults"} + + + + + + + + + + + + + + + + + + + + + + + + + + + Mailbox Access + + `${option.displayName} (${option.userPrincipalName})`, + valueField: "id", + queryKey: "Offboarding-Users", + data: { + Endpoint: "users", + manualPagination: true, + $select: "id,userPrincipalName,displayName", + $count: true, + $orderby: "displayName", + $top: 999, + }, + }} + /> + `${option.displayName} (${option.userPrincipalName})`, + valueField: "id", + url: "/api/ListGraphRequest", + dataKey: "Results", + tenantFilter: currentTenant ? currentTenant.value : undefined, + queryKey: "Offboarding-Users", + data: { + Endpoint: "users", + manualPagination: true, + $select: "id,userPrincipalName,displayName", + $count: true, + $orderby: "displayName", + $top: 999, + }, + }} + /> + `${option.displayName} (${option.userPrincipalName})`, + valueField: "id", + url: "/api/ListGraphRequest", + dataKey: "Results", + queryKey: "Offboarding-Users", + data: { + Endpoint: "users", + manualPagination: true, + $select: "id,userPrincipalName,displayName", + $count: true, + $orderby: "displayName", + $top: 999, + }, + }} + /> + + + Email Forwarding + + + + + `${option.displayName} (${option.userPrincipalName})`, + valueField: "id", + url: "/api/ListGraphRequest", + dataKey: "Results", + queryKey: "Offboarding-Users", + data: { + Endpoint: "users", + manualPagination: true, + $select: "id,userPrincipalName,displayName", + $count: true, + $orderby: "displayName", + $top: 999, + }, + }} + /> + + + + + + + + + + {showAlert && ( + + You have selected more than 2 users. This offboarding must be scheduled. + + )} + + + + + + + + + + + + + Scheduled Offboarding Date + + + + + Send results to: + + + + + + + + + + + + + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardOptionsList.jsx b/src/components/CippWizard/CippWizardOptionsList.jsx new file mode 100644 index 000000000000..9fe448e6da63 --- /dev/null +++ b/src/components/CippWizard/CippWizardOptionsList.jsx @@ -0,0 +1,98 @@ +import { Avatar, Card, CardContent, Stack, SvgIcon, Typography } from "@mui/material"; +import { useEffect, useState } from "react"; +import { CippWizardStepButtons } from "./CippWizardStepButtons"; + +export const CippWizardOptionsList = (props) => { + const { + onNextStep, + options, + title, + subtext, + formControl, + currentStep, + onPreviousStep, + name = "selectedOption", + } = props; + const [selectedOption, setSelectedOption] = useState(null); + // Register the name field in react-hook-form + formControl.register(name, { + required: true, + }); + + //only perform a reset if the form has more options than 'selectedOption' + useEffect(() => { + //find if we have more properties than just 'selectedOption' + const formValues = formControl.getValues(); + const formEntries = Object.entries(formValues); + const formKeys = formEntries.map(([key]) => key); + const hasMoreThanSelectedOption = formKeys.length > 1; + if (hasMoreThanSelectedOption) { + formControl.reset({ selectedOption: "" }); + } + }, [formControl]); + + const handleOptionClick = (value) => { + setSelectedOption(value); // Visually select the option + formControl.setValue(name, value); // Update form value in React Hook Form + formControl.trigger(); + }; + + return ( + + + {title} + + {subtext} + + + + {options.map((option) => { + const isSelected = selectedOption === option.value; // Check if the option is selected + + return ( + handleOptionClick(option.value)} // Handle option click + variant="outlined" + sx={{ + cursor: "pointer", + ...(isSelected && { + boxShadow: (theme) => `0px 0px 0px 2px ${theme.palette.primary.main}`, + }), + "&:hover": { + ...(isSelected ? {} : { boxShadow: 8 }), // Hover effect + }, + }} + > + + + + {option.icon} + + + {option.label} + {option.description} + + + + + ); + })} + + + + ); +}; diff --git a/src/components/CippWizard/CippWizardPage.jsx b/src/components/CippWizard/CippWizardPage.jsx new file mode 100644 index 000000000000..6266a3ec1c4b --- /dev/null +++ b/src/components/CippWizard/CippWizardPage.jsx @@ -0,0 +1,47 @@ +import { Box, Button, Container, Stack, SvgIcon } from "@mui/material"; +import { CippWizard } from "./CippWizard"; +import { useRouter } from "next/router"; +import { ArrowLeftIcon } from "@mui/x-date-pickers"; +import { CippHead } from "../CippComponents/CippHead"; + +const CippWizardPage = (props) => { + const router = useRouter(); + const { + postUrl, + initialState, + steps, + wizardTitle, + backButton = true, + wizardOrientation = "horizontal", + maxWidth = "xl", + ...other + } = props; + return ( + <> + + + + + + + + + + + + + + ); +}; +export default CippWizardPage; diff --git a/src/components/CippWizard/CippWizardStepButtons.jsx b/src/components/CippWizard/CippWizardStepButtons.jsx new file mode 100644 index 000000000000..fd80d7c872fa --- /dev/null +++ b/src/components/CippWizard/CippWizardStepButtons.jsx @@ -0,0 +1,73 @@ +import { Button, Stack } from "@mui/material"; +import { useFormState } from "react-hook-form"; +import { ApiPostCall } from "../../api/ApiCall"; +import { CippApiResults } from "../CippComponents/CippApiResults"; + +export const CippWizardStepButtons = (props) => { + const { + postUrl, + lastStep, + currentStep, + onPreviousStep, + onNextStep, + formControl, + noNextButton = false, + noSubmitButton = false, + replacementBehaviour, + queryKeys, + ...other + } = props; + const { isValid, isSubmitted, isSubmitting } = useFormState({ control: formControl.control }); + const sendForm = ApiPostCall({ relatedQueryKeys: queryKeys }); + const handleSubmit = () => { + const values = formControl.getValues(); + const newData = {}; + Object.keys(values).forEach((key) => { + const value = values[key]; + // Only add non-null values if removeNulls is specified + if (replacementBehaviour !== "removeNulls" || value !== null) { + newData[key] = value; + } + }); + sendForm.mutate({ url: postUrl, data: newData }); + }; + + return ( + <> + + + {currentStep > 0 && ( + + )} + {!noNextButton && currentStep !== lastStep && ( + + )} + {!noSubmitButton && currentStep === lastStep && ( +
    + +
    + )} +
    + + ); +}; + +export default CippWizardStepButtons; diff --git a/src/components/CippWizard/CustomerForm.jsx b/src/components/CippWizard/CustomerForm.jsx new file mode 100644 index 000000000000..7eedc7a7e456 --- /dev/null +++ b/src/components/CippWizard/CustomerForm.jsx @@ -0,0 +1,86 @@ +import "@mui/material"; +import { Grid } from "@mui/system"; +import CippFormComponent from "../CippComponents/CippFormComponent"; + +export const CustomerForm = (props) => { + const { formControl } = props; + + const fields = [ + { name: "Domain", label: "Domain", type: "textField", required: true }, + { name: "CompanyName", label: "Company Name", type: "textField", required: true }, + { name: "FirstName", label: "First Name", type: "textField", required: true }, + { name: "LastName", label: "Last Name", type: "textField", required: true }, + { name: "Email", label: "Email", type: "email", required: true }, + { name: "PhoneNumber", label: "Phone Number", type: "textField", required: true }, + { name: "Country", label: "Country", type: "textField", required: true }, + { name: "City", label: "City", type: "textField", required: true }, + { name: "State", label: "State", type: "textField", required: true }, + { name: "AddressLine1", label: "Address Line 1", type: "textField", required: true }, + { name: "AddressLine2", label: "Address Line 2", type: "textField", required: false }, + { name: "PostalCode", label: "Postal Code", type: "textField", required: true }, + ]; + + const transformPayload = (formData) => { + const payload = { + enableGDAPByDefault: false, + Id: null, + CommerceId: null, + CompanyProfile: { + TenantId: null, + Domain: formData.Domain, + CompanyName: formData.CompanyName, + Attributes: { ObjectType: "CustomerCompanyProfile" }, + }, + BillingProfile: { + Id: null, + FirstName: formData.FirstName, + LastName: formData.LastName, + Email: formData.Email, + Culture: "EN-US", + Language: "En", + CompanyName: formData.CompanyName, + DefaultAddress: { + Country: formData.Country, + Region: null, + City: formData.City, + State: formData.State, + AddressLine1: formData.AddressLine1, + AddressLine2: formData.AddressLine2, + PostalCode: formData.PostalCode, + FirstName: formData.FirstName, + LastName: formData.LastName, + PhoneNumber: formData.PhoneNumber, + }, + Attributes: { ObjectType: "CustomerBillingProfile" }, + }, + RelationshipToPartner: "none", + AllowDelegatedAccess: null, + UserCredentials: null, + CustomDomains: null, + Attributes: { ObjectType: "Customer" }, + }; + + if (formData.ResellerType === "Tier2" && associatedPartnerId) { + payload.AssociatedPartnerId = associatedPartnerId; + } + + return payload; + }; + + return ( + + {fields.map((field, index) => ( + + + + ))} + + ); +}; diff --git a/src/components/CippWizard/wizard-steps.js b/src/components/CippWizard/wizard-steps.js new file mode 100644 index 000000000000..61e1c84d572c --- /dev/null +++ b/src/components/CippWizard/wizard-steps.js @@ -0,0 +1,148 @@ +import PropTypes from "prop-types"; +import CheckIcon from "@heroicons/react/24/outline/CheckIcon"; +import { + Box, + Step, + StepConnector, + stepConnectorClasses, + StepLabel, + Stepper, + SvgIcon, + Typography, +} from "@mui/material"; +import { styled } from "@mui/material/styles"; +import { ClearIcon } from "@mui/x-date-pickers"; + +const WizardStepConnector = styled(StepConnector)(({ theme }) => ({ + [`&.${stepConnectorClasses.vertical}`]: { + marginLeft: 16, + }, + [`& .${stepConnectorClasses.lineVertical}`]: { + borderColor: + theme.palette.mode === "dark" ? theme.palette.neutral[800] : theme.palette.neutral[200], + borderLeftWidth: 2, + }, + [`& .${stepConnectorClasses.lineHorizontal}`]: { + borderColor: + theme.palette.mode === "dark" ? theme.palette.neutral[800] : theme.palette.neutral[200], + borderTopWidth: 2, + }, +})); + +const WizardStepIcon = (props) => { + const { active, completed, error } = props; + + if (error) { + return ( + + + + + + ); + } + if (active) { + return ( + + + + ); + } + if (completed) { + return ( + + + + + + ); + } + + return ( + (theme.palette.mode === "dark" ? "neutral.700" : "neutral.300"), + borderRadius: "50%", + borderStyle: "solid", + borderWidth: 2, + height: 36, + width: 36, + }} + /> + ); +}; + +export const WizardSteps = (props) => { + const { activeStep = 1, orientation = "vertical", steps = [] } = props; + + return ( +
    + } + > + {steps.map((step) => ( + + + + {`Step ${steps.indexOf(step) ? steps.indexOf(step) + 1 : 1}`} + + + {step.description} + + + + ))} + +
    + ); +}; + +WizardSteps.propTypes = { + activeStep: PropTypes.number, + orientation: PropTypes.oneOf(["vertical", "horizontal"]), + steps: PropTypes.array, +}; diff --git a/src/components/ExecutiveReportButton.js b/src/components/ExecutiveReportButton.js new file mode 100644 index 000000000000..e7d0cdde65de --- /dev/null +++ b/src/components/ExecutiveReportButton.js @@ -0,0 +1,3059 @@ +import { useState, useMemo } from "react"; +import { + Button, + Tooltip, + Dialog, + DialogTitle, + DialogContent, + DialogActions, + Box, + Typography, + FormControlLabel, + Switch, + Grid, + Paper, + IconButton, +} from "@mui/material"; +import { PictureAsPdf, Download, Close, Settings } from "@mui/icons-material"; +import { + Document, + Page, + Text, + View, + StyleSheet, + PDFViewer, + Image, + Svg, + Path, + Circle, + Line, + Rect, +} from "@react-pdf/renderer"; +import { useSettings } from "../hooks/use-settings"; +import { useSecureScore } from "../hooks/use-securescore"; +import { ApiGetCall } from "../api/ApiCall"; + +// PRODUCTION-GRADE PDF SYSTEM WITH CONDITIONAL RENDERING +const ExecutiveReportDocument = ({ + tenantName, + userStats, + brandingSettings, + secureScoreData, + licensingData, + deviceData, + conditionalAccessData, + standardsCompareData, + driftComplianceData, + sectionConfig = { + executiveSummary: true, + securityStandards: true, + driftCompliance: false, + secureScore: true, + licenseManagement: true, + deviceManagement: true, + conditionalAccess: true, + infographics: true, + }, +}) => { + const currentDate = new Date().toLocaleDateString("en-US", { + year: "numeric", + month: "long", + day: "numeric", + }); + const brandColor = brandingSettings?.colour || "#F77F00"; + + // ENTERPRISE DESIGN SYSTEM - JOBS/RAMS/IVE PRINCIPLES + const styles = StyleSheet.create({ + // FOUNDATION - CONSISTENT STATE OWNERSHIP (FLORENCE) + page: { + flexDirection: "column", + backgroundColor: "#FFFFFF", + fontFamily: "Helvetica", + fontSize: 10, + lineHeight: 1.4, + color: "#2D3748", + padding: 40, // Consistent base padding + }, + + // COVER PAGE - PROPORTIONAL & INTENTIONAL (JOBS/RAMS/IVE) + coverPage: { + flexDirection: "column", + backgroundColor: "#FFFFFF", + fontFamily: "Helvetica", + padding: 60, + justifyContent: "space-between", + minHeight: "100%", + }, + + coverHeader: { + flexDirection: "row", + justifyContent: "space-between", + alignItems: "center", + marginBottom: 80, + }, + + logoSection: { + flexDirection: "row", + alignItems: "center", + }, + + logo: { + height: 100, + marginRight: 12, + }, + + headerLogo: { + height: 30, + }, + + brandName: { + fontSize: 12, + fontWeight: "bold", + color: brandColor, + letterSpacing: 1, + textTransform: "uppercase", + }, + + dateStamp: { + fontSize: 9, + color: "#000000", + textTransform: "uppercase", + letterSpacing: 0.5, + }, + + // MODERN HERO SECTION + coverHero: { + flex: 1, + justifyContent: "flex-start", + alignItems: "flex-start", + paddingTop: 40, + }, + + coverLabel: { + backgroundColor: brandColor, + color: "#FFFFFF", + fontSize: 10, + fontWeight: "bold", + textTransform: "uppercase", + letterSpacing: 1, + paddingHorizontal: 16, + paddingVertical: 8, + borderRadius: 20, + marginBottom: 30, + alignSelf: "flex-start", + }, + + mainTitle: { + fontSize: 48, + fontWeight: "bold", + color: "#1A202C", + lineHeight: 1.1, + marginBottom: 20, + letterSpacing: -1, + textTransform: "uppercase", + }, + + titleAccent: { + color: brandColor, + }, + + subtitle: { + fontSize: 14, + color: "#000000", + fontWeight: "normal", + lineHeight: 1.5, + marginBottom: 40, + maxWidth: 400, + }, + + tenantCard: { + backgroundColor: "transparent", + padding: 0, + maxWidth: 400, + }, + + tenantName: { + fontSize: 18, + fontWeight: "bold", + color: "#000000", + marginBottom: 8, + textAlign: "center", + }, + + tenantMeta: { + fontSize: 11, + color: "#333333", + textAlign: "center", + }, + + coverFooter: { + textAlign: "center", + marginTop: 60, + }, + + confidential: { + fontSize: 9, + color: "#A0AEC0", + textTransform: "uppercase", + letterSpacing: 1, + }, + + // CONTENT PAGES - MODULAR COMPOSITION (FROST) + pageHeader: { + borderBottom: `1px solid ${brandColor}`, + paddingBottom: 12, + marginBottom: 24, + flexDirection: "row", + justifyContent: "space-between", + alignItems: "flex-start", + pageBreakAfter: "avoid", + breakAfter: "avoid", + }, + + pageHeaderContent: { + flex: 1, + }, + + pageTitle: { + fontSize: 20, + fontWeight: "bold", + color: "#1A202C", + marginBottom: 8, + }, + + pageSubtitle: { + fontSize: 11, + color: "#4A5568", + fontWeight: "normal", + }, + + // SECTIONS - REPEATABLE PATTERNS (FROST) + section: { + marginBottom: 24, + pageBreakInside: "avoid", + breakInside: "avoid", + }, + + sectionTitle: { + fontSize: 14, + fontWeight: "bold", + color: brandColor, + marginBottom: 12, + pageBreakAfter: "avoid", + breakAfter: "avoid", + orphans: 3, + widows: 3, + }, + + bodyText: { + fontSize: 9, + color: "#2D3748", + lineHeight: 1.5, + marginBottom: 12, + textAlign: "justify", + }, + + // STATS GRID - PERFECT ALIGNMENT (SPOOL) + statsGrid: { + flexDirection: "row", + gap: 12, + marginBottom: 20, + pageBreakInside: "avoid", + breakInside: "avoid", + }, + + statCard: { + flex: 1, + backgroundColor: "#FFFFFF", + border: `1px solid #E2E8F0`, + borderRadius: 6, + padding: 16, + alignItems: "center", + borderTop: `3px solid ${brandColor}`, + }, + + statNumber: { + fontSize: 16, + fontWeight: "bold", + color: brandColor, + marginBottom: 4, + }, + + statLabel: { + fontSize: 7, + color: "#4A5568", + textTransform: "uppercase", + letterSpacing: 0.5, + textAlign: "center", + fontWeight: "bold", + }, + + // COMPLIANCE BARS - VISUAL CONFIDENCE (SPOOL) + complianceList: { + gap: 8, + }, + + complianceItem: { + flexDirection: "row", + alignItems: "center", + backgroundColor: "#FFFFFF", + padding: 10, + borderRadius: 4, + border: `1px solid #F0F0F0`, + }, + + complianceLabel: { + fontSize: 8, + color: "#2D3748", + width: 80, + fontWeight: "bold", + }, + + complianceBarContainer: { + flex: 1, + height: 6, + backgroundColor: "#E2E8F0", + marginHorizontal: 10, + borderRadius: 3, + overflow: "hidden", + }, + + complianceBar: { + height: 6, + backgroundColor: brandColor, + borderRadius: 3, + }, + + complianceValue: { + fontSize: 8, + color: "#2D3748", + width: 25, + textAlign: "right", + fontWeight: "bold", + }, + + // SECURE SCORE CARDS - ENTERPRISE GRADE + scoreGrid: { + flexDirection: "row", + gap: 12, + marginBottom: 20, + pageBreakInside: "avoid", + breakInside: "avoid", + }, + + scoreCard: { + flex: 1, + backgroundColor: "#FFFFFF", + border: `1px solid #E2E8F0`, + borderRadius: 6, + padding: 16, + alignItems: "center", + borderTop: `3px solid ${brandColor}`, + }, + + scoreNumber: { + fontSize: 20, + fontWeight: "bold", + color: brandColor, + marginBottom: 8, + }, + + scoreLabel: { + fontSize: 7, + color: "#4A5568", + textTransform: "uppercase", + letterSpacing: 0.5, + textAlign: "center", + fontWeight: "bold", + }, + + // CHART AREA - BROWSER CONSTRAINTS (RAUCH) + chartContainer: { + backgroundColor: "#FFFFFF", + border: `1px solid #E2E8F0`, + borderRadius: 6, + padding: 16, + marginBottom: 20, + alignItems: "center", + pageBreakInside: "avoid", + breakInside: "avoid", + }, + + chartTitle: { + fontSize: 10, + fontWeight: "bold", + color: "#2D3748", + marginBottom: 12, + }, + + chartData: { + fontSize: 9, + color: "#4A5568", + textAlign: "center", + lineHeight: 1.4, + }, + + // CONTROLS TABLE - HIGH PERFORMANCE (RAUCH) + controlsTable: { + border: `1px solid #E2E8F0`, + borderRadius: 6, + overflow: "hidden", + pageBreakInside: "avoid", + breakInside: "avoid", + }, + + tableHeader: { + flexDirection: "row", + backgroundColor: brandColor, + paddingVertical: 10, + paddingHorizontal: 12, + }, + + headerCell: { + fontSize: 7, + fontWeight: "bold", + color: "#FFFFFF", + textTransform: "uppercase", + letterSpacing: 0.5, + }, + + headerName: { + flex: 2, + }, + + headerDesc: { + flex: 1, + marginLeft: 12, + }, + + headerStatus: { + width: 60, + textAlign: "center", + marginLeft: 12, + }, + + tableRow: { + flexDirection: "row", + borderBottomWidth: 1, + borderBottomColor: "#F7FAFC", + paddingVertical: 8, + paddingHorizontal: 12, + alignItems: "center", + }, + + cellName: { + flex: 1, + fontSize: 8, + fontWeight: "bold", + color: "#2D3748", + }, + + cellDesc: { + flex: 1, + marginLeft: 12, + fontSize: 7, + color: "#4A5568", + lineHeight: 1.3, + }, + + cellStatus: { + width: 60, + marginLeft: 12, + alignItems: "center", + justifyContent: "center", + }, + + // STATUS TEXT - SIMPLE APPROACH + statusText: { + fontSize: 7, + fontWeight: "bold", + textAlign: "center", + textTransform: "uppercase", + letterSpacing: 0.3, + }, + + statusCompliant: { + color: "#22543D", + }, + + statusPartial: { + color: "#744210", + }, + + statusReview: { + color: "#742A2A", + }, + + // INFO BOXES - CONSISTENT PATTERNS (FROST) + infoBox: { + backgroundColor: "#FFFFFF", + border: `1px solid #E2E8F0`, + borderLeft: `4px solid ${brandColor}`, + borderRadius: 4, + padding: 12, + marginBottom: 12, + pageBreakInside: "avoid", + breakInside: "avoid", + orphans: 3, + widows: 3, + }, + + infoTitle: { + fontSize: 9, + fontWeight: "bold", + color: "#2D3748", + marginBottom: 6, + }, + + infoText: { + fontSize: 8, + color: "#4A5568", + lineHeight: 1.4, + }, + + // RECOMMENDATIONS - SCALABLE SECTIONS (FROST) + recommendationsList: { + gap: 8, + pageBreakInside: "avoid", + breakInside: "avoid", + }, + + recommendationItem: { + flexDirection: "row", + alignItems: "flex-start", + }, + + recommendationBullet: { + fontSize: 8, + color: brandColor, + marginRight: 6, + fontWeight: "bold", + marginTop: 1, + }, + + recommendationText: { + fontSize: 8, + color: "#2D3748", + lineHeight: 1.4, + flex: 1, + }, + + recommendationLabel: { + fontWeight: "bold", + }, + + // FOOTER - DETERMINISTIC PAGINATION (FLORENCE) + footer: { + position: "absolute", + bottom: 20, + left: 40, + right: 40, + flexDirection: "row", + justifyContent: "space-between", + alignItems: "center", + borderTop: "1px solid #E2E8F0", + paddingTop: 8, + }, + + footerText: { + fontSize: 7, + color: "#718096", + }, + + pageNumber: { + fontSize: 7, + color: "#718096", + fontWeight: "bold", + }, + + // BLACK STATISTIC PAGES - MODERN DESIGN + statPage: { + flexDirection: "column", + backgroundColor: "#000000", + fontFamily: "Helvetica", + padding: 0, + justifyContent: "center", + alignItems: "flex-start", + minHeight: "100%", + position: "relative", + }, + + statOverlay: { + position: "absolute", + top: 0, + left: 0, + right: 0, + bottom: 0, + padding: 60, + justifyContent: "center", + alignItems: "flex-start", + zIndex: 10, + backgroundColor: "rgba(0, 0, 0, 0.7)", + }, + + statMainText: { + fontSize: 18, + color: "#FFFFFF", + fontWeight: "bold", + lineHeight: 1.4, + marginBottom: 8, + }, + + statHighlight: { + fontSize: 72, + color: brandColor, + fontWeight: "900", + lineHeight: 1, + marginBottom: 8, + }, + + statBackground: { + position: "absolute", + top: 0, + left: 0, + right: 0, + bottom: 0, + opacity: 0.5, + }, + + statSubText: { + fontSize: 14, + color: "#FFFFFF", + fontWeight: "bold", + lineHeight: 1.3, + marginBottom: 40, + }, + + statFooterText: { + position: "absolute", + bottom: 60, + right: 60, + fontSize: 12, + color: "#FFFFFF", + fontWeight: "bold", + textAlign: "right", + lineHeight: 1.3, + }, + + statBrandFooter: { + position: "absolute", + bottom: 60, + left: 60, + fontSize: 8, + color: "#666666", + textTransform: "uppercase", + letterSpacing: 1, + }, + + // CENTERED IMAGE STYLE + centeredImage: { + width: 300, + height: 200, + alignSelf: "center", + marginVertical: 20, + borderRadius: 8, + }, + + // SVG CHART STYLES + svgChartContainer: { + alignItems: "center", + marginVertical: 12, + }, + + svgChart: { + width: 400, + height: 200, + marginBottom: 8, + }, + + chartSummaryText: { + fontSize: 8, + fontWeight: "bold", + color: brandColor, + textAlign: "center", + marginTop: 8, + }, + }); + + // PROCESS REAL STANDARDS DATA + const processStandardsData = (apiData) => { + // Try to fetch standards data dynamically + let standardsData = null; + try { + standardsData = require("../data/standards.json"); + } catch (error) {} + + if (!apiData || !Array.isArray(apiData) || apiData.length === 0) { + return []; + } + + const processedStandards = []; + const tenantData = apiData[0]; // Get the first tenant's data + + // Process each standard from the API response + Object.keys(tenantData).forEach((key) => { + if (key.startsWith("standards.") && key !== "tenantFilter") { + const standardKey = key; + const standardValue = tenantData[key]; + const standardDef = standardsData?.find((std) => std.name === standardKey); + + if (standardDef) { + // Determine compliance status + let status = "Review"; + if (standardValue && typeof standardValue === "object" && standardValue.Value === true) { + status = "Compliant"; + } else if (standardValue && standardValue.Value === true) { + status = "Compliant"; + } + // Get tags for display - fix the tags access + const tags = + standardDef.tag && Array.isArray(standardDef.tag) && standardDef.tag.length > 0 + ? standardDef.tag.slice(0, 2).join(", ") // Show first 2 tags + : "No tags"; + processedStandards.push({ + name: standardDef.label, + description: + standardDef.executiveText || standardDef.helpText || "No description available", + status: status, + tags: tags, + }); + } else { + // If no definition found, still add it with basic info + let status = "Review"; + if (standardValue && typeof standardValue === "object" && standardValue.Value === true) { + status = "Compliant"; + } else if (standardValue && standardValue.Value === true) { + status = "Compliant"; + } + + // Create a proper name from the key + const displayName = standardKey + .replace("standards.", "") + .replace(/([A-Z])/g, " $1") // Add space before capital letters + .replace(/^./, (str) => str.toUpperCase()) // Capitalize first letter + .trim(); + + processedStandards.push({ + name: displayName, + description: "Security standard implementation", + status: status, + tags: "No tags", + }); + } + } + }); + + return processedStandards; + }; + + // PROCESS DRIFT COMPLIANCE DATA + const processDriftComplianceData = (driftData, standardsCompareData) => { + if (!driftData || !Array.isArray(driftData) || driftData.length === 0) { + return { + acceptedDeviationsCount: 0, + currentDeviationsCount: 0, + deniedDeviationsCount: 0, + customerSpecificDeviationsCount: 0, + alignedCount: 0, + acceptedDeviations: [], + currentDeviations: [], + deniedDeviations: [], + customerSpecificDeviations: [], + appliedStandards: [], + }; + } + + // Get standards data for pretty names + let standardsData = null; + try { + standardsData = require("../data/standards.json"); + } catch (error) {} + + // Helper function to get pretty name from standards.json (same as manage-drift) + const getStandardPrettyName = (standardName) => { + if (!standardName) return "Unknown Standard"; + const standard = standardsData?.find((s) => s.name === standardName); + if (standard && standard.label) { + return standard.label; + } + return null; + }; + + // Helper function to process deviations with pretty names + const processDeviations = (deviations) => { + return (deviations || []).map((deviation) => ({ + ...deviation, + prettyName: + deviation.standardDisplayName || + getStandardPrettyName(deviation.standardName) || + deviation.standardName || + "Unknown Standard", + })); + }; + + // Aggregate data across all standards for this tenant + const aggregatedData = driftData.reduce( + (acc, item) => { + acc.acceptedDeviationsCount += item.acceptedDeviationsCount || 0; + acc.currentDeviationsCount += item.currentDeviationsCount || 0; + acc.alignedCount += item.alignedCount || 0; + acc.customerSpecificDeviationsCount += item.customerSpecificDeviationsCount || 0; + acc.deniedDeviationsCount += item.deniedDeviationsCount || 0; + + // Collect deviations with pretty names + if (item.currentDeviations && Array.isArray(item.currentDeviations)) { + acc.currentDeviations.push( + ...processDeviations(item.currentDeviations.filter((dev) => dev !== null)) + ); + } + if (item.acceptedDeviations && Array.isArray(item.acceptedDeviations)) { + acc.acceptedDeviations.push( + ...processDeviations(item.acceptedDeviations.filter((dev) => dev !== null)) + ); + } + if (item.customerSpecificDeviations && Array.isArray(item.customerSpecificDeviations)) { + acc.customerSpecificDeviations.push( + ...processDeviations(item.customerSpecificDeviations.filter((dev) => dev !== null)) + ); + } + if (item.deniedDeviations && Array.isArray(item.deniedDeviations)) { + acc.deniedDeviations.push( + ...processDeviations(item.deniedDeviations.filter((dev) => dev !== null)) + ); + } + + return acc; + }, + { + acceptedDeviationsCount: 0, + currentDeviationsCount: 0, + alignedCount: 0, + customerSpecificDeviationsCount: 0, + deniedDeviationsCount: 0, + currentDeviations: [], + acceptedDeviations: [], + customerSpecificDeviations: [], + deniedDeviations: [], + appliedStandards: [], + } + ); + + // Get complete list of applied standards from standards comparison data (like policies-deployed) + if ( + standardsData && + standardsCompareData && + Array.isArray(standardsCompareData) && + standardsCompareData.length > 0 + ) { + const tenantData = standardsCompareData[0]; + const appliedStandards = []; + + // Process each standard from the API response + Object.keys(tenantData).forEach((key) => { + if (key.startsWith("standards.") && key !== "tenantFilter") { + const standardKey = key; + const standardDef = standardsData.find((std) => std.name === standardKey); + + if (standardDef) { + appliedStandards.push({ + name: standardDef.label || standardKey, + executiveDescription: + standardDef.executiveText || standardDef.helpText || "No description available", + category: standardDef.cat || "General", + }); + } + } + }); + + aggregatedData.appliedStandards = appliedStandards; + } + + return aggregatedData; + }; + + let securityControls = processStandardsData(standardsCompareData); + let driftComplianceInfo = processDriftComplianceData(driftComplianceData, standardsCompareData); + + const getBadgeStyle = (status) => { + switch (status) { + case "Compliant": + return [styles.statusText, styles.statusCompliant]; + case "Partial": + return [styles.statusText, styles.statusPartial]; + case "Review": + case "Review Required": + return [styles.statusText, styles.statusReview]; + default: + return styles.statusText; + } + }; + + return ( + + {/* COVER PAGE - JOBS/RAMS/IVE PERFECTION */} + + + + + {brandingSettings?.logo && ( + + )} + + {currentDate} + + + + SECURITY ASSESSMENT + + + Executive{"\n"} + Summary + + + + Security & Compliance Assessment for {tenantName || "your organization"} + + + + {tenantName || "Organization Name"} + + + + + Confidential & Proprietary + + + + {/* EXECUTIVE SUMMARY - MODULAR COMPOSITION (FROST) */} + {sectionConfig.executiveSummary && ( + + + + Executive Summary + + Strategic overview of your Microsoft 365 security posture + + + {brandingSettings?.logo && ( + + )} + + + + + This security assessment for{" "} + {tenantName || "your organization"}{" "} + provides a clear picture of your organization's cybersecurity posture and readiness + against modern threats. We've evaluated your current security measures against + industry best practices to identify strengths and opportunities for improvement. + + + + Our assessment follows globally recognized security standards to ensure your + organization meets regulatory requirements and industry benchmarks. This approach + helps protect your business assets, maintain customer trust, and reduce operational + risks from cyber threats. + + + + + Environment Overview + + + + {userStats?.licensedUsers || "0"} + Licensed Users + + + {userStats?.unlicensedUsers || "0"} + Unlicensed Users + + + {userStats?.guests || "0"} + Guest Users + + + {userStats?.globalAdmins || "0"} + Global Admins + + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + )} + + {/* STATISTIC PAGE 1 - CHAPTER SPLITTER */} + {sectionConfig.infographics && ( + + + + 83% + + of organizations experienced{"\n"} + more than one cyberattack + {"\n"} + in the past year + + + + Proactive security prevents{"\n"} + repeated attacks + + + )} + + {/* SECURITY CONTROLS - Only show if standards data is available and enabled and drift compliance is disabled */} + {sectionConfig.securityStandards && + !sectionConfig.driftCompliance && + (() => { + return securityControls && securityControls.length > 0; + })() && ( + + + + Security Standards Assessment + + Detailed evaluation of implemented security standards + + + {brandingSettings?.logo && ( + + )} + + + + + Your security standards have been carefully evaluated against industry best + practices to protect your business from cyber threats while ensuring smooth daily + operations. These standards help maintain business continuity, protect sensitive + data, and meet regulatory requirements that are essential for your industry. + + + + + Security Standards Status + + + + Standard + Description + Tags + + Status + + + + {securityControls.map((control, index) => ( + + + {control.name.length > 100 + ? control.name.substring(0, 100) + "..." + : control.name} + + + {control.description} + + + {control.tags.length > 0 ? control.tags : "No tags"} + + + {control.status} + + + ))} + + + + + Key Recommendations + + + + + + Immediate Actions: Address + standards marked as "Review" to enhance security posture + + + + + + Compliance: Ensure all security + standards are properly implemented and maintained + + + + + + Monitoring: Establish regular + review cycles for all security standards + + + + + + Training: Implement security + awareness programs to reduce human risk factors + + + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + )} + + {/* DRIFT COMPLIANCE - Only show if drift compliance is enabled and security standards is disabled */} + {sectionConfig.driftCompliance && + !sectionConfig.securityStandards && + driftComplianceInfo && + (driftComplianceInfo.currentDeviationsCount > 0 || + driftComplianceInfo.acceptedDeviationsCount > 0 || + driftComplianceInfo.deniedDeviationsCount > 0 || + driftComplianceInfo.customerSpecificDeviationsCount > 0 || + driftComplianceInfo.appliedStandards.length > 0) && ( + <> + + + + Drift Compliance Assessment + + Detailed evaluation of policy drift and compliance deviations + + + {brandingSettings?.logo && ( + + )} + + + + + Your drift compliance assessment shows how your current security policies compare + to your organization's approved standards. This analysis helps identify where + configurations have drifted from intended baselines and provides insights into + policy compliance across your Microsoft 365 environment. + + + + {/* Drift Overview Chart */} + + Drift Compliance Overview + + + Policy Deviation Distribution + + + {(() => { + const chartData = [ + driftComplianceInfo.alignedCount, + driftComplianceInfo.acceptedDeviationsCount, + driftComplianceInfo.customerSpecificDeviationsCount, + driftComplianceInfo.currentDeviationsCount, + driftComplianceInfo.deniedDeviationsCount, + ]; + const chartLabels = [ + "Aligned Policies", + "Accepted Deviations", + "Client Specific Deviations", + "Current Deviations", + "Denied Deviations", + ]; + const chartColors = ["#10B981", "#3B82F6", "#8B5CF6", "#F59E0B", "#EF4444"]; + + const total = chartData.reduce((sum, value) => sum + value, 0); + if (total === 0) return null; + + const centerX = 200; + const centerY = 100; + const outerRadius = 60; + const innerRadius = 25; // For donut effect + + let currentAngle = 0; + + return ( + <> + {/* Donut Chart */} + {chartData.map((value, index) => { + if (value === 0) return null; + + const angle = (value / total) * 360; + const startAngle = currentAngle; + const endAngle = currentAngle + angle; + + // Outer arc points + const outerStartX = + centerX + outerRadius * Math.cos((startAngle * Math.PI) / 180); + const outerStartY = + centerY + outerRadius * Math.sin((startAngle * Math.PI) / 180); + const outerEndX = + centerX + outerRadius * Math.cos((endAngle * Math.PI) / 180); + const outerEndY = + centerY + outerRadius * Math.sin((endAngle * Math.PI) / 180); + + // Inner arc points + const innerStartX = + centerX + innerRadius * Math.cos((startAngle * Math.PI) / 180); + const innerStartY = + centerY + innerRadius * Math.sin((startAngle * Math.PI) / 180); + const innerEndX = + centerX + innerRadius * Math.cos((endAngle * Math.PI) / 180); + const innerEndY = + centerY + innerRadius * Math.sin((endAngle * Math.PI) / 180); + + const largeArcFlag = angle > 180 ? 1 : 0; + + // Create donut path + const pathData = [ + `M ${outerStartX} ${outerStartY}`, + `A ${outerRadius} ${outerRadius} 0 ${largeArcFlag} 1 ${outerEndX} ${outerEndY}`, + `L ${innerEndX} ${innerEndY}`, + `A ${innerRadius} ${innerRadius} 0 ${largeArcFlag} 0 ${innerStartX} ${innerStartY}`, + "Z", + ].join(" "); + + currentAngle += angle; + + return ( + + ); + })} + + {/* Center text */} + + {total} + + + Total Policies + + + {/* Clean Horizontal Legend at Bottom */} + {(() => { + const visibleItems = chartData + .map((value, index) => ({ + value, + index, + label: chartLabels[index] + .replace(" Deviations", "") + .replace(" Policies", ""), + color: chartColors[index], + })) + .filter((item) => item.value > 0); + + return visibleItems.map((item, displayIndex) => { + const legendX = 30 + displayIndex * 90; + const legendY = 175; + + return ( + + + + {item.label} ({item.value}) + + + ); + }); + })()} + + ); + })()} + + + + + + {/* Deviation Statistics */} + + Deviation Statistics + + + + + {driftComplianceInfo.acceptedDeviationsCount} + + Accepted Deviations + + + + {driftComplianceInfo.customerSpecificDeviationsCount} + + Client Specific + + + + {driftComplianceInfo.deniedDeviationsCount} + + Denied Deviations + + + + {driftComplianceInfo.currentDeviationsCount} + + Current Deviations + + + + + {/* Chart Legend Explanations */} + + Deviation Types Explained + + + + + + Aligned: Policies that match + the approved template exactly with no deviations + + + + + + Accepted Deviations: Policy + differences that have been reviewed and approved by administrators + + + + + + Client Specific Deviations:{" "} + Policy configurations approved as customer-specific business requirements + + + + + + Current Deviations: Policy + differences that require review and administrative action + + + + + + Denied Deviations: Policy + differences that have been rejected and require remediation + + + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + + {/* Deviations Detail Page */} + {(driftComplianceInfo.currentDeviations.length > 0 || + driftComplianceInfo.acceptedDeviations.length > 0 || + driftComplianceInfo.deniedDeviations.length > 0 || + driftComplianceInfo.customerSpecificDeviations.length > 0) && ( + + + + Policy Deviations Detail + + Comprehensive list of all policy deviations and their status + + + {brandingSettings?.logo && ( + + )} + + + + + The following table shows all identified policy deviations, their current + status, and executive descriptions of what each deviation means for your + organization's security posture and compliance requirements. + + + + + Policy Deviations + + + + Policy + + Description + + Status + + + {/* Current Deviations */} + {driftComplianceInfo.currentDeviations.slice(0, 5).map((deviation, index) => { + let standardsData = null; + try { + standardsData = require("../data/standards.json"); + } catch (error) {} + + const standardDef = standardsData?.find( + (std) => std.name === deviation.standardName + ); + const description = + standardDef?.executiveText || + standardDef?.helpText || + "Policy deviation detected"; + + return ( + + + {deviation.prettyName || "Unknown Policy"} + + + {description} + + + Current + + + ); + })} + + {/* Accepted Deviations */} + {driftComplianceInfo.acceptedDeviations.slice(0, 3).map((deviation, index) => { + let standardsData = null; + try { + standardsData = require("../data/standards.json"); + } catch (error) {} + + const standardDef = standardsData?.find( + (std) => std.name === deviation.standardName + ); + const description = + standardDef?.executiveText || + standardDef?.helpText || + "Accepted policy deviation"; + + return ( + + + {deviation.prettyName || "Unknown Policy"} + + + {description} + + + + Accepted + + + + ); + })} + + {/* Customer Specific Deviations */} + {driftComplianceInfo.customerSpecificDeviations + .slice(0, 3) + .map((deviation, index) => { + let standardsData = null; + try { + standardsData = require("../data/standards.json"); + } catch (error) {} + + const standardDef = standardsData?.find( + (std) => std.name === deviation.standardName + ); + const description = + standardDef?.executiveText || + standardDef?.helpText || + "Customer-specific policy configuration"; + + return ( + + + {deviation.prettyName || "Unknown Policy"} + + + {description} + + + + Client Specific + + + + ); + })} + + {/* Denied Deviations */} + {driftComplianceInfo.deniedDeviations.slice(0, 2).map((deviation, index) => { + let standardsData = null; + try { + standardsData = require("../data/standards.json"); + } catch (error) {} + + const standardDef = standardsData?.find( + (std) => std.name === deviation.standardName + ); + const description = + standardDef?.executiveText || + standardDef?.helpText || + "Denied policy deviation"; + + return ( + + + {deviation.prettyName || "Unknown Policy"} + + + {description} + + + Denied + + + ); + })} + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + )} + + {/* Applied Standards Page */} + {driftComplianceInfo.appliedStandards.length > 0 && ( + + + + Applied Standards + + Security standards currently implemented in your environment + + + {brandingSettings?.logo && ( + + )} + + + + + These are the security standards that have been applied to your Microsoft 365 + environment. Each standard represents a specific security control or policy + designed to protect your organization's data and systems. + + + + {/* Group standards by category */} + {(() => { + const groupedStandards = driftComplianceInfo.appliedStandards.reduce( + (acc, standard) => { + const category = standard.category || "General"; + if (!acc[category]) acc[category] = []; + acc[category].push(standard); + return acc; + }, + {} + ); + + return Object.entries(groupedStandards).map(([category, standards]) => ( + + {category} + + {standards.map((standard, index) => ( + + + + {standard.name}:{" "} + {standard.executiveDescription} + + + ))} + + + )); + })()} + + + Compliance Summary + + + Overall Compliance Status + + Your organization has {driftComplianceInfo.appliedStandards.length} security + standards implemented with {driftComplianceInfo.alignedCount} policies fully + aligned,{" "} + {driftComplianceInfo.acceptedDeviationsCount + + driftComplianceInfo.customerSpecificDeviationsCount}{" "} + approved deviations, and {driftComplianceInfo.currentDeviationsCount}{" "} + deviations requiring attention. + + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + )} + + )} + + {/* STATISTIC PAGE 2 - CHAPTER SPLITTER - Only show if secure score data is available and enabled */} + {sectionConfig.infographics && + sectionConfig.secureScore && + secureScoreData && + secureScoreData?.isSuccess && + secureScoreData?.translatedData && ( + + + + 95% + + of successful cyber attacks{"\n"} + could have been prevented with{"\n"} + proactive security measures + + + + Your security resilience is{"\n"} + our primary mission + + + )} + + {/* MICROSOFT SECURE SCORE - DEDICATED PAGE - Only show if secure score data is available and enabled */} + {sectionConfig.secureScore && + secureScoreData && + secureScoreData?.isSuccess && + secureScoreData?.translatedData && ( + + + + Microsoft Secure Score + + Comprehensive security posture measurement and benchmarking + + + {brandingSettings?.logo && ( + + )} + + + + + Microsoft Secure Score measures how well your organization is protected against + cyber threats. This score reflects the effectiveness of your current security + measures and helps identify areas where additional protection could strengthen your + business resilience. + + + + + Score Comparison + + + + + {secureScoreData?.translatedData?.currentScore || "N/A"} + + Current Score + + + + {secureScoreData?.translatedData?.maxScore || "N/A"} + + Max Score + + + + {secureScoreData?.translatedData?.percentageVsSimilar || "N/A"}% + + vs Similar Orgs + + + + {secureScoreData?.translatedData?.percentageVsAllTenants || "N/A"}% + + vs All Orgs + + + + + + 7-Day Score Trend + + + Secure Score Progress + {secureScoreData?.secureScore?.data?.Results && + secureScoreData.secureScore.data.Results.length > 0 ? ( + + + {/* Chart Background */} + + + {/* Chart Grid Lines */} + {[0, 1, 2, 3, 4].map((i) => ( + + ))} + + {/* Chart Data Points and Area */} + {(() => { + const data = secureScoreData.secureScore.data.Results.slice().reverse(); + const maxScore = secureScoreData?.translatedData?.maxScore || 100; + const minScore = 0; // Always start from 0 + const scoreRange = maxScore; // Full range from 0 to max + const chartWidth = 320; + const chartHeight = 140; + const pointSpacing = chartWidth / Math.max(data.length - 1, 1); + + // Generate path for area chart + let pathData = `M 40 ${ + 160 - (data[0].currentScore / scoreRange) * chartHeight + }`; + data.forEach((point, index) => { + if (index > 0) { + const x = 40 + index * pointSpacing; + const y = 160 - (point.currentScore / scoreRange) * chartHeight; + pathData += ` L ${x} ${y}`; + } + }); + pathData += ` L ${40 + (data.length - 1) * pointSpacing} 160 L 40 160 Z`; + + // Generate line path (without area fill) + let lineData = `M 40 ${ + 160 - (data[0].currentScore / scoreRange) * chartHeight + }`; + data.forEach((point, index) => { + if (index > 0) { + const x = 40 + index * pointSpacing; + const y = 160 - (point.currentScore / scoreRange) * chartHeight; + lineData += ` L ${x} ${y}`; + } + }); + + return ( + <> + {/* Area Fill */} + + + {/* Line */} + + + {/* Data Points */} + {data.map((point, index) => { + const x = 40 + index * pointSpacing; + const y = 160 - (point.currentScore / scoreRange) * chartHeight; + return ; + })} + + {/* X-axis Labels */} + {data.map((point, index) => { + const x = 40 + index * pointSpacing; + const date = new Date(point.createdDateTime); + const label = date.toLocaleDateString("en-US", { + month: "short", + day: "numeric", + }); + return ( + + {label} + + ); + })} + + {/* Y-axis Labels */} + {[ + 0, + Math.round(maxScore * 0.25), + Math.round(maxScore * 0.5), + Math.round(maxScore * 0.75), + maxScore, + ].map((score, index) => ( + + {score} + + ))} + + ); + })()} + + + + Current: {secureScoreData?.translatedData?.currentScore || "N/A"} /{" "} + {secureScoreData?.translatedData?.maxScore || "N/A"}( + {secureScoreData?.translatedData?.percentageCurrent || "N/A"}%) + + + ) : ( + + Current Score: {secureScoreData?.translatedData?.currentScore || "N/A"} /{" "} + {secureScoreData?.translatedData?.maxScore || "N/A"} + {"\n"} + Achievement Rate: {secureScoreData?.translatedData?.percentageCurrent || "N/A"}% + {"\n"} + Historical data not available + + )} + + + + + What Your Score Means + + Your current score of {secureScoreData?.translatedData?.currentScore || "N/A"}{" "} + represents {secureScoreData?.translatedData?.percentageCurrent || "N/A"}% of the + maximum protection level available. This indicates how well your organization is + currently defended against common cyber threats and data breaches. + + + + + Why Scores Change + + • Business growth and new employees may temporarily lower scores until security + measures are applied{"\n"}• Changes in software licenses can affect available + security features{"\n"}• New security threats require updated protections, which may + impact scores{"\n"}• Regular security improvements help maintain and increase your + protection level + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + )} + + {/* LICENSING PAGE - Only show if license data is available */} + {sectionConfig.licenseManagement && + licensingData && + Array.isArray(licensingData) && + licensingData.length > 0 && ( + <> + {/* STATISTIC PAGE 3 - CHAPTER SPLITTER */} + {sectionConfig.infographics && ( + + + + Every + 39 + seconds + + a business falls victim to{"\n"} + ransomware attacks + + + + Proactive defense beats{"\n"} + reactive recovery + + + )} + + + + License Management + + Microsoft 365 license allocation and utilization analysis + + + {brandingSettings?.logo && ( + + )} + + + + + Smart license management helps control costs while ensuring your team has the + tools they need to be productive. This analysis shows how your current licenses + are being used and identifies opportunities to optimize spending without + compromising business operations. + + + + + License Allocation Summary + + + + License Type + + Used + + + Available + + + Total + + + + {licensingData.map((license, index) => ( + + + {(() => { + const licenseValue = license.License || license.license || "N/A"; + if (typeof licenseValue === "object") { + } + return licenseValue; + })()} + + + {(() => { + const countUsed = license.CountUsed || license.countUsed || "0"; + if (typeof countUsed === "object") { + console.log( + "DEBUG: license.CountUsed is an object:", + countUsed, + "full license:", + license + ); + } + return countUsed; + })()} + + + {(() => { + const countAvailable = + license.CountAvailable || license.countAvailable || "0"; + if (typeof countAvailable === "object") { + } + return countAvailable; + })()} + + + {(() => { + const totalLicenses = + license.TotalLicenses || license.totalLicenses || "0"; + if (typeof totalLicenses === "object") { + } + return totalLicenses; + })()} + + + ))} + + + + + License Optimization Recommendations + + + + + + Usage Monitoring: Track how + licenses are being used to identify cost-saving opportunities + + + + + + Cost Control: Review unused + licenses to reduce unnecessary spending + + + + + + Growth Planning: Ensure you + have enough licenses for business expansion without overspending + + + + + + Regular Reviews: Conduct + quarterly reviews to maintain cost-effective license allocation + + + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + + )} + + {/* DEVICES PAGE - Only show if device data is available */} + {sectionConfig.deviceManagement && + deviceData && + Array.isArray(deviceData) && + deviceData.length > 0 && ( + <> + {/* STATISTIC PAGE 4 - CHAPTER SPLITTER */} + {sectionConfig.infographics && ( + + + + $4.45M + + average cost of a{"\n"} + data breach in 2024 + + + + Investment in security + {"\n"} + saves millions in recovery + + + )} + + + + Device Management + + Device compliance status and management overview + + + {brandingSettings?.logo && ( + + )} + + + + + Managing employee devices is essential for protecting your business data and + maintaining productivity. This analysis shows which devices meet your security + standards and identifies any that may need attention to prevent data breaches or + operational disruptions. + + + + + Device Compliance Overview + + + + {deviceData.length} + Total Devices + + + + { + deviceData.filter( + (device) => + device.complianceState === "compliant" || + device.ComplianceState === "compliant" + ).length + } + + Compliant + + + + { + deviceData.filter( + (device) => + device.complianceState !== "compliant" && + device.ComplianceState !== "compliant" + ).length + } + + Non-Compliant + + + + {Math.round( + (deviceData.filter( + (device) => + device.complianceState === "Compliant" || + device.ComplianceState === "Compliant" + ).length / + deviceData.length) * + 100 + )} + % + + Compliance Rate + + + + + + Device Management Summary + + + + Device Name + OS + Compliance + Last Sync + + + {deviceData.slice(0, 8).map((device, index) => { + const lastSync = device.lastSyncDateTime + ? new Date(device.lastSyncDateTime).toLocaleDateString() + : "N/A"; + return ( + + + {(() => { + const deviceName = device.deviceName || "N/A"; + if (typeof deviceName === "object") { + } + return deviceName; + })()} + + + {(() => { + const operatingSystem = device.operatingSystem || "N/A"; + if (typeof operatingSystem === "object") { + } + return operatingSystem; + })()} + + + + {(() => { + const complianceState = device.complianceState || "Unknown"; + if (typeof complianceState === "object") { + } + return complianceState; + })()} + + + {lastSync} + + ); + })} + + + + + Device Insights + + + + + {deviceData.filter((device) => device.operatingSystem === "Windows").length} + + Windows Devices + + + + {deviceData.filter((device) => device.operatingSystem === "iOS").length} + + iOS Devices + + + + {deviceData.filter((device) => device.operatingSystem === "Android").length} + + Android Devices + + + + {deviceData.filter((device) => device.isEncrypted === true).length} + + Encrypted + + + + + + Device Management Recommendations + + Keep devices updated and secure to protect business data. Regularly check that all + employee devices meet security standards and address any issues promptly. Consider + automated policies to maintain consistent security across all devices and conduct + regular reviews to identify potential risks. + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + + )} + + {/* CONDITIONAL ACCESS POLICIES PAGE - Only show if data is available */} + {sectionConfig.conditionalAccess && + conditionalAccessData && + Array.isArray(conditionalAccessData) && + conditionalAccessData.length > 0 && ( + <> + {/* STATISTIC PAGE 5 - CHAPTER SPLITTER */} + {sectionConfig.infographics && ( + + + + 277 + days + + average time to identify and{"\n"} + contain a data breach + + + + Early detection minimizes{"\n"} + business impact + + + )} + + + + Conditional Access Policies + + Identity and access management security controls + + + {brandingSettings?.logo && ( + + )} + + + + + Access control policies help protect your business by ensuring only the right + people can access sensitive information under appropriate circumstances. These + smart security measures automatically evaluate each access request and apply + additional verification when needed, balancing security with employee + productivity. + + + + + How Access Controls Protect Your Business + + These policies work like intelligent security guards, making decisions based on + who is trying to access what, from where, and when. For example, accessing email + from the office might be seamless, but accessing it from an unusual location might + require additional verification. This approach protects your data while minimizing + disruption to daily work. + + + + + Current Policy Configuration + + + + Policy Name + State + Applications + Controls + + + {conditionalAccessData.slice(0, 8).map((policy, index) => { + const getStateStyle = (state) => { + switch (state) { + case "enabled": + return styles.statusCompliant; + case "enabledForReportingButNotEnforced": + return styles.statusPartial; + case "disabled": + return styles.statusReview; + default: + return styles.statusText; + } + }; + + const getStateDisplay = (state) => { + switch (state) { + case "enabled": + return "Enabled"; + case "enabledForReportingButNotEnforced": + return "Report Only"; + case "disabled": + return "Disabled"; + default: + return state || "Unknown"; + } + }; + + const getControlsText = (policy) => { + const controls = []; + if (policy.builtInControls) { + if (policy.builtInControls.includes("mfa")) controls.push("MFA"); + if (policy.builtInControls.includes("block")) controls.push("Block"); + if (policy.builtInControls.includes("compliantDevice")) + controls.push("Compliant Device"); + } + return controls.length > 0 ? controls.join(", ") : "Custom"; + }; + + return ( + + + {(() => { + const displayName = policy.displayName || "N/A"; + if (typeof displayName === "object") { + } + return displayName; + })()} + + + + {getStateDisplay(policy.state)} + + + + {(() => { + const includeApplications = policy.includeApplications || "All"; + if (typeof includeApplications === "object") { + } + return includeApplications; + })()} + + + {getControlsText(policy)} + + + ); + })} + + + + + Policy Overview + + + + {conditionalAccessData.length} + Total Policies + + + + {conditionalAccessData.filter((policy) => policy.state === "enabled").length} + + Enabled + + + + { + conditionalAccessData.filter( + (policy) => policy.state === "enabledForReportingButNotEnforced" + ).length + } + + Report Only + + + + { + conditionalAccessData.filter( + (policy) => + policy.builtInControls && policy.builtInControls.includes("mfa") + ).length + } + + MFA Policies + + + + + + Policy Analysis + + + + + + Policy Coverage:{" "} + {conditionalAccessData.length} conditional access policies configured + + + + + + Enforcement Status:{" "} + {conditionalAccessData.filter((policy) => policy.state === "enabled").length}{" "} + policies actively enforced + + + + + + Testing Phase:{" "} + { + conditionalAccessData.filter( + (policy) => policy.state === "enabledForReportingButNotEnforced" + ).length + }{" "} + policies in report-only mode + + + + + + Security Controls:{" "} + Multi-factor authentication and access blocking implemented + + + + + + + Access Control Recommendations + + {conditionalAccessData.filter( + (policy) => policy.state === "enabledForReportingButNotEnforced" + ).length > 0 + ? `Consider activating ${ + conditionalAccessData.filter( + (policy) => policy.state === "enabledForReportingButNotEnforced" + ).length + } policies currently in testing mode after ensuring they don't disrupt business operations. ` + : "Your access controls are properly configured. "} + Regularly review how these policies affect employee productivity and adjust as + needed. Consider additional location-based protections for enhanced security + without impacting daily operations. + + + + + `Page ${pageNumber} of ${totalPages}`} + /> + + + + )} + + ); +}; + +export const ExecutiveReportButton = (props) => { + const { tenantName, tenantId, userStats, standardsData, organizationData, ...other } = props; + const settings = useSettings(); + const brandingSettings = settings.customBranding; + + // Preview state + const [previewOpen, setPreviewOpen] = useState(false); + const [sectionConfig, setSectionConfig] = useState({ + executiveSummary: true, + securityStandards: true, + driftCompliance: false, + secureScore: true, + licenseManagement: true, + deviceManagement: true, + conditionalAccess: true, + infographics: true, + }); + + // Only fetch additional data when preview dialog is opened + const secureScore = useSecureScore({ waiting: previewOpen }); + + // Get real license data - only when preview is open + const licenseData = ApiGetCall({ + url: "/api/ListLicenses", + data: { + tenantFilter: settings.currentTenant, + }, + queryKey: `licenses-report-${settings.currentTenant}`, + waiting: previewOpen, + }); + + // Get real device data - only when preview is open + const deviceData = ApiGetCall({ + url: "/api/ListDevices", + data: { + tenantFilter: settings.currentTenant, + }, + queryKey: `devices-report-${settings.currentTenant}`, + waiting: previewOpen, + }); + + // Get real conditional access policy data - only when preview is open + const conditionalAccessData = ApiGetCall({ + url: "/api/ListConditionalAccessPolicies", + data: { + tenantFilter: settings.currentTenant, + }, + queryKey: `ca-policies-report-${settings.currentTenant}`, + waiting: previewOpen, + }); + + // Get real standards data - only when preview is open + const standardsCompareData = ApiGetCall({ + url: "/api/ListStandardsCompare", + data: { + tenantFilter: settings.currentTenant, + }, + queryKey: `standards-compare-report-${settings.currentTenant}`, + waiting: previewOpen, + }); + + // Get drift compliance data - only when preview is open + const driftComplianceData = ApiGetCall({ + url: "/api/listTenantDrift", + data: { + TenantFilter: settings.currentTenant, + }, + queryKey: `drift-compliance-report-${settings.currentTenant}`, + waiting: previewOpen, + }); + + // Check if all data is loaded (either successful or failed) - only relevant when preview is open + const isDataLoading = + previewOpen && + (secureScore.isFetching || + licenseData.isFetching || + deviceData.isFetching || + conditionalAccessData.isFetching || + standardsCompareData.isFetching || + driftComplianceData.isFetching); + + const hasAllDataFinished = + !previewOpen || + ((secureScore.isSuccess || secureScore.isError) && + (licenseData.isSuccess || licenseData.isError) && + (deviceData.isSuccess || deviceData.isError) && + (conditionalAccessData.isSuccess || conditionalAccessData.isError) && + (standardsCompareData.isSuccess || standardsCompareData.isError) && + (driftComplianceData.isSuccess || driftComplianceData.isError)); + + // Button is always available now since we don't need to wait for data + const shouldShowButton = true; + + const fileName = `Executive_Report_${tenantName?.replace(/[^a-zA-Z0-9]/g, "_") || "Tenant"}_${ + new Date().toISOString().split("T")[0] + }.pdf`; + + // Memoize the document to prevent unnecessary re-renders - only when dialog is open + const reportDocument = useMemo(() => { + // Don't create document if dialog is closed + if (!previewOpen) { + return null; + } + + // Only create document if preview is open and data is ready + if (!hasAllDataFinished) { + return ( + + + + Loading report data... + + + + ); + } + + try { + return ( + + ); + } catch (error) { + console.error("Error creating ExecutiveReportDocument:", error); + return ( + + + + Error creating document: {error.message} + + + + ); + } + }, [ + previewOpen, // Most important - prevents creation when dialog is closed + hasAllDataFinished, + tenantName, + tenantId, + userStats, + standardsData, + organizationData, + brandingSettings, + secureScore?.isSuccess, + licenseData?.isSuccess, + deviceData?.isSuccess, + conditionalAccessData?.isSuccess, + standardsCompareData?.isSuccess, + driftComplianceData?.isSuccess, + JSON.stringify(sectionConfig), // Stringify to prevent reference issues + ]); + + // Handle section toggle with mutual exclusion logic + const handleSectionToggle = (sectionKey) => { + setSectionConfig((prev) => { + // Count currently enabled sections + const enabledSections = Object.values(prev).filter(Boolean).length; + + // If trying to disable the last remaining section, prevent it + if (prev[sectionKey] && enabledSections === 1) { + return prev; // Don't change state + } + + // Mutual exclusion logic for Security Standards and Drift Compliance + if (sectionKey === "securityStandards" && !prev[sectionKey]) { + // Enabling Security Standards, disable Drift Compliance + return { + ...prev, + securityStandards: true, + driftCompliance: false, + }; + } + + if (sectionKey === "driftCompliance" && !prev[sectionKey]) { + // Enabling Drift Compliance, disable Security Standards + return { + ...prev, + driftCompliance: true, + securityStandards: false, + }; + } + + return { + ...prev, + [sectionKey]: !prev[sectionKey], + }; + }); + }; + + // Close handler with cleanup + const handleClose = () => { + setPreviewOpen(false); + }; + + // Section configuration options + const sectionOptions = [ + { + key: "executiveSummary", + label: "Executive Summary", + description: "High-level overview and statistics", + }, + { + key: "securityStandards", + label: "Security Standards", + description: "Compliance assessment and standards evaluation", + }, + { + key: "driftCompliance", + label: "Drift Compliance", + description: "Policy drift analysis and deviation management", + }, + { + key: "secureScore", + label: "Microsoft Secure Score", + description: "Security posture measurement and trends", + }, + { + key: "licenseManagement", + label: "License Management", + description: "License allocation and optimization", + }, + { + key: "deviceManagement", + label: "Device Management", + description: "Device compliance and insights", + }, + { + key: "conditionalAccess", + label: "Conditional Access", + description: "Access control policies and analysis", + }, + { + key: "infographics", + label: "Infographic Pages", + description: "Statistical pages with visual elements between sections", + }, + ]; + + return ( + <> + {/* Main Executive Summary Button - Always available */} + + + + + {/* Combined Preview and Configuration Dialog */} + + + + Executive Report - {tenantName} + + + + + + + + {/* Left Panel - Section Configuration */} + + + + + Report Sections + + + Configure which sections to include in your executive report. Changes are reflected + in real-time. + + + + {sectionOptions.map((option) => ( + + + { + event.stopPropagation(); + handleSectionToggle(option.key); + }} + color="primary" + size="small" + disabled={ + // Disable if this is the last enabled section + sectionConfig[option.key] && + Object.values(sectionConfig).filter(Boolean).length === 1 + } + /> + } + label={ + handleSectionToggle(option.key)}> + + {option.label} + + + {option.description} + + + } + sx={{ margin: 0, width: "100%" }} + /> + + + ))} + + + + + 💡 Pro Tip + + + Enable only the sections relevant to your audience to create focused, impactful + reports. At least one section must be enabled. + + + + + + {/* Right Panel - PDF Preview */} + + {isDataLoading ? ( + + Loading Report Data... + + Fetching additional data for comprehensive report generation + + + ) : reportDocument ? ( + + {reportDocument} + + ) : ( + + + Report preview will appear here + + + )} + + + + + + + Sections enabled: {Object.values(sectionConfig).filter(Boolean).length} of{" "} + {sectionOptions.length} + + + + + + + + + + ); +}; diff --git a/src/components/PrivateRoute.js b/src/components/PrivateRoute.js new file mode 100644 index 000000000000..5b067cf4e7c3 --- /dev/null +++ b/src/components/PrivateRoute.js @@ -0,0 +1,82 @@ +import { ApiGetCall } from "../api/ApiCall.jsx"; +import UnauthenticatedPage from "../pages/unauthenticated.js"; +import LoadingPage from "../pages/loading.js"; +import ApiOfflinePage from "../pages/api-offline.js"; + +export const PrivateRoute = ({ children, routeType }) => { + const session = ApiGetCall({ + url: "/.auth/me", + queryKey: "authmeswa", + refetchOnWindowFocus: true, + staleTime: 120000, // 2 minutes + }); + + const apiRoles = ApiGetCall({ + url: "/api/me", + queryKey: "authmecipp", + retry: 2, // Reduced retry count to show offline message sooner + waiting: !session.isSuccess || session.data?.clientPrincipal === null, + }); + + // Check if the session is still loading before determining authentication status + if ( + session.isLoading || + apiRoles.isLoading || + (apiRoles.isFetching && (apiRoles.data === null || apiRoles.data === undefined)) + ) { + return ; + } + + // Check if the API is offline (404 error from /api/me endpoint) + // Or other network errors that would indicate API is unavailable + if ( + apiRoles?.error?.response?.status === 404 || // API endpoint not found + apiRoles?.error?.response?.status === 502 || // Bad Gateway + apiRoles?.error?.response?.status === 503 || // Service Unavailable + (apiRoles?.isSuccess && !apiRoles?.data) // No client principal data, indicating API might be offline + ) { + return ; + } + + // if not logged into swa + if (null === session?.data?.clientPrincipal || session?.data === undefined) { + return ; + } + + let roles = null; + + if ( + session?.isSuccess && + apiRoles?.isSuccess && + undefined !== apiRoles?.data?.clientPrincipal && + session?.data?.clientPrincipal?.userDetails && + apiRoles?.data?.clientPrincipal?.userDetails && + session?.data?.clientPrincipal?.userDetails !== apiRoles?.data?.clientPrincipal?.userDetails + ) { + // refetch the profile if the user details are different + apiRoles.refetch(); + } + + if (null !== apiRoles?.data?.clientPrincipal && undefined !== apiRoles?.data) { + roles = apiRoles?.data?.clientPrincipal?.userRoles ?? []; + } else if (null === apiRoles?.data?.clientPrincipal || undefined === apiRoles?.data) { + return ; + } + if (null === roles) { + return ; + } else { + const blockedRoles = ["anonymous", "authenticated"]; + const userRoles = roles?.filter((role) => !blockedRoles.includes(role)) ?? []; + const isAuthenticated = userRoles.length > 0 && !apiRoles?.error; + const isAdmin = roles?.includes("admin") || roles?.includes("superadmin"); + if (routeType === "admin" && !isAdmin) { + return ; + } + + if (!isAuthenticated) { + return ; + } + + return children; + } +}; diff --git a/src/components/ReleaseNotesDialog.js b/src/components/ReleaseNotesDialog.js new file mode 100644 index 000000000000..6fc9274dbca3 --- /dev/null +++ b/src/components/ReleaseNotesDialog.js @@ -0,0 +1,474 @@ +import { + Component, + forwardRef, + useCallback, + useEffect, + useImperativeHandle, + useMemo, + useRef, + useState, +} from "react"; +import { + Box, + Button, + CircularProgress, + Dialog, + DialogActions, + DialogContent, + DialogTitle, + Link, + Stack, + Typography, +} from "@mui/material"; +import ReactMarkdown from "react-markdown"; +import remarkGfm from "remark-gfm"; +import remarkParse from "remark-parse"; +import rehypeRaw from "rehype-raw"; +import { unified } from "unified"; +import packageInfo from "../../public/version.json"; +import { ApiGetCall } from "../api/ApiCall"; +import { GitHub } from "@mui/icons-material"; +import { CippAutoComplete } from "./CippComponents/CippAutocomplete"; + +const RELEASE_COOKIE_KEY = "cipp_release_notice"; +const RELEASE_OWNER = "KelvinTegelaar"; +const RELEASE_REPO = "CIPP"; + +const secureFlag = () => { + if (typeof window === "undefined") { + return ""; + } + + return window.location.protocol === "https:" ? " Secure" : ""; +}; + +const getCookie = (name) => { + if (typeof document === "undefined") { + return null; + } + + const cookiePrefix = `${name}=`; + const cookies = document.cookie.split("; "); + + for (const cookie of cookies) { + if (cookie.startsWith(cookiePrefix)) { + return decodeURIComponent(cookie.slice(cookiePrefix.length)); + } + } + + return null; +}; + +const setCookie = (name, value, days = 365) => { + if (typeof document === "undefined") { + return; + } + + const expires = new Date(Date.now() + days * 24 * 60 * 60 * 1000).toUTCString(); + document.cookie = `${name}=${encodeURIComponent( + value + )}; expires=${expires}; path=/; SameSite=Lax;${secureFlag()}`; +}; + +const buildReleaseMetadata = (version) => { + const [major = "0", minor = "0", patch = "0"] = String(version).split("."); + const currentTag = `v${major}.${minor}.${patch}`; + const baseTag = `v${major}.${minor}.0`; + const tagToUse = patch === "0" ? currentTag : baseTag; + + return { + currentTag, + releaseTag: tagToUse, + releaseUrl: `https://github.com/${RELEASE_OWNER}/${RELEASE_REPO}/releases/tag/${tagToUse}`, + }; +}; + +const formatReleaseBody = (body) => { + if (!body) { + return ""; + } + + return body.replace(/(^|[^\w/])@([a-zA-Z0-9-]+)/g, (match, prefix, username) => { + return `${prefix}[@${username}](https://github.com/${username})`; + }); +}; + +class MarkdownErrorBoundary extends Component { + constructor(props) { + super(props); + this.state = { hasError: false, error: null }; + } + + static getDerivedStateFromError(error) { + return { hasError: true, error }; + } + + componentDidCatch(error) { + if (process.env.NODE_ENV !== "production") { + // eslint-disable-next-line no-console + console.error("Failed to render release notes", error); + } + } + + render() { + if (this.state.hasError) { + return this.props.fallback(this.state.error); + } + + return this.props.children; + } +} + +export const ReleaseNotesDialog = forwardRef((_props, ref) => { + const releaseMeta = useMemo(() => buildReleaseMetadata(packageInfo.version), []); + const [isEligible, setIsEligible] = useState(false); + const [open, setOpen] = useState(false); + const [isExpanded, setIsExpanded] = useState(false); + const [manualOpenRequested, setManualOpenRequested] = useState(false); + const [selectedReleaseTag, setSelectedReleaseTag] = useState(releaseMeta.releaseTag); + const hasOpenedRef = useRef(false); + + useEffect(() => { + hasOpenedRef.current = false; + }, [releaseMeta.releaseTag]); + + useEffect(() => { + setSelectedReleaseTag(releaseMeta.releaseTag); + }, [releaseMeta.releaseTag]); + + useEffect(() => { + if (typeof window === "undefined") { + return; + } + + const storedValue = getCookie(RELEASE_COOKIE_KEY); + + if (storedValue !== releaseMeta.releaseTag) { + setIsEligible(true); + } + }, [releaseMeta.releaseTag]); + + const shouldFetchReleaseList = isEligible || manualOpenRequested || open; + + const releaseListQuery = ApiGetCall({ + url: "/api/ListGitHubReleaseNotes", + queryKey: "list-github-release-options", + data: { + Owner: RELEASE_OWNER, + Repository: RELEASE_REPO, + }, + waiting: shouldFetchReleaseList, + staleTime: 300000, + }); + + const isReleaseListLoading = releaseListQuery.isLoading || releaseListQuery.isFetching; + + const releaseCatalog = useMemo(() => { + return Array.isArray(releaseListQuery.data) ? releaseListQuery.data : []; + }, [releaseListQuery.data]); + + useEffect(() => { + if (!releaseCatalog.length) { + return; + } + + if (!selectedReleaseTag) { + setSelectedReleaseTag(releaseCatalog[0].releaseTag); + return; + } + + const hasSelected = releaseCatalog.some((release) => release.releaseTag === selectedReleaseTag); + + if (!hasSelected) { + const fallbackRelease = + releaseCatalog.find((release) => release.releaseTag === releaseMeta.releaseTag) || + releaseCatalog[0]; + if (fallbackRelease) { + setSelectedReleaseTag(fallbackRelease.releaseTag); + } + } + }, [releaseCatalog, selectedReleaseTag, releaseMeta.releaseTag]); + + const releaseOptions = useMemo(() => { + const mapped = releaseCatalog.map((release) => { + const tag = release.releaseTag ?? release.tagName; + const label = release.name ? `${release.name} (${tag})` : tag; + return { + label, + value: tag, + addedFields: { + htmlUrl: release.htmlUrl, + publishedAt: release.publishedAt, + }, + }; + }); + + if (selectedReleaseTag && !mapped.some((option) => option.value === selectedReleaseTag)) { + mapped.push({ + label: selectedReleaseTag, + value: selectedReleaseTag, + addedFields: { + htmlUrl: releaseMeta.releaseUrl, + publishedAt: null, + }, + }); + } + + return mapped; + }, [releaseCatalog, selectedReleaseTag, releaseMeta.releaseUrl]); + + const selectedReleaseValue = useMemo(() => { + if (!selectedReleaseTag) { + return null; + } + + return ( + releaseOptions.find((option) => option.value === selectedReleaseTag) || { + label: selectedReleaseTag, + value: selectedReleaseTag, + } + ); + }, [releaseOptions, selectedReleaseTag]); + + const handleReleaseChange = useCallback( + (newValue) => { + const nextValue = Array.isArray(newValue) ? newValue[0] : newValue; + if (nextValue?.value && nextValue.value !== selectedReleaseTag) { + setSelectedReleaseTag(nextValue.value); + } + }, + [selectedReleaseTag] + ); + + useImperativeHandle(ref, () => ({ + open: () => { + setManualOpenRequested(true); + setOpen(true); + }, + })); + + const selectedReleaseData = useMemo(() => { + if (!selectedReleaseTag) { + return null; + } + + return ( + releaseCatalog.find((release) => release.releaseTag === selectedReleaseTag) || + releaseCatalog.find((release) => release.releaseTag === releaseMeta.releaseTag) || + null + ); + }, [releaseCatalog, selectedReleaseTag, releaseMeta.releaseTag]); + + const handleDismissUntilNextRelease = () => { + const newestRelease = releaseCatalog[0]; + const tagToStore = + newestRelease?.releaseTag ?? newestRelease?.tagName ?? releaseMeta.releaseTag; + setCookie(RELEASE_COOKIE_KEY, tagToStore); + setOpen(false); + setIsExpanded(false); + setManualOpenRequested(false); + setIsEligible(false); + }; + + const handleRemindLater = () => { + setOpen(false); + setIsExpanded(false); + setManualOpenRequested(false); + }; + + const toggleExpanded = () => { + setIsExpanded((prev) => !prev); + }; + + const requestedVersionLabel = + selectedReleaseData?.releaseTag ?? selectedReleaseTag ?? releaseMeta.currentTag; + const releaseName = + selectedReleaseData?.name || selectedReleaseValue?.label || `CIPP ${releaseMeta.currentTag}`; + const releaseHeading = releaseName || requestedVersionLabel; + const releaseBody = typeof selectedReleaseData?.body === "string" ? selectedReleaseData.body : ""; + const releaseUrl = + selectedReleaseData?.htmlUrl ?? + selectedReleaseValue?.addedFields?.htmlUrl ?? + releaseMeta.releaseUrl; + const formattedReleaseBody = useMemo(() => formatReleaseBody(releaseBody), [releaseBody]); + const gfmSupport = useMemo(() => { + if (!formattedReleaseBody) { + return { plugins: [remarkGfm], error: null }; + } + + try { + unified().use(remarkParse).use(remarkGfm).parse(formattedReleaseBody); + return { plugins: [remarkGfm], error: null }; + } catch (err) { + return { plugins: [], error: err }; + } + }, [formattedReleaseBody]); + + useEffect(() => { + if (!isEligible || hasOpenedRef.current) { + return; + } + + if (releaseCatalog.length || releaseListQuery.error) { + setOpen(true); + hasOpenedRef.current = true; + } + }, [isEligible, releaseCatalog.length, releaseListQuery.error]); + + return ( + + + + + {`Release notes for ${releaseHeading}`} + + + + + + + + {releaseListQuery.error ? ( + + We couldn't load additional releases right now. The latest release notes are shown + below. + {releaseListQuery.error?.message ? ` (${releaseListQuery.error.message})` : ""} + + ) : null} + {gfmSupport.error ? ( + + Displaying these release notes without GitHub-flavoured markdown enhancements due to a + parsing issue. Formatting may look different. + + ) : null} + {isReleaseListLoading && !selectedReleaseData ? ( + + + + ) : releaseListQuery.error ? ( + + We couldn't load the release notes right now. You can view them on GitHub instead. + {releaseListQuery.error?.message ? ` (${releaseListQuery.error.message})` : ""} + + ) : ( + + ( + + + We couldn't format these release notes + {error?.message ? ` (${error.message})` : ""}. A plain-text version is shown + below. + + + {releaseBody} + + + )} + > + ( + + ), + img: ({ node, ...props }) => ( + + ), + }} + rehypePlugins={[rehypeRaw]} + remarkPlugins={gfmSupport.plugins} + > + {formattedReleaseBody} + + + + )} + + + + + + + + + + + ); +}); + +ReleaseNotesDialog.displayName = "ReleaseNotesDialog"; diff --git a/src/components/action-list-item.js b/src/components/action-list-item.js new file mode 100644 index 000000000000..17bcebdc6e3e --- /dev/null +++ b/src/components/action-list-item.js @@ -0,0 +1,18 @@ +import PropTypes from "prop-types"; +import { ListItemButton, ListItemIcon, ListItemText } from "@mui/material"; + +export const ActionListItem = (props) => { + const { icon, label, ...other } = props; + + return ( + + {icon && {icon}} + + + ); +}; + +ActionListItem.propTypes = { + icon: PropTypes.node, + label: PropTypes.string.isRequired, +}; diff --git a/src/components/action-list.js b/src/components/action-list.js new file mode 100644 index 000000000000..693b3d812e38 --- /dev/null +++ b/src/components/action-list.js @@ -0,0 +1,23 @@ +import PropTypes from 'prop-types'; +import { List } from '@mui/material'; + +export const ActionList = (props) => { + const { children } = props; + + return ( + theme.palette.mode === 'dark' + ? 'neutral.900' + : 'neutral.50' + }} + > + {children} + + ); +}; + +ActionList.propTypes = { + children: PropTypes.node +}; diff --git a/src/components/actions-menu.js b/src/components/actions-menu.js new file mode 100644 index 000000000000..ff11c55d2edd --- /dev/null +++ b/src/components/actions-menu.js @@ -0,0 +1,105 @@ +import ChevronDownIcon from "@heroicons/react/24/outline/ChevronDownIcon"; +import PropTypes from "prop-types"; +import { Button, ListItemText, Menu, MenuItem, SvgIcon } from "@mui/material"; +import { usePopover } from "../hooks/use-popover"; +import { useState } from "react"; +import { useDialog } from "../hooks/use-dialog"; +import { CippApiDialog } from "./CippComponents/CippApiDialog"; + +export const ActionsMenu = (props) => { + const { actions = [], label = "Actions", data, queryKeys, ...other } = props; + const popover = usePopover(); + const [actionData, setActionData] = useState({ data: {}, action: {}, ready: false }); + const createDialog = useDialog(); + const handleActionDisabled = (row, action) => { + //add nullsaftey for row. It can sometimes be undefined(still loading) or null(no data) + if (!row) { + return true; + } + if (action?.condition) { + return !action?.condition(row); + } + return false; + }; + return ( + <> + + + {actions + ?.filter((action) => !action.link || action.showInActionsMenu) + .map((action, index) => ( + { + setActionData({ + data: data, + action: action, + ready: true, + }); + + if (action?.noConfirm && action.customFunction) { + action.customFunction(data, action, {}); + } else { + createDialog.handleOpen(); + popover.handleClose(); + } + }} + > + + {action.icon} + + {action.label} + + ))} + + {actionData.ready && ( + + )} + + ); +}; + +ActionsMenu.propTypes = { + actions: PropTypes.array, + label: PropTypes.string, +}; diff --git a/src/components/bulk-actions-menu.js b/src/components/bulk-actions-menu.js new file mode 100644 index 000000000000..dc1a0c167c1a --- /dev/null +++ b/src/components/bulk-actions-menu.js @@ -0,0 +1,111 @@ +import PropTypes from "prop-types"; +import ChevronDownIcon from "@heroicons/react/24/outline/ChevronDownIcon"; +import { Button, Link, ListItemText, Menu, MenuItem, SvgIcon } from "@mui/material"; +import { usePopover } from "../hooks/use-popover"; +import { FilePresent, Laptop, Mail, Share, Shield, ShieldMoon, PrecisionManufacturing, BarChart } from "@mui/icons-material"; +import { GlobeAltIcon, UsersIcon, ServerIcon } from "@heroicons/react/24/outline"; + +function getIconByName(iconName) { + switch (iconName) { + case "GlobeAltIcon": + return ; + case "Mail": + return ; + case "UsersIcon": + return ; + case "FilePresent": + return ; + case "ServerIcon": + return ; + case "Laptop": + return ; + case "Share": + return ; + case "Shield": + return ; + case "ShieldMoon": + return ; + case "PrecisionManufacturing": + return ; + case "BarChart": + return ; + default: + return null; + } +} + +export const BulkActionsMenu = (props) => { + const { buttonName, sx, row, actions = [], ...other } = props; + const popover = usePopover(); + + return ( + <> + + + {actions.map((action, index) => { + if (action.link) { + return ( + + {getIconByName(action.icon)} + + + ); + } else { + return ( + + {getIconByName(action.icon)} + + + ); + } + })} + + + ); +}; + +BulkActionsMenu.propTypes = { + onArchive: PropTypes.func, + onDelete: PropTypes.func, + selectedCount: PropTypes.number, +}; diff --git a/src/components/buttons/CsvButton.jsx b/src/components/buttons/CsvButton.jsx deleted file mode 100644 index 855ba10ea132..000000000000 --- a/src/components/buttons/CsvButton.jsx +++ /dev/null @@ -1,22 +0,0 @@ -import React from 'react' -import { CButton } from '@coreui/react' -import { CSVDownloader } from 'react-papaparse' -import PropTypes from 'prop-types' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faFileCsv } from '@fortawesome/free-solid-svg-icons' - -function ExportCsvButton(props) { - return ( - - - {props.nameText} - - ) -} -export default ExportCsvButton - -ExportCsvButton.propTypes = { - csvData: PropTypes.array.isRequired, - nameText: PropTypes.string, - reportName: PropTypes.oneOfType([PropTypes.element, PropTypes.string, PropTypes.number]), -} diff --git a/src/components/buttons/PdfButton.jsx b/src/components/buttons/PdfButton.jsx deleted file mode 100644 index 38c00ce6124f..000000000000 --- a/src/components/buttons/PdfButton.jsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from 'react' -import { CButton, CDropdownItem } from '@coreui/react' -import jsPDF from 'jspdf' -import 'jspdf-autotable' -import PropTypes from 'prop-types' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faFilePdf } from '@fortawesome/free-solid-svg-icons' -import { useSelector } from 'react-redux' - -function ExportPDFButton(props) { - const base64 = useSelector((state) => state.app.reportImage) - const exportPDF = (pdfData, pdfHeaders, pdfSize = 'A3', reportName = 'report') => { - const unit = 'pt' - const size = pdfSize // Use A1, A2, A3 or A4 - const orientation = 'landscape' // portrait or landscape - const doc = new jsPDF(orientation, unit, size) - - doc.setFontSize(10) - let headerObj = [] - pdfHeaders.forEach((item) => { - if (item.exportSelector) { - let returnobj = { header: item.name, dataKey: item.exportSelector } - headerObj.push(returnobj) - } - }) - - let content = { - startY: 100, - columns: headerObj, - body: pdfData, - theme: 'striped', - headStyles: { fillColor: [247, 127, 0] }, - } - if (base64) { - doc.addImage(base64, 'png', 20, 20, 120, 100) - } - doc.autoTable(content) - doc.save(reportName + '.pdf') - } - - return ( - exportPDF(props.pdfData, props.pdfHeaders, props.pdfSize, props.reportName)} - > - - {props.nameText} - - ) -} -export default ExportPDFButton - -ExportPDFButton.propTypes = { - pdfData: PropTypes.oneOfType([PropTypes.element, PropTypes.string, PropTypes.array]), - pdfHeaders: PropTypes.oneOfType([PropTypes.string, PropTypes.array]), - pdfSize: PropTypes.oneOf(['A1', 'A2', 'A3', 'A4']), - reportName: PropTypes.oneOfType([PropTypes.element, PropTypes.string, PropTypes.number]), - nameText: PropTypes.string, -} diff --git a/src/components/buttons/TableModalButton.jsx b/src/components/buttons/TableModalButton.jsx deleted file mode 100644 index f18dee1afe9f..000000000000 --- a/src/components/buttons/TableModalButton.jsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import { CButton } from '@coreui/react' -import { ModalService } from '../utilities' -import { cellGenericFormatter } from '../tables/CellGenericFormat' -import PropTypes from 'prop-types' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' - -export default function TableModalButton({ - data, - title, - className, - countOnly = false, - icon = '', - ...input -}) { - const handleTable = (data) => { - const QueryColumns = [] - const columns = Object.keys(data[0]).map((key) => { - QueryColumns.push({ - name: key, - selector: (row) => row[key], // Accessing the property using the key - sortable: true, - exportSelector: key, - cell: cellGenericFormatter(), - }) - }) - ModalService.open({ - data: data, - componentType: 'table', - componentProps: { - columns: QueryColumns, - keyField: 'id', - }, - title: title, - size: 'lg', - }) - } - const buttonClass = 'btn ' + className - - return ( - handleTable(data)}> - {icon != '' && } - <>{countOnly === true ? data.length : `${title} (${data.length})`} - - ) -} - -TableModalButton.propTypes = { - data: PropTypes.array, - title: PropTypes.string, - className: PropTypes.string, - countOnly: PropTypes.bool, - icon: PropTypes.string, -} diff --git a/src/components/buttons/TitleButton.jsx b/src/components/buttons/TitleButton.jsx deleted file mode 100644 index 24a6ef4f59b0..000000000000 --- a/src/components/buttons/TitleButton.jsx +++ /dev/null @@ -1,33 +0,0 @@ -import React from 'react' -import { CButton } from '@coreui/react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faPlus } from '@fortawesome/free-solid-svg-icons' -import PropTypes from 'prop-types' -import { Link } from 'react-router-dom' - -export default function TitleButton({ icon, title, href = null, onClick = null }) { - if (href) { - return ( - - - - {title} - - - ) - } else if (onClick) { - return ( - - - {title} - - ) - } -} - -TitleButton.propTypes = { - icon: PropTypes.object, - title: PropTypes.string.isRequired, - href: PropTypes.string, - onClick: PropTypes.func, -} diff --git a/src/components/buttons/index.js b/src/components/buttons/index.js deleted file mode 100644 index c87617eb1456..000000000000 --- a/src/components/buttons/index.js +++ /dev/null @@ -1,6 +0,0 @@ -import ExportCsvButton from 'src/components/buttons/CsvButton' -import ExportPDFButton from 'src/components/buttons/PdfButton' -import TitleButton from 'src/components/buttons/TitleButton' -import TableModalButton from 'src/components/buttons/TableModalButton' - -export { ExportCsvButton, ExportPDFButton, TitleButton, TableModalButton } diff --git a/src/components/chart.js b/src/components/chart.js new file mode 100644 index 000000000000..a5a71dbbb479 --- /dev/null +++ b/src/components/chart.js @@ -0,0 +1,9 @@ +import dynamic from 'next/dynamic'; +import { styled } from '@mui/material/styles'; + +const ApexChart = dynamic(() => import('react-apexcharts'), { + ssr: false, + loading: () => null +}); + +export const Chart = styled(ApexChart)({}); diff --git a/src/components/confirmation-dialog.js b/src/components/confirmation-dialog.js new file mode 100644 index 000000000000..fcd629bc9224 --- /dev/null +++ b/src/components/confirmation-dialog.js @@ -0,0 +1,104 @@ +import PropTypes from 'prop-types'; +import ExclamationCircleIcon from '@heroicons/react/24/outline/ExclamationCircleIcon'; +import ExclamationTriangleIcon from '@heroicons/react/24/outline/ExclamationTriangleIcon'; +import { + Button, + Dialog, + DialogActions, + DialogContent, + DialogTitle, + Stack, + SvgIcon, + Typography +} from '@mui/material'; + +const iconMap = { + error: ( + + + + ), + warning: ( + + + + ), + info: ( + + + + ) +}; + +export const ConfirmationDialog = (props) => { + const { + message = '', + onCancel, + onConfirm, + open = false, + title, + variant = 'info', + ...other + } = props; + + const icon = iconMap[variant]; + + return ( + + + + {icon} + + {title} + + + + + + {message} + + + + + + + + ); +}; + +ConfirmationDialog.propTypes = { + message: PropTypes.string, + onCancel: PropTypes.func, + onConfirm: PropTypes.func, + open: PropTypes.bool, + title: PropTypes.string, + variant: PropTypes.oneOf(['error', 'warning', 'info']) +}; diff --git a/src/components/contentcards/ActionContentCard.jsx b/src/components/contentcards/ActionContentCard.jsx deleted file mode 100644 index a11d424a86cb..000000000000 --- a/src/components/contentcards/ActionContentCard.jsx +++ /dev/null @@ -1,63 +0,0 @@ -import React from 'react' -import PropTypes from 'prop-types' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { CippContentCard } from '../layout' -import { CButton, CButtonGroup, CSpinner } from '@coreui/react' - -export default function ActionContentCard({ - title, - icon, - content, - className = null, - isFetching, - error, - errorMessage, -}) { - return ( - - {isFetching && } - {!isFetching && error && <>{errorMessage}} - {!isFetching && !error && ( - - {content.map((item, index) => ( - - - {item.label} - - ))} - - )} - - ) -} - -ActionContentCard.propTypes = { - title: PropTypes.string.isRequired, - icon: PropTypes.object, - content: PropTypes.arrayOf( - PropTypes.shape({ - label: PropTypes.string.isRequired, - link: PropTypes.string.isRequired, - icon: PropTypes.oneOfType([PropTypes.element, PropTypes.object, PropTypes.string]), - color: PropTypes.string, - target: PropTypes.string, - onClick: PropTypes.func, - }), - ).isRequired, - className: PropTypes.string, - isFetching: PropTypes.bool, - error: PropTypes.object, - errorMessage: PropTypes.string, -} diff --git a/src/components/contentcards/CippAccordionItem.jsx b/src/components/contentcards/CippAccordionItem.jsx deleted file mode 100644 index 98090b58c0c7..000000000000 --- a/src/components/contentcards/CippAccordionItem.jsx +++ /dev/null @@ -1,49 +0,0 @@ -import React from 'react' -import { - CAccordionBody, - CAccordionHeader, - CAccordionItem, - CCard, - CCardBody, - CCardFooter, - CCardHeader, - CCardTitle, -} from '@coreui/react' -import Skeleton from 'react-loading-skeleton' -import PropTypes from 'prop-types' - -export default function CippAccordionItem({ - title, - titleType = 'normal', - CardButton, - children, - isFetching, -}) { - return ( - - {title} - - - - - {titleType === 'big' ?

    {title}

    : title} -
    -
    - - {isFetching && } - {children} - - {CardButton} -
    -
    -
    - ) -} - -CippAccordionItem.propTypes = { - title: PropTypes.string.isRequired, - titleType: PropTypes.string, - CardButton: PropTypes.element.isRequired, - children: PropTypes.element.isRequired, - isFetching: PropTypes.bool.isRequired, -} diff --git a/src/components/contentcards/CippButtonCard.jsx b/src/components/contentcards/CippButtonCard.jsx deleted file mode 100644 index a34acbd66142..000000000000 --- a/src/components/contentcards/CippButtonCard.jsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import { CCard, CCardBody, CCardFooter, CCardHeader, CCardTitle } from '@coreui/react' -import Skeleton from 'react-loading-skeleton' -import PropTypes from 'prop-types' - -export default function CippButtonCard({ - title, - titleType = 'normal', - CardButton, - children, - isFetching = false, - className = 'h-100', -}) { - return ( - - - - {titleType === 'big' ?

    {title}

    : title} -
    -
    - - {isFetching && } - {children} - - {CardButton && {CardButton}} -
    - ) -} - -CippButtonCard.propTypes = { - title: PropTypes.string.isRequired, - titleType: PropTypes.string, - CardButton: PropTypes.element, - children: PropTypes.element.isRequired, - isFetching: PropTypes.bool, - className: PropTypes.string, -} diff --git a/src/components/contentcards/CippChartCard.jsx b/src/components/contentcards/CippChartCard.jsx deleted file mode 100644 index c708ef8e51ad..000000000000 --- a/src/components/contentcards/CippChartCard.jsx +++ /dev/null @@ -1,86 +0,0 @@ -import React from 'react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { CButton, CCard, CCardBody, CCardHeader, CCardTitle } from '@coreui/react' -import { CChart } from '@coreui/react-chartjs' -import { getStyle } from '@coreui/utils' -import PropTypes from 'prop-types' - -export default function CippChartCard({ - title, - titleType = 'normal', - ChartData, - ChartLabels, - ChartType = 'pie', - LegendLocation = 'bottom', - isFetching, - refreshFunction, -}) { - return ( - - - - {titleType === 'big' ?

    {title}

    : title} - {refreshFunction ? ( - - - - ) : ( - - - - )} -
    -
    - - {ChartData && ( - - )} - -
    - ) -} -CippChartCard.propTypes = { - title: PropTypes.string.isRequired, - titleType: PropTypes.oneOf(['normal', 'big']), - ChartData: PropTypes.array.isRequired, - ChartLabels: PropTypes.array.isRequired, - ChartType: PropTypes.oneOf(['pie', 'bar', 'line']), - LegendLocation: PropTypes.oneOf(['top', 'bottom', 'left', 'right']), - isFetching: PropTypes.bool, - refreshFunction: PropTypes.func, -} diff --git a/src/components/contentcards/CippPrettyCard.jsx b/src/components/contentcards/CippPrettyCard.jsx deleted file mode 100644 index b97516e3713c..000000000000 --- a/src/components/contentcards/CippPrettyCard.jsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import { CCard, CCardBody, CCardFooter, CCardHeader, CCardTitle, CCol, CRow } from '@coreui/react' -import Skeleton from 'react-loading-skeleton' -import { CircularProgressbar } from 'react-circular-progressbar' -import 'react-circular-progressbar/dist/styles.css' - -export default function CippPrettyCard({ - title, - titleType = 'normal', - percentage, - topLabel, - smallLabel, - ringcolor = '#f89226', - isFetching, -}) { - return ( - - - - {titleType === 'big' ?

    {title}

    : title} -
    -
    - - {isFetching && } - {!isFetching && ( - - -
    - -
    -
    - -

    {topLabel}

    - {smallLabel} -
    -
    - )} -
    -
    - ) -} diff --git a/src/components/contentcards/DatatableContentCard.jsx b/src/components/contentcards/DatatableContentCard.jsx deleted file mode 100644 index 8d36e493d4a0..000000000000 --- a/src/components/contentcards/DatatableContentCard.jsx +++ /dev/null @@ -1,51 +0,0 @@ -import React from 'react' -import PropTypes from 'prop-types' -import { CippDatatable } from 'src/components/tables' -import { CippContentCard } from 'src/components/layout' -import Skeleton from 'react-loading-skeleton' - -export default function DatatableContentCard({ - title, - icon, - datatable: { reportName, path, columns, params, ...rest }, - className = null, - isFetching, - error, - errorMessage, -}) { - return ( - - {isFetching && } - {!isFetching && error && <>{errorMessage}} - {!isFetching && !error && ( - - )} - - ) -} - -DatatableContentCard.propTypes = { - title: PropTypes.string.isRequired, - icon: PropTypes.object, - datatable: PropTypes.shape({ - reportName: PropTypes.string, - path: PropTypes.string.isRequired, - columns: PropTypes.array.isRequired, - params: PropTypes.object, - }), - className: PropTypes.string, - isFetching: PropTypes.bool, - error: PropTypes.object, - errorMessage: PropTypes.string, -} diff --git a/src/components/contentcards/ListGroupContentCard.jsx b/src/components/contentcards/ListGroupContentCard.jsx deleted file mode 100644 index eb1e20d4ad3f..000000000000 --- a/src/components/contentcards/ListGroupContentCard.jsx +++ /dev/null @@ -1,88 +0,0 @@ -import React from 'react' -import PropTypes from 'prop-types' -import { CListGroup, CListGroupItem } from '@coreui/react' -import { CippContentCard } from '../layout' -import Skeleton from 'react-loading-skeleton' -import 'react-loading-skeleton/dist/skeleton.css' -import { CellTip } from 'src/components/tables' - -export default function ListGroupContentCard({ - title, - icon, - content, - className = null, - isFetching, - error, - errorMessage, - tooltip = false, -}) { - let bodyClass = '' - if (!isFetching && !error) { - bodyClass = 'p-0' - } - function bodycontent(item) { - // Wrapping fancy objects with tooltip has bad result so we ensure we only do ones - // that produce legible results - if ( - tooltip && - (typeof item.body === 'string' || - typeof item.body === 'number' || - typeof item.body === 'boolean' || - typeof item.body === 'bigint') - ) { - return CellTip(item.body, true) - } - - return item.body - } - function classcontent(item) { - if (item.className !== undefined) { - return {bodycontent(item) ?? null} - } - return bodycontent(item) ?? null - } - return ( - - {isFetching && } - {!isFetching && error && <>{errorMessage}} - {!isFetching && !error && ( - - {content.map((item, index) => ( - - {item.heading ?
    {item.heading}
    : null} - {classcontent(item)} - {item.link ? {item.linkText ?? 'URL'} : null} -
    - ))} -
    - )} -
    - ) -} - -ListGroupContentCard.propTypes = { - title: PropTypes.string.isRequired, - icon: PropTypes.object, - content: PropTypes.arrayOf( - PropTypes.shape({ - heading: PropTypes.string, - body: PropTypes.any, - link: PropTypes.string, - linkText: PropTypes.string, - className: PropTypes.string, - }), - ).isRequired, - className: PropTypes.string, - isFetching: PropTypes.bool, - error: PropTypes.object, - errorMessage: PropTypes.string, - tooltip: PropTypes.bool, -} diff --git a/src/components/contentcards/TableContentCard.jsx b/src/components/contentcards/TableContentCard.jsx deleted file mode 100644 index 4f2d408424af..000000000000 --- a/src/components/contentcards/TableContentCard.jsx +++ /dev/null @@ -1,53 +0,0 @@ -import React from 'react' -import PropTypes from 'prop-types' -import { CSpinner } from '@coreui/react' -import { CippTable } from 'src/components/tables' -import { CippContentCard } from 'src/components/layout' - -export default function TableContentCard({ - title, - icon, - table: { reportName, columns, data, ...rest }, - className = null, - isFetching, - error, - errorMessage, -}) { - return ( - - {isFetching && } - {!isFetching && error && <>{errorMessage}} - {!isFetching && !error && ( - - )} - - ) -} - -TableContentCard.propTypes = { - title: PropTypes.string.isRequired, - icon: PropTypes.object, - table: PropTypes.shape({ - reportName: PropTypes.string, - columns: PropTypes.array.isRequired, - data: PropTypes.array.isRequired, - }), - className: PropTypes.string, - isFetching: PropTypes.bool, - error: PropTypes.object, - errorMessage: PropTypes.string, -} diff --git a/src/components/contentcards/index.js b/src/components/contentcards/index.js deleted file mode 100644 index 9acf753eaea0..000000000000 --- a/src/components/contentcards/index.js +++ /dev/null @@ -1,6 +0,0 @@ -import ActionContentCard from 'src/components/contentcards/ActionContentCard' -import ListGroupContentCard from 'src/components/contentcards/ListGroupContentCard' -import DatatableContentCard from 'src/components/contentcards/DatatableContentCard' -import TableContentCard from 'src/components/contentcards/TableContentCard' - -export { ActionContentCard, ListGroupContentCard, DatatableContentCard, TableContentCard } diff --git a/src/components/csvExportButton.js b/src/components/csvExportButton.js new file mode 100644 index 000000000000..adce8e92e376 --- /dev/null +++ b/src/components/csvExportButton.js @@ -0,0 +1,109 @@ +import { BackupTableTwoTone } from "@mui/icons-material"; +import { IconButton, Tooltip } from "@mui/material"; +import { mkConfig, generateCsv, download } from "export-to-csv"; +import { getCippFormatting } from "../utils/get-cipp-formatting"; +const csvConfig = mkConfig({ + fieldSeparator: ",", + decimalSeparator: ".", + useKeysAsHeaders: true, +}); + +// Flatten nested objects so deeply nested properties export as dotted columns. +const flattenObject = (obj, parentKey = "") => { + const flattened = {}; + Object.keys(obj).forEach((key) => { + const fullKey = parentKey ? `${parentKey}.${key}` : key; + if (typeof obj[key] === "object" && obj[key] !== null && !Array.isArray(obj[key])) { + Object.assign(flattened, flattenObject(obj[key], fullKey)); + } else if (Array.isArray(obj[key]) && typeof obj[key][0] === "string") { + flattened[fullKey] = obj[key]; + } else if (Array.isArray(obj[key])) { + let testFormatting = getCippFormatting(obj[key], key, "text", false, false); + if (typeof testFormatting === "string" && !testFormatting.includes("[object Object]")) { + flattened[fullKey] = testFormatting; + } else { + flattened[fullKey] = obj[key] + .map((item) => + typeof item === "object" + ? JSON.stringify( + Object.fromEntries( + Object.entries(flattenObject(item)).map(([k, v]) => [ + k, + getCippFormatting(v, k, "text", false), + ]) + ) + ) + : getCippFormatting(item, fullKey, "text", false, false) + ) + .join(", "); + } + } else { + flattened[fullKey] = obj[key]; + } + }); + return flattened; +}; + +// Shared helper so both toolbar buttons and bulk actions reuse identical CSV logic. +export const exportRowsToCsv = ({ + rows = [], + columns = [], + reportName = "Export", + columnVisibility = {}, +}) => { + if (!rows.length || !columns.length) { + return; + } + + const rowData = rows.map((row) => flattenObject(row.original ?? row)); + const columnKeys = columns.filter((c) => columnVisibility[c.id]).map((c) => c.id); + + const filterRowData = (row, allowedKeys) => { + const filteredRow = {}; + allowedKeys.forEach((key) => { + if (key in row) { + filteredRow[key] = row[key]; + } + }); + return filteredRow; + }; + + const filteredData = rowData.map((row) => filterRowData(row, columnKeys)); + + // Apply standard CIPP formatting so CSV values match on-screen representations. + const formattedData = filteredData.map((row) => { + const formattedRow = {}; + columnKeys.forEach((key) => { + const value = row[key]; + if (typeof value === "string") { + formattedRow[key] = value; + return; + } + + formattedRow[key] = getCippFormatting(value, key, "text", false); + }); + return formattedRow; + }); + + const csv = generateCsv(csvConfig)(formattedData); + csvConfig["filename"] = `${reportName}`; + download(csvConfig)(csv); +}; + +export const CSVExportButton = (props) => { + const { rows = [], columns = [], reportName, columnVisibility = {}, ...other } = props; + + return ( + + + exportRowsToCsv({ rows, columns, reportName, columnVisibility })} + {...other} + > + + + + + ); +}; diff --git a/src/components/file-dropzone.js b/src/components/file-dropzone.js new file mode 100644 index 000000000000..166f57cce23f --- /dev/null +++ b/src/components/file-dropzone.js @@ -0,0 +1,80 @@ +import PropTypes from 'prop-types'; +import { useDropzone } from 'react-dropzone'; +import ArrowUpOnSquareIcon from '@heroicons/react/24/outline/ArrowUpOnSquareIcon'; +import { Avatar, Box, SvgIcon, Typography } from '@mui/material'; + +export const FileDropzone = (props) => { + const { accept, caption, maxFiles, maxSize, minSize, onDrop, sx } = props; + const { getRootProps, getInputProps, isDragActive } = useDropzone({ + accept, + maxFiles, + maxSize, + minSize, + onDrop + }); + + return ( + theme.palette.mode === 'dark' + ? 'neutral.800' + : 'neutral.200', + borderRadius: 1, + borderStyle: 'dashed', + borderWidth: 1, + cursor: 'pointer', + display: 'flex', + flexDirection: 'column', + flexWrap: 'wrap', + justifyContent: 'center', + outline: 'none', + width: '100%', + py: 2, + ...(isDragActive && { + borderColor: 'primary.main', + backgroundColor: 'action.hover' + }), + '&:hover': { + borderColor: 'primary.main', + backgroundColor: 'action.hover' + }, + ...sx + }} + {...getRootProps()}> + + + + + + {caption && ( + + {caption} + + )} + + + ); +}; + +FileDropzone.propTypes = { + accept: PropTypes.objectOf(PropTypes.arrayOf(PropTypes.string)), + caption: PropTypes.string, + maxFiles: PropTypes.number, + maxSize: PropTypes.number, + minSize: PropTypes.number, + onDrop: PropTypes.func, + sx: PropTypes.object +}; diff --git a/src/components/filter-dialog-item.js b/src/components/filter-dialog-item.js new file mode 100644 index 000000000000..82c1ef3c71b1 --- /dev/null +++ b/src/components/filter-dialog-item.js @@ -0,0 +1,148 @@ +import { useMemo } from 'react'; +import PropTypes from 'prop-types'; +import PlusIcon from '@heroicons/react/24/outline/PlusIcon'; +import { Button, FilledInput, MenuItem, Select, Stack, TextField, Typography } from '@mui/material'; +import { DatePicker } from '@mui/x-date-pickers'; + +export const FilterDialogItem = (props) => { + const { + disableAdd = false, + displayAdd = false, + filter, + index = 0, + onAdd, + onOperatorChange, + onPropertyChange, + onRemoveFilter, + onValueChange, + operators = [], + properties = [] + } = props; + + const property = useMemo(() => { + return properties.find((property) => property.name === filter.property); + }, [filter, properties]); + + const operator = useMemo(() => { + return operators.find((operator) => operator.name === filter.operator); + }, [filter, operators]); + + const operatorOptions = useMemo(() => { + return (property?.operators || []) + .map((name) => operators.find((operator) => operator.name === name)) + .filter((operator) => !!operator); + }, [property, operators]); + + return ( + + + Where + + + + + + + {operator?.field === 'date' && ( + { + if (date) { + onValueChange?.(index, date); + } + }} + renderInput={(inputProps) => ( + + )} + value={filter.value || null} + /> + )} + {operator?.field === 'string' && ( + onValueChange?.(index, event.target.value)} + value={filter.value || ''} + /> + )} + {operator?.field === 'number' && ( + onValueChange?.(index, event.target.value)} + value={filter.value || ''} + /> + )} + + + {displayAdd && ( + + )} + + + + ); +}; + +FilterDialogItem.propTypes = { + disableAdd: PropTypes.bool, + displayAdd: PropTypes.bool, + filter: PropTypes.object.isRequired, + index: PropTypes.number, + onAdd: PropTypes.func, + onOperatorChange: PropTypes.func, + onPropertyChange: PropTypes.func, + onRemoveFilter: PropTypes.func, + onValueChange: PropTypes.func, + operators: PropTypes.array, + properties: PropTypes.array +}; diff --git a/src/components/filter-dialog.js b/src/components/filter-dialog.js new file mode 100644 index 000000000000..8510767fcf23 --- /dev/null +++ b/src/components/filter-dialog.js @@ -0,0 +1,117 @@ +import { useCallback } from "react"; +import PropTypes from "prop-types"; +import XMarkIcon from "@heroicons/react/24/outline/XMarkIcon"; +import { + Button, + Chip, + Dialog, + DialogActions, + DialogContent, + DialogTitle, + Divider, + IconButton, + Stack, + SvgIcon, + Typography, +} from "@mui/material"; +import { useFilters } from "../hooks/use-filters"; +import { FilterDialogItem } from "./filter-dialog-item"; + +export const FilterDialog = (props) => { + const { + filters = [], + onApply, + onClear, + onClose, + open = false, + operators = [], + properties = [], + } = props; + const filtersController = useFilters(operators, properties, filters); + + const handleApply = useCallback(() => { + if (filtersController.valid) { + onApply?.(filtersController.filters); + } + }, [filtersController.filters, filtersController.valid, onApply]); + + const displayClear = filters.length > 0; + + return ( + + + Filter + + + + + + + + + + + } + > + {filtersController.filters.map((filter, index) => { + const displayAdd = filtersController.filters.length === index + 1; + + return ( + + ); + })} + + + + {displayClear && ( + + )} + + + + ); +}; + +FilterDialog.propTypes = { + onApply: PropTypes.func, + onClear: PropTypes.func, + onClose: PropTypes.func, + open: PropTypes.bool, + operators: PropTypes.array, + properties: PropTypes.array, +}; diff --git a/src/components/forms/RFFComponents.jsx b/src/components/forms/RFFComponents.jsx deleted file mode 100644 index 30e096a71aa8..000000000000 --- a/src/components/forms/RFFComponents.jsx +++ /dev/null @@ -1,621 +0,0 @@ -import { - CButton, - CFormCheck, - CFormFeedback, - CFormInput, - CFormLabel, - CFormSelect, - CFormSwitch, - CFormTextarea, - CSpinner, - CTooltip, -} from '@coreui/react' -import Select from 'react-select' -import Creatable, { useCreatable } from 'react-select/creatable' -import { Field } from 'react-final-form' -import { FieldArray } from 'react-final-form-arrays' -import React, { useState, useMemo } from 'react' -import PropTypes from 'prop-types' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { debounce } from 'lodash-es' - -/* - wrapper classes for React Final Form with CoreUI - */ -const sharedPropTypes = { - name: PropTypes.string.isRequired, - className: PropTypes.string, - label: PropTypes.string, - validate: PropTypes.func, - disabled: PropTypes.bool, - input: PropTypes.shape({ - name: PropTypes.string, - value: PropTypes.any, - onChange: PropTypes.func, - meta: PropTypes.shape({ - touched: PropTypes.bool, - error: PropTypes.any, - }), - }), - onClick: PropTypes.func, -} - -export const RFFCFormFeedback = ({ meta }) => { - return ( - - {meta.touched && meta.error} - - ) -} - -RFFCFormFeedback.propTypes = { - meta: PropTypes.shape({ - error: PropTypes.any, - touched: PropTypes.bool, - }), -} - -export const RFFCFormCheck = ({ - name, - label, - className = 'mb-3', - validate, - disabled = false, - onClick, -}) => { - return ( - - {({ input, meta }) => ( -
    - - -
    - )} -
    - ) -} - -RFFCFormCheck.propTypes = { - ...sharedPropTypes, -} - -function ConditionWrapper({ condition, wrapper, children }) { - return condition ? wrapper(children) : children -} - -export const RFFCFormSwitch = ({ - name, - label, - helpText, - sublabel, - className = 'mb-3', - validate, - disabled = false, - initialValue, - onClick, - defaultValue, -}) => { - return ( - - {({ meta, input }) => ( - ( - - {children} - - )} - > -
    - - {input.value && } - {sublabel} -
    -
    - )} -
    - ) -} - -RFFCFormSwitch.propTypes = { - ...sharedPropTypes, - helpText: PropTypes.string, -} - -export const RFFCFormInput = ({ - name, - label, - type = 'text', - placeholder, - className = 'mb-3', - validate, - disabled = false, - spellCheck = true, - autoFocus = false, - hiddenValue, - defaultValue, - onChange, -}) => { - return ( - - {({ input, meta }) => { - const handleChange = onChange - ? (e) => { - input.onChange(e) - onChange(e) - } - : input.onChange - return ( -
    - {label && {label}} - - -
    - ) - }} -
    - ) -} -RFFCFormInput.propTypes = { - ...sharedPropTypes, - type: PropTypes.oneOf(['color', 'file', 'text', 'password', 'number']), - placeholder: PropTypes.string, -} - -export const RFFCFormInputArray = ({ name, label, className = 'mb-3' }) => { - return ( - <> - - {({ fields }) => ( -
    -
    - {label && ( - - {label} - - )} - fields.push({ Key: '', Value: '' })} - className="circular-button" - title={'+'} - > - - -
    - {fields.map((name, index) => ( -
    -
    - - {({ input, meta }) => { - return - }} - - - {({ input, meta }) => { - return - }} - -
    - fields.remove(index)} - className={`circular-button`} - title={'-'} - > - - -
    - ))} -
    - )} -
    - - ) -} -RFFCFormInputArray.propTypes = { - ...sharedPropTypes, -} - -export const RFFCFormInputList = ({ name, label, className = 'mb-3' }) => { - return ( - <> - - {({ fields }) => ( -
    -
    - {label && ( - - {label} - - )} - fields.push({ Key: '', Value: '' })} - className="circular-button" - title={'+'} - > - - -
    - {fields.map((name, index) => ( -
    -
    - - {({ input, meta }) => { - return - }} - -
    - fields.remove(index)} - className={`circular-button`} - title={'-'} - > - - -
    - ))} -
    - )} -
    - - ) -} -RFFCFormInputList.propTypes = { - ...sharedPropTypes, -} - -export const RFFCFormRadio = ({ - name, - label, - value, - className = 'mb-3', - validate, - disabled = false, - onClick, -}) => { - return ( - - {({ meta, input }) => ( -
    - - -
    - )} -
    - ) -} - -RFFCFormRadio.propTypes = { - ...sharedPropTypes, -} - -export const RFFCFormRadioList = ({ - name, - options, - className = 'mb-3', - onClick, - inline = false, -}) => { - return ( - <> -
    - {options?.map((option, key) => { - return ( - - {({ input }) => { - return ( - <> - - - ) - }} - - ) - })} -
    - - ) -} - -RFFCFormRadioList.propTypes = { - ...sharedPropTypes, - inline: PropTypes.bool, -} - -export const RFFCFormTextarea = ({ - name, - label, - value, - placeholder, - className = 'mb-3', - validate, - disabled = false, -}) => { - return ( - - {({ meta, input }) => { - return ( -
    - {label} - - -
    - ) - }} -
    - ) -} - -RFFCFormTextarea.propTypes = { - ...sharedPropTypes, - placeholder: PropTypes.string, -} - -export const RFFCFormSelect = ({ - name, - label, - values = [], - placeholder, - className = 'mb-3', - validate, - disabled = false, - props, -}) => { - // handler for ignoring the first element ('the placeholder') - const selectValidate = (value, allValues, meta) => { - if (validate) { - if (value !== placeholder) { - return validate(value, allValues, meta) - } - return null - } - } - - return ( - - {({ input, meta }) => ( -
    - {label && {label}} - - - {values.map(({ label, value, ...props }, idx) => ( - - ))} - - -
    - )} -
    - ) -} - -RFFCFormSelect.propTypes = { - ...sharedPropTypes, - placeholder: PropTypes.string.isRequired, - values: PropTypes.arrayOf(PropTypes.shape({ label: PropTypes.string, value: PropTypes.any })), -} - -export function Condition({ when, is, children, like, regex }) { - return ( - <> - {is !== undefined && ( - - {({ input: { value } }) => { - return value === is ? children : null - }} - - )} - {like !== undefined && ( - - {({ input: { value } }) => { - return value.includes(like) ? children : null - }} - - )} - {regex !== undefined && ( - - {({ input: { value } }) => { - return value.match(regex) ? children : null - }} - - )} - - ) -} - -Condition.propTypes = { - when: PropTypes.string.isRequired, - is: PropTypes.any, - like: PropTypes.string, - regex: PropTypes.oneOfType([PropTypes.object, PropTypes.string]), - children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]), -} - -export const RFFSelectSearch = ({ - name, - label, - values = [], - placeholder, - validate, - onChange, - onInputChange, - multi, - disabled = false, - retainInput = true, - isLoading = false, - allowCreate = false, - onCreateOption, - refreshFunction, - ...props -}) => { - const [inputText, setInputText] = useState('') - const selectSearchValues = values.map((val) => ({ - value: val.value, - label: val.name, - ...val.props, - })) - - const debounceOnInputChange = useMemo(() => { - if (onInputChange) { - return debounce(onInputChange, 1000) - } - }, [onInputChange]) - - const setOnInputChange = (e, action) => { - if (retainInput && action.action !== 'set-value') { - setInputText(e) - } - if (onInputChange && action.action === 'input-change') { - debounceOnInputChange(e) - } - } - - return ( - - {({ meta, input }) => { - const handleChange = (e) => { - if (onChange) { - onChange(e) - } - input.onChange(e) - } - - const selectProps = { - classNamePrefix: 'react-select', - ...input, - name, - id: name, - disabled, - options: selectSearchValues, - placeholder, - isMulti: multi, - inputValue: inputText, - isLoading, - onChange: handleChange, - onInputChange: setOnInputChange, - ...props, - //merge className from props into the default className - className: props.className - ? `${props.className} react-select-container` - : 'react-select-container', - } - - return ( -
    - - {label} - {refreshFunction && ( - - - - - - )} - - {allowCreate ? ( - - ) : ( - - {dropMessage} - -
    - - ) : ( -
    - - - {dropMessage} - -
    - )} - - ) -} - -CippDropzone.propTypes = { - title: PropTypes.string, - onDrop: PropTypes.func.isRequired, - dropMessage: PropTypes.string, - accept: PropTypes.object, - maxFiles: PropTypes.number, - returnCard: PropTypes.bool, -} - -export default CippDropzone diff --git a/src/components/utilities/CippFuzzySearch.jsx b/src/components/utilities/CippFuzzySearch.jsx deleted file mode 100644 index ec176e77d340..000000000000 --- a/src/components/utilities/CippFuzzySearch.jsx +++ /dev/null @@ -1,25 +0,0 @@ -// var _fuse = _interopRequireDefault(require('fuse.js')) -import Fuse from 'fuse.js' - -function CippfuzzySearch(options) { - const fuse = new Fuse(options, { - keys: ['name', 'groupName', 'items.name'], - threshold: 0.3, - location: 0, - ignoreLocation: true, - useExtendedSearch: true, - includeMatches: true, - includeScore: true, - }) - return function (value) { - if (!value.length) { - return options - } - const search = fuse.search(value) - return search.map((_ref) => { - let { item } = _ref - return item - }) - } -} -export default CippfuzzySearch diff --git a/src/components/utilities/CippGraphUserFilter.jsx b/src/components/utilities/CippGraphUserFilter.jsx deleted file mode 100644 index 5048796e7c34..000000000000 --- a/src/components/utilities/CippGraphUserFilter.jsx +++ /dev/null @@ -1,30 +0,0 @@ -function CippGraphUserFilter(query) { - const properties = [ - 'displayName', - 'givenName', - 'surname', - 'userPrincipalName', - 'mail', - 'mailNickname', - ] - const endsWithProperties = ['mail', 'otherMails', 'userPrincipalName', 'proxyAddresses'] - const multiValueProperties = ['proxyAddresses'] - - var filterConditions = [] - properties.map((property) => { - filterConditions.push(`startsWith(${property},'${query}')`) - if (endsWithProperties.includes(property)) { - filterConditions.push(`endsWith(${property},'${query}')`) - } - }) - multiValueProperties.map((property) => { - filterConditions.push(`${property}/any(a:startsWith(a,'${query}'))`) - if (endsWithProperties.includes(property)) { - filterConditions.push(`${property}/any(a:endsWith(a,'${query}'))`) - } - }) - - return filterConditions.join(' or ') -} - -export default CippGraphUserFilter diff --git a/src/components/utilities/CippJsonView.jsx b/src/components/utilities/CippJsonView.jsx deleted file mode 100644 index 4a738c33a600..000000000000 --- a/src/components/utilities/CippJsonView.jsx +++ /dev/null @@ -1,260 +0,0 @@ -import React, { useEffect, useState } from 'react' -import JsonView from '@uiw/react-json-view' -import { useSelector } from 'react-redux' -import { useMediaPredicate } from 'react-media-hook' -import translator from 'src/data/translator.json' -import { - CAccordion, - CAccordionBody, - CAccordionHeader, - CAccordionItem, - CButton, - CCard, - CCardBody, - CCardHeader, - CCardTitle, - CCol, - CFormSwitch, - CListGroup, - CListGroupItem, - CNav, - CNavItem, - CNavLink, - CRow, -} from '@coreui/react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' - -const githubLightTheme = { - '--w-rjv-font-family': 'monospace', - '--w-rjv-color': '#6f42c1', - '--w-rjv-key-string': '#6f42c1', - '--w-rjv-background-color': '#ffffff', - '--w-rjv-line-color': '#ddd', - '--w-rjv-arrow-color': '#6e7781', - '--w-rjv-edit-color': 'var(--w-rjv-color)', - '--w-rjv-info-color': '#0000004d', - '--w-rjv-update-color': '#ebcb8b', - '--w-rjv-copied-color': '#002b36', - '--w-rjv-copied-success-color': '#28a745', - - '--w-rjv-curlybraces-color': '#6a737d', - '--w-rjv-colon-color': '#24292e', - '--w-rjv-brackets-color': '#6a737d', - '--w-rjv-quotes-color': 'var(--w-rjv-key-string)', - '--w-rjv-quotes-string-color': 'var(--w-rjv-type-string-color)', - - '--w-rjv-type-string-color': '#032f62', - '--w-rjv-type-int-color': '#005cc5', - '--w-rjv-type-float-color': '#005cc5', - '--w-rjv-type-bigint-color': '#005cc5', - '--w-rjv-type-boolean-color': '#d73a49', - '--w-rjv-type-date-color': '#005cc5', - '--w-rjv-type-url-color': '#0969da', - '--w-rjv-type-null-color': '#d73a49', - '--w-rjv-type-nan-color': '#859900', - '--w-rjv-type-undefined-color': '#005cc5', -} - -export const githubDarkTheme = { - '--w-rjv-font-family': 'monospace', - '--w-rjv-color': '#79c0ff', - '--w-rjv-key-string': '#79c0ff', - '--w-rjv-background-color': '#0d1117', - '--w-rjv-line-color': '#94949480', - '--w-rjv-arrow-color': '#ccc', - '--w-rjv-edit-color': 'var(--w-rjv-color)', - '--w-rjv-info-color': '#7b7b7b', - '--w-rjv-update-color': '#ebcb8b', - '--w-rjv-copied-color': '#79c0ff', - '--w-rjv-copied-success-color': '#28a745', - - '--w-rjv-curlybraces-color': '#8b949e', - '--w-rjv-colon-color': '#c9d1d9', - '--w-rjv-brackets-color': '#8b949e', - '--w-rjv-quotes-color': 'var(--w-rjv-key-string)', - '--w-rjv-quotes-string-color': 'var(--w-rjv-type-string-color)', - - '--w-rjv-type-string-color': '#a5d6ff', - '--w-rjv-type-int-color': '#79c0ff', - '--w-rjv-type-float-color': '#79c0ff', - '--w-rjv-type-bigint-color': '#79c0ff', - '--w-rjv-type-boolean-color': '#ffab70', - '--w-rjv-type-date-color': '#79c0ff', - '--w-rjv-type-url-color': '#4facff', - '--w-rjv-type-null-color': '#ff7b72', - '--w-rjv-type-nan-color': '#859900', - '--w-rjv-type-undefined-color': '#79c0ff', -} -const matchPattern = (key, patterns) => { - return patterns.some((pattern) => { - if (pattern.includes('*')) { - // Replace * with regex that matches any character sequence and create a RegExp object - const regex = new RegExp(`^${pattern.replace(/\*/g, '.*')}$`, 'i') - return regex.test(key) - } - return pattern.toLowerCase() === key.toLowerCase() - }) -} - -const removeNullOrEmpty = (obj) => { - if (Array.isArray(obj)) { - // Filter out null or undefined items and apply recursively - const filteredArray = obj.filter((item) => item != null).map(removeNullOrEmpty) - // Additionally, remove empty arrays - return filteredArray.length > 0 ? filteredArray : null - } else if (typeof obj === 'object' && obj !== null) { - const result = Object.entries(obj).reduce((acc, [key, value]) => { - const processedValue = removeNullOrEmpty(value) - if (processedValue != null) { - // Checks for both null and undefined - acc[key] = processedValue - } - return acc - }, {}) - // Additionally, remove empty objects - return Object.keys(result).length > 0 ? result : null - } - return obj -} - -const translateAndRemoveKeys = (obj, removePatterns = []) => { - obj = removeNullOrEmpty(obj) // Clean the object first - if (Array.isArray(obj)) { - return obj.map((item) => translateAndRemoveKeys(item, removePatterns)) - } else if (typeof obj === 'object' && obj !== null) { - return Object.entries(obj).reduce((acc, [key, value]) => { - // Check if the key matches any removal pattern - if (!matchPattern(key, removePatterns)) { - const translatedKey = - translator[key.toLowerCase()] || - key.replace(/([A-Z])/g, ' $1').replace(/^./, (str) => str.toUpperCase()) - acc[translatedKey] = translateAndRemoveKeys(value, removePatterns) // Recursively process - } - return acc - }, {}) - } - return obj -} -function CippJsonView({ - object = { 'No Data Selected': 'No Data Selected' }, - removeKeys = ['*@odata*', 'created*', '*modified*', 'id', 'guid'], -}) { - const currentTheme = useSelector((state) => state.app.currentTheme) - const preferredTheme = useMediaPredicate('(prefers-color-scheme: dark)') ? 'impact' : 'cyberdrain' - const theme = - currentTheme === 'impact' || (currentTheme === preferredTheme) === 'impact' - ? githubDarkTheme - : githubLightTheme - const [translatedObject, setTranslatedObject] = useState(() => - translateAndRemoveKeys(object, removeKeys), - ) - const [switchRef, setSwitchRef] = useState(false) - // Adjusting the expanded state to track selections for up to 4 levels - const [expansionPath, setExpansionPath] = useState([{ object: translatedObject }]) - - useEffect(() => { - const sortObject = (obj) => { - const order = ['displayName', 'name', 'state'] // Define the desired order - const sortedKeys = Object.keys(obj).sort((a, b) => { - const indexA = order.indexOf(a) - const indexB = order.indexOf(b) - if (indexA === -1 && indexB === -1) { - return 0 // If both keys are not in the order array, maintain the original order - } else if (indexA === -1) { - return 1 // If only key A is not in the order array, move key B to a higher position - } else if (indexB === -1) { - return -1 // If only key B is not in the order array, move key A to a higher position - } else { - return indexA - indexB // Sort based on the index in the order array - } - }) - const sortedObject = {} - sortedKeys.forEach((key) => { - sortedObject[key] = obj[key] - }) - return sortedObject - } - - const newTranslatedObject = sortObject(translateAndRemoveKeys(sortObject(object), removeKeys)) - setTranslatedObject(newTranslatedObject) - setExpansionPath([{ object: newTranslatedObject }]) // Reset the expansion path with the new object - // eslint-disable-next-line react-hooks/exhaustive-deps - }, [JSON.stringify(object), JSON.stringify(removeKeys)]) - - // Updated to handle deeper level expansions - const handleExpand = (level, content) => { - const newPath = expansionPath.slice(0, level) - newPath.push({ object: content }) - setExpansionPath(newPath) - } - const renderContent = (content, level = 0) => { - if (Array.isArray(content)) { - return ( -
      - {content.map((item, index) => ( -
    • {JSON.stringify(item, null, 2)}
    • - ))} -
    - ) - } else if (typeof content === 'object') { - return Object.entries(content).map(([key, value]) => ( -
    - {key}: - {typeof value === 'object' ? ( - handleExpand(level + 1, value)} variant="ghost"> - - Show More - - ) : ( - ` ${value}` - )} -
    - )) - } else if (typeof content === 'string') { - return content.replace(/(^"|"$)/g, '') // Remove quotes - } - return String(content) - } - - return ( -
    - - - - {object.displayName ? `${object.displayName} Settings` : 'Settings'} - - - setSwitchRef(!switchRef)} /> - {switchRef ? ( - - ) : ( - - {expansionPath.map((expansion, index) => ( - - {Object.entries(expansion.object).map(([key, value]) => ( - - - {key} - - - {renderContent(value, index)} - - ))} - - ))} - - )} - - - -
    - ) -} - -export default CippJsonView diff --git a/src/components/utilities/CippLazy.jsx b/src/components/utilities/CippLazy.jsx deleted file mode 100644 index 0f376e722ee6..000000000000 --- a/src/components/utilities/CippLazy.jsx +++ /dev/null @@ -1,19 +0,0 @@ -import { useRef } from 'react' -import PropTypes from 'prop-types' - -export function CippLazy({ visible, children }) { - const rendered = useRef(visible) - - if (visible && !rendered.current) { - rendered.current = true - } - - if (!rendered.current) return null - - return
    {children}
    -} - -CippLazy.propTypes = { - visible: PropTypes.bool, - children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]), -} diff --git a/src/components/utilities/CippListOffcanvas.jsx b/src/components/utilities/CippListOffcanvas.jsx deleted file mode 100644 index e3c3229ae394..000000000000 --- a/src/components/utilities/CippListOffcanvas.jsx +++ /dev/null @@ -1,70 +0,0 @@ -import React from 'react' -import PropTypes from 'prop-types' -import { - CCard, - CCardBody, - CCardHeader, - CCardTitle, - CListGroup, - CListGroupItem, -} from '@coreui/react' -import { CippOffcanvas } from '.' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faGlobe } from '@fortawesome/free-solid-svg-icons' -import { CippOffcanvasTable } from '../tables' - -export default function CippListOffcanvas(props) { - return ( - - {props.groups.map((group, key) => ( - - ))} - - ) -} - -CippListOffcanvas.propTypes = { - groups: PropTypes.array, - placement: PropTypes.string.isRequired, - title: PropTypes.string.isRequired, - visible: PropTypes.bool, - id: PropTypes.string.isRequired, - hideFunction: PropTypes.func.isRequired, -} - -export function OffcanvasListSection({ title, items, showCardTitle = true }) { - //console.log(items) - const mappedItems = items.map((item, key) => ({ value: item.content, label: item.heading })) - return ( - <> -

    {title}

    - {items.length > 0 && ( - - - - {showCardTitle && ( - <> - Extended Information - - )} - - - - - - - )} - - ) -} -OffcanvasListSection.propTypes = { - title: PropTypes.string, - items: PropTypes.array, - showCardTitle: PropTypes.bool, -} diff --git a/src/components/utilities/CippOffcanvas.jsx b/src/components/utilities/CippOffcanvas.jsx deleted file mode 100644 index 765459b71fa6..000000000000 --- a/src/components/utilities/CippOffcanvas.jsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react' -import PropTypes from 'prop-types' -import { CButton, COffcanvas, COffcanvasHeader, COffcanvasBody, CSpinner } from '@coreui/react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faTimes } from '@fortawesome/free-solid-svg-icons' - -export default function CippOffcanvas(props) { - return ( - - -

    {props.title}

    - - {props.refreshFunction && ( - { - props.refreshFunction() - }} - > - {props.isRefreshing ? : } - - )} - - - - -
    - {props.children} -
    - ) -} - -export const CippOffcanvasPropTypes = { - children: PropTypes.node, - placement: PropTypes.string.isRequired, - title: PropTypes.string.isRequired, - visible: PropTypes.bool, - id: PropTypes.string, - hideFunction: PropTypes.func.isRequired, - refreshFunction: PropTypes.func, - isRefreshing: PropTypes.bool, - addedClass: PropTypes.string, -} - -CippOffcanvas.propTypes = CippOffcanvasPropTypes diff --git a/src/components/utilities/CippProfile.jsx b/src/components/utilities/CippProfile.jsx deleted file mode 100644 index 7b559bc08289..000000000000 --- a/src/components/utilities/CippProfile.jsx +++ /dev/null @@ -1,72 +0,0 @@ -import React from 'react' -import { - CRow, - CCol, - CCard, - CCardTitle, - CCardBody, - CListGroup, - CListGroupItem, - CSpinner, -} from '@coreui/react' -import { useLoadClientPrincipalQuery } from 'src/store/api/auth' -import { ThemeSwitcher, UsageLocation, PageSizeSwitcher } from 'src/components/utilities' -import ReportImage from './ReportImage' -import TenantListSelector from './TenantListSelector' - -const CippProfile = () => { - const { data: profile, isFetching, isLoading } = useLoadClientPrincipalQuery() - return ( - <> - - - - {(isFetching || isLoading) && } - {!isLoading && ( - <> - - {profile.clientPrincipal.userDetails} - - - - Identity Provider: {profile.clientPrincipal.identityProvider} - - User ID: {profile.clientPrincipal.userId} - - Roles ({profile.clientPrincipal.userRoles.length}) -
      - {profile.clientPrincipal.userRoles.map((r, index) => ( -
    • {r}
    • - ))} -
    -
    -
    - - )} -
    -
    - - - - - - -
    - - - - - -

    - - {!isLoading && } - -

    - - {!isLoading && } - - - ) -} - -export default CippProfile diff --git a/src/components/utilities/CippScheduleOffcanvas.jsx b/src/components/utilities/CippScheduleOffcanvas.jsx deleted file mode 100644 index 45d5b5a62e92..000000000000 --- a/src/components/utilities/CippScheduleOffcanvas.jsx +++ /dev/null @@ -1,276 +0,0 @@ -import React, { useState } from 'react' -import PropTypes from 'prop-types' -import { - CButton, - CCallout, - CCard, - CCardBody, - CCardHeader, - CCol, - CForm, - CRow, - CSpinner, - CTooltip, -} from '@coreui/react' -import { CippOffcanvas, TenantSelector } from '.' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { Field, Form, FormSpy } from 'react-final-form' -import arrayMutators from 'final-form-arrays' -import { - RFFCFormInput, - RFFCFormInputArray, - RFFCFormSwitch, - RFFSelectSearch, -} from 'src/components/forms' -import { useSelector } from 'react-redux' -import { useGenericGetRequestQuery, useLazyGenericPostRequestQuery } from 'src/store/api/app' -import DatePicker from 'react-datepicker' -import 'react-datepicker/dist/react-datepicker.css' - -export default function CippScheduleOffcanvas({ - state: visible, - hideFunction, - title, - placement, - ...props -}) { - const currentDate = new Date() - const [startDate, setStartDate] = useState(currentDate) - const tenantDomain = useSelector((state) => state.app.currentTenant.defaultDomainName) - const [refreshState, setRefreshState] = useState(false) - const taskName = `Scheduled Task ${currentDate.toLocaleString()}` - const { data: availableCommands = [], isLoading: isLoadingcmd } = useGenericGetRequestQuery({ - path: 'api/ListFunctionParameters?Module=CIPPCore', - }) - - const recurrenceOptions = [ - { value: '0', name: 'Only once' }, - { value: '1', name: 'Every 1 day' }, - { value: '7', name: 'Every 7 days' }, - { value: '30', name: 'Every 30 days' }, - { value: '365', name: 'Every 365 days' }, - ] - - const [genericPostRequest, postResults] = useLazyGenericPostRequestQuery() - const onSubmit = (values) => { - const unixTime = Math.floor(startDate.getTime() / 1000) - const shippedValues = { - TenantFilter: tenantDomain, - Name: values.taskName, - Command: values.command, - Parameters: values.parameters, - ScheduledTime: unixTime, - Recurrence: values.Recurrence, - AdditionalProperties: values.additional, - PostExecution: { - Webhook: values.webhook, - Email: values.email, - PSA: values.psa, - }, - } - genericPostRequest({ path: '/api/AddScheduledItem', values: shippedValues }).then((res) => { - setRefreshState(res.requestId) - if (props.submitFunction) { - props.submitFunction() - } - }) - } - - return ( - - - - -
    { - return ( - - - - - {(props) => } - - - - - - - - - - - setStartDate(date)} - /> - - - - - - - - - - ({ - value: cmd.Function, - name: cmd.Function, - }))} - name="command" - placeholder={ - isLoadingcmd ? ( - - ) : ( - 'Select a command or report to execute.' - ) - } - label="Command to execute" - /> - - - - {/* eslint-disable react/prop-types */} - {(props) => { - const selectedCommand = availableCommands.find( - (cmd) => cmd.Function === props.values.command?.value, - ) - return ( - - {selectedCommand?.Synopsis} - - ) - }} - - - - {/* eslint-disable react/prop-types */} - {(props) => { - const selectedCommand = availableCommands.find( - (cmd) => cmd.Function === props.values.command?.value, - ) - let paramblock = null - if (selectedCommand) { - //if the command parameter type is boolean we use else . - const parameters = selectedCommand.Parameters - if (parameters.length > 0) { - paramblock = parameters.map((param, idx) => ( - - - - {param.Type === 'System.Boolean' || - param.Type === - 'System.Management.Automation.SwitchParameter' ? ( - <> - - - - ) : ( - <> - {param.Type === 'System.Collections.Hashtable' ? ( - - ) : ( - - )} - - )} - - - - )) - } - } - return paramblock - }} - - - - - - - - - - - - - - - - - - - Add Schedule - {postResults.isFetching && ( - - )} - - - - {postResults.isSuccess && ( - -
  • {postResults.data.Results}
  • -
    - )} -
    - ) - }} - /> - - - - ) -} - -CippScheduleOffcanvas.propTypes = { - groups: PropTypes.array, - placement: PropTypes.string.isRequired, - title: PropTypes.string.isRequired, - state: PropTypes.bool, - hideFunction: PropTypes.func.isRequired, -} diff --git a/src/components/utilities/CippTableOffcanvas.jsx b/src/components/utilities/CippTableOffcanvas.jsx deleted file mode 100644 index 236ccff04b4e..000000000000 --- a/src/components/utilities/CippTableOffcanvas.jsx +++ /dev/null @@ -1,78 +0,0 @@ -import React from 'react' -import { CippOffcanvas } from 'src/components/utilities' -import PropTypes from 'prop-types' -import { CippDatatable, CippTable } from '../tables' -import { cellGenericFormatter } from '../tables/CellGenericFormat' - -function CippTableOffcanvas({ - state: visible, - hideFunction, - title = 'Table', - path, - params, - columns, - tableProps, - data = null, -}) { - if (Array.isArray(data) && data !== null && data !== undefined && data?.length > 0) { - if (!Array.isArray(data) && typeof data === 'object') { - data = Object.keys(data).map((key) => { - return { - Key: key, - Value: data[key], - } - }) - } else { - if (Array.isArray(data) && typeof data[0] !== 'object') { - data = data.map((row) => { - return { - Value: row, - } - }) - } - } - columns = [] - Object.keys(data[0]).map((key) => { - columns.push({ - name: key, - selector: (row) => row[key], - sortable: true, - exportSelector: key, - cell: cellGenericFormatter(), - }) - }) - } - - return ( - <> - - <> - {Array.isArray(data) && data !== null && data !== undefined ? ( - - ) : ( - - )} - - - - ) -} - -CippTableOffcanvas.propTypes = { - state: PropTypes.bool, - hideFunction: PropTypes.func, - title: PropTypes.string, - path: PropTypes.string, - params: PropTypes.object, - columns: PropTypes.object, - tableProps: PropTypes.object, - data: PropTypes.object, -} - -export default CippTableOffcanvas diff --git a/src/components/utilities/CippTenantOffcanvas.jsx b/src/components/utilities/CippTenantOffcanvas.jsx deleted file mode 100644 index dc9310d7aa81..000000000000 --- a/src/components/utilities/CippTenantOffcanvas.jsx +++ /dev/null @@ -1,118 +0,0 @@ -import React, { useState } from 'react' -import { CButton, CTooltip } from '@coreui/react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faEdit, faEllipsisV, faBuilding } from '@fortawesome/free-solid-svg-icons' -import { CippActionsOffcanvas } from 'src/components/utilities' -import { useLazyGenericGetRequestQuery } from 'src/store/api/app' -import Skeleton from 'react-loading-skeleton' -import Portals from 'src/data/portals' -import PropTypes from 'prop-types' - -export const CippTenantOffcanvasRow = (row, rowIndex, formatExtraData) => { - const tenant = row - return CippTenantOffcanvas({ tenant: row }) -} - -function CippTenantOffcanvas({ tenant, buildingIcon = false }) { - const [getTenantDetails, tenantDetails] = useLazyGenericGetRequestQuery() - const [ocVisible, setOCVisible] = useState(false) - - function loadOffCanvasDetails(domainName) { - setOCVisible(true) - getTenantDetails({ path: `api/ListTenantDetails?tenantfilter=${domainName}` }) - } - - function tenantProperty(tenantDetails, propertyName) { - return ( - <> - {tenantDetails.isFetching && } - {!tenantDetails.isFetching && - tenantDetails.isSuccess && - (tenantDetails.data[propertyName]?.toString() ?? ' ')} - - ) - } - - const actions = Portals.map((portal) => ({ - icon: , - label: portal.label, - external: true, - color: 'info', - link: portal.url.replace(portal.variable, tenant[portal.variable]), - })) - return ( - <> - - loadOffCanvasDetails(tenant.defaultDomainName)} - > - - - - , - label: 'Edit Tenant', - link: `/tenant/administration/tenants/Edit?tenantFilter=${tenant.defaultDomainName}&customerId=${tenant.customerId}`, - color: 'warning', - }, - ...actions, - ]} - placement="end" - visible={ocVisible} - id={tenant.id} - hideFunction={() => setOCVisible(false)} - /> - - ) -} - -CippTenantOffcanvas.propTypes = { - tenant: PropTypes.object, - buildingIcon: PropTypes.bool, -} - -export default CippTenantOffcanvas diff --git a/src/components/utilities/CippauthCheck.jsx b/src/components/utilities/CippauthCheck.jsx deleted file mode 100644 index 338c22233bf7..000000000000 --- a/src/components/utilities/CippauthCheck.jsx +++ /dev/null @@ -1,27 +0,0 @@ -import { useLoadClientPrincipalQuery } from 'src/store/api/auth' -import { useDispatch } from 'react-redux' -import { updateAccessToken } from 'src/store/features/auth' -import { Navigate } from 'react-router-dom' - -export const useAuthCheck = (allowedRoles) => { - const dispatch = useDispatch() - const { data: profile, isFetching } = useLoadClientPrincipalQuery() - if (isFetching) { - return { isLoading: true, component: null } - } - dispatch(updateAccessToken(profile)) - let roles = profile?.clientPrincipal?.userRoles || [] - - if (!profile?.clientPrincipal) { - return { - component: ( - - ), - result: false, - } - } - if (allowedRoles && !allowedRoles.some((role) => roles.includes(role))) { - return { component: , result: true } - } - return { component: null, result: false } -} diff --git a/src/components/utilities/ErrorBoundary.jsx b/src/components/utilities/ErrorBoundary.jsx deleted file mode 100644 index 8240d09b4139..000000000000 --- a/src/components/utilities/ErrorBoundary.jsx +++ /dev/null @@ -1,32 +0,0 @@ -import React, { Suspense } from 'react' -import PropTypes from 'prop-types' -import Page500 from 'src/views/pages/page500/Page500' - -export default class ErrorBoundary extends React.Component { - constructor(props) { - super(props) - this.state = { error: null, errorInfo: null } - } - - componentDidCatch(error, errorInfo) { - // Catch errors in any components below and re-render with error message - this.setState({ - error: error, - errorInfo: errorInfo, - }) - // You can also log error messages to an error reporting service here - } - - render() { - if (this.state.errorInfo) { - //React.lazy(() => import('src/views/pages/page500/Page500')) - return - } - // Normally, just render children - return this.props.children - } -} - -ErrorBoundary.propTypes = { - children: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.node), PropTypes.node]), -} diff --git a/src/components/utilities/FastSwitcher.jsx b/src/components/utilities/FastSwitcher.jsx deleted file mode 100644 index 5067a1ee2444..000000000000 --- a/src/components/utilities/FastSwitcher.jsx +++ /dev/null @@ -1,158 +0,0 @@ -import React, { useEffect, useRef, useState } from 'react' -import { useDispatch, useSelector } from 'react-redux' -import { CFormInput, CModal, CModalBody, CModalFooter, CModalTitle } from '@coreui/react' -import { hideSwitcher, mapNav } from 'src/store/features/switcher' -import { useNavigate } from 'react-router-dom' -import PropTypes from 'prop-types' -import fuzzysort from 'fuzzysort' - -const searchItems = mapNav() - -export const FastSwitcher = React.forwardRef( - ({ onConfirm = () => {}, onChange = () => {}, maxResults = 7, value = '' }, ref) => { - const [searchValue, setSearchValue] = useState(value) - const navigate = useNavigate() - - const results = fuzzysort.go(searchValue, searchItems, { - keys: ['name', 'section', 'to'], - limit: maxResults, - scoreFn: (a) => - // rank scores name>section>url (to) - Math.max( - a[0] ? a[0].score : -1000, - a[1] ? a[1].score - 100 : -1000, - a[2] ? a[2].score - 200 : -1000, - ), - }) - - const handleChange = (event) => { - setSearchValue(event.target?.value) - onChange(event.target?.value) - } - - const handleKeyDown = (event) => { - if (event.key === 'Enter') { - // on enter key, navigate to top result - onConfirm() - navigate(results[0]?.obj?.to) - } - } - - return ( -
    -
    - -
    - -
    - ) - }, -) -FastSwitcher.displayName = 'FastSwitcher' -FastSwitcher.propTypes = { - ref: PropTypes.oneOfType([ - // Either a function - PropTypes.func, - // Or the instance of a DOM native element (see the note about SSR) - PropTypes.shape({ current: PropTypes.instanceOf(Element) }), - ]), - onConfirm: PropTypes.func, - onChange: PropTypes.func, - maxResults: PropTypes.number, - value: PropTypes.any, -} - -export function FastSwitcherModal() { - const dispatch = useDispatch() - const switcher = useSelector((store) => store.switcher) - const searchRef = useRef(null) - - useEffect(() => { - // delay focus - setTimeout(() => searchRef.current?.focus(), 100) - }, [switcher.visible]) - - if (!switcher.visible) { - return null - } - - const handleClose = () => { - dispatch(hideSwitcher()) - } - - const handleConfirm = () => { - dispatch(hideSwitcher()) - } - - return ( - - - Search for pages or tasks... - - - - Tip: Press to open the top result. - - - ) -} - -const Results = ({ items = [] }) => { - return items.map((item, key) => { - return - }) -} - -const ResultsRow = ({ match = [] }) => { - const navigate = useNavigate() - const dispatch = useDispatch() - - // eslint-disable-next-line no-unsafe-optional-chaining - const { name, section, icon, to } = match?.obj - const [nameMatch, sectionMatch, toMatch] = match - - const handleHighlight = (match, fallback) => { - if (!match) { - return fallback - } - const [start, highlight, end] = fuzzysort.highlight(match, '$$', '$$').split('$$') - return ( - <> - {start} - {highlight} - {end} - - ) - } - - const handleClick = () => { - dispatch(hideSwitcher()) - navigate(to) - } - - return ( -
    -
    -
    -
    {icon && icon}
    -
    -
    {handleHighlight(nameMatch, name)}
    -
    {handleHighlight(sectionMatch, section)}
    - {handleHighlight(toMatch, to)} -
    -
    -
    -
    - ) -} - -ResultsRow.propTypes = { - match: PropTypes.array, -} diff --git a/src/components/utilities/Loading.jsx b/src/components/utilities/Loading.jsx deleted file mode 100644 index 08369fc61287..000000000000 --- a/src/components/utilities/Loading.jsx +++ /dev/null @@ -1,37 +0,0 @@ -import React from 'react' -import PropTypes from 'prop-types' -import { CSpinner } from '@coreui/react' - -export default function Loading({ style = {}, size = 'md' }) { - return -} - -Loading.propTypes = { - style: PropTypes.object, - size: PropTypes.oneOf(['sm', 'md', 'lg']), -} - -export function FullScreenLoading() { - return ( -
    - -
    - ) -} diff --git a/src/components/utilities/ModalRoot.jsx b/src/components/utilities/ModalRoot.jsx deleted file mode 100644 index 65b95d9a26ba..000000000000 --- a/src/components/utilities/ModalRoot.jsx +++ /dev/null @@ -1,82 +0,0 @@ -import React, { useEffect, useState } from 'react' -import { SharedModal } from 'src/components/utilities' -export const ModalService = { - on(event, callback) { - document.addEventListener(event, (e) => callback(e.detail)) - }, - open({ - componentType = 'text', - componentProps = {}, - body = false, - data, - title, - size, - onConfirm = () => {}, - onClose = () => {}, - ...rest - }) { - document.dispatchEvent( - new CustomEvent('open', { - detail: { - componentType, - componentProps, - body: typeof body === 'function' ? body() : body, - data, - title, - size, - onConfirm, - onClose, - ...rest, - }, - }), - ) - }, - confirm({ body, title, size, onConfirm, confirmLabel, cancelLabel }) { - this.open({ - componentType: 'confirm', - body: typeof body === 'function' ? body : body, - title, - size, - onConfirm, - confirmLabel, - cancelLabel, - }) - }, -} - -export function ModalRoot() { - const [modal, setModal] = useState({}) - const [version, setVersion] = useState(0) // used to force re-render - - useEffect(() => { - const handleOpen = (props) => { - setModal({ - ...props, - close: () => { - setModal({}) - }, - }) - setVersion((v) => v + 1) // Increment version to force update - } - - ModalService.on('open', handleOpen) - return () => { - document.removeEventListener('open', handleOpen) - } - }, []) - - const ModalComponent = modal.componentType ? SharedModal : null - - return ( - <> - {ModalComponent && ( - - )} - - ) -} diff --git a/src/components/utilities/PageSizeSwitcher.jsx b/src/components/utilities/PageSizeSwitcher.jsx deleted file mode 100644 index 527a82b3c917..000000000000 --- a/src/components/utilities/PageSizeSwitcher.jsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import { CButton, CCol, CRow } from '@coreui/react' -import { useDispatch, useSelector } from 'react-redux' -import { setCurrentPageSize } from 'src/store/features/app' - -const PageSizeSwitcher = () => { - const dispatch = useDispatch() - const pageSizes = useSelector((state) => state.app.pageSizes) - const currentTablePageSize = useSelector((state) => state.app.tablePageSize) - - const SwitchPageSize = (targetTablePageSize) => { - dispatch(setCurrentPageSize({ pageSize: targetTablePageSize })) - } - - return ( - <> - - - - - - - - {pageSizes.map((tablePageSize, index) => ( - SwitchPageSize(tablePageSize)} - className={`circular-button default ${ - tablePageSize === currentTablePageSize ? 'round-focus' : '' - }`} - key={index} - > - {tablePageSize} - - ))} - - - - ) -} - -export default PageSizeSwitcher diff --git a/src/components/utilities/PrivateRoute.jsx b/src/components/utilities/PrivateRoute.jsx deleted file mode 100644 index b89f0d5aa8ee..000000000000 --- a/src/components/utilities/PrivateRoute.jsx +++ /dev/null @@ -1,41 +0,0 @@ -import React from 'react' -import { Navigate } from 'react-router-dom' -import { useLoadClientPrincipalQuery } from 'src/store/api/auth' -import { FullScreenLoading } from 'src/components/utilities' -import { useDispatch } from 'react-redux' -import { updateAccessToken } from 'src/store/features/auth' -import PropTypes from 'prop-types' - -export const PrivateRoute = ({ children, routeType }) => { - const dispatch = useDispatch() - const { data: profile, error, isFetching } = useLoadClientPrincipalQuery() - //console.log() - if (isFetching) { - return - } - - dispatch(updateAccessToken(profile)) - let roles = null - if (null !== profile?.clientPrincipal) { - roles = profile?.clientPrincipal.userRoles - } else if (null === profile?.clientPrincipal) { - return - } - if (null === roles) { - return - } else { - const isAuthenticated = - roles.includes('admin') || roles.includes('editor') || (roles.includes('readonly') && !error) - const isAdmin = roles.includes('admin') - if (routeType === 'admin') { - return !isAdmin ? : children - } else { - return !isAuthenticated ? : children - } - } -} - -PrivateRoute.propTypes = { - children: PropTypes.oneOfType([PropTypes.node, PropTypes.arrayOf(PropTypes.node)]), - routeType: PropTypes.string, -} diff --git a/src/components/utilities/ReportImage.jsx b/src/components/utilities/ReportImage.jsx deleted file mode 100644 index 86c205968b4a..000000000000 --- a/src/components/utilities/ReportImage.jsx +++ /dev/null @@ -1,46 +0,0 @@ -import React from 'react' -import { CCol, CRow } from '@coreui/react' -import { useDispatch, useSelector } from 'react-redux' -import { setReportImage } from 'src/store/features/app' - -const ReportImage = () => { - const dispatch = useDispatch() - const inputRef = React.useRef(null) - const ReportImage = useSelector((state) => state.app.reportImage) - - const Switchusage = (e) => { - const reader = new FileReader() - reader.readAsDataURL(e.target.files[0]) - reader.onloadend = () => { - dispatch(setReportImage({ reportImage: reader.result })) - } - } - - return ( - <> - - - - - - - inputRef.current.click()}> - Report -
    -
    Click to Change
    -
    - Switchusage(e)} - /> -
    -
    - - ) -} - -export default ReportImage diff --git a/src/components/utilities/SharedModal.jsx b/src/components/utilities/SharedModal.jsx deleted file mode 100644 index 9167b7a2073b..000000000000 --- a/src/components/utilities/SharedModal.jsx +++ /dev/null @@ -1,138 +0,0 @@ -import React from 'react' -import { CButton, CModal, CModalBody, CModalFooter, CModalHeader, CModalTitle } from '@coreui/react' -import PropTypes from 'prop-types' -import { CippTable } from 'src/components/tables' -import CippCodeBlock from 'src/components/utilities/CippCodeBlock' - -/** - * - * @param componentType - * @param {string|array} data - * @param componentProps - * @returns {JSX.Element|string} - */ -function mapBodyComponent({ componentType, data, componentProps }) { - switch (componentType) { - case 'table': - return - case 'list': - return
    {Array.isArray(data) && data.map((el, idx) =>
    {el}
    )}
    - case 'text': - return String(data) - case 'codeblock': - return ( - - ) - default: - return String(data) - } -} - -const sharedProps = { - componentType: PropTypes.oneOf(['table', 'list', 'text', 'confirm', 'codeblock']), - componentProps: PropTypes.object, - body: PropTypes.oneOfType([PropTypes.node, PropTypes.element]), - data: PropTypes.any, - title: PropTypes.string, - visible: PropTypes.bool, - size: PropTypes.oneOf(['sm', 'lg', 'xl']), - onClose: PropTypes.func, -} - -export default function SharedModal(props) { - const { - componentType = 'text', - componentProps = {}, - body = false, - data, - title, - visible = true, - size, - onClose = () => {}, - close, - ...rest - } = props - - const handleClose = () => { - onClose() - close() - } - //console.log('show modal', { props }, { rest }) - - if (componentType === 'confirm') { - return - } - - return ( - - - {title} - - - {!body && mapBodyComponent({ componentType, data, componentProps })} - {body} - - - - Close - - - - ) -} - -SharedModal.propTypes = { - ...sharedProps, -} - -export const ConfirmModal = ({ - componentType = 'text', - componentProps = {}, - body = false, - data, - title, - visible, - size, - close, - onClose = () => {}, - onConfirm = () => {}, - confirmLabel = 'Continue', - cancelLabel = 'Cancel', -}) => { - const handleClose = () => { - onClose() - close() - } - - const handleConfirm = () => { - onConfirm() - close() - } - - return ( - - - {title} - - - {!body && mapBodyComponent({ componentType, data, componentProps })} - {body} - - - - {confirmLabel} - - - {cancelLabel} - - - - ) -} - -ConfirmModal.propTypes = { - ...sharedProps, - onConfirm: PropTypes.func, - confirmLabel: PropTypes.string, - cancelLabel: PropTypes.string, -} diff --git a/src/components/utilities/StatusIcon.jsx b/src/components/utilities/StatusIcon.jsx deleted file mode 100644 index 990d2ec8a21a..000000000000 --- a/src/components/utilities/StatusIcon.jsx +++ /dev/null @@ -1,55 +0,0 @@ -import React from 'react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { - faCheckCircle, - faExclamationTriangle, - faTimesCircle, -} from '@fortawesome/free-solid-svg-icons' -import PropTypes from 'prop-types' - -const IconGreenCheck = () => -const IconRedX = () => -const IconWarning = () => ( - -) - -function StatusIcon(props) { - if (props.type === 'finalstate') { - const finalState = props.finalState - if (finalState === 'Pass') { - return - } else if (finalState === 'Fail') { - return - } else if (finalState === 'Warn') { - return - } else { - return '' - } - } else if (props.type === 'boolean') { - const status = props.status - if (status === true) { - return - } else if (status === false) { - return - } else { - return '' - } - } else if (props.type === 'negatedboolean') { - const status = props.status - if (status === false) { - return - } else if (status === true) { - return - } else { - return '' - } - } -} - -export default StatusIcon - -StatusIcon.propTypes = { - finalState: PropTypes.string, - status: PropTypes.bool, - type: PropTypes.string, -} diff --git a/src/components/utilities/TenantListSelector.jsx b/src/components/utilities/TenantListSelector.jsx deleted file mode 100644 index f9c23e1a0330..000000000000 --- a/src/components/utilities/TenantListSelector.jsx +++ /dev/null @@ -1,28 +0,0 @@ -import React from 'react' -import { CFormSwitch, CRow, CCol } from '@coreui/react' -import { useDispatch, useSelector } from 'react-redux' -import { setTenantList } from 'src/store/features/app' - -const TenantListSelector = () => { - const dispatch = useDispatch() - const TenantListSelector = useSelector((state) => state.app.TenantListSelector) - - const SwitchPageSize = (value) => { - dispatch(setTenantList({ TenantListSelector: value })) - } - - return ( - - - SwitchPageSize(e.target.checked)} - initialValue={TenantListSelector} - name="TenantListSelector" - label="Show compressed tenant list" - /> - - - ) -} - -export default TenantListSelector diff --git a/src/components/utilities/TenantSelector.jsx b/src/components/utilities/TenantSelector.jsx deleted file mode 100644 index 36a9bd8764e7..000000000000 --- a/src/components/utilities/TenantSelector.jsx +++ /dev/null @@ -1,146 +0,0 @@ -import React, { useCallback, useEffect } from 'react' -import SelectSearch, { fuzzySearch } from 'react-select-search' -import { useDispatch, useSelector } from 'react-redux' -import PropTypes from 'prop-types' -import { useListTenantsQuery } from 'src/store/api/tenants' -import { setCurrentTenant } from 'src/store/features/app' -import { CButton } from '@coreui/react' -import { useNavigate, useSearchParams } from 'react-router-dom' -import { queryString } from 'src/helpers' -import { faBuilding } from '@fortawesome/free-solid-svg-icons' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import CippTenantOffcanvas from './CippTenantOffcanvas' -import CippfuzzySearch from './CippFuzzySearch' - -const TenantSelector = ({ action, showAllTenantSelector = true, NavSelector = false }) => { - const [refreshState, setRefreshState] = React.useState(false) - const currentTenant = useSelector((state) => state.app.currentTenant) - const { - data: tenants = [ - { - defaultDomainName: '', - customerId: '', - displayName: 'Did not retrieve tenants. Perform a permissions check', - }, - ], - isLoading, - isFetching, - isSuccess, - error, - } = useListTenantsQuery({ showAllTenantSelector, Refresh: refreshState }) - - const dispatch = useDispatch() - const navigate = useNavigate() - const [searchParams, setSearchParams] = useSearchParams() - - const updateSearchParams = useCallback( - (params) => { - navigate(`${queryString(params)}`, { replace: true }) - }, - [navigate], - ) - - useEffect(() => { - const Paramcount = Array.from(searchParams).length - if (Paramcount <= 1) { - const customerId = searchParams.get('customerId') - const tableFilter = searchParams.get('tableFilter') - var newSearchParams = {} - if (tableFilter) { - newSearchParams.tableFilter = tableFilter - } - if (customerId && isSuccess) { - const currentTenant = tenants.filter((tenant) => tenant.customerId === customerId) - if (currentTenant.length > 0) { - dispatch(setCurrentTenant({ tenant: currentTenant[0] })) - } - } - if (!customerId && Object.keys(currentTenant).length > 0) { - newSearchParams.customerId = currentTenant?.customerId - updateSearchParams(newSearchParams) - } - } - }, [dispatch, isSuccess, searchParams, currentTenant, tenants, updateSearchParams]) - - const activated = (customerId) => { - const selectedTenant = tenants.filter((t) => { - return t.customerId === customerId - }) - dispatch(setCurrentTenant({ tenant: selectedTenant[0] })) - if (typeof action === 'function') { - action(selectedTenant[0]) - } else { - setSearchParams({ customerId: customerId }) - } - } - - let placeholder = 'Select Tenant' - if (isLoading) { - placeholder = 'Loading...' - } else if (error) { - placeholder = 'Error loading tenants' - } - - return ( - <> - {NavSelector && ( - <> - {currentTenant?.customerId !== 'AllTenants' ? ( - - ) : ( - - - - )} -
    - ({ - value: customerId, - name: `${displayName} (${defaultDomainName})`, - }))} - /> - - //set a random number to force a refresh - setRefreshState(Math.random()) - } - variant="ghost" - className="ml-2" - > - - -
    - - )} - {!NavSelector && ( - ({ - value: customerId, - name: [displayName] + [` (${defaultDomainName})`], - }))} - /> - )} - - ) -} - -TenantSelector.propTypes = { - action: PropTypes.func, - NavSelector: PropTypes.bool, - showAllTenantSelector: PropTypes.bool, -} - -export default TenantSelector diff --git a/src/components/utilities/TenantSelectorMultiple.jsx b/src/components/utilities/TenantSelectorMultiple.jsx deleted file mode 100644 index 63f560f7f4a0..000000000000 --- a/src/components/utilities/TenantSelectorMultiple.jsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from 'react' -import { useListTenantsQuery } from 'src/store/api/tenants' -import Select from 'react-select' -import PropTypes from 'prop-types' - -const TenantSelectorMultiple = React.forwardRef( - ( - { values = [], onChange = () => {}, AllTenants = false, valueIsDomain = false, ...rest }, - ref, - ) => { - const { - data: tenants = [], - isLoading, - error, - } = useListTenantsQuery({ showAllTenantSelector: AllTenants }) - - let placeholder = 'Select Tenants' - if (isLoading) { - placeholder = 'Loading...' - } else if (error) { - placeholder = 'Error loading tenants' - } - const mappedValue = values.map((val) => val.value) - return ( - ({ - value: Code, - label: Name, - }))} - isClearable={true} - name="usageLocation" - value={usagelocation} - placeholder="Type to search..." - label="Usage Location" - onChange={(value) => Switchusage(value)} - /> - - ) -} - -export default UsageLocation diff --git a/src/components/utilities/index.js b/src/components/utilities/index.js deleted file mode 100644 index 24fed1e5aecb..000000000000 --- a/src/components/utilities/index.js +++ /dev/null @@ -1,48 +0,0 @@ -import CippActionsOffcanvas from 'src/components/utilities/CippActionsOffcanvas' -import CippCodeOffCanvas from 'src/components/utilities/CippCodeOffcanvas.jsx' -import CippCodeBlock from 'src/components/utilities/CippCodeBlock' -import { CippLazy } from 'src/components/utilities/CippLazy' -import CippOffcanvas from 'src/components/utilities/CippOffcanvas' -import CippProfile from 'src/components/utilities/CippProfile' -import ErrorBoundary from 'src/components/utilities/ErrorBoundary' -import { FastSwitcher, FastSwitcherModal } from 'src/components/utilities/FastSwitcher' -import Loading, { FullScreenLoading } from 'src/components/utilities/Loading' -import { ModalRoot, ModalService } from 'src/components/utilities/ModalRoot' -import { PrivateRoute } from 'src/components/utilities/PrivateRoute' -import SharedModal from 'src/components/utilities/SharedModal' -import StatusIcon from 'src/components/utilities/StatusIcon' -import TenantSelector from 'src/components/utilities/TenantSelector' -import TenantSelectorMultiple from 'src/components/utilities/TenantSelectorMultiple' -import ThemeSwitcher from 'src/components/utilities/ThemeSwitcher' -import PageSizeSwitcher from 'src/components/utilities/PageSizeSwitcher' -import Toasts from 'src/components/utilities/Toasts' -import UsageLocation from 'src/components/utilities/UsageLocation' -import CippTableOffcanvas from './CippTableOffcanvas' -import validateAlphabeticalSort from './validateAlphabeticalSort' - -export { - CippActionsOffcanvas, - CippCodeBlock, - CippCodeOffCanvas, - CippTableOffcanvas, - CippLazy, - CippOffcanvas, - CippProfile, - ErrorBoundary, - FastSwitcher, - FastSwitcherModal, - Loading, - FullScreenLoading, - ModalRoot, - ModalService, - PrivateRoute, - SharedModal, - StatusIcon, - TenantSelector, - TenantSelectorMultiple, - ThemeSwitcher, - PageSizeSwitcher, - Toasts, - UsageLocation, - validateAlphabeticalSort, -} diff --git a/src/components/utilities/validateAlphabeticalSort.jsx b/src/components/utilities/validateAlphabeticalSort.jsx deleted file mode 100644 index ff19bc21023e..000000000000 --- a/src/components/utilities/validateAlphabeticalSort.jsx +++ /dev/null @@ -1,23 +0,0 @@ -export default function validateAlphabeticalSort(data, sortKeys) { - if (!sortKeys || sortKeys.length === 0) return data - try { - if (!data) return data - const newList = data.filter((element) => { - return sortKeys.every((key) => { - return (element) => element[key] != null && element[key] != undefined - }) - }) - return newList.sort((a, b) => { - try { - return sortKeys.reduce((acc, key) => { - if (acc !== 0) return acc - return (a[key] ?? '').toString().localeCompare(b[key] ?? '') - }, 0) - } catch (error) { - return 0 - } - }) - } catch (error) { - return data - } -} diff --git a/src/components/widget-previewer.js b/src/components/widget-previewer.js new file mode 100644 index 000000000000..396fa976f765 --- /dev/null +++ b/src/components/widget-previewer.js @@ -0,0 +1,41 @@ +import PropTypes from 'prop-types'; +import { Card, Stack, Typography } from '@mui/material'; + +export const WidgetPreviewer = (props) => { + const { title, description, children, ...other } = props; + + return ( + + + {typeof title === 'string' + ? ( + + {title} + + ) + : title} + {typeof description === 'string' + ? ( + + {description} + + ) + : description} + + + {children} + + + ); +}; + +WidgetPreviewer.propTypes = { + children: PropTypes.node.isRequired, + description: PropTypes.oneOfType([PropTypes.string, PropTypes.node]), + title: PropTypes.oneOfType([PropTypes.string, PropTypes.node]) +}; diff --git a/src/contexts/release-notes-context.js b/src/contexts/release-notes-context.js new file mode 100644 index 000000000000..54f29623522e --- /dev/null +++ b/src/contexts/release-notes-context.js @@ -0,0 +1,30 @@ +import { createContext, useCallback, useContext, useMemo, useRef } from "react"; +import PropTypes from "prop-types"; +import { ReleaseNotesDialog } from "../components/ReleaseNotesDialog"; + +const ReleaseNotesContext = createContext({ + openReleaseNotes: () => {}, +}); + +export const ReleaseNotesProvider = ({ children }) => { + const dialogRef = useRef(null); + + const openReleaseNotes = useCallback(() => { + dialogRef.current?.open(); + }, []); + + const value = useMemo(() => ({ openReleaseNotes }), [openReleaseNotes]); + + return ( + + {children} + + + ); +}; + +ReleaseNotesProvider.propTypes = { + children: PropTypes.node.isRequired, +}; + +export const useReleaseNotes = () => useContext(ReleaseNotesContext); diff --git a/src/contexts/settings-context.js b/src/contexts/settings-context.js new file mode 100644 index 000000000000..37bb7a1cfdd6 --- /dev/null +++ b/src/contexts/settings-context.js @@ -0,0 +1,195 @@ +import { createContext, useCallback, useEffect, useMemo, useState } from "react"; +import PropTypes from "prop-types"; +import isEqual from "lodash.isequal"; + +const STORAGE_KEY = "app.settings"; + +let storage; + +class MemoryStorage { + get length() { + return this.store.size; + } + + store = new Map(); + + clear() { + this.store.clear(); + } + + getItem(key) { + return this.store.get(key); + } + + removeItem(key) { + this.store.delete(key); + } + + setItem(key, value) { + this.store.set(key, value); + } + + key(index) { + return Array.from(this.store.values())[index] || null; + } +} + +try { + storage = globalThis.localStorage; +} catch (err) { + console.error("[Settings Context] Local storage is not available", err); + storage = new MemoryStorage(); +} + +const restoreSettings = () => { + let value = null; + + try { + const restored = storage.getItem(STORAGE_KEY); + + if (restored) { + value = JSON.parse(restored); + } + } catch (err) { + console.error(err); + // If stored data is not a strigified JSON this will fail, + // that's why we catch the error + } + + return value; +}; + +const deleteSettings = () => { + storage.removeItem(STORAGE_KEY); +}; + +const storeSettings = (value) => { + storage.setItem(STORAGE_KEY, JSON.stringify(value)); +}; + +const initialSettings = { + direction: "ltr", + paletteMode: "light", + currentTheme: { value: "light", label: "light" }, + pinNav: true, + currentTenant: null, + showDevtools: false, + customBranding: { + colour: "#F77F00", + logo: null, + }, + persistFilters: false, + lastUsedFilters: {}, + breadcrumbMode: "hierarchical", +}; + +const initialState = { + ...initialSettings, + isInitialized: false, +}; + +export const SettingsContext = createContext({ + ...initialState, + handleReset: () => {}, + handleUpdate: () => {}, + isCustom: false, + setLastUsedFilter: () => {}, +}); + +export const SettingsProvider = (props) => { + const { children } = props; + const [state, setState] = useState(initialState); + + useEffect(() => { + const restored = restoreSettings(); + + if (restored) { + if (!restored.currentTheme && restored.paletteMode) { + restored.currentTheme = { value: restored.paletteMode, label: restored.paletteMode }; + } + + setState((prevState) => ({ + ...prevState, + ...restored, + isInitialized: true, + })); + } else { + // No stored settings found, initialize with defaults + setState((prevState) => ({ + ...prevState, + isInitialized: true, + })); + } + }, []); + + const handleReset = useCallback(() => { + deleteSettings(); + setState((prevState) => ({ + ...prevState, + ...initialSettings, + })); + }, []); + + const handleUpdate = useCallback((settings) => { + setState((prevState) => { + // Filter out null and undefined values to prevent resetting settings + const filteredSettings = Object.entries(settings).reduce((acc, [key, value]) => { + if (value !== null && value !== undefined) { + acc[key] = value; + } + return acc; + }, {}); + + storeSettings({ + ...prevState, + ...filteredSettings, + }); + + return { + ...prevState, + ...filteredSettings, + }; + }); + }, []); + + const isCustom = useMemo(() => { + return !isEqual(initialSettings, { + direction: state.direction, + paletteMode: state.paletteMode, + currentTheme: state.currentTheme, + pinNav: state.pinNav, + }); + }, [state]); + + return ( + { + setState((prevState) => { + const updated = { + ...prevState, + lastUsedFilters: { + ...prevState.lastUsedFilters, + [page]: filter, + }, + }; + storeSettings(updated); + return updated; + }); + }, + }} + > + {children} + + ); +}; + +SettingsProvider.propTypes = { + children: PropTypes.node.isRequired, +}; + +export const SettingsConsumer = SettingsContext.Consumer; diff --git a/src/data/AuditLogSchema.json b/src/data/AuditLogSchema.json index 35530d0fb583..93122adbc4cf 100644 --- a/src/data/AuditLogSchema.json +++ b/src/data/AuditLogSchema.json @@ -16,7 +16,10 @@ "CIPPGeoLocation": "List:countryList", "CIPPBadRepIP": "String", "CIPPHostedIP": "String", - "CIPPIPDetected": "String" + "CIPPIPDetected": "String", + "CIPPUserId": "String", + "CIPPUserKey": "String", + "CIPPUsername": "String" }, "Audit.Exchange": { "Id": "Combination GUID", @@ -71,904 +74,1985 @@ "LogonError": "String" }, "List:Operation": [ - { "value": "UserLoggedIn", "name": "A user logged in" }, - { "value": "mailitemsaccessed", "name": "accessed mailbox items" }, - { "value": "add delegation entry.", "name": "added delegation entry" }, - { "value": "add domain to company.", "name": "added domain to company" }, - { "value": "add group.", "name": "added group" }, - { "value": "add member to group.", "name": "added member to group" }, - { "value": "add-mailboxpermission", "name": "added delegate mailbox permissions" }, - { "value": "add member to role.", "name": "added member to role" }, - { "value": "add partner to company.", "name": "added a partner to the directory" }, - { "value": "add service principal.", "name": "added service principal" }, + { + "value": "UserLoggedIn", + "label": "A user logged in" + }, + { + "value": "mailitemsaccessed", + "label": "accessed mailbox items" + }, + { + "value": "add delegation entry.", + "label": "added delegation entry" + }, + { + "value": "add domain to company.", + "label": "added domain to company" + }, + { + "value": "add group.", + "label": "added group" + }, + { + "value": "add member to group.", + "label": "added member to group" + }, + { + "value": "add-mailboxpermission", + "label": "added delegate mailbox permissions" + }, + { + "value": "add member to role.", + "label": "added member to role" + }, + { + "value": "add partner to company.", + "label": "added a partner to the directory" + }, + { + "value": "add service principal.", + "label": "added service principal" + }, { "value": "add service principal credentials.", - "name": "added credentials to a service principal" - }, - { "value": "add user.", "name": "added user" }, - { "value": "addfolderpermissions", "name": "added permissions to folder" }, - { "value": "applyrecordlabel", "name": "labeled message as a record" }, - { "value": "change user license.", "name": "changed user license" }, - { "value": "change user password.", "name": "changed user password" }, - { "value": "copy", "name": "copied messages to another folder" }, - { "value": "create", "name": "created mailbox item" }, - { "value": "delete group.", "name": "deleted group" }, - { "value": "delete user.", "name": "deleted user" }, - { "value": "harddelete", "name": "purged messages from the mailbox" }, - { "value": "mailboxlogin", "name": "user signed in to mailbox" }, - { "value": "move", "name": "moved messages to another folder" }, - { "value": "movetodeleteditems", "name": "moved messages to deleted items folder" }, - { "value": "new-inboxrule", "name": "created new inbox rule in outlook web app" }, - { "value": "remove delegation entry.", "name": "removed delegation entry" }, - { "value": "remove domain from company.", "name": "removed domain from company" }, - { "value": "remove member from group.", "name": "removed member from group" }, - { "value": "remove member from a role.", "name": "remove member from a role" }, - { "value": "Disable Strong Authentication.", "name": "Disable Strong Authentication." }, - + "label": "added credentials to a service principal" + }, + { + "value": "add user.", + "label": "added user" + }, + { + "value": "addfolderpermissions", + "label": "added permissions to folder" + }, + { + "value": "applyrecordlabel", + "label": "labeled message as a record" + }, + { + "value": "change user license.", + "label": "changed user license" + }, + { + "value": "change user password.", + "label": "changed user password" + }, + { + "value": "copy", + "label": "copied messages to another folder" + }, + { + "value": "create", + "label": "created mailbox item" + }, + { + "value": "delete group.", + "label": "deleted group" + }, + { + "value": "delete user.", + "label": "deleted user" + }, + { + "value": "harddelete", + "label": "purged messages from the mailbox" + }, + { + "value": "mailboxlogin", + "label": "user signed in to mailbox" + }, + { + "value": "move", + "label": "moved messages to another folder" + }, + { + "value": "movetodeleteditems", + "label": "moved messages to deleted items folder" + }, + { + "value": "new-inboxrule", + "label": "created new inbox rule in outlook web app" + }, + { + "value": "remove delegation entry.", + "label": "removed delegation entry" + }, + { + "value": "remove domain from company.", + "label": "removed domain from company" + }, + { + "value": "remove member from group.", + "label": "removed member from group" + }, + { + "value": "remove member from a role.", + "label": "remove member from a role" + }, + { + "value": "Disable Strong Authentication.", + "label": "Disable Strong Authentication." + }, { "value": "remove service principal.", - "name": "removed a service principal from the directory" + "label": "removed a service principal from the directory" }, { "value": "remove service principal credentials.", - "name": "removed credentials from a service principal" - }, - { "value": "remove-mailboxpermission", "name": "removed delegate mailbox permissions" }, - { "value": "remove member from role.", "name": "removed a user from a directory role" }, - { "value": "remove partner from company.", "name": "removed a partner from the directory" }, - { "value": "removefolderpermissions", "name": "removed permissions from folder" }, - { "value": "reset user password.", "name": "reset user password" }, - { "value": "send", "name": "sent message" }, - { "value": "sendas", "name": "sent message using send as permissions" }, - { "value": "sendonbehalf", "name": "sent message using send on behalf permissions" }, - { "value": "set company contact information.", "name": "set company contact information" }, - { "value": "set company information.", "name": "set company information" }, - { "value": "set delegation entry.", "name": "set delegation entry" }, - { "value": "set dirsyncenabled flag.", "name": "turned on azure ad sync" }, - { "value": "set domain authentication.", "name": "set domain authentication" }, + "label": "removed credentials from a service principal" + }, + { + "value": "remove-mailboxpermission", + "label": "removed delegate mailbox permissions" + }, + { + "value": "remove member from role.", + "label": "removed a user from a directory role" + }, + { + "value": "remove partner from company.", + "label": "removed a partner from the directory" + }, + { + "value": "removefolderpermissions", + "label": "removed permissions from folder" + }, + { + "value": "reset user password.", + "label": "reset user password" + }, + { + "value": "send", + "label": "sent message" + }, + { + "value": "sendas", + "label": "sent message using send as permissions" + }, + { + "value": "sendonbehalf", + "label": "sent message using send on behalf permissions" + }, + { + "value": "set company contact information.", + "label": "set company contact information" + }, + { + "value": "set company information.", + "label": "set company information" + }, + { + "value": "set delegation entry.", + "label": "set delegation entry" + }, + { + "value": "set dirsyncenabled flag.", + "label": "turned on azure ad sync" + }, + { + "value": "set domain authentication.", + "label": "set domain authentication" + }, { "value": "set federation settings on domain.", - "name": "updated the federation settings for a domain" + "label": "updated the federation settings for a domain" }, { "value": "set force change user password.", - "name": "set property that forces user to change password" + "label": "set property that forces user to change password" + }, + { + "value": "set-inboxrule", + "label": "modified inbox rule from outlook web app" + }, + { + "value": "set license properties.", + "label": "set license properties" + }, + { + "value": "set password policy.", + "label": "set password policy" + }, + { + "value": "softdelete", + "label": "deleted messages from deleted items folder" + }, + { + "value": "update", + "label": "updated message" + }, + { + "value": "update user.", + "label": "updated user" + }, + { + "value": "update group.", + "label": "updated group" + }, + { + "value": "update domain.", + "label": "updated domain" }, - { "value": "set-inboxrule", "name": "modified inbox rule from outlook web app" }, - { "value": "set license properties.", "name": "set license properties" }, - { "value": "set password policy.", "name": "set password policy" }, - { "value": "softdelete", "name": "deleted messages from deleted items folder" }, - { "value": "update", "name": "updated message" }, - { "value": "update user.", "name": "updated user" }, - { "value": "update group.", "name": "updated group" }, - { "value": "update domain.", "name": "updated domain" }, { "value": "updatecalendardelegation", - "name": "added or removed user with delegate access to calendar folder" + "label": "added or removed user with delegate access to calendar folder" + }, + { + "value": "updatefolderpermissions", + "label": "modified folder permission" + }, + { + "value": "updateinboxrules", + "label": "updated inbox rules from outlook client" + }, + { + "value": "verify domain.", + "label": "verified domain" + }, + { + "value": "verify email verified domain.", + "label": "verified email verified domain" }, - { "value": "updatefolderpermissions", "name": "modified folder permission" }, - { "value": "updateinboxrules", "name": "updated inbox rules from outlook client" }, - { "value": "verify domain.", "name": "verified domain" }, - { "value": "verify email verified domain.", "name": "verified email verified domain" }, { "value": "Update StsRefreshTokenValidFrom Timestamp.", - "name": "Update StsRefreshTokenValidFrom Timestamp." + "label": "Update StsRefreshTokenValidFrom Timestamp." } ], "List:LogonType": [ - { "value": 0, "Membername": "Owner", "name": "The mailbox owner." }, + { + "value": 0, + "Membername": "Owner", + "label": "The mailbox owner." + }, { "value": 1, "Membername": "Admin", - "name": "A person with administrative privileges for someone's mailbox." + "label": "A person with administrative privileges for someone's mailbox." }, { "value": 2, "Membername": "Delegated", - "name": "A person with delegate privileges for someone's mailbox." + "label": "A person with delegate privileges for someone's mailbox." }, { "value": 3, "Membername": "Transport", - "name": "A transport service in the Microsoft datacenter." + "label": "A transport service in the Microsoft datacenter." }, { "value": 4, "Membername": "SystemService", - "name": "A service account in the Microsoft datacenter" + "label": "A service account in the Microsoft datacenter" }, - { "value": 5, "Membername": "BestAccess", "name": "Reserved for internal use." }, - { "value": 6, "Membername": "DelegatedAdmin", "name": "A delegated administrator." } + { + "value": 5, + "Membername": "BestAccess", + "label": "Reserved for internal use." + }, + { + "value": 6, + "Membername": "DelegatedAdmin", + "label": "A delegated administrator." + } ], "List:UserType": [ - { "value": 0, "Membername": "Regular", "name": "A regular user." }, - { "value": 1, "Membername": "Reserved", "name": "A reserved user." }, - { "value": 2, "Membername": "Admin", "name": "An administrator." }, - { "value": 3, "Membername": "DcAdmin", "name": "A Microsoft datacenter operator." }, - { "value": 4, "Membername": "System", "name": "A system account." }, - { "value": 5, "Membername": "Application", "name": "An application." }, - { "value": 6, "Membername": "ServicePrincipal", "name": "A service principal." }, - { "value": 7, "Membername": "CustomPolicy", "name": "A custom policy." }, - { "value": 8, "Membername": "SystemPolicy", "name": "A system policy." } + { + "value": 0, + "Membername": "Regular", + "label": "A regular user." + }, + { + "value": 1, + "Membername": "Reserved", + "label": "A reserved user." + }, + { + "value": 2, + "Membername": "Admin", + "label": "An administrator." + }, + { + "value": 3, + "Membername": "DcAdmin", + "label": "A Microsoft datacenter operator." + }, + { + "value": 4, + "Membername": "System", + "label": "A system account." + }, + { + "value": 5, + "Membername": "Application", + "label": "An application." + }, + { + "value": 6, + "Membername": "ServicePrincipal", + "label": "A service principal." + }, + { + "value": 7, + "Membername": "CustomPolicy", + "label": "A custom policy." + }, + { + "value": 8, + "Membername": "SystemPolicy", + "label": "A system policy." + } ], "List:AuditLogRecordType": [ { "value": 1, "Membername": "ExchangeAdmin", - "name": "Events from the Exchange admin audit log." + "label": "Events from the Exchange admin audit log." }, { "value": 2, "Membername": "ExchangeItem", - "name": "Events from an Exchange mailbox audit log for actions that are performed on a single item, such as creating or receiving an email message." + "label": "Events from an Exchange mailbox audit log for actions that are performed on a single item, such as creating or receiving an email message." }, { "value": 3, "Membername": "ExchangeItemGroup", - "name": "Events from an Exchange mailbox audit log for actions that can be performed on multiple items, such as moving or deleted one or more email messages." + "label": "Events from an Exchange mailbox audit log for actions that can be performed on multiple items, such as moving or deleted one or more email messages." + }, + { + "value": 4, + "Membername": "SharePoint", + "label": "SharePoint events." }, - { "value": 4, "Membername": "SharePoint", "name": "SharePoint events." }, { "value": 6, "Membername": "SharePointFileOperation", - "name": "SharePoint file operation events." + "label": "SharePoint file operation events." + }, + { + "value": 7, + "Membername": "OneDrive", + "label": "OneDrive for Business events." }, - { "value": 7, "Membername": "OneDrive", "name": "OneDrive for Business events." }, { "value": 8, "Membername": "AzureActiveDirectory", - "name": "Microsoft Entra ID events." + "label": "Microsoft Entra ID events." }, { "value": 9, "Membername": "AzureActiveDirectoryAccountLogon", - "name": "Microsoft Entra ID OrgId logon events (deprecated)." + "label": "Microsoft Entra ID OrgId logon events (deprecated)." }, { "value": 10, "Membername": "DataCenterSecurityCmdlet", - "name": "Data Center security cmdlet events." + "label": "Data Center security cmdlet events." }, { "value": 11, "Membername": "ComplianceDLPSharePoint", - "name": "Data loss protection (DLP) events in SharePoint and OneDrive for Business." + "label": "Data loss protection (DLP) events in SharePoint and OneDrive for Business." }, { "value": 13, "Membername": "ComplianceDLPExchange", - "name": "Data loss protection (DLP) events in Exchange, when configured via Unified DLP Policy. DLP events based on Exchange Transport Rules are not supported." + "label": "Data loss protection (DLP) events in Exchange, when configured via Unified DLP Policy. DLP events based on Exchange Transport Rules are not supported." }, { "value": 14, "Membername": "SharePointSharingOperation", - "name": "SharePoint sharing events." + "label": "SharePoint sharing events." }, { "value": 15, "Membername": "AzureActiveDirectoryStsLogon", - "name": "Secure Token Service (STS) logon events in Microsoft Entra ID." + "label": "Secure Token Service (STS) logon events in Microsoft Entra ID." }, { "value": 16, "Membername": "SkypeForBusinessPSTNUsage", - "name": "Public Switched Telephone Network (PSTN) events from Skype for Business." + "label": "Public Switched Telephone Network (PSTN) events from Skype for Business." }, { "value": 17, "Membername": "SkypeForBusinessUsersBlocked", - "name": "Blocked user events from Skype for Business." + "label": "Blocked user events from Skype for Business." }, { "value": 18, "Membername": "SecurityComplianceCenterEOPCmdlet", - "name": "Admin actions from the Security & Compliance Center." + "label": "Admin actions from the Security & Compliance Center." }, { "value": 19, "Membername": "ExchangeAggregatedOperation", - "name": "Aggregated Exchange mailbox auditing events." + "label": "Aggregated Exchange mailbox auditing events." + }, + { + "value": 20, + "Membername": "PowerBIAudit", + "label": "Power BI events." + }, + { + "value": 21, + "Membername": "CRM", + "label": "Dynamics 365 events." + }, + { + "value": 22, + "Membername": "Yammer", + "label": "Yammer events." }, - { "value": 20, "Membername": "PowerBIAudit", "name": "Power BI events." }, - { "value": 21, "Membername": "CRM", "name": "Dynamics 365 events." }, - { "value": 22, "Membername": "Yammer", "name": "Yammer events." }, { "value": 23, "Membername": "SkypeForBusinessCmdlets", - "name": "Skype for Business events." + "label": "Skype for Business events." }, { "value": 24, "Membername": "Discovery", - "name": "Events for eDiscovery activities performed by running content searches and managing eDiscovery cases in the Security & Compliance Center." + "label": "Events for eDiscovery activities performed by running content searches and managing eDiscovery cases in the Security & Compliance Center." + }, + { + "value": 25, + "Membername": "MicrosoftTeams", + "label": "Events from Microsoft Teams." }, - { "value": 25, "Membername": "MicrosoftTeams", "name": "Events from Microsoft Teams." }, { "value": 28, "Membername": "ThreatIntelligence", - "name": "Phishing and malware events from Exchange Online Protection and Microsoft Defender for Office 365." + "label": "Phishing and malware events from Exchange Online Protection and Microsoft Defender for Office 365." }, { "value": 29, "Membername": "MailSubmission", - "name": "Submission events from Exchange Online Protection and Microsoft Defender for Office 365." + "label": "Submission events from Exchange Online Protection and Microsoft Defender for Office 365." }, { "value": 30, "Membername": "MicrosoftFlow", - "name": "Microsoft Power Automate (formerly called Microsoft Flow) events." + "label": "Microsoft Power Automate (formerly called Microsoft Flow) events." + }, + { + "value": 31, + "Membername": "AeD", + "label": "Advanced eDiscovery events." + }, + { + "value": 32, + "Membername": "MicrosoftStream", + "label": "Microsoft Stream events." }, - { "value": 31, "Membername": "AeD", "name": "Advanced eDiscovery events." }, - { "value": 32, "Membername": "MicrosoftStream", "name": "Microsoft Stream events." }, { "value": 33, "Membername": "ComplianceDLPSharePointClassification", - "name": "Events related to DLP classification in SharePoint." + "label": "Events related to DLP classification in SharePoint." }, { "value": 34, "Membername": "ThreatFinder", - "name": "Campaign-related events from Microsoft Defender for Office 365." + "label": "Campaign-related events from Microsoft Defender for Office 365." + }, + { + "value": 35, + "Membername": "Project", + "label": "Microsoft Project events." }, - { "value": 35, "Membername": "Project", "name": "Microsoft Project events." }, { "value": 36, "Membername": "SharePointListOperation", - "name": "SharePoint List events." + "label": "SharePoint List events." }, { "value": 37, "Membername": "SharePointCommentOperation", - "name": "SharePoint comment events." + "label": "SharePoint comment events." }, { "value": 38, "Membername": "DataGovernance", - "name": "Events related to retention policies and retention labels in the Security & Compliance Center" + "label": "Events related to retention policies and retention labels in the Security & Compliance Center" + }, + { + "value": 39, + "Membername": "Kaizala", + "label": "Kaizala events." }, - { "value": 39, "Membername": "Kaizala", "name": "Kaizala events." }, { "value": 40, "Membername": "SecurityComplianceAlerts", - "name": "Security and compliance alert signals." + "label": "Security and compliance alert signals." }, { "value": 41, "Membername": "ThreatIntelligenceUrl", - "name": "Safe links time-of-block and block override events from Microsoft Defender for Office 365." + "label": "Safe links time-of-block and block override events from Microsoft Defender for Office 365." }, { "value": 42, "Membername": "SecurityComplianceInsights", - "name": "Events related to insights and reports in the Office 365 security and compliance center." + "label": "Events related to insights and reports in the Office 365 security and compliance center." }, { "value": 43, "Membername": "MIPLabel", - "name": "Events related to the detection in the Transport pipeline of email messages that have been tagged (manually or automatically) with sensitivity labels." + "label": "Events related to the detection in the Transport pipeline of email messages that have been tagged (manually or automatically) with sensitivity labels." }, { "value": 44, "Membername": "WorkplaceAnalytics", - "name": "Workplace Analytics events." + "label": "Workplace Analytics events." + }, + { + "value": 45, + "Membername": "PowerAppsApp", + "label": "Power Apps events." }, - { "value": 45, "Membername": "PowerAppsApp", "name": "Power Apps events." }, { "value": 46, "Membername": "PowerAppsPlan", - "name": "Subscription plan events for Power Apps." + "label": "Subscription plan events for Power Apps." }, { "value": 47, "Membername": "ThreatIntelligenceAtpContent", - "name": "Phishing and malware events for files in SharePoint, OneDrive for Business, and Microsoft Teams from Microsoft Defender for Office 365." + "label": "Phishing and malware events for files in SharePoint, OneDrive for Business, and Microsoft Teams from Microsoft Defender for Office 365." }, { "value": 48, "Membername": "LabelContentExplorer", - "name": "Events related to data classification content explorer." + "label": "Events related to data classification content explorer." }, { "value": 49, "Membername": "TeamsHealthcare", - "name": "Events related to the Patients application in Microsoft Teams for Healthcare." + "label": "Events related to the Patients application in Microsoft Teams for Healthcare." }, { "value": 50, "Membername": "ExchangeItemAggregated", - "name": "Events related to the MailItemsAccessed mailbox auditing action." + "label": "Events related to the MailItemsAccessed mailbox auditing action." }, { "value": 51, "Membername": "HygieneEvent", - "name": "Events related to outbound spam protection." + "label": "Events related to outbound spam protection." }, { "value": 52, "Membername": "DataInsightsRestApiAudit", - "name": "Data Insights REST API events." + "label": "Data Insights REST API events." }, { "value": 53, "Membername": "InformationBarrierPolicyApplication", - "name": "Events related to the application of information barrier policies." + "label": "Events related to the application of information barrier policies." }, { "value": 54, "Membername": "SharePointListItemOperation", - "name": "SharePoint list item events." + "label": "SharePoint list item events." }, { "value": 55, "Membername": "SharePointContentTypeOperation", - "name": "SharePoint list content type events." + "label": "SharePoint list content type events." }, { "value": 56, "Membername": "SharePointFieldOperation", - "name": "SharePoint list field events." + "label": "SharePoint list field events." + }, + { + "value": 57, + "Membername": "MicrosoftTeamsAdmin", + "label": "Teams admin events." }, - { "value": 57, "Membername": "MicrosoftTeamsAdmin", "name": "Teams admin events." }, { "value": 58, "Membername": "HRSignal", - "name": "Events related to HR data signals that support the Insider risk management solution." + "label": "Events related to HR data signals that support the Insider risk management solution." + }, + { + "value": 59, + "Membername": "MicrosoftTeamsDevice", + "label": "Teams device events." }, - { "value": 59, "Membername": "MicrosoftTeamsDevice", "name": "Teams device events." }, { "value": 60, "Membername": "MicrosoftTeamsAnalytics", - "name": "Teams analytics events." + "label": "Teams analytics events." }, { "value": 61, "Membername": "InformationWorkerProtection", - "name": "Events related to compromised user alerts." + "label": "Events related to compromised user alerts." }, { "value": 62, "Membername": "Campaign", - "name": "Email campaign events from Microsoft Defender for Office 365." + "label": "Email campaign events from Microsoft Defender for Office 365." + }, + { + "value": 63, + "Membername": "DLPEndpoint", + "label": "Endpoint DLP events." }, - { "value": 63, "Membername": "DLPEndpoint", "name": "Endpoint DLP events." }, { "value": 64, "Membername": "AirInvestigation", - "name": "Automated incident response (AIR) events." + "label": "Automated incident response (AIR) events." + }, + { + "value": 65, + "Membername": "Quarantine", + "label": "Quarantine events." + }, + { + "value": 66, + "Membername": "MicrosoftForms", + "label": "Microsoft Forms events." + }, + { + "value": 67, + "Membername": "ApplicationAudit", + "label": "Application audit events." }, - { "value": 65, "Membername": "Quarantine", "name": "Quarantine events." }, - { "value": 66, "Membername": "MicrosoftForms", "name": "Microsoft Forms events." }, - { "value": 67, "Membername": "ApplicationAudit", "name": "Application audit events." }, { "value": 68, "Membername": "ComplianceSupervisionExchange", - "name": "Events tracked by the Communication compliance offensive language model." + "label": "Events tracked by the Communication compliance offensive language model." }, { "value": 69, "Membername": "CustomerKeyServiceEncryption", - "name": "Events related to the customer key encryption service." + "label": "Events related to the customer key encryption service." }, { "value": 70, "Membername": "OfficeNative", - "name": "Events related to sensitivity labels applied to Office documents." + "label": "Events related to sensitivity labels applied to Office documents." }, { "value": 71, "Membername": "MipAutoLabelSharePointItem", - "name": "Auto-labeling events in SharePoint." + "label": "Auto-labeling events in SharePoint." }, { "value": 72, "Membername": "MipAutoLabelSharePointPolicyLocation", - "name": "Auto-labeling policy events in SharePoint." + "label": "Auto-labeling policy events in SharePoint." + }, + { + "value": 73, + "Membername": "MicrosoftTeamsShifts", + "label": "Teams Shifts events." }, - { "value": 73, "Membername": "MicrosoftTeamsShifts", "name": "Teams Shifts events." }, { "value": 75, "Membername": "MipAutoLabelExchangeItem", - "name": "Auto-labeling events in Exchange." + "label": "Auto-labeling events in Exchange." + }, + { + "value": 76, + "Membername": "CortanaBriefing", + "label": "Briefing email events." }, - { "value": 76, "Membername": "CortanaBriefing", "name": "Briefing email events." }, { "value": 78, "Membername": "WDATPAlerts", - "name": "Events related to alerts generated by Windows Defender for Endpoint." + "label": "Events related to alerts generated by Windows Defender for Endpoint." }, { "value": 82, "Membername": "SensitivityLabelPolicyMatch", - "name": "Events generated when the file labeled with a sensitivity label is opened or renamed." + "label": "Events generated when the file labeled with a sensitivity label is opened or renamed." }, { "value": 83, "Membername": "SensitivityLabelAction", - "name": "Event generated when sensitivity labels are applied, upStringd, or removed from a file." + "label": "Event generated when sensitivity labels are applied, upStringd, or removed from a file." }, { "value": 84, "Membername": "SensitivityLabeledFileAction", - "name": "Events generated when a file labeled with a sensitivity label is opened or renamed." + "label": "Events generated when a file labeled with a sensitivity label is opened or renamed." }, { "value": 85, "Membername": "AttackSim", - "name": "Events related to user activities in Attack Simulation & Training in Microsoft Defender for Office 365." + "label": "Events related to user activities in Attack Simulation & Training in Microsoft Defender for Office 365." }, { "value": 86, "Membername": "AirManualInvestigation", - "name": "Events related to manual investigations in Automated investigation and response (AIR)." + "label": "Events related to manual investigations in Automated investigation and response (AIR)." }, { "value": 87, "Membername": "SecurityComplianceRBAC", - "name": "Security and compliance RBAC events." + "label": "Security and compliance RBAC events." }, { "value": 88, "Membername": "UserTraining", - "name": "Events related to user training in Attack Simulation & Training in Microsoft Defender for Office 365." + "label": "Events related to user training in Attack Simulation & Training in Microsoft Defender for Office 365." }, { "value": 89, "Membername": "AirAdminActionInvestigation", - "name": "Events related to admin actions in Automated investigation and response (AIR)." + "label": "Events related to admin actions in Automated investigation and response (AIR)." }, { "value": 90, "Membername": "MSTIC", - "name": "Threat intelligence events in Microsoft Defender for Office 365." + "label": "Threat intelligence events in Microsoft Defender for Office 365." }, { "value": 91, "Membername": "PhysicalBadgingSignal", - "name": "Events related to physical badging signals that support the Insider risk management solution." + "label": "Events related to physical badging signals that support the Insider risk management solution." + }, + { + "value": 93, + "Membername": "AipDiscover", + "label": "AIP scanner events" }, - { "value": 93, "Membername": "AipDiscover", "name": "AIP scanner events" }, { "value": 94, "Membername": "AipSensitivityLabelAction", - "name": "AIP sensitivity label events" + "label": "AIP sensitivity label events" + }, + { + "value": 95, + "Membername": "AipProtectionAction", + "label": "AIP protection events" + }, + { + "value": 96, + "Membername": "AipFileDeleted", + "label": "AIP file deletion events" + }, + { + "value": 97, + "Membername": "AipHeartBeat", + "label": "AIP heartbeat events" }, - { "value": 95, "Membername": "AipProtectionAction", "name": "AIP protection events" }, - { "value": 96, "Membername": "AipFileDeleted", "name": "AIP file deletion events" }, - { "value": 97, "Membername": "AipHeartBeat", "name": "AIP heartbeat events" }, { "value": 98, "Membername": "MCASAlerts", - "name": "Events corresponding to alerts triggered by Microsoft Cloud App Security." + "label": "Events corresponding to alerts triggered by Microsoft Cloud App Security." }, { "value": 99, "Membername": "OnPremisesFileShareScannerDlp", - "name": "Events related to scanning for sensitive data on file shares." + "label": "Events related to scanning for sensitive data on file shares." }, { "value": 100, "Membername": "OnPremisesSharePointScannerDlp", - "name": "Events related to scanning for sensitive data in SharePoint." + "label": "Events related to scanning for sensitive data in SharePoint." }, { "value": 101, "Membername": "ExchangeSearch", - "name": "Events related to using Outlook on the web (OWA) to search for mailbox items." + "label": "Events related to using Outlook on the web (OWA) to search for mailbox items." }, { "value": 102, "Membername": "SharePointSearch", - "name": "Events related to searching an organization's SharePoint home site." + "label": "Events related to searching an organization's SharePoint home site." + }, + { + "value": 103, + "Membername": "PrivacyInsights", + "label": "Privacy insight events." + }, + { + "value": 105, + "Membername": "MyAnalyticsSettings", + "label": "MyAnalytics events." }, - { "value": 103, "Membername": "PrivacyInsights", "name": "Privacy insight events." }, - { "value": 105, "Membername": "MyAnalyticsSettings", "name": "MyAnalytics events." }, { "value": 106, "Membername": "SecurityComplianceUserChange", - "name": "Events related to modifying or deleting a user." + "label": "Events related to modifying or deleting a user." }, { "value": 107, "Membername": "ComplianceDLPExchangeClassification", - "name": "Exchange DLP classification events." + "label": "Exchange DLP classification events." }, { "value": 109, "Membername": "MipExactDataMatch", - "name": "Exact Data Match (EDM) classification events." + "label": "Exact Data Match (EDM) classification events." }, { "value": 113, "Membername": "MS365DCustomDetection", - "name": "Events related to custom detection actions in Microsoft 365 Defender." + "label": "Events related to custom detection actions in Microsoft 365 Defender." }, { "value": 147, "Membername": "CoreReportingSettings", - "name": "Reports settings events." + "label": "Reports settings events." }, { "value": 148, "Membername": "ComplianceConnector", - "name": "Events related to importing non-Microsoft data using data connectors in the Microsoft Purview compliance portal." + "label": "Events related to importing non-Microsoft data using data connectors in the Microsoft Purview compliance portal." }, { "value": 154, "Membername": "OMEPortal", - "name": "Encrypted message portal event logs generated by external recipients." + "label": "Encrypted message portal event logs generated by external recipients." }, { "value": 174, "Membername": "DataShareOperation", - "name": "Events related to sharing of data ingested via SystemSync." + "label": "Events related to sharing of data ingested via SystemSync." }, { "value": 181, "Membername": "EduDataLakeDownloadOperation", - "name": "Events related to the export of SystemSync ingested data from the lake." + "label": "Events related to the export of SystemSync ingested data from the lake." }, { "value": 183, "Membername": "MicrosoftGraphDataConnectOperation", - "name": "Events related to extractions done by Microsoft Graph Data Connect." + "label": "Events related to extractions done by Microsoft Graph Data Connect." }, { "value": 186, "Membername": "PowerPagesSite", - "name": "Activities related to Power Pages site." + "label": "Activities related to Power Pages site." + }, + { + "value": 188, + "Membername": "PlannerPlan", + "label": "Microsoft Planner plan events." }, - { "value": 188, "Membername": "PlannerPlan", "name": "Microsoft Planner plan events." }, { "value": 189, "Membername": "PlannerCopyPlan", - "name": "Microsoft Planner copy plan events." + "label": "Microsoft Planner copy plan events." + }, + { + "value": 190, + "Membername": "PlannerTask", + "label": "Microsoft Planner task events." }, - { "value": 190, "Membername": "PlannerTask", "name": "Microsoft Planner task events." }, { "value": 191, "Membername": "PlannerRoster", - "name": "Microsoft Planner roster and roster membership events." + "label": "Microsoft Planner roster and roster membership events." }, { "value": 192, "Membername": "PlannerPlanList", - "name": "Microsoft Planner plan list events." + "label": "Microsoft Planner plan list events." }, { "value": 193, "Membername": "PlannerTaskList", - "name": "Microsoft Planner task list events." + "label": "Microsoft Planner task list events." }, { "value": 194, "Membername": "PlannerTenantSettings", - "name": "Microsoft Planner tenant settings events." + "label": "Microsoft Planner tenant settings events." }, { "value": 195, "Membername": "ProjectForThewebProject", - "name": "Microsoft Project for the web project events." + "label": "Microsoft Project for the web project events." }, { "value": 196, "Membername": "ProjectForThewebTask", - "name": "Microsoft Project for the web task events." + "label": "Microsoft Project for the web task events." }, { "value": 197, "Membername": "ProjectForThewebRoadmap", - "name": "Microsoft Project for the web roadmap events." + "label": "Microsoft Project for the web roadmap events." }, { "value": 198, "Membername": "ProjectForThewebRoadmapItem", - "name": "Microsoft Project for the web roadmap item events." + "label": "Microsoft Project for the web roadmap item events." }, { "value": 199, "Membername": "ProjectForThewebProjectSettings", - "name": "Microsoft Project for the web project tenant settings events." + "label": "Microsoft Project for the web project tenant settings events." }, { "value": 200, "Membername": "ProjectForThewebRoadmapSettings", - "name": "Microsoft Project for the web roadmap tenant settings events." + "label": "Microsoft Project for the web roadmap tenant settings events." + }, + { + "value": 216, + "Membername": "Viva Goals", + "label": "Viva Goals events." }, - { "value": 216, "Membername": "Viva Goals", "name": "Viva Goals events." }, { "value": 217, "Membername": "MicrosoftGraphDataConnectConsent", - "name": "Events for consent actions performed by tenant admins for Microsoft Graph Data Connect applications." + "label": "Events for consent actions performed by tenant admins for Microsoft Graph Data Connect applications." }, { "value": 218, "Membername": "AttackSimAdmin", - "name": "Events related to admin activities in Attack Simulation & Training in Microsoft Defender for Office 365." + "label": "Events related to admin activities in Attack Simulation & Training in Microsoft Defender for Office 365." + }, + { + "value": 230, + "Membername": "TeamsUpStrings", + "label": "Teams UpStrings App Events." }, - { "value": 230, "Membername": "TeamsUpStrings", "name": "Teams UpStrings App Events." }, { "value": 231, "Membername": "PlannerRosterSensitivityLabel", - "name": "Microsoft Planner roster sensitivity label events." + "label": "Microsoft Planner roster sensitivity label events." }, { "value": 237, "Membername": "DefenderExpertsforXDRAdmin", - "name": "Microsoft Defender Experts Administrator action events." + "label": "Microsoft Defender Experts Administrator action events." }, { "value": 251, "Membername": "VfamCreatePolicy", - "name": "Viva Access Management policy create events." + "label": "Viva Access Management policy create events." }, { "value": 252, "Membername": "VfamUpStringPolicy", - "name": "Viva Access Management policy upString events." + "label": "Viva Access Management policy upString events." }, { "value": 253, "Membername": "VfamDeletePolicy", - "name": "Viva Access Management policy delete events." + "label": "Viva Access Management policy delete events." }, { "value": 261, "Membername": "CopilotInteraction", - "name": "Copilot interaction events." + "label": "Copilot interaction events." } ], "List:countryList": [ - { "value": "AF", "name": "Afghanistan" }, - { "value": "AX", "name": "\u00c5land Islands" }, - { "value": "AL", "name": "Albania" }, - { "value": "DZ", "name": "Algeria" }, - { "value": "AS", "name": "American Samoa" }, - { "value": "AD", "name": "Andorra" }, - { "value": "AO", "name": "Angola" }, - { "value": "AI", "name": "Anguilla" }, - { "value": "AQ", "name": "Antarctica" }, - { "value": "AG", "name": "Antigua and Barbuda" }, - { "value": "AR", "name": "Argentina" }, - { "value": "AM", "name": "Armenia" }, - { "value": "AW", "name": "Aruba" }, - { "value": "AC", "name": "Ascension Island" }, - { "value": "AU", "name": "Australia" }, - { "value": "AT", "name": "Austria" }, - { "value": "AZ", "name": "Azerbaijan" }, - { "value": "BS", "name": "Bahamas" }, - { "value": "BH", "name": "Bahrain" }, - { "value": "BD", "name": "Bangladesh" }, - { "value": "BB", "name": "Barbados" }, - { "value": "BY", "name": "Belarus" }, - { "value": "BE", "name": "Belgium" }, - { "value": "BZ", "name": "Belize" }, - { "value": "BJ", "name": "Benin" }, - { "value": "BM", "name": "Bermuda" }, - { "value": "BT", "name": "Bhutan" }, - { "value": "BO", "name": "Bolivia, Plurinational State of" }, - { "value": "BQ", "name": "Bonaire, Sint Eustatius and Saba" }, - { "value": "BA", "name": "Bosnia and Herzegovina" }, - { "value": "BW", "name": "Botswana" }, - { "value": "BV", "name": "Bouvet Island" }, - { "value": "BR", "name": "Brazil" }, - { "value": "IO", "name": "British Indian Ocean Territory" }, - { "value": "BN", "name": "Brunei Darussalam" }, - { "value": "BG", "name": "Bulgaria" }, - { "value": "BF", "name": "Burkina Faso" }, - { "value": "BI", "name": "Burundi" }, - { "value": "KH", "name": "Cambodia" }, - { "value": "CM", "name": "Cameroon" }, - { "value": "CA", "name": "Canada" }, - { "value": "CV", "name": "Cape Verde" }, - { "value": "KY", "name": "Cayman Islands" }, - { "value": "CF", "name": "Central African Republic" }, - { "value": "TD", "name": "Chad" }, - { "value": "CL", "name": "Chile" }, - { "value": "CN", "name": "China" }, - { "value": "CX", "name": "Christmas Island" }, - { "value": "CC", "name": "Cocos (Keeling) Islands" }, - { "value": "CO", "name": "Colombia" }, - { "value": "KM", "name": "Comoros" }, - { "value": "CG", "name": "Congo" }, - { "value": "CD", "name": "Congo, the Democratic Republic of the" }, - { "value": "CK", "name": "Cook Islands" }, - { "value": "CR", "name": "Costa Rica" }, - { "value": "CI", "name": "C\u00f4te d'Ivoire" }, - { "value": "HR", "name": "Croatia" }, - { "value": "CU", "name": "Cuba" }, - { "value": "CW", "name": "Cura\u00e7ao" }, - { "value": "CY", "name": "Cyprus" }, - { "value": "CZ", "name": "Czech Republic" }, - { "value": "DK", "name": "Denmark" }, - { "value": "DG", "name": "Diego Garcia" }, - { "value": "DJ", "name": "Djibouti" }, - { "value": "DM", "name": "Dominica" }, - { "value": "DO", "name": "Dominican Republic" }, - { "value": "EC", "name": "Ecuador" }, - { "value": "EG", "name": "Egypt" }, - { "value": "SV", "name": "El Salvador" }, - { "value": "GQ", "name": "Equatorial Guinea" }, - { "value": "ER", "name": "Eritrea" }, - { "value": "EE", "name": "Estonia" }, - { "value": "ET", "name": "Ethiopia" }, - { "value": "FK", "name": "Falkland Islands (Malvinas)" }, - { "value": "FO", "name": "Faroe Islands" }, - { "value": "FJ", "name": "Fiji" }, - { "value": "FI", "name": "Finland" }, - { "value": "FR", "name": "France" }, - { "value": "GF", "name": "French Guiana" }, - { "value": "PF", "name": "French Polynesia" }, - { "value": "TF", "name": "French Southern Territories" }, - { "value": "GA", "name": "Gabon" }, - { "value": "GM", "name": "Gambia" }, - { "value": "GE", "name": "Georgia" }, - { "value": "DE", "name": "Germany" }, - { "value": "GH", "name": "Ghana" }, - { "value": "GI", "name": "Gibraltar" }, - { "value": "GR", "name": "Greece" }, - { "value": "GL", "name": "Greenland" }, - { "value": "GD", "name": "Grenada" }, - { "value": "GP", "name": "Guadeloupe" }, - { "value": "GU", "name": "Guam" }, - { "value": "GT", "name": "Guatemala" }, - { "value": "GG", "name": "Guernsey" }, - { "value": "GN", "name": "Guinea" }, - { "value": "GW", "name": "Guinea-Bissau" }, - { "value": "GY", "name": "Guyana" }, - { "value": "HT", "name": "Haiti" }, - { "value": "HM", "name": "Heard Island and McDonald Islands" }, - { "value": "VA", "name": "Holy See (Vatican City State)" }, - { "value": "HN", "name": "Honduras" }, - { "value": "HK", "name": "Hong Kong" }, - { "value": "HU", "name": "Hungary" }, - { "value": "IS", "name": "Iceland" }, - { "value": "IN", "name": "India" }, - { "value": "ID", "name": "Indonesia" }, - { "value": "IR", "name": "Iran, Islamic Republic of" }, - { "value": "IQ", "name": "Iraq" }, - { "value": "IE", "name": "Ireland" }, - { "value": "IM", "name": "Isle of Man" }, - { "value": "IL", "name": "Israel" }, - { "value": "IT", "name": "Italy" }, - { "value": "JM", "name": "Jamaica" }, - { "value": "JP", "name": "Japan" }, - { "value": "JE", "name": "Jersey" }, - { "value": "JO", "name": "Jordan" }, - { "value": "KZ", "name": "Kazakhstan" }, - { "value": "KE", "name": "Kenya" }, - { "value": "KI", "name": "Kiribati" }, - { "value": "KP", "name": "Korea, Democratic People's Republic of" }, - { "value": "KR", "name": "Korea, Republic of" }, - { "value": "XK", "name": "Kosovo" }, - { "value": "KW", "name": "Kuwait" }, - { "value": "KG", "name": "Kyrgyzstan" }, - { "value": "LA", "name": "Lao People's Democratic Republic" }, - { "value": "LV", "name": "Latvia" }, - { "value": "LB", "name": "Lebanon" }, - { "value": "LS", "name": "Lesotho" }, - { "value": "LR", "name": "Liberia" }, - { "value": "LY", "name": "Libya" }, - { "value": "LI", "name": "Liechtenstein" }, - { "value": "LT", "name": "Lithuania" }, - { "value": "LU", "name": "Luxembourg" }, - { "value": "MO", "name": "Macao" }, - { "value": "MK", "name": "Macedonia, the Former Yugoslav Republic of" }, - { "value": "MG", "name": "Madagascar" }, - { "value": "MW", "name": "Malawi" }, - { "value": "MY", "name": "Malaysia" }, - { "value": "MV", "name": "Maldives" }, - { "value": "ML", "name": "Mali" }, - { "value": "MT", "name": "Malta" }, - { "value": "MH", "name": "Marshall Islands" }, - { "value": "MQ", "name": "Martinique" }, - { "value": "MR", "name": "Mauritania" }, - { "value": "MU", "name": "Mauritius" }, - { "value": "YT", "name": "Mayotte" }, - { "value": "MX", "name": "Mexico" }, - { "value": "FM", "name": "Micronesia, Federated States of" }, - { "value": "MD", "name": "Moldova, Republic of" }, - { "value": "MC", "name": "Monaco" }, - { "value": "MN", "name": "Mongolia" }, - { "value": "ME", "name": "Montenegro" }, - { "value": "MS", "name": "Montserrat" }, - { "value": "MA", "name": "Morocco" }, - { "value": "MZ", "name": "Mozambique" }, - { "value": "MM", "name": "Myanmar" }, - { "value": "NA", "name": "Namibia" }, - { "value": "NR", "name": "Nauru" }, - { "value": "NP", "name": "Nepal" }, - { "value": "NL", "name": "Netherlands" }, - { "value": "NC", "name": "New Caledonia" }, - { "value": "NZ", "name": "New Zealand" }, - { "value": "NI", "name": "Nicaragua" }, - { "value": "NE", "name": "Niger" }, - { "value": "NG", "name": "Nigeria" }, - { "value": "NU", "name": "Niue" }, - { "value": "NF", "name": "Norfolk Island" }, - { "value": "MP", "name": "Northern Mariana Islands" }, - { "value": "NO", "name": "Norway" }, - { "value": "OM", "name": "Oman" }, - { "value": "PK", "name": "Pakistan" }, - { "value": "PW", "name": "Palau" }, - { "value": "PS", "name": "Palestine, State of" }, - { "value": "PA", "name": "Panama" }, - { "value": "PG", "name": "Papua New Guinea" }, - { "value": "PY", "name": "Paraguay" }, - { "value": "PE", "name": "Peru" }, - { "value": "PH", "name": "Philippines" }, - { "value": "PN", "name": "Pitcairn" }, - { "value": "PL", "name": "Poland" }, - { "value": "PT", "name": "Portugal" }, - { "value": "PR", "name": "Puerto Rico" }, - { "value": "QA", "name": "Qatar" }, - { "value": "RE", "name": "R\u00e9union" }, - { "value": "RO", "name": "Romania" }, - { "value": "RU", "name": "Russian Federation" }, - { "value": "RW", "name": "Rwanda" }, - { "value": "BL", "name": "Saint Barth\u00e9lemy" }, - { "value": "SH", "name": "Saint Helena, Ascension and Tristan da Cunha" }, - { "value": "KN", "name": "Saint Kitts and Nevis" }, - { "value": "LC", "name": "Saint Lucia" }, - { "value": "MF", "name": "Saint Martin (French part)" }, - { "value": "PM", "name": "Saint Pierre and Miquelon" }, - { "value": "VC", "name": "Saint Vincent and the Grenadines" }, - { "value": "WS", "name": "Samoa" }, - { "value": "SM", "name": "San Marino" }, - { "value": "ST", "name": "Sao Tome and Principe" }, - { "value": "SA", "name": "Saudi Arabia" }, - { "value": "SN", "name": "Senegal" }, - { "value": "RS", "name": "Serbia" }, - { "value": "SC", "name": "Seychelles" }, - { "value": "SL", "name": "Sierra Leone" }, - { "value": "SG", "name": "Singapore" }, - { "value": "SX", "name": "Sint Maarten (Dutch part)" }, - { "value": "SK", "name": "Slovakia" }, - { "value": "SI", "name": "Slovenia" }, - { "value": "SB", "name": "Solomon Islands" }, - { "value": "SO", "name": "Somalia" }, - { "value": "ZA", "name": "South Africa" }, - { "value": "GS", "name": "South Georgia and the South Sandwich Islands" }, - { "value": "SS", "name": "South Sudan" }, - { "value": "ES", "name": "Spain" }, - { "value": "LK", "name": "Sri Lanka" }, - { "value": "SD", "name": "Sudan" }, - { "value": "SR", "name": "Suriname" }, - { "value": "SJ", "name": "Svalbard and Jan Mayen" }, - { "value": "SZ", "name": "Swaziland" }, - { "value": "SE", "name": "Sweden" }, - { "value": "CH", "name": "Switzerland" }, - { "value": "SY", "name": "Syrian Arab Republic" }, - { "value": "TW", "name": "Taiwan, Province of China" }, - { "value": "TJ", "name": "Tajikistan" }, - { "value": "TZ", "name": "Tanzania, United Republic of" }, - { "value": "TH", "name": "Thailand" }, - { "value": "TL", "name": "Timor-Leste" }, - { "value": "TG", "name": "Togo" }, - { "value": "TK", "name": "Tokelau" }, - { "value": "TO", "name": "Tonga" }, - { "value": "TT", "name": "Trinidad and Tobago" }, - { "value": "TN", "name": "Tunisia" }, - { "value": "TR", "name": "Turkey" }, - { "value": "TM", "name": "Turkmenistan" }, - { "value": "TC", "name": "Turks and Caicos Islands" }, - { "value": "TV", "name": "Tuvalu" }, - { "value": "UG", "name": "Uganda" }, - { "value": "UA", "name": "Ukraine" }, - { "value": "AE", "name": "United Arab Emirates" }, - { "value": "GB", "name": "United Kingdom" }, - { "value": "US", "name": "United States" }, - { "value": "UM", "name": "United States Minor Outlying Islands" }, - { "value": "UY", "name": "Uruguay" }, - { "value": "UZ", "name": "Uzbekistan" }, - { "value": "VU", "name": "Vanuatu" }, - { "value": "VE", "name": "Venezuela, Bolivarian Republic of" }, - { "value": "VN", "name": "Viet Nam" }, - { "value": "VG", "name": "Virgin Islands, British" }, - { "value": "VI", "name": "Virgin Islands, U.S." }, - { "value": "WF", "name": "Wallis and Futuna" }, - { "value": "EH", "name": "Western Sahara" }, - { "value": "YE", "name": "Yemen" }, - { "value": "ZM", "name": "Zambia" }, - { "value": "ZW", "name": "Zimbabwe" } + { + "value": "AF", + "label": "Afghanistan" + }, + { + "value": "AX", + "label": "\u00c5land Islands" + }, + { + "value": "AL", + "label": "Albania" + }, + { + "value": "DZ", + "label": "Algeria" + }, + { + "value": "AS", + "label": "American Samoa" + }, + { + "value": "AD", + "label": "Andorra" + }, + { + "value": "AO", + "label": "Angola" + }, + { + "value": "AI", + "label": "Anguilla" + }, + { + "value": "AQ", + "label": "Antarctica" + }, + { + "value": "AG", + "label": "Antigua and Barbuda" + }, + { + "value": "AR", + "label": "Argentina" + }, + { + "value": "AM", + "label": "Armenia" + }, + { + "value": "AW", + "label": "Aruba" + }, + { + "value": "AC", + "label": "Ascension Island" + }, + { + "value": "AU", + "label": "Australia" + }, + { + "value": "AT", + "label": "Austria" + }, + { + "value": "AZ", + "label": "Azerbaijan" + }, + { + "value": "BS", + "label": "Bahamas" + }, + { + "value": "BH", + "label": "Bahrain" + }, + { + "value": "BD", + "label": "Bangladesh" + }, + { + "value": "BB", + "label": "Barbados" + }, + { + "value": "BY", + "label": "Belarus" + }, + { + "value": "BE", + "label": "Belgium" + }, + { + "value": "BZ", + "label": "Belize" + }, + { + "value": "BJ", + "label": "Benin" + }, + { + "value": "BM", + "label": "Bermuda" + }, + { + "value": "BT", + "label": "Bhutan" + }, + { + "value": "BO", + "label": "Bolivia, Plurinational State of" + }, + { + "value": "BQ", + "label": "Bonaire, Sint Eustatius and Saba" + }, + { + "value": "BA", + "label": "Bosnia and Herzegovina" + }, + { + "value": "BW", + "label": "Botswana" + }, + { + "value": "BV", + "label": "Bouvet Island" + }, + { + "value": "BR", + "label": "Brazil" + }, + { + "value": "IO", + "label": "British Indian Ocean Territory" + }, + { + "value": "BN", + "label": "Brunei Darussalam" + }, + { + "value": "BG", + "label": "Bulgaria" + }, + { + "value": "BF", + "label": "Burkina Faso" + }, + { + "value": "BI", + "label": "Burundi" + }, + { + "value": "KH", + "label": "Cambodia" + }, + { + "value": "CM", + "label": "Cameroon" + }, + { + "value": "CA", + "label": "Canada" + }, + { + "value": "CV", + "label": "Cape Verde" + }, + { + "value": "KY", + "label": "Cayman Islands" + }, + { + "value": "CF", + "label": "Central African Republic" + }, + { + "value": "TD", + "label": "Chad" + }, + { + "value": "CL", + "label": "Chile" + }, + { + "value": "CN", + "label": "China" + }, + { + "value": "CX", + "label": "Christmas Island" + }, + { + "value": "CC", + "label": "Cocos (Keeling) Islands" + }, + { + "value": "CO", + "label": "Colombia" + }, + { + "value": "KM", + "label": "Comoros" + }, + { + "value": "CG", + "label": "Congo" + }, + { + "value": "CD", + "label": "Congo, the Democratic Republic of the" + }, + { + "value": "CK", + "label": "Cook Islands" + }, + { + "value": "CR", + "label": "Costa Rica" + }, + { + "value": "CI", + "label": "C\u00f4te d'Ivoire" + }, + { + "value": "HR", + "label": "Croatia" + }, + { + "value": "CU", + "label": "Cuba" + }, + { + "value": "CW", + "label": "Cura\u00e7ao" + }, + { + "value": "CY", + "label": "Cyprus" + }, + { + "value": "CZ", + "label": "Czech Republic" + }, + { + "value": "DK", + "label": "Denmark" + }, + { + "value": "DG", + "label": "Diego Garcia" + }, + { + "value": "DJ", + "label": "Djibouti" + }, + { + "value": "DM", + "label": "Dominica" + }, + { + "value": "DO", + "label": "Dominican Republic" + }, + { + "value": "EC", + "label": "Ecuador" + }, + { + "value": "EG", + "label": "Egypt" + }, + { + "value": "SV", + "label": "El Salvador" + }, + { + "value": "GQ", + "label": "Equatorial Guinea" + }, + { + "value": "ER", + "label": "Eritrea" + }, + { + "value": "EE", + "label": "Estonia" + }, + { + "value": "ET", + "label": "Ethiopia" + }, + { + "value": "FK", + "label": "Falkland Islands (Malvinas)" + }, + { + "value": "FO", + "label": "Faroe Islands" + }, + { + "value": "FJ", + "label": "Fiji" + }, + { + "value": "FI", + "label": "Finland" + }, + { + "value": "FR", + "label": "France" + }, + { + "value": "GF", + "label": "French Guiana" + }, + { + "value": "PF", + "label": "French Polynesia" + }, + { + "value": "TF", + "label": "French Southern Territories" + }, + { + "value": "GA", + "label": "Gabon" + }, + { + "value": "GM", + "label": "Gambia" + }, + { + "value": "GE", + "label": "Georgia" + }, + { + "value": "DE", + "label": "Germany" + }, + { + "value": "GH", + "label": "Ghana" + }, + { + "value": "GI", + "label": "Gibraltar" + }, + { + "value": "GR", + "label": "Greece" + }, + { + "value": "GL", + "label": "Greenland" + }, + { + "value": "GD", + "label": "Grenada" + }, + { + "value": "GP", + "label": "Guadeloupe" + }, + { + "value": "GU", + "label": "Guam" + }, + { + "value": "GT", + "label": "Guatemala" + }, + { + "value": "GG", + "label": "Guernsey" + }, + { + "value": "GN", + "label": "Guinea" + }, + { + "value": "GW", + "label": "Guinea-Bissau" + }, + { + "value": "GY", + "label": "Guyana" + }, + { + "value": "HT", + "label": "Haiti" + }, + { + "value": "HM", + "label": "Heard Island and McDonald Islands" + }, + { + "value": "VA", + "label": "Holy See (Vatican City State)" + }, + { + "value": "HN", + "label": "Honduras" + }, + { + "value": "HK", + "label": "Hong Kong" + }, + { + "value": "HU", + "label": "Hungary" + }, + { + "value": "IS", + "label": "Iceland" + }, + { + "value": "IN", + "label": "India" + }, + { + "value": "ID", + "label": "Indonesia" + }, + { + "value": "IR", + "label": "Iran, Islamic Republic of" + }, + { + "value": "IQ", + "label": "Iraq" + }, + { + "value": "IE", + "label": "Ireland" + }, + { + "value": "IM", + "label": "Isle of Man" + }, + { + "value": "IL", + "label": "Israel" + }, + { + "value": "IT", + "label": "Italy" + }, + { + "value": "JM", + "label": "Jamaica" + }, + { + "value": "JP", + "label": "Japan" + }, + { + "value": "JE", + "label": "Jersey" + }, + { + "value": "JO", + "label": "Jordan" + }, + { + "value": "KZ", + "label": "Kazakhstan" + }, + { + "value": "KE", + "label": "Kenya" + }, + { + "value": "KI", + "label": "Kiribati" + }, + { + "value": "KP", + "label": "Korea, Democratic People's Republic of" + }, + { + "value": "KR", + "label": "Korea, Republic of" + }, + { + "value": "XK", + "label": "Kosovo" + }, + { + "value": "KW", + "label": "Kuwait" + }, + { + "value": "KG", + "label": "Kyrgyzstan" + }, + { + "value": "LA", + "label": "Lao People's Democratic Republic" + }, + { + "value": "LV", + "label": "Latvia" + }, + { + "value": "LB", + "label": "Lebanon" + }, + { + "value": "LS", + "label": "Lesotho" + }, + { + "value": "LR", + "label": "Liberia" + }, + { + "value": "LY", + "label": "Libya" + }, + { + "value": "LI", + "label": "Liechtenstein" + }, + { + "value": "LT", + "label": "Lithuania" + }, + { + "value": "LU", + "label": "Luxembourg" + }, + { + "value": "MO", + "label": "Macao" + }, + { + "value": "MK", + "label": "Macedonia, the Former Yugoslav Republic of" + }, + { + "value": "MG", + "label": "Madagascar" + }, + { + "value": "MW", + "label": "Malawi" + }, + { + "value": "MY", + "label": "Malaysia" + }, + { + "value": "MV", + "label": "Maldives" + }, + { + "value": "ML", + "label": "Mali" + }, + { + "value": "MT", + "label": "Malta" + }, + { + "value": "MH", + "label": "Marshall Islands" + }, + { + "value": "MQ", + "label": "Martinique" + }, + { + "value": "MR", + "label": "Mauritania" + }, + { + "value": "MU", + "label": "Mauritius" + }, + { + "value": "YT", + "label": "Mayotte" + }, + { + "value": "MX", + "label": "Mexico" + }, + { + "value": "FM", + "label": "Micronesia, Federated States of" + }, + { + "value": "MD", + "label": "Moldova, Republic of" + }, + { + "value": "MC", + "label": "Monaco" + }, + { + "value": "MN", + "label": "Mongolia" + }, + { + "value": "ME", + "label": "Montenegro" + }, + { + "value": "MS", + "label": "Montserrat" + }, + { + "value": "MA", + "label": "Morocco" + }, + { + "value": "MZ", + "label": "Mozambique" + }, + { + "value": "MM", + "label": "Myanmar" + }, + { + "value": "NA", + "label": "Namibia" + }, + { + "value": "NR", + "label": "Nauru" + }, + { + "value": "NP", + "label": "Nepal" + }, + { + "value": "NL", + "label": "Netherlands" + }, + { + "value": "NC", + "label": "New Caledonia" + }, + { + "value": "NZ", + "label": "New Zealand" + }, + { + "value": "NI", + "label": "Nicaragua" + }, + { + "value": "NE", + "label": "Niger" + }, + { + "value": "NG", + "label": "Nigeria" + }, + { + "value": "NU", + "label": "Niue" + }, + { + "value": "NF", + "label": "Norfolk Island" + }, + { + "value": "MP", + "label": "Northern Mariana Islands" + }, + { + "value": "NO", + "label": "Norway" + }, + { + "value": "OM", + "label": "Oman" + }, + { + "value": "PK", + "label": "Pakistan" + }, + { + "value": "PW", + "label": "Palau" + }, + { + "value": "PS", + "label": "Palestine, State of" + }, + { + "value": "PA", + "label": "Panama" + }, + { + "value": "PG", + "label": "Papua New Guinea" + }, + { + "value": "PY", + "label": "Paraguay" + }, + { + "value": "PE", + "label": "Peru" + }, + { + "value": "PH", + "label": "Philippines" + }, + { + "value": "PN", + "label": "Pitcairn" + }, + { + "value": "PL", + "label": "Poland" + }, + { + "value": "PT", + "label": "Portugal" + }, + { + "value": "PR", + "label": "Puerto Rico" + }, + { + "value": "QA", + "label": "Qatar" + }, + { + "value": "RE", + "label": "R\u00e9union" + }, + { + "value": "RO", + "label": "Romania" + }, + { + "value": "RU", + "label": "Russian Federation" + }, + { + "value": "RW", + "label": "Rwanda" + }, + { + "value": "BL", + "label": "Saint Barth\u00e9lemy" + }, + { + "value": "SH", + "label": "Saint Helena, Ascension and Tristan da Cunha" + }, + { + "value": "KN", + "label": "Saint Kitts and Nevis" + }, + { + "value": "LC", + "label": "Saint Lucia" + }, + { + "value": "MF", + "label": "Saint Martin (French part)" + }, + { + "value": "PM", + "label": "Saint Pierre and Miquelon" + }, + { + "value": "VC", + "label": "Saint Vincent and the Grenadines" + }, + { + "value": "WS", + "label": "Samoa" + }, + { + "value": "SM", + "label": "San Marino" + }, + { + "value": "ST", + "label": "Sao Tome and Principe" + }, + { + "value": "SA", + "label": "Saudi Arabia" + }, + { + "value": "SN", + "label": "Senegal" + }, + { + "value": "RS", + "label": "Serbia" + }, + { + "value": "SC", + "label": "Seychelles" + }, + { + "value": "SL", + "label": "Sierra Leone" + }, + { + "value": "SG", + "label": "Singapore" + }, + { + "value": "SX", + "label": "Sint Maarten (Dutch part)" + }, + { + "value": "SK", + "label": "Slovakia" + }, + { + "value": "SI", + "label": "Slovenia" + }, + { + "value": "SB", + "label": "Solomon Islands" + }, + { + "value": "SO", + "label": "Somalia" + }, + { + "value": "ZA", + "label": "South Africa" + }, + { + "value": "GS", + "label": "South Georgia and the South Sandwich Islands" + }, + { + "value": "SS", + "label": "South Sudan" + }, + { + "value": "ES", + "label": "Spain" + }, + { + "value": "LK", + "label": "Sri Lanka" + }, + { + "value": "SD", + "label": "Sudan" + }, + { + "value": "SR", + "label": "Suriname" + }, + { + "value": "SJ", + "label": "Svalbard and Jan Mayen" + }, + { + "value": "SZ", + "label": "Swaziland" + }, + { + "value": "SE", + "label": "Sweden" + }, + { + "value": "CH", + "label": "Switzerland" + }, + { + "value": "SY", + "label": "Syrian Arab Republic" + }, + { + "value": "TW", + "label": "Taiwan, Province of China" + }, + { + "value": "TJ", + "label": "Tajikistan" + }, + { + "value": "TZ", + "label": "Tanzania, United Republic of" + }, + { + "value": "TH", + "label": "Thailand" + }, + { + "value": "TL", + "label": "Timor-Leste" + }, + { + "value": "TG", + "label": "Togo" + }, + { + "value": "TK", + "label": "Tokelau" + }, + { + "value": "TO", + "label": "Tonga" + }, + { + "value": "TT", + "label": "Trinidad and Tobago" + }, + { + "value": "TN", + "label": "Tunisia" + }, + { + "value": "TR", + "label": "Turkey" + }, + { + "value": "TM", + "label": "Turkmenistan" + }, + { + "value": "TC", + "label": "Turks and Caicos Islands" + }, + { + "value": "TV", + "label": "Tuvalu" + }, + { + "value": "UG", + "label": "Uganda" + }, + { + "value": "UA", + "label": "Ukraine" + }, + { + "value": "AE", + "label": "United Arab Emirates" + }, + { + "value": "GB", + "label": "United Kingdom" + }, + { + "value": "US", + "label": "United States" + }, + { + "value": "UM", + "label": "United States Minor Outlying Islands" + }, + { + "value": "UY", + "label": "Uruguay" + }, + { + "value": "UZ", + "label": "Uzbekistan" + }, + { + "value": "VU", + "label": "Vanuatu" + }, + { + "value": "VE", + "label": "Venezuela, Bolivarian Republic of" + }, + { + "value": "VN", + "label": "Viet Nam" + }, + { + "value": "VG", + "label": "Virgin Islands, British" + }, + { + "value": "VI", + "label": "Virgin Islands, U.S." + }, + { + "value": "WF", + "label": "Wallis and Futuna" + }, + { + "value": "EH", + "label": "Western Sahara" + }, + { + "value": "YE", + "label": "Yemen" + }, + { + "value": "ZM", + "label": "Zambia" + }, + { + "value": "ZW", + "label": "Zimbabwe" + } ] -} +} \ No newline at end of file diff --git a/src/data/BPAField.schema.v1.json b/src/data/BPAField.schema.v1.json deleted file mode 100644 index 810329db4e16..000000000000 --- a/src/data/BPAField.schema.v1.json +++ /dev/null @@ -1,233 +0,0 @@ -{ - "title": "BPA Field Builder", - "type": "object", - "required": ["name", "API", "StoreAs"], - "properties": { - "name": { - "type": "string", - "title": "Field Name", - "description": "Identifier for each set or category of data." - }, - "UseExistingInfo": { - "type": "boolean", - "title": "Use Existing Info?", - "default": false - }, - "StoreAs": { - "type": "string", - "title": "Store As", - "description": "The format in which to store the fetched data.", - "anyOf": [ - { - "const": "JSON", - "title": "JSON - For structured data" - }, - { - "const": "bool", - "title": "Boolean - True/False values" - } - ] - }, - "ExtractFields": { - "title": "Extract Fields", - "description": "Lists the attributes or fields to extract from the returned data.", - "type": "array", - "items": { - "type": "string" - }, - "minItems": 1 - }, - "where": { - "title": "Where", - "description": "A conditional filter to determine which data gets displayed or processed. Use PowerShell's Where-Object Filterscript format.", - "type": "string" - }, - "FrontendFields": { - "type": "array", - "title": "Frontend Fields", - "description": "Describes how each data attribute will be displayed in the report.", - "items": { - "type": "object", - "properties": { - "name": { - "title": "Name", - "description": "Label for the data in the report.", - "type": "string" - }, - "value": { - "title": "Value", - "description": "Reference to the data's location or attribute.", - "type": "string" - }, - "formatter": { - "title": "Formatter", - "description": "Specifies how the data will be formatted for display.", - "type": "string", - "anyOf": [ - { - "const": "string", - "title": "Display as plain text" - }, - { - "const": "bool", - "title": "Presents as True or False" - }, - { - "const": "warnBool", - "title": "Shows boolean values with potential visual warnings" - }, - { - "const": "reverseBool", - "title": "Inverts the boolean value for display" - }, - { - "const": "table", - "title": "Represents the data in a table format" - }, - { - "const": "number", - "title": "Displays as a numerical value" - }, - { - "const": "math", - "title": "Displays as a calculated value" - } - ] - } - } - }, - "minItems": 1, - "required": ["name", "value", "formatter"] - }, - "desc": { - "title": "Field Description", - "description": "A description field shown on the end of the card on the tenant overview page", - "type": "string" - } - }, - "allOf": [ - { - "if": { - "properties": { - "UseExistingInfo": { - "enum": [false] - } - } - }, - "then": { - "properties": { - "API": { - "type": "string", - "title": "API", - "anyOf": [ - { - "const": "Graph", - "title": "Graph" - }, - { - "const": "Exchange", - "title": "Exchange" - }, - { - "const": "CIPPFunction", - "title": "CIPP Function" - } - ], - "default": "Graph", - "description": "Defines the source or type of API to fetch the data." - } - }, - "allOf": [ - { - "if": { - "properties": { - "API": { - "enum": ["CIPPFunction"] - } - } - }, - "then": { - "properties": { - "URL": { - "type": "string", - "description": "The endpoint for CIPP Function" - } - }, - "required": ["URL"] - } - }, - { - "if": { - "properties": { - "API": { - "enum": ["Exchange"] - } - } - }, - "then": { - "properties": { - "command": { - "type": "string", - "title": "Command", - "pattern": "^Get-", - "description": "Command for Exchange (Get only)" - } - }, - "required": ["command"] - } - }, - { - "if": { - "properties": { - "API": { - "enum": ["Graph"] - } - } - }, - "then": { - "properties": { - "parameters": { - "type": "object", - "title": "Parameters", - "description": "Additional settings or parameters required for the API call.", - "properties": { - "asApp": { - "title": "Use Application Permissions", - "type": "boolean" - } - }, - "additionalProperties": true - }, - "URL": { - "type": "string", - "pattern": "^https://graph.microsoft.com/", - "description": "The endpoint for Graph" - } - }, - "required": ["URL"] - } - }, - { - "if": { - "properties": { - "API": { - "enum": ["Exchange", "CIPPFunction"] - } - } - }, - "then": { - "properties": { - "parameters": { - "type": "object", - "title": "Parameters", - "description": "Additional settings or parameters required for the API call.", - "additionalProperties": true - } - } - } - } - ] - } - } - ] -} diff --git a/src/data/BPAField.uischema.v1.json b/src/data/BPAField.uischema.v1.json deleted file mode 100644 index bc36b81d44b2..000000000000 --- a/src/data/BPAField.uischema.v1.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ui:disabled": false, - "ui:readonly": false, - "ui:order": [ - "name", - "desc", - "UseExistingInfo", - "API", - "StoreAs", - "URL", - "command", - "parameters", - "where", - "ExtractFields", - "FrontendFields", - "*" - ], - "ui:submitButtonOptions": { - "submitText": "Validate", - "norender": false, - "props": { - "disabled": false, - "className": "btn btn-primary" - } - } -} diff --git a/src/data/BPAReport.schema.v1.json b/src/data/BPAReport.schema.v1.json deleted file mode 100644 index f84418893481..000000000000 --- a/src/data/BPAReport.schema.v1.json +++ /dev/null @@ -1,257 +0,0 @@ -{ - "title": "BPA Report Builder", - "type": "object", - "required": ["name", "style", "Fields"], - "properties": { - "name": { - "type": "string", - "title": "Report Name", - "description": "The title or name of the report." - }, - "style": { - "type": "string", - "title": "Report Style", - "default": "Table", - "enum": ["Table", "Tenant"], - "description": "Specifies the layout or presentation style of the report." - }, - "Fields": { - "title": "Report Fields", - "type": "array", - "minItems": 1, - "items": { - "required": ["name"], - "properties": { - "name": { - "type": "string", - "title": "Field Name", - "description": "Identifier for each set or category of data." - }, - "UseExistingInfo": { - "type": "boolean", - "title": "Use Existing Info?", - "default": false - }, - "FrontendFields": { - "type": "array", - "title": "Frontend Fields", - "description": "Describes how each data attribute will be displayed in the report.", - "items": { - "type": "object", - "properties": { - "name": { - "title": "Name", - "description": "Label for the data in the report.", - "type": "string" - }, - "value": { - "title": "Value", - "description": "Reference to the data's location or attribute.", - "type": "string" - }, - "formatter": { - "title": "Formatter", - "description": "Specifies how the data will be formatted for display.", - "type": "string", - "anyOf": [ - { - "const": "string", - "title": "Display as plain text" - }, - { - "const": "bool", - "title": "True/False" - }, - { - "const": "warnBool", - "title": "True/False values with potential visual warnings" - }, - { - "const": "reverseBool", - "title": "Inverts the True/False value for display" - }, - { - "const": "table", - "title": "Represents the data in a table format" - }, - { - "const": "number", - "title": "Displays as a numerical value" - } - ] - } - } - }, - "minItems": 1, - "required": ["name", "value", "formatter"] - }, - "desc": { - "title": "Field Description", - "description": "A description field shown on the end of the card on the tenant overview page", - "type": "string" - } - }, - "allOf": [ - { - "if": { - "properties": { - "UseExistingInfo": { - "enum": [false] - } - } - }, - "then": { - "required": ["API", "StoreAs", "ExtractFields"], - "properties": { - "where": { - "title": "Where", - "description": "A conditional filter to determine which data gets displayed or processed. Use PowerShell's Where-Object Filterscript format.", - "type": "string" - }, - "StoreAs": { - "type": "string", - "title": "Store As", - "description": "The format in which to store the fetched data.", - "anyOf": [ - { - "const": "string", - "title": "String - For plain text" - }, - { - "const": "JSON", - "title": "JSON - For structured data" - }, - { - "const": "bool", - "title": "Boolean - True/False values" - } - ] - }, - "API": { - "type": "string", - "title": "API", - "anyOf": [ - { - "const": "Graph", - "title": "Graph" - }, - { - "const": "Exchange", - "title": "Exchange" - }, - { - "const": "CIPPFunction", - "title": "CIPP Function" - } - ], - "default": "Graph", - "description": "Defines the source or type of API to fetch the data." - }, - "ExtractFields": { - "title": "Extract Fields", - "description": "Lists the attributes or fields to extract from the returned data.", - "type": "array", - "items": { - "type": "string" - }, - "minItems": 1 - } - }, - "allOf": [ - { - "if": { - "properties": { - "API": { - "enum": ["CIPPFunction"] - } - } - }, - "then": { - "properties": { - "Command": { - "type": "string", - "pattern": "^Get-CIPP", - "description": "Command for CIPP Function (Get-CIPP)" - } - }, - "required": ["Command"] - } - }, - { - "if": { - "properties": { - "API": { - "enum": ["Exchange"] - } - } - }, - "then": { - "properties": { - "Command": { - "type": "string", - "title": "Command", - "pattern": "^Get-", - "description": "Command for Exchange (Get only)" - } - }, - "required": ["Command"] - } - }, - { - "if": { - "properties": { - "API": { - "enum": ["Graph"] - } - } - }, - "then": { - "properties": { - "parameters": { - "type": "object", - "title": "Parameters", - "description": "Additional settings or parameters required for the API call.", - "properties": { - "asApp": { - "title": "Use Application Permissions", - "type": "boolean" - } - }, - "additionalProperties": true - }, - "URL": { - "type": "string", - "pattern": "^https://graph.microsoft.com/", - "description": "The endpoint for Graph" - } - }, - "required": ["URL"] - } - }, - { - "if": { - "properties": { - "API": { - "enum": ["Exchange", "CIPPFunction"] - } - } - }, - "then": { - "properties": { - "parameters": { - "type": "object", - "title": "Parameters", - "description": "Additional settings or parameters required for the API call.", - "additionalProperties": true - } - } - } - } - ] - } - } - ] - } - } - } -} diff --git a/src/data/BPAReport.uischema.v1.json b/src/data/BPAReport.uischema.v1.json deleted file mode 100644 index 19e3c7d01237..000000000000 --- a/src/data/BPAReport.uischema.v1.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "ui:disabled": false, - "ui:readonly": false, - "ui:order": ["name", "style", "*"], - "Fields": { - "items": { - "ui:order": [ - "name", - "desc", - "UseExistingInfo", - "StoreAs", - "API", - "URL", - "Command", - "parameters", - "where", - "ExtractFields", - "FrontendFields", - "*" - ], - "FrontendFields": { - "ui:classNames": "card card-title p-4 my-4" - } - } - }, - "ui:submitButtonOptions": { - "norender": true - } -} diff --git a/src/data/CIPPDefaultGDAPRoles.json b/src/data/CIPPDefaultGDAPRoles.json new file mode 100644 index 000000000000..f59aa19422aa --- /dev/null +++ b/src/data/CIPPDefaultGDAPRoles.json @@ -0,0 +1,50 @@ +[ + { + "label": "Application Administrator", + "value": "9b895d92-2cd3-44c7-9d02-a6ac2d5ea5c3" + }, + { + "label": "Authentication Policy Administrator", + "value": "0526716b-113d-4c15-b2c8-68e3c22b9f80" + }, + { + "label": "Cloud App Security Administrator", + "value": "892c5842-a9a6-463a-8041-72aa08ca3cf6" + }, + { + "label": "Cloud Device Administrator", + "value": "7698a772-787b-4ac8-901f-60d6b08affd2" + }, + { + "label": "Exchange Administrator", + "value": "29232cdf-9323-42fd-ade2-1d097af3e4de" + }, + { + "label": "Intune Administrator", + "value": "3a2c62db-5318-420d-8d74-23affee5d9d5" + }, + { + "label": "Privileged Authentication Administrator", + "value": "7be44c8a-adaf-4e2a-84d6-ab2649e08a13" + }, + { + "label": "Privileged Role Administrator", + "value": "e8611ab8-c189-46e8-94e1-60213ab1f814" + }, + { + "label": "Security Administrator", + "value": "194ae4cb-b126-40b2-bd5b-6091b380977d" + }, + { + "label": "SharePoint Administrator", + "value": "f28a1f50-f6e7-4571-818b-6a12f2af6b6c" + }, + { + "label": "Teams Administrator", + "value": "69091246-20e8-4a56-aa4d-066075b2a7a8" + }, + { + "label": "User Administrator", + "value": "fe930be7-5e62-47db-91af-98c3a49a38b1" + } +] diff --git a/src/data/DiagnosticsPresets.json b/src/data/DiagnosticsPresets.json new file mode 100644 index 000000000000..ac354677b226 --- /dev/null +++ b/src/data/DiagnosticsPresets.json @@ -0,0 +1,56 @@ +[ + { + "name": "Completed Tasks Summary (Last 24h)", + "id": "a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d", + "query": "customEvents\n| where timestamp between (ago(1d) .. now())\n| where name == \"CIPP.TaskCompleted\"\n| extend TaskName = tostring(customDimensions.TaskName)\n , Command = tostring(customDimensions.Command)\n , Tenant = tostring(customDimensions.Tenant)\n , DurationMs = todouble(customMeasurements.DurationMs)\n| summarize\n Count = count(),\n TotalDurationMs = sum(DurationMs),\n AvgDurationMs = avg(DurationMs),\n MaxDurationMs = max(DurationMs)\n by TaskName, Command, Tenant\n| extend name = \"CIPP.TaskCompleted\"\n| order by TotalDurationMs desc", + "isBuiltin": true, + "columns": [ + "TaskName", + "Command", + "Tenant", + "Count", + "TotalDurationMs", + "AvgDurationMs", + "MaxDurationMs" + ] + }, + { + "name": "Completed Standards Summary (Last 24h)", + "id": "b2c3d4e5-f6a7-4b5c-9d0e-1f2a3b4c5d6e", + "query": "customEvents\n| where timestamp between (ago(1d) .. now())\n| where name == \"CIPP.StandardCompleted\"\n| extend TaskName = tostring(customDimensions.TaskName)\n , Command = tostring(customDimensions.Command)\n , Tenant = tostring(customDimensions.Tenant)\n , DurationMs = todouble(customMeasurements.DurationMs)\n| summarize\n Count = count(),\n TotalDurationMs = sum(DurationMs),\n AvgDurationMs = avg(DurationMs),\n MaxDurationMs = max(DurationMs)\n by TaskName, Command, Tenant\n| extend name = \"CIPP.StandardCompleted\"\n| order by TotalDurationMs desc", + "isBuiltin": true, + "columns": [ + "TaskName", + "Command", + "Tenant", + "Count", + "TotalDurationMs", + "AvgDurationMs", + "MaxDurationMs" + ] + }, + { + "name": "Console Logs (Last 24h)", + "id": "c3d4e5f6-a7b8-4c5d-0e1f-2a3b4c5d6e7f", + "query": "customEvents\n| where timestamp > ago(1d)\n| where name == \"CIPP.ConsoleLog\"\n| extend Message = tostring(customDimensions['Message'])\n , Level = tostring(customDimensions['Level'])\n , InvocationId = tostring(customDimensions['InvocationId'])\n| project timestamp, name, Level, Message, InvocationId\n| order by timestamp desc", + "isBuiltin": true, + "columns": [ + "timestamp", + "Level", + "Message", + "InvocationId" + ] + }, + { + "name": "Console Errors and Warnings (Last 24h)", + "id": "d4e5f6a7-b8c9-4d5e-1f2a-3b4c5d6e7f8a", + "query": "customEvents\n| where timestamp > ago(1d)\n| where name == \"CIPP.ConsoleLog\"\n| where tostring(customDimensions['Level']) in ('Error', 'Warning')\n| extend Message = tostring(customDimensions['Message'])\n , Level = tostring(customDimensions['Level'])\n , InvocationId = tostring(customDimensions['InvocationId'])\n| project timestamp, name, Level, Message, InvocationId\n| order by timestamp desc", + "isBuiltin": true, + "columns": [ + "timestamp", + "Level", + "Message", + "InvocationId" + ] + } +] \ No newline at end of file diff --git a/src/data/Extensions.json b/src/data/Extensions.json index 6524c9236657..c6d8ced44146 100644 --- a/src/data/Extensions.json +++ b/src/data/Extensions.json @@ -1,163 +1,509 @@ [ { "name": "CIPP-API", + "id": "cippapi", "type": "CIPP-API", "cat": "API", + "logo": "/assets/integrations/cipp-api.png", "forceSyncButton": false, - "disableWhenhosted": true, - "helpText": "This integration allows you to enable CIPP-API access outside of CIPP. Requires Global Administrator permissions inside your tenant for activation of the API. The API credentials will only be shown once.", + "hideTestButton": true, + "description": "The CIPP API allows you to access CIPP data outside of CIPP using a RESTful API.", + "helpText": "This integration allows you to enable CIPP-API access outside of CIPP. This is useful for integrations with other systems or custom scripts.", + "links": [ + { + "name": "CIPP API Documentation", + "url": "https://docs.cipp.app/api-documentation/setup-and-authentication" + } + ], + "mappingRequired": false + }, + { + "name": "Sherweb", + "id": "Sherweb", + "type": "Sherweb", + "cat": "CSP", + "logo": "/assets/integrations/sherweb.png", + "logoDark": "/assets/integrations/sherweb_dark.png", + "description": "Enable the Sherweb integration to manage your CSP licensing from CIPP.", + "helpText": "This integration allows you to manage your CSP licensing from CIPP. Purchase new licenses while adding or editing users in CIPP. Not a Sherweb partner? Sign up for the Sherweb Cloud Services for MSPs program.", + "mappingRequired": true, + "links": [ + { + "name": "Sherweb CIPP Integration", + "url": "https://info.sherweb.com/sherweb-cipp-integration" + } + ], "SettingOptions": [ { - "type": "checkbox", - "name": "cippapi.ResetPassword", - "label": "Reset application secret - this will invalidate all existing API tokens" + "type": "switch", + "name": "Sherweb.Enabled", + "label": "Enable Integration" }, { - "type": "checkbox", - "name": "cippapi.Enabled", - "label": "Enable Integration" + "type": "textField", + "name": "Sherweb.clientId", + "label": "Client ID", + "placeholder": "Enter your Sherweb Client ID", + "required": true, + "condition": { + "field": "Sherweb.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "textField", + "name": "Sherweb.SubscriptionKey", + "label": "Subscription Key", + "placeholder": "Enter your Sherweb Subscription Key", + "required": true, + "condition": { + "field": "Sherweb.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "password", + "name": "Sherweb.APIKey", + "label": "Client Secret", + "placeholder": "Enter your Sherweb Client Secret", + "required": true, + "condition": { + "field": "Sherweb.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "autoComplete", + "name": "Sherweb.AllowedCustomRoles", + "label": "Select CIPP roles that are allowed to purchase licenses", + "api": { + "url": "/api/ListCustomRole", + "queryKey": "CustomRoles", + "labelField": "RoleName", + "valueField": "RoleName" + }, + "multiple": true, + "condition": { + "field": "Sherweb.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "switch", + "name": "Sherweb.AutoMigrations", + "label": "Enable automated migration to Sherweb", + "condition": { + "field": "Sherweb.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "autoComplete", + "name": "Sherweb.migrationMethods", + "label": "Select how you'd like automated migrations to be handled", + "options": [ + { + "label": "Notify only - This will notify you when a subscription is in its cancellation window for non Sherweb subscriptions", + "value": "notifyOnly" + }, + { + "label": "Buy and notify - This will automatically buy the subscription and notify you when a subscription is in its cancellation window for non Sherweb subscriptions", + "value": "buyAndNotify" + }, + { + "label": "Buy and cancel - This will automatically buy the subscription and cancel the old subscription when a subscription is in its cancellation window for non Sherweb subscriptions", + "value": "buyAndCancel" + } + ], + "multiple": false, + "condition": { + "field": "Sherweb.AutoMigrations", + "compareType": "is", + "compareValue": true + } + }, + { + "type": "autoComplete", + "name": "Sherweb.migrateFrom", + "label": "Select the vendor to automatically migrate from", + "options": [ + { + "label": "Pax8", + "value": "Pax8" + } + ], + "multiple": false, + "condition": { + "field": "Sherweb.migrationMethods", + "compareType": "is", + "compareValue": "buyAndCancel" + } + }, + { + "type": "autoComplete", + "name": "Sherweb.migrateToLicense", + "label": "Select the type of license to automatically migrate to", + "options": [ + { + "label": "Yearly", + "value": "Y1Y" + }, + { + "label": "Annual paid monthly", + "value": "M1Y" + }, + { + "label": "Monthly", + "value": "M2M" + } + ], + "multiple": false, + "condition": { + "field": "Sherweb.migrationMethods", + "compareType": "contains", + "compareValue": "buy" + } + }, + { + "type": "password", + "name": "Pax8.clientId", + "label": "Pax8 Client ID", + "placeholder": "Enter your Pax8 Client ID", + "required": true, + "condition": { + "field": "Sherweb.migrateFrom", + "compareType": "is", + "compareValue": "Pax8" + } + }, + { + "type": "password", + "name": "Pax8.APIKey", + "label": "Pax8 Client Secret", + "placeholder": "Enter your Pax Client Secret", + "required": true, + "condition": { + "field": "Sherweb.migrateFrom", + "compareType": "is", + "compareValue": "Pax8" + } } - ], - "mappingRequired": false + ] }, { "name": "Gradient", + "id": "Gradient", "type": "Gradient", "cat": "Billing & Invoicing", + "logo": "/assets/integrations/gradient.png", + "logoDark": "/assets/integrations/gradient_dark.png", "forceSyncButton": true, + "description": "Enable the Gradient integration to send license counts and create tickets.", "helpText": "This integration allows you to send your license counts to Gradient for billing purposes, and create tickets if your PSA supports ticket creation by Gradient.", + "links": [ + { + "name": "Gradient Documentation", + "url": "https://support.meetgradient.com/cipp" + } + ], "SettingOptions": [ { - "type": "input", - "fieldtype": "password", + "type": "switch", + "name": "Gradient.Enabled", + "label": "Enable Integration" + }, + { + "type": "textField", "name": "Gradient.VendorKey", "label": "Gradient Vendor API Key", - "placeholder": "Enter your Gradient Vendor Key." + "placeholder": "Enter your Gradient Vendor Key.", + "required": true, + "condition": { + "field": "Gradient.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "password", + "type": "password", "name": "Gradient.APIKey", "label": "Gradient Partner API Key", - "placeholder": "Enter your Gradient Partner Key. Leave blank to keep your current key." + "placeholder": "Enter your Gradient Partner Key. Leave blank to keep your current key.", + "required": true, + "condition": { + "field": "Gradient.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", "name": "Gradient.BillingEnabled", - "label": "Enable sending all license information to Gradient" - }, - { - "type": "checkbox", - "name": "Gradient.Enabled", - "label": "Enable Integration" + "label": "Enable sending all license information to Gradient", + "condition": { + "field": "Gradient.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } } ], "mappingRequired": false }, { "name": "Halo PSA Ticketing", + "id": "HaloPSA", "type": "HaloPSA", "cat": "Ticketing", + "logo": "/assets/integrations/halo.png", "forceSyncButton": false, + "description": "Enable the HaloPSA integration to send alerts to your ticketing system.", "helpText": "This integration allows you to send alerts to your ticketing system.", + "links": [ + { + "name": "HaloPSA Documentation", + "url": "https://halopsa.com/guides/" + } + ], "SettingOptions": [ { - "type": "input", - "fieldtype": "input", + "type": "switch", + "name": "HaloPSA.Enabled", + "label": "Enable Integration" + }, + { + "type": "switch", + "name": "HaloPSA.ConsolidateTickets", + "label": "Consolidate Tickets", + "placeholder": "Consolidate tickets for the same alert into one ticket.", + "condition": { + "field": "HaloPSA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "textField", "name": "HaloPSA.ResourceURL", "label": "HaloPSA Resource Server URL", - "placeholder": "Enter your HaloPSA Resource Server URL." + "placeholder": "Enter your HaloPSA Resource Server URL.", + "required": true, + "condition": { + "field": "HaloPSA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "input", + "type": "textField", "name": "HaloPSA.AuthURL", "label": "HaloPSA Authorisation Endpoint URL", - "placeholder": "Enter your HaloPSA Authorisation Endpoint URL." + "placeholder": "Enter your HaloPSA Authorisation Endpoint URL.", + "required": true, + "condition": { + "field": "HaloPSA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "input", + "type": "textField", "name": "HaloPSA.Tenant", "label": "HaloPSA Tenant", - "placeholder": "Enter your HaloPSA Tenant (Leave blank if self-hosted" + "placeholder": "Enter your HaloPSA Tenant (Leave blank if self-hosted)", + "required": true, + "condition": { + "field": "HaloPSA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "input", - "name": "HaloPSA.TicketType", - "label": "HaloPSA Ticket Type ID", - "placeholder": "Enter your HaloPSA ticket type to use for CIPP Tickets. Leave blank for default." - }, - { - "type": "input", - "fieldtype": "input", + "type": "textField", "name": "HaloPSA.ClientID", "label": "HaloPSA Client ID", - "placeholder": "Enter your HaloPSA Client ID" + "placeholder": "Enter your HaloPSA Client ID", + "required": true, + "condition": { + "field": "HaloPSA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "password", + "type": "password", "name": "HaloPSA.APIKey", "label": "HaloPSA Client Secret", - "placeholder": "Enter your client Secret. Leave blank to keep your current key." + "placeholder": "Enter your client Secret. Leave blank to keep your current key.", + "required": true, + "condition": { + "field": "HaloPSA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", - "name": "HaloPSA.Enabled", - "label": "Enable Integration" + "type": "autoComplete", + "name": "HaloPSA.TicketType", + "label": "HaloPSA Ticket Type", + "placeholder": "Select your HaloPSA Ticket Type, leave blank for default", + "multiple": false, + "api": { + "url": "/api/ExecExtensionMapping", + "data": { + "List": "HaloPSAFields" + }, + "queryKey": "HaloTicketTypes", + "dataKey": "TicketTypes", + "labelField": "name", + "valueField": "id", + "showRefresh": true + }, + "condition": { + "field": "HaloPSA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "autoComplete", + "name": "HaloPSA.Outcome", + "label": "HaloPSA Outcome", + "placeholder": "Select your HaloPSA Outcome, leave blank for default", + "multiple": false, + "api": { + "url": "/api/ExecExtensionMapping", + "data": { + "List": "HaloPSAFields" + }, + "queryKey": "HaloOutcomes", + "dataKey": "Outcomes", + "labelField": "buttonname", + "valueField": "id", + "showRefresh": true + }, + "condition": { + "field": "HaloPSA.ConsolidateTickets", + "compareType": "is", + "compareValue": true, + "action": "disable" + } } ], "mappingRequired": true }, { "name": "NinjaOne", + "id": "NinjaOne", "type": "NinjaOne", "cat": "Documentation & Monitoring", + "logo": "/assets/integrations/ninjaone.png", + "logoDark": "/assets/integrations/ninjaone_dark.png", "forceSyncButton": true, + "description": "Enable the NinjaOne integration to sync documentation and monitor device compliance.", "helpText": "This integration allows you to populate custom fields with Tenant information, monitor device compliance state, document other items and generate relationships inside NinjaOne.", + "links": [ + { + "name": "NinjaOne Documentation", + "url": "https://www.ninjaone.com/integrations/cyberdrain/" + } + ], "SettingOptions": [ { - "type": "input", - "fieldtype": "input", + "type": "switch", + "name": "NinjaOne.Enabled", + "label": "Enable Integration" + }, + { + "type": "textField", "name": "NinjaOne.Instance", "label": "Please enter your NinjaOne Instance hostname", - "placeholder": "app.ninjarmm.com, eu.ninjarmm.com, oc.ninjarmm.com, ca.ninjarmm.com, us2.ninjarmm.com" + "placeholder": "app.ninjarmm.com, eu.ninjarmm.com, oc.ninjarmm.com, ca.ninjarmm.com, us2.ninjarmm.com", + "required": true, + "condition": { + "field": "NinjaOne.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "password", + "type": "textField", "name": "NinjaOne.ClientID", "label": "NinjaOne API Client ID", - "placeholder": "Enter your NinjaOne API Client ID" + "placeholder": "Enter your NinjaOne API Client ID", + "required": true, + "condition": { + "field": "NinjaOne.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "password", + "type": "password", "name": "NinjaOne.APIKey", "label": "NinjaOne API Client Secret", - "placeholder": "Enter your NinjaOne API Client Secret" + "placeholder": "Enter your NinjaOne API Client Secret", + "required": true, + "condition": { + "field": "NinjaOne.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", "name": "NinjaOne.LicenseDocumentsEnabled", - "label": "Sync Licenses (Requires NinjaOne Documentation)" + "label": "Sync Licenses (Requires NinjaOne Documentation)", + "condition": { + "field": "NinjaOne.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", "name": "NinjaOne.UserDocumentsEnabled", - "label": "Sync Users (Requires NinjaOne Documentation)" + "label": "Sync Users (Requires NinjaOne Documentation)", + "condition": { + "field": "NinjaOne.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", "name": "NinjaOne.LicensedOnly", - "label": "Only Sync Licensed Users (Requires NinjaOne Documentation)" - }, - { - "type": "checkbox", - "name": "NinjaOne.Enabled", - "label": "Enable Integration" + "label": "Only Sync Licensed Users (Requires NinjaOne Documentation)", + "condition": { + "field": "NinjaOne.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } } ], "mappingRequired": true, @@ -167,54 +513,129 @@ }, { "name": "Hudu", + "id": "Hudu", "type": "Hudu", "cat": "Documentation", + "logo": "/assets/integrations/hudu.png", + "logoDark": "/assets/integrations/hudu_dark.png", "forceSyncButton": true, + "description": "Enable the Hudu integration to sync documentation", "helpText": "This integration allows you to populate custom asset layouts with Tenant information, monitor device compliance state, document other items and generate relationships inside Hudu.", + "links": [ + { + "name": "Hudu Documentation", + "url": "https://support.hudu.com/hc/en-us/articles/24970807130391-CIPP#h_01J3NTF188BX3P64RKX3H52P3W" + } + ], "SettingOptions": [ { - "type": "input", - "fieldtype": "input", + "type": "switch", + "name": "Hudu.Enabled", + "label": "Enable Integration" + }, + { + "type": "textField", "name": "Hudu.BaseUrl", "label": "Please enter your Hudu URL", - "placeholder": "https://yourcompany.huducloud.com" + "placeholder": "https://yourcompany.huducloud.com", + "required": true, + "condition": { + "field": "Hudu.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "password", + "type": "password", "name": "Hudu.APIKey", "label": "Hudu API Key", - "placeholder": "Enter your Hudu API Key" - }, - { - "type": "checkbox", - "name": "Hudu.Enabled", - "label": "Enable Integration" + "placeholder": "Enter your Hudu API Key", + "required": true, + "condition": { + "field": "Hudu.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", "name": "Hudu.CreateMissingUsers", - "label": "Create missing users in Hudu" + "label": "Create missing users in Hudu", + "condition": { + "field": "Hudu.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", "name": "Hudu.CreateMissingDevices", - "label": "Create missing devices in Hudu" + "label": "Create missing devices in Hudu", + "condition": { + "field": "Hudu.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "text", + "type": "textField", "name": "Hudu.ExcludeSerials", - "label": "Exclude device serials (comma separated)" + "label": "Exclude device serials (comma separated)", + "condition": { + "field": "Hudu.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", "name": "Hudu.ImportDomains", - "label": "Import domains from M365" + "label": "Import domains from M365", + "condition": { + "field": "Hudu.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", "name": "Hudu.MonitorDomains", - "label": "Monitor domains in Hudu" + "label": "Monitor domains in Hudu", + "condition": { + "field": "Hudu.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "_comment": "I have added this switch as a logic check for the Hudu integration script to check against when CIPP first connects to the Hudu Instance via Connect-HuduAPI.ps1", + "type": "switch", + "name": "Hudu.CFEnabled", + "label": "Connect to HUDU through CloudFlare Tunnel with the Service Account credentials.", + "condition": { + "field": "CFZTNA.Enabled", + "compareType": "is", + "compareValue": true + } + }, + { + "type": "datePicker", + "name": "Hudu.NextSync", + "label": "Reschedule next sync date", + "helperText": "Set a future date to delay the next scheduled sync. Leave blank to sync during the next scheduled sync.", + "condition": { + "field": "Hudu.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } } ], "mappingRequired": true, @@ -223,60 +644,275 @@ }, { "name": "PasswordPusher", + "id": "PWPush", "type": "PWPush", "cat": "Passwords", + "logo": "/assets/integrations/pwpush_light.png", + "logoDark": "/assets/integrations/pwpush_dark.png", "forceSyncButton": false, - "helpText": "This integration allows you to generate password links instead of plain text passwords. Visit https://pwpush.com/ or https://github.com/pglombardo/PasswordPusher for more information.", + "description": "Enable the PasswordPusher integration to generate password links instead of plain text passwords.", + "helpText": "This integration allows you to generate password links instead of plain text passwords. Configure authentication and expiration settings that will apply to all generated passwords. If you are a Hosted PWPush Pro customer you can also select an account for branding if you enable Bearer Authentication. Self-Hosted must use the Email Address and API Key method for authenticated pushes.", + "links": [ + { + "name": "PWPush Documentation", + "url": "https://docs.pwpush.com" + }, + { + "name": "GitHub Project", + "url": "https://github.com/pglombardo/PasswordPusher" + } + ], "SettingOptions": [ { - "type": "checkbox", + "type": "switch", "name": "PWPush.Enabled", - "label": "Replace generated passwords with PWPush links" + "label": "Enable Integration" }, { - "type": "input", - "fieldtype": "text", - "name": "PWPush.BaseUrl", - "label": "PWPush URL", - "placeholder": "Enter your PWPush URL. (default: https://pwpush.com)" + "type": "switch", + "name": "PWPush.UseBearerAuth", + "label": "Use Bearer Authentication (Hosted only)", + "condition": { + "field": "PWPush.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "text", - "name": "PWPush.EmailAddress", - "label": "PWPush email address", - "placeholder": "Enter your email address for PWPush. (optional)" + "type": "textField", + "name": "PWPush.BaseUrl", + "label": "PWPush URL", + "placeholder": "Enter your PWPush URL. (default: https://pwpush.com)", + "condition": { + "field": "PWPush.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "password", + "type": "password", "name": "PWPush.APIKey", "label": "PWPush API Key", - "placeholder": "Enter your PWPush API Key. (optional)" + "placeholder": "Enter your PWPush API Key. (optional)", + "condition": { + "field": "PWPush.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", - "name": "PWPush.RetrievalStep", - "label": "Click to retrieve password (recommended)" + "type": "textField", + "name": "PWPush.EmailAddress", + "label": "PWPush email address", + "placeholder": "Enter your email address for PWPush. (Email & API Key auth)", + "condition": { + "field": "PWPush.UseBearerAuth", + "compareType": "is", + "compareValue": false + } + }, + { + "type": "autoComplete", + "name": "PWPush.AccountId", + "label": "Select your PWPush Account for branding (Pro/Premium only, optional with Custom Domain)", + "multiple": false, + "creatable": false, + "api": { + "url": "/api/ExecExtensionMapping?List=PWPushFields", + "queryKey": "PWPushAccounts", + "dataKey": "Accounts", + "labelField": "name", + "valueField": "id", + "showRefresh": true + }, + "condition": { + "field": "PWPush.UseBearerAuth", + "compareType": "is", + "compareValue": true + } }, { - "type": "input", - "fieldtype": "number", + "type": "number", "name": "PWPush.ExpireAfterDays", "label": "Expiration in Days", - "placeholder": "Expiration time in days. (optional)" + "placeholder": "Expiration time in days. (optional)", + "condition": { + "field": "PWPush.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "input", - "fieldtype": "number", + "type": "number", "name": "PWPush.ExpireAfterViews", "label": "Expiration after views", - "placeholder": "Expiration after views. (optional)" + "placeholder": "Expiration after views. (optional)", + "condition": { + "field": "PWPush.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } }, { - "type": "checkbox", + "type": "switch", + "name": "PWPush.RetrievalStep", + "label": "Click to retrieve password (recommended)", + "condition": { + "field": "PWPush.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "switch", "name": "PWPush.DeletableByViewer", - "label": "Allow deletion of passwords" + "label": "Allow deletion of passwords", + "condition": { + "field": "PWPush.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + } + ], + "mappingRequired": false + }, + { + "name": "Have I been Pwned", + "id": "HIBP", + "type": "darkweb", + "cat": "Darkweb Scanning", + "logo": "/assets/integrations/hibp.png", + "logoDark": "/assets/integrations/hibp.png", + "forceSyncButton": false, + "description": "Enable the HIBP integration to scan your tenant for compromised credentials.", + "helpText": "This integration allows you to scan your tenant for compromised credentials, breaches, and darkweb scanning.", + "links": [ + { + "name": "Have I Been Pwned", + "url": "https://haveibeenpwned.com/" + } + ], + "SettingOptions": [ + { + "type": "password", + "name": "HIBP.APIKey", + "label": "Enter your own HIBP API Key. When you are a CyberDrain hosted partner, leave this key blank.", + "condition": { + "field": "HIBP.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "switch", + "name": "HIBP.Enabled", + "label": "Enable Integration - Allow darkweb scanning through tools and alerts" + } + ], + "mappingRequired": false + }, + { + "name": "CloudFlare ZTNA Tunnel", + "id": "CFZTNA", + "type": "ztna", + "cat": "Zero Trust Network Tunnel", + "logo": "/assets/integrations/cloudflare.png", + "forceSyncButton": false, + "hideTestButton": true, + "description": "Enter your CloudFlare ZTNA Tunnel API Credentials to use with other Integrations", + "helpText": "These credentials can be used to allow traffic through a CloudFlare ZTNA Tunnel if your other Integrations are protected behind one. You need to select 'Behind a CF-ZTNA Tunnel' within the other Integration's settings to enable.", + "links": [ + { + "name": "CloudFlare ZTNA Tunnel Information", + "url": "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/" + }, + { + "name": "Installing Hudu behind Cloudflare Zero Trust Tunnel", + "url": "https://support.hudu.com/hc/en-us/articles/13929358997399-Installing-Hudu-behind-Cloudflare-Zero-Trust-Tunnel" + } + ], + "SettingOptions": [ + { + "type": "switch", + "name": "CFZTNA.Enabled", + "label": "Enable Integration" + }, + { + "type": "textField", + "name": "CFZTNA.ClientID", + "label": "CloudFlare Tunnel Service Account Client ID", + "condition": { + "field": "CFZTNA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "password", + "name": "CFZTNA.APIKey", + "label": "CloudFlare Tunnel Service Account Client Secret", + "condition": { + "field": "CFZTNA.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } + }, + { + "type": "switch", + "name": "CFZTNA.WebhookEnabled", + "label": "Use CloudFlare Service Account credentials with webhooks.", + "condition": { + "field": "CFZTNA.Enabled", + "compareType": "is", + "compareValue": true + } + } + ], + "mappingRequired": false + }, + { + "name": "GitHub", + "id": "GitHub", + "type": "DevOps", + "cat": "Source Control", + "logo": "/assets/integrations/github.png", + "logoDark": "/assets/integrations/github_dark.png", + "description": "Enable the GitHub integration to manage your repositories from CIPP.", + "helpText": "This integration allows you to manage GitHub repositories from CIPP, including the Community Repositories functionality. Requires a GitHub Personal Access Token (PAT) with a minimum of repo:public_repo permissions. If you plan on saving your templates to GitHub or accessing private/internal repositories, you will need to grant the whole repo scope. You can create a PAT in your GitHub account settings, see the GitHub Token documentation for more info. If you do not enable the extension, a read-only API will be provided.", + "links": [ + { + "name": "GitHub Token", + "url": "https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token" + } + ], + "SettingOptions": [ + { + "type": "switch", + "name": "GitHub.Enabled", + "label": "Enable Integration" + }, + { + "type": "password", + "name": "GitHub.APIKey", + "label": "GitHub Personal Access Token", + "placeholder": "Enter your GitHub PAT", + "required": true, + "condition": { + "field": "GitHub.Enabled", + "compareType": "is", + "compareValue": true, + "action": "disable" + } } ], "mappingRequired": false diff --git a/src/data/GDAPRoles.json b/src/data/GDAPRoles.json index bf14e31159e5..1d3ca9b38094 100644 --- a/src/data/GDAPRoles.json +++ b/src/data/GDAPRoles.json @@ -63,6 +63,22 @@ "Name": "Attribute Definition Reader", "ObjectId": "1d336d2c-4ae8-42ef-9711-b3604ce3fc2c" }, + { + "ExtensionData": {}, + "Description": "Read audit logs and configure diagnostic settings for events related to custom security attributes.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Attribute Log Administrator", + "ObjectId": "5b784334-f94b-471a-a387-e7219fc49ca2" + }, + { + "ExtensionData": {}, + "Description": "Read audit logs related to custom security attributes.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Attribute Log Reader", + "ObjectId": "9c99539d-8186-4804-835f-fd51ef9e2dcd" + }, { "ExtensionData": {}, "Description": "Allowed to view, set and reset authentication method information for any non-admin user.", @@ -79,6 +95,14 @@ "Name": "Authentication Policy Administrator", "ObjectId": "0526716b-113d-4c15-b2c8-68e3c22b9f80" }, + { + "ExtensionData": {}, + "Description": "Customize sign in and sign up experiences for users by creating and managing custom authentication extensions.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Authentication Extensibility Administrator", + "ObjectId": "25a516ed-2fa0-40ea-a2d0-12923a21473a" + }, { "ExtensionData": {}, "Description": "Users assigned to this role are added to the local administrators group on Azure AD-joined devices.", @@ -255,6 +279,14 @@ "Name": "Dynamics 365 Administrator", "ObjectId": "44367163-eba1-44c3-98af-f5787879f96a" }, + { + "ExtensionData": {}, + "Description": "Access and perform all administrative tasks on Dynamics 365 Business Central environments.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Dynamics 365 Business Central Administrator", + "ObjectId": "963797fb-eb3b-4cde-8ce3-5878b3f32a3f" + }, { "ExtensionData": {}, "Description": "Manage all aspects of Microsoft Edge.", @@ -311,6 +343,14 @@ "Name": "Global Reader", "ObjectId": "f2ef992c-3afb-46b9-b7cf-a126ee74c451" }, + { + "ExtensionData": {}, + "Description": "Create and manage all aspects of Microsoft Entra Internet Access and Microsoft Entra Private Access, including managing access to public and private endpoints.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Global Secure Access Administrator", + "ObjectId": "ac434307-12b9-4fa1-a708-88bf58caabc1" + }, { "ExtensionData": {}, "Description": "Members of this role can create/manage groups, create/manage groups settings like naming and expiration policies, and view groups activity and audit reports.", @@ -439,6 +479,30 @@ "Name": "Message Center Reader", "ObjectId": "790c1fb9-7f7d-4f88-86a1-ef1f95c05c1b" }, + { + "ExtensionData": {}, + "Description": "Perform all migration functionality to migrate content to Microsoft 365 using Migration Manager.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Microsoft 365 Migration Administrator", + "ObjectId": "8c8b803f-96e1-4129-9349-20738d9f9652" + }, + { + "ExtensionData": {}, + "Description": "Create and manage all aspects warranty claims and entitlements for Microsoft manufactured hardware, like Surface and HoloLens.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Microsoft Hardware Warranty Administrator", + "ObjectId": "1501b917-7653-4ff9-a4b5-203eaf33784f" + }, + { + "ExtensionData": {}, + "Description": "Create and read warranty claims for Microsoft manufactured hardware, like Surface and HoloLens.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Microsoft Hardware Warranty Specialist", + "ObjectId": "281fe777-fb20-4fbb-b7a3-ccebce5b0d96" + }, { "ExtensionData": {}, "Description": "Can manage network locations and review enterprise network design insights for Microsoft 365 Software as a Service applications.", @@ -457,19 +521,11 @@ }, { "ExtensionData": {}, - "Description": "Do not use - not intended for general use.", - "IsEnabled": true, - "IsSystem": true, - "Name": "Partner Tier1 Support", - "ObjectId": "4ba39ca4-527c-499a-b93d-d9b492c50246" - }, - { - "ExtensionData": {}, - "Description": "Do not use - not intended for general use.", + "Description": "Write, publish, manage, and review the organizational messages for end-users through Microsoft product surfaces.", "IsEnabled": true, "IsSystem": true, - "Name": "Partner Tier2 Support", - "ObjectId": "e00e864a-17c5-4a4b-9c06-f5b95a8d5bd8" + "Name": "Organizational Messages Writer", + "ObjectId": "507f53e4-4e52-4077-abd3-d2e1558b6ea2" }, { "ExtensionData": {}, @@ -599,6 +655,14 @@ "Name": "SharePoint Administrator", "ObjectId": "f28a1f50-f6e7-4571-818b-6a12f2af6b6c" }, + { + "ExtensionData": {}, + "Description": "Manage all aspects of SharePoint Embedded containers.", + "IsEnabled": true, + "IsSystem": true, + "Name": "SharePoint Embedded Administrator", + "ObjectId": "1a7d78b6-429f-476b-8eb-35fb715fffd4" + }, { "ExtensionData": {}, "Description": "Can manage all aspects of the Skype for Business product.", @@ -647,6 +711,22 @@ "Name": "Teams Devices Administrator", "ObjectId": "3d762c5a-1b6c-493f-843e-55a3b42923d4" }, + { + "ExtensionData": {}, + "Description": "Manage voice and telephony features and troubleshoot communication issues within the Microsoft Teams service.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Teams Telephony Administrator", + "ObjectId": "aa38014f-0993-46e9-9b45-30501a20909d" + }, + { + "ExtensionData": {}, + "Description": "Create new Microsoft Entra or Azure AD B2C tenants.", + "IsEnabled": true, + "IsSystem": true, + "Name": "Tenant Creator", + "ObjectId": "112ca1a2-15ad-4102-995e-45b0bc479a6a" + }, { "ExtensionData": {}, "Description": "Can see only tenant level aggregates in Microsoft 365 Usage Analytics and Productivity Score.", @@ -663,6 +743,14 @@ "Name": "User Administrator", "ObjectId": "fe930be7-5e62-47db-91af-98c3a49a38b1" }, + { + "ExtensionData": {}, + "Description": "View product feedback, survey results, and reports to find training and communication opportunities.", + "IsEnabled": true, + "IsSystem": true, + "Name": "User Experience Success Manager", + "ObjectId": "27460883-1df1-4691-b032-3b79643e5e63" + }, { "ExtensionData": {}, "Description": "Manage and share Virtual Visits information and metrics from admin centers or the Virtual Visits app.", diff --git a/src/data/GraphExplorerPresets.json b/src/data/GraphExplorerPresets.json new file mode 100644 index 000000000000..a6939606d285 --- /dev/null +++ b/src/data/GraphExplorerPresets.json @@ -0,0 +1,173 @@ +[ + { + "name": "All users with email addresses", + "id": "6164e239-0c9a-4a27-9049-6250bf65a3e3", + "params": { + "endpoint": "/users", + "$select": "userPrincipalName,mail,proxyAddresses", + "$filter": "" + }, + "isBuiltin": true + }, + { + "name": "Licensed Users", + "id": "6aa4445d-1202-41bb-9d24-431869420d13", + "params": { + "endpoint": "/users", + "$filter": "assignedLicenses/$count ne 0", + "$count": true + }, + "isBuiltin": true + }, + { + "name": "Licensed and Enabled Users", + "id": "277f07f1-17d5-4339-bc3f-c95c904ae794", + "params": { + "endpoint": "/users", + "$filter": "assignedLicenses/$count ne 0 and accountEnabled eq true", + "$count": true + }, + "isBuiltin": true + }, + { + "name": "All Devices listing ID, Displayname, and registration status", + "id": "e7fdc49a-72a9-4a70-9dbf-a74152495d80", + "params": { + "endpoint": "/devices", + "$select": "deviceId,displayName,profileType,registrationDateTime,trustType", + "$filter": "" + }, + "isBuiltin": true + }, + { + "name": "All contacts and their mail addresses", + "id": "f1844e3d-cb3e-4611-9bab-f5f42169bcd0", + "params": { + "endpoint": "/contacts", + "$select": "companyName,displayName,mail,proxyAddresses", + "$filter": "" + }, + "isBuiltin": true + }, + { + "name": "Outlook Agents used in last 90 days", + "id": "eea3cacb-ca95-4998-bcd9-ff1815a7a493", + "params": { + "endpoint": "reports/getEmailAppUsageUserDetail(period='D90')", + "$format": "application/json", + "$filter": "", + "$select": "", + "isBuiltin": true + } + }, + { + "name": "Activated M365 Subscription installations", + "id": "ccbe5b0d-ff0d-4262-a789-ccbd8f8d52e1", + "params": { + "endpoint": "/reports/getOffice365ActivationsUserDetail", + "$format": "application/json", + "$filter": null, + "$select": "" + }, + "isBuiltin": true + }, + { + "name": "All Enterprise Applications", + "id": "f037014a-df35-4abe-937d-2e4106561da9", + "params": { + "endpoint": "servicePrincipals", + "$filter": "tags/any(t:t eq 'WindowsAzureActiveDirectoryIntegratedApp')" + }, + "isBuiltin": true + }, + { + "name": "SAML Applications", + "id": "6aaaf5b9-dc8d-4203-a493-7b4297d0dc5a", + "params": { + "endpoint": "servicePrincipals", + "$filter": "tags/any(t:t eq 'WindowsAzureActiveDirectoryGalleryApplicationPrimaryV1')" + }, + "isBuiltin": true + }, + { + "name": "Applications signed in in last 30 days", + "id": "a9ec9f2d-c102-4b4f-9b9d-c2bc57155990", + "params": { + "endpoint": "reports/getAzureADApplicationSignInSummary(period='D30')", + "$filter": "", + "$select": "" + }, + "isBuiltin": true + }, + { + "name": "User Registration Report", + "id": "a00d251d-2743-484a-b8bb-8601199ceb68", + "params": { + "endpoint": "/reports/authenticationMethods/userRegistrationDetails", + "$filter": "", + "$select": "", + "AsApp": true + }, + "isBuiltin": true + }, + { + "name": "All Global Admins", + "id": "c73df2bb-08fe-4fb2-b112-97006bdcf0a8", + "params": { + "endpoint": "directoryRoles/roleTemplateId=62e90394-69f5-4237-9190-012177145e10/members", + "$filter": "", + "$select": "" + }, + "isBuiltin": true + }, + { + "name": "Multifactor Authentication Report for Admins", + "id": "ae7b3dc4-822b-46b9-aa0a-0305b4c33632", + "params": { + "endpoint": "/reports/authenticationMethods/userRegistrationDetails", + "$filter": "IsAdmin eq true", + "$select": "", + "AsApp": true + }, + "isBuiltin": true + }, + { + "name": "Secure Score with Current Score and Max Score", + "id": "bd6665e8-02c1-4cbf-bd3c-d2a52f17c2cf", + "params": { + "endpoint": "security/secureScores", + "$top": 90, + "$select": "currentscore,maxscore,activeusercount,enabledservices", + "$filter": "", + "NoPagination": true + }, + "isBuiltin": true + }, + { + "name": "Organization Branding", + "id": "2ed236e2-268e-461b-9d37-98b123010667", + "params": { + "endpoint": "organization/%tenantid%/branding", + "NoPagination": true + }, + "isBuiltin": true + }, + { + "name": "User Report with Sign in Activity (Entra ID P1+)", + "id": "7a44a7cf-bf40-4a8a-8eaa-ffd8203f3216", + "params": { + "endpoint": "users", + "$select": "id,displayName,userPrincipalName,accountEnabled,mail,proxyAddresses,createdDateTime,signInActivity.lastSuccessfulSignInDateTime" + }, + "isBuiltin": true + }, + { + "name": "Users with Mailbox Type (Custom Data)", + "id": "f632d3b8-29f3-470c-8483-54cb88004674", + "params": { + "endpoint": "users", + "$select": "id,displayName,userPrincipalName,accountEnabled,mail,proxyAddresses,createdDateTime,%cippuserschema%.mailboxType" + }, + "isBuiltin": true + } +] \ No newline at end of file diff --git a/src/data/LicenseExamples.json b/src/data/LicenseExamples.json deleted file mode 100644 index 6e01a92e19e5..000000000000 --- a/src/data/LicenseExamples.json +++ /dev/null @@ -1,14074 +0,0 @@ -[ - { - "Product_Display_Name": "Advanced Communications", - "String_Id": "ADV_COMMS", - "GUID": "e4654015-5daf-4a48-9b37-4f309dddd88b", - "Service_Plan_Name": "TEAMS_ADVCOMMS", - "Service_Plan_Id": "604ec28a-ae18-4bc6-91b0-11da94504ba9", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Communications" - }, - { - "Product_Display_Name": "AI Builder Capacity add-on", - "String_Id": "CDSAICAPACITY", - "GUID": "d2dea78b-507c-4e56-b400-39447f4738f8", - "Service_Plan_Name": "CDSAICAPACITY", - "Service_Plan_Id": "a7c70a41-5e02-4271-93e6-d9b4184d83f5", - "Service_Plans_Included_Friendly_Names": "AI Builder capacity add-on" - }, - { - "Product_Display_Name": "AI Builder Capacity add-on", - "String_Id": "CDSAICAPACITY", - "GUID": "d2dea78b-507c-4e56-b400-39447f4738f8", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "APP CONNECT IW", - "String_Id": "SPZA_IW", - "GUID": "8f0c5670-4e56-4892-b06d-91c085d7004f", - "Service_Plan_Name": "SPZA", - "Service_Plan_Id": "0bfc98ed-1dbc-4a97-b246-701754e48b17", - "Service_Plans_Included_Friendly_Names": "APP CONNECT" - }, - { - "Product_Display_Name": "APP CONNECT IW", - "String_Id": "SPZA_IW", - "GUID": "8f0c5670-4e56-4892-b06d-91c085d7004f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Microsoft 365 Audio Conferencing", - "String_Id": "MCOMEETADV", - "GUID": "0c266dff-15dd-4b49-8397-2bb16070ed52", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY BASIC", - "String_Id": "AAD_BASIC", - "GUID": "2b9c8e7c-319c-43a2-a2a0-48c5c6161de7", - "Service_Plan_Name": "AAD_BASIC", - "Service_Plan_Id": "c4da7f8a-5ee2-4c99-a7e1-87d2df57f6fe", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE ACTIVE DIRECTORY BASIC" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P1", - "String_Id": "AAD_PREMIUM", - "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY PREMIUM P1" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P1", - "String_Id": "AAD_PREMIUM", - "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P1", - "String_Id": "AAD_PREMIUM", - "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P1", - "String_Id": "AAD_PREMIUM", - "GUID": "078d2b04-f1bd-4111-bbd4-b4b1b354cef4", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY PREMIUM P1" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY PREMIUM P2" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "AZURE ACTIVE DIRECTORY PREMIUM P2", - "String_Id": "AAD_PREMIUM_P2", - "GUID": "84a661c4-e949-4bd2-a560-ed7766fcaf2b", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "AZURE INFORMATION PROTECTION PLAN 1", - "String_Id": "RIGHTSMANAGEMENT", - "GUID": "c52ea49f-fe5d-4e95-93ba-1de91d380f89", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" - }, - { - "Product_Display_Name": "AZURE INFORMATION PROTECTION PLAN 1", - "String_Id": "RIGHTSMANAGEMENT", - "GUID": "c52ea49f-fe5d-4e95-93ba-1de91d380f89", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE ACTIVE DIRECTORY RIGHTS" - }, - { - "Product_Display_Name": "Business Apps (free)", - "String_Id": "SMB_APPS", - "GUID": "90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96", - "Service_Plan_Name": "DYN365BC_MS_INVOICING", - "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", - "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" - }, - { - "Product_Display_Name": "Business Apps (free)", - "String_Id": "SMB_APPS", - "GUID": "90d8b3f8-712e-4f7b-aa1e-62e7ae6cbe96", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "COMMON AREA PHONE", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "COMMON AREA PHONE", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" - }, - { - "Product_Display_Name": "COMMON AREA PHONE", - "String_Id": "MCOCAP", - "GUID": "295a8eb0-f78d-45c7-8b5b-1eed5ed02dff", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "Common Area Phone for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System for Government" - }, - { - "Product_Display_Name": "Common Area Phone for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for Government" - }, - { - "Product_Display_Name": "Common Area Phone for GCC", - "String_Id": "MCOCAP_GOV", - "GUID": "b1511558-69bd-4e1b-8270-59ca96dba0f3", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2) for Government" - }, - { - "Product_Display_Name": "Common Data Service Database Capacity", - "String_Id": "CDS_DB_CAPACITY", - "GUID": "e612d426-6bc3-4181-9658-91aa906b0ac0", - "Service_Plan_Name": "CDS_DB_CAPACITY", - "Service_Plan_Id": "360bcc37-0c11-4264-8eed-9fa7a3297c9b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps Database Capacity" - }, - { - "Product_Display_Name": "Common Data Service Database Capacity", - "String_Id": "CDS_DB_CAPACITY", - "GUID": "e612d426-6bc3-4181-9658-91aa906b0ac0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Common Data Service Log Capacity", - "String_Id": "CDS_LOG_CAPACITY", - "GUID": "448b063f-9cc6-42fc-a0e6-40e08724a395", - "Service_Plan_Name": "CDS_LOG_CAPACITY", - "Service_Plan_Id": "dc48f5c5-e87d-43d6-b884-7ac4a59e7ee9", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Apps Log Capacity" - }, - { - "Product_Display_Name": "Common Data Service Log Capacity", - "String_Id": "CDS_LOG_CAPACITY", - "GUID": "448b063f-9cc6-42fc-a0e6-40e08724a395", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "COMMUNICATIONS CREDITS", - "String_Id": "MCOPSTNC", - "GUID": "47794cd0-f0e5-45c5-9033-2eb6b5fc84e0", - "Service_Plan_Name": "MCOPSTNC", - "Service_Plan_Id": "505e180f-f7e0-4b65-91d4-00d670bbd18c", - "Service_Plans_Included_Friendly_Names": "COMMUNICATIONS CREDITS" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Database Storage (Qualified Offer)", - "String_Id": "CRMSTORAGE", - "GUID": "328dc228-00bc-48c6-8b09-1fbc8bc3435d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Database Storage (Qualified Offer)", - "String_Id": "CRMSTORAGE", - "GUID": "328dc228-00bc-48c6-8b09-1fbc8bc3435d", - "Service_Plan_Name": "CRMSTORAGE", - "Service_Plan_Id": "77866113-0f3e-4e6e-9666-b1e25c6f99b0", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Storage Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Production Instance (Qualified Offer)", - "String_Id": "CRMINSTANCE", - "GUID": "9d776713-14cb-4697-a21d-9a52455c738a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Production Instance (Qualified Offer)", - "String_Id": "CRMINSTANCE", - "GUID": "9d776713-14cb-4697-a21d-9a52455c738a", - "Service_Plan_Name": "CRMINSTANCE", - "Service_Plan_Id": "eeea837a-c885-4167-b3d5-ddde30cbd85f", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Instance" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance (Qualified Offer)", - "String_Id": "CRMTESTINSTANCE", - "GUID": "e06abcc2-7ec5-4a79-b08b-d9c282376f72", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 - Additional Non-Production Instance (Qualified Offer)", - "String_Id": "CRMTESTINSTANCE", - "GUID": "e06abcc2-7ec5-4a79-b08b-d9c282376f72", - "Service_Plan_Name": "CRMTESTINSTANCE", - "Service_Plan_Id": "a98b7619-66c7-4885-bdfc-1d9c8c3d279f", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online Additional Test Instance" - }, - { - "Product_Display_Name": "Dynamics 365 Asset Management Addl Assets", - "String_Id": "DYN365_ASSETMANAGEMENT", - "GUID": "673afb9d-d85b-40c2-914e-7bf46cd5cd75", - "Service_Plan_Name": "D365_AssetforSCM", - "Service_Plan_Id": "90467813-5b40-40d4-835c-abd48009b1d9", - "Service_Plans_Included_Friendly_Names": "Asset Maintenance Add-in" - }, - { - "Product_Display_Name": "Dynamics 365 Asset Management Addl Assets", - "String_Id": "DYN365_ASSETMANAGEMENT", - "GUID": "673afb9d-d85b-40c2-914e-7bf46cd5cd75", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Additional Environment Addon", - "String_Id": "DYN365_BUSCENTRAL_ADD_ENV_ADDON", - "GUID": "a58f5506-b382-44d4-bfab-225b2fbf8390", - "Service_Plan_Name": "DYN365_BUSCENTRAL_ENVIRONMENT", - "Service_Plan_Id": "d397d6c6-9664-4502-b71c-66f39c400ca4", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Additional Environment Addon" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Database Capacity", - "String_Id": "DYN365_BUSCENTRAL_DB_CAPACITY", - "GUID": "7d0d4f9a-2686-4cb8-814c-eff3fdab6d74", - "Service_Plan_Name": "DYN365_BUSCENTRAL_DB_CAPACITY", - "Service_Plan_Id": "ae6b27b3-fe31-4e77-ae06-ec5fabbc103a", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Database Capacity" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Database Capacity", - "String_Id": "DYN365_BUSCENTRAL_DB_CAPACITY", - "GUID": "7d0d4f9a-2686-4cb8-814c-eff3fdab6d74", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Essentials", - "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", - "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", - "Service_Plan_Name": "DYN365_FINANCIALS_BUSINESS", - "Service_Plan_Id": "920656a2-7dd8-4c83-97b6-a356414dbd36", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Business Central Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Essentials", - "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", - "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Essentials", - "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", - "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Essentials", - "String_Id": "DYN365_BUSCENTRAL_ESSENTIAL", - "GUID": "2880026b-2b0c-4251-8656-5d41ff11e3aa", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central External Accountant", - "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", - "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", - "Service_Plan_Name": "DYN365_FINANCIALS_ACCOUNTANT", - "Service_Plan_Id": "170991d7-b98e-41c5-83d4-db2052e1795f", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central External Accountant" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central External Accountant", - "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", - "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central External Accountant", - "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", - "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central External Accountant", - "String_Id": "DYN365_FINANCIALS_ACCOUNTANT_SKU", - "GUID": "9a1e33ed-9697-43f3-b84c-1b0959dbb1d4", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central for IWs", - "String_Id": "PROJECT_MADEIRA_PREVIEW_IW_SKU", - "GUID": "6a4a1628-9b9a-424d-bed5-4118f0ede3fd", - "Service_Plan_Name": "PROJECT_MADEIRA_PREVIEW_IW", - "Service_Plan_Id": "3f2afeed-6fb5-4bf9-998f-f2912133aead", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central for IWs" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central for IWs", - "String_Id": "PROJECT_MADEIRA_PREVIEW_IW_SKU", - "GUID": "6a4a1628-9b9a-424d-bed5-4118f0ede3fd", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Premium", - "String_Id": "DYN365_BUSCENTRAL_PREMIUM", - "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", - "Service_Plan_Name": "DYN365_BUSCENTRAL_PREMIUM", - "Service_Plan_Id": "8e9002c0-a1d8-4465-b952-817d2948e6e2", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Business Central Premium" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Premium", - "String_Id": "DYN365_BUSCENTRAL_PREMIUM", - "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Premium", - "String_Id": "DYN365_BUSCENTRAL_PREMIUM", - "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Business Central Premium", - "String_Id": "DYN365_BUSCENTRAL_PREMIUM", - "GUID": "f991cecc-3f91-4cd0-a9a8-bf1c8167e029", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "D365_CSI_EMBED_CE", - "Service_Plan_Id": "1412cdc1-d593-4ad1-9050-40c30ad0b023", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights for CE Plan" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "DYN365_ENTERPRISE_P1", - "Service_Plan_Id": "d56f3deb-50d8-465a-bedb-f079817ccac1", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 P1" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "D365_ProjectOperations", - "Service_Plan_Id": "69f07c66-bee4-4222-b051-195095efee5b", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "D365_ProjectOperationsCDS", - "Service_Plan_Id": "18fa3aba-b085-4105-87d7-55617b8585e6", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations CDS" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "FLOW_DYN_P2", - "Service_Plan_Id": "b650d915-9886-424b-a08d-633cede56f57", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "Forms_Pro_CE", - "Service_Plan_Id": "97f29a83-1a20-44ff-bf48-5e4ad11f3e51", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Customer Engagement Plan" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "Microsoft Social Engagement Enterprise" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "POWERAPPS_DYN_P2", - "Service_Plan_Id": "0b03f40b-c404-40c3-8651-2aceb74365fa", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "PROJECT_FOR_PROJECT_OPERATIONS", - "Service_Plan_Id": "0a05d977-a21a-45b2-91ce-61c240dbafa2", - "Service_Plans_Included_Friendly_Names": "Project for Project Operations" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "Project Online Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Engagement Plan", - "String_Id": "DYN365_ENTERPRISE_PLAN1", - "GUID": "ea126fc5-a19e-42e2-a731-da9d437bffcf", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Insights Trial", - "String_Id": "DYN365_AI_SERVICE_INSIGHTS", - "GUID": "61e6bd70-fbdb-4deb-82ea-912842f39431", - "Service_Plan_Name": "DYN365_AI_SERVICE_INSIGHTS", - "Service_Plan_Id": "4ade5aa6-5959-4d2c-bf0a-f4c9e2cc00f2", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Customer Service Trial" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "DYN365_CDS_FORMS_PRO", - "Service_Plan_Id": "363430d1-e3f7-43bc-b07b-767b6bb95e4b", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "FORMS_PRO", - "Service_Plan_Id": "17efdd9f-c22c-4ad8-b48e-3b1f3ee1dc9a", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Voice" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Trial", - "String_Id": "FORMS_PRO", - "GUID": "bc946dac-7877-4271-b2f7-99d2db13cd2c", - "Service_Plan_Name": "FLOW_FORMS_PRO", - "Service_Plan_Id": "57a0746c-87b8-4405-9397-df365a9db793", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Customer Voice" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "DYN365_CUSTOMER_SERVICE_PRO", - "Service_Plan_Id": "6929f657-b31b-4947-b4ce-5066c3214f54", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Pro" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "POWERAPPS_CUSTOMER_SERVICE_PRO", - "Service_Plan_Id": "c507b04c-a905-4940-ada6-918891e6d3ad", - "Service_Plans_Included_Friendly_Names": "Power Apps for Customer Service Pro" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "FLOW_CUSTOMER_SERVICE_PRO", - "Service_Plan_Id": "0368fc9c-3721-437f-8b7d-3d0f888cdefc", - "Service_Plans_Included_Friendly_Names": "Power Automate for Customer Service Pro" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Service Professional", - "String_Id": "DYN365_CUSTOMER_SERVICE_PRO", - "GUID": "1439b6e2-5d59-4873-8c59-d60e2a196e92", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", - "String_Id": "Forms_Pro_AddOn", - "GUID": "446a86f8-a0cb-4095-83b3-d100eb050e3d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", - "String_Id": "Forms_Pro_AddOn", - "GUID": "446a86f8-a0cb-4095-83b3-d100eb050e3d", - "Service_Plan_Name": "Forms_Pro_AddOn", - "Service_Plan_Id": "90a816f6-de5f-49fd-963c-df490d73b7b5", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice Add-on" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", - "String_Id": "DYN365_CUSTOMER_VOICE_ADDON", - "GUID": "65f71586-ade3-4ce1-afc0-1b452eaf3782", - "Service_Plan_Name": "CUSTOMER_VOICE_ADDON", - "Service_Plan_Id": "e6e35e2d-2e7f-4e71-bc6f-2f40ed062f5d", - "Service_Plans_Included_Friendly_Names": "Dynamics Customer Voice Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice Additional Responses", - "String_Id": "DYN365_CUSTOMER_VOICE_ADDON", - "GUID": "65f71586-ade3-4ce1-afc0-1b452eaf3782", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice USL", - "String_Id": "Forms_Pro_USL", - "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", - "Service_Plan_Name": "CDS_FORM_PRO_USL", - "Service_Plan_Id": "e9830cfd-e65d-49dc-84fb-7d56b9aa2c89", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice USL", - "String_Id": "Forms_Pro_USL", - "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", - "Service_Plan_Name": "Forms_Pro_USL", - "Service_Plan_Id": "3ca0766a-643e-4304-af20-37f02726339b", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice USL" - }, - { - "Product_Display_Name": "Dynamics 365 Customer Voice USL", - "String_Id": "Forms_Pro_USL", - "GUID": "e2ae107b-a571-426f-9367-6d4c8f1390ba", - "Service_Plan_Name": "FLOW_FORMS_PRO", - "Service_Plan_Id": "57a0746c-87b8-4405-9397-df365a9db793", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Customer Voice" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal (Qualified Offer)", - "String_Id": "CRM_ONLINE_PORTAL", - "GUID": "a4bfb28e-becc-41b0-a454-ac680dc258d3", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Enterprise Edition - Additional Portal (Qualified Offer)", - "String_Id": "CRM_ONLINE_PORTAL", - "GUID": "a4bfb28e-becc-41b0-a454-ac680dc258d3", - "Service_Plan_Name": "CRM_ONLINE_PORTAL", - "Service_Plan_Id": "1d4e9cb1-708d-449c-9f71-943aa8ed1d6a", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics CRM Online - Portal Add-On" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "DYN365_CDS_FINANCE", - "Service_Plan_Id": "e95d7060-d4d9-400a-a2bd-a244bf0b609e", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Finance" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", - "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations Enterprise edition - Regulatory Service" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "D365_Finance", - "Service_Plan_Id": "9f0e1b4e-9b33-4300-b451-b2c662cd4ff7", - "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 for Finance" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 Finance", - "String_Id": "DYN365_FINANCE", - "GUID": "55c9eb4e-c746-45b4-b255-9ab6b19d5c62", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "Service_Plan_Id": "99340b49-fb81-4b1e-976b-8f2ae8e9394f", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR CUSTOMER SERVICE" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", - "GUID": "749742bf-0d37-4158-a120-33567104deeb", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR FINANCIALS BUSINESS EDITION", - "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", - "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", - "Service_Plan_Name": "DYN365_FINANCIALS_BUSINESS", - "Service_Plan_Id": "920656a2-7dd8-4c83-97b6-a356414dbd36", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR FINANCIALS BUSINESS EDITION", - "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", - "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR FINANCIALS BUSINESS EDITION", - "String_Id": "DYN365_FINANCIALS_BUSINESS_SKU", - "GUID": "cc13a803-544e-4464-b4e4-6d6169a138fa", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR FINANCIALS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES AND CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "DYN365_ENTERPRISE_P1", - "Service_Plan_Id": "d56f3deb-50d8-465a-bedb-f079817ccac1", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 CUSTOMER ENGAGEMENT PLAN" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES AND CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES AND CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES AND CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES AND CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES AND CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES AND CUSTOMER SERVICE ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", - "GUID": "8edc2cf8-6438-4fa9-b6e3-aa1660c640cc", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "DYN365_ENTERPRISE_SALES", - "Service_Plan_Id": "2da8e897-7791-486b-b08f-cc63c8129df7", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR SALES" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "NBENTERPRISE", - "Service_Plan_Id": "03acaee3-9492-4f40-aed4-bcb6b32981b6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT - SERVICE DISCONTINUATION" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SALES ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_SALES", - "GUID": "1e1a282c-9c54-43a2-9310-98ef728faace", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "DYN365_CDS_SUPPLYCHAINMANAGEMENT", - "Service_Plan_Id": "b6a8b974-2956-4e14-ae81-f0384c363528", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR DYNAMICS 365 SUPPLY CHAIN MANAGEMENT" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", - "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR FINANCE AND OPERATIONS ENTERPRISE EDITION - REGULATORY SERVICE" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "D365_SCM", - "Service_Plan_Id": "1224eae4-0d91-474a-8a52-27ec96a63fe7", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR SUPPLY CHAIN MANAGEMENT", - "String_Id": "DYN365_SCM", - "GUID": "f2e48cb3-9da0-42cd-8464-4a54ce198ad0", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "DYN365_CDS_DYN_APPS", - "Service_Plan_Id": "2d925ad8-2479-4bd8-bb76-5b80f1d48935", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "Dynamics_365_Hiring_Free_PLAN", - "Service_Plan_Id": "f815ac79-c5dd-4bcc-9b78-d97f7b817d0d", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent: Attract" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", - "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Talent: Onboard" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "Dynamics_365_for_HCM_Trial", - "Service_Plan_Id": "5ed38b64-c3b7-4d9f-b1cd-0de18c9c4331", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for HCM Trial" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "Flow for Dynamics 365" - }, - { - "Product_Display_Name": "Dynamics 365 for Talent", - "String_Id": "SKU_Dynamics_365_for_HCM_Trial", - "GUID": "3a256e9a-15b6-4092-b0dc-82993f4debc6", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "DYN365_Enterprise_Talent_Attract_TeamMember", - "Service_Plan_Id": "643d201a-9884-45be-962a-06ba97062e5e", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT - ATTRACT EXPERIENCE TEAM MEMBER" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "DYN365_Enterprise_Talent_Onboard_TeamMember", - "Service_Plan_Id": "f2f49eef-4b3f-4853-809a-a055c6103fe0", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT - ONBOARD EXPERIENCE" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "Service_Plan_Id": "6a54b05e-4fab-40e7-9828-428db3b336fa", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TEAM MEMBERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "DYNAMICS_365_FOR_OPERATIONS_TEAM_MEMBERS", - "Service_Plan_Id": "f5aa7b45-8a36-4cd1-bc37-5d06dea98645", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR OPERATIONS TEAM MEMBERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "Dynamics_365_for_Retail_Team_members", - "Service_Plan_Id": "c0454a3d-32b5-4740-b090-78c32f48f0ad", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR RETAIL TEAM MEMBERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "Dynamics_365_for_Talent_Team_members", - "Service_Plan_Id": "d5156635-0704-4f66-8803-93258f8b2678", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT TEAM MEMBERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "FLOW_DYN_TEAM", - "Service_Plan_Id": "1ec58c70-f69c-486a-8109-4b87ce86e449", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "POWERAPPS_DYN_TEAM", - "Service_Plan_Id": "52e619e2-2730-439a-b0d3-d09ab7e8b705", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "DYNAMICS 365 FOR TEAM MEMBERS ENTERPRISE EDITION", - "String_Id": "DYN365_ENTERPRISE_TEAM_MEMBERS", - "GUID": "8e7a3d30-d97d-43ab-837c-d7701cef83dc", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "Dynamics 365 Guides", - "String_Id": "GUIDES_USER", - "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", - "Service_Plan_Name": "DYN365_CDS_GUIDES", - "Service_Plan_Id": "1315ade1-0410-450d-b8e3-8050e6da320f", - "Service_Plans_Included_Friendly_Names": "Common Data Service" - }, - { - "Product_Display_Name": "Dynamics 365 Guides", - "String_Id": "GUIDES_USER", - "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", - "Service_Plan_Name": "GUIDES", - "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" - }, - { - "Product_Display_Name": "Dynamics 365 Guides", - "String_Id": "GUIDES_USER", - "GUID": "0a389a77-9850-4dc4-b600-bc66fdfefc60", - "Service_Plan_Name": "POWERAPPS_GUIDES", - "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", - "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Device", - "String_Id": "Dynamics_365_for_Operations_Devices", - "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", - "Service_Plan_Name": "DYN365_RETAIL_DEVICE", - "Service_Plan_Id": "ceb28005-d758-4df7-bb97-87a617b93d6c", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Retail Device" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Device", - "String_Id": "Dynamics_365_for_Operations_Devices", - "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", - "Service_Plan_Name": "Dynamics_365_for_OperationsDevices", - "Service_Plan_Id": "2c9fb43e-915a-4d61-b6ca-058ece89fd66", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations Devices" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Device", - "String_Id": "Dynamics_365_for_Operations_Devices", - "GUID": "3bbd44ed-8a70-4c07-9088-6232ddbd5ddd", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 2:Standard Acceptance Testing", - "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier2_SKU", - "GUID": "e485d696-4c87-4aac-bf4a-91b2fb6f0fa7", - "Service_Plan_Name": "Dynamics_365_for_Operations_Sandbox_Tier2", - "Service_Plan_Id": "d8ba6fb2-c6b1-4f07-b7c8-5f2745e36b54", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations non-production multi-box instance for standard acceptance testing (Tier 2)" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 2:Standard Acceptance Testing", - "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier2_SKU", - "GUID": "e485d696-4c87-4aac-bf4a-91b2fb6f0fa7", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 4:Standard Performance Testing", - "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier4_SKU", - "GUID": "f7ad4bca-7221-452c-bdb6-3e6089f25e06", - "Service_Plan_Name": "Dynamics_365_for_Operations_Sandbox_Tier4", - "Service_Plan_Id": "f6b5efb1-1813-426f-96d0-9b4f7438714f", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Operations Enterprise Edition - Sandbox Tier 4:Standard Performance Testing" - }, - { - "Product_Display_Name": "Dynamics 365 Operations - Sandbox Tier 4:Standard Performance Testing", - "String_Id": "Dynamics_365_for_Operations_Sandbox_Tier4_SKU", - "GUID": "f7ad4bca-7221-452c-bdb6-3e6089f25e06", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "DYNAMICS 365 P1 TRIAL FOR INFORMATION WORKERS", - "String_Id": "DYN365_ENTERPRISE_P1_IW", - "GUID": "338148b6-1b11-4102-afb9-f92b6cdc0f8d", - "Service_Plan_Name": "DYN365_ENTERPRISE_P1_IW", - "Service_Plan_Id": "056a5f80-b4e0-4983-a8be-7ad254a113c9", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 P1 TRIAL FOR INFORMATION WORKERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 P1 TRIAL FOR INFORMATION WORKERS", - "String_Id": "DYN365_ENTERPRISE_P1_IW", - "GUID": "338148b6-1b11-4102-afb9-f92b6cdc0f8d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist", - "String_Id": "MICROSOFT_REMOTE_ASSIST", - "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", - "Service_Plan_Name": "CDS_REMOTE_ASSIST", - "Service_Plan_Id": "0850ebb5-64ee-4d3a-a3e1-5a97213653b5", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist", - "String_Id": "MICROSOFT_REMOTE_ASSIST", - "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", - "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", - "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", - "Service_Plans_Included_Friendly_Names": "Microsoft Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist", - "String_Id": "MICROSOFT_REMOTE_ASSIST", - "GUID": "7a551360-26c4-4f61-84e6-ef715673e083", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", - "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", - "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", - "Service_Plan_Name": "CDS_REMOTE_ASSIST", - "Service_Plan_Id": "0850ebb5-64ee-4d3a-a3e1-5a97213653b5", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", - "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", - "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", - "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", - "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", - "Service_Plans_Included_Friendly_Names": "Microsoft Remote Assist" - }, - { - "Product_Display_Name": "Dynamics 365 Remote Assist HoloLens", - "String_Id": "MICROSOFT_REMOTE_ASSIST_HOLOLENS", - "GUID": "e48328a2-8e98-4484-a70f-a99f8ac9ec89", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Enterprise Attach to Qualifying Dynamics 365 Base Offer", - "String_Id": "D365_SALES_ENT_ATTACH", - "GUID": "5b22585d-1b71-4c6b-b6ec-160b1a9c2323", - "Service_Plan_Name": "D365_SALES_ENT_ATTACH", - "Service_Plan_Id": "3ae52229-572e-414f-937c-ff35a87d4f29", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales Enterprise Attach" - }, - { - "Product_Display_Name": "Dynamics 365 Sales Enterprise Attach to Qualifying Dynamics 365 Base Offer", - "String_Id": "D365_SALES_ENT_ATTACH", - "GUID": "5b22585d-1b71-4c6b-b6ec-160b1a9c2323", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "DYNAMICS 365 TALENT: ONBOARD", - "String_Id": "DYNAMICS_365_ONBOARDING_SKU", - "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", - "Service_Plan_Name": "DYN365_CDS_DYN_APPS", - "Service_Plan_Id": "2d925ad8-2479-4bd8-bb76-5b80f1d48935", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE" - }, - { - "Product_Display_Name": "DYNAMICS 365 TALENT: ONBOARD", - "String_Id": "DYNAMICS_365_ONBOARDING_SKU", - "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", - "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", - "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" - }, - { - "Product_Display_Name": "DYNAMICS 365 TALENT: ONBOARD", - "String_Id": "DYNAMICS_365_ONBOARDING_SKU", - "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", - "Service_Plan_Name": "Dynamics_365_Talent_Onboard", - "Service_Plan_Id": "048a552e-c849-4027-b54c-4c7ead26150a", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" - }, - { - "Product_Display_Name": "DYNAMICS 365 TALENT: ONBOARD", - "String_Id": "DYNAMICS_365_ONBOARDING_SKU", - "GUID": "b56e7ccc-d5c7-421f-a23b-5c18bdbad7c0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYNAMICS_365_FOR_RETAIL_TEAM_MEMBERS", - "Service_Plan_Id": "c0454a3d-32b5-4740-b090-78c32f48f0ad", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR RETAIL TEAM MEMBERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYN365_ENTERPRISE_TALENT_ATTRACT_TEAMMEMBER", - "Service_Plan_Id": "643d201a-9884-45be-962a-06ba97062e5e", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT - ATTRACT EXPERIENCE TEAM MEMBER" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYN365_ENTERPRISE_TALENT_ONBOARD_TEAMMEMBER", - "Service_Plan_Id": "f2f49eef-4b3f-4853-809a-a055c6103fe0", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT - ONBOARD EXPERIENCE" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYNAMICS_365_FOR_TALENT_TEAM_MEMBERS", - "Service_Plan_Id": "d5156635-0704-4f66-8803-93258f8b2678", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT TEAM MEMBERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYN365_TEAM_MEMBERS", - "Service_Plan_Id": "4092fdb5-8d81-41d3-be76-aaba4074530b", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 TEAM MEMBERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "DYNAMICS_365_FOR_OPERATIONS_TEAM_MEMBERS", - "Service_Plan_Id": "f5aa7b45-8a36-4cd1-bc37-5d06dea98645", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR OPERATIONS TEAM MEMBERS" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "FLOW_DYN_TEAM", - "Service_Plan_Id": "1ec58c70-f69c-486a-8109-4b87ce86e449", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE FOR THE WEB" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "POWERAPPS_DYN_TEAM", - "Service_Plan_Id": "52e619e2-2730-439a-b0d3-d09ab7e8b705", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "DYNAMICS 365 TEAM MEMBERS", - "String_Id": "DYN365_TEAM_MEMBERS", - "GUID": "7ac9fe77-66b7-4e5e-9e46-10eed1cff547", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT (PLAN 2)" - }, - { - "Product_Display_Name": "DYNAMICS 365 UNF OPS PLAN ENT EDITION", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "DDYN365_CDS_DYN_P2", - "Service_Plan_Id": "d1142cfd-872e-4e77-b6ff-d98ec5a51f66", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE" - }, - { - "Product_Display_Name": "DYNAMICS 365 UNF OPS PLAN ENT EDITION", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "DYN365_TALENT_ENTERPRISE", - "Service_Plan_Id": "65a1ebf4-6732-4f00-9dcb-3d115ffdeecd", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT" - }, - { - "Product_Display_Name": "DYNAMICS 365 UNF OPS PLAN ENT EDITION", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "Dynamics_365_for_Operations", - "Service_Plan_Id": "95d2cd7b-1007-484b-8595-5e97e63fe189", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR_OPERATIONS" - }, - { - "Product_Display_Name": "DYNAMICS 365 UNF OPS PLAN ENT EDITION", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "Dynamics_365_for_Retail", - "Service_Plan_Id": "a9e39199-8369-444b-89c1-5fe65ec45665", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR RETAIL" - }, - { - "Product_Display_Name": "DYNAMICS 365 UNF OPS PLAN ENT EDITION", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "DYNAMICS_365_HIRING_FREE_PLAN", - "Service_Plan_Id": "f815ac79-c5dd-4bcc-9b78-d97f7b817d0d", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 HIRING FREE PLAN" - }, - { - "Product_Display_Name": "DYNAMICS 365 UNF OPS PLAN ENT EDITION", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "Dynamics_365_Onboarding_Free_PLAN", - "Service_Plan_Id": "300b8114-8555-4313-b861-0c115d820f50", - "Service_Plans_Included_Friendly_Names": "DYNAMICS 365 FOR TALENT: ONBOARD" - }, - { - "Product_Display_Name": "DYNAMICS 365 UNF OPS PLAN ENT EDITION", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "FLOW_DYN_P2", - "Service_Plan_Id": "b650d915-9886-424b-a08d-633cede56f57", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 36" - }, - { - "Product_Display_Name": "DYNAMICS 365 UNF OPS PLAN ENT EDITION", - "String_Id": "Dynamics_365_for_Operations", - "GUID": "ccba3cfe-71ef-423a-bd87-b6df3dce59a9", - "Service_Plan_Name": "POWERAPPS_DYN_P2", - "Service_Plan_Id": "0b03f40b-c404-40c3-8651-2aceb74365fa", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY PREMIUM P1" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE ACTIVE DIRECTORY RIGHTS" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E3", - "String_Id": "EMS", - "GUID": "efccb6f7-5641-4e0e-bd10-b4976e1bf68e", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY PREMIUM P1" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY PREMIUM P2" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P2" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE ACTIVE DIRECTORY RIGHTS" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "MICROSOFT CLOUD APP SECURITY" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR IDENTITY" - }, - { - "Product_Display_Name": "ENTERPRISE MOBILITY + SECURITY E5", - "String_Id": "EMSPREMIUM", - "GUID": "b05e124f-c7cc-45a0-a6aa-8cf78c946968", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G3 GCC", - "String_Id": "EMS_GOV", - "GUID": "c793db86-5237-494e-9b11-dcd4877c2c8c", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "RMS_S_ENTERPRISE)", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Enterprise Mobility + Security G5 GCC", - "String_Id": "EMSPREMIUM_GOV", - "GUID": "8a180c2b-f4cf-4d44-897c-3d32acc4a60b", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Exchange Enterprise CAL Services (EOP DLP)", - "String_Id": "EOP_ENTERPRISE_PREMIUM", - "GUID": "e8ecdf70-47a8-4d39-9d15-093624b7f640", - "Service_Plan_Name": "EOP_ENTERPRISE_PREMIUM", - "Service_Plan_Id": "75badc48-628e-4446-8460-41344d73abd6", - "Service_Plans_Included_Friendly_Names": "Exchange Enterprise CAL Services (EOP DLP)" - }, - { - "Product_Display_Name": "Exchange Enterprise CAL Services (EOP DLP)", - "String_Id": "EOP_ENTERPRISE_PREMIUM", - "GUID": "e8ecdf70-47a8-4d39-9d15-093624b7f640", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1)", - "String_Id": "EXCHANGESTANDARD", - "GUID": "4b9405b0-7788-4568-add1-99614e613b69", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1)", - "String_Id": "EXCHANGESTANDARD", - "GUID": "4b9405b0-7788-4568-add1-99614e613b69", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Exchange Online (Plan 1)", - "String_Id": "EXCHANGESTANDARD", - "GUID": "4b9405b0-7788-4568-add1-99614e613b69", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "EXCHANGE ONLINE (PLAN 2)", - "String_Id": "EXCHANGEENTERPRISE", - "GUID": "19ec0d23-8335-4cbd-94ac-6050e30712fa", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE ONLINE", - "String_Id": "EXCHANGEARCHIVE_ADDON", - "GUID": "ee02fd1b-340e-4a4b-b355-4a514e4c8943", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE ONLINE" - }, - { - "Product_Display_Name": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE SERVER", - "String_Id": "EXCHANGEARCHIVE", - "GUID": "90b5e015-709a-4b8b-b08e-3200f994494c", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE", - "Service_Plan_Id": "da040e0a-b393-4bea-bb76-928b3fa1cf5a", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE SERVER" - }, - { - "Product_Display_Name": "EXCHANGE ONLINE ESSENTIALS (ExO P1 BASED)", - "String_Id": "EXCHANGEESSENTIALS", - "GUID": "7fc0182e-d107-4556-8329-7caaa511197b", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "EXCHANGE ONLINE ESSENTIALS", - "String_Id": "EXCHANGE_S_ESSENTIALS", - "GUID": "e8f81a67-bd96-4074-b108-cf193eb9433b", - "Service_Plan_Name": "EXCHANGE_S_ESSENTIALS", - "Service_Plan_Id": "1126bef5-da20-4f07-b45e-ad25d2581aa8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ESSENTIALS" - }, - { - "Product_Display_Name": "EXCHANGE ONLINE ESSENTIALS", - "String_Id": "EXCHANGE_S_ESSENTIALS", - "GUID": "e8f81a67-bd96-4074-b108-cf193eb9433b", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" - }, - { - "Product_Display_Name": "EXCHANGE ONLINE KIOSK", - "String_Id": "EXCHANGEDESKLESS", - "GUID": "80b2d799-d2ba-4d2a-8842-fb0d0f3a4b82", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE KIOSK" - }, - { - "Product_Display_Name": "EXCHANGE ONLINE POP", - "String_Id": "EXCHANGETELCO", - "GUID": "cb0a98a8-11bc-494c-83d9-c1b1ac65327e", - "Service_Plan_Name": "EXCHANGE_B_STANDARD", - "Service_Plan_Id": "90927877-dcff-4af6-b346-2332c0b15bb7", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE POP" - }, - { - "Product_Display_Name": "INTUNE", - "String_Id": "INTUNE_A", - "GUID": "061f9ace-7d42-4136-88ac-31dc755f143f", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "Microsoft Dynamics AX7 User Trial", - "String_Id": "AX7_USER_TRIAL", - "GUID": "fcecd1f9-a91e-488d-a918-a96cdb6ce2b0", - "Service_Plan_Name": "ERP_TRIAL_INSTANCE", - "Service_Plan_Id": "e2f705fd-2468-4090-8c58-fad6e6b1e724", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 Operations Trial Environment" - }, - { - "Product_Display_Name": "Microsoft Dynamics AX7 User Trial", - "String_Id": "AX7_USER_TRIAL", - "GUID": "fcecd1f9-a91e-488d-a918-a96cdb6ce2b0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Azure Multi-Factor Authentication", - "String_Id": "MFA_STANDALONE", - "GUID": "cb2020b1-d8f6-41c0-9acd-8ff3d6d7831b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Azure Multi-Factor Authentication", - "String_Id": "MFA_STANDALONE", - "GUID": "cb2020b1-d8f6-41c0-9acd-8ff3d6d7831b", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", - "String_Id": "THREAT_INTELLIGENCE", - "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", - "String_Id": "THREAT_INTELLIGENCE", - "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2)", - "String_Id": "THREAT_INTELLIGENCE", - "GUID": "3dd6cf57-d688-4eed-ba52-9e40b5468c3e", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A1", - "String_Id": "M365EDU_A1", - "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", - "Service_Plan_Name": "AAD_EDU", - "Service_Plan_Id": "3a3976ce-de18-4a87-a78e-5e9245e252df", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A1", - "String_Id": "M365EDU_A1", - "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A1", - "String_Id": "M365EDU_A1", - "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A1", - "String_Id": "M365EDU_A1", - "GUID": "b17653a4-2443-4e8c-a550-18249dda78bb", - "Service_Plan_Name": "WINDOWS_STORE", - "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", - "Service_Plans_Included_Friendly_Names": "Windows Store Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for Faculty", - "String_Id": "M365EDU_A3_FACULTY", - "GUID": "4b590615-0888-425a-a965-b3bf7789848d", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Flow for Office 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "PowerApps for Office 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A3 FOR STUDENTS", - "String_Id": "M365EDU_A3_STUDENT", - "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", - "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", - "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT", - "GUID": "18250162-5d87-4436-a834-d795c15c80f3", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended", - "Service_Plan_Id": "8d77e2d9-9e28-4450-8431-0def64078fc5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise (unattended)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", - "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", - "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Microsoft 365 A3 - Unattended License for students use benefit", - "String_Id": "M365EDU_A3_STUUSEBNFT_RPA1", - "GUID": "1aa94593-ca12-4254-a738-81a5972958e8", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P3" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P3" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics -(Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", - "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E5 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P3" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Azure Advanced Threat Protection" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Flow for Office 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR ENDPOINT" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", - "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E5 SKU" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "PowerApps for Office 365 Plan 3" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "MICROSOFT 365 A5 FOR STUDENTS", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P3" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Premium" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", - "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", - "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for students use benefit", - "String_Id": "M365EDU_A5_STUUSEBNFT", - "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P3" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "INTUNE_EDU", - "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Intune for Education" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", - "Service_Plan_Id": "4c246bbc-f513-4311-beff-eba54c353256", - "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "UNIVERSAL_PRINT_NO_SEEDING", - "Service_Plan_Id": "b67adbaf-a096-42c9-967e-5a84edbe0086", - "Service_Plans_Included_Friendly_Names": "Universal Print Without Seeding" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for students use benefit", - "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", - "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "O365_BUSINESS", - "GUID": "cdd28e44-67e3-425e-be4c-737fab2899d3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR BUSINESS", - "String_Id": "SMB_BUSINESS", - "GUID": "b214fe43-f5a3-4703-beeb-fa97188220fc", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR ENTERPRISE", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR ENTERPRISE", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR ENTERPRISE", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR ENTERPRISE", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 APPS FOR ENTERPRISE", - "String_Id": "OFFICESUBSCRIPTION", - "GUID": "c2273bd0-dff7-4215-9ef5-2c7bcfb06425", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 AUDIO CONFERENCING FOR GCC", - "String_Id": "MCOMEETADV_GOC", - "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", - "Service_Plan_Name": "EXCHANGE_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 AUDIO CONFERENCING FOR GCC", - "String_Id": "MCOMEETADV_GOC", - "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 AUDIO CONFERENCING FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "OFFICEMOBILE_SUBSCRIPTION" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "O365_BUSINESS_ESSENTIALS", - "GUID": "3b555118-da6a-4418-894f-7df1e2096870", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "OFFICEMOBILE_SUBSCRIPTION" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS BASIC", - "String_Id": "SMB_BUSINESS_ESSENTIALS", - "GUID": "dab7782a-93b1-4074-8bb1-0e61318bea0b", - "Service_Plan_Name": "YAMMER_MIDSIZE", - "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", - "Service_Plans_Included_Friendly_Names": "YAMMER MIDSIZE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "OUTLOOK CUSTOMER MANAGER" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD", - "String_Id": "O365_BUSINESS_PREMIUM", - "GUID": "f245ecc8-75af-4f8e-b61f-27d8114de5f3", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "OUTLOOK CUSTOMER MANAGER" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS STANDARD - PREPAID LEGACY", - "String_Id": "SMB_BUSINESS_PREMIUM", - "GUID": "ac5cef5d-921b-4f97-9ef3-c99076e5470f", - "Service_Plan_Name": "YAMMER_MIDSIZE", - "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", - "Service_Plans_Included_Friendly_Names": "YAMMER_MIDSIZE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "AAD_SMB", - "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE ARCHIVING FOR EXCHANGE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "INTUNE_SMBIZ", - "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFT BOOKINGS" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "O365_SB_Relationship_Management", - "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", - "Service_Plans_Included_Friendly_Names": "OUTLOOK CUSTOMER MANAGER" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "OFFICE_BUSINESS", - "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 BUSINESS" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE ACTIVE DIRECTORY RIGHTS" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E1 SKU" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "WINBIZ", - "Service_Plan_Id": "8e229017-d77b-43d5-9305-903395523b99", - "Service_Plans_Included_Friendly_Names": "WINDOWS 10 BUSINESS" - }, - { - "Product_Display_Name": "MICROSOFT 365 BUSINESS PREMIUM", - "String_Id": "SPB", - "GUID": "cbdc14ab-d96c-4c30-b9f4-6ada7cdc1d46", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 Business Voice (US)", - "String_Id": "BUSINESS_VOICE_MED2_TELCO", - "GUID": "08d7bce8-6e16-490e-89db-1d508e5e9609", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 Business Voice (US)", - "String_Id": "BUSINESS_VOICE_MED2_TELCO", - "GUID": "08d7bce8-6e16-490e-89db-1d508e5e9609", - "Service_Plan_Name": "MCOPSTN1", - "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan" - }, - { - "Product_Display_Name": "Microsoft 365 Business Voice (US)", - "String_Id": "BUSINESS_VOICE_MED2_TELCO", - "GUID": "08d7bce8-6e16-490e-89db-1d508e5e9609", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 Business Voice (without Calling Plan) for US", - "String_Id": "BUSINESS_VOICE_DIRECTROUTING_MED", - "GUID": "8330dae3-d349-44f7-9cad-1b23c64baabe", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 Business Voice (without Calling Plan) for US", - "String_Id": "BUSINESS_VOICE_DIRECTROUTING_MED", - "GUID": "8330dae3-d349-44f7-9cad-1b23c64baabe", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "MICROSOFT 365 DOMESTIC CALLING PLAN (120 Minutes)", - "String_Id": "MCOPSTN_5", - "GUID": "11dee6af-eca8-419f-8061-6864517c1875", - "Service_Plan_Name": "MCOPSTN5", - "Service_Plan_Id": "54a152dc-90de-4996-93d2-bc47e670fc06", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 DOMESTIC CALLING PLAN (120 min)" - }, - { - "Product_Display_Name": "Microsoft 365 Domestic Calling Plan for GCC", - "String_Id": "MCOPSTN_1_GOV", - "GUID": "923f58ab-fca1-46a1-92f9-89fda21238a8", - "Service_Plan_Name": "MCOPSTN1_GOV", - "Service_Plan_Id": "3c8a8792-7866-409b-bb61-1b20ace0368b", - "Service_Plans_Included_Friendly_Names": "Domestic Calling for Government" - }, - { - "Product_Display_Name": "Microsoft 365 Domestic Calling Plan for GCC", - "String_Id": "MCOPSTN_1_GOV", - "GUID": "923f58ab-fca1-46a1-92f9-89fda21238a8", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY PREMIUM P1" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "CLOUD APP SECURITY DISCOVERY" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E3)" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE MULTI-FACTOR AUTHENTICATION" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 36" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE ACTIVE DIRECTORY RIGHTS" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "AZURE INFORMATION PROTECTION PREMIUM P1" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E3 SKU" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "WINDOWS 10 ENTERPRISE" - }, - { - "Product_Display_Name": "MICROSOFT 365 E3", - "String_Id": "SPE_E3", - "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "OFFICESUBSCRIPTION_unattended", - "Service_Plan_Id": "8d77e2d9-9e28-4450-8431-0def64078fc5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise (Unattended)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", - "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", - "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 E3 - Unattended License", - "String_Id": "SPE_E3_RPA1", - "GUID": "c2ac2ee4-9bb1-47e4-8541-d689c7e83371", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "TEAMS_AR_DOD", - "Service_Plan_Id": "fd500458-c24c-478e-856c-a6067a8376cd", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for DOD (AR)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_DOD", - "String_Id": "SPE_E3_USGOV_DOD", - "GUID": "d61d61cc-f992-433f-a577-5bd016037eeb", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "TEAMS_AR_GCCHIGH", - "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh (AR)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E3_USGOV_GCCHIGH", - "String_Id": "SPE_E3_USGOV_GCCHIGH", - "GUID": "ca9d1dd9-dfe9-4fef-b97c-9bc1ea3c3658", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Azure Advanced Threat Protection" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Flow for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR ENDPOINT" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E5 SKU" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Phone System" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "PowerApps for Office 365 Plan 3" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (Original)" - }, - { - "Product_Display_Name": "Microsoft 365 E5", - "String_Id": "SPE_E5", - "GUID": "06ebc4ee-1bb5-47dd-8120-11324bc54e06", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Compliance", - "String_Id": "INFORMATION_PROTECTION_COMPLIANCE", - "GUID": "184efa21-98c3-4e5d-95ab-d07053a96e67", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Azure Advanced Threat Protection" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR ENDPOINT" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security", - "String_Id": "IDENTITY_THREAT_PROTECTION", - "GUID": "26124093-3d78-432b-b5dc-48bf992543d5", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR ENDPOINT" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Security for EMS E5", - "String_Id": "IDENTITY_THREAT_PROTECTION_FOR_EMS_E5", - "GUID": "44ac31e7-2999-4304-ad94-c948886741d4", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 K SKU" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Online Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1", - "GUID": "44575883-256e-4a79-9da4-ebe9acabe2b2", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "Cloud App Security Discovery" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 F1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "CDS_O365_F1", - "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_F1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "FORMS_PLAN_K", - "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "KAIZALA_O365_P1", - "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 K SKU" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "POWERAPPS_O365_S1", - "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 K1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "FLOW_O365_S1", - "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 K1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", - "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 F1" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "PROJECT_O365_F3", - "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", - "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", - "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "WIN10_ENT_LOC_F1", - "Service_Plan_Id": "e041597c-9c7f-4ed9-99b0-2663301576f7", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise E3 (local only)" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Microsoft 365 F3", - "String_Id": "SPE_F1", - "GUID": "66b55226-6b4f-492c-910c-a3b7a3c9d993", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "MICROSOFT FLOW FREE", - "String_Id": "FLOW_FREE", - "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", - "Service_Plan_Name": "DYN365_CDS_VIRAL", - "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE - VIRAL" - }, - { - "Product_Display_Name": "MICROSOFT FLOW FREE", - "String_Id": "FLOW_FREE", - "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "MICROSOFT FLOW FREE", - "String_Id": "FLOW_FREE", - "GUID": "f30db892-07e9-47e9-837c-80727f46fd3d", - "Service_Plan_Name": "FLOW_P2_VIRAL", - "Service_Plan_Id": "50e68c76-46c6-4674-81f9-75456511b170", - "Service_Plans_Included_Friendly_Names": "FLOW FREE" - }, - { - "Product_Display_Name": "MICROSOFT 365 AUDIO CONFERENCING FOR GCC", - "String_Id": "MCOMEETADV_GOV", - "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 AUDIO CONFERENCING FOR GCC", - "String_Id": "MCOMEETADV_GOV", - "GUID": "2d3091c7-0712-488b-b3d8-6b97bde6a1f5", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 AUDIO CONFERENCING FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Premium" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "INSIDER_RISK", - "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-based classification" - }, - { - "Product_Display_Name": "Microsoft 365 E5 Suite features", - "String_Id": "M365_E5_SUITE_COMPONENTS", - "GUID": "99cc8282-2f74-4954-83b7-c6a9a1999067", - "Service_Plan_Name": "SAFEDOCS", - "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", - "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AAD_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "RMS_S_PREMIUM", - "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", - "Service_Plans_Included_Friendly_Names": "RMS_S_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "ADALLOM_S_DISCOVERY", - "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", - "Service_Plans_Included_Friendly_Names": "ADALLOM_S_DISCOVERY" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "DYN365_CDS_O365_F1" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_DESKLESS" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "RMS_S_ENTERPRISE" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MFA_PREMIUM" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "INTUNE_A" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "PROJECTWORKMANAGEMENT" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "MICROSOFT_SEARCH" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "STREAM_O365_K" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "INTUNE_O365" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTDESKLESS" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "MCOIMP" - }, - { - "Product_Display_Name": "Microsoft 365 F1", - "String_Id": "M365_F1_COMM", - "GUID": "50f60901-3181-4b75-8a2c-4c8e4c1d5a72", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY PREMIUM P1" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "AZURE RIGHTS MANAGEMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "RMS_S_PREMIUM_GOV", - "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", - "Service_Plans_Included_Friendly_Names": "AZURE RIGHTS MANAGEMENT PREMIUM FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", - "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE - O365 P2 GCC" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "CDS_O365_P2_GCC", - "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR TEAMS_P2 GCC" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "EXCHANGE PLAN 2G" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "FORMS_GOV_E3", - "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", - "Service_Plans_Included_Friendly_Names": "FORMS FOR GOVERNMENT (PLAN E3)" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "CONTENT_EXPLORER", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "INFORMATION PROTECTION AND GOVERNANCE ANALYTICS – PREMIUM" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "CONTENTEXPLORER_STANDARD", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "INFORMATION PROTECTION AND GOVERNANCE ANALYTICS – STANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "INFORMATION PROTECTION FOR OFFICE 365 – STANDARD" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MYANALYTICS_P2_GOV", - "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", - "Service_Plans_Included_Friendly_Names": "INSIGHTS BY MYANALYTICS FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 APPS FOR ENTERPRISE G" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MFA_PREMIUM", - "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT Azure Multi-Factor Authentication" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFT BOOKINGS" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "STREAM_O365_E3_GOV", - "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 FOR GOVERNMENT (E3)" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 PLANNER FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "OFFICE FOR THE WEB (GOVERNMENT)" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", - "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", - "Service_Plans_Included_Friendly_Names": "POWER APPS FOR OFFICE 365 FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "FLOW_O365_P2_GOV", - "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", - "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR OFFICE 365 FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT PLAN 2G" - }, - { - "Product_Display_Name": "MICROSOFT 365 G3 GCC", - "String_Id": "M365_G3_GOV", - "GUID": "e823ca47-49c4-46b3-b38d-ca11d5abe3d2", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2) FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM", - "String_Id": "MCOEV", - "GUID": "e43b5b99-8dfb-405f-9987-dc307f34bcbd", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM FOR DOD", - "String_Id": "MCOEV_DOD", - "GUID": "d01d9287-694b-44f3-bcc5-ada78c8d953e", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM FOR FACULTY", - "String_Id": "MCOEV_FACULTY", - "GUID": "d979703c-028d-4de5-acbf-7955566b69b9", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTE" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM FOR GCC", - "String_Id": "MCOEV_GOV", - "GUID": "a460366a-ade7-4791-b581-9fbff1bdaa85", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM FOR GCC", - "String_Id": "MCOEV_GOV", - "GUID": "a460366a-ade7-4791-b581-9fbff1bdaa85", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM FOR GOVERNMENT" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM FOR GCCHIGH", - "String_Id": "MCOEV_GCCHIGH", - "GUID": "7035277a-5e49-4abc-a24f-0ec49c501bb5", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM FOR SMALL AND MEDIUM BUSINESS", - "String_Id": "MCOEVSMB_1", - "GUID": "aa6791d3-bb09-4bc2-afed-c30c3fe26032", - "Service_Plan_Name": "MCOEVSMB", - "Service_Plan_Id": "ed777b71-af04-42ca-9798-84344c66f7c6", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS CLOUD PBX FOR SMALL AND MEDIUM BUSINESS" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM FOR STUDENTS", - "String_Id": "MCOEV_STUDENT", - "GUID": "1f338bbc-767e-4a1e-a2d4-b73207cc5b93", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM FOR TELSTRA", - "String_Id": "MCOEV_TELSTRA", - "GUID": "ffaf2d68-1c95-4eb3-9ddd-59b81fba0f61", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM_USGOV_DOD", - "String_Id": "MCOEV_USGOV_DOD", - "GUID": "b0e7de67-e503-4934-b729-53d595ba5cd1", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM_USGOV_GCCHIGH", - "String_Id": "MCOEV_USGOV_GCCHIGH", - "GUID": "985fcb26-7b94-475b-b512-89356697be71", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM" - }, - { - "Product_Display_Name": "MICROSOFT 365 PHONE SYSTEM - VIRTUAL USER", - "String_Id": "PHONESYSTEM_VIRTUALUSER", - "GUID": "440eaaa8-b3e0-484b-a8be-62870b9ba70a", - "Service_Plan_Name": "MCOEV_VIRTUALUSER", - "Service_Plan_Id": "f47330e9-c134-43b3-9993-e7f004506889", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 PHONE SYSTEM VIRTUAL USER" - }, - { - "Product_Display_Name": "Microsoft 365 Phone System - Virtual User for GCC", - "String_Id": "PHONESYSTEM_VIRTUALUSER_GOV", - "GUID": "2cf22bcb-0c9e-4bc6-8daf-7e7654c0f285", - "Service_Plan_Name": "MCOEV_VIRTUALUSER_GOV", - "Service_Plan_Id": "0628a73f-3b4a-4989-bd7b-0f8823144313", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System Virtual User for Government" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "RMS_S_PREMIUM2", - "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", - "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "BPOS_S_DlpAddOn", - "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", - "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", - "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", - "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving for Exchange Online" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Premium" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Premium" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "M365 Communication Compliance" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "MICROSOFTENDPOINTDLP", - "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "ML_CLASSIFICATION", - "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", - "Service_Plans_Included_Friendly_Names": "Microsoft ML-based classification" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Microsoft 365 Security and Compliance for Firstline Workers", - "String_Id": "M365_SECURITY_COMPLIANCE_FOR_FLW", - "GUID": "2347355b-4e81-41a4-9c22-55057a399791", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "MICROSOFT BUSINESS CENTER", - "String_Id": "MICROSOFT_BUSINESS_CENTER", - "GUID": "726a0894-2c77-4d65-99da-9775ef05aad1", - "Service_Plan_Name": "MICROSOFT_BUSINESS_CENTER", - "Service_Plan_Id": "cca845f9-fd51-4df6-b563-976a37c56ce0", - "Service_Plans_Included_Friendly_Names": "MICROSOFT BUSINESS CENTER" - }, - { - "Product_Display_Name": "Microsoft Cloud App Security", - "String_Id": "ADALLOM_STANDALONE", - "GUID": "df845ce7-05f9-4894-b5f2-11bbfbcfd2b6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Cloud App Security", - "String_Id": "ADALLOM_STANDALONE", - "GUID": "df845ce7-05f9-4894-b5f2-11bbfbcfd2b6", - "Service_Plan_Name": "ADALLOM_S_STANDALONE", - "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", - "Service_Plans_Included_Friendly_Names": "Microsoft Cloud App Security" - }, - { - "Product_Display_Name": "MICROSOFT DEFENDER FOR ENDPOINT", - "String_Id": "WIN_DEF_ATP", - "GUID": "111046dd-295b-4d6d-9724-d52ac90bd1f2", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "MICROSOFT DEFENDER FOR ENDPOINT", - "String_Id": "WIN_DEF_ATP", - "GUID": "111046dd-295b-4d6d-9724-d52ac90bd1f2", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DEFENDER FOR ENDPOINT" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint Server", - "String_Id": "MDATP_Server", - "GUID": "509e8ab6-0274-4cda-bcbd-bd164fd562c4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Defender for Endpoint Server", - "String_Id": "MDATP_Server", - "GUID": "509e8ab6-0274-4cda-bcbd-bd164fd562c4", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE BASIC", - "String_Id": "CRMPLAN2", - "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE BASIC", - "String_Id": "CRMPLAN2", - "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE BASIC", - "String_Id": "CRMPLAN2", - "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", - "Service_Plan_Name": "CRMPLAN2", - "Service_Plan_Id": "bf36ca64-95c6-4918-9275-eb9f4ce2c04f", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS CRM ONLINE BASIC" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE BASIC", - "String_Id": "CRMPLAN2", - "GUID": "906af65a-2970-46d5-9b58-4e9aa50f0657", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "Microsoft Defender for Identity", - "String_Id": "ATA", - "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Defender for Identity", - "String_Id": "ATA", - "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", - "Service_Plan_Name": "ATA", - "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" - }, - { - "Product_Display_Name": "Microsoft Defender for Identity", - "String_Id": "ATA", - "GUID": "98defdf7-f6c1-44f5-a1f6-943b6764e7a5", - "Service_Plan_Name": "ADALLOM_FOR_AATP", - "Service_Plan_Id": "61d18b02-6889-479f-8f36-56e6e0fe5792", - "Service_Plans_Included_Friendly_Names": "SecOps Investigation for MDI" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", - "String_Id": "THREAT_INTELLIGENCE_GOV", - "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", - "String_Id": "THREAT_INTELLIGENCE_GOV", - "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1) for Government" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", - "String_Id": "THREAT_INTELLIGENCE_GOV", - "GUID": "56a59ffb-9df1-421b-9e61-8b568583474d", - "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", - "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2) for Government" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "CRMSTANDARD", - "Service_Plan_Id": "f9646fb2-e3b2-4309-95de-dc4833737456", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS CRM ONLINE PROFESSIONA" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "FLOW_DYN_APPS", - "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", - "Service_Plans_Included_Friendly_Names": "FLOW FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "MDM_SALES_COLLABORATION", - "Service_Plan_Id": "3413916e-ee66-4071-be30-6f94d4adfeda", - "Service_Plans_Included_Friendly_Names": "MICROSOFT DYNAMICS MARKETING SALES COLLABORATION - ELIGIBILITY CRITERIA APPLY" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "NBPROFESSIONALFORCRM", - "Service_Plan_Id": "3e58e97c-9abe-ebab-cd5f-d543d1529634", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SOCIAL ENGAGEMENT PROFESSIONAL - ELIGIBILITY CRITERIA APPLY" - }, - { - "Product_Display_Name": "MICROSOFT DYNAMICS CRM ONLINE", - "String_Id": "CRMSTANDARD", - "GUID": "d17b27af-3f49-4822-99f9-56a661538792", - "Service_Plan_Name": "POWERAPPS_DYN_APPS", - "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" - }, - { - "Product_Display_Name": "MS IMAGINE ACADEMY", - "String_Id": "IT_ACADEMY_AD", - "GUID": "ba9a34de-4489-469d-879c-0f0f145321cd", - "Service_Plan_Name": "IT_ACADEMY_AD", - "Service_Plan_Id": "d736def0-1fde-43f0-a5be-e3f8b2de6e41", - "Service_Plans_Included_Friendly_Names": "MS IMAGINE ACADEMY" - }, - { - "Product_Display_Name": "Microsoft Intune Device", - "String_Id": "INTUNE_A_D", - "GUID": "2b317a4a-77a6-4188-9437-b68a77b4e2c6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Intune Device", - "String_Id": "INTUNE_A_D", - "GUID": "2b317a4a-77a6-4188-9437-b68a77b4e2c6", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "MICROSOFT INTUNE DEVICE FOR GOVERNMENT", - "String_Id": "INTUNE_A_D_GOV", - "GUID": "2c21e77a-e0d6-4570-b38a-7ff2dc17d2ca", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "MICROSOFT INTUNE DEVICE FOR GOVERNMENT", - "String_Id": "INTUNE_A_D_GOV", - "GUID": "2c21e77a-e0d6-4570-b38a-7ff2dc17d2ca", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "DYN365_CDS_VIRAL", - "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", - "Service_Plans_Included_Friendly_Names": "Common Data Service – VIRAL" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "FLOW_P2_VIRAL", - "Service_Plan_Id": "50e68c76-46c6-4674-81f9-75456511b170", - "Service_Plans_Included_Friendly_Names": "Flow Free" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "FLOW_P2_VIRAL_REAL", - "Service_Plan_Id": "d20bfa21-e9ae-43fc-93c2-20783f0840c3", - "Service_Plans_Included_Friendly_Names": "Flow P2 Viral" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 Trial", - "String_Id": "POWERAPPS_VIRAL", - "GUID": "dcb1a3ae-b33f-4487-846a-a640262fadf4", - "Service_Plan_Name": "POWERAPPS_P2_VIRAL", - "Service_Plan_Id": "d5368ca3-357e-4acb-9c21-8495fb025d1f", - "Service_Plans_Included_Friendly_Names": "PowerApps Trial" - }, - { - "Product_Display_Name": "MICROSOFT POWER AUTOMATE PLAN 2", - "String_Id": "FLOW_P2", - "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "MICROSOFT POWER AUTOMATE PLAN 2", - "String_Id": "FLOW_P2", - "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "MICROSOFT POWER AUTOMATE PLAN 2", - "String_Id": "FLOW_P2", - "GUID": "4755df59-3f73-41ab-a249-596ad72b5504", - "Service_Plan_Name": "FLOW_P2", - "Service_Plan_Id": "56be9436-e4b2-446c-bb7f-cc15d16cca4d", - "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT INTUNE SMB", - "String_Id": "INTUNE_SMB", - "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", - "Service_Plan_Name": "AAD_SMB", - "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", - "Service_Plans_Included_Friendly_Names": "AZURE ACTIVE DIRECTORY" - }, - { - "Product_Display_Name": "MICROSOFT INTUNE SMB", - "String_Id": "INTUNE_SMB", - "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "MICROSOFT INTUNE SMB", - "String_Id": "INTUNE_SMB", - "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", - "Service_Plan_Name": "INTUNE_SMBIZ", - "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "MICROSOFT INTUNE SMB", - "String_Id": "INTUNE_SMB", - "GUID": "e6025b08-2fa5-4313-bd0a-7e5ffca32958", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "MICROSOFT INTUNE" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", - "String_Id": "POWERFLOW_P2", - "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", - "String_Id": "POWERFLOW_P2", - "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", - "String_Id": "POWERFLOW_P2", - "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", - "Service_Plan_Name": "POWERAPPS_P2", - "Service_Plan_Id": "00527d7f-d5bc-4c2a-8d1e-6c0de2410c81", - "Service_Plans_Included_Friendly_Names": "Power Apps (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Power Apps Plan 2 (Qualified Offer)", - "String_Id": "POWERFLOW_P2", - "GUID": "ddfae3e3-fcb2-4174-8ebd-3023cb213c8b", - "Service_Plan_Name": "FLOW_P2", - "Service_Plan_Id": "56be9436-e4b2-446c-bb7f-cc15d16cca4d", - "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 2)" - }, - { - "Product_Display_Name": "MICROSOFT STREAM", - "String_Id": "STREAM", - "GUID": "1f2f344a-700d-42c9-9427-5cea1d5d7ba6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "MICROSOFT STREAM", - "String_Id": "STREAM", - "GUID": "1f2f344a-700d-42c9-9427-5cea1d5d7ba6", - "Service_Plan_Name": "MICROSOFTSTREAM", - "Service_Plan_Id": "acffdce6-c30f-4dc2-81c0-372e33c515ec", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM" - }, - { - "Product_Display_Name": "Microsoft Stream Plan 2", - "String_Id": "STREAM_P2", - "GUID": "ec156933-b85b-4c50-84ec-c9e5603709ef", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Stream Plan 2", - "String_Id": "STREAM_P2", - "GUID": "ec156933-b85b-4c50-84ec-c9e5603709ef", - "Service_Plan_Name": "STREAM_P2", - "Service_Plan_Id": "d3a458d0-f10d-48c2-9e44-86f3f684029e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream Plan 2" - }, - { - "Product_Display_Name": "Microsoft Stream Storage Add-On (500 GB)", - "String_Id": "STREAM_STORAGE", - "GUID": "9bd7c846-9556-4453-a542-191d527209e8", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Stream Storage Add-On (500 GB)", - "String_Id": "STREAM_STORAGE", - "GUID": "9bd7c846-9556-4453-a542-191d527209e8", - "Service_Plan_Name": "STREAM_STORAGE", - "Service_Plan_Id": "83bced11-77ce-4071-95bd-240133796768", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream Storage Add-On" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS (FREE)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS (FREE)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "MCOFREE", - "Service_Plan_Id": "617d9209-3b90-4879-96e6-838c42b2701d", - "Service_Plans_Included_Friendly_Names": "MCO FREE FOR MICROSOFT TEAMS (FREE)" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS (FREE)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "TEAMS_FREE", - "Service_Plan_Id": "4fa4026d-ce74-4962-a151-8e96d57ea8e4", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS (FREE)" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS (FREE)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT KIOSK" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS (FREE)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "TEAMS_FREE_SERVICE", - "Service_Plan_Id": "bd6f2ac2-991a-49f9-b23c-18c96a02c228", - "Service_Plans_Included_Friendly_Names": "TEAMS FREE SERVICE" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS (FREE)", - "String_Id": "TEAMS_FREE", - "GUID": "16ddbbfc-09ea-4de2-b1d7-312db6112d70", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "WHITEBOARD (FIRSTLINE)" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "CDS_O365_P1", - "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR TEAMS_P1" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "INSIGHTS BY MYANALYTICS" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNER" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "MICROSOFT SEARCH" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "DESKLESS", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E1 SKU" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "MCO_TEAMS_IW", - "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "MOBILE DEVICE MANAGEMENT FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE FOR THE WEB" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "OFFICE MOBILE APPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWER APPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR OFFICE 365" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", - "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", - "Service_Plans_Included_Friendly_Names": "POWER VIRTUAL AGENTS FOR OFFICE 365 P1" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT STANDARD" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "TO-DO (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "WHITEBOARD (PLAN 1)" - }, - { - "Product_Display_Name": "MICROSOFT TEAMS EXPLORATORY", - "String_Id": "TEAMS_EXPLORATORY", - "GUID": "710779e8-3d4a-4c88-adb9-386c958d1fdf", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER ENTERPRIS" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Microsoft Teams Rooms Standard", - "String_Id": "MEETING_ROOM", - "GUID": "6070a4c8-34c6-4937-8dfb-39bbc6397a60", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "MCO_TEAMS_IW", - "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft Teams Trial", - "String_Id": "MS_TEAMS_IW", - "GUID": "74fbf1bb-47c6-4796-9623-77dc7371723b", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Microsoft Threat Experts - Experts on Demand", - "String_Id": "EXPERTS_ON_DEMAND", - "GUID": "9fa2f157-c8e4-4351-a3f2-ffa506da1406", - "Service_Plan_Name": "EXPERTS_ON_DEMAND", - "Service_Plan_Id": "b83a66d4-f05f-414d-ac0f-ea1c5239c42b", - "Service_Plans_Included_Friendly_Names": "Microsoft Threat Experts - Experts on Demand" - }, - { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", - "String_Id": "OFFICE365_MULTIGEO", - "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", - "Service_Plan_Name": "EXCHANGEONLINE_MULTIGEO", - "Service_Plan_Id": "897d51f1-2cfa-4848-9b30-469149f5e68e", - "Service_Plans_Included_Friendly_Names": "Exchange Online Multi-Geo" - }, - { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", - "String_Id": "OFFICE365_MULTIGEO", - "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", - "Service_Plan_Name": "SHAREPOINTONLINE_MULTIGEO", - "Service_Plan_Id": "735c1d98-dd3f-4818-b4ed-c8052e18e62d", - "Service_Plans_Included_Friendly_Names": "SharePoint Multi-Geo" - }, - { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", - "String_Id": "OFFICE365_MULTIGEO", - "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", - "Service_Plan_Name": "TEAMSMULTIGEO", - "Service_Plan_Id": "41eda15d-6b52-453b-906f-bc4a5b25a26b", - "Service_Plans_Included_Friendly_Names": "Teams Multi-Geo" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "MMR_P1", - "Service_Plan_Id": "bdaa59a3-74fd-4137-981a-31d4f84eb8a0", - "Service_Plans_Included_Friendly_Names": "Meeting Room Managed Services" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "INTUNE_A", - "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Teams Rooms Premium", - "String_Id": "MTR_PREM", - "GUID": "4fb214cb-a430-4a91-9c91-4976763aa78f", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for faculty", - "String_Id": "ENTERPRISEPACKPLUS_FACULTY", - "GUID": "e578b273-6db4-4691-bba0-8d691f4da603", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for Education" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_2", - "Service_Plan_Id": "9b5de886-f035-4ff2-b3d8-c9127bea3620", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A3 for students", - "String_Id": "ENTERPRISEPACKPLUS_STUDENT", - "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Flow for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", - "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E5 SKU" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "PowerApps for Office 365 Plan 3" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for faculty", - "String_Id": "ENTERPRISEPREMIUM_FACULTY", - "GUID": "a4585165-0533-458a-97e3-c400570268c4", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "AAD_BASIC_EDU", - "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for EDU" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Azure Rights Management" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EducationAnalyticsP1", - "Service_Plan_Id": "a9b86446-fa4e-498f-a92a-41b447e03337", - "Service_Plans_Included_Friendly_Names": "Education Analytics" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Flow for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", - "Service_Plan_Id": "96c1e14a-ef43-418d-b115-9636cdaa8eed", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E5 SKU" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "SHAREPOINTWAC_EDU", - "Service_Plan_Id": "e03c7e47-402c-463c-ab25-949079bedb21", - "Service_Plans_Included_Friendly_Names": "Office for the web (Education)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "PowerApps for Office 365 Plan 3" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", - "Service_Plan_Id": "500b6a2a-7a50-4f40-b5f9-160e5b8c2f48", - "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", - "Service_Plan_Id": "63038b2c-28d0-45f6-bc36-33062963b498", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2 for EDU" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 A5 for students", - "String_Id": "ENTERPRISEPREMIUM_STUDENT", - "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", - "Service_Plan_Name": "YAMMER_EDU", - "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", - "Service_Plans_Included_Friendly_Names": "Yammer for Academic" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 Advanced Compliance", - "String_Id": "EQUIVIO_ANALYTICS", - "GUID": "1b1b1f7a-8355-43b6-829f-336cfccb744c", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1)", - "String_Id": "ATP_ENTERPRISE", - "GUID": "4ef96642-f096-40de-a3e9-d83fb2f90211", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 Extra File Storage for GCC", - "String_Id": "SHAREPOINTSTORAGE_GOV", - "GUID": "e5788282-6381-469f-84f0-3d7d4021d34d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_FOUNDATION_GOV" - }, - { - "Product_Display_Name": "Office 365 Extra File Storage for GCC", - "String_Id": "SHAREPOINTSTORAGE_GOV", - "GUID": "e5788282-6381-469f-84f0-3d7d4021d34d", - "Service_Plan_Name": "SHAREPOINTSTORAGE_GOV", - "Service_Plan_Id": "e5bb877f-6ac9-4461-9e43-ca581543ab16", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTORAGE_GOV" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "CDS_O365_P1", - "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P1" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E1 SKU" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "MCO_TEAMS_IW", - "Service_Plan_Id": "42a3ec34-28ba-46b6-992f-db53a675ac5b", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", - "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P1" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "WHITEBOARD_PLAN1", - "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" - }, - { - "Product_Display_Name": "Microsoft Teams Commercial Cloud", - "String_Id": "TEAMS_COMMERCIAL_TRIAL", - "GUID": "29a2f828-8f39-4837-b8ff-c957e86abe3c", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "Office 365 Cloud App Security", - "String_Id": "ADALLOM_O365", - "GUID": "84d5f90f-cd0d-4864-b90b-1c7ba63b4808", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Office 365 Cloud App Security", - "String_Id": "ADALLOM_O365", - "GUID": "84d5f90f-cd0d-4864-b90b-1c7ba63b4808", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 Extra File Storage", - "String_Id": "SHAREPOINTSTORAGE", - "GUID": "99049c9c-6011-4908-bf17-15f496e6519d", - "Service_Plan_Name": "SHAREPOINTSTORAGE", - "Service_Plan_Id": "be5a7ed5-c598-4fcd-a061-5e6724c68a58", - "Service_Plans_Included_Friendly_Names": "Office 365 Extra File Storage" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_1" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "OFFICEMOBILE_SUBSCRIPTION" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNER" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E1 SKU" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "OFFICE 365 E1", - "String_Id": "STANDARDPACK", - "GUID": "18181a46-0d4e-45cd-891e-60aabd171b4e", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE " - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "BPOS_S_TODO_1", - "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_1" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "EXCHANGE_S_STANDARD", - "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "FLOW_O365_P1", - "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "POWERAPPS_O365_P1", - "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "STREAM_O365_E1", - "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E1 SKU" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "OFFICE 365 E2", - "String_Id": "STANDARDWOFFPACK", - "GUID": "6634e0ce-1a9f-428c-a498-f84ec7b8aa2e", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "DYN365_CDS_O365_P2", - "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P2" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "CDS_O365_P2", - "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P2" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "KAIZALA_O365_P3", - "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 3" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", - "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P2" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "PROJECT_O365_P2", - "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "WHITEBOARD_PLAN2", - "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3", - "String_Id": "ENTERPRISEPACK", - "GUID": "6fd2c87f-b296-42f0-b197-1e91e994b900", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_3" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E5)" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 36" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "SHAREPOINT_S_DEVELOPER", - "Service_Plan_Id": "a361d6e2-509e-4e25-a8ad-950060064ef4", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT FOR DEVELOPER" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "SHAREPOINTWAC_DEVELOPER", - "Service_Plan_Id": "527f7cdd-0e86-4c47-b879-f5fd357a3ac6", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE FOR DEVELOPER" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E5 SKU" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "OFFICE 365 E3 DEVELOPER", - "String_Id": "DEVELOPERPACK", - "GUID": "189a915c-fe4f-4ffa-bde4-85b9628d07a0", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "TEAMS_AR_DOD", - "Service_Plan_Id": "fd500458-c24c-478e-856c-a6067a8376cd", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for DOD (AR)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_DOD", - "String_Id": "ENTERPRISEPACK_USGOV_DOD", - "GUID": "b107e5a3-3e60-4c0d-a184-a7e4395eb44c", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E3 SKU" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "TEAMS_AR_GCCHIGH", - "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh (AR)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Office 365 ProPlus" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office Online" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E3_USGOV_GCCHIGH", - "String_Id": "ENTERPRISEPACK_USGOV_GCCHIGH", - "GUID": "aea38a85-9bd5-4981-aa00-616b411205bf", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "BPOS_S_TODO_2", - "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_2" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "FORMS_PLAN_E3", - "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E3)" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "MCOVOICECONF", - "Service_Plan_Id": "27216c54-caf8-4d0d-97e2-517afb5c08f6", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 3)" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 36" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE ACTIVE DIRECTORY RIGHTS" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "STREAM_O365_E3", - "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E3 SKU" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "OFFICE 365 E4", - "String_Id": "ENTERPRISEWITHSCAL", - "GUID": "1392051d-0cb9-4b7a-88d5-621fee5e8711", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "DYN365_CDS_O365_P3", - "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P3" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "CDS_O365_P3", - "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_P3" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "Customer Lockbox" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MIP_S_Exchange", - "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", - "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", - "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "Information Barriers" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Premium" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Premium" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 – Standard" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MYANALYTICS_P2", - "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", - "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "M365 Communication Compliance" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MCOMEETADV", - "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Active Directory Rights" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "ATP_ENTERPRISE", - "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "EXCEL_PREMIUM", - "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", - "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "KAIZALA_STANDALONE", - "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for O365 E5 SKU" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "Office 365 Advanced Security Management" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "PAM_ENTERPRISE", - "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", - "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", - "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 P3" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "PowerApps for Office 365 Plan 3" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "PROJECT_O365_P3", - "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", - "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "WHITEBOARD_PLAN3", - "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" - }, - { - "Product_Display_Name": "Office 365 E5", - "String_Id": "ENTERPRISEPREMIUM", - "GUID": "c7df2760-2c81-4ef7-b578-5b5392b571df", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 CLOUD APP SECURITY" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "POWER BI PRO" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "BPOS_S_TODO_3", - "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", - "Service_Plans_Included_Friendly_Names": "BPOS_S_TODO_3" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STAFFHUB" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "EQUIVIO_ANALYTICS", - "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 ADVANCED EDISCOVERY" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "EXCHANGE_ANALYTICS", - "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_ANALYTICS" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", - "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "FLOW_O365_P3", - "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", - "Service_Plans_Included_Friendly_Names": "FLOW FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "FORMS_PLAN_E5", - "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E5)" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE", - "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", - "Service_Plans_Included_Friendly_Names": "LOCKBOX_ENTERPRISE" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MCOEV", - "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", - "Service_Plans_Included_Friendly_Names": "PHONE SYSTEM" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "POWERAPPS_O365_P3", - "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", - "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "MICROSOFT PLANNE" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "MICROSOFT AZURE ACTIVE DIRECTORY RIGHTS" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "STREAM_O365_E5", - "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 E5 SKU" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "TEAMS1" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "THREAT_INTELLIGENCE", - "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 ADVANCED THREAT PROTECTION (PLAN 2)" - }, - { - "Product_Display_Name": "OFFICE 365 E5 WITHOUT AUDIO CONFERENCING", - "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF", - "GUID": "26d45bd9-adf1-46cd-a9e1-51e9a5524128", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "YAMMER_ENTERPRISE" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "DYN365_CDS_O365_F1", - "Service_Plan_Id": "ca6e61ec-d4f4-41eb-8b88-d96e0e14323f", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 F1" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "CDS_O365_F1", - "Service_Plan_Id": "90db65a7-bf11-4904-a79f-ef657605145b", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams_F1" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "EXCHANGE_S_DESKLESS", - "Service_Plan_Id": "4a82b400-a79f-41a4-b4e2-e94f5787b113", - "Service_Plans_Included_Friendly_Names": "Exchange Online Kiosk" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "FORMS_PLAN_K", - "Service_Plan_Id": "f07046bd-2a3c-4b96-b0be-dea79d7cbfb8", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan F1)" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "KAIZALA_O365_P1", - "Service_Plan_Id": "73b2a583-6a59-42e3-8e83-54db46bc3278", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 1" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT", - "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", - "Service_Plans_Included_Friendly_Names": "Microsoft Planner" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "MICROSOFT_SEARCH", - "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", - "Service_Plans_Included_Friendly_Names": "Microsoft Search" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "Deskless", - "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", - "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "STREAM_O365_K", - "Service_Plan_Id": "3ffba0d2-38e5-4d5e-8ec0-98f2b05c09d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 F3" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "TEAMS1", - "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", - "Service_Plans_Included_Friendly_Names": "Microsoft Teams" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", - "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", - "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "POWERAPPS_O365_S1", - "Service_Plan_Id": "e0287f9f-e222-4f98-9a83-f379e249159a", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "FLOW_O365_S1", - "Service_Plan_Id": "bd91b1a4-9f94-4ecf-b45b-3a65e5c8128a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_F1", - "Service_Plan_Id": "ba2fdb48-290b-4632-b46a-e4ecc58ac11a", - "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365 F1" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "PROJECT_O365_F3", - "Service_Plan_Id": "7f6f28c2-34bb-4d4b-be36-48ca2e77e1ec", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan F)" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "SHAREPOINTDESKLESS", - "Service_Plan_Id": "902b47e5-dcb2-4fdc-858b-c63a90a2bdb9", - "Service_Plans_Included_Friendly_Names": "SharePoint Kiosk" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 1)" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "BPOS_S_TODO_FIRSTLINE", - "Service_Plan_Id": "80873e7a-cd2a-4e67-b061-1b5381a676a5", - "Service_Plans_Included_Friendly_Names": "To-Do (Firstline)" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "WHITEBOARD_FIRSTLINE1", - "Service_Plan_Id": "36b29273-c6d0-477a-aca6-6fbe24f538e3", - "Service_Plans_Included_Friendly_Names": "Whiteboard (Firstline)" - }, - { - "Product_Display_Name": "OFFICE 365 F3", - "String_Id": "DESKLESSPACK", - "GUID": "4b585984-651b-448a-9e53-3b10f069cf7f", - "Service_Plan_Name": "YAMMER_ENTERPRISE", - "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", - "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "AZURE RIGHTS MANAGEMENT" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "DYN365_CDS_O365_P2_GCC", - "Service_Plan_Id": "06162da2-ebf9-4954-99a0-00fee96f95cc", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE - O365 P2 GCC" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "CDS_O365_P2_GCC", - "Service_Plan_Id": "a70bbf38-cdda-470d-adb8-5804b8770f41", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR TEAMS_P2 GCC" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "EXCHANGE PLAN 2G" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "FORMS_GOV_E3", - "Service_Plan_Id": "24af5f65-d0f3-467b-9f78-ea798c4aeffc", - "Service_Plans_Included_Friendly_Names": "FORMS FOR GOVERNMENT (PLAN E3)" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "INFORMATION PROTECTION AND GOVERNANCE ANALYTICS – PREMIUM" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "INFORMATION PROTECTION AND GOVERNANCE ANALYTICS – STANDARD" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "INFORMATION PROTECTION FOR OFFICE 365 – STANDARD" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MYANALYTICS_P2_GOV", - "Service_Plan_Id": "6e5b7995-bd4f-4cbd-9d19-0e32010c72f0", - "Service_Plans_Included_Friendly_Names": "INSIGHTS BY MYANALYTICS FOR GOVERNMENT" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "MICROSOFT 365 APPS FOR ENTERPRISE G" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFT BOOKINGS" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "STREAM_O365_E3_GOV", - "Service_Plan_Id": "2c1ada27-dbaa-46f9-bda6-ecb94445f758", - "Service_Plans_Included_Friendly_Names": "MICROSOFT STREAM FOR O365 FOR GOVERNMENT (E3)" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "MICROSOFT TEAMS FOR GOVERNMENT" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "MOBILE DEVICE MANAGEMENT FOR OFFICE 365" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 PLANNER FOR GOVERNMENT" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "OFFICE FOR THE WEB (GOVERNMENT)" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", - "Service_Plan_Id": "0a20c815-5e81-4727-9bdc-2b5a117850c3", - "Service_Plans_Included_Friendly_Names": "POWER APPS FOR OFFICE 365 FOR GOVERNMENT" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "FLOW_O365_P2_GOV", - "Service_Plan_Id": "c537f360-6a00-4ace-a7f5-9128d0ac1e4b", - "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR OFFICE 365 FOR GOVERNMENT" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT PLAN 2G" - }, - { - "Product_Display_Name": "OFFICE 365 G3 GCC", - "String_Id": "ENTERPRISEPACK_GOV", - "GUID": "535a3a29-c5f0-42fe-8215-d3b9e1f38c4a", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2) FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", - "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", - "Service_Plans_Included_Friendly_Names": "RMS_S_ENTERPRISE_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "DYN365_CDS_O365_P3_GCC", - "Service_Plan_Id": "a7d3fb37-b6df-4085-b509-50810d991a39", - "Service_Plans_Included_Friendly_Names": "DYN365_CDS_O365_P3_GCC" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "CDS_O365_P3_GCC", - "Service_Plan_Id": "bce5e5ca-c2fd-4d53-8ee2-58dfffed4c10", - "Service_Plans_Included_Friendly_Names": "CDS_O365_P3_GCC" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "LOCKBOX_ENTERPRISE_GOV", - "Service_Plan_Id": "89b5d3b1-3855-49fe-b46c-87c66dbc1526", - "Service_Plans_Included_Friendly_Names": "LOCKBOX_ENTERPRISE_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", - "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_S_ENTERPRISE_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "FORMS_GOV_E5", - "Service_Plan_Id": "843da3a8-d2cc-4e7a-9e90-dc46019f964c", - "Service_Plans_Included_Friendly_Names": "FORMS_GOV_E5" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "INFORMATION_BARRIERS", - "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", - "Service_Plans_Included_Friendly_Names": "INFORMATION_BARRIERS" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "Content_Explorer", - "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", - "Service_Plans_Included_Friendly_Names": "Content_Explorer" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "ContentExplorer_Standard", - "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", - "Service_Plans_Included_Friendly_Names": "ContentExplorer_Standard" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MIP_S_CLP2", - "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", - "Service_Plans_Included_Friendly_Names": "MIP_S_CLP2" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MIP_S_CLP1", - "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", - "Service_Plans_Included_Friendly_Names": "MIP_S_CLP1" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", - "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", - "Service_Plans_Included_Friendly_Names": "MICROSOFT_COMMUNICATION_COMPLIANCE" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "M365_ADVANCED_AUDITING", - "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", - "Service_Plans_Included_Friendly_Names": "M365_ADVANCED_AUDITING" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "OFFICESUBSCRIPTION_GOV", - "Service_Plan_Id": "de9234ff-6483-44d9-b15e-dca72fdd27af", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MCOMEETADV_GOV", - "Service_Plan_Id": "f544b08d-1645-4287-82de-8d91f37c02a1", - "Service_Plans_Included_Friendly_Names": "MCOMEETADV_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MTP", - "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", - "Service_Plans_Included_Friendly_Names": "MTP" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MCOEV_GOV", - "Service_Plan_Id": "db23fce2-a974-42ef-9002-d78dd42a0f22", - "Service_Plans_Included_Friendly_Names": "MCOEV_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MICROSOFTBOOKINGS", - "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", - "Service_Plans_Included_Friendly_Names": "MICROSOFTBOOKINGS" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "COMMUNICATIONS_DLP", - "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", - "Service_Plans_Included_Friendly_Names": "COMMUNICATIONS_DLP" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "CUSTOMER_KEY", - "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", - "Service_Plans_Included_Friendly_Names": "CUSTOMER_KEY" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "ATP_ENTERPRISE_GOV", - "Service_Plan_Id": "493ff600-6a2b-4db6-ad37-a7d4eb214516", - "Service_Plans_Included_Friendly_Names": "ATP_ENTERPRISE_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "THREAT_INTELLIGENCE_GOV", - "Service_Plan_Id": "900018f1-0cdb-4ecb-94d4-90281760fdc6", - "Service_Plans_Included_Friendly_Names": "THREAT_INTELLIGENCE_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "INFO_GOVERNANCE", - "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", - "Service_Plans_Included_Friendly_Names": "INFO_GOVERNANCE" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "EXCHANGE_ANALYTICS_GOV", - "Service_Plan_Id": "208120d1-9adb-4daf-8c22-816bd5d237e7", - "Service_Plans_Included_Friendly_Names": "EXCHANGE_ANALYTICS_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "RECORDS_MANAGEMENT", - "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", - "Service_Plans_Included_Friendly_Names": "RECORDS_MANAGEMENT" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "STREAM_O365_E5_GOV", - "Service_Plan_Id": "92c2089d-9a53-49fe-b1a6-9e6bdf959547", - "Service_Plans_Included_Friendly_Names": "STREAM_O365_E5_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "TEAMS_GOV", - "Service_Plan_Id": "304767db-7d23-49e8-a945-4a7eb65f9f28", - "Service_Plans_Included_Friendly_Names": "TEAMS_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "INTUNE_O365", - "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", - "Service_Plans_Included_Friendly_Names": "INTUNE_O365" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "EQUIVIO_ANALYTICS_GOV", - "Service_Plan_Id": "d1cbfb67-18a8-4792-b643-630b7f19aad1", - "Service_Plans_Included_Friendly_Names": "EQUIVIO_ANALYTICS_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "ADALLOM_S_O365", - "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", - "Service_Plans_Included_Friendly_Names": "ADALLOM_S_O365" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "PROJECTWORKMANAGEMENT_GOV", - "Service_Plan_Id": "5b4ef465-7ea1-459a-9f91-033317755a51", - "Service_Plans_Included_Friendly_Names": "PROJECTWORKMANAGEMENT_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTWAC_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", - "Service_Plan_Id": "0eacfc38-458a-40d3-9eab-9671258f1a3e", - "Service_Plans_Included_Friendly_Names": "POWERAPPS_O365_P3_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "FLOW_O365_P3_GOV", - "Service_Plan_Id": "8055d84a-c172-42eb-b997-6c2ae4628246", - "Service_Plans_Included_Friendly_Names": "FLOW_O365_P3_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "BI_AZURE_P_2_GOV", - "Service_Plan_Id": "944e9726-f011-4353-b654-5f7d2663db76", - "Service_Plans_Included_Friendly_Names": "BI_AZURE_P_2_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "PREMIUM_ENCRYPTION", - "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", - "Service_Plans_Included_Friendly_Names": "PREMIUM_ENCRYPTION" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTENTERPRISE_GOV" - }, - { - "Product_Display_Name": "Office 365 G5 GCC", - "String_Id": "ENTERPRISEPREMIUM_GOV", - "GUID": "8900a2c0-edba-4079-bdf3-b276e293b6a8", - "Service_Plan_Name": "MCOSTANDARD_GOV", - "Service_Plan_Id": "a31ef4a2-f787-435e-8335-e47eb0cafc94", - "Service_Plans_Included_Friendly_Names": "MCOSTANDARD_GOV" - }, - { - "Product_Display_Name": "OFFICE 365 MIDSIZE BUSINESS", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "EXCHANGE_S_STANDARD_MIDMARKET", - "Service_Plan_Id": "fc52cc4b-ed7d-472d-bbe7-b081c23ecc56", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE PLAN " - }, - { - "Product_Display_Name": "OFFICE 365 MIDSIZE BUSINESS", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "MCOSTANDARD_MIDMARKET", - "Service_Plan_Id": "b2669e95-76ef-4e7e-a367-002f60a39f3e", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2) FOR MIDSIZ" - }, - { - "Product_Display_Name": "OFFICE 365 MIDSIZE BUSINESS", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "OFFICESUBSCRIPTION", - "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "OFFICESUBSCRIPTION" - }, - { - "Product_Display_Name": "OFFICE 365 MIDSIZE BUSINESS", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_MIDMARKET", - "Service_Plan_Id": "6b5b6a67-fc72-4a1f-a2b5-beecf05de761", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT PLAN 1" - }, - { - "Product_Display_Name": "OFFICE 365 MIDSIZE BUSINESS", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "OFFICE 365 MIDSIZE BUSINESS", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "OFFICE 365 MIDSIZE BUSINESS", - "String_Id": "MIDSIZEPACK", - "GUID": "04a7fb0d-32e0-4241-b4f5-3f7618cd1162", - "Service_Plan_Name": "YAMMER_MIDSIZE", - "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", - "Service_Plans_Included_Friendly_Names": "YAMMER_MIDSIZE" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS", - "String_Id": "LITEPACK", - "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", - "Service_Plan_Name": "EXCHANGE_L_STANDARD", - "Service_Plan_Id": "d42bdbd6-c335-4231-ab3d-c8f348d5aff5", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (P1)" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS", - "String_Id": "LITEPACK", - "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", - "Service_Plan_Name": "MCOLITE", - "Service_Plan_Id": "70710b6b-3ab4-4a38-9f6d-9f169461650a", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN P1)" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS", - "String_Id": "LITEPACK", - "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", - "Service_Plan_Name": "SHAREPOINTLITE", - "Service_Plan_Id": "a1f3d0a8-84c0-4ae0-bae4-685917b8ab48", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTLITE" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS", - "String_Id": "LITEPACK", - "GUID": "bd09678e-b83c-4d3f-aaba-3dad4abd128b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS PREMIUM", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "EXCHANGE_L_STANDARD", - "Service_Plan_Id": "d42bdbd6-c335-4231-ab3d-c8f348d5aff5", - "Service_Plans_Included_Friendly_Names": "EXCHANGE ONLINE (P1)" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS PREMIUM", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "MCOLITE", - "Service_Plan_Id": "70710b6b-3ab4-4a38-9f6d-9f169461650a", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN P1)" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS PREMIUM", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "OFFICE_PRO_PLUS_SUBSCRIPTION_SMBIZ", - "Service_Plan_Id": "8ca59559-e2ca-470b-b7dd-afd8c0dee963", - "Service_Plans_Included_Friendly_Names": "OFFICE 365 SMALL BUSINESS SUBSCRIPTION" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS PREMIUM", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "SHAREPOINTLITE", - "Service_Plan_Id": "a1f3d0a8-84c0-4ae0-bae4-685917b8ab48", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTLITE" - }, - { - "Product_Display_Name": "OFFICE 365 SMALL BUSINESS PREMIUM", - "String_Id": "LITEPACK_P2", - "GUID": "fc14ec4a-4169-49a4-a51e-2c852931814b", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "ONEDRIVE FOR BUSINESS (PLAN 1)", - "String_Id": "WACONEDRIVESTANDARD", - "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "ONEDRIVE FOR BUSINESS (PLAN 1)", - "String_Id": "WACONEDRIVESTANDARD", - "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", - "Service_Plan_Name": "ONEDRIVESTANDARD", - "Service_Plan_Id": "13696edf-5a08-49f6-8134-03083ed8ba30", - "Service_Plans_Included_Friendly_Names": "ONEDRIVESTANDARD" - }, - { - "Product_Display_Name": "ONEDRIVE FOR BUSINESS (PLAN 1)", - "String_Id": "WACONEDRIVESTANDARD", - "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "ONEDRIVE FOR BUSINESS (PLAN 1)", - "String_Id": "WACONEDRIVESTANDARD", - "GUID": "e6778190-713e-4e4f-9119-8b8238de25df", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "ONEDRIVE FOR BUSINESS (PLAN 2)", - "String_Id": "WACONEDRIVEENTERPRISE", - "GUID": "ed01faf2-1d88-4947-ae91-45ca18703a96", - "Service_Plan_Name": "ONEDRIVEENTERPRISE", - "Service_Plan_Id": "afcafa6a-d966-4462-918c-ec0b4e0fe642", - "Service_Plans_Included_Friendly_Names": "ONEDRIVEENTERPRISE" - }, - { - "Product_Display_Name": "ONEDRIVE FOR BUSINESS (PLAN 2)", - "String_Id": "WACONEDRIVEENTERPRISE", - "GUID": "ed01faf2-1d88-4947-ae91-45ca18703a96", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "POWERAPPS AND LOGIC FLOWS", - "String_Id": "POWERAPPS_INDIVIDUAL_USER", - "GUID": "87bbbc60-4754-4998-8c88-227dca264858", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "POWERAPPS AND LOGIC FLOWS", - "String_Id": "POWERAPPS_INDIVIDUAL_USER", - "GUID": "87bbbc60-4754-4998-8c88-227dca264858", - "Service_Plan_Name": "POWERFLOWSFREE", - "Service_Plan_Id": "0b4346bb-8dc3-4079-9dfc-513696f56039", - "Service_Plans_Included_Friendly_Names": "LOGIC FLOWS" - }, - { - "Product_Display_Name": "POWERAPPS AND LOGIC FLOWS", - "String_Id": "POWERAPPS_INDIVIDUAL_USER", - "GUID": "87bbbc60-4754-4998-8c88-227dca264858", - "Service_Plan_Name": "POWERVIDEOSFREE", - "Service_Plan_Id": "2c4ec2dc-c62d-4167-a966-52a3e6374015", - "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER VIDEOS BASIC" - }, - { - "Product_Display_Name": "POWERAPPS AND LOGIC FLOWS", - "String_Id": "POWERAPPS_INDIVIDUAL_USER", - "GUID": "87bbbc60-4754-4998-8c88-227dca264858", - "Service_Plan_Name": "POWERAPPSFREE", - "Service_Plan_Id": "e61a2945-1d4e-4523-b6e7-30ba39d20f32", - "Service_Plans_Included_Friendly_Names": "MICROSOFT POWERAPPS" - }, - { - "Product_Display_Name": "PowerApps per app baseline access", - "String_Id": "POWERAPPS_PER_APP_IW", - "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", - "Service_Plan_Name": "CDS_PER_APP_IWTRIAL", - "Service_Plan_Id": "94a669d1-84d5-4e54-8462-53b0ae2c8be5", - "Service_Plans_Included_Friendly_Names": "CDS Per app baseline access" - }, - { - "Product_Display_Name": "PowerApps per app baseline access", - "String_Id": "POWERAPPS_PER_APP_IW", - "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", - "Service_Plan_Name": "Flow_Per_APP_IWTRIAL", - "Service_Plan_Id": "dd14867e-8d31-4779-a595-304405f5ad39", - "Service_Plans_Included_Friendly_Names": "Flow per app baseline access" - }, - { - "Product_Display_Name": "PowerApps per app baseline access", - "String_Id": "POWERAPPS_PER_APP_IW", - "GUID": "bf666882-9c9b-4b2e-aa2f-4789b0a52ba2", - "Service_Plan_Name": "POWERAPPS_PER_APP_IWTRIAL", - "Service_Plan_Id": "35122886-cef5-44a3-ab36-97134eabd9ba", - "Service_Plans_Included_Friendly_Names": "PowerApps per app baseline access" - }, - { - "Product_Display_Name": "Power Apps per app plan", - "String_Id": "POWERAPPS_PER_APP", - "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", - "Service_Plan_Name": "CDS_PER_APP", - "Service_Plan_Id": "9f2f00ad-21ae-4ceb-994b-d8bc7be90999", - "Service_Plans_Included_Friendly_Names": "CDS PowerApps per app plan" - }, - { - "Product_Display_Name": "Power Apps per app plan", - "String_Id": "POWERAPPS_PER_APP", - "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps per app plan", - "String_Id": "POWERAPPS_PER_APP", - "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", - "Service_Plan_Name": "POWERAPPS_PER_APP", - "Service_Plan_Id": "b4f657ff-d83e-4053-909d-baa2b595ec97", - "Service_Plans_Included_Friendly_Names": "Power Apps per App Plan" - }, - { - "Product_Display_Name": "Power Apps per app plan", - "String_Id": "POWERAPPS_PER_APP", - "GUID": "a8ad7d2b-b8cf-49d6-b25a-69094a0be206", - "Service_Plan_Name": "Flow_Per_APP", - "Service_Plan_Id": "c539fa36-a64e-479a-82e1-e40ff2aa83ee", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per App Plan" - }, - { - "Product_Display_Name": "Power Apps per user plan", - "String_Id": "POWERAPPS_PER_USER", - "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Power Apps per user plan", - "String_Id": "POWERAPPS_PER_USER", - "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Apps per user plan", - "String_Id": "POWERAPPS_PER_USER", - "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "POWERAPPS_PER_USER", - "Service_Plan_Id": "ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86", - "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan" - }, - { - "Product_Display_Name": "Power Apps per user plan", - "String_Id": "POWERAPPS_PER_USER", - "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "Flow_PowerApps_PerUser", - "Service_Plan_Id": "dc789ed8-0170-4b65-a415-eb77d5bb350a", - "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan" - }, - { - "Product_Display_Name": "Power Automate per flow plan", - "String_Id": "FLOW_BUSINESS_PROCESS", - "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", - "Service_Plan_Name": "CDS_Flow_Business_Process", - "Service_Plan_Id": "c84e52ae-1906-4947-ac4d-6fb3e5bf7c2e", - "Service_Plans_Included_Friendly_Names": "Common data service for Flow per business process plan" - }, - { - "Product_Display_Name": "Power Automate per flow plan", - "String_Id": "FLOW_BUSINESS_PROCESS", - "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate per flow plan", - "String_Id": "FLOW_BUSINESS_PROCESS", - "GUID": "b3a42176-0a8c-4c3f-ba4e-f2b37fe5be6b", - "Service_Plan_Name": "FLOW_BUSINESS_PROCESS", - "Service_Plan_Id": "7e017b61-a6e0-4bdc-861a-932846591f6e", - "Service_Plans_Included_Friendly_Names": "Flow per business process plan" - }, - { - "Product_Display_Name": "Power Automate per user plan", - "String_Id": "FLOW_PER_USER", - "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Power Automate per user plan", - "String_Id": "FLOW_PER_USER", - "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate per user plan", - "String_Id": "FLOW_PER_USER", - "GUID": "4a51bf65-409c-4a91-b845-1121b571cc9d", - "Service_Plan_Name": "FLOW_PER_USER", - "Service_Plan_Id": "c5002c70-f725-4367-b409-f0eff4fee6c0", - "Service_Plans_Included_Friendly_Names": "Flow per user plan" - }, - { - "Product_Display_Name": "Power Automate per user plan dept", - "String_Id": "FLOW_PER_USER_DEPT", - "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" - }, - { - "Product_Display_Name": "Power Automate per user plan dept", - "String_Id": "FLOW_PER_USER_DEPT", - "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate per user plan dept", - "String_Id": "FLOW_PER_USER_DEPT", - "GUID": "d80a4c5d-8f05-4b64-9926-6574b9e6aee4", - "Service_Plan_Name": "FLOW_PER_USER", - "Service_Plan_Id": "c5002c70-f725-4367-b409-f0eff4fee6c0", - "Service_Plans_Included_Friendly_Names": "Flow per user plan" - }, - { - "Product_Display_Name": "Power Automate per user with attended RPA plan", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA", - "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", - "Service_Plan_Name": "CDS_ATTENDED_RPA", - "Service_Plan_Id": "3da2fd4c-1bee-4b61-a17f-94c31e5cab93", - "Service_Plans_Included_Friendly_Names": "Common Data Service Attended RPA" - }, - { - "Product_Display_Name": "Power Automate per user with attended RPA plan", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA", - "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate per user with attended RPA plan", - "String_Id": "POWERAUTOMATE_ATTENDED_RPA", - "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", - "Service_Plan_Name": "POWER_AUTOMATE_ATTENDED_RPA", - "Service_Plan_Id": "375cd0ad-c407-49fd-866a-0bff4f8a9a4d", - "Service_Plans_Included_Friendly_Names": "Power Automate RPA Attended" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", - "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", - "Service_Plan_Name": "CDS_UNATTENDED_RPA", - "Service_Plan_Id": "b475952f-128a-4a44-b82a-0b98a45ca7fb", - "Service_Plans_Included_Friendly_Names": "Common Data Service Unattended RPA" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", - "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power Automate unattended RPA add-on", - "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", - "GUID": "3539d28c-6e35-4a30-b3a9-cd43d5d3e0e2", - "Service_Plan_Name": "POWER_AUTOMATE_UNATTENDED_RPA", - "Service_Plan_Id": "0d373a98-a27a-426f-8993-f9a425ae99c5", - "Service_Plans_Included_Friendly_Names": "Power Automate Unattended RPA add-on" - }, - { - "Product_Display_Name": "Power BI", - "String_Id": "POWER_BI_INDIVIDUAL_USER", - "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI", - "String_Id": "POWER_BI_INDIVIDUAL_USER", - "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", - "Service_Plan_Name": "SQL_IS_SSIM", - "Service_Plan_Id": "fc0a60aa-feee-4746-a0e3-aecfe81a38dd", - "Service_Plans_Included_Friendly_Names": "Microsoft Power BI Information Services Plan 1" - }, - { - "Product_Display_Name": "Power BI", - "String_Id": "POWER_BI_INDIVIDUAL_USER", - "GUID": "e2767865-c3c9-4f09-9f99-6eee6eef861a", - "Service_Plan_Name": "BI_AZURE_P1", - "Service_Plan_Id": "2125cfd7-2110-4567-83c4-c1cd5275163d", - "Service_Plans_Included_Friendly_Names": "Microsoft Power BI Reporting and Analytics Plan 1" - }, - { - "Product_Display_Name": "Power BI (free)", - "String_Id": "POWER_BI_STANDARD", - "GUID": "a403ebcc-fae0-4ca2-8c8c-7a907fd6c235", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI (free)", - "String_Id": "POWER_BI_STANDARD", - "GUID": "a403ebcc-fae0-4ca2-8c8c-7a907fd6c235", - "Service_Plan_Name": "BI_AZURE_P0", - "Service_Plan_Id": "2049e525-b859-401b-b2a0-e0a31c4b1fe4", - "Service_Plans_Included_Friendly_Names": "Power BI (free)" - }, - { - "Product_Display_Name": "POWER BI FOR OFFICE 365 ADD-ON", - "String_Id": "POWER_BI_ADDON", - "GUID": "45bc2c81-6072-436a-9b0b-3b12eefbc402", - "Service_Plan_Name": "BI_AZURE_P1", - "Service_Plan_Id": "2125cfd7-2110-4567-83c4-c1cd5275163d", - "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER BI REPORTING AND ANALYTICS PLAN 1" - }, - { - "Product_Display_Name": "POWER BI FOR OFFICE 365 ADD-ON", - "String_Id": "POWER_BI_ADDON", - "GUID": "45bc2c81-6072-436a-9b0b-3b12eefbc402", - "Service_Plan_Name": "SQL_IS_SSIM", - "Service_Plan_Id": "fc0a60aa-feee-4746-a0e3-aecfe81a38dd", - "Service_Plans_Included_Friendly_Names": "MICROSOFT POWER BI INFORMATION SERVICES PLAN " - }, - { - "Product_Display_Name": "Power BI Premium P1", - "String_Id": "PBI_PREMIUM_P1_ADDON", - "GUID": "7b26f5ab-a763-4c00-a1ac-f6c4b5506945", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Premium P1", - "String_Id": "PBI_PREMIUM_P1_ADDON", - "GUID": "7b26f5ab-a763-4c00-a1ac-f6c4b5506945", - "Service_Plan_Name": "PBI_PREMIUM_P1_ADDON", - "Service_Plan_Id": "9da49a6d-707a-48a1-b44a-53dcde5267f8", - "Service_Plans_Included_Friendly_Names": "Power BI Premium P" - }, - { - "Product_Display_Name": "Power BI Premium Per User", - "String_Id": "PBI_PREMIUM_PER_USER", - "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Premium Per User", - "String_Id": "PBI_PREMIUM_PER_USER", - "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", - "Service_Plan_Name": "BI_AZURE_P3", - "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" - }, - { - "Product_Display_Name": "Power BI Premium Per User", - "String_Id": "PBI_PREMIUM_PER_USER", - "GUID": "c1d032e0-5619-4761-9b5c-75b6831e1711", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Premium Per User Add-On", - "String_Id": "PBI_PREMIUM_PER_USER_ADDON", - "GUID": "de376a03-6e5b-42ec-855f-093fb50b8ca5", - "Service_Plan_Name": "BI_AZURE_P3", - "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" - }, - { - "Product_Display_Name": "Power BI Premium Per User Dept", - "String_Id": "PBI_PREMIUM_PER_USER_DEPT", - "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Premium Per User Dept", - "String_Id": "PBI_PREMIUM_PER_USER_DEPT", - "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", - "Service_Plan_Name": "BI_AZURE_P3", - "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", - "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" - }, - { - "Product_Display_Name": "Power BI Premium Per User Dept", - "String_Id": "PBI_PREMIUM_PER_USER_DEPT", - "GUID": "f168a3fb-7bcf-4a27-98c3-c235ea4b78b4", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Pro", - "String_Id": "POWER_BI_PRO", - "GUID": "f8a1db68-be16-40ed-86d5-cb42ce701560", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Pro", - "String_Id": "POWER_BI_PRO", - "GUID": "f8a1db68-be16-40ed-86d5-cb42ce701560", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Pro CE", - "String_Id": "POWER_BI_PRO_CE", - "GUID": "420af87e-8177-4146-a780-3786adaffbca", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Pro CE", - "String_Id": "POWER_BI_PRO_CE", - "GUID": "420af87e-8177-4146-a780-3786adaffbca", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power BI Pro Dept", - "String_Id": "POWER_BI_PRO_DEPT", - "GUID": "3a6a908c-09c5-406a-8170-8ebb63c42882", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Power BI Pro Dept", - "String_Id": "POWER_BI_PRO_DEPT", - "GUID": "3a6a908c-09c5-406a-8170-8ebb63c42882", - "Service_Plan_Name": "BI_AZURE_P2", - "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", - "Service_Plans_Included_Friendly_Names": "Power BI Pro" - }, - { - "Product_Display_Name": "Power Virtual Agent", - "String_Id": "VIRTUAL_AGENT_BASE", - "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", - "Service_Plan_Name": "CDS_VIRTUAL_AGENT_BASE", - "Service_Plan_Id": "0a0a23fa-fea1-4195-bb89-b4789cb12f7f", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Virtual Agent Base" - }, - { - "Product_Display_Name": "Power Virtual Agent", - "String_Id": "VIRTUAL_AGENT_BASE", - "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", - "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_BASE", - "Service_Plan_Id": "4b81a949-69a1-4409-ad34-9791a6ec88aa", - "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent" - }, - { - "Product_Display_Name": "Power Virtual Agent", - "String_Id": "VIRTUAL_AGENT_BASE", - "GUID": "e4e55366-9635-46f4-a907-fc8c3b5ec81f", - "Service_Plan_Name": "VIRTUAL_AGENT_BASE", - "Service_Plan_Id": "f6934f16-83d3-4f3b-ad27-c6e9c187b260", - "Service_Plans_Included_Friendly_Names": "Virtual Agent Base" - }, - { - "Product_Display_Name": "Power Virtual Agents Viral Trial", - "String_Id": "CCIBOTS_PRIVPREV_VIRAL", - "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", - "Service_Plan_Name": "DYN365_CDS_CCI_BOTS", - "Service_Plan_Id": "cf7034ed-348f-42eb-8bbd-dddeea43ee81", - "Service_Plans_Included_Friendly_Names": "Common Data Service for CCI Bots" - }, - { - "Product_Display_Name": "Power Virtual Agents Viral Trial", - "String_Id": "CCIBOTS_PRIVPREV_VIRAL", - "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", - "Service_Plan_Name": "CCIBOTS_PRIVPREV_VIRAL", - "Service_Plan_Id": "ce312d15-8fdf-44c0-9974-a25a177125ee", - "Service_Plans_Included_Friendly_Names": "Dynamics 365 AI for Customer Service Virtual Agents Viral" - }, - { - "Product_Display_Name": "Power Virtual Agents Viral Trial", - "String_Id": "CCIBOTS_PRIVPREV_VIRAL", - "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", - "Service_Plan_Name": "FLOW_CCI_BOTS", - "Service_Plan_Id": "5d798708-6473-48ad-9776-3acc301c40af", - "Service_Plans_Included_Friendly_Names": "Flow for CCI Bots" - }, - { - "Product_Display_Name": "PROJECT FOR OFFICE 365", - "String_Id": "PROJECTCLIENT", - "GUID": "a10d5e58-74da-4312-95c8-76be4e5b75a0", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Project Online Essentials", - "String_Id": "PROJECTESSENTIALS", - "GUID": "776df282-9fc0-4862-99e2-70e561b9909e", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "Sway" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM", - "String_Id": "PROJECTPREMIUM", - "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM", - "String_Id": "PROJECTPREMIUM", - "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM", - "String_Id": "PROJECTPREMIUM", - "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM", - "String_Id": "PROJECTPREMIUM", - "GUID": "09015f9f-377f-4538-bbb5-f75ceb09358a", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM WITHOUT PROJECT CLIENT", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM WITHOUT PROJECT CLIENT", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM WITHOUT PROJECT CLIENT", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM WITHOUT PROJECT CLIENT", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "PROJECT ONLINE PREMIUM WITHOUT PROJECT CLIENT", - "String_Id": "PROJECTONLINE_PLAN_1", - "GUID": "2db84718-652c-47a7-860c-f10d8abbdae3", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "PROJECT ONLINE WITH PROJECT FOR OFFICE 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "FORMS_PLAN_E1", - "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", - "Service_Plans_Included_Friendly_Names": "MICROSOFT FORMS (PLAN E1)" - }, - { - "Product_Display_Name": "PROJECT ONLINE WITH PROJECT FOR OFFICE 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE DESKTOP CLIENT" - }, - { - "Product_Display_Name": "PROJECT ONLINE WITH PROJECT FOR OFFICE 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT_PROJECT" - }, - { - "Product_Display_Name": "PROJECT ONLINE WITH PROJECT FOR OFFICE 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "PROJECT ONLINE WITH PROJECT FOR OFFICE 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" - }, - { - "Product_Display_Name": "PROJECT ONLINE WITH PROJECT FOR OFFICE 365", - "String_Id": "PROJECTONLINE_PLAN_2", - "GUID": "f82a60b8-1ee3-4cfb-a4fe-1c6a53c2656c", - "Service_Plan_Name": "SWAY", - "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", - "Service_Plans_Included_Friendly_Names": "SWAY" - }, - { - "Product_Display_Name": "PROJECT PLAN 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_P1", - "Service_Plan_Id": "a6f677b3-62a6-4644-93e7-2a85d240845e", - "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR PROJECT P1" - }, - { - "Product_Display_Name": "PROJECT PLAN 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "PROJECT PLAN 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "Power_Automate_For_Project_P1", - "Service_Plan_Id": "00283e6b-2bd8-440f-a2d5-87358e4c89a1", - "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR PROJECT P1" - }, - { - "Product_Display_Name": "PROJECT PLAN 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" - }, - { - "Product_Display_Name": "PROJECT PLAN 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "PROJECT_P1", - "Service_Plan_Id": "4a12c688-56c6-461a-87b1-30d6f32136f9", - "Service_Plans_Included_Friendly_Names": "PROJECT P1" - }, - { - "Product_Display_Name": "PROJECT PLAN 1", - "String_Id": "PROJECT_P1", - "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_P1", - "Service_Plan_Id": "a6f677b3-62a6-4644-93e7-2a85d240845e", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project P1" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "Power_Automate_For_Project_P1", - "Service_Plan_Id": "00283e6b-2bd8-440f-a2d5-87358e4c89a1", - "Service_Plans_Included_Friendly_Names": "Power Automate for Project P1" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "PROJECT_ESSENTIALS", - "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", - "Service_Plans_Included_Friendly_Names": "Project Online Essentials" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "PROJECT_P1", - "Service_Plan_Id": "4a12c688-56c6-461a-87b1-30d6f32136f9", - "Service_Plans_Included_Friendly_Names": "Project P1" - }, - { - "Product_Display_Name": "Project Plan 1 (for Department)", - "String_Id": "PROJECT_PLAN1_DEPT", - "GUID": "84cd610f-a3f8-4beb-84ab-d9d2c902c6c9", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT STANDARD" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "DYN365_CDS_PROJECT", - "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "FLOW_FOR_PROJECT", - "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", - "Service_Plans_Included_Friendly_Names": "Flow for Project" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the web" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "Project Online Service" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "PROJECT_PROFESSIONAL", - "Service_Plan_Id": "818523f5-016b-4355-9be8-ed6944946ea7", - "Service_Plans_Included_Friendly_Names": "Project P3" - }, - { - "Product_Display_Name": "Project Plan 3", - "String_Id": "PROJECTPROFESSIONAL", - "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "DYN365_CDS_PROJECT", - "Service_Plan_Id": "50554c47-71d9-49fd-bc54-42a2765c555c", - "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "FLOW_FOR_PROJECT", - "Service_Plan_Id": "fa200448-008c-4acb-abd4-ea106ed2199d", - "Service_Plans_Included_Friendly_Names": "Flow for Project" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "SHAREPOINTWAC", - "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", - "Service_Plans_Included_Friendly_Names": "Office for the Web" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "fafd7243-e5c1-4a3a-9e40-495efcb1d3c3", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "SHAREPOINT_PROJECT", - "Service_Plan_Id": "fe71d6c3-a2ea-4499-9778-da042bf08063", - "Service_Plans_Included_Friendly_Names": "Project Online Service" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "PROJECT_PROFESSIONAL", - "Service_Plan_Id": "818523f5-016b-4355-9be8-ed6944946ea7", - "Service_Plans_Included_Friendly_Names": "Project P3" - }, - { - "Product_Display_Name": "Project Plan 3 (for Department)", - "String_Id": "PROJECT_PLAN3_DEPT", - "GUID": "46102f44-d912-47e7-b0ca-1bd7b70ada3b", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the web (Government)" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client for Government" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", - "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" - }, - { - "Product_Display_Name": "Project Plan 3 for GCC", - "String_Id": "PROJECTPROFESSIONAL_GOV", - "GUID": "074c6829-b3a0-430a-ba3d-aca365e57065", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "SHAREPOINTWAC_GOV", - "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", - "Service_Plans_Included_Friendly_Names": "Office for the web (Government)" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", - "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client for Government" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", - "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", - "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" - }, - { - "Product_Display_Name": "Project Plan 5 for GCC", - "String_Id": "PROJECTPREMIUM_GOV", - "GUID": "f2230877-72be-4fec-b1ba-7156d6f75bd6", - "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", - "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", - "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" - }, - { - "Product_Display_Name": "Rights Management Adhoc", - "String_Id": "RIGHTSMANAGEMENT_ADHOC", - "GUID": "8c4ce438-32a7-4ac5-91a6-e22ae08d9c8b", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Rights Management Adhoc", - "String_Id": "RIGHTSMANAGEMENT_ADHOC", - "GUID": "8c4ce438-32a7-4ac5-91a6-e22ae08d9c8b", - "Service_Plan_Name": "RMS_S_ADHOC", - "Service_Plan_Id": "7a39d7dd-e456-4e09-842a-0204ee08187b", - "Service_Plans_Included_Friendly_Names": "Rights Management Adhoc" - }, - { - "Product_Display_Name": "Rights Management Service Basic Content Protection", - "String_Id": "RMSBASIC", - "GUID": "093e8d14-a334-43d9-93e3-30589a8b47d0", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Rights Management Service Basic Content Protection", - "String_Id": "RMSBASIC", - "GUID": "093e8d14-a334-43d9-93e3-30589a8b47d0", - "Service_Plan_Name": "RMS_S_BASIC", - "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", - "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" - }, - { - "Product_Display_Name": "Sensor Data Intelligence Additional Machines Add-in for Dynamics 365 Supply Chain Management", - "String_Id": "DYN365_IOT_INTELLIGENCE_ADDL_MACHINES", - "GUID": "08e18479-4483-4f70-8f17-6f92156d8ea9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Sensor Data Intelligence Additional Machines Add-in for Dynamics 365 Supply Chain Management", - "String_Id": "DYN365_IOT_INTELLIGENCE_ADDL_MACHINES", - "GUID": "08e18479-4483-4f70-8f17-6f92156d8ea9", - "Service_Plan_Name": "D365_IOTFORSCM_ADDITIONAL", - "Service_Plan_Id": "a5f38206-2f48-4d83-9957-525f4e75e9c0", - "Service_Plans_Included_Friendly_Names": "IoT Intelligence Add-in Additional Machines" - }, - { - "Product_Display_Name": "Sensor Data Intelligence Scenario Add-in for Dynamics 365 Supply Chain Management", - "String_Id": "DYN365_IOT_INTELLIGENCE_SCENARIO", - "GUID": "9ea4bdef-a20b-4668-b4a7-73e1f7696e0a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Sensor Data Intelligence Scenario Add-in for Dynamics 365 Supply Chain Management", - "String_Id": "DYN365_IOT_INTELLIGENCE_SCENARIO", - "GUID": "9ea4bdef-a20b-4668-b4a7-73e1f7696e0a", - "Service_Plan_Name": "D365_IOTFORSCM", - "Service_Plan_Id": "83dd9619-c7d5-44da-9250-dc4ee79fff7e", - "Service_Plans_Included_Friendly_Names": "Iot Intelligence Add-in for D365 Supply Chain Management" - }, - { - "Product_Display_Name": "SHAREPOINT ONLINE (PLAN 1)", - "String_Id": "SHAREPOINTSTANDARD", - "GUID": "1fc08a02-8b3d-43b9-831e-f76859e04e1a", - "Service_Plan_Name": "SHAREPOINTSTANDARD", - "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", - "Service_Plans_Included_Friendly_Names": "SHAREPOINTSTANDARD" - }, - { - "Product_Display_Name": "SHAREPOINT ONLINE (PLAN 2)", - "String_Id": "SHAREPOINTENTERPRISE", - "GUID": "a9732ec9-17d9-494c-a51c-d6b45b384dcb", - "Service_Plan_Name": "SHAREPOINTENTERPRISE", - "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", - "Service_Plans_Included_Friendly_Names": "SHAREPOINT ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "SharePoint Syntex", - "String_Id": "Intelligent_Content_Services", - "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", - "Service_Plan_Name": "CDS_O365_E5_KM", - "Service_Plan_Id": "3069d530-e41b-421c-ad59-fb1001a23e11", - "Service_Plans_Included_Friendly_Names": "Common Data Service for SharePoint Syntex" - }, - { - "Product_Display_Name": "SharePoint Syntex", - "String_Id": "Intelligent_Content_Services", - "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", - "Service_Plan_Name": "Intelligent_Content_Services", - "Service_Plan_Id": "f00bd55e-1633-416e-97c0-03684e42bc42", - "Service_Plans_Included_Friendly_Names": "SharePoint Syntex" - }, - { - "Product_Display_Name": "SharePoint Syntex", - "String_Id": "Intelligent_Content_Services", - "GUID": "f61d4aba-134f-44e9-a2a0-f81a5adb26e4", - "Service_Plan_Name": "Intelligent_Content_Services_SPO_type", - "Service_Plan_Id": "fd2e7f90-1010-487e-a11b-d2b1ae9651fc", - "Service_Plans_Included_Friendly_Names": "SharePoint Syntex - SPO type" - }, - { - "Product_Display_Name": "SKYPE FOR BUSINESS ONLINE (PLAN 1)", - "String_Id": "MCOIMP", - "GUID": "b8b749f8-a4ef-4887-9539-c95b1eaa5db7", - "Service_Plan_Name": "MCOIMP", - "Service_Plan_Id": "afc06cb0-b4f4-4473-8286-d644f70d8faf", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 1)" - }, - { - "Product_Display_Name": "SKYPE FOR BUSINESS ONLINE (PLAN 2)", - "String_Id": "MCOSTANDARD", - "GUID": "d42c793f-6c78-4f43-92ca-e8f6a02b035f", - "Service_Plan_Name": "MCOSTANDARD", - "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", - "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" - }, - { - "Product_Display_Name": "SKYPE FOR BUSINESS PSTN DOMESTIC AND INTERNATIONAL CALLING", - "String_Id": "MCOPSTN2", - "GUID": "d3b4fe1f-9992-4930-8acb-ca6ec609365e", - "Service_Plan_Name": "MCOPSTN2", - "Service_Plan_Id": "5a10155d-f5c1-411a-a8ec-e99aae125390", - "Service_Plans_Included_Friendly_Names": "DOMESTIC AND INTERNATIONAL CALLING PLAN" - }, - { - "Product_Display_Name": "SKYPE FOR BUSINESS PSTN DOMESTIC CALLING", - "String_Id": "MCOPSTN1", - "GUID": "0dab259f-bf13-4952-b7f8-7db8f131b28d", - "Service_Plan_Name": "MCOPSTN1", - "Service_Plan_Id": "4ed3ff63-69d7-4fb7-b984-5aec7f605ca8", - "Service_Plans_Included_Friendly_Names": "DOMESTIC CALLING PLAN" - }, - { - "Product_Display_Name": "SKYPE FOR BUSINESS PSTN DOMESTIC CALLING (120 Minutes)", - "String_Id": "MCOPSTN5", - "GUID": "54a152dc-90de-4996-93d2-bc47e670fc06", - "Service_Plan_Name": "MCOPSTN5", - "Service_Plan_Id": "54a152dc-90de-4996-93d2-bc47e670fc06", - "Service_Plans_Included_Friendly_Names": "DOMESTIC CALLING PLAN" - }, - { - "Product_Display_Name": "TELSTRA CALLING FOR O365", - "String_Id": "MCOPSTNEAU2", - "GUID": "de3312e1-c7b0-46e6-a7c3-a515ff90bc86", - "Service_Plan_Name": "MCOPSTNEAU", - "Service_Plan_Id": "7861360b-dc3b-4eba-a3fc-0d323a035746", - "Service_Plans_Included_Friendly_Names": "AUSTRALIA CALLING PLAN" - }, - { - "Product_Display_Name": "Universal Print", - "String_Id": "UNIVERSAL_PRINT", - "GUID": "9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Universal Print", - "String_Id": "UNIVERSAL_PRINT", - "GUID": "9f3d9c1d-25a5-4aaa-8e59-23a1e6450a67", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Visio Plan 1", - "String_Id": "VISIO_PLAN1_DEPT", - "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Visio Plan 1", - "String_Id": "VISIO_PLAN1_DEPT", - "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "OneDrive for business Basic" - }, - { - "Product_Display_Name": "Visio Plan 1", - "String_Id": "VISIO_PLAN1_DEPT", - "GUID": "ca7f3140-d88c-455b-9a1c-7f0679e31a76", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "Visio web app" - }, - { - "Product_Display_Name": "Visio Plan 2", - "String_Id": "VISIO_PLAN2_DEPT", - "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Visio Plan 2", - "String_Id": "VISIO_PLAN2_DEPT", - "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Basic)" - }, - { - "Product_Display_Name": "Visio Plan 2", - "String_Id": "VISIO_PLAN2_DEPT", - "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", - "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", - "Service_Plans_Included_Friendly_Names": "Visio Desktop App" - }, - { - "Product_Display_Name": "Visio Plan 2", - "String_Id": "VISIO_PLAN2_DEPT", - "GUID": "38b434d2-a15e-4cde-9a98-e737c75623e1", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "Visio Web App" - }, - { - "Product_Display_Name": "VISIO ONLINE PLAN 1", - "String_Id": "VISIOONLINE_PLAN1", - "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "VISIO ONLINE PLAN 1", - "String_Id": "VISIOONLINE_PLAN1", - "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC" - }, - { - "Product_Display_Name": "VISIO ONLINE PLAN 1", - "String_Id": "VISIOONLINE_PLAN1", - "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "VISIO WEB APP" - }, - { - "Product_Display_Name": "VISIO ONLINE PLAN 2", - "String_Id": "VISIOCLIENT", - "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "VISIO ONLINE PLAN 2", - "String_Id": "VISIOCLIENT", - "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", - "Service_Plan_Name": "ONEDRIVE_BASIC", - "Service_Plan_Id": "da792a53-cbc0-4184-a10d-e544dd34b3c1", - "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC" - }, - { - "Product_Display_Name": "VISIO ONLINE PLAN 2", - "String_Id": "VISIOCLIENT", - "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", - "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", - "Service_Plan_Id": "663a804f-1c30-4ff0-9915-9db84f0d1cea", - "Service_Plans_Included_Friendly_Names": "VISIO DESKTOP APP" - }, - { - "Product_Display_Name": "VISIO ONLINE PLAN 2", - "String_Id": "VISIOCLIENT", - "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", - "Service_Plan_Name": "VISIOONLINE", - "Service_Plan_Id": "2bdbaf8f-738f-4ac7-9234-3c3ee2ce7d0f", - "Service_Plans_Included_Friendly_Names": "VISIO WEB APP" - }, - { - "Product_Display_Name": "VISIO PLAN 2 FOR GCC", - "String_Id": "VISIOCLIENT_GOV", - "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION FOR GOVERNMENT" - }, - { - "Product_Display_Name": "VISIO PLAN 2 FOR GCC", - "String_Id": "VISIOCLIENT_GOV", - "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", - "Service_Plan_Name": "ONEDRIVE_BASIC_GOV", - "Service_Plan_Id": "98709c2e-96b5-4244-95f5-a0ebe139fb8a", - "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC FOR GOVERNMENT" - }, - { - "Product_Display_Name": "VISIO PLAN 2 FOR GCC", - "String_Id": "VISIOCLIENT_GOV", - "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", - "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION_GOV", - "Service_Plan_Id": "f85945f4-7a55-4009-bc39-6a5f14a8eac1", - "Service_Plans_Included_Friendly_Names": "VISIO DESKTOP APP FOR Government" - }, - { - "Product_Display_Name": "VISIO PLAN 2 FOR GCC", - "String_Id": "VISIOCLIENT_GOV", - "GUID": "4ae99959-6b0f-43b0-b1ce-68146001bdba", - "Service_Plan_Name": "VISIOONLINE_GOV", - "Service_Plan_Id": "8a9ecb07-cfc0-48ab-866c-f83c4d911576", - "Service_Plans_Included_Friendly_Names": "VISIO WEB APP FOR GOVERNMENT" - }, - { - "Product_Display_Name": "Viva Topics", - "String_Id": "TOPIC_EXPERIENCES", - "GUID": "4016f256-b063-4864-816e-d818aad600c9", - "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX_TOPICEXP", - "Service_Plan_Id": "b74d57b2-58e9-484a-9731-aeccbba954f0", - "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index (Viva Topics)" - }, - { - "Product_Display_Name": "Viva Topics", - "String_Id": "TOPIC_EXPERIENCES", - "GUID": "4016f256-b063-4864-816e-d818aad600c9", - "Service_Plan_Name": "CORTEX", - "Service_Plan_Id": "c815c93d-0759-4bb8-b857-bc921a71be83", - "Service_Plans_Included_Friendly_Names": "Viva Topics" - }, - { - "Product_Display_Name": "Windows 10 Enterprise A3 for faculty", - "String_Id": "WIN10_ENT_A3_FAC", - "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10 Enterprise A3 for faculty", - "String_Id": "WIN10_ENT_A3_FAC", - "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10 Enterprise A3 for faculty", - "String_Id": "WIN10_ENT_A3_FAC", - "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Windows 10 Enterprise A3 for faculty", - "String_Id": "WIN10_ENT_A3_FAC", - "GUID": "8efbe2f6-106e-442f-97d4-a59aa6037e06", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Windows 10 Enterprise A3 for students", - "String_Id": "WIN10_ENT_A3_STU", - "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10 Enterprise A3 for students", - "String_Id": "WIN10_ENT_A3_STU", - "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10 Enterprise A3 for students", - "String_Id": "WIN10_ENT_A3_STU", - "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Windows 10 Enterprise A3 for students", - "String_Id": "WIN10_ENT_A3_STU", - "GUID": "d4ef921e-840b-4b48-9a90-ab6698bc7b31", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "WINDOWS 10 ENTERPRISE E3", - "String_Id": "WIN10_PRO_ENT_SUB", - "GUID": "cb10e6cd-9da4-4992-867b-67546b1db821", - "Service_Plan_Name": "WIN10_PRO_ENT_SUB", - "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", - "Service_Plans_Included_Friendly_Names": "WINDOWS 10 ENTERPRISE" - }, - { - "Product_Display_Name": "WINDOWS 10 ENTERPRISE E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "WINDOWS 10 ENTERPRISE E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "UNIVERSAL PRINT" - }, - { - "Product_Display_Name": "WINDOWS 10 ENTERPRISE E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "WINDOWS 10 ENTERPRISE (NEW)" - }, - { - "Product_Display_Name": "WINDOWS 10 ENTERPRISE E3", - "String_Id": "WIN10_VDA_E3", - "GUID": "6a0f6da5-0b87-4190-a6ae-9bb5a2b9546a", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "WINDOWS UPDATE FOR BUSINESS DEPLOYMENT SERVICE" - }, - { - "Product_Display_Name": "Windows 10 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 10 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" - }, - { - "Product_Display_Name": "Windows 10 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "UNIVERSAL_PRINT_01", - "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", - "Service_Plans_Included_Friendly_Names": "Universal Print" - }, - { - "Product_Display_Name": "Windows 10 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Windows 10 Enterprise E5", - "String_Id": "WIN10_VDA_E5", - "GUID": "488ba24a-39a9-4473-8ee5-19291e71b002", - "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", - "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", - "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" - }, - { - "Product_Display_Name": "Windows 10 Enterprise E5 Commercial (GCC Compatible)", - "String_Id": "WINE5_GCC_COMPAT", - "GUID": "938fd547-d794-42a4-996c-1cc206619580", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", - "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" - }, - { - "Product_Display_Name": "Windows 10 Enterprise E5 Commercial (GCC Compatible)", - "String_Id": "WINE5_GCC_COMPAT", - "GUID": "938fd547-d794-42a4-996c-1cc206619580", - "Service_Plan_Name": "WINDEFATP", - "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", - "Service_Plans_Included_Friendly_Names": "Microsoft Defender For Endpoint" - }, - { - "Product_Display_Name": "Windows 10 Enterprise E5 Commercial (GCC Compatible)", - "String_Id": "WINE5_GCC_COMPAT", - "GUID": "938fd547-d794-42a4-996c-1cc206619580", - "Service_Plan_Name": "Virtualization \tRights \tfor \tWindows \t10 \t(E3/E5+VDA)", - "Service_Plan_Id": "e7c91390-7625-45be-94e0-e16907e03118", - "Service_Plans_Included_Friendly_Names": "Windows 10 Enterprise (New)" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_B_2C_4RAM_64GB", - "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_B_2C_4RAM_64GB", - "GUID": "42e6818f-8966-444b-b7ac-0027c83fa8b5", - "Service_Plan_Name": "CPC_B_2C_4RAM_64GB", - "Service_Plan_Id": "a790cd6e-a153-4461-83c7-e127037830b6", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 2 vCPU 4 GB 64 GB" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB (with Windows Hybrid Benefit)", - "String_Id": "CPC_B_4C_16RAM_128GB_WHB", - "GUID": "439ac253-bfbc-49c7-acc0-6b951407b5ef", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Business 4 vCPU 16 GB 128 GB (with Windows Hybrid Benefit)", - "String_Id": "CPC_B_4C_16RAM_128GB_WHB", - "GUID": "439ac253-bfbc-49c7-acc0-6b951407b5ef", - "Service_Plan_Name": "CPC_B_4C_16RAM_128GB", - "Service_Plan_Id": "1d4f75d3-a19b-49aa-88cb-f1ea1690b550", - "Service_Plans_Included_Friendly_Names": "Windows 365 Business 4 vCPU 16 GB 128 GB" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_E_2C_4GB_64GB", - "GUID": "7bb14422-3b90-4389-a7be-f1b745fc037f", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "Exchange Foundation" - }, - { - "Product_Display_Name": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB", - "String_Id": "CPC_E_2C_4GB_64GB", - "GUID": "7bb14422-3b90-4389-a7be-f1b745fc037f", - "Service_Plan_Name": "CPC_E_2C_4GB_64GB", - "Service_Plan_Id": "23a25099-1b2f-4e07-84bd-b84606109438", - "Service_Plans_Included_Friendly_Names": "Windows 365 Enterprise 2 vCPU 4 GB 64 GB" - }, - { - "Product_Display_Name": "WINDOWS STORE FOR BUSINESS", - "String_Id": "WINDOWS_STORE", - "GUID": "6470687e-a428-4b7a-bef2-8a291ad947c9", - "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", - "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", - "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" - }, - { - "Product_Display_Name": "WINDOWS STORE FOR BUSINESS", - "String_Id": "WINDOWS_STORE", - "GUID": "6470687e-a428-4b7a-bef2-8a291ad947c9", - "Service_Plan_Name": "WINDOWS_STORE", - "Service_Plan_Id": "a420f25f-a7b3-4ff5-a9d0-5d58f73b537d", - "Service_Plans_Included_Friendly_Names": "WINDOWS STORE SERVICE" - }, - { - "Product_Display_Name": "Microsoft Workplace Analytics", - "String_Id": "WORKPLACE_ANALYTICS", - "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", - "Service_Plan_Name": "WORKPLACE_ANALYTICS", - "Service_Plan_Id": "f477b0f0-3bb1-4890-940c-40fcee6ce05f", - "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics" - }, - { - "Product_Display_Name": "Microsoft Workplace Analytics", - "String_Id": "WORKPLACE_ANALYTICS", - "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", - "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_BACKEND", - "Service_Plan_Id": "ff7b261f-d98b-415b-827c-42a3fdf015af", - "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics Insights Backend" - }, - { - "Product_Display_Name": "Microsoft Workplace Analytics", - "String_Id": "WORKPLACE_ANALYTICS", - "GUID": "3d957427-ecdc-4df2-aacd-01cc9d519da8", - "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_USER", - "Service_Plan_Id": "b622badb-1b45-48d5-920f-4b27a2c0996c", - "Service_Plans_Included_Friendly_Names": "Microsoft Workplace Analytics Insights User" - } -] diff --git a/src/data/M365Licenses-additional.json b/src/data/M365Licenses-additional.json new file mode 100644 index 000000000000..09733867f764 --- /dev/null +++ b/src/data/M365Licenses-additional.json @@ -0,0 +1,250 @@ +[ + { + "Product_Display_Name": "Office 365 Education E3 for Faculty", + "String_Id": "ENTERPRISEPACK_FACULTY", + "GUID": "e4fa3838-3d01-42df-aa28-5e0a4c68604b", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A1 for Faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A5 for Faculty", + "String_Id": "ENTERPRISEPREMIUM_FACULTY", + "GUID": "a4585165-0533-458a-97e3-c400570268c4", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A5 without Audio Conferencing for faculty", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_FACULTY", + "GUID": "9a320620-ca3d-4705-a79d-27c135c96e05", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 Education E1 for Faculty", + "String_Id": "STANDARDPACK_FACULTY", + "GUID": "a19037fc-48b4-4d57-b079-ce44b7832473", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Faculty", + "String_Id": "M365EDU_A3_FACULTY", + "GUID": "4b590615-0888-425a-a965-b3bf7789848d", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for Faculty", + "String_Id": "M365EDU_A5_NOPSTNCONF_FACULTY", + "GUID": "65200ac3-f927-4407-a3d5-c63562dff461", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 Education for Homeschool for Faculty", + "String_Id": "STANDARDWOFFPACK_HOMESCHOOL_FAC", + "GUID": "43e691ad-1491-4e8c-8dc9-da6b8262c03b", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A1 for Faculty (for Device)", + "String_Id": "STANDARDWOFFPACK_FACULTY_DEVICE", + "GUID": "af4e28de-6b52-4fd3-a5f4-6bf708a304d3", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic for EDU", + "String_Id": "Microsoft_Teams_Rooms_Basic_FAC", + "GUID": "a4e376bd-c61e-4618-9901-3fc0cb1b88bb", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Basic without Audio Conferencing for EDU", + "String_Id": "Microsoft_Teams_Rooms_Basic_without_Audio_Conferencing_FAC", + "GUID": "7da0ac23-26f8-4d04-8731-9016d9883340", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro without Audio Conferencing for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_without_Audio_Conferencing_FAC", + "GUID": "271f6b1a-de32-4849-bcf4-b79b8a7c2cfe", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 Education E3 for Students", + "String_Id": "ENTERPRISEPACK_STUDENT", + "GUID": "8fc2205d-4e51-4401-97f0-5c89ef1aafb", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A1 for Students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A5 for Students", + "String_Id": "ENTERPRISEPREMIUM_STUDENT", + "GUID": "ee656612-49fa-43e5-b67e-cb1fdf7699df", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A5 without PSTN Conferencing for Students", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_STUDENT", + "GUID": "1164451b-e2e5-4c9e-8fa6-e5122d90dbdc", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 Education E1 for Students", + "String_Id": "STANDARDPACK_STUDENT", + "GUID": "d37ba356-38c5-4c82-90da-3d714f72a382", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students", + "String_Id": "M365EDU_A3_STUDENT", + "GUID": "7cfd9a2b-e110-4c39-bf20-c6a3f36a3121", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A3 for Students use benefits", + "String_Id": "M365EDU_A3_STUUSEBNFT", + "GUID": "18250162-5d87-4436-a834-d795c15c80f3", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A5 Student use benefits", + "String_Id": "M365EDU_A5_STUUSEBNFT", + "GUID": "31d57bc7-3a05-4867-ab53-97a17835a411", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for Students", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUDENT", + "GUID": "a25c01ce-bab1-47e9-a6d0-ebe939b99ff9", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Microsoft 365 A5 without Audio Conferencing for Students use benefit", + "String_Id": "M365EDU_A5_NOPSTNCONF_STUUSEBNFT", + "GUID": "81441ae1-0b31-4185-a6c0-32b6b84d419f", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A3 for Students", + "String_Id": "ENTERPRISEPACKPLUS_STUDENT", + "GUID": "98b6e773-24d4-4c0d-a968-6e787a1f8204", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A3 Student use benefit", + "String_Id": "ENTERPRISEPACKPLUS_STUUSEBNFT", + "GUID": "476aad1e-7a7f-473c-9d20-35665a5cbd4f", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A5 Student use benefit", + "String_Id": "ENTERPRISEPREMIUM_STUUSEBNFT", + "GUID": "f6e603f1-1a6d-4d32-a730-34b809cb9731", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A5 without Audio Conferencing for Students use benefit", + "String_Id": "ENTERPRISEPREMIUM_NOPSTNCONF_STUUSEBNFT", + "GUID": "bc86c9cd-3058-43ba-9972-141678675ac1", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 Education for Homeschool for Students", + "String_Id": "STANDARDWOFFPACK_HOMESCHOOL_STU", + "GUID": "afbb89a7-db5f-45fb-8af0-1bc5c5015709", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + }, + { + "Product_Display_Name": "Office 365 A1 for Students (for Device)", + "String_Id": "STANDARDWOFFPACK_STUDENT_DEVICE", + "GUID": "160d609e-ab08-4fce-bc1c-ea13321942ac", + "Service_Plan_Name": "", + "Service_Plan_Id": "", + "Service_Plans_Included_Friendly_Names": "" + } +] diff --git a/src/data/M365Licenses.json b/src/data/M365Licenses.json index 1ba8fcbec6cd..7f24d98cdf4f 100644 --- a/src/data/M365Licenses.json +++ b/src/data/M365Licenses.json @@ -1,4 +1,20 @@ [ + { + "Product_Display_Name": "10-Year Audit Log Retention Add On", + "String_Id": "10_ALR_ADDON", + "GUID": "c2e41e49-e2a2-4c55-832a-cf13ffba1d6a", + "Service_Plan_Name": "Auditing_10Year_ Retention_ Add_On", + "Service_Plan_Id": "7d16094b-4db8-41ff-a182-372a90a85407", + "Service_Plans_Included_Friendly_Names": "Auditing 10Year Retention Add On" + }, + { + "Product_Display_Name": "Advanced Communications", + "String_Id": "ADV_COMMS", + "GUID": "e4654015-5daf-4a48-9b37-4f309dddd88b", + "Service_Plan_Name": "TEAMS_ADVCOMMS", + "Service_Plan_Id": "604ec28a-ae18-4bc6-91b0-11da94504ba9", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Communications" + }, { "Product_Display_Name": "AI Builder Capacity add-on", "String_Id": "CDSAICAPACITY", @@ -55,6 +71,30 @@ "Service_Plan_Id": "2e6ffd72-52d1-4541-8f6c-938f9a8d4cdc", "Service_Plans_Included_Friendly_Names": "Microsoft Application Protection and Governance (D)" }, + { + "Product_Display_Name": "Azure Information Protection Premium P1 for Government", + "String_Id": "RIGHTSMANAGEMENT_CE_GOV\t", + "GUID": "78362de1-6942-4bb8-83a1-a32aa67e6e2c", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Azure Information Protection Premium P1 for Government", + "String_Id": "RIGHTSMANAGEMENT_CE_GOV\t", + "GUID": "78362de1-6942-4bb8-83a1-a32aa67e6e2c", + "Service_Plan_Name": "RMS_S_PREMIUM_GOV", + "Service_Plan_Id": "1b66aedf-8ca1-4f73-af76-ec76c6180f98", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1 for GCC" + }, + { + "Product_Display_Name": "Azure Information Protection Premium P1 for Government", + "String_Id": "RIGHTSMANAGEMENT_CE_GOV\t", + "GUID": "78362de1-6942-4bb8-83a1-a32aa67e6e2c", + "Service_Plan_Name": "RMS_S_ENTERPRISE_GOV", + "Service_Plan_Id": "6a76346d-5d6e-4051-9fe3-ed3f312b5597", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, { "Product_Display_Name": "Career Coach for faculty", "String_Id": "CAREERCOACH_FACULTY", @@ -127,6 +167,14 @@ "Service_Plan_Id": "f7e5b77d-f293-410a-bae8-f941f19fe680", "Service_Plans_Included_Friendly_Names": "OneDrive for Business (Clipchamp)" }, + { + "Product_Display_Name": "Clipchamp Premium Add-on", + "String_Id": "Clipchamp_Premium_Add_on", + "GUID": "4b2c20e4-939d-4bf4-9dd8-6870240cfe19", + "Service_Plan_Name": "CLIPCHAMP_PREMIUM", + "Service_Plan_Id": "430b908f-78e1-4812-b045-cf83320e7d5d", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp Premium" + }, { "Product_Display_Name": "Microsoft 365 Audio Conferencing", "String_Id": "MCOMEETADV", @@ -479,6 +527,14 @@ "Service_Plan_Id": "3a117d30-cfac-4f00-84ac-54f8b6a18d78", "Service_Plans_Included_Friendly_Names": "Compliance Manager Premium Assessment Add-On" }, + { + "Product_Display_Name": "Compliance Program for Microsoft Cloud", + "String_Id": "Compliance_Program_for_Microsoft_Cloud", + "GUID": "10dd46b2-c5ad-4de3-865c-a6fa1363fb51", + "Service_Plan_Name": "CPMC", + "Service_Plan_Id": "1265e154-5544-4197-bba1-03ef69c3b180", + "Service_Plans_Included_Friendly_Names": "Compliance Program for Microsoft Cloud" + }, { "Product_Display_Name": "Defender Threat Intelligence", "String_Id": "Defender_Threat_Intelligence", @@ -1279,6 +1335,30 @@ "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Voice Channel Add-in", + "String_Id": "DYN365_CS_VOICE", + "GUID": "dadd2312-b5b1-4fa0-8c15-0903de3e2303", + "Service_Plan_Name": "DYN365_CS_VOICE", + "Service_Plan_Id": "f6ec6dfa-2402-468d-a455-89be11116d43", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Voice Channel Add-in", + "String_Id": "DYN365_CS_VOICE", + "GUID": "dadd2312-b5b1-4fa0-8c15-0903de3e2303", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE", + "Service_Plan_Id": "a3dce1be-e9ca-453a-9483-e69a5b46ce98", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Service Voice Channel Add-in", + "String_Id": "DYN365_CS_VOICE", + "GUID": "dadd2312-b5b1-4fa0-8c15-0903de3e2303", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, { "Product_Display_Name": "Dynamics 365 Customer Insights Standalone", "String_Id": "DYN365_CUSTOMER_INSIGHTS_BASE", @@ -1855,6 +1935,30 @@ "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", "Service_Plans_Included_Friendly_Names": "Exchange Foundation" }, + { + "Product_Display_Name": "Dynamics 365 Field Service Contractor", + "String_Id": "D365_FIELD_SERVICE_CONTRACTOR", + "GUID": "23e6e135-e869-4ce4-9ae4-5710cd69ac13", + "Service_Plan_Name": "CDS_FIELD_SERVICE_CONTRACTOR", + "Service_Plan_Id": "f4614a66-d632-443a-bc77-afe92987b322", + "Service_Plans_Included_Friendly_Names": "Common Data Service Field service Part Time Contractors" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Contractor", + "String_Id": "D365_FIELD_SERVICE_CONTRACTOR", + "GUID": "23e6e135-e869-4ce4-9ae4-5710cd69ac13", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Field Service Contractor", + "String_Id": "D365_FIELD_SERVICE_CONTRACTOR", + "GUID": "23e6e135-e869-4ce4-9ae4-5710cd69ac13", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, { "Product_Display_Name": "Dynamics 365 Field Service Contractor for Government", "String_Id": "D365_FIELD_SERVICE_CONTRACTOR_GOV", @@ -1967,6 +2071,118 @@ "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" }, + { + "Product_Display_Name": "Dynamics 365 for Finance Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_FINANCE_ATTACH", + "GUID": "d721f2e4-099b-4105-b40e-872e46cad402", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 for Finance Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_FINANCE_ATTACH", + "GUID": "d721f2e4-099b-4105-b40e-872e46cad402", + "Service_Plan_Name": "CDS_AI_Capacity_FI", + "Service_Plan_Id": "5d85ec34-44e5-43b6-a9aa-d1b4c1d3aa3b", + "Service_Plans_Included_Friendly_Names": "AI Builder Capacity Add-on" + }, + { + "Product_Display_Name": "Dynamics 365 for Finance Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_FINANCE_ATTACH", + "GUID": "d721f2e4-099b-4105-b40e-872e46cad402", + "Service_Plan_Name": "DYN365_CDS_FINANCE", + "Service_Plan_Id": "e95d7060-d4d9-400a-a2bd-a244bf0b609e", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Finance" + }, + { + "Product_Display_Name": "Dynamics 365 for Finance Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_FINANCE_ATTACH", + "GUID": "d721f2e4-099b-4105-b40e-872e46cad402", + "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", + "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations, Enterprise edition - Regulatory Service" + }, + { + "Product_Display_Name": "Dynamics 365 for Finance Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_FINANCE_ATTACH", + "GUID": "d721f2e4-099b-4105-b40e-872e46cad402", + "Service_Plan_Name": "D365_Finance_Attach", + "Service_Plan_Id": "223e33cb-eee0-462d-b1bd-e9a5febf8e85", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance Attach" + }, + { + "Product_Display_Name": "Dynamics 365 for Finance Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_FINANCE_ATTACH", + "GUID": "d721f2e4-099b-4105-b40e-872e46cad402", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Finance Attach to Qualifying Base Offer Embedded with Project Management & Accounting", + "String_Id": "DYN365_FINANCE_ATTACH_ISVEMB_PROJOPS", + "GUID": "db5bd06c-b99a-4c54-98e9-90fea5164c88", + "Service_Plan_Name": "D365_ProjectOperationsCDSAttach", + "Service_Plan_Id": "e564d403-7eaf-4c91-b92f-bb0dc62026e1", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations CDS Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Finance Attach to Qualifying Base Offer Embedded with Project Management & Accounting", + "String_Id": "DYN365_FINANCE_ATTACH_ISVEMB_PROJOPS", + "GUID": "db5bd06c-b99a-4c54-98e9-90fea5164c88", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Finance Attach to Qualifying Base Offer Embedded with Project Management & Accounting", + "String_Id": "DYN365_FINANCE_ATTACH_ISVEMB_PROJOPS", + "GUID": "db5bd06c-b99a-4c54-98e9-90fea5164c88", + "Service_Plan_Name": "CDS_AI_Capacity_FI", + "Service_Plan_Id": "5d85ec34-44e5-43b6-a9aa-d1b4c1d3aa3b", + "Service_Plans_Included_Friendly_Names": "AI Builder Capacity Add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Finance Attach to Qualifying Base Offer Embedded with Project Management & Accounting", + "String_Id": "DYN365_FINANCE_ATTACH_ISVEMB_PROJOPS", + "GUID": "db5bd06c-b99a-4c54-98e9-90fea5164c88", + "Service_Plan_Name": "D365_Finance_Attach", + "Service_Plan_Id": "223e33cb-eee0-462d-b1bd-e9a5febf8e85", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Finance Attach to Qualifying Base Offer Embedded with Project Management & Accounting", + "String_Id": "DYN365_FINANCE_ATTACH_ISVEMB_PROJOPS", + "GUID": "db5bd06c-b99a-4c54-98e9-90fea5164c88", + "Service_Plan_Name": "D365_ProjectOperationsAttach", + "Service_Plan_Id": "fa7675bd-6717-40e7-8172-d0bbcbe1ab12", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Project Operations Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Finance Attach to Qualifying Base Offer Embedded with Project Management & Accounting", + "String_Id": "DYN365_FINANCE_ATTACH_ISVEMB_PROJOPS", + "GUID": "db5bd06c-b99a-4c54-98e9-90fea5164c88", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Finance Attach to Qualifying Base Offer Embedded with Project Management & Accounting", + "String_Id": "DYN365_FINANCE_ATTACH_ISVEMB_PROJOPS", + "GUID": "db5bd06c-b99a-4c54-98e9-90fea5164c88", + "Service_Plan_Name": "PROJECT_FOR_PROJECT_OPERATIONS_ATTACH", + "Service_Plan_Id": "6d8e07c6-9613-484f-8cc1-a66c5c3979bb", + "Service_Plans_Included_Friendly_Names": "Project for Project Operations Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Finance Attach to Qualifying Base Offer Embedded with Project Management & Accounting", + "String_Id": "DYN365_FINANCE_ATTACH_ISVEMB_PROJOPS", + "GUID": "db5bd06c-b99a-4c54-98e9-90fea5164c88", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, { "Product_Display_Name": "Dynamics 365 for Case Management Enterprise Edition", "String_Id": "DYN365_ENTERPRISE_CASE_MANAGEMENT", @@ -2263,6 +2479,542 @@ "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "DYN365_CC", + "Service_Plan_Id": "2a9d72b3-1714-440f-babf-bf92bf9683d8", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Contact Center" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS", + "Service_Plan_Id": "47c2b191-a5fb-4129-b690-00c474d2f623", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "DYN365_CS_VOICE", + "Service_Plan_Id": "f6ec6dfa-2402-468d-a455-89be11116d43", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE", + "Service_Plan_Id": "a3dce1be-e9ca-453a-9483-e69a5b46ce98", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center", + "String_Id": "DYNAMICS_365_CONTACT_CENTER", + "GUID": "dfb1700c-013e-4132-8bce-0d319c43a95d", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "DYN365_CC", + "Service_Plan_Id": "2a9d72b3-1714-440f-babf-bf92bf9683d8", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Contact Center" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS", + "Service_Plan_Id": "47c2b191-a5fb-4129-b690-00c474d2f623", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "DYN365_CS_VOICE", + "Service_Plan_Id": "f6ec6dfa-2402-468d-a455-89be11116d43", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE", + "Service_Plan_Id": "a3dce1be-e9ca-453a-9483-e69a5b46ce98", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "39a78eb6-3a8a-4e1e-878a-575a5c8984e7", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "DYN365_CC_DIGITAL", + "Service_Plan_Id": "0ef2b4e3-0a2b-450d-8c5f-a52203c40f50", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Contact Center Digital" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS", + "Service_Plan_Id": "47c2b191-a5fb-4129-b690-00c474d2f623", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "DYN365_CS_MESSAGING", + "Service_Plan_Id": "43b076f2-1123-45ba-a339-2e170ee58c53", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging Application Integration" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL", + "GUID": "59d3d0bf-df39-4b8b-8601-ea6c09a7fd66", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "DYN365_CC_DIGITAL", + "Service_Plan_Id": "0ef2b4e3-0a2b-450d-8c5f-a52203c40f50", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Contact Center Digital" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS", + "Service_Plan_Id": "47c2b191-a5fb-4129-b690-00c474d2f623", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "DYN365_CS_MESSAGING", + "Service_Plan_Id": "43b076f2-1123-45ba-a339-2e170ee58c53", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging Application Integration" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Digital Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_DIGITAL_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "7e6e6091-1680-4532-9370-6cd4598483ac", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "DYN365_CC_VOICE", + "Service_Plan_Id": "57517633-b4ad-4db8-8c1a-65f443424490", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Contact Center Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "DYN365_CS_VOICE", + "Service_Plan_Id": "f6ec6dfa-2402-468d-a455-89be11116d43", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE", + "Service_Plan_Id": "a3dce1be-e9ca-453a-9483-e69a5b46ce98", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE", + "GUID": "79e2368c-4568-48d5-a352-b0344afabcf8", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "DYN365_CC_VOICE", + "Service_Plan_Id": "57517633-b4ad-4db8-8c1a-65f443424490", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Contact Center Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "DYN365_CS_VOICE", + "Service_Plan_Id": "f6ec6dfa-2402-468d-a455-89be11116d43", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE", + "Service_Plan_Id": "a3dce1be-e9ca-453a-9483-e69a5b46ce98", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Contact Center Voice Add-on for Customer Service Enterprise", + "String_Id": "DYNAMICS_365_CONTACT_CENTER_VOICE_ADD_ON_FOR_CUSTOMER_SERVICE_ENTERPRISE", + "GUID": "73e8b747-20bf-463d-8ffd-274a7d65d0bc", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "Dynamics_365_Customer_Insights_Attach_New", + "GUID": "ff22b8d4-5073-4b24-ba45-84ad5d9b6642", + "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_BASE", + "Service_Plan_Id": "d04ca659-b119-4a92-b8fc-3ede584a9d65", + "Service_Plans_Included_Friendly_Names": "Dataverse for Cust Insights BASE" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "Dynamics_365_Customer_Insights_Attach_New", + "GUID": "ff22b8d4-5073-4b24-ba45-84ad5d9b6642", + "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_COMBINED_BASE", + "Service_Plan_Id": "d66ee5da-07d5-49d6-a1d8-45662c3f37be", + "Service_Plans_Included_Friendly_Names": "Dataverse for Customer Insights Combined Base" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "Dynamics_365_Customer_Insights_Attach_New", + "GUID": "ff22b8d4-5073-4b24-ba45-84ad5d9b6642", + "Service_Plan_Name": "DYN365_CUSTOMER_INSIGHTS_JOURNEYS_BASE", + "Service_Plan_Id": "1720c3f7-7da3-4a11-8324-92aad283eb68", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Insights Journeys" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "Dynamics_365_Customer_Insights_Attach_New", + "GUID": "ff22b8d4-5073-4b24-ba45-84ad5d9b6642", + "Service_Plan_Name": "Forms_Pro_Marketing_App", + "Service_Plan_Id": "22b657cf-0a9e-467b-8a91-5e31f21bc570", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Marketing Application" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Attach", + "String_Id": "Dynamics_365_Customer_Insights_Attach_New", + "GUID": "ff22b8d4-5073-4b24-ba45-84ad5d9b6642", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Journeys T3 Interacted People", + "String_Id": "Dynamics_365_Customer_Insights_Journeys_T3_Interacted_People", + "GUID": "05735051-46c0-4c84-9107-bb13d77d0b88", + "Service_Plan_Name": "CDS_CUSTOMER_INSIGHTS_JOURNEYS_ADD-ON", + "Service_Plan_Id": "2f2e81a6-15de-4041-9f33-73c06fed3801", + "Service_Plans_Included_Friendly_Names": "Dataverse for Customer Insights Journeys add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Journeys T3 Interacted People", + "String_Id": "Dynamics_365_Customer_Insights_Journeys_T3_Interacted_People", + "GUID": "05735051-46c0-4c84-9107-bb13d77d0b88", + "Service_Plan_Name": "DYN365_MARKETING_50K_CONTACT_ADDON", + "Service_Plan_Id": "e626a4ec-1ba2-409e-bf75-9bc0bc30cca7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing 50K Addnl Contacts" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights Journeys T3 Interacted People", + "String_Id": "Dynamics_365_Customer_Insights_Journeys_T3_Interacted_People", + "GUID": "05735051-46c0-4c84-9107-bb13d77d0b88", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights User License", + "String_Id": "Dynamics_365_Customer_Insights_User_License", + "GUID": "12b5a442-a6f2-49e4-868b-2d7408c2356f", + "Service_Plan_Name": "DYN365_MARKETING_MSE_USER", + "Service_Plan_Id": "2824c69a-1ac5-4397-8592-eae51cb8b581", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing MSE User" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights User License", + "String_Id": "Dynamics_365_Customer_Insights_User_License", + "GUID": "12b5a442-a6f2-49e4-868b-2d7408c2356f", + "Service_Plan_Name": "DYN365_MARKETING_USER", + "Service_Plan_Id": "5d7a6abc-eebd-46ab-96e1-e4a2f54a2248", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing USL" + }, + { + "Product_Display_Name": "Dynamics 365 Customer Insights User License", + "String_Id": "Dynamics_365_Customer_Insights_User_License", + "GUID": "12b5a442-a6f2-49e4-868b-2d7408c2356f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, { "Product_Display_Name": "Dynamics 365 for Customer Service Chat", "String_Id": "DYN365_CS_CHAT", @@ -2727,6 +3479,62 @@ "Service_Plan_Id": "26fa8a18-2812-4b3d-96b4-864818ce26be", "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Mixed Reality" }, + { + "Product_Display_Name": "Dynamics 365 Human Resources Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_HUMAN_RESOURCES_ATTACH", + "GUID": "83c489a4-94b6-4dcc-9fdc-ff9b107a4621", + "Service_Plan_Name": "Forms_Pro_Talent", + "Service_Plan_Id": "1c4ae475-5608-43fa-b3f7-d20e07cf24b4", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Talent" + }, + { + "Product_Display_Name": "Dynamics 365 Human Resources Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_HUMAN_RESOURCES_ATTACH", + "GUID": "83c489a4-94b6-4dcc-9fdc-ff9b107a4621", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Human Resources Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_HUMAN_RESOURCES_ATTACH", + "GUID": "83c489a4-94b6-4dcc-9fdc-ff9b107a4621", + "Service_Plan_Name": "D365_HR_SELF_SERVICE_OPS", + "Service_Plan_Id": "835b837b-63c1-410e-bf6b-bdef201ad129", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Human Resource Self Service" + }, + { + "Product_Display_Name": "Dynamics 365 Human Resources Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_HUMAN_RESOURCES_ATTACH", + "GUID": "83c489a4-94b6-4dcc-9fdc-ff9b107a4621", + "Service_Plan_Name": "D365_HR_OPS", + "Service_Plan_Id": "8b21a5dc-5485-49ed-a2d4-0e772c830f6d", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Human Resources" + }, + { + "Product_Display_Name": "Dynamics 365 Human Resources Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_HUMAN_RESOURCES_ATTACH", + "GUID": "83c489a4-94b6-4dcc-9fdc-ff9b107a4621", + "Service_Plan_Name": "D365_HR_Attach", + "Service_Plan_Id": "3219525a-4064-45ec-9c35-a33ea6b39a49", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Human Resources Attach" + }, + { + "Product_Display_Name": "Dynamics 365 Human Resources Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_HUMAN_RESOURCES_ATTACH", + "GUID": "83c489a4-94b6-4dcc-9fdc-ff9b107a4621", + "Service_Plan_Name": "D365_HR_ATTACH_OPS", + "Service_Plan_Id": "90d8cb62-e98a-4639-8342-8c7d2c8215ba", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Human Resources Attach License" + }, + { + "Product_Display_Name": "Dynamics 365 Human Resources Attach to Qualifying Dynamics 365 Base Offer", + "String_Id": "DYN365_HUMAN_RESOURCES_ATTACH", + "GUID": "83c489a4-94b6-4dcc-9fdc-ff9b107a4621", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, { "Product_Display_Name": "Dynamics 365 Hybrid Connector", "String_Id": "CRM_HYBRIDCONNECTOR", @@ -2759,6 +3567,22 @@ "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", "Service_Plans_Included_Friendly_Names": "Exchange Foundation" }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 1", + "String_Id": "DYN365_MARKETING_CONTACT_ADDON", + "GUID": "fc4581aa-6b1f-459d-95b6-84bd49d6f843", + "Service_Plan_Name": "DYN365_MARKETING_CONTACT_ADDON", + "Service_Plan_Id": "18db5075-2c70-408d-a82b-929059d782af", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing Additional Contacts Tier 1" + }, + { + "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 1", + "String_Id": "DYN365_MARKETING_CONTACT_ADDON", + "GUID": "fc4581aa-6b1f-459d-95b6-84bd49d6f843", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, { "Product_Display_Name": "Dynamics 365 for Marketing Addnl Contacts Tier 3", "String_Id": "DYN365_MARKETING_CONTACT_ADDON_T3", @@ -2855,6 +3679,182 @@ "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", "Service_Plans_Included_Friendly_Names": "Exchange Foundation" }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "CUSTOMER_VOICE_DYN365_VIRAL_TRIAL", + "Service_Plan_Id": "dbe07046-af68-4861-a20d-1c8cbda9194f", + "Service_Plans_Included_Friendly_Names": "Customer Voice for Dynamics 365 vTrial" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "DYN365_CS_MESSAGING_TPS", + "Service_Plan_Id": "47c2b191-a5fb-4129-b690-00c474d2f623", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Digital Messaging add-on" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "D365_CSI_EMBED_CSEnterprise", + "Service_Plan_Id": "5b1e5982-0e88-47bb-a95e-ae6085eda612", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Customer Service Insights for CS Enterprise" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "DYN365_ENTERPRISE_CUSTOMER_SERVICE", + "Service_Plan_Id": "99340b49-fb81-4b1e-976b-8f2ae8e9394f", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "DYN365_CS_VOICE", + "Service_Plan_Id": "f6ec6dfa-2402-468d-a455-89be11116d43", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Customer Service Voice Add-in" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "DYN365_ENTERPRISE_FIELD_SERVICE", + "Service_Plan_Id": "8c66ef8a-177f-4c0d-853c-d4f219331d09", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Field Service" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "DYN365_MARKETING_APP", + "Service_Plan_Id": "a3a4fa10-5092-401a-af30-0462a95a7ac8", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Marketing" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "DYN365_ENTERPRISE_SALES", + "Service_Plan_Id": "2da8e897-7791-486b-b08f-cc63c8129df7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Sales" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "Forms_Pro_FS", + "Service_Plan_Id": "9c439259-63b0-46cc-a258-72be4313a42d", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Field Service" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "Forms_Pro_SalesEnt", + "Service_Plan_Id": "8839ef0e-91f1-4085-b485-62e06e7c7987", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Sales Enterprise" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_VOICE", + "Service_Plan_Id": "a3dce1be-e9ca-453a-9483-e69a5b46ce98", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Customer Service Voice" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_D365_CS_MESSAGING", + "Service_Plan_Id": "2d2f174c-c3cc-4abe-9ce8-4dd86f469ab1", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Digital Messaging" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "GUIDES", + "Service_Plan_Id": "0b2c029c-dca0-454a-a336-887285d6ef07", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Guides" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "MICROSOFT_REMOTE_ASSIST", + "Service_Plan_Id": "4f4c7800-298a-4e22-8867-96b17850d4dd", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Remote Assist" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "POWERAPPS_GUIDES", + "Service_Plan_Id": "816971f4-37c5-424a-b12b-b56881f402e7", + "Service_Plans_Included_Friendly_Names": "Power Apps for Guides" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "PROJECT_ESSENTIALS", + "Service_Plan_Id": "1259157c-8581-4875-bca7-2ffb18c51bda", + "Service_Plans_Included_Friendly_Names": "Project Online Essentials" + }, + { + "Product_Display_Name": "Dynamics 365 Multi-app", + "String_Id": "Dynamics_365_Multi_app_", + "GUID": "6c75fb1b-61f2-42d0-b1b8-6492ca9ae159", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, { "Product_Display_Name": "Dynamics 365 Operations – Activity", "String_Id": "Dyn365_Operations_Activity", @@ -3039,6 +4039,78 @@ "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "DYN365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "Service_Plan_Id": "1d8c8e0e-4308-4db5-8a41-b129dbdaea20", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Project Service Automation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "Forms_Pro_PS_GCC", + "Service_Plan_Id": "e98256c5-17d0-4987-becc-e991c52d55c6", + "Service_Plans_Included_Friendly_Names": "Microsoft Dynamics 365 Customer Voice for Project Service Automation for GCC" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "SHAREPOINTWAC_GOV", + "Service_Plan_Id": "8f9f0f3b-ca90-406c-a842-95579171f8ec", + "Service_Plans_Included_Friendly_Names": "Office for the Web for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION_GOV", + "Service_Plan_Id": "45c6831b-ad74-4c7f-bd03-7c2b3fa39067", + "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "SHAREPOINT_PROJECT_GOV", + "Service_Plan_Id": "e57afa78-1f19-4542-ba13-b32cd4d8f472", + "Service_Plans_Included_Friendly_Names": "Project Online Service for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "SHAREPOINTENTERPRISE_GOV", + "Service_Plan_Id": "153f85dd-d912-4762-af6c-d6e0fb4f6692", + "Service_Plans_Included_Friendly_Names": "SharePoint Plan 2G" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "FLOW_DYN_APPS_GOV", + "Service_Plan_Id": "2c6af4f1-e7b6-4d59-bbc8-eaa884f42d69", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" + }, + { + "Product_Display_Name": "Dynamics 365 for Project Service Automation for Government", + "String_Id": "D365_ENTERPRISE_PROJECT_SERVICE_AUTOMATION_GOV", + "GUID": "6c827f0a-42cb-4cff-b1cd-f4104c16ede3", + "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", + "Service_Plan_Id": "3089c02b-e533-4b73-96a5-01fa648c3c3c", + "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" + }, { "Product_Display_Name": "Dynamics 365 for Sales and Customer Service Enterprise Edition", "String_Id": "DYN365_ENTERPRISE_SALES_CUSTOMERSERVICE", @@ -3245,7 +4317,7 @@ "GUID": "e85b3345-2fd5-45cf-a196-7968d3e18e56", "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium & Trial" }, { "Product_Display_Name": "Dynamics 365 for Sales Enterprise for Government", @@ -3389,7 +4461,7 @@ "GUID": "2edaa1dc-966d-4475-93d6-8ee8dfd96877", "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium & Trial" }, { "Product_Display_Name": "Dynamics 365 Sales Premium", @@ -3751,6 +4823,110 @@ "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", "Service_Plans_Included_Friendly_Names": "POWERAPPS FOR DYNAMICS 365" }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "DYN365_CDS_SUPPLYCHAINMANAGEMENT", + "Service_Plan_Id": "b6a8b974-2956-4e14-ae81-f0384c363528", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Dynamics 365 Supply Chain Management" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "FLOW_FOR_IOM_USL", + "Service_Plan_Id": "9e6d1620-dce9-4655-8933-af8fa5bccc9c", + "Service_Plans_Included_Friendly_Names": "Data Integration for IOM with Power Automate USL" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "CDS_FOR_IOM", + "Service_Plan_Id": "2bb89402-51e9-4c5a-be33-e954a9dd1ba6", + "Service_Plans_Included_Friendly_Names": "Dataverse for IOM" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "D365_DemandPlanning", + "Service_Plan_Id": "e8b616eb-1a6d-42b4-84c7-b63870791349", + "Service_Plans_Included_Friendly_Names": "DO NOT USE - Dynamics 365 Supply Chain Management Premium" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "DYN365_REGULATORY_SERVICE", + "Service_Plan_Id": "c7657ae3-c0b0-4eed-8c1d-6a7967bd9c65", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Finance and Operations, Enterprise edition - Regulatory Service" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "D365_SCM", + "Service_Plan_Id": "1224eae4-0d91-474a-8a52-27ec96a63fe7", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 for Supply Chain Management" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "DYN365_IOM", + "Service_Plan_Id": "616cf6e2-f52f-4738-b463-10003061fcd3", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Intelligent Order Management" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "DYN365_IOM_USER", + "Service_Plan_Id": "81375e2f-5ef7-4773-96aa-e3279f50bd21", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Intelligent Order Management USL" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "D365_SCM_Premium", + "Service_Plan_Id": "0363c8e5-c30d-4d7c-a621-7b6cab5e0482", + "Service_Plans_Included_Friendly_Names": "Dynamics 365 Supply Chain Management Premium" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "POWERAPPS_DYN_APPS", + "Service_Plan_Id": "874fc546-6efe-4d22-90b8-5c4e7aa59f4b", + "Service_Plans_Included_Friendly_Names": "Power Apps for Dynamics 365" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Dynamics 365 Supply Chain Management Premium", + "String_Id": "Dynamics_365_Supply_Chain_Management_Premium", + "GUID": "9467fd84-2758-4287-b1fa-6a908c441b8a", + "Service_Plan_Name": "FLOW_DYN_APPS", + "Service_Plan_Id": "7e6d7d78-73de-46ba-83b1-6d25117334ba", + "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365" + }, { "Product_Display_Name": "Dynamics 365 for Talent", "String_Id": "SKU_Dynamics_365_for_HCM_Trial", @@ -5087,6 +6263,22 @@ "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" }, + { + "Product_Display_Name": "Exchange Online (Plan 2) for GCC", + "String_Id": "EXCHANGEENTERPRISE_GOV", + "GUID": "7be8dc28-4da4-4e6d-b9b9-c60f2806df8a", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE_GOV", + "Service_Plan_Id": "8c3069c0-ccdb-44be-ab77-986203a67df2", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2) for Government" + }, + { + "Product_Display_Name": "Exchange Online (Plan 2) for GCC", + "String_Id": "EXCHANGEENTERPRISE_GOV", + "GUID": "7be8dc28-4da4-4e6d-b9b9-c60f2806df8a", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, { "Product_Display_Name": "Exchange Online (Plan 2)", "String_Id": "EXCHANGEENTERPRISE", @@ -5191,6 +6383,30 @@ "Service_Plan_Id": "326e2b78-9d27-42c9-8509-46c827743a17", "Service_Plans_Included_Friendly_Names": "Exchange Online Protection" }, + { + "Product_Display_Name": "Flow Plan 1 for Government", + "String_Id": "FLOW_P1_GOV", + "GUID": "2b3b0c87-36af-4d15-8124-04a691cc2546", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, + { + "Product_Display_Name": "Flow Plan 1 for Government", + "String_Id": "FLOW_P1_GOV", + "GUID": "2b3b0c87-36af-4d15-8124-04a691cc2546", + "Service_Plan_Name": "DYN365_CDS_P1_GOV", + "Service_Plan_Id": "ce361df2-f2a5-4713-953f-4050ba09aad8", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" + }, + { + "Product_Display_Name": "Flow Plan 1 for Government", + "String_Id": "FLOW_P1_GOV", + "GUID": "2b3b0c87-36af-4d15-8124-04a691cc2546", + "Service_Plan_Name": "FLOW_P1_GOV", + "Service_Plan_Id": "774da41c-a8b3-47c1-8322-b9c1ab68be9f", + "Service_Plans_Included_Friendly_Names": "Power Automate (Plan 1) for Government" + }, { "Product_Display_Name": "Intune", "String_Id": "INTUNE_A", @@ -6728,15 +7944,15 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "AAD_BASIC_EDU", "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for Education" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "RMS_S_ENTERPRISE", @@ -6744,7 +7960,7 @@ "Service_Plans_Included_Friendly_Names": "Azure Rights Management" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "CDS_O365_P3", @@ -6752,7 +7968,7 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "LOCKBOX_ENTERPRISE", @@ -6760,7 +7976,15 @@ "Service_Plans_Included_Friendly_Names": "Customer Lockbox" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MIP_S_Exchange", @@ -6768,7 +7992,15 @@ "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "COMMON_DEFENDER_PLATFORM_FOR_OFFICE", + "Service_Plan_Id": "a312bdeb-1e21-40d0-84b1-0e73f128144f", + "Service_Plans_Included_Friendly_Names": "Defender Platform for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "EducationAnalyticsP1", @@ -6776,7 +8008,7 @@ "Service_Plans_Included_Friendly_Names": "Education Analytics" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", @@ -6784,7 +8016,15 @@ "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "INFORMATION_BARRIERS", @@ -6792,7 +8032,7 @@ "Service_Plans_Included_Friendly_Names": "Information Barriers" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "Content_Explorer", @@ -6800,7 +8040,7 @@ "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "ContentExplorer_Standard", @@ -6808,7 +8048,7 @@ "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MIP_S_CLP2", @@ -6816,7 +8056,7 @@ "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MIP_S_CLP1", @@ -6824,7 +8064,7 @@ "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "M365_ADVANCED_AUDITING", @@ -6832,15 +8072,15 @@ "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "OFFICESUBSCRIPTION", "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MCOMEETADV", @@ -6848,7 +8088,15 @@ "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", @@ -6856,7 +8104,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MTP", @@ -6864,7 +8112,15 @@ "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MCOEV", @@ -6872,7 +8128,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MICROSOFTBOOKINGS", @@ -6880,7 +8136,15 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "COMMUNICATIONS_DLP", @@ -6888,7 +8152,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "CUSTOMER_KEY", @@ -6896,15 +8160,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "ATP_ENTERPRISE", @@ -6912,7 +8168,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "THREAT_INTELLIGENCE", @@ -6920,7 +8176,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "EXCEL_PREMIUM", @@ -6928,7 +8184,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "OFFICE_FORMS_PLAN_3", @@ -6936,7 +8192,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan 3)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "INFO_GOVERNANCE", @@ -6944,7 +8200,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "INSIDER_RISK", @@ -6952,7 +8208,15 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management - Exchange" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "KAIZALA_STANDALONE", @@ -6960,7 +8224,15 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "ML_CLASSIFICATION", @@ -6968,7 +8240,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "EXCHANGE_ANALYTICS", @@ -6976,7 +8248,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "PROJECTWORKMANAGEMENT", @@ -6984,7 +8256,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Planner" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "RECORDS_MANAGEMENT", @@ -6992,7 +8264,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MICROSOFT_SEARCH", @@ -7000,7 +8272,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Search" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "Deskless", @@ -7008,7 +8280,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "STREAM_O365_E5", @@ -7016,7 +8288,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "TEAMS1", @@ -7024,7 +8296,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Teams" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MINECRAFT_EDUCATION_EDITION", @@ -7032,7 +8304,7 @@ "Service_Plans_Included_Friendly_Names": "Minecraft Education Edition" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "INTUNE_O365", @@ -7040,7 +8312,7 @@ "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "Nucleus", @@ -7048,7 +8320,7 @@ "Service_Plans_Included_Friendly_Names": "Nucleus" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "EQUIVIO_ANALYTICS", @@ -7056,7 +8328,7 @@ "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "ADALLOM_S_O365", @@ -7064,7 +8336,7 @@ "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "PAM_ENTERPRISE", @@ -7072,7 +8344,7 @@ "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "SAFEDOCS", @@ -7080,7 +8352,7 @@ "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "SHAREPOINTWAC_EDU", @@ -7088,7 +8360,7 @@ "Service_Plans_Included_Friendly_Names": "Office for the Web for Education" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "POWERAPPS_O365_P3", @@ -7096,7 +8368,7 @@ "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "BI_AZURE_P2", @@ -7104,7 +8376,7 @@ "Service_Plans_Included_Friendly_Names": "Power BI Pro" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "PREMIUM_ENCRYPTION", @@ -7112,7 +8384,7 @@ "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "PROJECT_O365_P3", @@ -7120,23 +8392,39 @@ "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", - "Service_Plans_Included_Friendly_Names": "Microsoft Communications Compliance" + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Data Investigations" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "SCHOOL_DATA_SYNC_P2", @@ -7144,7 +8432,7 @@ "Service_Plans_Included_Friendly_Names": "School Data Sync (Plan 2)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "SHAREPOINTENTERPRISE_EDU", @@ -7152,7 +8440,7 @@ "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2) for Education" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MCOSTANDARD", @@ -7160,7 +8448,7 @@ "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "SWAY", @@ -7168,7 +8456,7 @@ "Service_Plans_Included_Friendly_Names": "Sway" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "BPOS_S_TODO_3", @@ -7176,7 +8464,7 @@ "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "VIVA_LEARNING_SEEDED", @@ -7184,7 +8472,7 @@ "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "WHITEBOARD_PLAN3", @@ -7192,7 +8480,7 @@ "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "YAMMER_EDU", @@ -7200,7 +8488,7 @@ "Service_Plans_Included_Friendly_Names": "Yammer for Academic" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "WINDEFATP", @@ -7208,7 +8496,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MICROSOFTENDPOINTDLP", @@ -7216,7 +8504,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "UNIVERSAL_PRINT_01", @@ -7224,7 +8512,7 @@ "Service_Plans_Included_Friendly_Names": "Universal Print" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "Virtualization Rights for Windows 10 (E3/E5+VDA)", @@ -7232,7 +8520,7 @@ "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", @@ -7240,23 +8528,7 @@ "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", - "String_Id": "M365EDU_A5_FACULTY", - "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "RMS_S_PREMIUM", @@ -7264,7 +8536,7 @@ "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "RMS_S_PREMIUM2", @@ -7272,7 +8544,7 @@ "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "DYN365_CDS_O365_P3", @@ -7280,7 +8552,15 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "Intune_ServiceNow", + "Service_Plan_Id": "3eeb8536-fecf-41bf-a3f8-d6f17a9f3efc", + "Service_Plans_Included_Friendly_Names": "Intune ServiceNow Integration" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "MFA_PREMIUM", @@ -7288,7 +8568,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "ADALLOM_S_STANDALONE", @@ -7296,7 +8576,7 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "ATA", @@ -7304,23 +8584,39 @@ "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "INTUNE_A", "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "INTUNE_EDU", "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1 for Education" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "FLOW_O365_P3", @@ -7328,20 +8624,28 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" }, { - "Product_Display_Name": "Microsoft 365 A5 for Faculty", + "Product_Display_Name": "Microsoft 365 A5 for faculty", "String_Id": "M365EDU_A5_FACULTY", "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Microsoft 365 A5 for faculty", + "String_Id": "M365EDU_A5_FACULTY", + "GUID": "e97c048c-37a4-45fb-ab50-922fbf07a370", + "Service_Plan_Name": "REMOTE_HELP", + "Service_Plan_Id": "a4c6cf29-1168-4076-ba5c-e8fe0e62b17e", + "Service_Plans_Included_Friendly_Names": "Remote help" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", "Service_Plan_Name": "AAD_BASIC_EDU", "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for Education" }, { "Product_Display_Name": "Microsoft 365 A5 for Students", @@ -7367,6 +8671,14 @@ "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", "Service_Plans_Included_Friendly_Names": "Customer Lockbox" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7375,6 +8687,14 @@ "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "COMMON_DEFENDER_PLATFORM_FOR_OFFICE", + "Service_Plan_Id": "a312bdeb-1e21-40d0-84b1-0e73f128144f", + "Service_Plans_Included_Friendly_Names": "Defender Platform for Office 365" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7391,6 +8711,14 @@ "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7445,7 +8773,7 @@ "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", "Service_Plan_Name": "OFFICESUBSCRIPTION", "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", - "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Enterprise" + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" }, { "Product_Display_Name": "Microsoft 365 A5 for Students", @@ -7455,6 +8783,14 @@ "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7471,6 +8807,14 @@ "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7487,6 +8831,14 @@ "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7503,14 +8855,6 @@ "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "DATA_INVESTIGATIONS", - "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", - "Service_Plans_Included_Friendly_Names": "Microsoft Data Investigations" - }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7559,6 +8903,14 @@ "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management - Exchange" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7567,6 +8919,14 @@ "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7719,6 +9079,22 @@ "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7731,9 +9107,9 @@ "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", - "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", - "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Insider Risk Management" + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Data Investigations" }, { "Product_Display_Name": "Microsoft 365 A5 for Students", @@ -7831,22 +9207,6 @@ "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "AAD_PREMIUM", - "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" - }, - { - "Product_Display_Name": "Microsoft 365 A5 for Students", - "String_Id": "M365EDU_A5_STUDENT", - "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", - "Service_Plan_Name": "AAD_PREMIUM_P2", - "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" - }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7871,6 +9231,14 @@ "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", "Service_Plans_Included_Friendly_Names": "Common Data Service" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "Intune_ServiceNow", + "Service_Plan_Id": "3eeb8536-fecf-41bf-a3f8-d6f17a9f3efc", + "Service_Plans_Included_Friendly_Names": "Intune ServiceNow Integration" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", @@ -7895,13 +9263,29 @@ "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, { "Product_Display_Name": "Microsoft 365 A5 for Students", "String_Id": "M365EDU_A5_STUDENT", "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", "Service_Plan_Name": "INTUNE_A", "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" }, { "Product_Display_Name": "Microsoft 365 A5 for Students", @@ -7909,7 +9293,7 @@ "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", "Service_Plan_Name": "INTUNE_EDU", "Service_Plan_Id": "da24caf9-af8e-485c-b7c8-e73336da2693", - "Service_Plans_Included_Friendly_Names": "Microsoft Intune for Education" + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1 for Education" }, { "Product_Display_Name": "Microsoft 365 A5 for Students", @@ -7927,6 +9311,14 @@ "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Microsoft 365 A5 for Students", + "String_Id": "M365EDU_A5_STUDENT", + "GUID": "46c119d4-0379-4a9d-85e4-97c66d3f909e", + "Service_Plan_Name": "REMOTE_HELP", + "Service_Plan_Id": "a4c6cf29-1168-4076-ba5c-e8fe0e62b17e", + "Service_Plans_Included_Friendly_Names": "Remote help" + }, { "Product_Display_Name": "Microsoft 365 A5 for students use benefit", "String_Id": "M365EDU_A5_STUUSEBNFT", @@ -9255,6 +10647,278 @@ "Service_Plan_Id": "41bf139a-4e60-409f-9346-a1361efc6dfb", "Service_Plans_Included_Friendly_Names": "YAMMER MIDSIZE" }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "PLACES_CORE", + "Service_Plan_Id": "1fe6227d-3e01-46d0-9510-0acad4ff6e94", + "Service_Plans_Included_Friendly_Names": "Places Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "STREAM_O365_SMB", + "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Basic (no Teams)", + "String_Id": "Microsoft_365_Business_Basic_(no Teams)", + "GUID": "21502a13-c8dc-4744-be9c-177fd9d2eafc", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", + "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, { "Product_Display_Name": "Microsoft 365 Business Basic EEA (no Teams)", "String_Id": "Microsoft_365_Business_Basic_EEA_(no_Teams)", @@ -9775,6 +11439,286 @@ "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "PLACES_CORE", + "Service_Plan_Id": "1fe6227d-3e01-46d0-9510-0acad4ff6e94", + "Service_Plans_Included_Friendly_Names": "Places Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "STREAM_O365_SMB", + "Service_Plan_Id": "3c53ea51-d578-46fa-a4c0-fd0a92809a60", + "Service_Plans_Included_Friendly_Names": "Stream for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Standard (no Teams)", + "String_Id": "MICROSOFT_365_BUSINESS_STANDARD_NO_TEAMS", + "GUID": "5a1c7b8d-0739-4ca8-bf69-ec87e69133ac", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, { "Product_Display_Name": "Microsoft 365 Business Standard EEA (no Teams)", "String_Id": "Office_365_w/o_Teams_Bundle_Business_Standard", @@ -10863,6 +12807,918 @@ "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "DYN365BC_MS_INVOICING", + "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", + "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MDE_SMB", + "Service_Plan_Id": "bfc1bbd9-981b-4f71-9b82-17c35fd0e2a4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "INTUNE_SMBIZ", + "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "OFFICE_SHARED_COMPUTER_ACTIVATION", + "Service_Plan_Id": "276d6e8a-f056-4f70-b7e8-4fc27f79f809", + "Service_Plans_Included_Friendly_Names": "Office Shared Computer Activation" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "PLACES_CORE", + "Service_Plan_Id": "1fe6227d-3e01-46d0-9510-0acad4ff6e94", + "Service_Plans_Included_Friendly_Names": "Places Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "O365_SB_Relationship_Management", + "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", + "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "WINBIZ", + "Service_Plan_Id": "8e229017-d77b-43d5-9305-903395523b99", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "AAD_SMB", + "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium (no Teams)", + "String_Id": "Microsoft_365_ Business_ Premium_(no Teams)", + "GUID": "00e1ec7b-e4a3-40d1-9441-b69b597ab222", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "DYN365BC_MS_INVOICING", + "Service_Plan_Id": "39b5c996-467e-4e60-bd62-46066f572726", + "Service_Plans_Included_Friendly_Names": "Microsoft Invoicing" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "BPOS_S_DlpAddOn", + "Service_Plan_Id": "9bec7e34-c9fa-40b7-a9d1-bd6d1165c7ed", + "Service_Plans_Included_Friendly_Names": "Data Loss Prevention" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "EXCHANGE_S_ARCHIVE_ADDON", + "Service_Plan_Id": "176a09a6-7ec5-4039-ac02-b2791c6ba793", + "Service_Plans_Included_Friendly_Names": "Exchange Online Archiving" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "OFFICE_BUSINESS", + "Service_Plan_Id": "094e7854-93fc-4d55-b2c0-3ab5369ebdc1", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MDE_SMB", + "Service_Plan_Id": "bfc1bbd9-981b-4f71-9b82-17c35fd0e2a4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "OFFICE_SHARED_COMPUTER_ACTIVATION", + "Service_Plan_Id": "276d6e8a-f056-4f70-b7e8-4fc27f79f809", + "Service_Plans_Included_Friendly_Names": "Office Shared Computer Activation" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "O365_SB_Relationship_Management", + "Service_Plan_Id": "5bfe124c-bbdc-4494-8835-f1297d457d79", + "Service_Plans_Included_Friendly_Names": "RETIRED - Outlook Customer Manager" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "WINBIZ", + "Service_Plan_Id": "8e229017-d77b-43d5-9305-903395523b99", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Business" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "AAD_SMB", + "Service_Plan_Id": "de377cbc-0019-4ec2-b77c-3f223947e102", + "Service_Plans_Included_Friendly_Names": "Azure Active Directory" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "INTUNE_SMBIZ", + "Service_Plan_Id": "8e9ff0ff-aa7a-4b20-83c1-2f636b600ac2", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 Business Premium Donation", + "String_Id": "Microsoft_365_Business_Premium_Donation_(Non_Profit_Pricing)", + "GUID": "24c35284-d768-4e53-84d9-b7ae73dddf69", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, { "Product_Display_Name": "Microsoft 365 Business Premium EEA (no Teams)", "String_Id": "Office_365_w/o_Teams_Bundle_Business_Premium", @@ -11375,6 +14231,166 @@ "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" }, + { + "Product_Display_Name": "Microsoft 365 Copilot (Education Faculty)", + "String_Id": "Microsoft_365_Copilot_EDU", + "GUID": "ad9c22b3-52d7-4e7e-973c-88121ea96436", + "Service_Plan_Name": "COPILOT_STUDIO_IN_COPILOT_FOR_M365", + "Service_Plan_Id": "fe6c28b3-d468-44ea-bbd0-a10a5167435c", + "Service_Plans_Included_Friendly_Names": "Copilot Studio in Copilot for M365" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot (Education Faculty)", + "String_Id": "Microsoft_365_Copilot_EDU", + "GUID": "ad9c22b3-52d7-4e7e-973c-88121ea96436", + "Service_Plan_Name": "GRAPH_CONNECTORS_COPILOT", + "Service_Plan_Id": "82d30987-df9b-4486-b146-198b21d164c7", + "Service_Plans_Included_Friendly_Names": "Graph Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot (Education Faculty)", + "String_Id": "Microsoft_365_Copilot_EDU", + "GUID": "ad9c22b3-52d7-4e7e-973c-88121ea96436", + "Service_Plan_Name": "M365_COPILOT_INTELLIGENT_SEARCH", + "Service_Plan_Id": "931e4a88-a67f-48b5-814f-16a5f1e6028d", + "Service_Plans_Included_Friendly_Names": "Intelligent Search" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot (Education Faculty)", + "String_Id": "Microsoft_365_Copilot_EDU", + "GUID": "ad9c22b3-52d7-4e7e-973c-88121ea96436", + "Service_Plan_Name": "M365_COPILOT_SHAREPOINT", + "Service_Plan_Id": "0aedf20c-091d-420b-aadf-30c042609612", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot for SharePoint" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot (Education Faculty)", + "String_Id": "Microsoft_365_Copilot_EDU", + "GUID": "ad9c22b3-52d7-4e7e-973c-88121ea96436", + "Service_Plan_Name": "M365_COPILOT_TEAMS", + "Service_Plan_Id": "b95945de-b3bd-46db-8437-f2beb6ea2347", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot (Education Faculty)", + "String_Id": "Microsoft_365_Copilot_EDU", + "GUID": "ad9c22b3-52d7-4e7e-973c-88121ea96436", + "Service_Plan_Name": "M365_COPILOT_APPS", + "Service_Plan_Id": "a62f8878-de10-42f3-b68f-6149a25ceb97", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Productivity Apps" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot (Education Faculty)", + "String_Id": "Microsoft_365_Copilot_EDU", + "GUID": "ad9c22b3-52d7-4e7e-973c-88121ea96436", + "Service_Plan_Name": "M365_COPILOT_BUSINESS_CHAT", + "Service_Plan_Id": "3f30311c-6b1e-48a4-ab79-725b469da960", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot with Graph-grounded chat" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot (Education Faculty)", + "String_Id": "Microsoft_365_Copilot_EDU", + "GUID": "ad9c22b3-52d7-4e7e-973c-88121ea96436", + "Service_Plan_Name": "M365_COPILOT_CONNECTORS", + "Service_Plan_Id": "89f1c4c8-0878-40f7-804d-869c9128ab5d", + "Service_Plans_Included_Friendly_Names": "Power Platform Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "COPILOT_STUDIO_IN_COPILOT_FOR_M365", + "Service_Plan_Id": "fe6c28b3-d468-44ea-bbd0-a10a5167435c", + "Service_Plans_Included_Friendly_Names": "Copilot Studio in Copilot for M365" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "GRAPH_CONNECTORS_COPILOT", + "Service_Plan_Id": "82d30987-df9b-4486-b146-198b21d164c7", + "Service_Plans_Included_Friendly_Names": "Graph Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_INTELLIGENT_SEARCH", + "Service_Plan_Id": "931e4a88-a67f-48b5-814f-16a5f1e6028d", + "Service_Plans_Included_Friendly_Names": "Intelligent Search" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_SHAREPOINT", + "Service_Plan_Id": "0aedf20c-091d-420b-aadf-30c042609612", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot for SharePoint" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_TEAMS", + "Service_Plan_Id": "b95945de-b3bd-46db-8437-f2beb6ea2347", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_APPS", + "Service_Plan_Id": "a62f8878-de10-42f3-b68f-6149a25ceb97", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Productivity Apps" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "Microsoft_Copilot_for_Sales", + "Service_Plan_Id": "a2194428-ead1-4fc1-bb81-ab8675125f42", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot for Sales" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "Microsoft_Copilot_for_Sales_PowerAutomate", + "Service_Plan_Id": "0c1c2af2-6c51-43c7-9c55-fa487ac147ff", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot for Sales with Power Automate" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_BUSINESS_CHAT", + "Service_Plan_Id": "3f30311c-6b1e-48a4-ab79-725b469da960", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot with Graph-grounded chat" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_USER", + "Service_Plan_Id": "b622badb-1b45-48d5-920f-4b27a2c0996c", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Insights" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_BACKEND", + "Service_Plan_Id": "ff7b261f-d98b-415b-827c-42a3fdf015af", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Insights Backend" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_CONNECTORS", + "Service_Plan_Id": "89f1c4c8-0878-40f7-804d-869c9128ab5d", + "Service_Plans_Included_Friendly_Names": "Power Platform Connectors in Microsoft 365 Copilot" + }, { "Product_Display_Name": "Microsoft Copilot for Microsoft 365", "String_Id": "M365_Copilot", @@ -11423,6 +14439,102 @@ "Service_Plan_Id": "89f1c4c8-0878-40f7-804d-869c9128ab5d", "Service_Plans_Included_Friendly_Names": "Power Platform Connectors in Microsoft 365 Copilot" }, + { + "Product_Display_Name": "Microsoft 365 Domestic Calling Plan (120 minutes) - US", + "String_Id": "MCOPSTN5_US", + "GUID": "d13e9d1b-316a-4946-98c6-362c97a4fdfe", + "Service_Plan_Name": "PSTN5_US", + "Service_Plan_Id": "1346d5e6-15a6-4b88-9693-806ff7296a7a", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan - US (120 minutes)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, { "Product_Display_Name": "Microsoft 365 E3", "String_Id": "SPE_E3", @@ -11559,6 +14671,14 @@ "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" }, + { + "Product_Display_Name": "Microsoft 365 E3", + "String_Id": "SPE_E3", + "GUID": "05e9a617-0261-4cee-bb44-138d3ef5d965", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, { "Product_Display_Name": "Microsoft 365 E3", "String_Id": "SPE_E3", @@ -11727,6 +14847,406 @@ "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MDE_LITE", + "Service_Plan_Id": "292cc034-7b7c-4950-aaf5-943befd3f1d4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "PLACES_CORE", + "Service_Plan_Id": "1fe6227d-3e01-46d0-9510-0acad4ff6e94", + "Service_Plans_Included_Friendly_Names": "Places Core" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "ADALLOM_S_DISCOVERY", + "Service_Plan_Id": "932ad362-64a8-4783-9106-97849a1a30b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E3 (no Teams)", + "String_Id": "Microsoft_365_E3_(no_Teams)", + "GUID": "dcf0408c-aaec-446c-afd4-43e3683943ea", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, { "Product_Display_Name": "Microsoft 365 E3 EEA (no Teams)", "String_Id": "O365_w/o Teams Bundle_M3", @@ -14487,6 +18007,702 @@ "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "CDS_O365_P3", + "Service_Plan_Id": "afa73018-811e-46e9-988f-f75d2b1b8430", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "LOCKBOX_ENTERPRISE", + "Service_Plan_Id": "9f431833-0334-42de-a7dc-70aa40db46db", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "CustomerLockboxA_Enterprise", + "Service_Plan_Id": "3ec18638-bd4c-4d3b-8905-479ed636b83e", + "Service_Plans_Included_Friendly_Names": "Customer Lockbox (A)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MIP_S_Exchange", + "Service_Plan_Id": "cd31b152-6326-4d1b-ae1b-997b625182e6", + "Service_Plans_Included_Friendly_Names": "Data Classification in Microsoft 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "INFORMATION_BARRIERS", + "Service_Plan_Id": "c4801e8a-cb58-4c35-aca6-f2dcc106f287", + "Service_Plans_Included_Friendly_Names": "Information Barriers" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "Content_Explorer", + "Service_Plan_Id": "d9fa6af4-e046-4c89-9226-729a0786685d", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MIP_S_CLP2", + "Service_Plan_Id": "efb0351d-3b08-4503-993d-383af8de41e3", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Premium" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "M365_ADVANCED_AUDITING", + "Service_Plan_Id": "2f442157-a11c-46b9-ae5b-6e39ff4e5849", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Advanced Auditing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MCOMEETADV", + "Service_Plan_Id": "3e26ee1f-8a5f-4d52-aee2-b81ce45c8f40", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audio Conferencing" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "M365_AUDIT_PLATFORM", + "Service_Plan_Id": "f6de4823-28fa-440b-b886-4783fa86ddba", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Audit Platform" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MICROSOFT_COMMUNICATION_COMPLIANCE", + "Service_Plan_Id": "a413a9ff-720c-4822-98ef-2f37c2a21f4c", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Communication Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MTP", + "Service_Plan_Id": "bf28f719-7844-4079-9c78-c1307898e192", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Defender" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "COMMUNICATIONS_DLP", + "Service_Plan_Id": "6dc145d6-95dd-4191-b9c3-185575ee6f6b", + "Service_Plans_Included_Friendly_Names": "Microsoft Communications DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "CUSTOMER_KEY", + "Service_Plan_Id": "6db1f1db-2b46-403f-be40-e39395f08dbb", + "Service_Plans_Included_Friendly_Names": "Microsoft Customer Key" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "ATP_ENTERPRISE", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "THREAT_INTELLIGENCE", + "Service_Plan_Id": "8e0c0a52-6a6c-4d40-8370-dd62790dcd70", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "EXCEL_PREMIUM", + "Service_Plan_Id": "531ee2f8-b1cb-453b-9c21-d2180d014ca5", + "Service_Plans_Included_Friendly_Names": "Microsoft Excel Advanced Analytics" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "FORMS_PLAN_E5", + "Service_Plan_Id": "e212cbc7-0961-4c40-9825-01117710dcb1", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "INFO_GOVERNANCE", + "Service_Plan_Id": "e26c2fcc-ab91-4a61-b35c-03cdc8dddf66", + "Service_Plans_Included_Friendly_Names": "Microsoft Information Governance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "INSIDER_RISK", + "Service_Plan_Id": "d587c7a3-bda9-4f99-8776-9bcf59c84f75", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "INSIDER_RISK_MANAGEMENT", + "Service_Plan_Id": "9d0c4ee5-e4a1-4625-ab39-d82b619b1a34", + "Service_Plans_Included_Friendly_Names": "Microsoft Insider Risk Management - Exchange" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "KAIZALA_STANDALONE", + "Service_Plan_Id": "0898bdbb-73b0-471a-81e5-20f1fe4dd66e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MICROSOFT_LOOP", + "Service_Plan_Id": "c4b8c31a-fb44-4c65-9837-a21f55fcabda", + "Service_Plans_Included_Friendly_Names": "Microsoft Loop" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "ML_CLASSIFICATION", + "Service_Plan_Id": "d2d51368-76c9-4317-ada2-a12c004c432f", + "Service_Plans_Included_Friendly_Names": "Microsoft ML-Based Classification" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "EXCHANGE_ANALYTICS", + "Service_Plan_Id": "34c0d7a0-a70f-4668-9238-47f9fc208882", + "Service_Plans_Included_Friendly_Names": "Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "RECORDS_MANAGEMENT", + "Service_Plan_Id": "65cc641f-cccd-4643-97e0-a17e3045e541", + "Service_Plans_Included_Friendly_Names": "Microsoft Records Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "STREAM_O365_E5", + "Service_Plan_Id": "6c6042f5-6f01-4d67-b8c1-eb99d36eed3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E5" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "EQUIVIO_ANALYTICS", + "Service_Plan_Id": "4de31727-a228-4ec3-a5bf-8e45b5ca48cc", + "Service_Plans_Included_Friendly_Names": "Office 365 Advanced eDiscovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "ADALLOM_S_O365", + "Service_Plan_Id": "8c098270-9dd4-4350-9b30-ba4703f3b36b", + "Service_Plans_Included_Friendly_Names": "Office 365 Cloud App Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "PAM_ENTERPRISE", + "Service_Plan_Id": "b1188c4c-1b36-4018-b48b-ee07604f6feb", + "Service_Plans_Included_Friendly_Names": "Office 365 Privileged Access Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "SAFEDOCS", + "Service_Plan_Id": "bf6f5520-59e3-4f82-974b-7dbbc4fd27c7", + "Service_Plans_Included_Friendly_Names": "Office 365 SafeDocs" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "PEOPLE_SKILLS_FOUNDATION", + "Service_Plan_Id": "13b6da2c-0d84-450e-9f69-a33e221387ca", + "Service_Plans_Included_Friendly_Names": "People Skills - Foundation" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "POWERAPPS_O365_P3", + "Service_Plan_Id": "9c0dab89-a30c-4117-86e7-97bda240acd2", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "BI_AZURE_P2", + "Service_Plan_Id": "70d33638-9c74-4d01-bfd3-562de28bd4ba", + "Service_Plans_Included_Friendly_Names": "Power BI Pro" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "PREMIUM_ENCRYPTION", + "Service_Plan_Id": "617b097b-4b93-4ede-83de-5f075bb5fb2f", + "Service_Plans_Included_Friendly_Names": "Premium Encryption in Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "PROJECT_O365_P3", + "Service_Plan_Id": "b21a6b06-1988-436e-a07b-51ec6d9f52ad", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E5)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "COMMUNICATIONS_COMPLIANCE", + "Service_Plan_Id": "41fcdd7d-4733-4863-9cf4-c65b83ce2df4", + "Service_Plans_Included_Friendly_Names": "RETIRED - Microsoft Communications Compliance" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "DATA_INVESTIGATIONS", + "Service_Plan_Id": "46129a58-a698-46f0-aa5b-17f6586297d9", + "Service_Plans_Included_Friendly_Names": "Retired - Microsoft Data Investigations" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "PLACES_CORE", + "Service_Plan_Id": "1fe6227d-3e01-46d0-9510-0acad4ff6e94", + "Service_Plans_Included_Friendly_Names": "RETIRED - Places Core" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "BPOS_S_TODO_3", + "Service_Plan_Id": "3fb82609-8c27-4f7b-bd51-30634711ee67", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "WHITEBOARD_PLAN3", + "Service_Plan_Id": "4a51bca5-1eff-43f5-878c-177680f191af", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 3)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "WINDEFATP", + "Service_Plan_Id": "871d91ec-ec1a-452b-a83f-bd76c7d770ef", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Endpoint" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MICROSOFTENDPOINTDLP", + "Service_Plan_Id": "64bfac92-2b17-4482-b5e5-a0304429de3e", + "Service_Plans_Included_Friendly_Names": "Microsoft Endpoint DLP" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "UNIVERSAL_PRINT_01", + "Service_Plan_Id": "795f6fe0-cc4d-4773-b050-5dde4dc704c9", + "Service_Plans_Included_Friendly_Names": "Universal Print" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "WIN10_PRO_ENT_SUB", + "Service_Plan_Id": "21b439ba-a0ca-424f-a6cc-52f954a5b111", + "Service_Plans_Included_Friendly_Names": "Windows 10/11 Enterprise (Original)" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "Windows_Autopatch", + "Service_Plan_Id": "9a6eeb79-0b4b-4bf0-9808-39d99a2cd5a3", + "Service_Plans_Included_Friendly_Names": "Windows Autopatch" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "WINDOWSUPDATEFORBUSINESS_DEPLOYMENTSERVICE", + "Service_Plan_Id": "7bf960f6-2cd9-443a-8046-5dbff9558365", + "Service_Plans_Included_Friendly_Names": "Windows Update for Business Deployment Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "RMS_S_PREMIUM", + "Service_Plan_Id": "6c57d4b6-3b23-47a5-9bc9-69f17b4947b3", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "RMS_S_PREMIUM2", + "Service_Plan_Id": "5689bec4-755d-4753-8b61-40975025187c", + "Service_Plans_Included_Friendly_Names": "Azure Information Protection Premium P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "DYN365_CDS_O365_P3", + "Service_Plan_Id": "28b0fa46-c39a-4188-89e2-58e979a6b014", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "Defender_for_Iot_Enterprise", + "Service_Plan_Id": "99cd49a9-0e54-4e07-aea1-d8d9f5f704f5", + "Service_Plans_Included_Friendly_Names": "Defender for IoT - Enterprise IoT Security" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "MFA_PREMIUM", + "Service_Plan_Id": "8a256a2b-b617-496d-b51b-e76466e88db0", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Multi-Factor Authentication" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "ADALLOM_S_STANDALONE", + "Service_Plan_Id": "2e2ddb96-6af9-4b1d-a3f0-d6ecfd22edb2", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Cloud Apps" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "ATA", + "Service_Plan_Id": "14ab5db5-e6c4-4b20-b4bc-13e36fd2227f", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Identity" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "AAD_PREMIUM_P2", + "Service_Plan_Id": "eec0eb4f-6444-4f95-aba0-50c24d67f998", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P2" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "FLOW_O365_P3", + "Service_Plan_Id": "07699545-9485-468e-95b6-2fca3738be01", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Microsoft 365 E5 (no Teams)", + "String_Id": "Microsoft_365_E5_(no_Teams)", + "GUID": "18a4bd3f-0b5b-4887-b04f-61dd0ee15f5e", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P3", + "Service_Plan_Id": "ded3d325-1bdc-453e-8432-5bac26d7a014", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, { "Product_Display_Name": "Microsoft 365 E5 EEA (no Teams) with Calling Minutes", "String_Id": "Microsoft_365_E5_EEA_(no_Teams)_with_Calling_Minutes", @@ -25005,7 +29221,7 @@ "GUID": "3227bcb2-8448-4f81-b3c2-8c2074e15a2a", "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", - "Service_Plans_Included_Friendly_Names": "Microsoft Sales Copilot Premium \u0026 Trial" + "Service_Plans_Included_Friendly_Names": "Microsoft Sales Copilot Premium & Trial" }, { "Product_Display_Name": "Microsoft Sales Copilot", @@ -25263,6 +29479,310 @@ "Service_Plan_Id": "89f1c4c8-0878-40f7-804d-869c9128ab5d", "Service_Plans_Included_Friendly_Names": "Power Platform Connectors in Microsoft 365 Copilot" }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "COPILOT_STUDIO_IN_COPILOT_FOR_M365", + "Service_Plan_Id": "fe6c28b3-d468-44ea-bbd0-a10a5167435c", + "Service_Plans_Included_Friendly_Names": "Copilot Studio in Copilot for M365" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "GRAPH_CONNECTORS_COPILOT", + "Service_Plan_Id": "82d30987-df9b-4486-b146-198b21d164c7", + "Service_Plans_Included_Friendly_Names": "Graph Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_INTELLIGENT_SEARCH", + "Service_Plan_Id": "931e4a88-a67f-48b5-814f-16a5f1e6028d", + "Service_Plans_Included_Friendly_Names": "Intelligent Search" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_SHAREPOINT", + "Service_Plan_Id": "0aedf20c-091d-420b-aadf-30c042609612", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot for SharePoint" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_TEAMS", + "Service_Plan_Id": "b95945de-b3bd-46db-8437-f2beb6ea2347", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_APPS", + "Service_Plan_Id": "a62f8878-de10-42f3-b68f-6149a25ceb97", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Copilot in Productivity Apps" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "Microsoft_Copilot_for_Sales", + "Service_Plan_Id": "a2194428-ead1-4fc1-bb81-ab8675125f42", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot for Sales" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "Microsoft_Copilot_for_Sales_PowerAutomate", + "Service_Plan_Id": "0c1c2af2-6c51-43c7-9c55-fa487ac147ff", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot for Sales with Power Automate" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_BUSINESS_CHAT", + "Service_Plan_Id": "3f30311c-6b1e-48a4-ab79-725b469da960", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot with Graph-grounded chat" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_USER", + "Service_Plan_Id": "b622badb-1b45-48d5-920f-4b27a2c0996c", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Insights" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "WORKPLACE_ANALYTICS_INSIGHTS_BACKEND", + "Service_Plan_Id": "ff7b261f-d98b-415b-827c-42a3fdf015af", + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Insights Backend" + }, + { + "Product_Display_Name": "Microsoft 365 Copilot for Sales", + "String_Id": "Microsoft_Copilot_for_Sales", + "GUID": "15f2e9fc-b782-4f73-bf51-81d8b7fff6f4", + "Service_Plan_Name": "M365_COPILOT_CONNECTORS", + "Service_Plan_Id": "89f1c4c8-0878-40f7-804d-869c9128ab5d", + "Service_Plans_Included_Friendly_Names": "Power Platform Connectors in Microsoft 365 Copilot" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio", + "String_Id": "Power_Virtual_Agents", + "GUID": "75564b9c-51e8-431c-b8fe-d472d5a545c8", + "Service_Plan_Name": "CDS_VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "5dd1819f-0de7-487f-985b-c450a4c9cc1d", + "Service_Plans_Included_Friendly_Names": "Dataverse for Microsoft Copilot Studio" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio", + "String_Id": "Power_Virtual_Agents", + "GUID": "75564b9c-51e8-431c-b8fe-d472d5a545c8", + "Service_Plan_Name": "VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "7b0640f1-63cc-4f83-b8c6-0a4d78b8b988", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot Studio – Messages" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio", + "String_Id": "Power_Virtual_Agents", + "GUID": "75564b9c-51e8-431c-b8fe-d472d5a545c8", + "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "4b9ec373-ed29-4192-8a47-c9ab9048b079", + "Service_Plans_Included_Friendly_Names": "Power Automate for Microsoft Copilot Studio" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio for GCC", + "String_Id": "Power_Virtual_Agents_for_GCC_GCC", + "GUID": "d7974fa0-ddd7-4899-9589-1ea04273aa26", + "Service_Plan_Name": "CDS_VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "5dd1819f-0de7-487f-985b-c450a4c9cc1d", + "Service_Plans_Included_Friendly_Names": "Dataverse for Microsoft Copilot Studio" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio for GCC", + "String_Id": "Power_Virtual_Agents_for_GCC_GCC", + "GUID": "d7974fa0-ddd7-4899-9589-1ea04273aa26", + "Service_Plan_Name": "VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "7b0640f1-63cc-4f83-b8c6-0a4d78b8b988", + "Service_Plans_Included_Friendly_Names": "Microsoft Copilot Studio – Messages" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio for GCC", + "String_Id": "Power_Virtual_Agents_for_GCC_GCC", + "GUID": "d7974fa0-ddd7-4899-9589-1ea04273aa26", + "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "4b9ec373-ed29-4192-8a47-c9ab9048b079", + "Service_Plans_Included_Friendly_Names": "Power Automate for Microsoft Copilot Studio" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio_USGOV_GCCHIGH", + "String_Id": "Power_Virtual_Agents_USGOV_GCCHIGH", + "GUID": "84ed7c30-3738-43a0-aa03-cf6c577d8dbb", + "Service_Plan_Name": "CDS_VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "5dd1819f-0de7-487f-985b-c450a4c9cc1d", + "Service_Plans_Included_Friendly_Names": "CDS_VIRTUAL_AGENT_BASE_MESSAGES" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio_USGOV_GCCHIGH", + "String_Id": "Power_Virtual_Agents_USGOV_GCCHIGH", + "GUID": "84ed7c30-3738-43a0-aa03-cf6c577d8dbb", + "Service_Plan_Name": "VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "7b0640f1-63cc-4f83-b8c6-0a4d78b8b988", + "Service_Plans_Included_Friendly_Names": "VIRTUAL_AGENT_BASE_MESSAGES" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio_USGOV_GCCHIGH", + "String_Id": "Power_Virtual_Agents_USGOV_GCCHIGH", + "GUID": "84ed7c30-3738-43a0-aa03-cf6c577d8dbb", + "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_BASE_MESSAGES", + "Service_Plan_Id": "4b9ec373-ed29-4192-8a47-c9ab9048b079", + "Service_Plans_Included_Friendly_Names": "FLOW_VIRTUAL_AGENT_BASE_MESSAGES" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License", + "String_Id": "VIRTUAL_AGENT_USL", + "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", + "Service_Plan_Name": "CDS_VIRTUAL_AGENT_USL", + "Service_Plan_Id": "cb867b3c-7f38-4d0d-99ce-e29cd69812c8", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License", + "String_Id": "VIRTUAL_AGENT_USL", + "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", + "Service_Plan_Name": "FLOW_VIRTUAL_AGENT_USL", + "Service_Plan_Id": "82f141c9-2e87-4f43-8cb2-12d2701dc6b3", + "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License", + "String_Id": "VIRTUAL_AGENT_USL", + "GUID": "4b74a65c-8b4a-4fc8-9f6b-5177ed11ddfa", + "Service_Plan_Name": "VIRTUAL_AGENT_USL", + "Service_Plan_Id": "1263586c-59a4-4ad0-85e1-d50bc7149501", + "Service_Plans_Included_Friendly_Names": "Virtual Agent" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "CDS_Virtual_Agent_Usl_Gov", + "Service_Plan_Id": "bcc0702e-ba97-48d9-ae04-fa8689c53bba", + "Service_Plans_Included_Friendly_Names": "Dataverse for Virtual Agent USL for GCC" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "Virtual_Agent_Usl_Gov", + "Service_Plan_Id": "00b6f978-853b-4041-9de0-a233d18669aa", + "Service_Plans_Included_Friendly_Names": "Virtual Agent for GCC" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "CDS_Virtual_Agent_Usl_GCC", + "Service_Plan_Id": "95df1203-fee7-4726-b7e1-8037a8e899eb", + "Service_Plans_Included_Friendly_Names": "Dataverse for Virtual Agent USL for GCC" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "Flow_Virtual_Agent_Usl_Gov", + "Service_Plan_Id": "0b939472-1861-45f1-ab6d-208f359c05cd", + "Service_Plans_Included_Friendly_Names": "Flow for Virtual Agent for GCC" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "FLOW_Virtual_Agent_Base_Gov", + "Service_Plan_Id": "f9f6db16-ace6-4838-b11c-892ee75e810a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Virtual Agent for GCC" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC", + "String_Id": "VIRTUAL_AGENT_USL_GCC", + "GUID": "f1de227b-f1bd-4959-bd80-b80547095e6d", + "Service_Plan_Name": "Power_Virtual_Agent_Usl_GCC", + "Service_Plan_Id": "0bdd5466-65c3-470a-9fa6-f679b48286b0", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agent USL for GCC" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC High_USGOV_GCCHIGH", + "String_Id": "VIRTUAL_AGENT_USL_AR_USGOV_GCCHIGH", + "GUID": "470845c0-6884-47e1-89d0-9d6244a77b44", + "Service_Plan_Name": "Virtual_Agent_Usl_Gov_High", + "Service_Plan_Id": "7ffee552-ebe8-4725-8678-5c1775c05847", + "Service_Plans_Included_Friendly_Names": "Virtual Agent for GCC High" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC High_USGOV_GCCHIGH", + "String_Id": "VIRTUAL_AGENT_USL_AR_USGOV_GCCHIGH", + "GUID": "470845c0-6884-47e1-89d0-9d6244a77b44", + "Service_Plan_Name": "CDS_VIRTUAL_AGENT_USL", + "Service_Plan_Id": "cb867b3c-7f38-4d0d-99ce-e29cd69812c8", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC High_USGOV_GCCHIGH", + "String_Id": "VIRTUAL_AGENT_USL_AR_USGOV_GCCHIGH", + "GUID": "470845c0-6884-47e1-89d0-9d6244a77b44", + "Service_Plan_Name": "FLOW_Virtual_Agent_Base_Gov_High", + "Service_Plan_Id": "225e52e5-7bbf-4793-8fb1-4307a7a1ae8e", + "Service_Plans_Included_Friendly_Names": "Flow for Virtual Agent for GCC High" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC High_USGOV_GCCHIGH", + "String_Id": "VIRTUAL_AGENT_USL_AR_USGOV_GCCHIGH", + "GUID": "470845c0-6884-47e1-89d0-9d6244a77b44", + "Service_Plan_Name": "Flow_Virtual_Agent_Usl_Gov_High", + "Service_Plan_Id": "aaae1744-dc7a-4811-9dd0-2bf926ff9d80", + "Service_Plans_Included_Friendly_Names": "Flow for Virtual Agent for GCC High" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio User License for GCC High_USGOV_GCCHIGH", + "String_Id": "VIRTUAL_AGENT_USL_AR_USGOV_GCCHIGH", + "GUID": "470845c0-6884-47e1-89d0-9d6244a77b44", + "Service_Plan_Name": "Power_Virtual_Agent_Usl_GCC_High", + "Service_Plan_Id": "3fbe8cdf-c735-44bf-bbfa-646724af4bb4", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agent USL for GCC High" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio Viral Trial", + "String_Id": "CCIBOTS_PRIVPREV_VIRAL", + "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", + "Service_Plan_Name": "DYN365_CDS_CCI_BOTS", + "Service_Plan_Id": "cf7034ed-348f-42eb-8bbd-dddeea43ee81", + "Service_Plans_Included_Friendly_Names": "DYN365_CDS_CCI_BOTS" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio Viral Trial", + "String_Id": "CCIBOTS_PRIVPREV_VIRAL", + "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", + "Service_Plan_Name": "CCIBOTS_PRIVPREV_VIRAL", + "Service_Plan_Id": "ce312d15-8fdf-44c0-9974-a25a177125ee", + "Service_Plans_Included_Friendly_Names": "CCIBOTS_PRIVPREV_VIRAL" + }, + { + "Product_Display_Name": "Microsoft Copilot Studio Viral Trial", + "String_Id": "CCIBOTS_PRIVPREV_VIRAL", + "GUID": "606b54a9-78d8-4298-ad8b-df6ef4481c80", + "Service_Plan_Name": "FLOW_CCI_BOTS", + "Service_Plan_Id": "5d798708-6473-48ad-9776-3acc301c40af", + "Service_Plans_Included_Friendly_Names": "FLOW_CCI_BOTS" + }, { "Product_Display_Name": "Microsoft Cloud App Security", "String_Id": "ADALLOM_STANDALONE", @@ -25319,6 +29839,38 @@ "Service_Plan_Id": "17ab22cd-a0b3-4536-910a-cb6eb12696c0", "Service_Plans_Included_Friendly_Names": "Common Data Service" }, + { + "Product_Display_Name": "Microsoft Defender for Business", + "String_Id": "MDE_SMB", + "GUID": "5e1e7702-a2b7-4360-8d07-2f515792896f", + "Service_Plan_Name": "Intune_Defender", + "Service_Plan_Id": "1689aade-3d6a-4bfc-b017-46d2672df5ad", + "Service_Plans_Included_Friendly_Names": "MDE_SecurityManagement" + }, + { + "Product_Display_Name": "Microsoft Defender for Business", + "String_Id": "MDE_SMB", + "GUID": "5e1e7702-a2b7-4360-8d07-2f515792896f", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Defender for Business", + "String_Id": "MDE_SMB", + "GUID": "5e1e7702-a2b7-4360-8d07-2f515792896f", + "Service_Plan_Name": "M365_LIGHTHOUSE_PARTNER_PLAN1", + "Service_Plan_Id": "d55411c9-cfff-40a9-87c7-240f14df7da5", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Defender for Business", + "String_Id": "MDE_SMB", + "GUID": "5e1e7702-a2b7-4360-8d07-2f515792896f", + "Service_Plan_Name": "MDE_SMB", + "Service_Plan_Id": "bfc1bbd9-981b-4f71-9b82-17c35fd0e2a4", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Business" + }, { "Product_Display_Name": "Microsoft Defender for Endpoint", "String_Id": "WIN_DEF_ATP", @@ -25487,6 +30039,22 @@ "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1) Student", + "String_Id": "ATP_ENTERPRISE_STUDENT", + "GUID": "917fb2b4-f71c-43a1-8edc-75532b554bb5", + "Service_Plan_Name": "ATP_ENTERPRISE ", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, + { + "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 1) Student use benefit", + "String_Id": "ATP_ENTERPRISE_STUDENTS_USE_BENEFIT", + "GUID": "a237b6d8-572e-4839-bffd-7786d32a5d0e", + "Service_Plan_Name": "ATP_ENTERPRISE ", + "Service_Plan_Id": "f20fedf3-f3c3-43c3-8267-2bfdd51c0939", + "Service_Plans_Included_Friendly_Names": "Microsoft Defender for Office 365 (Plan 1)" + }, { "Product_Display_Name": "Microsoft Defender for Office 365 (Plan 2) GCC", "String_Id": "THREAT_INTELLIGENCE_GOV", @@ -25575,6 +30143,46 @@ "Service_Plan_Id": "e866a266-3cff-43a3-acca-0c90a7e00c8b", "Service_Plans_Included_Friendly_Names": "Entra Identity Governance" }, + { + "Product_Display_Name": "Microsoft Entra Suite Add-on for Microsoft Entra ID P2", + "String_Id": "Microsoft_Entra_Suite_Step_Up_for_Microsoft_Entra_ID_P2", + "GUID": "2ef3064c-c95c-426c-96dd-9ffeaa2f2c37", + "Service_Plan_Name": "Entra_Premium_Internet_Access", + "Service_Plan_Id": "8d23cb83-ab07-418f-8517-d7aca77307dc", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra Internet Access" + }, + { + "Product_Display_Name": "Microsoft Entra Suite Add-on for Microsoft Entra ID P2", + "String_Id": "Microsoft_Entra_Suite_Step_Up_for_Microsoft_Entra_ID_P2", + "GUID": "2ef3064c-c95c-426c-96dd-9ffeaa2f2c37", + "Service_Plan_Name": "Entra_Premium_Private_Access", + "Service_Plan_Id": "f057aab1-b184-49b2-85c0-881b02a405c5", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra Private Access" + }, + { + "Product_Display_Name": "Microsoft Entra Suite Add-on for Microsoft Entra ID P2", + "String_Id": "Microsoft_Entra_Suite_Step_Up_for_Microsoft_Entra_ID_P2", + "GUID": "2ef3064c-c95c-426c-96dd-9ffeaa2f2c37", + "Service_Plan_Name": "Verifiable_Credentials_Service_Request", + "Service_Plan_Id": "aae826b7-14cd-4691-8178-2b312f7072ea", + "Service_Plans_Included_Friendly_Names": "Verifiable Credentials Service Request" + }, + { + "Product_Display_Name": "Microsoft Entra Suite Add-on for Microsoft Entra ID P2", + "String_Id": "Microsoft_Entra_Suite_Step_Up_for_Microsoft_Entra_ID_P2", + "GUID": "2ef3064c-c95c-426c-96dd-9ffeaa2f2c37", + "Service_Plan_Name": "Entra_Identity_Governance", + "Service_Plan_Id": "e866a266-3cff-43a3-acca-0c90a7e00c8b", + "Service_Plans_Included_Friendly_Names": "Entra Identity Governance" + }, + { + "Product_Display_Name": "Microsoft Entra Workload ID", + "String_Id": "Workload_Identities_P2", + "GUID": "52cdf00e-8303-4223-a749-ff69a13e2dd0", + "Service_Plan_Name": "AAD_WRKLDID_P2", + "Service_Plan_Id": "7dc0e92d-bf15-401d-907e-0884efe7c760", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra Workload ID" + }, { "Product_Display_Name": "Microsoft Fabric (Free)", "String_Id": "POWER_BI_STANDARD", @@ -25591,6 +30199,14 @@ "Service_Plan_Id": "2049e525-b859-401b-b2a0-e0a31c4b1fe4", "Service_Plans_Included_Friendly_Names": "Power BI (free)" }, + { + "Product_Display_Name": "Microsoft Fabric (Free)", + "String_Id": "POWER_BI_STANDARD", + "GUID": "a403ebcc-fae0-4ca2-8c8c-7a907fd6c235", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, { "Product_Display_Name": "Microsoft Fabric (Free) for faculty", "String_Id": "POWER_BI_STANDARD_FACULTY", @@ -25631,6 +30247,14 @@ "Service_Plan_Id": "d736def0-1fde-43f0-a5be-e3f8b2de6e41", "Service_Plans_Included_Friendly_Names": "MS IMAGINE ACADEMY" }, + { + "Product_Display_Name": "Microsoft Intune Advanced Analytics", + "String_Id": "Microsoft_Intune_Advanced_Analytics", + "GUID": "5e36d0d4-e9e5-4052-aba0-0257465c9b86", + "Service_Plan_Name": "Intune_AdvancedEA", + "Service_Plan_Id": "2a4baa0e-5e99-4c38-b1f2-6864960f1bd1", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Advanced Analytics" + }, { "Product_Display_Name": "Microsoft Intune Device", "String_Id": "INTUNE_A_D", @@ -25679,6 +30303,22 @@ "Service_Plan_Id": "d216f254-796f-4dab-bbfa-710686e646b9", "Service_Plans_Included_Friendly_Names": "Microsoft Intune G" }, + { + "Product_Display_Name": "Microsoft Intune Plan 1 A VL", + "String_Id": "INTUNE_A_VL", + "GUID": "99fc2803-fa72-42d3-ae78-b055e177d275", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Intune Plan 1 A VL", + "String_Id": "INTUNE_A_VL", + "GUID": "99fc2803-fa72-42d3-ae78-b055e177d275", + "Service_Plan_Name": "INTUNE_A_VL", + "Service_Plan_Id": "3e170737-c728-4eae-bbb9-3f3360f7184c", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, { "Product_Display_Name": "Microsoft Intune Plan 1 A VL_USGOV_GCCHIGH", "String_Id": "INTUNE_A_VL_USGOV_GCCHIGH", @@ -25957,7 +30597,7 @@ "GUID": "4f05b1a3-a978-462c-b93f-781c6bee998f", "Service_Plan_Name": "Microsoft_Viva_Sales_PremiumTrial", "Service_Plan_Id": "8ba1ff15-7bf6-4620-b65c-ecedb6942766", - "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium \u0026 Trial" + "Service_Plans_Included_Friendly_Names": "Microsoft Viva Sales Premium & Trial" }, { "Product_Display_Name": "Microsoft Relationship Sales solution", @@ -26055,6 +30695,62 @@ "Service_Plan_Id": "83bced11-77ce-4071-95bd-240133796768", "Service_Plans_Included_Friendly_Names": "Microsoft Stream Storage Add-On" }, + { + "Product_Display_Name": "Microsoft Sustainability Manager Premium", + "String_Id": "Microsoft_Sustainability_Manager_Premium", + "GUID": "aecb477b-2f56-4e38-b711-b752c24fc19b", + "Service_Plan_Name": "CDS_CLOUD_FOR_SUSTAINABILITY_PLUS", + "Service_Plan_Id": "ba80223c-e515-4642-a838-3e7d66f70cb6", + "Service_Plans_Included_Friendly_Names": "Common Data Services for Cloud for Sustainability Plus" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager Premium", + "String_Id": "Microsoft_Sustainability_Manager_Premium", + "GUID": "aecb477b-2f56-4e38-b711-b752c24fc19b", + "Service_Plan_Name": "MCS_BIZAPPS_CLOUD_FOR_SUSTAINABILITY_PLUS", + "Service_Plan_Id": "ed29ae92-ff5f-4446-8460-83c54d0e7088", + "Service_Plans_Included_Friendly_Names": "MCS - BizApps Cloud for Sustainability Plus" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager Premium", + "String_Id": "Microsoft_Sustainability_Manager_Premium", + "GUID": "aecb477b-2f56-4e38-b711-b752c24fc19b", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager Premium USL Plus", + "String_Id": "MICROSOFT_SUSTAINABILITY_MANAGER_PREMIUM_USL_ADDON", + "GUID": "9d576ffb-dd32-4c33-91ee-91625b61424a", + "Service_Plan_Name": "MCS_BIZAPPS_CLOUD_FOR_SUSTAINABILITY_USL_PLUS", + "Service_Plan_Id": "beaf5b5c-d11c-4417-b5cb-cd9f9e6719b0", + "Service_Plans_Included_Friendly_Names": "MCS - BizApps Cloud for Sustainability USL Plus" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager Premium USL Plus", + "String_Id": "MICROSOFT_SUSTAINABILITY_MANAGER_PREMIUM_USL_ADDON", + "GUID": "9d576ffb-dd32-4c33-91ee-91625b61424a", + "Service_Plan_Name": "POWER_APPS_FOR_MCS_USL_PLUS", + "Service_Plan_Id": "c5502fe7-406d-442a-827f-4948b821ba08", + "Service_Plans_Included_Friendly_Names": "Power Apps for Cloud for Sustainability USL Plus" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager Premium USL Plus", + "String_Id": "MICROSOFT_SUSTAINABILITY_MANAGER_PREMIUM_USL_ADDON", + "GUID": "9d576ffb-dd32-4c33-91ee-91625b61424a", + "Service_Plan_Name": "POWER_AUTOMATE_FOR_MCS_USL_PLUS", + "Service_Plan_Id": "1c22bb50-96fb-49e5-baa6-195cab19eee2", + "Service_Plans_Included_Friendly_Names": "Power Automate for Cloud for Sustainability USL Plus" + }, + { + "Product_Display_Name": "Microsoft Sustainability Manager Premium USL Plus", + "String_Id": "MICROSOFT_SUSTAINABILITY_MANAGER_PREMIUM_USL_ADDON", + "GUID": "9d576ffb-dd32-4c33-91ee-91625b61424a", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, { "Product_Display_Name": "Microsoft Sustainability Manager USL Essentials", "String_Id": "Microsoft_Cloud_for_Sustainability_USL", @@ -26159,6 +30855,22 @@ "Service_Plan_Id": "346d83bf-6fe6-42ca-b424-b9300d2e21bf", "Service_Plans_Included_Friendly_Names": "Microsoft 365 Domestic Calling Plan (240 min)" }, + { + "Product_Display_Name": "Microsoft Teams Domestic Calling Plan for GCC", + "String_Id": "MCOPSTN_1_GOV", + "GUID": "923f58ab-fca1-46a1-92f9-89fda21238a8", + "Service_Plan_Name": "MCOPSTN1_GOV", + "Service_Plan_Id": "3c8a8792-7866-409b-bb61-1b20ace0368b", + "Service_Plans_Included_Friendly_Names": "Domestic Calling Plan for Government" + }, + { + "Product_Display_Name": "Microsoft Teams Domestic Calling Plan for GCC", + "String_Id": "MCOPSTN_1_GOV", + "GUID": "923f58ab-fca1-46a1-92f9-89fda21238a8", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", + "Service_Plan_Id": "922ba911-5694-4e99-a794-73aed9bfeec8", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" + }, { "Product_Display_Name": "Microsoft Teams Essentials", "String_Id": "Teams_Ess", @@ -26687,6 +31399,14 @@ "Service_Plan_Id": "f47330e9-c134-43b3-9993-e7f004506889", "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone Standard Resource Account" }, + { + "Product_Display_Name": "Microsoft Teams Phone Resource Account for Faculty", + "String_Id": "PHONESYSTEM_VIRTUALUSER_FACULTY", + "GUID": "0e142028-345e-45da-8d92-8bfd4093bbb9", + "Service_Plan_Name": "MCOEV_VIRTUALUSER", + "Service_Plan_Id": "f47330e9-c134-43b3-9993-e7f004506889", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone Standard Resource Account" + }, { "Product_Display_Name": "Microsoft Teams Phone Resource Account for GCC", "String_Id": "PHONESYSTEM_VIRTUALUSER_GOV", @@ -26933,7 +31653,7 @@ "GUID": "c25e2b36-e161-4946-bef2-69239729f690", "Service_Plan_Name": "AAD_BASIC_EDU", "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for Education" }, { "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", @@ -26975,6 +31695,14 @@ "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "Teams_Rooms_Pro", + "Service_Plan_Id": "0374d34c-6be4-4dbb-b3f0-26105db0b28a", + "Service_Plans_Included_Friendly_Names": "Teams Rooms Pro" + }, { "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", @@ -27023,6 +31751,14 @@ "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" }, + { + "Product_Display_Name": "Microsoft Teams Rooms Pro for EDU", + "String_Id": "Microsoft_Teams_Rooms_Pro_FAC", + "GUID": "c25e2b36-e161-4946-bef2-69239729f690", + "Service_Plan_Name": "SPECIALTY_DEVICES", + "Service_Plan_Id": "cfce7ae3-4b41-4438-999c-c0e91f3b7fb9", + "Service_Plans_Included_Friendly_Names": "Specialty devices" + }, { "Product_Display_Name": "Microsoft Teams Rooms Pro for GCC", "String_Id": "Microsoft_Teams_Rooms_Pro_GCC", @@ -27199,6 +31935,62 @@ "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for Faculty", + "String_Id": "MCOCAP_FACULTY ", + "GUID": "420c7602-7f70-4895-9394-d3d679ea36fb ", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for Faculty", + "String_Id": "MCOCAP_FACULTY ", + "GUID": "420c7602-7f70-4895-9394-d3d679ea36fb ", + "Service_Plan_Name": "MCOEV", + "Service_Plan_Id": "4828c8ec-dc2e-4779-b502-87ac9ce28ab7", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Phone System" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for Faculty", + "String_Id": "MCOCAP_FACULTY ", + "GUID": "420c7602-7f70-4895-9394-d3d679ea36fb ", + "Service_Plan_Name": "TEAMS1", + "Service_Plan_Id": "57ff2da0-773e-42df-b2af-ffb7a2317929", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for Faculty", + "String_Id": "MCOCAP_FACULTY ", + "GUID": "420c7602-7f70-4895-9394-d3d679ea36fb ", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for Faculty", + "String_Id": "MCOCAP_FACULTY ", + "GUID": "420c7602-7f70-4895-9394-d3d679ea36fb ", + "Service_Plan_Name": "AAD_PREMIUM", + "Service_Plan_Id": "41781fb2-bc02-4b7c-bd55-b576c07bb09d", + "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID P1" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for Faculty", + "String_Id": "MCOCAP_FACULTY ", + "GUID": "420c7602-7f70-4895-9394-d3d679ea36fb ", + "Service_Plan_Name": "INTUNE_A", + "Service_Plan_Id": "c1ec4a95-1f05-45b3-a911-aa3fa01094f5", + "Service_Plans_Included_Friendly_Names": "Microsoft Intune Plan 1" + }, + { + "Product_Display_Name": "Microsoft Teams Shared Devices for Faculty", + "String_Id": "MCOCAP_FACULTY ", + "GUID": "420c7602-7f70-4895-9394-d3d679ea36fb ", + "Service_Plan_Name": "SPECIALTY_DEVICES", + "Service_Plan_Id": "cfce7ae3-4b41-4438-999c-c0e91f3b7fb9", + "Service_Plans_Included_Friendly_Names": "Specialty devices" + }, { "Product_Display_Name": "Microsoft Teams Shared Devices for GCC", "String_Id": "MCOCAP_GOV", @@ -27680,7 +32472,7 @@ "Service_Plans_Included_Friendly_Names": "Exchange Foundation" }, { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", + "Product_Display_Name": "Office 365 Multi-Geo Capabilities", "String_Id": "OFFICE365_MULTIGEO", "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", "Service_Plan_Name": "EXCHANGEONLINE_MULTIGEO", @@ -27688,7 +32480,7 @@ "Service_Plans_Included_Friendly_Names": "Exchange Online Multi-Geo" }, { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", + "Product_Display_Name": "Office 365 Multi-Geo Capabilities", "String_Id": "OFFICE365_MULTIGEO", "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", "Service_Plan_Name": "SHAREPOINTONLINE_MULTIGEO", @@ -27696,7 +32488,7 @@ "Service_Plans_Included_Friendly_Names": "SharePoint Multi-Geo" }, { - "Product_Display_Name": "Multi-Geo Capabilities in Office 365", + "Product_Display_Name": "Office 365 Multi-Geo Capabilities", "String_Id": "OFFICE365_MULTIGEO", "GUID": "84951599-62b7-46f3-9c9d-30551b2ad607", "Service_Plan_Name": "TEAMSMULTIGEO", @@ -27725,15 +32517,15 @@ "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", "Service_Plan_Name": "AAD_BASIC_EDU", "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for Education" }, { "Product_Display_Name": "Office 365 A1 for faculty", "String_Id": "STANDARDWOFFPACK_FACULTY", "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" }, { "Product_Display_Name": "Office 365 A1 for faculty", @@ -27763,9 +32555,9 @@ "Product_Display_Name": "Office 365 A1 for faculty", "String_Id": "STANDARDWOFFPACK_FACULTY", "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" }, { "Product_Display_Name": "Office 365 A1 for faculty", @@ -27781,7 +32573,7 @@ "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", "Service_Plan_Name": "KAIZALA_O365_P2", "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" }, { "Product_Display_Name": "Office 365 A1 for faculty", @@ -27859,25 +32651,17 @@ "Product_Display_Name": "Office 365 A1 for faculty", "String_Id": "STANDARDWOFFPACK_FACULTY", "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for faculty", - "String_Id": "STANDARDWOFFPACK_FACULTY", - "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" }, { "Product_Display_Name": "Office 365 A1 for faculty", "String_Id": "STANDARDWOFFPACK_FACULTY", "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" }, { "Product_Display_Name": "Office 365 A1 for faculty", @@ -27943,6 +32727,30 @@ "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", "Service_Plans_Included_Friendly_Names": "Yammer for Academic" }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for faculty", + "String_Id": "STANDARDWOFFPACK_FACULTY", + "GUID": "94763226-9b3c-4e75-a931-5c89701abe66", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, { "Product_Display_Name": "Office 365 A1 Plus for faculty", "String_Id": "STANDARDWOFFPACK_IW_FACULTY", @@ -28165,15 +32973,15 @@ "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", "Service_Plan_Name": "AAD_BASIC_EDU", "Service_Plan_Id": "1d0f309f-fdf9-4b2a-9ae7-9c48b91f1426", - "Service_Plans_Included_Friendly_Names": "Microsoft Entra ID Basic for Education" + "Service_Plans_Included_Friendly_Names": "Azure Active Directory Basic for Education" }, { "Product_Display_Name": "Office 365 A1 for students", "String_Id": "STANDARDWOFFPACK_STUDENT", "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "DYN365_CDS_O365_P1", - "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", - "Service_Plans_Included_Friendly_Names": "Common Data Service - O365 P1" + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" }, { "Product_Display_Name": "Office 365 A1 for students", @@ -28203,9 +33011,9 @@ "Product_Display_Name": "Office 365 A1 for students", "String_Id": "STANDARDWOFFPACK_STUDENT", "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "RMS_S_ENTERPRISE", - "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", - "Service_Plans_Included_Friendly_Names": "Microsoft Microsoft Entra Rights" + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" }, { "Product_Display_Name": "Office 365 A1 for students", @@ -28221,7 +33029,7 @@ "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", "Service_Plan_Name": "KAIZALA_O365_P2", "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", - "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro Plan 2" + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" }, { "Product_Display_Name": "Office 365 A1 for students", @@ -28291,25 +33099,17 @@ "Product_Display_Name": "Office 365 A1 for students", "String_Id": "STANDARDWOFFPACK_STUDENT", "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "POWERAPPS_O365_P2", - "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", - "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" - }, - { - "Product_Display_Name": "Office 365 A1 for students", - "String_Id": "STANDARDWOFFPACK_STUDENT", - "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "FLOW_O365_P2", - "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", - "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" }, { "Product_Display_Name": "Office 365 A1 for students", "String_Id": "STANDARDWOFFPACK_STUDENT", "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", - "Service_Plan_Name": "PROJECT_O365_P1", - "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", - "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" }, { "Product_Display_Name": "Office 365 A1 for students", @@ -28367,6 +33167,30 @@ "Service_Plan_Id": "2078e8df-cff6-4290-98cb-5408261a760a", "Service_Plans_Included_Friendly_Names": "Yammer for Academic" }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 A1 for students", + "String_Id": "STANDARDWOFFPACK_STUDENT", + "GUID": "314c4481-f395-4525-be8b-2ec4bb1e9d91", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, { "Product_Display_Name": "Office 365 A1 Plus for students", "String_Id": "STANDARDWOFFPACK_IW_STUDENT", @@ -30567,6 +35391,310 @@ "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "MICROSOFT_MYANALYTICS_FULL", + "Service_Plan_Id": "0403bb98-9d17-4f94-b53e-eca56a7698a6", + "Service_Plans_Included_Friendly_Names": "DO NOT USE - Microsoft MyAnalytics (Full)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "INSIGHTS_BY_MYANALYTICS", + "Service_Plan_Id": "b088306e-925b-44ab-baa0-63291c629a91", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics Backend" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "FORMS_PLAN_E1", + "Service_Plan_Id": "159f4cd6-e380-449f-a816-af1a9ef76344", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "KAIZALA_O365_P2", + "Service_Plan_Id": "54fc630f-5a40-48ee-8965-af0503c1386e", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "PEOPLE_SKILLS_FOUNDATION", + "Service_Plan_Id": "13b6da2c-0d84-450e-9f69-a33e221387ca", + "Service_Plans_Included_Friendly_Names": "People Skills - Foundation" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "PROJECT_O365_P1", + "Service_Plan_Id": "a55dfd10-0864-46d9-a3cd-da5991a3e0e2", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E1)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "PLACES_CORE", + "Service_Plan_Id": "1fe6227d-3e01-46d0-9510-0acad4ff6e94", + "Service_Plans_Included_Friendly_Names": "RETIRED - Places Core" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "BPOS_S_TODO_1", + "Service_Plan_Id": "5e62787c-c316-451f-b873-1d05acd4d12c", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "WHITEBOARD_PLAN1", + "Service_Plan_Id": "b8afc642-032e-4de5-8c0a-507a7bba7e5d", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "RMS_S_BASIC", + "Service_Plan_Id": "31cf2cfc-6b0d-4adc-a336-88b724ed8122", + "Service_Plans_Included_Friendly_Names": "Microsoft Azure Rights Management Service" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "POWERAPPS_O365_P1", + "Service_Plan_Id": "92f7a6f3-b89b-4bbd-8c30-809e6da5ad1c", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "FLOW_O365_P1", + "Service_Plan_Id": "0f9b09cb-62d1-4ff4-9129-43f4996f83f4", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1 (no Teams)", + "String_Id": "Office_365_E1_(no_Teams)", + "GUID": "f8ced641-8e17-4dc5-b014-f5a2d53f6ac8", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P1", + "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, { "Product_Display_Name": "Office 365 E1 EEA (no Teams)", "String_Id": "Office_365_w/o_Teams_Bundle_E1", @@ -30799,6 +35927,142 @@ "Service_Plan_Id": "0683001c-0492-4d59-9515-d9a6426b5813", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "CDS_O365_P1", + "Service_Plan_Id": "bed136c6-b799-4462-824d-fc045d3a9d25", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "EXCHANGE_S_STANDARD", + "Service_Plan_Id": "9aaf7827-d63c-4b61-89c3-182f06f82e5c", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "FORMS_PLAN_E1_AR_GCCHIGH", + "Service_Plan_Id": "9c37c053-dfe3-4421-b6d4-bac8b86d42bd", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E1) for GCCHigh" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "MICROSOFT_SEARCH_GCCH", + "Service_Plan_Id": "fc9f7921-4ca5-42c6-8533-1b84c4ee496b", + "Service_Plans_Included_Friendly_Names": "Microsoft Search for Arlington" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "TEAMS_AR_GCCHIGH", + "Service_Plan_Id": "9953b155-8aef-4c56-92f3-72b0487fce41", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams for GCCHigh" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "OFFICEMOBILE_SUBSCRIPTION", + "Service_Plan_Id": "c63d4d19-e8cb-460e-b37c-4d6c34603745", + "Service_Plans_Included_Friendly_Names": "Office Mobile Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "SHAREPOINTSTANDARD", + "Service_Plan_Id": "c7699d2e-19aa-44de-8edf-1736da088ca1", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "DYN365_CDS_O365_P1", + "Service_Plan_Id": "40b010bb-0b69-4654-ac5e-ba161433f4b4", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "STREAM_O365_E1", + "Service_Plan_Id": "743dd19e-1ce3-4c62-a3ad-49ba8f63a2f6", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E1" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "POWERAPPS_O365_P1_GCCHIGH", + "Service_Plan_Id": "3913e44e-824e-490c-a182-82785d769b45", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for GCCHigh" + }, + { + "Product_Display_Name": "Office 365 E1_USGOV_GCCHIGH", + "String_Id": "STANDARDPACK_USGOV_GCCHIGH", + "GUID": "f698ca06-024f-4562-b029-9cb1f1e02646", + "Service_Plan_Name": "FLOW_O365_P1_GCCHIGH", + "Service_Plan_Id": "e923bad8-588e-44d5-acd0-b226daa7b4de", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for GCCHigh" + }, { "Product_Display_Name": "Office 365 E2", "String_Id": "STANDARDWOFFPACK", @@ -31199,6 +36463,310 @@ "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "MESH_AVATARS_FOR_TEAMS", + "Service_Plan_Id": "dcf9d2f4-772e-4434-b757-77a453cfbc02", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "MESH_AVATARS_ADDITIONAL_FOR_TEAMS", + "Service_Plan_Id": "3efbd4ed-8958-4824-8389-1321f8730af8", + "Service_Plans_Included_Friendly_Names": "Avatars for Teams (additional)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "RMS_S_ENTERPRISE", + "Service_Plan_Id": "bea4c11e-220a-4e6d-8eb8-8ea15d019f90", + "Service_Plans_Included_Friendly_Names": "Azure Rights Management" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "CDS_O365_P2", + "Service_Plan_Id": "95b76021-6a53-4741-ab8b-1d1f3d66a95a", + "Service_Plans_Included_Friendly_Names": "Common Data Service for Teams" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "EXCHANGE_S_ENTERPRISE", + "Service_Plan_Id": "efb87545-963c-4e0d-99df-69c6916d9eb0", + "Service_Plans_Included_Friendly_Names": "Exchange Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "GRAPH_CONNECTORS_SEARCH_INDEX", + "Service_Plan_Id": "a6520331-d7d4-4276-95f5-15c0933bc757", + "Service_Plans_Included_Friendly_Names": "Graph Connectors Search with Index" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "MESH_IMMERSIVE_FOR_TEAMS", + "Service_Plan_Id": "f0ff6ac6-297d-49cd-be34-6dfef97f0c28", + "Service_Plans_Included_Friendly_Names": "Immersive spaces for Teams" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "ContentExplorer_Standard", + "Service_Plan_Id": "2b815d45-56e4-4e3a-b65c-66cb9175b560", + "Service_Plans_Included_Friendly_Names": "Information Protection and Governance Analytics – Standard" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "MIP_S_CLP1", + "Service_Plan_Id": "5136a095-5cf0-4aff-bec3-e84448b38ea5", + "Service_Plans_Included_Friendly_Names": "Information Protection for Office 365 - Standard" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "MYANALYTICS_P2", + "Service_Plan_Id": "33c4f319-9bdd-48d6-9c4d-410b750a4a5a", + "Service_Plans_Included_Friendly_Names": "Insights by MyAnalytics" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "OFFICESUBSCRIPTION", + "Service_Plan_Id": "43de0ff5-c92c-492b-9116-175376d08c38", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Apps for enterprise" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "M365_LIGHTHOUSE_CUSTOMER_PLAN1", + "Service_Plan_Id": "6f23d6a9-adbf-481c-8538-b4c095654487", + "Service_Plans_Included_Friendly_Names": "Microsoft 365 Lighthouse (Plan 1)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "MICROSOFTBOOKINGS", + "Service_Plan_Id": "199a5c09-e0ca-4e37-8f7c-b05d533e1ea2", + "Service_Plans_Included_Friendly_Names": "Microsoft Bookings" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "CLIPCHAMP", + "Service_Plan_Id": "a1ace008-72f3-4ea0-8dac-33b3a23a2472", + "Service_Plans_Included_Friendly_Names": "Microsoft Clipchamp" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "FORMS_PLAN_E3", + "Service_Plan_Id": "2789c901-c14e-48ab-a76a-be334d9d793a", + "Service_Plans_Included_Friendly_Names": "Microsoft Forms (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "KAIZALA_O365_P3", + "Service_Plan_Id": "aebd3021-9f8f-4bf8-bbe3-0ed2f4f047a1", + "Service_Plans_Included_Friendly_Names": "Microsoft Kaizala Pro" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "PROJECTWORKMANAGEMENT", + "Service_Plan_Id": "b737dad2-2f6c-4c65-90e3-ca563267e8b9", + "Service_Plans_Included_Friendly_Names": "Microsoft Planner" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "MICROSOFT_SEARCH", + "Service_Plan_Id": "94065c59-bc8e-4e8b-89e5-5138d471eaff", + "Service_Plans_Included_Friendly_Names": "Microsoft Search" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "Deskless", + "Service_Plan_Id": "8c7d2df8-86f0-4902-b2ed-a0458298f3b3", + "Service_Plans_Included_Friendly_Names": "Microsoft StaffHub" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "STREAM_O365_E3", + "Service_Plan_Id": "9e700747-8b1d-45e5-ab8d-ef187ceec156", + "Service_Plans_Included_Friendly_Names": "Microsoft Stream for Office 365 E3" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "INTUNE_O365", + "Service_Plan_Id": "882e1d05-acd1-4ccb-8708-6ee03664b117", + "Service_Plans_Included_Friendly_Names": "Mobile Device Management for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "Nucleus", + "Service_Plan_Id": "db4d623d-b514-490b-b7ef-8885eee514de", + "Service_Plans_Included_Friendly_Names": "Nucleus" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "SHAREPOINTWAC", + "Service_Plan_Id": "e95bec33-7c88-4a70-8e19-b10bd9d0c014", + "Service_Plans_Included_Friendly_Names": "Office for the Web" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "PLACES_CORE", + "Service_Plan_Id": "1fe6227d-3e01-46d0-9510-0acad4ff6e94", + "Service_Plans_Included_Friendly_Names": "Places Core" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "PROJECT_O365_P2", + "Service_Plan_Id": "31b4e2fc-4cd6-4e7d-9c1b-41407303bd66", + "Service_Plans_Included_Friendly_Names": "Project for Office (Plan E3)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "Bing_Chat_Enterprise", + "Service_Plan_Id": "0d0c0d31-fae7-41f2-b909-eaf4d7f26dba", + "Service_Plans_Included_Friendly_Names": "RETIRED - Commercial data protection for Microsoft Copilot" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "SHAREPOINTENTERPRISE", + "Service_Plan_Id": "5dbe027f-2339-4123-9542-606e4d348a72", + "Service_Plans_Included_Friendly_Names": "SharePoint (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "MCOSTANDARD", + "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", + "Service_Plans_Included_Friendly_Names": "Skype for Business Online (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "SWAY", + "Service_Plan_Id": "a23b959c-7ce8-4e57-9140-b90eb88a9e97", + "Service_Plans_Included_Friendly_Names": "Sway" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "BPOS_S_TODO_2", + "Service_Plan_Id": "c87f142c-d1e9-4363-8630-aaea9c4d9ae5", + "Service_Plans_Included_Friendly_Names": "To-Do (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "VIVAENGAGE_CORE", + "Service_Plan_Id": "a82fbf69-b4d7-49f4-83a6-915b2cf354f4", + "Service_Plans_Included_Friendly_Names": "Viva Engage Core" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "VIVA_LEARNING_SEEDED", + "Service_Plan_Id": "b76fb638-6ba6-402a-b9f9-83d28acb3d86", + "Service_Plans_Included_Friendly_Names": "Viva Learning Seeded" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "WHITEBOARD_PLAN2", + "Service_Plan_Id": "94a54592-cd8b-425e-87c6-97868b000b91", + "Service_Plans_Included_Friendly_Names": "Whiteboard (Plan 2)" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "YAMMER_ENTERPRISE", + "Service_Plan_Id": "7547a3fe-08ee-4ccb-b430-5077c5041653", + "Service_Plans_Included_Friendly_Names": "Yammer Enterprise" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "DYN365_CDS_O365_P2", + "Service_Plan_Id": "4ff01e01-1ba7-4d71-8cf8-ce96c3bbcf14", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "POWERAPPS_O365_P2", + "Service_Plan_Id": "c68f8d98-5534-41c8-bf36-22fa496fa792", + "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "FLOW_O365_P2", + "Service_Plan_Id": "76846ad7-7776-4c40-a281-a386362dd1b9", + "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365" + }, + { + "Product_Display_Name": "Office 365 E3 (no Teams)", + "String_Id": "Office_365_E3_(no_Teams)", + "GUID": "46c3a859-c90d-40b3-9551-6178a48d5c18", + "Service_Plan_Name": "POWER_VIRTUAL_AGENTS_O365_P2", + "Service_Plan_Id": "041fe683-03e4-45b6-b1af-c0cdc516daee", + "Service_Plans_Included_Friendly_Names": "Power Virtual Agents for Office 365" + }, { "Product_Display_Name": "Office 365 E3 EEA (no Teams)", "String_Id": "O365_w/o_Teams_Bundle_E3", @@ -35968,7 +41536,7 @@ "Service_Plans_Included_Friendly_Names": "OFFICE ONLINE" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "DYN365_CDS_PROJECT_GCC", @@ -35976,7 +41544,7 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service for Project for GCC" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "CDSAICAPACITY_PERAPP", @@ -35984,7 +41552,7 @@ "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per App add-on" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "DYN365_CDS_P1_GOV", @@ -35992,7 +41560,7 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "DYN365_CDS_P2_GOV", @@ -36000,7 +41568,7 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_GCC_P5", @@ -36008,7 +41576,7 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service for Project P5 for GCC" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "FLOW_FOR_PROJECT_GOV", @@ -36016,15 +41584,15 @@ "Service_Plans_Included_Friendly_Names": "Data integration for Project with Power Automate for GCC" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "CDSAICAPACITY_PERUSER", "Service_Plan_Id": "91f50f7b-2204-4803-acac-5cf5668b8b39", - "Service_Plans_Included_Friendly_Names": "DO NOT USE - AI Builder capacity Per User add-on" + "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per User add-on" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "POWERAPPS_O365_S1_GOV", @@ -36032,7 +41600,7 @@ "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 F3 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "POWERAPPS_O365_P1_GOV", @@ -36040,7 +41608,7 @@ "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "POWERAPPS_O365_P2_GOV", @@ -36048,7 +41616,7 @@ "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "POWERAPPS_O365_P3_GOV", @@ -36056,7 +41624,7 @@ "Service_Plans_Included_Friendly_Names": "Power Apps for Office 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "FLOW_DYN_APPS_GOV", @@ -36064,7 +41632,7 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "FLOW_DYN_TEAM_GOV", @@ -36072,7 +41640,7 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Dynamics 365 Team Members for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "FLOW_O365_S1_GOV", @@ -36080,7 +41648,7 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 F3 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "FLOW_O365_P1_GOV", @@ -36088,7 +41656,7 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "FLOW_O365_P2_GOV", @@ -36096,7 +41664,7 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "FLOW_O365_P3_GOV", @@ -36104,7 +41672,7 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Office 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "FLOW_DYN_P2_GOV", @@ -36112,7 +41680,7 @@ "Service_Plans_Included_Friendly_Names": "Power Automate P2 for Dynamics 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "POWERAPPS_DYN_APPS_GOV", @@ -36120,7 +41688,7 @@ "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "POWERAPPS_DYN_TEAM_GOV", @@ -36128,7 +41696,7 @@ "Service_Plans_Included_Friendly_Names": "PowerApps for Dynamics 365 Team Members for Government" }, { - "Product_Display_Name": "PowerApps \u0026 Flow GCC Test - O365 \u0026 Dyn365 Plans", + "Product_Display_Name": "PowerApps & Flow GCC Test - O365 & Dyn365 Plans", "String_Id": "POWERFLOWGCC_TEST", "GUID": "0f13a262-dc6f-4800-8dc6-a62f72c95fad", "Service_Plan_Name": "POWERAPPS_DYN_P2_GOV", @@ -36440,15 +42008,15 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan" }, { - "Product_Display_Name": "Power Apps per user plan", + "Product_Display_Name": "Power Apps Premium", "String_Id": "POWERAPPS_PER_USER", "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", - "Service_Plan_Name": "DYN365_CDS_P2", - "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", - "Service_Plans_Included_Friendly_Names": "Common Data Service - P2" + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" }, { - "Product_Display_Name": "Power Apps per user plan", + "Product_Display_Name": "Power Apps Premium", "String_Id": "POWERAPPS_PER_USER", "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", @@ -36456,7 +42024,31 @@ "Service_Plans_Included_Friendly_Names": "Exchange Foundation" }, { - "Product_Display_Name": "Power Apps per user plan", + "Product_Display_Name": "Power Apps Premium", + "String_Id": "POWERAPPS_PER_USER", + "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", + "Service_Plan_Name": "CDSAICAPACITY_PERUSER_NEW", + "Service_Plan_Id": "74d93933-6f22-436e-9441-66d205435abb", + "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per User add-on" + }, + { + "Product_Display_Name": "Power Apps Premium", + "String_Id": "POWERAPPS_PER_USER", + "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", + "Service_Plan_Name": "DYN365_CDS_P2", + "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Power Apps Premium", + "String_Id": "POWERAPPS_PER_USER", + "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", + "Service_Plan_Name": "CDSAICAPACITY_PERUSER", + "Service_Plan_Id": "91f50f7b-2204-4803-acac-5cf5668b8b39", + "Service_Plans_Included_Friendly_Names": "DO NOT USE - AI Builder capacity Per User add-on" + }, + { + "Product_Display_Name": "Power Apps Premium", "String_Id": "POWERAPPS_PER_USER", "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", "Service_Plan_Name": "POWERAPPS_PER_USER", @@ -36464,7 +42056,7 @@ "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan" }, { - "Product_Display_Name": "Power Apps per user plan", + "Product_Display_Name": "Power Apps Premium", "String_Id": "POWERAPPS_PER_USER", "GUID": "b30411f5-fea1-4a59-9ad9-3db7c7ead579", "Service_Plan_Name": "Flow_PowerApps_PerUser", @@ -36472,7 +42064,47 @@ "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan" }, { - "Product_Display_Name": "Power Apps per user plan for Government", + "Product_Display_Name": "Power Apps Premium embedded", + "String_Id": "POWERAPPS_PER_USER_ISVEMB", + "GUID": "2a6fb3c6-30cc-4558-a69d-032425c1a3ba", + "Service_Plan_Name": "Power_Pages_Internal_User", + "Service_Plan_Id": "60bf28f9-2b70-4522-96f7-335f5e06c941", + "Service_Plans_Included_Friendly_Names": "Power Pages Internal User" + }, + { + "Product_Display_Name": "Power Apps Premium embedded", + "String_Id": "POWERAPPS_PER_USER_ISVEMB", + "GUID": "2a6fb3c6-30cc-4558-a69d-032425c1a3ba", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Apps Premium embedded", + "String_Id": "POWERAPPS_PER_USER_ISVEMB", + "GUID": "2a6fb3c6-30cc-4558-a69d-032425c1a3ba", + "Service_Plan_Name": "DYN365_CDS_P2", + "Service_Plan_Id": "6ea4c1ef-c259-46df-bce2-943342cd3cb2", + "Service_Plans_Included_Friendly_Names": "Common Data Service" + }, + { + "Product_Display_Name": "Power Apps Premium embedded", + "String_Id": "POWERAPPS_PER_USER_ISVEMB", + "GUID": "2a6fb3c6-30cc-4558-a69d-032425c1a3ba", + "Service_Plan_Name": "POWERAPPS_PER_USER", + "Service_Plan_Id": "ea2cf03b-ac60-46ae-9c1d-eeaeb63cec86", + "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan" + }, + { + "Product_Display_Name": "Power Apps Premium embedded", + "String_Id": "POWERAPPS_PER_USER_ISVEMB", + "GUID": "2a6fb3c6-30cc-4558-a69d-032425c1a3ba", + "Service_Plan_Name": "Flow_PowerApps_PerUser", + "Service_Plan_Id": "dc789ed8-0170-4b65-a415-eb77d5bb350a", + "Service_Plans_Included_Friendly_Names": "Power Automate for Power Apps per User Plan" + }, + { + "Product_Display_Name": "Power Apps Premium for Government", "String_Id": "POWERAPPS_PER_USER_GCC", "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", "Service_Plan_Name": "CDSAICAPACITY_PERUSER", @@ -36480,7 +42112,7 @@ "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per User add-on" }, { - "Product_Display_Name": "Power Apps per user plan for Government", + "Product_Display_Name": "Power Apps Premium for Government", "String_Id": "POWERAPPS_PER_USER_GCC", "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", "Service_Plan_Name": "CDSAICAPACITY_PERUSER_NEW", @@ -36488,7 +42120,7 @@ "Service_Plans_Included_Friendly_Names": "AI Builder capacity Per User add-on" }, { - "Product_Display_Name": "Power Apps per user plan for Government", + "Product_Display_Name": "Power Apps Premium for Government", "String_Id": "POWERAPPS_PER_USER_GCC", "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", "Service_Plan_Name": "DYN365_CDS_P2_GOV", @@ -36496,7 +42128,7 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service for Government" }, { - "Product_Display_Name": "Power Apps per user plan for Government", + "Product_Display_Name": "Power Apps Premium for Government", "String_Id": "POWERAPPS_PER_USER_GCC", "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", "Service_Plan_Name": "EXCHANGE_S_FOUNDATION_GOV", @@ -36504,7 +42136,7 @@ "Service_Plans_Included_Friendly_Names": "Exchange Foundation for Government" }, { - "Product_Display_Name": "Power Apps per user plan for Government", + "Product_Display_Name": "Power Apps Premium for Government", "String_Id": "POWERAPPS_PER_USER_GCC", "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", "Service_Plan_Name": "POWERAPPS_PER_USER_GCC", @@ -36512,7 +42144,7 @@ "Service_Plans_Included_Friendly_Names": "Power Apps per User Plan for Government" }, { - "Product_Display_Name": "Power Apps per user plan for Government", + "Product_Display_Name": "Power Apps Premium for Government", "String_Id": "POWERAPPS_PER_USER_GCC", "GUID": "8e4c6baa-f2ff-4884-9c38-93785d0d7ba1", "Service_Plan_Name": "Flow_PowerApps_PerUser_GCC", @@ -36792,7 +42424,7 @@ "Service_Plans_Included_Friendly_Names": "Power Automate per User Plan for Government" }, { - "Product_Display_Name": "Power Automate per user with attended RPA plan", + "Product_Display_Name": "Power Automate Premium", "String_Id": "POWERAUTOMATE_ATTENDED_RPA", "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", "Service_Plan_Name": "CDS_ATTENDED_RPA", @@ -36800,7 +42432,7 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service Attended RPA" }, { - "Product_Display_Name": "Power Automate per user with attended RPA plan", + "Product_Display_Name": "Power Automate Premium", "String_Id": "POWERAUTOMATE_ATTENDED_RPA", "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", @@ -36808,7 +42440,7 @@ "Service_Plans_Included_Friendly_Names": "Exchange Foundation" }, { - "Product_Display_Name": "Power Automate per user with attended RPA plan", + "Product_Display_Name": "Power Automate Premium", "String_Id": "POWERAUTOMATE_ATTENDED_RPA", "GUID": "eda1941c-3c4f-4995-b5eb-e85a42175ab9", "Service_Plan_Name": "POWER_AUTOMATE_ATTENDED_RPA", @@ -36839,6 +42471,22 @@ "Service_Plan_Id": "fb613c67-1a58-4645-a8df-21e95a37d433", "Service_Plans_Included_Friendly_Names": "Power Automate Attended RPA for Government" }, + { + "Product_Display_Name": "Power Automate Process", + "String_Id": "Power_Automate_per_process", + "GUID": "253ce8d3-6122-4240-8b04-f434a8fa831f", + "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", + "Service_Plan_Id": "113feb6c-3fe4-4440-bddc-54d774bf0318", + "Service_Plans_Included_Friendly_Names": "Exchange Foundation" + }, + { + "Product_Display_Name": "Power Automate Process", + "String_Id": "Power_Automate_per_process", + "GUID": "253ce8d3-6122-4240-8b04-f434a8fa831f", + "Service_Plan_Name": "DATAVERSE_FOR_POWER_AUTOMATE_PER_PROCESS", + "Service_Plan_Id": "d7c3df99-6f58-40b9-8940-cd3a51679d85", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Automate Per Process" + }, { "Product_Display_Name": "Power Automate unattended RPA add-on", "String_Id": "POWERAUTOMATE_UNATTENDED_RPA", @@ -36991,6 +42639,22 @@ "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" }, + { + "Product_Display_Name": "Power BI Premium Per User Add-On for Faculty", + "String_Id": "PBI_PREMIUM_PER_USER_ADDON_FACULTY", + "GUID": "c05b235f-be75-4029-8851-6a4170758eef", + "Service_Plan_Name": "BI_AZURE_P3", + "Service_Plan_Id": "0bf3c642-7bb5-4ccc-884e-59d09df0266c", + "Service_Plans_Included_Friendly_Names": "Power BI Premium Per User" + }, + { + "Product_Display_Name": "Power BI Premium Per User Add-On for Faculty", + "String_Id": "PBI_PREMIUM_PER_USER_ADDON_FACULTY", + "GUID": "c05b235f-be75-4029-8851-6a4170758eef", + "Service_Plan_Name": "PURVIEW_DISCOVERY", + "Service_Plan_Id": "c948ea65-2053-4a5a-8a62-9eaaaf11b522", + "Service_Plans_Included_Friendly_Names": "Purview Discovery" + }, { "Product_Display_Name": "Power BI Premium Per User Add-On for GCC", "String_Id": "PBI_PREMIUM_PER_USER_ADDON_CE_GCC", @@ -37207,6 +42871,22 @@ "Service_Plan_Id": "18e74ca2-b5f0-4802-9a8b-00d2ff1e8322", "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity GCCH" }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack CN_CN", + "String_Id": "Power Pages authenticated users T1_CN_CN", + "GUID": "9a3c2a19-06c0-41b1-b2ea-13528d7b2e17", + "Service_Plan_Name": "DV_PowerPages_Authenticated_User", + "Service_Plan_Id": "7aae746a-3463-4737-b295-3c1a16c31438", + "Service_Plans_Included_Friendly_Names": "Dataverse for Power Pages Authenticated users per site" + }, + { + "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack CN_CN", + "String_Id": "Power Pages authenticated users T1_CN_CN", + "GUID": "9a3c2a19-06c0-41b1-b2ea-13528d7b2e17", + "Service_Plan_Name": "PowerPages_Authenticated_User_CN", + "Service_Plan_Id": "967d9574-a076-4bb7-ab89-f41f64bc142e", + "Service_Plans_Included_Friendly_Names": "Power Pages Authenticated Users per site monthly capacity China" + }, { "Product_Display_Name": "Power Pages authenticated users T1 100 users/per site/month capacity pack_GCC", "String_Id": "Power_Pages_authenticated_users_T1_100_users/per_site/month_capacity_pack_GCC", @@ -38416,7 +44096,7 @@ "Service_Plans_Included_Friendly_Names": "SWAY" }, { - "Product_Display_Name": "Project Plan 1", + "Product_Display_Name": "Planner Plan 1", "String_Id": "PROJECT_P1", "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", "Service_Plan_Name": "DYN365_CDS_FOR_PROJECT_P1", @@ -38424,7 +44104,7 @@ "Service_Plans_Included_Friendly_Names": "COMMON DATA SERVICE FOR PROJECT P1" }, { - "Product_Display_Name": "Project Plan 1", + "Product_Display_Name": "Planner Plan 1", "String_Id": "PROJECT_P1", "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", @@ -38432,7 +44112,7 @@ "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" }, { - "Product_Display_Name": "Project Plan 1", + "Product_Display_Name": "Planner Plan 1", "String_Id": "PROJECT_P1", "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", "Service_Plan_Name": "Power_Automate_For_Project_P1", @@ -38440,7 +44120,7 @@ "Service_Plans_Included_Friendly_Names": "POWER AUTOMATE FOR PROJECT P1" }, { - "Product_Display_Name": "Project Plan 1", + "Product_Display_Name": "Planner Plan 1", "String_Id": "PROJECT_P1", "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", "Service_Plan_Name": "PROJECT_ESSENTIALS", @@ -38448,7 +44128,7 @@ "Service_Plans_Included_Friendly_Names": "PROJECT ONLINE ESSENTIALS" }, { - "Product_Display_Name": "Project Plan 1", + "Product_Display_Name": "Planner Plan 1", "String_Id": "PROJECT_P1", "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", "Service_Plan_Name": "PROJECT_P1", @@ -38456,7 +44136,7 @@ "Service_Plans_Included_Friendly_Names": "PROJECT P1" }, { - "Product_Display_Name": "Project Plan 1", + "Product_Display_Name": "Planner Plan 1", "String_Id": "PROJECT_P1", "GUID": "beb6439c-caad-48d3-bf46-0c82871e12be", "Service_Plan_Name": "SHAREPOINTSTANDARD", @@ -38512,7 +44192,7 @@ "Service_Plans_Included_Friendly_Names": "SHAREPOINT STANDARD" }, { - "Product_Display_Name": "Project Plan 3", + "Product_Display_Name": "Planner and Project Plan 3", "String_Id": "PROJECTPROFESSIONAL", "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", "Service_Plan_Name": "DYN365_CDS_PROJECT", @@ -38520,7 +44200,7 @@ "Service_Plans_Included_Friendly_Names": "Common Data Service for Project" }, { - "Product_Display_Name": "Project Plan 3", + "Product_Display_Name": "Planner and Project Plan 3", "String_Id": "PROJECTPROFESSIONAL", "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", @@ -38528,7 +44208,7 @@ "Service_Plans_Included_Friendly_Names": "Exchange Foundation" }, { - "Product_Display_Name": "Project Plan 3", + "Product_Display_Name": "Planner and Project Plan 3", "String_Id": "PROJECTPROFESSIONAL", "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", "Service_Plan_Name": "FLOW_FOR_PROJECT", @@ -38536,7 +44216,7 @@ "Service_Plans_Included_Friendly_Names": "Flow for Project" }, { - "Product_Display_Name": "Project Plan 3", + "Product_Display_Name": "Planner and Project Plan 3", "String_Id": "PROJECTPROFESSIONAL", "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", "Service_Plan_Name": "SHAREPOINTWAC", @@ -38544,7 +44224,7 @@ "Service_Plans_Included_Friendly_Names": "Office for the web" }, { - "Product_Display_Name": "Project Plan 3", + "Product_Display_Name": "Planner and Project Plan 3", "String_Id": "PROJECTPROFESSIONAL", "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", "Service_Plan_Name": "PROJECT_CLIENT_SUBSCRIPTION", @@ -38552,7 +44232,7 @@ "Service_Plans_Included_Friendly_Names": "Project Online Desktop Client" }, { - "Product_Display_Name": "Project Plan 3", + "Product_Display_Name": "Planner and Project Plan 3", "String_Id": "PROJECTPROFESSIONAL", "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", "Service_Plan_Name": "SHAREPOINT_PROJECT", @@ -38560,7 +44240,7 @@ "Service_Plans_Included_Friendly_Names": "Project Online Service" }, { - "Product_Display_Name": "Project Plan 3", + "Product_Display_Name": "Planner and Project Plan 3", "String_Id": "PROJECTPROFESSIONAL", "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", "Service_Plan_Name": "PROJECT_PROFESSIONAL", @@ -38568,7 +44248,7 @@ "Service_Plans_Included_Friendly_Names": "Project P3" }, { - "Product_Display_Name": "Project Plan 3", + "Product_Display_Name": "Planner and Project Plan 3", "String_Id": "PROJECTPROFESSIONAL", "GUID": "53818b1b-4a27-454b-8896-0dba576410e6", "Service_Plan_Name": "SHAREPOINTENTERPRISE", @@ -39215,6 +44895,14 @@ "Service_Plan_Id": "0feaeb32-d00e-4d66-bd5a-43b5b83db82c", "Service_Plans_Included_Friendly_Names": "SKYPE FOR BUSINESS ONLINE (PLAN 2)" }, + { + "Product_Display_Name": "Skype for Business PSTN Calling Domestic Small", + "String_Id": "MCOPSTN5", + "GUID": "d43177b5-475b-4880-92d4-d54c27b5efbd", + "Service_Plan_Name": "Skype for Business PSTN Calling Domestic Small", + "Service_Plan_Id": "9a0125a5-c8f8-4526-b231-49e2abe0ebce", + "Service_Plans_Included_Friendly_Names": "Skype for Business PSTN Calling Domestic Small" + }, { "Product_Display_Name": "Skype for Business PSTN Domestic and International Calling", "String_Id": "MCOPSTN2", @@ -39335,6 +45023,70 @@ "Service_Plan_Id": "78b58230-ec7e-4309-913c-93a45cc4735b", "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Webinar" }, + { + "Product_Display_Name": "Teams Premium for Faculty", + "String_Id": "Teams_Premium_for_Faculty", + "GUID": "960a972f-d017-4a17-8f64-b42c8035bc7d", + "Service_Plan_Name": "MICROSOFT_ECDN", + "Service_Plan_Id": "85704d55-2e73-47ee-93b4-4b8ea14db92b", + "Service_Plans_Included_Friendly_Names": "Microsoft eCDN" + }, + { + "Product_Display_Name": "Teams Premium for Faculty", + "String_Id": "Teams_Premium_for_Faculty", + "GUID": "960a972f-d017-4a17-8f64-b42c8035bc7d", + "Service_Plan_Name": "TEAMSPRO_MGMT", + "Service_Plan_Id": "0504111f-feb8-4a3c-992a-70280f9a2869", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Intelligent" + }, + { + "Product_Display_Name": "Teams Premium for Faculty", + "String_Id": "Teams_Premium_for_Faculty", + "GUID": "960a972f-d017-4a17-8f64-b42c8035bc7d", + "Service_Plan_Name": "TEAMSPRO_CUST", + "Service_Plan_Id": "cc8c0802-a325-43df-8cba-995d0c6cb373", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Personalized" + }, + { + "Product_Display_Name": "Teams Premium for Faculty", + "String_Id": "Teams_Premium_for_Faculty", + "GUID": "960a972f-d017-4a17-8f64-b42c8035bc7d", + "Service_Plan_Name": "TEAMSPRO_PROTECTION", + "Service_Plan_Id": "f8b44f54-18bb-46a3-9658-44ab58712968", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Secure" + }, + { + "Product_Display_Name": "Teams Premium for Faculty", + "String_Id": "Teams_Premium_for_Faculty", + "GUID": "960a972f-d017-4a17-8f64-b42c8035bc7d", + "Service_Plan_Name": "TEAMSPRO_VIRTUALAPPT", + "Service_Plan_Id": "9104f592-f2a7-4f77-904c-ca5a5715883f", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Virtual Appointment" + }, + { + "Product_Display_Name": "Teams Premium for Faculty", + "String_Id": "Teams_Premium_for_Faculty", + "GUID": "960a972f-d017-4a17-8f64-b42c8035bc7d", + "Service_Plan_Name": "MCO_VIRTUAL_APPT", + "Service_Plan_Id": "711413d0-b36e-4cd4-93db-0a50a4ab7ea3", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Virtual Appointments" + }, + { + "Product_Display_Name": "Teams Premium for Faculty", + "String_Id": "Teams_Premium_for_Faculty", + "GUID": "960a972f-d017-4a17-8f64-b42c8035bc7d", + "Service_Plan_Name": "TEAMSPRO_WEBINAR", + "Service_Plan_Id": "78b58230-ec7e-4309-913c-93a45cc4735b", + "Service_Plans_Included_Friendly_Names": "Microsoft Teams Premium Webinar" + }, + { + "Product_Display_Name": "Teams Premium for Faculty", + "String_Id": "Teams_Premium_for_Faculty", + "GUID": "960a972f-d017-4a17-8f64-b42c8035bc7d", + "Service_Plan_Name": "QUEUES_APP", + "Service_Plan_Id": "ab2d4fb5-f80a-4bf1-a11d-7f1da254041b", + "Service_Plans_Included_Friendly_Names": "Queues app for Microsoft Teams" + }, { "Product_Display_Name": "Teams Rooms Premium", "String_Id": "MTR_PREM", @@ -39512,7 +45264,7 @@ "Service_Plans_Included_Friendly_Names": "Visio Web App" }, { - "Product_Display_Name": "Visio Online Plan 1", + "Product_Display_Name": "Visio Plan 1", "String_Id": "VISIOONLINE_PLAN1", "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", @@ -39520,7 +45272,7 @@ "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" }, { - "Product_Display_Name": "Visio Online Plan 1", + "Product_Display_Name": "Visio Plan 1", "String_Id": "VISIOONLINE_PLAN1", "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", "Service_Plan_Name": "ONEDRIVE_BASIC", @@ -39528,7 +45280,7 @@ "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC" }, { - "Product_Display_Name": "Visio Online Plan 1", + "Product_Display_Name": "Visio Plan 1", "String_Id": "VISIOONLINE_PLAN1", "GUID": "4b244418-9658-4451-a2b8-b5e2b364e9bd", "Service_Plan_Name": "VISIOONLINE", @@ -39536,7 +45288,7 @@ "Service_Plans_Included_Friendly_Names": "VISIO WEB APP" }, { - "Product_Display_Name": "Visio Online Plan 2", + "Product_Display_Name": "Visio Plan 2", "String_Id": "VISIOCLIENT", "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", "Service_Plan_Name": "EXCHANGE_S_FOUNDATION", @@ -39544,7 +45296,7 @@ "Service_Plans_Included_Friendly_Names": "EXCHANGE FOUNDATION" }, { - "Product_Display_Name": "Visio Online Plan 2", + "Product_Display_Name": "Visio Plan 2", "String_Id": "VISIOCLIENT", "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", "Service_Plan_Name": "ONEDRIVE_BASIC", @@ -39552,7 +45304,7 @@ "Service_Plans_Included_Friendly_Names": "ONEDRIVE FOR BUSINESS BASIC" }, { - "Product_Display_Name": "Visio Online Plan 2", + "Product_Display_Name": "Visio Plan 2", "String_Id": "VISIOCLIENT", "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", "Service_Plan_Name": "VISIO_CLIENT_SUBSCRIPTION", @@ -39560,7 +45312,7 @@ "Service_Plans_Included_Friendly_Names": "VISIO DESKTOP APP" }, { - "Product_Display_Name": "Visio Online Plan 2", + "Product_Display_Name": "Visio Plan 2", "String_Id": "VISIOCLIENT", "GUID": "c5928f49-12ba-48f7-ada3-0d743a3601d5", "Service_Plan_Name": "VISIOONLINE", diff --git a/src/data/alerts.json b/src/data/alerts.json index 13f18265caf4..497436c7d6a3 100644 --- a/src/data/alerts.json +++ b/src/data/alerts.json @@ -9,6 +9,16 @@ "label": "Alert on admins without any form of MFA", "recommendedRunInterval": "1d" }, + { + "name": "LicenseAssignmentErrors", + "label": "Alert on license assignment errors", + "recommendedRunInterval": "1d" + }, + { + "name": "SmtpAuthSuccess", + "label": "Alert on SMTP AUTH usage with success, helps to phase out SMTP AUTH (Entra P1 Required)", + "recommendedRunInterval": "1d" + }, { "name": "NoCAConfig", "label": "Alert on tenants without a Conditional Access policy, while having Conditional Access licensing available.", @@ -19,10 +29,29 @@ "label": "Alert on changed admin Passwords", "recommendedRunInterval": "30m" }, + { + "name": "InactiveLicensedUsers", + "label": "Alert on licensed users that have not logged in for 90 days", + "requiresInput": true, + "inputType": "switch", + "inputLabel": "Exclude disabled users?", + "inputName": "InactiveLicensedUsersExcludeDisabled", + "recommendedRunInterval": "1d" + }, + { + "name": "EntraConnectSyncStatus", + "label": "Alert if Entra Connect sync is enabled and has not run in the last X hours", + "requiresInput": true, + "inputType": "number", + "inputLabel": "Hours(Default:72)", + "inputName": "EntraConnectSyncStatusHours", + "recommendedRunInterval": "1d" + }, { "name": "QuotaUsed", "label": "Alert on % mailbox quota used", "requiresInput": true, + "inputType": "textField", "inputLabel": "Enter quota percentage", "inputName": "QuotaUsedQuota", "recommendedRunInterval": "4h" @@ -31,14 +60,38 @@ "name": "SharePointQuota", "label": "Alert on % SharePoint quota used", "requiresInput": true, + "inputType": "textField", "inputLabel": "Enter quota percentage", - "inputName": "SharePointQuotaQuota", + "inputName": "SharePointQuota", + "recommendedRunInterval": "4h" + }, + { + "name": "OneDriveQuota", + "label": "Alert on % OneDrive quota used", + "requiresInput": true, + "inputType": "textField", + "inputLabel": "Enter quota percentage (default: 90)", + "inputName": "OneDriveQuota", "recommendedRunInterval": "4h" }, { "name": "ExpiringLicenses", - "label": "Alert on licenses expiring in 30 days", - "recommendedRunInterval": "7d" + "label": "Alert on licenses expiring in X days", + "recommendedRunInterval": "7d", + "requiresInput": true, + "multipleInput": true, + "inputs": [ + { + "inputType": "number", + "inputLabel": "Days until expiration (default: 30)", + "inputName": "ExpiringLicensesDays" + }, + { + "inputType": "switch", + "inputLabel": "Alert only on unassigned licenses", + "inputName": "ExpiringLicensesUnassignedOnly" + } + ] }, { "name": "NewAppApproval", @@ -60,6 +113,21 @@ "label": "Alert on Defender Malware found (Tenant must be on-boarded in Lighthouse)", "recommendedRunInterval": "4h" }, + { + "name": "DefenderIncidents", + "label": "Alert on new Defender Incidents found", + "recommendedRunInterval": "4h" + }, + { + "name": "Vulnerabilities", + "label": "Alert on vulnerabilities older than X hours", + "requiresInput": true, + "inputType": "number", + "inputLabel": "Alert on vulnerabilities first seen more than X hours ago (default: 24)", + "inputName": "AgeInHours", + "recommendedRunInterval": "4h", + "description": "Monitors for software vulnerabilities that were first discovered more than the specified number of hours ago. This helps identify lingering vulnerabilities that may have been missed or not yet remediated. Requires Defender for Endpoint/Business." + }, { "name": "UnusedLicenses", "label": "Alert on unused licenses", @@ -70,11 +138,30 @@ "label": "Alert on overused licenses", "recommendedRunInterval": "7d" }, + { + "name": "EntraLicenseUtilization", + "label": "Alert on Entra ID P1/P2 license over-utilization", + "recommendedRunInterval": "7d", + "requiresInput": true, + "inputType": "textField", + "inputLabel": "Alert when utilization exceeds % (default: 110)", + "inputName": "EntraLicenseUtilizationThreshold" + }, { "name": "AppSecretExpiry", "label": "Alert on expiring application secrets", "recommendedRunInterval": "1d" }, + { + "name": "AppleTerms", + "label": "Alert on new Apple Business Manager terms", + "recommendedRunInterval": "30d" + }, + { + "name": "AppCertificateExpiry", + "label": "Alert on expiring application certificates", + "recommendedRunInterval": "1d" + }, { "name": "ApnCertExpiry", "label": "Alert on expiring APN certificates", @@ -100,10 +187,109 @@ "label": "Alert on device compliance issues", "recommendedRunInterval": "4h" }, + { + "name": "BreachAlert", + "label": "Alert on (new) potentially breached passwords. Generates an alert if a password is found to be breached.", + "recommendedRunInterval": "7d" + }, + { + "name": "LicensedUsersWithRoles", + "label": "Alert on licensed users with any administrator roles", + "recommendedRunInterval": "7d" + }, { "name": "HuntressRogueApps", "label": "Alert on Huntress Rogue Apps detected", "recommendedRunInterval": "4h", - "description": "Huntress has provided a repository of known rogue apps that are commonly used in BEC, data exfiltration and other Microsoft 365 attacks. This alert will notify you if any of these apps are detected in the selected tenant(s). For more information, see https://huntresslabs.github.io/rogueapps/." + "description": "Huntress has provided a repository of known rogue apps that are commonly used in BEC, data exfiltration and other Microsoft 365 attacks. This alert will notify you if any of these apps are detected in the selected tenant(s). For more information, see https://huntresslabs.github.io/rogueapps/.", + "requiresInput": true, + "inputType": "switch", + "inputLabel": "Ignore Disabled Apps?", + "inputName": "IgnoreDisabledApps" + }, + { + "name": "TERRL", + "label": "Alert when Tenant External Recipient Rate Limit exceeds X %", + "requiresInput": true, + "inputType": "number", + "inputLabel": "Alert % (default: 80)", + "inputName": "TERRLThreshold", + "recommendedRunInterval": "1h", + "description": "Monitors tenant outbound email volume against Microsoft's TERRL limits. Tenant data is updated every hour." + }, + { + "name": "LowDomainScore", + "label": "Alert on domains with low security score", + "requiresInput": true, + "inputType": "number", + "inputLabel": "Alert when score is below % (default: 70)", + "inputName": "InputValue", + "recommendedRunInterval": "7d", + "description": "Monitors domain security scores from the DomainAnalyser and alerts when scores fall below the specified threshold." + }, + { + "name": "MXRecordChanged", + "label": "Alert on MX record changes", + "recommendedRunInterval": "1d", + "description": "Monitors MX records for all domains and alerts when changes are detected. This helps identify potential mail routing changes that could indicate security issues or unauthorized modifications." + }, + { + "name": "GlobalAdminNoAltEmail", + "label": "Alert on Global Admin accounts without alternate email address", + "recommendedRunInterval": "7d", + "description": "Monitors Global Admin accounts and alerts when they don't have an alternate email address set, which is important for password recovery of key accounts." + }, + { + "name": "GlobalAdminAllowList", + "label": "Alert on Global Admins outside approved list", + "recommendedRunInterval": "4h", + "requiresInput": true, + "multipleInput": true, + "inputs": [ + { + "inputType": "textField", + "inputLabel": "Approved Global Admin UPN prefixes (comma separated)", + "inputName": "ApprovedGlobalAdmins" + }, + { + "inputType": "switch", + "inputLabel": "Alert per non-compliant admin? (off = single aggregated alert)", + "inputName": "AlertEachAdmin" + } + ], + "description": "Alerts when Global Administrator accounts are present whose UPN prefix (before @domain) is not in your approved comma-separated allow list. Toggle per-admin alerts to get one alert per user or a single aggregated alert." + }, + { + "name": "NewRiskyUsers", + "label": "Alert on new risky users (P2 License Required)", + "recommendedRunInterval": "30m", + "description": "Monitors for new risky users in the tenant. Risky users are defined as users who have performed actions that are considered risky, such as password resets, MFA failures, or suspicious activity." + }, + { + "name": "LowTenantAlignment", + "label": "Alert on low tenant alignment percentage", + "requiresInput": true, + "inputType": "number", + "inputLabel": "Alert when alignment is below % (default: 99)", + "inputName": "InputValue", + "recommendedRunInterval": "1d", + "description": "Monitors tenant alignment scores against standards templates and alerts when the alignment percentage falls below the specified threshold. This helps ensure compliance across all managed tenants." + }, + { + "name": "RestrictedUsers", + "label": "Alert on users restricted from sending email", + "recommendedRunInterval": "30m", + "description": "Monitors for users who have been restricted from sending email due to exceeding outbound spam limits. These users typically indicate a compromised account that needs immediate attention." + }, + { + "name": "ReportOnlyCA", + "label": "Alert on tenants with Conditional Access policies in report-only mode", + "recommendedRunInterval": "1d" + }, + { + "name": "QuarantineReleaseRequests", + "label": "Alert on quarantine release requests", + "recommendedRunInterval": "30m", + "description": "Monitors for user requests to release quarantined messages and provides a CIPP-native alternative to the external email forwarding method. This helps MSPs maintain secure configurations while getting timely notifications about quarantine activity. Links to the tenant's quarantine page are provided in alerts." } ] diff --git a/src/data/audit-log-translations.json b/src/data/audit-log-translations.json new file mode 100644 index 000000000000..a5a35ff0e1c4 --- /dev/null +++ b/src/data/audit-log-translations.json @@ -0,0 +1,561 @@ +{ + "UserType": { + "0": "Regular", + "1": "Reserved", + "2": "Admin", + "3": "DcAdmin", + "4": "System", + "5": "Application", + "6": "ServicePrincipal", + "7": "CustomPolicy", + "8": "SystemPolicy", + "9": "PartnerTechnician", + "10": "Guest" + }, + "AuditLogRecordType": { + "1": "ExchangeAdmin", + "2": "ExchangeItem", + "3": "ExchangeItemGroup", + "4": "SharePoint", + "6": "SharePointFileOperation", + "7": "OneDrive", + "8": "AzureActiveDirectory", + "9": "AzureActiveDirectoryAccountLogon", + "10": "DataCenterSecurityCmdlet", + "11": "ComplianceDLPSharePoint", + "13": "ComplianceDLPExchange", + "14": "SharePointSharingOperation", + "15": "AzureActiveDirectoryStsLogon", + "16": "SkypeForBusinessPSTNUsage", + "17": "SkypeForBusinessUsersBlocked", + "18": "SecurityComplianceCenterEOPCmdlet", + "19": "ExchangeAggregatedOperation", + "20": "PowerBIAudit", + "21": "CRM", + "22": "Yammer", + "23": "SkypeForBusinessCmdlets", + "24": "Discovery", + "25": "MicrosoftTeams", + "28": "ThreatIntelligence", + "29": "MailSubmission", + "30": "MicrosoftFlow", + "31": "AeD", + "32": "MicrosoftStream", + "33": "ComplianceDLPSharePointClassification", + "34": "ThreatFinder", + "35": "Project", + "36": "SharePointListOperation", + "37": "SharePointCommentOperation", + "38": "DataGovernance", + "39": "Kaizala", + "40": "SecurityComplianceAlerts", + "41": "ThreatIntelligenceUrl", + "42": "SecurityComplianceInsights", + "43": "MIPLabel", + "44": "WorkplaceAnalytics", + "45": "PowerAppsApp", + "46": "PowerAppsPlan", + "47": "ThreatIntelligenceAtpContent", + "48": "LabelContentExplorer", + "49": "TeamsHealthcare", + "50": "ExchangeItemAggregated", + "51": "HygieneEvent", + "52": "DataInsightsRestApiAudit", + "53": "InformationBarrierPolicyApplication", + "54": "SharePointListItemOperation", + "55": "SharePointContentTypeOperation", + "56": "SharePointFieldOperation", + "57": "MicrosoftTeamsAdmin", + "58": "HRSignal", + "59": "MicrosoftTeamsDevice", + "60": "MicrosoftTeamsAnalytics", + "61": "InformationWorkerProtection", + "62": "Campaign", + "63": "DLPEndpoint", + "64": "AirInvestigation", + "65": "Quarantine", + "66": "MicrosoftForms", + "67": "ApplicationAudit", + "68": "ComplianceSupervisionExchange", + "69": "CustomerKeyServiceEncryption", + "70": "OfficeNative", + "71": "MipAutoLabelSharePointItem", + "72": "MipAutoLabelSharePointPolicyLocation", + "73": "MicrosoftTeamsShifts", + "75": "MipAutoLabelExchangeItem", + "76": "CortanaBriefing", + "78": "WDATPAlerts", + "79": "PowerAppsResource", + "82": "SensitivityLabelPolicyMatch", + "83": "SensitivityLabelAction", + "84": "SensitivityLabeledFileAction", + "85": "AttackSim", + "86": "AirManualInvestigation", + "87": "SecurityComplianceRBAC", + "88": "UserTraining", + "89": "AirAdminActionInvestigation", + "90": "MSTIC", + "91": "PhysicalBadgingSignal", + "93": "AipDiscover", + "94": "AipSensitivityLabelAction", + "95": "AipProtectionAction", + "96": "AipFileDeleted", + "97": "AipHeartBeat", + "98": "MCASAlerts", + "99": "OnPremisesFileShareScannerDlp", + "100": "OnPremisesSharePointScannerDlp", + "101": "ExchangeSearch", + "102": "SharePointSearch", + "103": "PrivacyInsights", + "105": "MyAnalyticsSettings", + "106": "SecurityComplianceUserChange", + "107": "ComplianceDLPExchangeClassification", + "109": "MipExactDataMatch", + "113": "MS365DCustomDetection", + "147": "CoreReportingSettings", + "148": "ComplianceConnector", + "154": "OMEPortal", + "164": "ScorePlatformGenericAuditRecord", + "174": "DataShareOperation", + "181": "EduDataLakeDownloadOperation", + "183": "MicrosoftGraphDataConnectOperation", + "186": "PowerPagesSite", + "187": "PowerPlatformAdminDlp", + "188": "PlannerPlan", + "189": "PlannerCopyPlan", + "190": "PlannerTask", + "191": "PlannerRoster", + "192": "PlannerPlanList", + "193": "PlannerTaskList", + "194": "PlannerTenantSettings", + "195": "ProjectForThewebProject", + "196": "ProjectForThewebTask", + "197": "ProjectForThewebRoadmap", + "198": "ProjectForThewebRoadmapItem", + "199": "ProjectForThewebProjectSettings", + "200": "ProjectForThewebRoadmapSettings", + "216": "Viva Goals", + "217": "MicrosoftGraphDataConnectConsent", + "218": "AttackSimAdmin", + "230": "TeamsUpdates", + "231": "PlannerRosterSensitivityLabel", + "237": "DefenderExpertsforXDRAdmin", + "251": "VfamCreatePolicy", + "252": "VfamUpdatePolicy", + "253": "VfamDeletePolicy", + "261": "CopilotInteraction", + "275": "OWAAuth", + "280": "VivaPulseResponse", + "281": "VivaPulseOrganizer", + "282": "VivaPulseAdmin", + "283": "VivaPulseReport", + "287": "ProjectForThewebAssignedToMeSettings", + "288": "CloudPolicyService", + "298": "BackupPolicy", + "299": "RestoreTask", + "300": "RestoreItem", + "301": "BackupItem", + "332": "ComplianceSettingsChange", + "337": "CloudUpdateProfileConfig", + "338": "CloudUpdateTenantConfig", + "339": "CloudUpdateDeviceConfig" + }, + "OperationType": { + "1": "Create", + "2": "Update", + "3": "Delete", + "4": "Read", + "5": "Move", + "6": "Copy", + "7": "Rename", + "8": "Restore", + "9": "Purge", + "10": "Export", + "11": "Import", + "12": "Share", + "13": "Unshare", + "14": "CheckIn", + "15": "CheckOut", + "16": "Publish", + "17": "Unpublish", + "18": "Approve", + "19": "Reject", + "20": "Archive", + "21": "Unarchive", + "22": "Enable", + "23": "Disable", + "24": "Lock", + "25": "Unlock", + "26": "Grant", + "27": "Revoke", + "28": "Assign", + "29": "Unassign", + "30": "Add", + "31": "Remove", + "32": "Start", + "33": "Stop", + "34": "Pause", + "35": "Resume", + "36": "Suspend", + "37": "Unsuspend", + "38": "Activate", + "39": "Deactivate", + "40": "Install", + "41": "Uninstall", + "42": "Upgrade", + "43": "Downgrade", + "44": "Backup", + "45": "Restore", + "46": "Sync", + "47": "Unsync", + "48": "Merge", + "49": "Split", + "50": "Tag", + "51": "Untag", + "52": "Label", + "53": "Unlabel", + "54": "Classify", + "55": "Unclassify", + "56": "Encrypt", + "57": "Decrypt", + "58": "Sign", + "59": "Unsign", + "60": "Verify", + "61": "Unverify", + "62": "Scan", + "63": "Unscan", + "64": "Analyze", + "65": "Unanalyze", + "66": "Detect", + "67": "Undetect", + "68": "Quarantine", + "69": "Unquarantine", + "70": "Report", + "71": "Unreport", + "72": "Alert", + "73": "Unalert", + "74": "Notify", + "75": "Unnotify", + "76": "Monitor", + "77": "Unmonitor", + "78": "Audit", + "79": "Unaudit", + "80": "Review", + "81": "Unreview", + "82": "Approve", + "83": "Unapprove", + "84": "Reject", + "85": "Unreject", + "86": "Authorize", + "87": "Unauthorize", + "88": "Authenticate", + "89": "Unauthenticate", + "90": "Validate", + "91": "Invalidate", + "92": "Test", + "93": "Untest", + "94": "Deploy", + "95": "Undeploy", + "96": "Provision", + "97": "Unprovision", + "98": "Configure", + "99": "Unconfigure", + "100": "Initialize", + "101": "Uninitialize", + "102": "Start", + "103": "Stop", + "104": "Restart", + "105": "Shutdown", + "106": "Boot", + "107": "Reboot", + "108": "Suspend", + "109": "Resume", + "110": "Pause", + "111": "Unpause", + "112": "Enable", + "113": "Disable", + "114": "Lock", + "115": "Unlock", + "116": "Grant", + "117": "Revoke", + "118": "Assign", + "119": "Unassign", + "120": "Add", + "121": "Remove", + "122": "Create", + "123": "Update", + "124": "Delete", + "125": "Read", + "126": "Move", + "127": "Copy", + "128": "Rename", + "129": "Restore", + "130": "Purge", + "131": "Export", + "132": "Import", + "133": "Share", + "134": "Unshare", + "135": "CheckIn", + "136": "CheckOut", + "137": "Publish", + "138": "Unpublish", + "139": "Approve", + "140": "Reject", + "141": "Archive", + "142": "Unarchive", + "143": "Enable", + "144": "Disable", + "145": "Lock", + "146": "Unlock", + "147": "Grant", + "148": "Revoke", + "149": "Assign", + "150": "Unassign", + "151": "Add", + "152": "Remove", + "153": "Start", + "154": "Stop", + "155": "Pause", + "156": "Resume", + "157": "Suspend", + "158": "Unsuspend", + "159": "Activate", + "160": "Deactivate", + "161": "Install", + "162": "Uninstall", + "163": "Upgrade", + "164": "Downgrade", + "165": "Backup", + "166": "Restore", + "167": "Sync", + "168": "Unsync", + "169": "Merge", + "170": "Split", + "171": "Tag", + "172": "Untag", + "173": "Label", + "174": "Unlabel", + "175": "Classify", + "176": "Unclassify", + "177": "Encrypt", + "178": "Decrypt", + "179": "Sign", + "180": "Unsign", + "181": "Verify", + "182": "Unverify", + "183": "Scan", + "184": "Unscan", + "185": "Analyze", + "186": "Unanalyze", + "187": "Detect", + "188": "Undetect", + "189": "Quarantine", + "190": "Unquarantine", + "191": "Report", + "192": "Unreport", + "193": "Alert", + "194": "Unalert", + "195": "Notify", + "196": "Unnotify", + "197": "Monitor", + "198": "Unmonitor", + "199": "Audit", + "200": "Unaudit", + "201": "Review", + "202": "Unreview", + "203": "Approve", + "204": "Unapprove", + "205": "Reject", + "206": "Unreject", + "207": "Authorize", + "208": "Unauthorize", + "209": "Authenticate", + "210": "Unauthenticate", + "211": "Validate", + "212": "Invalidate", + "213": "Test", + "214": "Untest", + "215": "Deploy", + "216": "Undeploy", + "217": "Provision", + "218": "Unprovision", + "219": "Configure", + "220": "Unconfigure", + "221": "Initialize", + "222": "Uninitialize" + }, + "OperationStatus": { + "0": "Failed", + "1": "Succeeded", + "2": "PartiallySucceeded", + "3": "Inprogress", + "4": "NotApplicable", + "5": "NotAvailable", + "6": "Skipped", + "7": "Unknown", + "8": "Pending", + "9": "Cancelled" + }, + "OperationInitiatedBy": { + "0": "User", + "1": "System", + "2": "Application", + "3": "ServicePrincipal", + "4": "CustomPolicy", + "5": "SystemPolicy", + "6": "Admin", + "7": "Automation" + }, + "RecordType": { + "1": "ExchangeAdmin", + "2": "ExchangeItem", + "3": "ExchangeItemGroup", + "4": "SharePoint", + "6": "SharePointFileOperation", + "7": "OneDrive", + "8": "AzureActiveDirectory", + "9": "AzureActiveDirectoryAccountLogon", + "10": "DataCenterSecurityCmdlet", + "11": "ComplianceDLPSharePoint", + "13": "ComplianceDLPExchange", + "14": "SharePointSharingOperation", + "15": "AzureActiveDirectoryStsLogon", + "16": "SkypeForBusinessPSTNUsage", + "17": "SkypeForBusinessUsersBlocked", + "18": "SecurityComplianceCenterEOPCmdlet", + "19": "ExchangeAggregatedOperation", + "20": "PowerBIAudit", + "21": "CRM", + "22": "Yammer", + "23": "SkypeForBusinessCmdlets", + "24": "Discovery", + "25": "MicrosoftTeams", + "28": "ThreatIntelligence", + "29": "MailSubmission", + "30": "MicrosoftFlow", + "31": "AeD", + "32": "MicrosoftStream", + "33": "ComplianceDLPSharePointClassification", + "34": "ThreatFinder", + "35": "Project", + "36": "SharePointListOperation", + "37": "SharePointCommentOperation", + "38": "DataGovernance", + "39": "Kaizala", + "40": "SecurityComplianceAlerts", + "41": "ThreatIntelligenceUrl", + "42": "SecurityComplianceInsights", + "43": "MIPLabel", + "44": "WorkplaceAnalytics", + "45": "PowerAppsApp", + "46": "PowerAppsPlan", + "47": "ThreatIntelligenceAtpContent", + "48": "LabelContentExplorer", + "49": "TeamsHealthcare", + "50": "ExchangeItemAggregated", + "51": "HygieneEvent", + "52": "DataInsightsRestApiAudit", + "53": "InformationBarrierPolicyApplication", + "54": "SharePointListItemOperation", + "55": "SharePointContentTypeOperation", + "56": "SharePointFieldOperation", + "57": "MicrosoftTeamsAdmin", + "58": "HRSignal", + "59": "MicrosoftTeamsDevice", + "60": "MicrosoftTeamsAnalytics", + "61": "InformationWorkerProtection", + "62": "Campaign", + "63": "DLPEndpoint", + "64": "AirInvestigation", + "65": "Quarantine", + "66": "MicrosoftForms", + "67": "ApplicationAudit", + "68": "ComplianceSupervisionExchange", + "69": "CustomerKeyServiceEncryption", + "70": "OfficeNative", + "71": "MipAutoLabelSharePointItem", + "72": "MipAutoLabelSharePointPolicyLocation", + "73": "MicrosoftTeamsShifts", + "75": "MipAutoLabelExchangeItem", + "76": "CortanaBriefing", + "78": "WDATPAlerts", + "79": "PowerAppsResource", + "82": "SensitivityLabelPolicyMatch", + "83": "SensitivityLabelAction", + "84": "SensitivityLabeledFileAction", + "85": "AttackSim", + "86": "AirManualInvestigation", + "87": "SecurityComplianceRBAC", + "88": "UserTraining", + "89": "AirAdminActionInvestigation", + "90": "MSTIC", + "91": "PhysicalBadgingSignal", + "93": "AipDiscover", + "94": "AipSensitivityLabelAction", + "95": "AipProtectionAction", + "96": "AipFileDeleted", + "97": "AipHeartBeat", + "98": "MCASAlerts", + "99": "OnPremisesFileShareScannerDlp", + "100": "OnPremisesSharePointScannerDlp", + "101": "ExchangeSearch", + "102": "SharePointSearch", + "103": "PrivacyInsights", + "105": "MyAnalyticsSettings", + "106": "SecurityComplianceUserChange", + "107": "ComplianceDLPExchangeClassification", + "109": "MipExactDataMatch", + "113": "MS365DCustomDetection", + "147": "CoreReportingSettings", + "148": "ComplianceConnector", + "154": "OMEPortal", + "164": "ScorePlatformGenericAuditRecord", + "174": "DataShareOperation", + "181": "EduDataLakeDownloadOperation", + "183": "MicrosoftGraphDataConnectOperation", + "186": "PowerPagesSite", + "187": "PowerPlatformAdminDlp", + "188": "PlannerPlan", + "189": "PlannerCopyPlan", + "190": "PlannerTask", + "191": "PlannerRoster", + "192": "PlannerPlanList", + "193": "PlannerTaskList", + "194": "PlannerTenantSettings", + "195": "ProjectForThewebProject", + "196": "ProjectForThewebTask", + "197": "ProjectForThewebRoadmap", + "198": "ProjectForThewebRoadmapItem", + "199": "ProjectForThewebProjectSettings", + "200": "ProjectForThewebRoadmapSettings", + "216": "Viva Goals", + "217": "MicrosoftGraphDataConnectConsent", + "218": "AttackSimAdmin", + "230": "TeamsUpdates", + "231": "PlannerRosterSensitivityLabel", + "237": "DefenderExpertsforXDRAdmin", + "251": "VfamCreatePolicy", + "252": "VfamUpdatePolicy", + "253": "VfamDeletePolicy", + "261": "CopilotInteraction", + "275": "OWAAuth", + "280": "VivaPulseResponse", + "281": "VivaPulseOrganizer", + "282": "VivaPulseAdmin", + "283": "VivaPulseReport", + "287": "ProjectForThewebAssignedToMeSettings", + "288": "CloudPolicyService", + "298": "BackupPolicy", + "299": "RestoreTask", + "300": "RestoreItem", + "301": "BackupItem", + "332": "ComplianceSettingsChange", + "337": "CloudUpdateProfileConfig", + "338": "CloudUpdateTenantConfig", + "339": "CloudUpdateDeviceConfig" + }, + "AzureActiveDirectoryEventType": { + "0": "AccountLogon", + "1": "AzureApplicationAuditEvent" + } +} diff --git a/src/data/cipp-roles.json b/src/data/cipp-roles.json new file mode 100644 index 000000000000..f95e32fa18c6 --- /dev/null +++ b/src/data/cipp-roles.json @@ -0,0 +1,23 @@ +{ + "readonly": { + "include": ["*.Read"], + "exclude": ["CIPP.SuperAdmin.*"] + }, + "editor": { + "include": ["*.Read", "*.ReadWrite"], + "exclude": [ + "CIPP.SuperAdmin.*", + "CIPP.Admin.*", + "CIPP.AppSettings.*", + "Tenant.Standards.ReadWrite" + ] + }, + "admin": { + "include": ["*"], + "exclude": ["CIPP.SuperAdmin.*"] + }, + "superadmin": { + "include": ["*"], + "exclude": [] + } +} diff --git a/src/data/classificationDetermination.json b/src/data/classificationDetermination.json deleted file mode 100644 index 7d14e4701adc..000000000000 --- a/src/data/classificationDetermination.json +++ /dev/null @@ -1,5 +0,0 @@ -[ - { "Classification": "True positive", "Determination": ["Multi staged attack", "Malware", "Malicious user activity", "Unwanted software", "Phishing", "Compromised account", "Other"] }, - { "Classification": "Informational, expected activity", "Determination": ["Security testing", "Confirmed activity", "Line of business application", "Other"] }, - { "Classification": "False positive", "Determination": ["Unknown"] } -] diff --git a/src/data/dashboardv2-demo-data.js b/src/data/dashboardv2-demo-data.js new file mode 100644 index 000000000000..e5e23eee579a --- /dev/null +++ b/src/data/dashboardv2-demo-data.js @@ -0,0 +1,131 @@ +// Demo data structure matching Zero Trust Assessment +export const dashboardDemoData = { + ExecutedAt: "2025-12-16T10:00:00Z", + TenantName: "Demo Tenant", + Domain: "demo.contoso.com", + TestResultSummary: { + IdentityPassed: 85, + IdentityTotal: 100, + DevicesPassed: 25, + DevicesTotal: 36, + DataPassed: 20, + DataTotal: 30, + }, + TenantInfo: { + TenantOverview: { + UserCount: 1250, + GuestCount: 85, + GroupCount: 340, + ApplicationCount: 156, + DeviceCount: 765, + ManagedDeviceCount: 733, + }, + OverviewCaMfaAllUsers: { + description: + "Over the past 30 days, 68.5% of sign-ins were protected by conditional access policies enforcing multifactor authentication.", + nodes: [ + { source: "User sign in", target: "No CA applied", value: 394 }, + { source: "User sign in", target: "CA applied", value: 856 }, + { source: "CA applied", target: "No MFA", value: 146 }, + { source: "CA applied", target: "MFA", value: 710 }, + ], + }, + OverviewCaDevicesAllUsers: { + description: "Over the past 30 days, 71.2% of sign-ins were from compliant devices.", + nodes: [ + { source: "User sign in", target: "Unmanaged", value: 500 }, + { source: "User sign in", target: "Managed", value: 1150 }, + { source: "Managed", target: "Non-compliant", value: 260 }, + { source: "Managed", target: "Compliant", value: 890 }, + ], + }, + OverviewAuthMethodsPrivilegedUsers: { + description: "Authentication methods used by privileged users over the past 30 days.", + nodes: [ + { source: "Users", target: "Single factor", value: 5 }, + { source: "Users", target: "Phishable", value: 28 }, + { source: "Users", target: "Phish resistant", value: 15 }, + { source: "Phishable", target: "Phone", value: 8 }, + { source: "Phishable", target: "Authenticator", value: 20 }, + { source: "Phish resistant", target: "Passkey", value: 12 }, + { source: "Phish resistant", target: "WHfB", value: 3 }, + ], + }, + OverviewAuthMethodsAllUsers: { + description: "Authentication methods used by all users over the past 30 days.", + nodes: [ + { source: "Users", target: "Single factor", value: 120 }, + { source: "Users", target: "Phishable", value: 580 }, + { source: "Users", target: "Phish resistant", value: 550 }, + { source: "Phishable", target: "Phone", value: 180 }, + { source: "Phishable", target: "Authenticator", value: 400 }, + { source: "Phish resistant", target: "Passkey", value: 450 }, + { source: "Phish resistant", target: "WHfB", value: 100 }, + ], + }, + DeviceOverview: { + DesktopDevicesSummary: { + description: "Desktop devices (Windows and macOS) by join type and compliance status.", + nodes: [ + // Level 1: Desktop devices to OS + { source: "Desktop devices", target: "Windows", value: 585 }, + { source: "Desktop devices", target: "macOS", value: 75 }, + // Level 2: Windows to join types + { source: "Windows", target: "Entra joined", value: 285 }, + { source: "Windows", target: "Entra registered", value: 100 }, + { source: "Windows", target: "Entra hybrid joined", value: 200 }, + // Level 3: Windows join types to compliance + { source: "Entra joined", target: "Compliant", value: 171 }, + { source: "Entra joined", target: "Non-compliant", value: 42 }, + { source: "Entra joined", target: "Unmanaged", value: 72 }, + { source: "Entra hybrid joined", target: "Compliant", value: 50 }, + { source: "Entra hybrid joined", target: "Non-compliant", value: 23 }, + { source: "Entra hybrid joined", target: "Unmanaged", value: 127 }, + { source: "Entra registered", target: "Compliant", value: 60 }, + { source: "Entra registered", target: "Non-compliant", value: 40 }, + { source: "Entra registered", target: "Unmanaged", value: 0 }, + // Level 2: macOS directly to compliance + { source: "macOS", target: "Compliant", value: 56 }, + { source: "macOS", target: "Non-compliant", value: 15 }, + { source: "macOS", target: "Unmanaged", value: 4 }, + ], + }, + MobileSummary: { + description: "Mobile devices by compliance status.", + nodes: [ + { source: "Mobile devices", target: "Android", value: 105 }, + { source: "Mobile devices", target: "iOS", value: 75 }, + { source: "Android", target: "Android (Company)", value: 72 }, + { source: "Android", target: "Android (Personal)", value: 33 }, + { source: "iOS", target: "iOS (Company)", value: 58 }, + { source: "iOS", target: "iOS (Personal)", value: 17 }, + { source: "Android (Company)", target: "Compliant", value: 60 }, + { source: "Android (Company)", target: "Non-compliant", value: 12 }, + { source: "Android (Personal)", target: "Compliant", value: 10 }, + { source: "Android (Personal)", target: "Non-compliant", value: 23 }, + { source: "iOS (Company)", target: "Compliant", value: 52 }, + { source: "iOS (Company)", target: "Non-compliant", value: 6 }, + { source: "iOS (Personal)", target: "Compliant", value: 11 }, + { source: "iOS (Personal)", target: "Non-compliant", value: 6 }, + ], + }, + ManagedDevices: { + deviceOperatingSystemSummary: { + androidCount: 105, + iosCount: 75, + macOSCount: 75, + windowsCount: 585, + linuxCount: 15, + }, + }, + DeviceCompliance: { + compliantDeviceCount: 400, + nonCompliantDeviceCount: 150, + }, + DeviceOwnership: { + corporateCount: 600, + personalCount: 100, + }, + }, + }, +}; diff --git a/src/data/extensionDataMapping.json b/src/data/extensionDataMapping.json new file mode 100644 index 000000000000..926f1effeafd --- /dev/null +++ b/src/data/extensionDataMapping.json @@ -0,0 +1,111 @@ +{ + "Mailboxes": { + "description": "List of user mailboxes mapped to their corresponding user via id. Properties can be mapped individually.", + "type": "object", + "targetObject": "user", + "sourceMatchProperty": "ExternalDirectoryObjectId", + "destinationMatchProperty": "id", + "storeAs": "value", + "properties": [ + { "name": "Id", "dataType": "string" }, + { "name": "ExchangeGuid", "dataType": "string" }, + { "name": "ArchiveGuid", "dataType": "string" }, + { "name": "WhenSoftDeleted", "dataType": "datetime" }, + { "name": "ProhibitSendQuota", "dataType": "string" }, + { "name": "ProhibitSendReceiveQuota", "dataType": "string" }, + { "name": "LitigationHoldEnabled", "dataType": "boolean" }, + { "name": "InPlaceHolds", "dataType": "array" }, + { "name": "HiddenFromAddressListsEnabled", "dataType": "boolean" }, + { "name": "UPN", "dataType": "string" }, + { "name": "displayName", "dataType": "string" }, + { "name": "primarySmtpAddress", "dataType": "string" }, + { "name": "recipientType", "dataType": "string" }, + { "name": "recipientTypeDetails", "dataType": "string" }, + { "name": "AdditionalEmailAddresses", "dataType": "string" }, + { "name": "ForwardingSmtpAddress", "dataType": "string" }, + { "name": "InternalForwardingAddress", "dataType": "string" }, + { "name": "DeliverToMailboxAndForward", "dataType": "boolean" }, + { "name": "ExternalDirectoryObjectId", "dataType": "string" }, + { "name": "MessageCopyForSendOnBehalfEnabled", "dataType": "boolean" }, + { "name": "MessageCopyForSentAsEnabled", "dataType": "boolean" } + ] + }, + "MailboxPermissions": { + "description": "List of mailbox permissions mapped to their corresponding user via id. Permissions are stored as JSON in a multi-value property for each entry.", + "type": "array", + "targetObject": "user", + "sourceMatchProperty": "Identity", + "destinationMatchProperty": ["id", "mailNickname"], + "storeAs": "json", + "select": "User,AccessRights" + }, + "CASMailbox": { + "description": "List of CAS mailboxes mapped to their corresponding user via id. Properties can be mapped individually.", + "type": "object", + "targetObject": "user", + "sourceMatchProperty": "ExternalDirectoryObjectId", + "destinationMatchProperty": "id", + "storeAs": "value", + "properties": [ + { "name": "ObjectKey", "dataType": "string" }, + { "name": "ExternalDirectoryObjectId", "dataType": "string" }, + { "name": "Identity", "dataType": "string" }, + { "name": "PrimarySmtpAddress", "dataType": "string" }, + { "name": "DisplayName", "dataType": "string" }, + { "name": "Name", "dataType": "string" }, + { "name": "Guid", "dataType": "string" }, + { "name": "ServerLegacyDN", "dataType": "string" }, + { "name": "ExchangeVersion", "dataType": "string" }, + { "name": "ECPEnabled", "dataType": "boolean" }, + { "name": "EmailAddresses", "dataType": "array" }, + { "name": "OWAEnabled", "dataType": "boolean" }, + { "name": "OrganizationId", "dataType": "string" }, + { "name": "ImapEnabled", "dataType": "boolean" }, + { "name": "PopEnabled", "dataType": "boolean" }, + { "name": "MAPIEnabled", "dataType": "boolean" }, + { "name": "EwsEnabled", "dataType": "boolean" }, + { "name": "ActiveSyncEnabled", "dataType": "boolean" } + ] + }, + "MailboxUsage": { + "description": "Mailbox usage mapped to their corresponding user via userPrincipalName. Properties can be mapped individually.", + "type": "object", + "targetObject": "user", + "sourceMatchProperty": "userPrincipalName", + "destinationMatchProperty": "userPrincipalName", + "storeAs": "value", + "properties": [ + { "name": "reportPeriod", "dataType": "string" }, + { "name": "totalItemSize", "dataType": "string" }, + { "name": "deletedItemSize", "dataType": "string" }, + { "name": "itemCount", "dataType": "integer" }, + { "name": "deletedItemCount", "dataType": "integer" }, + { "name": "storageLimitStatus", "dataType": "string" }, + { "name": "issueWarningQuota", "dataType": "string" }, + { "name": "prohibitSendQuota", "dataType": "string" }, + { "name": "prohibitSendReceiveQuota", "dataType": "string" } + ] + }, + "OneDriveUsage": { + "description": "OneDrive usage mapped to their corresponding user via ownerPrincipalName. Properties can be mapped individually.", + "type": "object", + "targetObject": "user", + "sourceMatchProperty": "ownerPrincipalName", + "destinationMatchProperty": "userPrincipalName", + "storeAs": "value", + "properties": [ + { "name": "reportRefreshDate", "dataType": "datetime" }, + { "name": "siteId", "dataType": "string" }, + { "name": "siteUrl", "dataType": "string" }, + { "name": "ownerDisplayName", "dataType": "string" }, + { "name": "ownerPrincipalName", "dataType": "string" }, + { "name": "isDeleted", "dataType": "boolean" }, + { "name": "lastActivityDate", "dataType": "datetime" }, + { "name": "fileCount", "dataType": "integer" }, + { "name": "activeFileCount", "dataType": "integer" }, + { "name": "storageUsedInBytes", "dataType": "integer" }, + { "name": "storageAllocatedInBytes", "dataType": "integer" }, + { "name": "reportPeriod", "dataType": "string" } + ] + } +} diff --git a/src/data/intuneCollection.json b/src/data/intuneCollection.json new file mode 100644 index 000000000000..1c6291fefa62 --- /dev/null +++ b/src/data/intuneCollection.json @@ -0,0 +1,232365 @@ +[ + { + "id": ".globalpreferences_.globalpreferences", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": ".globalpreferences_com.apple.autologout.autologoutdelay", + "displayName": "Auto Log Out Delay", + "options": null + }, + { + "id": ".globalpreferences_multiplesessionenabled", + "displayName": "Multiple Session Enabled", + "options": [ + { + "id": ".globalpreferences_multiplesessionenabled_false", + "displayName": "False", + "description": null + }, + { + "id": ".globalpreferences_multiplesessionenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetversionprefixmicrosoftedge", + "displayName": "Target version override", + "options": [ + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetversionprefixmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetversionprefixmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetversionprefixmicrosoftedge_part_targetversionprefix", + "displayName": "Target version (Device)", + "options": null + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_targetversionprefixmicrosoftedgebeta", + "displayName": "Target version override", + "options": [ + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_targetversionprefixmicrosoftedgebeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_targetversionprefixmicrosoftedgebeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_targetversionprefixmicrosoftedgebeta_part_targetversionprefix", + "displayName": "Target version (Device)", + "options": null + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_targetversionprefixmicrosoftedgecanary", + "displayName": "Target version override", + "options": [ + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_targetversionprefixmicrosoftedgecanary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_targetversionprefixmicrosoftedgecanary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_targetversionprefixmicrosoftedgecanary_part_targetversionprefix", + "displayName": "Target version (Device)", + "options": null + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_targetversionprefixmicrosoftedgedev", + "displayName": "Target version override", + "options": [ + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_targetversionprefixmicrosoftedgedev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_targetversionprefixmicrosoftedgedev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_targetversionprefixmicrosoftedgedev_part_targetversionprefix", + "displayName": "Target version (Device)", + "options": null + }, + { + "id": "3~policy~microsoft_edge_targetblankimpliesnoopener", + "displayName": "Do not set window.opener for links targeting _blank (User)", + "options": [ + { + "id": "3~policy~microsoft_edge_targetblankimpliesnoopener_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "3~policy~microsoft_edge_targetblankimpliesnoopener_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled", + "displayName": "Allow Basic authentication for HTTP (User)", + "options": [ + { + "id": "3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "3~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "ade_activatecellulardata", + "displayName": "Carrier activation server URL", + "options": null + }, + { + "id": "ade_activatecellulardatachoices", + "displayName": "Activate cellular data", + "options": [ + { + "id": "ade_activatecellulardatachoices_0", + "displayName": "No", + "description": null + }, + { + "id": "ade_activatecellulardatachoices_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "ade_appledevicenametemplate", + "displayName": "Device name template", + "options": null + }, + { + "id": "ade_authenticationmethod", + "displayName": "Intune authentication method", + "options": [ + { + "id": "ade_authenticationmethod_2", + "displayName": "Setup Assistant with modern authentication", + "description": null + }, + { + "id": "ade_authenticationmethod_0", + "displayName": "Company Portal", + "description": null + } + ] + }, + { + "id": "ade_devicenametemplatechoices", + "displayName": "Apple device name template", + "options": [ + { + "id": "ade_devicenametemplatechoices_0", + "displayName": "No", + "description": null + }, + { + "id": "ade_devicenametemplatechoices_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "ade_lockedenrollment", + "displayName": "Locked enrollment", + "options": [ + { + "id": "ade_lockedenrollment_0", + "displayName": "No", + "description": null + }, + { + "id": "ade_lockedenrollment_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "ade_maximumcachedusers", + "displayName": "Maximum cached users", + "options": null + }, + { + "id": "ade_maximumsecondsafterscreenlockbeofrepasswordisrequired", + "displayName": "Maximum seconds after screen lock before password is required", + "options": null + }, + { + "id": "ade_maximumsecondsinactivityuntiltemporarysessionlogsout", + "displayName": "Maximum seconds of inactivity until temporary session logs out", + "options": null + }, + { + "id": "ade_maximumsecondsinactivityuntiluserlogsout", + "displayName": "Maximum seconds of inactivity until user session logs out", + "options": null + }, + { + "id": "ade_modernauth_awaitfinalconfiguration", + "displayName": "Await final configuration", + "options": [ + { + "id": "ade_modernauth_awaitfinalconfiguration_0", + "displayName": "No", + "description": null + }, + { + "id": "ade_modernauth_awaitfinalconfiguration_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "ade_requiresharedipadtemporarysessiononly", + "displayName": "Require Shared iPad temporary session only", + "options": [ + { + "id": "ade_requiresharedipadtemporarysessiononly_0", + "displayName": "Not configured", + "description": null + }, + { + "id": "ade_requiresharedipadtemporarysessiononly_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_androidmigration", + "displayName": "Android migration", + "options": [ + { + "id": "ade_setupassistant_androidmigration_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_androidmigration_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_appearance", + "displayName": "Appearance", + "options": [ + { + "id": "ade_setupassistant_appearance_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_appearance_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_appleid", + "displayName": "Apple ID", + "options": [ + { + "id": "ade_setupassistant_appleid_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_appleid_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_applepay", + "displayName": "Apple Pay", + "options": [ + { + "id": "ade_setupassistant_applepay_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_applepay_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_department", + "displayName": "Department", + "options": null + }, + { + "id": "ade_setupassistant_departmentphone", + "displayName": "Department phone", + "options": null + }, + { + "id": "ade_setupassistant_devicemigration", + "displayName": "Device to device migration", + "options": [ + { + "id": "ade_setupassistant_devicemigration_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_devicemigration_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_diagnosticsdata", + "displayName": "Diagnostics Data", + "options": [ + { + "id": "ade_setupassistant_diagnosticsdata_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_diagnosticsdata_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_displaytone", + "displayName": "Display Tone", + "options": [ + { + "id": "ade_setupassistant_displaytone_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_displaytone_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_getstarted", + "displayName": "Get Started", + "options": [ + { + "id": "ade_setupassistant_getstarted_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_getstarted_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_homebutton", + "displayName": "Home button", + "options": [ + { + "id": "ade_setupassistant_homebutton_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_homebutton_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_imessagefacetime", + "displayName": "iMessage and FaceTime", + "options": [ + { + "id": "ade_setupassistant_imessagefacetime_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_imessagefacetime_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_locationservices", + "displayName": "Location services", + "options": [ + { + "id": "ade_setupassistant_locationservices_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_locationservices_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_onboarding", + "displayName": "Onboarding", + "options": [ + { + "id": "ade_setupassistant_onboarding_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_onboarding_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_passcode", + "displayName": "Passcode", + "options": [ + { + "id": "ade_setupassistant_passcode_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_passcode_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_privacy", + "displayName": "Privacy", + "options": [ + { + "id": "ade_setupassistant_privacy_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_privacy_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_restore", + "displayName": "Restore", + "options": [ + { + "id": "ade_setupassistant_restore_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_restore_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_restorecompleted", + "displayName": "Restore completed", + "options": [ + { + "id": "ade_setupassistant_restorecompleted_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_restorecompleted_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_screentime", + "displayName": "Screen Time", + "options": [ + { + "id": "ade_setupassistant_screentime_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_screentime_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_simsetup", + "displayName": "SIM setup", + "options": [ + { + "id": "ade_setupassistant_simsetup_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_simsetup_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_siri", + "displayName": "Siri", + "options": [ + { + "id": "ade_setupassistant_siri_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_siri_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_softwareupdate", + "displayName": "Software Update", + "options": [ + { + "id": "ade_setupassistant_softwareupdate_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_softwareupdate_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_softwareupdatecompleted", + "displayName": "Software Update completed", + "options": [ + { + "id": "ade_setupassistant_softwareupdatecompleted_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_softwareupdatecompleted_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_termsandconditions", + "displayName": "Terms and conditions", + "options": [ + { + "id": "ade_setupassistant_termsandconditions_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_termsandconditions_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_termsofaddress", + "displayName": "Terms of Address", + "options": [ + { + "id": "ade_setupassistant_termsofaddress_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_termsofaddress_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_touchfaceid", + "displayName": "Touch ID and Face ID", + "options": [ + { + "id": "ade_setupassistant_touchfaceid_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_touchfaceid_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_watchmigration", + "displayName": "Watch migration", + "options": [ + { + "id": "ade_setupassistant_watchmigration_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_watchmigration_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_setupassistant_zoom", + "displayName": "Zoom", + "options": [ + { + "id": "ade_setupassistant_zoom_0", + "displayName": "Hide", + "description": null + }, + { + "id": "ade_setupassistant_zoom_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "ade_useraffinity", + "displayName": "User affinity", + "options": [ + { + "id": "ade_useraffinity_1", + "displayName": "Enroll with user affinity", + "description": null + }, + { + "id": "ade_useraffinity_0", + "displayName": "Enroll without user affinity", + "description": null + }, + { + "id": "ade_useraffinity_2", + "displayName": "Enroll with Microsoft Entra ID shared mode", + "description": null + }, + { + "id": "ade_useraffinity_3", + "displayName": "Enroll with Shared iPad", + "description": null + } + ] + }, + { + "id": "ade_useraffinity_awaitfinalconfiguration", + "displayName": "Await final configuration", + "options": [ + { + "id": "ade_useraffinity_awaitfinalconfiguration_0", + "displayName": "No", + "description": null + }, + { + "id": "ade_useraffinity_awaitfinalconfiguration_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "com.apple.airplay_allowlist", + "displayName": "Allow List", + "options": null + }, + { + "id": "com.apple.airplay_allowlist_item_deviceid", + "displayName": "Device ID", + "options": null + }, + { + "id": "com.apple.airplay_com.apple.airplay", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.airplay_passwords", + "displayName": "Password", + "options": null + }, + { + "id": "com.apple.airplay_passwords_item_deviceid", + "displayName": "Device ID", + "options": null + }, + { + "id": "com.apple.airplay_passwords_item_devicename", + "displayName": "Device Name", + "options": null + }, + { + "id": "com.apple.airplay_passwords_item_password", + "displayName": "Password", + "options": null + }, + { + "id": "com.apple.airprint_airprint", + "displayName": "Printers", + "options": null + }, + { + "id": "com.apple.airprint_airprint_item_forcetls", + "displayName": "Force TLS", + "options": [ + { + "id": "com.apple.airprint_airprint_item_forcetls_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.airprint_airprint_item_forcetls_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.airprint_airprint_item_ipaddress", + "displayName": "IP Address", + "options": null + }, + { + "id": "com.apple.airprint_airprint_item_port", + "displayName": "Port", + "options": null + }, + { + "id": "com.apple.airprint_airprint_item_resourcepath", + "displayName": "Resource Path", + "options": null + }, + { + "id": "com.apple.airprint_com.apple.airprint", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { "id": "com.apple.app.lock_app", "displayName": "App", "options": null }, + { + "id": "com.apple.app.lock_app_identifier", + "displayName": "App Identifier", + "options": null + }, + { + "id": "com.apple.app.lock_app_options", + "displayName": "Options", + "options": null + }, + { + "id": "com.apple.app.lock_app_options_disableautolock", + "displayName": "Disable Auto Lock", + "options": [ + { + "id": "com.apple.app.lock_app_options_disableautolock_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_disableautolock_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_disabledevicerotation", + "displayName": "Disable Device Rotation", + "options": [ + { + "id": "com.apple.app.lock_app_options_disabledevicerotation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_disabledevicerotation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_disableringerswitch", + "displayName": "Disable Ringer Switch", + "options": [ + { + "id": "com.apple.app.lock_app_options_disableringerswitch_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_disableringerswitch_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_disablesleepwakebutton", + "displayName": "Disable Sleep Wake Button", + "options": [ + { + "id": "com.apple.app.lock_app_options_disablesleepwakebutton_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_disablesleepwakebutton_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_disabletouch", + "displayName": "Disable Touch", + "options": [ + { + "id": "com.apple.app.lock_app_options_disabletouch_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_disabletouch_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_disablevolumebuttons", + "displayName": "Disable Volume Buttons", + "options": [ + { + "id": "com.apple.app.lock_app_options_disablevolumebuttons_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_disablevolumebuttons_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_enableassistivetouch", + "displayName": "Enable Assistive Touch", + "options": [ + { + "id": "com.apple.app.lock_app_options_enableassistivetouch_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_enableassistivetouch_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_enableinvertcolors", + "displayName": "Enable Invert Colors", + "options": [ + { + "id": "com.apple.app.lock_app_options_enableinvertcolors_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_enableinvertcolors_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_enablemonoaudio", + "displayName": "Enable Mono Audio", + "options": [ + { + "id": "com.apple.app.lock_app_options_enablemonoaudio_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_enablemonoaudio_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_enablespeakselection", + "displayName": "Enable Speak Selection", + "options": [ + { + "id": "com.apple.app.lock_app_options_enablespeakselection_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_enablespeakselection_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_enablevoicecontrol", + "displayName": "Enable Voice Control", + "options": [ + { + "id": "com.apple.app.lock_app_options_enablevoicecontrol_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_enablevoicecontrol_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_enablevoiceover", + "displayName": "Enable Voice Over", + "options": [ + { + "id": "com.apple.app.lock_app_options_enablevoiceover_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_enablevoiceover_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_options_enablezoom", + "displayName": "Enable Zoom", + "options": [ + { + "id": "com.apple.app.lock_app_options_enablezoom_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_options_enablezoom_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_userenabledoptions", + "displayName": "User Enabled Options", + "options": null + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_assistivetouch", + "displayName": "Assistive Touch", + "options": [ + { + "id": "com.apple.app.lock_app_userenabledoptions_assistivetouch_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_assistivetouch_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_invertcolors", + "displayName": "Invert Colors", + "options": [ + { + "id": "com.apple.app.lock_app_userenabledoptions_invertcolors_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_invertcolors_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_voicecontrol", + "displayName": "Voice Control", + "options": [ + { + "id": "com.apple.app.lock_app_userenabledoptions_voicecontrol_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_voicecontrol_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_voiceover", + "displayName": "Voice Over", + "options": [ + { + "id": "com.apple.app.lock_app_userenabledoptions_voiceover_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_voiceover_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_zoom", + "displayName": "Zoom", + "options": [ + { + "id": "com.apple.app.lock_app_userenabledoptions_zoom_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.app.lock_app_userenabledoptions_zoom_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.app.lock_com.apple.app.lock", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.applicationaccess.new_com.apple.applicationaccess.new", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.applicationaccess.new_familycontrolsenabled", + "displayName": "Family Controls Enabled", + "options": [ + { + "id": "com.apple.applicationaccess.new_familycontrolsenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess.new_familycontrolsenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowaccountmodification", + "displayName": "Allow Account Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowaccountmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowaccountmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowactivitycontinuation", + "displayName": "Allow Activity Continuation", + "options": [ + { + "id": "com.apple.applicationaccess_allowactivitycontinuation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowactivitycontinuation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowaddinggamecenterfriends", + "displayName": "Allow Adding Game Center Friends", + "options": [ + { + "id": "com.apple.applicationaccess_allowaddinggamecenterfriends_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowaddinggamecenterfriends_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowairdrop", + "displayName": "Allow AirDrop", + "options": [ + { + "id": "com.apple.applicationaccess_allowairdrop_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowairdrop_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowairplayincomingrequests", + "displayName": "Allow Air Play Incoming Requests", + "options": [ + { + "id": "com.apple.applicationaccess_allowairplayincomingrequests_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowairplayincomingrequests_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowairprint", + "displayName": "Allow AirPrint", + "options": [ + { + "id": "com.apple.applicationaccess_allowairprint_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowairprint_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowairprintcredentialsstorage", + "displayName": "Allow AirPrint Credentials Storage", + "options": [ + { + "id": "com.apple.applicationaccess_allowairprintcredentialsstorage_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowairprintcredentialsstorage_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowairprintibeacondiscovery", + "displayName": "Allow AirPrint iBeacon Discovery", + "options": [ + { + "id": "com.apple.applicationaccess_allowairprintibeacondiscovery_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowairprintibeacondiscovery_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowappcellulardatamodification", + "displayName": "Allow App Cellular Data Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowappcellulardatamodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowappcellulardatamodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowappclips", + "displayName": "Allow App Clips", + "options": [ + { + "id": "com.apple.applicationaccess_allowappclips_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowappclips_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowappinstallation", + "displayName": "Allow App Installation", + "options": [ + { + "id": "com.apple.applicationaccess_allowappinstallation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowappinstallation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowapplepersonalizedadvertising", + "displayName": "Allow Apple Personalized Advertising", + "options": [ + { + "id": "com.apple.applicationaccess_allowapplepersonalizedadvertising_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowapplepersonalizedadvertising_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowappremoval", + "displayName": "Allow App Removal", + "options": [ + { + "id": "com.apple.applicationaccess_allowappremoval_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowappremoval_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowappstobehidden", + "displayName": "Allow Apps To Be Hidden", + "options": [ + { + "id": "com.apple.applicationaccess_allowappstobehidden_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowappstobehidden_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowappstobelocked", + "displayName": "Allow Apps To Be Locked", + "options": [ + { + "id": "com.apple.applicationaccess_allowappstobelocked_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowappstobelocked_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowardremotemanagementmodification", + "displayName": "Allow ARD Remote Management Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowardremotemanagementmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowardremotemanagementmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowassistant", + "displayName": "Allow Assistant", + "options": [ + { + "id": "com.apple.applicationaccess_allowassistant_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowassistant_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowassistantusergeneratedcontent", + "displayName": "Allow Assistant User Generated Content", + "options": [ + { + "id": "com.apple.applicationaccess_allowassistantusergeneratedcontent_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowassistantusergeneratedcontent_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowassistantwhilelocked", + "displayName": "Allow Assistant While Locked", + "options": [ + { + "id": "com.apple.applicationaccess_allowassistantwhilelocked_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowassistantwhilelocked_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowautocorrection", + "displayName": "Allow Auto Correction", + "options": [ + { + "id": "com.apple.applicationaccess_allowautocorrection_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowautocorrection_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowautodim", + "displayName": "Allow Auto Dim", + "options": [ + { + "id": "com.apple.applicationaccess_allowautodim_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowautodim_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowautomaticappdownloads", + "displayName": "Allow Automatic App Downloads", + "options": [ + { + "id": "com.apple.applicationaccess_allowautomaticappdownloads_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowautomaticappdownloads_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowautounlock", + "displayName": "Allow Auto Unlock", + "options": [ + { + "id": "com.apple.applicationaccess_allowautounlock_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowautounlock_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowbluetoothmodification", + "displayName": "Allow Bluetooth Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowbluetoothmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowbluetoothmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowbluetoothsharingmodification", + "displayName": "Allow Bluetooth Sharing Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowbluetoothsharingmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowbluetoothsharingmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowbookstore", + "displayName": "Allow Bookstore", + "options": [ + { + "id": "com.apple.applicationaccess_allowbookstore_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowbookstore_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowbookstoreerotica", + "displayName": "Allow Bookstore Erotica", + "options": [ + { + "id": "com.apple.applicationaccess_allowbookstoreerotica_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowbookstoreerotica_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcallrecording", + "displayName": "Allow Call Recording", + "options": [ + { + "id": "com.apple.applicationaccess_allowcallrecording_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcallrecording_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcamera", + "displayName": "Allow Camera", + "options": [ + { + "id": "com.apple.applicationaccess_allowcamera_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcamera_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcellularplanmodification", + "displayName": "Allow Cellular Plan Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowcellularplanmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcellularplanmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowchat", + "displayName": "Allow Chat", + "options": [ + { + "id": "com.apple.applicationaccess_allowchat_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowchat_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudaddressbook", + "displayName": "Allow Cloud Address Book", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudaddressbook_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudaddressbook_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudbackup", + "displayName": "Allow Cloud Backup", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudbackup_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudbackup_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudbookmarks", + "displayName": "Allow Cloud Bookmarks", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudbookmarks_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudbookmarks_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudcalendar", + "displayName": "Allow Cloud Calendar", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudcalendar_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudcalendar_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowclouddesktopanddocuments", + "displayName": "Allow Cloud Desktop And Documents", + "options": [ + { + "id": "com.apple.applicationaccess_allowclouddesktopanddocuments_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowclouddesktopanddocuments_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowclouddocumentsync", + "displayName": "Allow Cloud Document Sync", + "options": [ + { + "id": "com.apple.applicationaccess_allowclouddocumentsync_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowclouddocumentsync_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudfreeform", + "displayName": "Allow Cloud Freeform", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudfreeform_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudfreeform_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudkeychainsync", + "displayName": "Allow Cloud Keychain Sync", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudkeychainsync_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudkeychainsync_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudmail", + "displayName": "Allow Cloud Mail", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudmail_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudmail_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudnotes", + "displayName": "Allow Cloud Notes", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudnotes_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudnotes_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudphotolibrary", + "displayName": "Allow Cloud Photo Library", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudphotolibrary_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudphotolibrary_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudprivaterelay", + "displayName": "Allow Cloud Private Relay", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudprivaterelay_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudprivaterelay_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcloudreminders", + "displayName": "Allow Cloud Reminders", + "options": [ + { + "id": "com.apple.applicationaccess_allowcloudreminders_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcloudreminders_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcontentcaching", + "displayName": "Allow Content Caching", + "options": [ + { + "id": "com.apple.applicationaccess_allowcontentcaching_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcontentcaching_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowcontinuouspathkeyboard", + "displayName": "Allow Continuous Path Keyboard", + "options": [ + { + "id": "com.apple.applicationaccess_allowcontinuouspathkeyboard_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowcontinuouspathkeyboard_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowdefaultbrowsermodification", + "displayName": "Allow Default Browser Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowdefaultbrowsermodification_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowdefaultbrowsermodification_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowdefinitionlookup", + "displayName": "Allow Definition Lookup", + "options": [ + { + "id": "com.apple.applicationaccess_allowdefinitionlookup_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowdefinitionlookup_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowdevicenamemodification", + "displayName": "Allow Device Name Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowdevicenamemodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowdevicenamemodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowdiagnosticsubmission", + "displayName": "Allow Diagnostic Submission", + "options": [ + { + "id": "com.apple.applicationaccess_allowdiagnosticsubmission_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowdiagnosticsubmission_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowdiagnosticsubmissionmodification", + "displayName": "Allow Diagnostic Submission Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowdiagnosticsubmissionmodification_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowdiagnosticsubmissionmodification_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowdictation", + "displayName": "Allow Dictation", + "options": [ + { + "id": "com.apple.applicationaccess_allowdictation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowdictation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowenablingrestrictions", + "displayName": "Allow Enabling Restrictions", + "options": [ + { + "id": "com.apple.applicationaccess_allowenablingrestrictions_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowenablingrestrictions_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowenterpriseapptrust", + "displayName": "Allow Enterprise App Trust", + "options": [ + { + "id": "com.apple.applicationaccess_allowenterpriseapptrust_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowenterpriseapptrust_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowenterprisebookbackup", + "displayName": "Allow Enterprise Book Backup", + "options": [ + { + "id": "com.apple.applicationaccess_allowenterprisebookbackup_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowenterprisebookbackup_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowenterprisebookmetadatasync", + "displayName": "Allow Enterprise Book Metadata Sync", + "options": [ + { + "id": "com.apple.applicationaccess_allowenterprisebookmetadatasync_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowenterprisebookmetadatasync_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowerasecontentandsettings", + "displayName": "Allow Erase Content And Settings", + "options": [ + { + "id": "com.apple.applicationaccess_allowerasecontentandsettings_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowerasecontentandsettings_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowesimmodification", + "displayName": "Allow ESIM Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowesimmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowesimmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowesimoutgoingtransfers", + "displayName": "allow ESIM Outgoing Transfers", + "options": [ + { + "id": "com.apple.applicationaccess_allowesimoutgoingtransfers_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowesimoutgoingtransfers_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowexplicitcontent", + "displayName": "Allow Explicit Content", + "options": [ + { + "id": "com.apple.applicationaccess_allowexplicitcontent_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowexplicitcontent_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowexternalintelligenceintegrations", + "displayName": "Allow External Intelligence Integrations", + "options": [ + { + "id": "com.apple.applicationaccess_allowexternalintelligenceintegrations_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowexternalintelligenceintegrations_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowexternalintelligenceintegrationssignin", + "displayName": "Allow External Intelligence Integrations Sign In", + "options": [ + { + "id": "com.apple.applicationaccess_allowexternalintelligenceintegrationssignin_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowexternalintelligenceintegrationssignin_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowfilesharingmodification", + "displayName": "Allow File Sharing Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowfilesharingmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowfilesharingmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowfilesnetworkdriveaccess", + "displayName": "Allow Files Network Drive Access", + "options": [ + { + "id": "com.apple.applicationaccess_allowfilesnetworkdriveaccess_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowfilesnetworkdriveaccess_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowfilesusbdriveaccess", + "displayName": "Allow Files USB Drive Access", + "options": [ + { + "id": "com.apple.applicationaccess_allowfilesusbdriveaccess_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowfilesusbdriveaccess_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowfindmydevice", + "displayName": "Allow Find My Device", + "options": [ + { + "id": "com.apple.applicationaccess_allowfindmydevice_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowfindmydevice_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowfindmyfriends", + "displayName": "Allow Find My Friends", + "options": [ + { + "id": "com.apple.applicationaccess_allowfindmyfriends_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowfindmyfriends_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowfindmyfriendsmodification", + "displayName": "Allow Find My Friends Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowfindmyfriendsmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowfindmyfriendsmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowfingerprintforunlock", + "displayName": "Allow Fingerprint For Unlock", + "options": [ + { + "id": "com.apple.applicationaccess_allowfingerprintforunlock_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowfingerprintforunlock_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowfingerprintmodification", + "displayName": "Allow Fingerprint Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowfingerprintmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowfingerprintmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowgamecenter", + "displayName": "Allow Game Center", + "options": [ + { + "id": "com.apple.applicationaccess_allowgamecenter_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowgamecenter_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowgenmoji", + "displayName": "allow Genmoji", + "options": [ + { + "id": "com.apple.applicationaccess_allowgenmoji_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowgenmoji_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowglobalbackgroundfetchwhenroaming", + "displayName": "Allow Global Background Fetch When Roaming", + "options": [ + { + "id": "com.apple.applicationaccess_allowglobalbackgroundfetchwhenroaming_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowglobalbackgroundfetchwhenroaming_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowhostpairing", + "displayName": "Allow Host Pairing", + "options": [ + { + "id": "com.apple.applicationaccess_allowhostpairing_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowhostpairing_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowimageplayground", + "displayName": "Allow Image Playground", + "options": [ + { + "id": "com.apple.applicationaccess_allowimageplayground_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowimageplayground_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowimagewand", + "displayName": "Allow Image Wand", + "options": [ + { + "id": "com.apple.applicationaccess_allowimagewand_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowimagewand_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowinapppurchases", + "displayName": "Allow In App Purchases", + "options": [ + { + "id": "com.apple.applicationaccess_allowinapppurchases_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowinapppurchases_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowinternetsharingmodification", + "displayName": "Allow Internet Sharing Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowinternetsharingmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowinternetsharingmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowiphonemirroring", + "displayName": "Allow iPhone Mirroring", + "options": [ + { + "id": "com.apple.applicationaccess_allowiphonemirroring_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowiphonemirroring_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowiphonewidgetsonmac", + "displayName": "Allow iPhone Widgets On Mac", + "options": [ + { + "id": "com.apple.applicationaccess_allowiphonewidgetsonmac_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowiphonewidgetsonmac_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowitunes", + "displayName": "Allow iTunes", + "options": [ + { + "id": "com.apple.applicationaccess_allowitunes_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowitunes_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowitunesfilesharing", + "displayName": "Allow iTunes File Sharing", + "options": [ + { + "id": "com.apple.applicationaccess_allowitunesfilesharing_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowitunesfilesharing_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowkeyboardshortcuts", + "displayName": "Allow Keyboard Shortcuts", + "options": [ + { + "id": "com.apple.applicationaccess_allowkeyboardshortcuts_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowkeyboardshortcuts_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowlistedappbundleids", + "displayName": "Allow Listed App Bundle IDs", + "options": null + }, + { + "id": "com.apple.applicationaccess_allowlivevoicemail", + "displayName": "Allow Live Voicemail", + "options": [ + { + "id": "com.apple.applicationaccess_allowlivevoicemail_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowlivevoicemail_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowlocalusercreation", + "displayName": "Allow Local User Creation", + "options": [ + { + "id": "com.apple.applicationaccess_allowlocalusercreation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowlocalusercreation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowlockscreencontrolcenter", + "displayName": "Allow Lock Screen Control Center", + "options": [ + { + "id": "com.apple.applicationaccess_allowlockscreencontrolcenter_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowlockscreencontrolcenter_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowlockscreennotificationsview", + "displayName": "Allow Lock Screen Notifications View", + "options": [ + { + "id": "com.apple.applicationaccess_allowlockscreennotificationsview_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowlockscreennotificationsview_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowlockscreentodayview", + "displayName": "Allow Lock Screen Today View", + "options": [ + { + "id": "com.apple.applicationaccess_allowlockscreentodayview_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowlockscreentodayview_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowmailprivacyprotection", + "displayName": "Allow Mail Privacy Protection", + "options": [ + { + "id": "com.apple.applicationaccess_allowmailprivacyprotection_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowmailprivacyprotection_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowmailsummary", + "displayName": "Allow Mail Summary", + "options": [ + { + "id": "com.apple.applicationaccess_allowmailsummary_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowmailsummary_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowmanagedappscloudsync", + "displayName": "Allow Managed Apps Cloud Sync", + "options": [ + { + "id": "com.apple.applicationaccess_allowmanagedappscloudsync_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowmanagedappscloudsync_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowmanagedtowriteunmanagedcontacts", + "displayName": "Allow Managed To Write Unmanaged Contacts", + "options": [ + { + "id": "com.apple.applicationaccess_allowmanagedtowriteunmanagedcontacts_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowmanagedtowriteunmanagedcontacts_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowmarketplaceappinstallation", + "displayName": "allow Marketplace App Installation", + "options": [ + { + "id": "com.apple.applicationaccess_allowmarketplaceappinstallation_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowmarketplaceappinstallation_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowmediasharingmodification", + "displayName": "Allow Media Sharing Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowmediasharingmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowmediasharingmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowmultiplayergaming", + "displayName": "Allow Multiplayer Gaming", + "options": [ + { + "id": "com.apple.applicationaccess_allowmultiplayergaming_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowmultiplayergaming_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowmusicservice", + "displayName": "Allow Music Service", + "options": [ + { + "id": "com.apple.applicationaccess_allowmusicservice_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowmusicservice_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allownews", + "displayName": "Allow News", + "options": [ + { + "id": "com.apple.applicationaccess_allownews_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allownews_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allownfc", + "displayName": "Allow NFC", + "options": [ + { + "id": "com.apple.applicationaccess_allownfc_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allownfc_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allownotificationsmodification", + "displayName": "Allow Notifications Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allownotificationsmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allownotificationsmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowopenfrommanagedtounmanaged", + "displayName": "Allow Open From Managed To Unmanaged", + "options": [ + { + "id": "com.apple.applicationaccess_allowopenfrommanagedtounmanaged_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowopenfrommanagedtounmanaged_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowopenfromunmanagedtomanaged", + "displayName": "Allow Open From Unmanaged To Managed", + "options": [ + { + "id": "com.apple.applicationaccess_allowopenfromunmanagedtomanaged_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowopenfromunmanagedtomanaged_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowotapkiupdates", + "displayName": "Allow OTAPKI Updates", + "options": [ + { + "id": "com.apple.applicationaccess_allowotapkiupdates_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowotapkiupdates_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpairedwatch", + "displayName": "Allow Paired Watch", + "options": [ + { + "id": "com.apple.applicationaccess_allowpairedwatch_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpairedwatch_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpassbookwhilelocked", + "displayName": "Allow Passbook While Locked", + "options": [ + { + "id": "com.apple.applicationaccess_allowpassbookwhilelocked_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpassbookwhilelocked_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpasscodemodification", + "displayName": "Allow Passcode Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowpasscodemodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpasscodemodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpasswordautofill", + "displayName": "Allow Password Auto Fill", + "options": [ + { + "id": "com.apple.applicationaccess_allowpasswordautofill_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpasswordautofill_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpasswordproximityrequests", + "displayName": "Allow Password Proximity Requests", + "options": [ + { + "id": "com.apple.applicationaccess_allowpasswordproximityrequests_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpasswordproximityrequests_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpasswordsharing", + "displayName": "Allow Password Sharing", + "options": [ + { + "id": "com.apple.applicationaccess_allowpasswordsharing_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpasswordsharing_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpersonalhotspotmodification", + "displayName": "Allow Personal Hotspot Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowpersonalhotspotmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpersonalhotspotmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpersonalizedhandwritingresults", + "displayName": "Allow Personalized Handwriting Results", + "options": [ + { + "id": "com.apple.applicationaccess_allowpersonalizedhandwritingresults_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpersonalizedhandwritingresults_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowphotostream", + "displayName": "Allow Photo Stream (Deprecated)", + "options": [ + { + "id": "com.apple.applicationaccess_allowphotostream_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowphotostream_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpodcasts", + "displayName": "Allow Podcasts", + "options": [ + { + "id": "com.apple.applicationaccess_allowpodcasts_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpodcasts_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowpredictivekeyboard", + "displayName": "Allow Predictive Keyboard", + "options": [ + { + "id": "com.apple.applicationaccess_allowpredictivekeyboard_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowpredictivekeyboard_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowprintersharingmodification", + "displayName": "Allow Printer Sharing Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowprintersharingmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowprintersharingmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowproximitysetuptonewdevice", + "displayName": "Allow Proximity Setup To New Device", + "options": [ + { + "id": "com.apple.applicationaccess_allowproximitysetuptonewdevice_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowproximitysetuptonewdevice_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowradioservice", + "displayName": "Allow Radio Service", + "options": [ + { + "id": "com.apple.applicationaccess_allowradioservice_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowradioservice_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowrapidsecurityresponseinstallation", + "displayName": "Allow Rapid Security Response Installation", + "options": [ + { + "id": "com.apple.applicationaccess_allowrapidsecurityresponseinstallation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowrapidsecurityresponseinstallation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowrapidsecurityresponseremoval", + "displayName": "Allow Rapid Security Response Removal", + "options": [ + { + "id": "com.apple.applicationaccess_allowrapidsecurityresponseremoval_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowrapidsecurityresponseremoval_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowrcsmessaging", + "displayName": "Allow RCS Messaging", + "options": [ + { + "id": "com.apple.applicationaccess_allowrcsmessaging_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowrcsmessaging_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowremoteappleeventsmodification", + "displayName": "Allow Remote Apple Events Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowremoteappleeventsmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowremoteappleeventsmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowremotescreenobservation", + "displayName": "Allow Remote Screen Observation", + "options": [ + { + "id": "com.apple.applicationaccess_allowremotescreenobservation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowremotescreenobservation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowsafari", + "displayName": "Allow Safari", + "options": [ + { + "id": "com.apple.applicationaccess_allowsafari_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowsafari_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowscreenshot", + "displayName": "Allow Screen Shot", + "options": [ + { + "id": "com.apple.applicationaccess_allowscreenshot_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowscreenshot_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowshareddevicetemporarysession", + "displayName": "Allow Shared Device Temporary Session", + "options": [ + { + "id": "com.apple.applicationaccess_allowshareddevicetemporarysession_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowshareddevicetemporarysession_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowsharedstream", + "displayName": "Allow Shared Stream", + "options": [ + { + "id": "com.apple.applicationaccess_allowsharedstream_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowsharedstream_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowspellcheck", + "displayName": "Allow Spell Check", + "options": [ + { + "id": "com.apple.applicationaccess_allowspellcheck_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowspellcheck_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowspotlightinternetresults", + "displayName": "Allow Spotlight Internet Results", + "options": [ + { + "id": "com.apple.applicationaccess_allowspotlightinternetresults_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowspotlightinternetresults_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowstartupdiskmodification", + "displayName": "Allow Startup Disk Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowstartupdiskmodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowstartupdiskmodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowsystemappremoval", + "displayName": "Allow System App Removal", + "options": [ + { + "id": "com.apple.applicationaccess_allowsystemappremoval_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowsystemappremoval_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowtimemachinebackup", + "displayName": "Allow Time Machine Backup", + "options": [ + { + "id": "com.apple.applicationaccess_allowtimemachinebackup_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowtimemachinebackup_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowuiappinstallation", + "displayName": "Allow UI App Installation", + "options": [ + { + "id": "com.apple.applicationaccess_allowuiappinstallation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowuiappinstallation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowuiconfigurationprofileinstallation", + "displayName": "Allow UI Configuration Profile Installation", + "options": [ + { + "id": "com.apple.applicationaccess_allowuiconfigurationprofileinstallation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowuiconfigurationprofileinstallation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowuniversalcontrol", + "displayName": "Allow Universal Control", + "options": [ + { + "id": "com.apple.applicationaccess_allowuniversalcontrol_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowuniversalcontrol_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowunmanagedtoreadmanagedcontacts", + "displayName": "Allow Unmanaged To Read Managed Contacts", + "options": [ + { + "id": "com.apple.applicationaccess_allowunmanagedtoreadmanagedcontacts_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowunmanagedtoreadmanagedcontacts_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowunpairedexternalboottorecovery", + "displayName": "Allow Unpaired External Boot To Recovery", + "options": [ + { + "id": "com.apple.applicationaccess_allowunpairedexternalboottorecovery_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowunpairedexternalboottorecovery_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowuntrustedtlsprompt", + "displayName": "Allow Untrusted TLS Prompt", + "options": [ + { + "id": "com.apple.applicationaccess_allowuntrustedtlsprompt_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowuntrustedtlsprompt_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowusbrestrictedmode", + "displayName": "Allow USB Restricted Mode", + "options": [ + { + "id": "com.apple.applicationaccess_allowusbrestrictedmode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowusbrestrictedmode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowvideoconferencing", + "displayName": "Allow Video Conferencing", + "options": [ + { + "id": "com.apple.applicationaccess_allowvideoconferencing_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowvideoconferencing_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowvideoconferencingremotecontrol", + "displayName": "Allow Video Conferencing Remote Control (Deprecated)", + "options": [ + { + "id": "com.apple.applicationaccess_allowvideoconferencingremotecontrol_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowvideoconferencingremotecontrol_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowvoicedialing", + "displayName": "Allow Voice Dialing (Deprecated)", + "options": [ + { + "id": "com.apple.applicationaccess_allowvoicedialing_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowvoicedialing_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowvpncreation", + "displayName": "Allow VPN Creation", + "options": [ + { + "id": "com.apple.applicationaccess_allowvpncreation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowvpncreation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowwallpapermodification", + "displayName": "Allow Wallpaper Modification", + "options": [ + { + "id": "com.apple.applicationaccess_allowwallpapermodification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowwallpapermodification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowwebdistributionappinstallation", + "displayName": "allow Web Distribution App Installation", + "options": [ + { + "id": "com.apple.applicationaccess_allowwebdistributionappinstallation_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowwebdistributionappinstallation_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_allowwritingtools", + "displayName": "Allow Writing Tools", + "options": [ + { + "id": "com.apple.applicationaccess_allowwritingtools_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_allowwritingtools_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_autonomoussingleappmodepermittedappids", + "displayName": "Autonomous Single App Mode Permitted App IDs", + "options": null + }, + { + "id": "com.apple.applicationaccess_blockedappbundleids", + "displayName": "Blocked App Bundle IDs", + "options": null + }, + { + "id": "com.apple.applicationaccess_com.apple.applicationaccess", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.applicationaccess_enforcedfingerprinttimeout", + "displayName": "Enforced Fingerprint Timeout", + "options": null + }, + { + "id": "com.apple.applicationaccess_enforcedsoftwareupdatedelay", + "displayName": "Enforced Software Update Delay", + "options": null + }, + { + "id": "com.apple.applicationaccess_enforcedsoftwareupdatemajorosdeferredinstalldelay", + "displayName": "Enforced Software Update Major OS Deferred Install Delay", + "options": null + }, + { + "id": "com.apple.applicationaccess_enforcedsoftwareupdateminorosdeferredinstalldelay", + "displayName": "Enforced Software Update Minor OS Deferred Install Delay", + "options": null + }, + { + "id": "com.apple.applicationaccess_enforcedsoftwareupdatenonosdeferredinstalldelay", + "displayName": "Enforced Software Update Non OS Deferred Install Delay", + "options": null + }, + { + "id": "com.apple.applicationaccess_forceairdropunmanaged", + "displayName": "Force AirDrop Unmanaged", + "options": [ + { + "id": "com.apple.applicationaccess_forceairdropunmanaged_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceairdropunmanaged_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceairplayoutgoingrequestspairingpassword", + "displayName": "Force AirPlay Outgoing Requests Pairing Password", + "options": [ + { + "id": "com.apple.applicationaccess_forceairplayoutgoingrequestspairingpassword_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceairplayoutgoingrequestspairingpassword_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceairprinttrustedtlsrequirement", + "displayName": "Force AirPrint Trusted TLS Requirement", + "options": [ + { + "id": "com.apple.applicationaccess_forceairprinttrustedtlsrequirement_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceairprinttrustedtlsrequirement_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceassistantprofanityfilter", + "displayName": "Force Assistant Profanity Filter", + "options": [ + { + "id": "com.apple.applicationaccess_forceassistantprofanityfilter_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceassistantprofanityfilter_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceauthenticationbeforeautofill", + "displayName": "Force Authentication Before Auto Fill", + "options": [ + { + "id": "com.apple.applicationaccess_forceauthenticationbeforeautofill_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceauthenticationbeforeautofill_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceautomaticdateandtime", + "displayName": "Force Automatic Date And Time", + "options": [ + { + "id": "com.apple.applicationaccess_forceautomaticdateandtime_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceautomaticdateandtime_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcebypassscreencapturealert", + "displayName": "Force Bypass Screen Capture Alert", + "options": [ + { + "id": "com.apple.applicationaccess_forcebypassscreencapturealert_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcebypassscreencapturealert_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceclassroomautomaticallyjoinclasses", + "displayName": "Force Classroom Automatically Join Classes", + "options": [ + { + "id": "com.apple.applicationaccess_forceclassroomautomaticallyjoinclasses_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceclassroomautomaticallyjoinclasses_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceclassroomrequestpermissiontoleaveclasses", + "displayName": "Force Classroom Request Permission To Leave Classes", + "options": [ + { + "id": "com.apple.applicationaccess_forceclassroomrequestpermissiontoleaveclasses_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceclassroomrequestpermissiontoleaveclasses_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceclassroomunpromptedappanddevicelock", + "displayName": "Force Classroom Unprompted App And Device Lock", + "options": [ + { + "id": "com.apple.applicationaccess_forceclassroomunpromptedappanddevicelock_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceclassroomunpromptedappanddevicelock_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceclassroomunpromptedscreenobservation", + "displayName": "Force Classroom Unprompted Screen Observation", + "options": [ + { + "id": "com.apple.applicationaccess_forceclassroomunpromptedscreenobservation_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceclassroomunpromptedscreenobservation_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcedelayedappsoftwareupdates", + "displayName": "Force Delayed App Software Updates", + "options": [ + { + "id": "com.apple.applicationaccess_forcedelayedappsoftwareupdates_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcedelayedappsoftwareupdates_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcedelayedmajorsoftwareupdates", + "displayName": "Force Delayed Major Software Updates", + "options": [ + { + "id": "com.apple.applicationaccess_forcedelayedmajorsoftwareupdates_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcedelayedmajorsoftwareupdates_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcedelayedsoftwareupdates", + "displayName": "Force Delayed Software Updates", + "options": [ + { + "id": "com.apple.applicationaccess_forcedelayedsoftwareupdates_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcedelayedsoftwareupdates_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceencryptedbackup", + "displayName": "Force Encrypted Backup", + "options": [ + { + "id": "com.apple.applicationaccess_forceencryptedbackup_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceencryptedbackup_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceitunesstorepasswordentry", + "displayName": "Force iTunes Store Password Entry (Deprecated)", + "options": [ + { + "id": "com.apple.applicationaccess_forceitunesstorepasswordentry_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceitunesstorepasswordentry_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcelimitadtracking", + "displayName": "Force Limit Ad Tracking", + "options": [ + { + "id": "com.apple.applicationaccess_forcelimitadtracking_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcelimitadtracking_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceondeviceonlydictation", + "displayName": "Force On Device Only Dictation", + "options": [ + { + "id": "com.apple.applicationaccess_forceondeviceonlydictation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceondeviceonlydictation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forceondeviceonlytranslation", + "displayName": "Force On Device Only Translation", + "options": [ + { + "id": "com.apple.applicationaccess_forceondeviceonlytranslation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forceondeviceonlytranslation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcepreserveesimonerase", + "displayName": "Force Preserve ESIM On Erase", + "options": [ + { + "id": "com.apple.applicationaccess_forcepreserveesimonerase_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcepreserveesimonerase_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcewatchwristdetection", + "displayName": "Force Watch Wrist Detection", + "options": [ + { + "id": "com.apple.applicationaccess_forcewatchwristdetection_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcewatchwristdetection_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcewifipoweron", + "displayName": "Force WiFi Power On", + "options": [ + { + "id": "com.apple.applicationaccess_forcewifipoweron_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcewifipoweron_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_forcewifitoallowednetworksonly", + "displayName": "Force WiFi To Allowed Networks Only", + "options": [ + { + "id": "com.apple.applicationaccess_forcewifitoallowednetworksonly_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_forcewifitoallowednetworksonly_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsau", + "displayName": "Rating Apps - Australia", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsau_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsau_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsau_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsau_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsau_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsau_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsca", + "displayName": "Rating Apps - Canada", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsca_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsca_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsca_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsca_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsca_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsca_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsde", + "displayName": "Rating Apps - Germany", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsde_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsde_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsde_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsde_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsde_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsde_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsfr", + "displayName": "Rating Apps - France", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsfr_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsfr_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsfr_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsfr_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsfr_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsfr_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsgb", + "displayName": "Rating Apps - Great Britain", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsgb_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsgb_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsgb_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsgb_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsgb_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsgb_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsie", + "displayName": "Rating Apps - Ireland", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsie_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsie_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsie_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsie_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsie_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsie_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsjp", + "displayName": "Rating Apps - Japan", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsjp_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsjp_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsjp_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsjp_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsjp_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsjp_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsnz", + "displayName": "Rating Apps - New Zealand", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsnz_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsnz_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsnz_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsnz_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsnz_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsnz_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingappsus", + "displayName": "Rating Apps - United States", + "options": [ + { + "id": "com.apple.applicationaccess_ratingappsus_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsus_1", + "displayName": "4+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsus_2", + "displayName": "9+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsus_3", + "displayName": "12+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsus_4", + "displayName": "17+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingappsus_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesau", + "displayName": "Rating Movies - Australia", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesau_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesau_1", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesau_2", + "displayName": "PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesau_3", + "displayName": "M", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesau_4", + "displayName": "MA15+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesau_5", + "displayName": "R18+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesau_6", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesca", + "displayName": "Rating Movies - Canada", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesca_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesca_1", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesca_2", + "displayName": "PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesca_3", + "displayName": "14A", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesca_4", + "displayName": "18A", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesca_5", + "displayName": "R", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesca_6", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesde", + "displayName": "Rating Movies - Germany", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesde_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesde_1", + "displayName": "Ab 0 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesde_2", + "displayName": "Ab 6 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesde_3", + "displayName": "Ab 12 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesde_4", + "displayName": "Ab 16 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesde_5", + "displayName": "Ab 18 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesde_6", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesfr", + "displayName": "Rating Movies - France", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesfr_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesfr_2", + "displayName": "10", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesfr_3", + "displayName": "12", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesfr_4", + "displayName": "16", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesfr_5", + "displayName": "18", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesfr_6", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb", + "displayName": "Rating Movies - Great Britain", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesgb_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb_1", + "displayName": "U", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb_2", + "displayName": "UC", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb_3", + "displayName": "PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb_4", + "displayName": "12", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb_5", + "displayName": "12A", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb_6", + "displayName": "15", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb_7", + "displayName": "18", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesgb_8", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesie", + "displayName": "Rating Movies - Ireland", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesie_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesie_1", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesie_2", + "displayName": "PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesie_3", + "displayName": "12A", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesie_4", + "displayName": "15A", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesie_5", + "displayName": "16", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesie_6", + "displayName": "18", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesie_7", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesjp", + "displayName": "Rating Movies - Japan", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesjp_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesjp_1", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesjp_2", + "displayName": "PG-12", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesjp_3", + "displayName": "R15+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesjp_4", + "displayName": "R18+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesjp_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz", + "displayName": "Rating Movies - New Zealand", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesnz_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_1", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_2", + "displayName": "PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_3", + "displayName": "M", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_4", + "displayName": "R13", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_5", + "displayName": "R15", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_6", + "displayName": "R16", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_7", + "displayName": "R18", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_8", + "displayName": "R", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_9", + "displayName": "RP16", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesnz_10", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingmoviesus", + "displayName": "Rating Movies - United States", + "options": [ + { + "id": "com.apple.applicationaccess_ratingmoviesus_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesus_1", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesus_2", + "displayName": "PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesus_3", + "displayName": "PG-13", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesus_4", + "displayName": "R", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesus_5", + "displayName": "NC-17", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingmoviesus_6", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingregion", + "displayName": "Rating Region", + "options": [ + { + "id": "com.apple.applicationaccess_ratingregion_0", + "displayName": "United States", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingregion_1", + "displayName": "Australia", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingregion_2", + "displayName": "Canada", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingregion_3", + "displayName": "Germany", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingregion_4", + "displayName": "France", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingregion_5", + "displayName": "Ireland", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingregion_6", + "displayName": "Japan", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingregion_7", + "displayName": "New Zealand", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingregion_8", + "displayName": "Great Britain", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau", + "displayName": "Rating TV Shows - Australia", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsau_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_1", + "displayName": "P", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_2", + "displayName": "C", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_3", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_4", + "displayName": "PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_5", + "displayName": "M", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_6", + "displayName": "MA15+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_7", + "displayName": "AV15+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_8", + "displayName": "All", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsau_9", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsca", + "displayName": "Rating TV Shows - Canada", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsca_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsca_1", + "displayName": "C", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsca_2", + "displayName": "C8", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsca_3", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsca_4", + "displayName": "PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsca_5", + "displayName": "14+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsca_6", + "displayName": "18+", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsca_7", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsde", + "displayName": "Rating TV Shows - Germany", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsde_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsde_1", + "displayName": "Ab 0 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsde_2", + "displayName": "Ab 6 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsde_3", + "displayName": "Ab 12 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsde_4", + "displayName": "Ab 16 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsde_5", + "displayName": "Ab 18 Jahren", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsde_7", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsfr", + "displayName": "Rating TV Shows - France", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsfr_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsfr_1", + "displayName": "-10", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsfr_2", + "displayName": "-12", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsfr_3", + "displayName": "-16", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsfr_4", + "displayName": "-18", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsfr_5", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsgb", + "displayName": "Rating TV Shows - Great Britain", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsgb_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsgb_1", + "displayName": "Caution", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsgb_2", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsie", + "displayName": "Rating TV Shows - Ireland", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsie_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsie_1", + "displayName": "GA", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsie_2", + "displayName": "CH", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsie_3", + "displayName": "YA", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsie_4", + "displayName": "PS", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsie_5", + "displayName": "MA", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsie_6", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsjp", + "displayName": "Rating TV Shows - Japan", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsjp_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsjp_1", + "displayName": "Explicit Allowed", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsjp_2", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsnz", + "displayName": "Rating TV Shows - New Zealand", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsnz_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsnz_1", + "displayName": "G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsnz_2", + "displayName": "PGR", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsnz_3", + "displayName": "AO", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsnz_4", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsus", + "displayName": "Rating TV Shows - United States", + "options": [ + { + "id": "com.apple.applicationaccess_ratingtvshowsus_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsus_1", + "displayName": "TV-Y", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsus_2", + "displayName": "TV-Y7", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsus_3", + "displayName": "TV-G", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsus_4", + "displayName": "TV-PG", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsus_5", + "displayName": "TV-14", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsus_6", + "displayName": "TB-MA", + "description": null + }, + { + "id": "com.apple.applicationaccess_ratingtvshowsus_7", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_requiremanagedpasteboard", + "displayName": "Require Managed Pasteboard", + "options": [ + { + "id": "com.apple.applicationaccess_requiremanagedpasteboard_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_requiremanagedpasteboard_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_safariacceptcookies", + "displayName": "Safari Accept Cookies", + "options": [ + { + "id": "com.apple.applicationaccess_safariacceptcookies_0", + "displayName": "Prevent Cross-Site Tracking and Block All Cookies are enabled and the user canʼt disable either setting.", + "description": null + }, + { + "id": "com.apple.applicationaccess_safariacceptcookies_1", + "displayName": "Prevent Cross-Site Tracking is enabled and the user canʼt disable it. Block All Cookies is not enabled, although the user can enable it.", + "description": null + }, + { + "id": "com.apple.applicationaccess_safariacceptcookies_2", + "displayName": "Prevent Cross-Site Tracking is enabled and Block All Cookies is not enabled. The user can toggle either setting.", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_safariallowautofill", + "displayName": "Safari Allow Autofill", + "options": [ + { + "id": "com.apple.applicationaccess_safariallowautofill_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_safariallowautofill_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_safariallowjavascript", + "displayName": "Safari Allow Java Script", + "options": [ + { + "id": "com.apple.applicationaccess_safariallowjavascript_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_safariallowjavascript_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_safariallowpopups", + "displayName": "Safari Allow Popups", + "options": [ + { + "id": "com.apple.applicationaccess_safariallowpopups_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_safariallowpopups_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.applicationaccess_safariforcefraudwarning", + "displayName": "Safari Force Fraud Warning", + "options": [ + { + "id": "com.apple.applicationaccess_safariforcefraudwarning_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.applicationaccess_safariforcefraudwarning_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.appstore_com.apple.appstore", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.appstore_disablesoftwareupdatenotifications", + "displayName": "Disable Software Update Notifications", + "options": [ + { + "id": "com.apple.appstore_disablesoftwareupdatenotifications_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.appstore_disablesoftwareupdatenotifications_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.appstore_restrict-store-disable-app-adoption", + "displayName": "restrict-store-disable-app-adoption", + "options": [ + { + "id": "com.apple.appstore_restrict-store-disable-app-adoption_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.appstore_restrict-store-disable-app-adoption_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.appstore_restrict-store-softwareupdate-only", + "displayName": "Restrict Store Software Update Only", + "options": [ + { + "id": "com.apple.appstore_restrict-store-softwareupdate-only_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.appstore_restrict-store-softwareupdate-only_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.asam_allowedapplications", + "displayName": "Allowed Applications", + "options": null + }, + { + "id": "com.apple.asam_allowedapplications_item_bundleidentifier", + "displayName": "Bundle Identifier", + "options": null + }, + { + "id": "com.apple.asam_allowedapplications_item_teamidentifier", + "displayName": "Team Identifier", + "options": null + }, + { + "id": "com.apple.asam_com.apple.asam", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.assetcache.managed_allowcachedelete", + "displayName": "Allow Cache Delete", + "options": [ + { + "id": "com.apple.assetcache.managed_allowcachedelete_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_allowcachedelete_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_allowpersonalcaching", + "displayName": "Allow Personal Caching", + "options": [ + { + "id": "com.apple.assetcache.managed_allowpersonalcaching_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_allowpersonalcaching_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_allowsharedcaching", + "displayName": "Allow Shared Caching", + "options": [ + { + "id": "com.apple.assetcache.managed_allowsharedcaching_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_allowsharedcaching_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_autoactivation", + "displayName": "Auto Activation", + "options": [ + { + "id": "com.apple.assetcache.managed_autoactivation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_autoactivation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_autoenabletetheredcaching", + "displayName": "Auto Enable Tethered Caching", + "options": [ + { + "id": "com.apple.assetcache.managed_autoenabletetheredcaching_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_autoenabletetheredcaching_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_cachelimit", + "displayName": "Cache Limit", + "options": null + }, + { + "id": "com.apple.assetcache.managed_com.apple.assetcache.managed", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.assetcache.managed_datapath", + "displayName": "Data Path", + "options": null + }, + { + "id": "com.apple.assetcache.managed_denytetheredcaching", + "displayName": "Deny Tethered Caching", + "options": [ + { + "id": "com.apple.assetcache.managed_denytetheredcaching_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_denytetheredcaching_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_displayalerts", + "displayName": "Display Alerts", + "options": [ + { + "id": "com.apple.assetcache.managed_displayalerts_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_displayalerts_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_keepawake", + "displayName": "Keep Awake", + "options": [ + { + "id": "com.apple.assetcache.managed_keepawake_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_keepawake_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_listenranges", + "displayName": "Listen Ranges", + "options": null + }, + { + "id": "com.apple.assetcache.managed_listenranges_item_first", + "displayName": "First", + "options": null + }, + { + "id": "com.apple.assetcache.managed_listenranges_item_last", + "displayName": "Last", + "options": null + }, + { + "id": "com.apple.assetcache.managed_listenranges_item_type", + "displayName": "IP Address Type", + "options": [ + { + "id": "com.apple.assetcache.managed_listenranges_item_type_0", + "displayName": "IPv4", + "description": null + }, + { + "id": "com.apple.assetcache.managed_listenranges_item_type_1", + "displayName": "IPv6", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_listenrangesonly", + "displayName": "Listen Ranges Only", + "options": [ + { + "id": "com.apple.assetcache.managed_listenrangesonly_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_listenrangesonly_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_listenwithpeersandparents", + "displayName": "Listen With Peers And Parents", + "options": [ + { + "id": "com.apple.assetcache.managed_listenwithpeersandparents_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_listenwithpeersandparents_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_localsubnetsonly", + "displayName": "Local Subnets Only", + "options": [ + { + "id": "com.apple.assetcache.managed_localsubnetsonly_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_localsubnetsonly_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_logclientidentity", + "displayName": "Log Client Identity", + "options": [ + { + "id": "com.apple.assetcache.managed_logclientidentity_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_logclientidentity_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_parents", + "displayName": "Parents", + "options": null + }, + { + "id": "com.apple.assetcache.managed_parentselectionpolicy", + "displayName": "Parent Selection Policy", + "options": [ + { + "id": "com.apple.assetcache.managed_parentselectionpolicy_0", + "displayName": "first-available", + "description": null + }, + { + "id": "com.apple.assetcache.managed_parentselectionpolicy_1", + "displayName": "url-path-hash", + "description": null + }, + { + "id": "com.apple.assetcache.managed_parentselectionpolicy_2", + "displayName": "random", + "description": null + }, + { + "id": "com.apple.assetcache.managed_parentselectionpolicy_3", + "displayName": "round-robin", + "description": null + }, + { + "id": "com.apple.assetcache.managed_parentselectionpolicy_4", + "displayName": "sticky-available", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_peerfilterranges", + "displayName": "Peer Filter Ranges", + "options": null + }, + { + "id": "com.apple.assetcache.managed_peerfilterranges_item_first", + "displayName": "First", + "options": null + }, + { + "id": "com.apple.assetcache.managed_peerfilterranges_item_last", + "displayName": "Last", + "options": null + }, + { + "id": "com.apple.assetcache.managed_peerfilterranges_item_type", + "displayName": "IP Address Type", + "options": [ + { + "id": "com.apple.assetcache.managed_peerfilterranges_item_type_0", + "displayName": "IPv4", + "description": null + }, + { + "id": "com.apple.assetcache.managed_peerfilterranges_item_type_1", + "displayName": "IPv6", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_peerlistenranges", + "displayName": "Peer Listen Ranges", + "options": null + }, + { + "id": "com.apple.assetcache.managed_peerlistenranges_item_first", + "displayName": "First", + "options": null + }, + { + "id": "com.apple.assetcache.managed_peerlistenranges_item_last", + "displayName": "Last", + "options": null + }, + { + "id": "com.apple.assetcache.managed_peerlistenranges_item_type", + "displayName": "IP Address Type", + "options": [ + { + "id": "com.apple.assetcache.managed_peerlistenranges_item_type_0", + "displayName": "IPv4", + "description": null + }, + { + "id": "com.apple.assetcache.managed_peerlistenranges_item_type_1", + "displayName": "IPv6", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_peerlocalsubnetsonly", + "displayName": "Peer Local Subnets Only", + "options": [ + { + "id": "com.apple.assetcache.managed_peerlocalsubnetsonly_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.assetcache.managed_peerlocalsubnetsonly_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.assetcache.managed_port", + "displayName": "Port", + "options": null + }, + { + "id": "com.apple.assetcache.managed_publicranges", + "displayName": "Public Ranges", + "options": null + }, + { + "id": "com.apple.assetcache.managed_publicranges_item_first", + "displayName": "First", + "options": null + }, + { + "id": "com.apple.assetcache.managed_publicranges_item_last", + "displayName": "Last", + "options": null + }, + { + "id": "com.apple.assetcache.managed_publicranges_item_type", + "displayName": "IP Address Type", + "options": [ + { + "id": "com.apple.assetcache.managed_publicranges_item_type_0", + "displayName": "IPv4", + "description": null + }, + { + "id": "com.apple.assetcache.managed_publicranges_item_type_1", + "displayName": "IPv6", + "description": null + } + ] + }, + { + "id": "com.apple.associated-domains_com.apple.associated-domains", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.associated-domains_configuration", + "displayName": "Configuration", + "options": null + }, + { + "id": "com.apple.associated-domains_configuration_item_applicationidentifier", + "displayName": "Application Identifier", + "options": null + }, + { + "id": "com.apple.associated-domains_configuration_item_associateddomains", + "displayName": "Associated Domains", + "options": null + }, + { + "id": "com.apple.associated-domains_configuration_item_enabledirectdownloads", + "displayName": "Enable Direct Downloads", + "options": [ + { + "id": "com.apple.associated-domains_configuration_item_enabledirectdownloads_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.associated-domains_configuration_item_enabledirectdownloads_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.caldav.account_caldavaccountdescription", + "displayName": "Cal DAV Account Description", + "options": null + }, + { + "id": "com.apple.caldav.account_caldavhostname", + "displayName": "Cal DAV Host Name", + "options": null + }, + { + "id": "com.apple.caldav.account_caldavpassword", + "displayName": "Cal DAV Password", + "options": null + }, + { + "id": "com.apple.caldav.account_caldavport", + "displayName": "Cal DAV Port", + "options": null + }, + { + "id": "com.apple.caldav.account_caldavprincipalurl", + "displayName": "Cal DAV Principal URL", + "options": null + }, + { + "id": "com.apple.caldav.account_caldavusername", + "displayName": "Cal DAV Username", + "options": null + }, + { + "id": "com.apple.caldav.account_caldavusessl", + "displayName": "Cal DAV Use SSL", + "options": [ + { + "id": "com.apple.caldav.account_caldavusessl_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.caldav.account_caldavusessl_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.caldav.account_com.apple.caldav.account", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.carddav.account_carddavaccountdescription", + "displayName": "Card DAV Account Description", + "options": null + }, + { + "id": "com.apple.carddav.account_carddavhostname", + "displayName": "Card DAV Host Name", + "options": null + }, + { + "id": "com.apple.carddav.account_carddavpassword", + "displayName": "Card DAV Password", + "options": null + }, + { + "id": "com.apple.carddav.account_carddavport", + "displayName": "Card DAV Port", + "options": null + }, + { + "id": "com.apple.carddav.account_carddavprincipalurl", + "displayName": "Card DAV Principal URL", + "options": null + }, + { + "id": "com.apple.carddav.account_carddavusername", + "displayName": "Card DAV Username", + "options": null + }, + { + "id": "com.apple.carddav.account_carddavusessl", + "displayName": "Card DAV Use SSL", + "options": [ + { + "id": "com.apple.carddav.account_carddavusessl_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.carddav.account_carddavusessl_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.carddav.account_com.apple.carddav.account", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { "id": "com.apple.cellular_apns", "displayName": "APNs", "options": null }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmask", + "displayName": "Allowed Protocol Mask", + "options": [ + { + "id": "com.apple.cellular_apns_item_allowedprotocolmask_0", + "displayName": "IPv4", + "description": null + }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmask_1", + "displayName": "IPv6", + "description": null + }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmask_2", + "displayName": "Both", + "description": null + } + ] + }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmaskindomesticroaming", + "displayName": "Allowed Protocol Mask In Domestic Roaming", + "options": [ + { + "id": "com.apple.cellular_apns_item_allowedprotocolmaskindomesticroaming_0", + "displayName": "IPv4", + "description": null + }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmaskindomesticroaming_1", + "displayName": "IPv6", + "description": null + }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmaskindomesticroaming_2", + "displayName": "Both", + "description": null + } + ] + }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmaskinroaming", + "displayName": "Allowed Protocol Mask In Roaming", + "options": [ + { + "id": "com.apple.cellular_apns_item_allowedprotocolmaskinroaming_0", + "displayName": "IPv4", + "description": null + }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmaskinroaming_1", + "displayName": "IPv6", + "description": null + }, + { + "id": "com.apple.cellular_apns_item_allowedprotocolmaskinroaming_2", + "displayName": "Both", + "description": null + } + ] + }, + { + "id": "com.apple.cellular_apns_item_authenticationtype", + "displayName": "Authentication Type", + "options": [ + { + "id": "com.apple.cellular_apns_item_authenticationtype_0", + "displayName": "CHAP", + "description": null + }, + { + "id": "com.apple.cellular_apns_item_authenticationtype_1", + "displayName": "PAP", + "description": null + } + ] + }, + { + "id": "com.apple.cellular_apns_item_enablexlat464", + "displayName": "Enable XLAT464", + "options": [ + { + "id": "com.apple.cellular_apns_item_enablexlat464_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.cellular_apns_item_enablexlat464_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.cellular_apns_item_name", + "displayName": "Name", + "options": null + }, + { + "id": "com.apple.cellular_apns_item_password", + "displayName": "Password", + "options": null + }, + { + "id": "com.apple.cellular_apns_item_proxyport", + "displayName": "Proxy Port", + "options": null + }, + { + "id": "com.apple.cellular_apns_item_proxyserver", + "displayName": "Proxy Server", + "options": null + }, + { + "id": "com.apple.cellular_apns_item_username", + "displayName": "Username", + "options": null + }, + { + "id": "com.apple.cellular_attachapn", + "displayName": "Attach APN", + "options": null + }, + { + "id": "com.apple.cellular_attachapn_allowedprotocolmask", + "displayName": "Allowed Protocol Mask", + "options": [ + { + "id": "com.apple.cellular_attachapn_allowedprotocolmask_0", + "displayName": "IPv4", + "description": null + }, + { + "id": "com.apple.cellular_attachapn_allowedprotocolmask_1", + "displayName": "IPv6", + "description": null + }, + { + "id": "com.apple.cellular_attachapn_allowedprotocolmask_2", + "displayName": "Both", + "description": null + } + ] + }, + { + "id": "com.apple.cellular_attachapn_authenticationtype", + "displayName": "Authentication Type", + "options": [ + { + "id": "com.apple.cellular_attachapn_authenticationtype_0", + "displayName": "CHAP", + "description": null + }, + { + "id": "com.apple.cellular_attachapn_authenticationtype_1", + "displayName": "PAP", + "description": null + } + ] + }, + { + "id": "com.apple.cellular_attachapn_name", + "displayName": "Name", + "options": null + }, + { + "id": "com.apple.cellular_attachapn_password", + "displayName": "Password", + "options": null + }, + { + "id": "com.apple.cellular_attachapn_username", + "displayName": "Username", + "options": null + }, + { + "id": "com.apple.cellular_com.apple.cellular", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.configurationprofile.identification_com.apple.configurationprofile.identification", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification", + "displayName": "Payload Identification", + "options": null + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification_authmethod", + "displayName": "Auth Method", + "options": [ + { + "id": "com.apple.configurationprofile.identification_payloadidentification_authmethod_0", + "displayName": "Password", + "description": null + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification_authmethod_1", + "displayName": "UserEnteredPassword", + "description": null + } + ] + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification_emailaddress", + "displayName": "Email Address", + "options": null + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification_fullname", + "displayName": "Full Name", + "options": null + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification_password", + "displayName": "Password", + "options": null + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification_prompt", + "displayName": "Prompt", + "options": null + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification_promptmessage", + "displayName": "Prompt Message", + "options": null + }, + { + "id": "com.apple.configurationprofile.identification_payloadidentification_username", + "displayName": "User Name", + "options": null + }, + { + "id": "com.apple.desktop_com.apple.desktop", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.desktop_override-picture-path", + "displayName": "Override Picture Path", + "options": null + }, + { + "id": "com.apple.dictionary_com.apple.dictionary", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.dictionary_parentalcontrol", + "displayName": "Parental Control", + "options": [ + { + "id": "com.apple.dictionary_parentalcontrol_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dictionary_parentalcontrol_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adallowmultidomainauth", + "displayName": "AD Allow Multi Domain Auth", + "options": [ + { + "id": "com.apple.directoryservice.managed_adallowmultidomainauth_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adallowmultidomainauth_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adallowmultidomainauthflag", + "displayName": "AD Allow Multi Domain Auth Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adallowmultidomainauthflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adallowmultidomainauthflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adcreatemobileaccountatlogin", + "displayName": "AD Create Mobile Account At Login", + "options": [ + { + "id": "com.apple.directoryservice.managed_adcreatemobileaccountatlogin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adcreatemobileaccountatlogin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adcreatemobileaccountatloginflag", + "displayName": "AD Create Mobile Account At Login Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adcreatemobileaccountatloginflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adcreatemobileaccountatloginflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_addefaultusershell", + "displayName": "AD Default User Shell", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_addefaultusershellflag", + "displayName": "AD Default User Shell Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_addefaultusershellflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_addefaultusershellflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_addomainadmingrouplist", + "displayName": "AD Domain Admin Group List", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_addomainadmingrouplistflag", + "displayName": "AD Domain Admin Group List Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_addomainadmingrouplistflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_addomainadmingrouplistflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adforcehomelocal", + "displayName": "AD Force Home Local", + "options": [ + { + "id": "com.apple.directoryservice.managed_adforcehomelocal_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adforcehomelocal_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adforcehomelocalflag", + "displayName": "AD Force Home Local Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adforcehomelocalflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adforcehomelocalflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_admapggidattribute", + "displayName": "AD Map GGID Attribute", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_admapggidattributeflag", + "displayName": "AD Map GGID Attribute Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_admapggidattributeflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_admapggidattributeflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_admapgidattribute", + "displayName": "AD Map GID Attribute", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_admapgidattributeflag", + "displayName": "AD Map GID Attribute Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_admapgidattributeflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_admapgidattributeflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_admapuidattribute", + "displayName": "AD Map UID Attribute", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_admapuidattributeflag", + "displayName": "AD Map UID Attribute Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_admapuidattributeflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_admapuidattributeflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_admountstyle", + "displayName": "AD Mount Style", + "options": [ + { + "id": "com.apple.directoryservice.managed_admountstyle_0", + "displayName": "afp", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_admountstyle_1", + "displayName": "smb", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adnamespace", + "displayName": "AD Namespace", + "options": [ + { + "id": "com.apple.directoryservice.managed_adnamespace_0", + "displayName": "forest", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adnamespace_1", + "displayName": "domain", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adnamespaceflag", + "displayName": "AD Namespace Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adnamespaceflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adnamespaceflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adorganizationalunit", + "displayName": "AD Organizational Unit", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_adpacketencrypt", + "displayName": "AD Packet Encrypt", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_adpacketencryptflag", + "displayName": "AD Packet Encrypt Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adpacketencryptflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adpacketencryptflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adpacketsign", + "displayName": "AD Packet Sign", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_adpacketsignflag", + "displayName": "AD Packet Sign Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adpacketsignflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adpacketsignflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adpreferreddcserver", + "displayName": "AD Preferred DC Server", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_adpreferreddcserverflag", + "displayName": "AD Preferred DC Server Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adpreferreddcserverflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adpreferreddcserverflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adrestrictddns", + "displayName": "AD Restrict DDNS", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_adrestrictddnsflag", + "displayName": "AD Restrict DDNS Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adrestrictddnsflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adrestrictddnsflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adtrustchangepassintervaldays", + "displayName": "AD Trust Change Pass Interval Days", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_adtrustchangepassintervaldaysflag", + "displayName": "AD Trust Change Pass Interval Days Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adtrustchangepassintervaldaysflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adtrustchangepassintervaldaysflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adusewindowsuncpath", + "displayName": "AD Use Windows UNC Path", + "options": [ + { + "id": "com.apple.directoryservice.managed_adusewindowsuncpath_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adusewindowsuncpath_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adusewindowsuncpathflag", + "displayName": "AD Use Windows UNC Path Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adusewindowsuncpathflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adusewindowsuncpathflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adwarnuserbeforecreatingma", + "displayName": "AD Warn User Before Creating MA", + "options": [ + { + "id": "com.apple.directoryservice.managed_adwarnuserbeforecreatingma_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adwarnuserbeforecreatingma_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_adwarnuserbeforecreatingmaflag", + "displayName": "AD Warn User Before Creating MA Flag", + "options": [ + { + "id": "com.apple.directoryservice.managed_adwarnuserbeforecreatingmaflag_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.directoryservice.managed_adwarnuserbeforecreatingmaflag_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.directoryservice.managed_clientid", + "displayName": "Client ID", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_com.apple.directoryservice.managed", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_description", + "displayName": "Description", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_hostname", + "displayName": "Host Name", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_password", + "displayName": "Password", + "options": null + }, + { + "id": "com.apple.directoryservice.managed_username", + "displayName": "User Name", + "options": null + }, + { + "id": "com.apple.discrecording_burnsupport", + "displayName": "Burn Support", + "options": [ + { + "id": "com.apple.discrecording_burnsupport_0", + "displayName": "off", + "description": null + }, + { + "id": "com.apple.discrecording_burnsupport_1", + "displayName": "authenticate", + "description": null + }, + { + "id": "com.apple.discrecording_burnsupport_2", + "displayName": "on", + "description": null + } + ] + }, + { + "id": "com.apple.discrecording_com.apple.discrecording", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_com.apple.dnssettings.managed", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_dnssettings", + "displayName": "DNS Settings", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_dnssettings_dnsprotocol", + "displayName": "DNS Protocol", + "options": [ + { + "id": "com.apple.dnssettings.managed_dnssettings_dnsprotocol_0", + "displayName": "HTTPS", + "description": null + }, + { + "id": "com.apple.dnssettings.managed_dnssettings_dnsprotocol_1", + "displayName": "TLS", + "description": null + } + ] + }, + { + "id": "com.apple.dnssettings.managed_dnssettings_serveraddresses", + "displayName": "Server Addresses", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_dnssettings_servername", + "displayName": "Server Name (Deprecated)", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_dnssettings_serverurl", + "displayName": "Server URL", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_dnssettings_supplementalmatchdomains", + "displayName": "Supplemental Match Domains", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules", + "displayName": "On Demand Rules", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_action", + "displayName": "Action", + "options": [ + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_action_0", + "displayName": "Connect", + "description": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_action_1", + "displayName": "Disconnect", + "description": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_action_2", + "displayName": "Evaluate Connection", + "description": null + } + ] + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters", + "displayName": "Action Parameters", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters_domainaction", + "displayName": "Domain Action (Deprecated)", + "options": [ + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters_domainaction_0", + "displayName": "Never Connect", + "description": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters_domainaction_1", + "displayName": "Connect If Needed", + "description": null + } + ] + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters_domains", + "displayName": "Domains (Deprecated)", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters_item_domainaction", + "displayName": "Domain Action", + "options": [ + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters_item_domainaction_0", + "displayName": "NeverConnect", + "description": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters_item_domainaction_1", + "displayName": "ConnectIfNeeded", + "description": null + } + ] + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_actionparameters_item_domains", + "displayName": "Domains", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_dnsdomainmatch", + "displayName": "DNS Domain Match", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_dnsserveraddressmatch", + "displayName": "DNS Server Address Match", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_interfacetypematch", + "displayName": "Interface Type Match", + "options": [ + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_interfacetypematch_0", + "displayName": "Ethernet", + "description": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_interfacetypematch_1", + "displayName": "WiFi", + "description": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_interfacetypematch_2", + "displayName": "Cellular", + "description": null + } + ] + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_ssidmatch", + "displayName": "SSID Match", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_ondemandrules_item_urlstringprobe", + "displayName": "URL String Probe", + "options": null + }, + { + "id": "com.apple.dnssettings.managed_prohibitdisablement", + "displayName": "Prohibit Disablement", + "options": [ + { + "id": "com.apple.dnssettings.managed_prohibitdisablement_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.dnssettings.managed_prohibitdisablement_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.dock_allowdockfixupoverride", + "displayName": "Allow Dock Fixup Override", + "options": [ + { + "id": "com.apple.dock_allowdockfixupoverride_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_allowdockfixupoverride_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_autohide", + "displayName": "Auto Hide", + "options": [ + { + "id": "com.apple.dock_autohide_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_autohide_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_autohide-immutable", + "displayName": "Auto Hide Immutable", + "options": [ + { + "id": "com.apple.dock_autohide-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_autohide-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_com.apple.dock", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.dock_contents-immutable", + "displayName": "Contents Immutable", + "options": [ + { + "id": "com.apple.dock_contents-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_contents-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_dblclickbehavior", + "displayName": "Double Click Behavior", + "options": [ + { + "id": "com.apple.dock_dblclickbehavior_0", + "displayName": "Minimize", + "description": null + }, + { + "id": "com.apple.dock_dblclickbehavior_1", + "displayName": "Maximize", + "description": null + }, + { + "id": "com.apple.dock_dblclickbehavior_2", + "displayName": "None", + "description": null + } + ] + }, + { + "id": "com.apple.dock_dblclickbehavior-immutable", + "displayName": "Double Click Behavior Immutable", + "options": [ + { + "id": "com.apple.dock_dblclickbehavior-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_dblclickbehavior-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_largesize", + "displayName": "Large Size", + "options": null + }, + { + "id": "com.apple.dock_launchanim", + "displayName": "Launch Animation", + "options": [ + { + "id": "com.apple.dock_launchanim_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_launchanim_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_launchanim-immutable", + "displayName": "Launch Animation Immutable", + "options": [ + { + "id": "com.apple.dock_launchanim-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_launchanim-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_magnification", + "displayName": "Magnification", + "options": [ + { + "id": "com.apple.dock_magnification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_magnification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_magnify-immutable", + "displayName": "Magnify Immutable", + "options": [ + { + "id": "com.apple.dock_magnify-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_magnify-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_magsize-immutable", + "displayName": "Magnification Size Immutable", + "options": [ + { + "id": "com.apple.dock_magsize-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_magsize-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_mcxdockspecialfolders", + "displayName": "MCX Dock Special Folders", + "options": null + }, + { + "id": "com.apple.dock_mineffect", + "displayName": "Minimize Effect", + "options": [ + { + "id": "com.apple.dock_mineffect_0", + "displayName": "Genie", + "description": null + }, + { + "id": "com.apple.dock_mineffect_1", + "displayName": "Scale", + "description": null + } + ] + }, + { + "id": "com.apple.dock_mineffect-immutable", + "displayName": "Minimize Effect Immutable", + "options": [ + { + "id": "com.apple.dock_mineffect-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_mineffect-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_minimize-to-application", + "displayName": "Minimize To Application", + "options": [ + { + "id": "com.apple.dock_minimize-to-application_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_minimize-to-application_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_minintoapp-immutable", + "displayName": "Minimize Into Application Immutable", + "options": [ + { + "id": "com.apple.dock_minintoapp-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_minintoapp-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_orientation", + "displayName": "Orientation", + "options": [ + { + "id": "com.apple.dock_orientation_0", + "displayName": "Bottom", + "description": null + }, + { + "id": "com.apple.dock_orientation_1", + "displayName": "Left", + "description": null + }, + { + "id": "com.apple.dock_orientation_2", + "displayName": "Right", + "description": null + } + ] + }, + { + "id": "com.apple.dock_persistent-apps", + "displayName": "Persistent Apps", + "options": null + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-data", + "displayName": "Tile Data", + "options": null + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-data_file-type", + "displayName": "File Type", + "options": [ + { + "id": "com.apple.dock_persistent-apps_item_tile-data_file-type_0", + "displayName": "URL", + "description": null + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-data_file-type_1", + "displayName": "File", + "description": null + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-data_file-type_2", + "displayName": "Directory", + "description": null + } + ] + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-data_label", + "displayName": "Label", + "options": null + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-data_url", + "displayName": "URL", + "options": null + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-type", + "displayName": "Tile Type", + "options": [ + { + "id": "com.apple.dock_persistent-apps_item_tile-type_0", + "displayName": "File", + "description": null + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-type_1", + "displayName": "Directory", + "description": null + }, + { + "id": "com.apple.dock_persistent-apps_item_tile-type_2", + "displayName": "URL", + "description": null + } + ] + }, + { + "id": "com.apple.dock_persistent-others", + "displayName": "Persistent Others", + "options": null + }, + { + "id": "com.apple.dock_persistent-others_item_tile-data", + "displayName": "Tile Data", + "options": null + }, + { + "id": "com.apple.dock_persistent-others_item_tile-data_file-type", + "displayName": "File Type", + "options": [ + { + "id": "com.apple.dock_persistent-others_item_tile-data_file-type_0", + "displayName": "URL", + "description": null + }, + { + "id": "com.apple.dock_persistent-others_item_tile-data_file-type_1", + "displayName": "File", + "description": null + }, + { + "id": "com.apple.dock_persistent-others_item_tile-data_file-type_2", + "displayName": "Directory", + "description": null + } + ] + }, + { + "id": "com.apple.dock_persistent-others_item_tile-data_label", + "displayName": "Label", + "options": null + }, + { + "id": "com.apple.dock_persistent-others_item_tile-data_url", + "displayName": "URL", + "options": null + }, + { + "id": "com.apple.dock_persistent-others_item_tile-type", + "displayName": "Tile Type", + "options": [ + { + "id": "com.apple.dock_persistent-others_item_tile-type_0", + "displayName": "File", + "description": null + }, + { + "id": "com.apple.dock_persistent-others_item_tile-type_1", + "displayName": "Directory", + "description": null + }, + { + "id": "com.apple.dock_persistent-others_item_tile-type_2", + "displayName": "URL", + "description": null + } + ] + }, + { + "id": "com.apple.dock_position-immutable", + "displayName": "Position Immutable", + "options": [ + { + "id": "com.apple.dock_position-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_position-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_showindicators-immutable", + "displayName": "Show Indicators Immutable", + "options": [ + { + "id": "com.apple.dock_showindicators-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_showindicators-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_show-process-indicators", + "displayName": "Show Process Indicators", + "options": [ + { + "id": "com.apple.dock_show-process-indicators_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_show-process-indicators_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_show-recents", + "displayName": "Show Recents", + "options": [ + { + "id": "com.apple.dock_show-recents_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_show-recents_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_showrecents-immutable", + "displayName": "Show Recents Immutable", + "options": [ + { + "id": "com.apple.dock_showrecents-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_showrecents-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_size-immutable", + "displayName": "Size Immutable", + "options": [ + { + "id": "com.apple.dock_size-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_size-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_static-apps", + "displayName": "Static Apps", + "options": null + }, + { + "id": "com.apple.dock_static-apps_item_tile-data", + "displayName": "Tile Data", + "options": null + }, + { + "id": "com.apple.dock_static-apps_item_tile-data_file-type", + "displayName": "File Type", + "options": [ + { + "id": "com.apple.dock_static-apps_item_tile-data_file-type_0", + "displayName": "URL", + "description": null + }, + { + "id": "com.apple.dock_static-apps_item_tile-data_file-type_1", + "displayName": "File", + "description": null + }, + { + "id": "com.apple.dock_static-apps_item_tile-data_file-type_2", + "displayName": "Directory", + "description": null + } + ] + }, + { + "id": "com.apple.dock_static-apps_item_tile-data_label", + "displayName": "Label", + "options": null + }, + { + "id": "com.apple.dock_static-apps_item_tile-data_url", + "displayName": "URL", + "options": null + }, + { + "id": "com.apple.dock_static-apps_item_tile-type", + "displayName": "Tile Type", + "options": [ + { + "id": "com.apple.dock_static-apps_item_tile-type_0", + "displayName": "File", + "description": null + }, + { + "id": "com.apple.dock_static-apps_item_tile-type_1", + "displayName": "Directory", + "description": null + }, + { + "id": "com.apple.dock_static-apps_item_tile-type_2", + "displayName": "URL", + "description": null + } + ] + }, + { + "id": "com.apple.dock_static-only", + "displayName": "Static Only", + "options": [ + { + "id": "com.apple.dock_static-only_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_static-only_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.dock_static-others", + "displayName": "Static Others", + "options": null + }, + { + "id": "com.apple.dock_static-others_item_tile-data", + "displayName": "Tile Data", + "options": null + }, + { + "id": "com.apple.dock_static-others_item_tile-data_file-type", + "displayName": "File Type", + "options": [ + { + "id": "com.apple.dock_static-others_item_tile-data_file-type_0", + "displayName": "URL", + "description": null + }, + { + "id": "com.apple.dock_static-others_item_tile-data_file-type_1", + "displayName": "File", + "description": null + }, + { + "id": "com.apple.dock_static-others_item_tile-data_file-type_2", + "displayName": "Directory", + "description": null + } + ] + }, + { + "id": "com.apple.dock_static-others_item_tile-data_label", + "displayName": "Label", + "options": null + }, + { + "id": "com.apple.dock_static-others_item_tile-data_url", + "displayName": "URL", + "options": null + }, + { + "id": "com.apple.dock_static-others_item_tile-type", + "displayName": "Tile Type", + "options": [ + { + "id": "com.apple.dock_static-others_item_tile-type_0", + "displayName": "File", + "description": null + }, + { + "id": "com.apple.dock_static-others_item_tile-type_1", + "displayName": "Directory", + "description": null + }, + { + "id": "com.apple.dock_static-others_item_tile-type_2", + "displayName": "URL", + "description": null + } + ] + }, + { + "id": "com.apple.dock_tilesize", + "displayName": "Tile Size", + "options": null + }, + { + "id": "com.apple.dock_windowtabbing", + "displayName": "Window Tabbing", + "options": [ + { + "id": "com.apple.dock_windowtabbing_0", + "displayName": "Manual", + "description": null + }, + { + "id": "com.apple.dock_windowtabbing_1", + "displayName": "Always", + "description": null + }, + { + "id": "com.apple.dock_windowtabbing_2", + "displayName": "Full Screen", + "description": null + } + ] + }, + { + "id": "com.apple.dock_windowtabbing-immutable", + "displayName": "Window Tabbing Immutable", + "options": [ + { + "id": "com.apple.dock_windowtabbing-immutable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.dock_windowtabbing-immutable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.domains_com.apple.domains", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.domains_crosssitetrackingpreventionrelaxeddomains", + "displayName": "Cross Site Tracking Prevention Relaxed Domains", + "options": null + }, + { + "id": "com.apple.domains_emaildomains", + "displayName": "Email Domains", + "options": null + }, + { + "id": "com.apple.domains_safaripasswordautofilldomains", + "displayName": "Safari Password Auto Fill Domains", + "options": null + }, + { + "id": "com.apple.domains_webdomains", + "displayName": "Web Domains", + "options": null + }, + { + "id": "com.apple.extensiblesso_authenticationmethod", + "displayName": "Authentication Method (Deprecated)", + "options": [ + { + "id": "com.apple.extensiblesso_authenticationmethod_0", + "displayName": "Password", + "description": null + }, + { + "id": "com.apple.extensiblesso_authenticationmethod_1", + "displayName": "UserSecureEnclaveKey", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_com.apple.extensiblesso", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.extensiblesso_com.apple.extensiblesso-kerberos_kerberos", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.extensiblesso_deniedbundleidentifiers", + "displayName": "Denied Bundle Identifiers", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata", + "displayName": "Extension Data", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_allowautomaticlogin_kerberos", + "displayName": "Allow Automatic Login", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_allowautomaticlogin_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_allowautomaticlogin_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_allowpassword_kerberos", + "displayName": "allow Password", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_allowpassword_kerberos_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_allowpassword_kerberos_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_allowpasswordchange_kerberos", + "displayName": "Allow Password Change", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_allowpasswordchange_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_allowpasswordchange_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_allowsmartcard_kerberos", + "displayName": "allow Smart Card", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_allowsmartcard_kerberos_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_allowsmartcard_kerberos_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_credentialbundleidacl_kerberos", + "displayName": "Credential Bundle ID ACL", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_credentialusemode_kerberos", + "displayName": "Credential Use Mode", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_credentialusemode_kerberos_0", + "displayName": "Always", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_credentialusemode_kerberos_1", + "displayName": "When Not Specified", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_credentialusemode_kerberos_2", + "displayName": "Kerberos Default ", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_customusernamelabel_kerberos", + "displayName": "Custom Username Label", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_delayusersetup_kerberos", + "displayName": "Delay User Setup", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_delayusersetup_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_delayusersetup_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_domainrealmmapping_generickey_kerberos_keytobereplaced", + "displayName": "Realm", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_domainrealmmapping_generickey_kerberos_string", + "displayName": "Domain Realm Mapping", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_domainrealmmapping_kerberos", + "displayName": "Domain Realm Mapping", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_domainrealmmapping_realm_kerberos", + "displayName": "Realm (Deprecated)", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_generickey_boolean", + "displayName": "Value", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_generickey_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_generickey_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_generickey_integer", + "displayName": "Value", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_generickey_keytobereplaced", + "displayName": "Key", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_generickey_string", + "displayName": "Value", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_helptext_kerberos", + "displayName": "Help Text", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_identityissuerautoselectfilter_kerberos", + "displayName": "identity Issuer Auto Select Filter", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_includekerberosappsinbundleidacl_kerberos", + "displayName": "Include Kerberos Apps In Bundle ID ACL", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_includekerberosappsinbundleidacl_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_includekerberosappsinbundleidacl_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_includemanagedappsinbundleidacl_kerberos", + "displayName": "Include Managed Apps In Bundle ID ACL", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_includemanagedappsinbundleidacl_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_includemanagedappsinbundleidacl_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_isdefaultrealm_kerberos", + "displayName": "Is Default Realm", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_isdefaultrealm_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_isdefaultrealm_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_kerberos", + "displayName": "Extension Data", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_monitorcredentialscache_kerberos", + "displayName": "Monitor Credentials Cache", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_monitorcredentialscache_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_monitorcredentialscache_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_performkerberosonly_kerberos", + "displayName": "Perform Kerberos Only", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_performkerberosonly_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_performkerberosonly_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_preferredkdcs_kerberos", + "displayName": "Preferred KDCs", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_principalname_kerberos", + "displayName": "Principal Name", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_pwchangeurl_kerberos", + "displayName": "Password Change URL", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_pwnotificationdays_kerberos", + "displayName": "Password Notification Days", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_pwreqcomplexity_kerberos", + "displayName": "Password Req Complexity", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_pwreqcomplexity_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_pwreqcomplexity_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_pwreqhistory_kerberos", + "displayName": "Password Req History", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_pwreqlength_kerberos", + "displayName": "Password Req Length", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_pwreqminage_kerberos", + "displayName": "Password Req Min Age", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_pwreqtext_kerberos", + "displayName": "Password Req Text", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_requiretlsforldap_kerberos", + "displayName": "Require TLS For LDAP", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_requiretlsforldap_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_requiretlsforldap_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_requireuserpresence_kerberos", + "displayName": "Require User Presence", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_requireuserpresence_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_requireuserpresence_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_sitecode_kerberos", + "displayName": "Site Code", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_startinsmartcardmode_kerberos", + "displayName": "start In Smart Card Mode", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_startinsmartcardmode_kerberos_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_startinsmartcardmode_kerberos_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_synclocalpassword_kerberos", + "displayName": "Sync Local Password", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_synclocalpassword_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_synclocalpassword_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensiondata_usesiteautodiscovery_kerberos", + "displayName": "Use Site Auto Discovery", + "options": [ + { + "id": "com.apple.extensiblesso_extensiondata_usesiteautodiscovery_kerberos_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.extensiblesso_extensiondata_usesiteautodiscovery_kerberos_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_extensionidentifier", + "displayName": "Extension Identifier", + "options": null + }, + { + "id": "com.apple.extensiblesso_extensionidentifier_kerberos", + "displayName": "Extension Identifier", + "options": { + "id": "com.apple.extensiblesso_extensionidentifier_kerberos_0", + "displayName": "com.apple.AppSSOKerberos.KerberosExtension", + "description": null + } + }, + { + "id": "com.apple.extensiblesso_hosts", + "displayName": "Hosts", + "options": null + }, + { + "id": "com.apple.extensiblesso_hosts_kerberos", + "displayName": "Hosts", + "options": null + }, + { + "id": "com.apple.extensiblesso_ignored_$typepicker", + "displayName": "Type", + "options": [ + { + "id": "com.apple.extensiblesso_ignored_0", + "displayName": "String", + "description": "String" + }, + { + "id": "com.apple.extensiblesso_ignored_1", + "displayName": "Integer", + "description": "Integer" + }, + { + "id": "com.apple.extensiblesso_ignored_2", + "displayName": "Boolean", + "description": "Boolean" + } + ] + }, + { + "id": "com.apple.extensiblesso_ignored_kerberos_$typepicker", + "displayName": "IGNORED", + "options": { + "id": "com.apple.extensiblesso_ignored_kerberos_0", + "displayName": "Array", + "description": null + } + }, + { + "id": "com.apple.extensiblesso_platformsso", + "displayName": "Platform SSO", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_accountdisplayname", + "displayName": "Account Display Name", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_additionalgroups", + "displayName": "Additional Groups", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_administratorgroups", + "displayName": "Administrator Groups", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_authenticationgraceperiod", + "displayName": "Authentication Grace Period", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_authenticationmethod", + "displayName": "Authentication Method", + "options": [ + { + "id": "com.apple.extensiblesso_platformsso_authenticationmethod_0", + "displayName": "Password", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_authenticationmethod_1", + "displayName": "UserSecureEnclaveKey", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_authenticationmethod_2", + "displayName": "SmartCard", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_platformsso_authorizationgroups", + "displayName": "Authorization Groups", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_authorizationgroups_authorization right", + "displayName": "Authorization Right (Deprecated)", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_authorizationgroups_generickey", + "displayName": "ANY", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_authorizationgroups_generickey_keytobereplaced", + "displayName": "Authorization Groups", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_authorizationgroups_group", + "displayName": "Group (Deprecated)", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_enableauthorization", + "displayName": "Enable Authorization", + "options": [ + { + "id": "com.apple.extensiblesso_platformsso_enableauthorization_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_enableauthorization_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_platformsso_enablecreateuseratlogin", + "displayName": "Enable Create User At Login", + "options": [ + { + "id": "com.apple.extensiblesso_platformsso_enablecreateuseratlogin_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_enablecreateuseratlogin_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_platformsso_filevaultpolicy", + "displayName": "FileVault Policy", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_loginfrequency", + "displayName": "Login Frequency", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_loginpolicy", + "displayName": "Login Policy", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_newuserauthorizationmode", + "displayName": "New User Authorization Mode", + "options": [ + { + "id": "com.apple.extensiblesso_platformsso_newuserauthorizationmode_0", + "displayName": "Standard", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_newuserauthorizationmode_1", + "displayName": "Admin", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_newuserauthorizationmode_2", + "displayName": "Groups", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_platformsso_nonplatformssoaccounts", + "displayName": "Non Platform SSO Accounts", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_offlinegraceperiod", + "displayName": "Offline Grace Period", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_tokentousermapping", + "displayName": "Token To User Mapping", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_tokentousermapping_accountname", + "displayName": "Account Name", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_tokentousermapping_fullname", + "displayName": "Full Name", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_unlockpolicy", + "displayName": "Unlock Policy", + "options": null + }, + { + "id": "com.apple.extensiblesso_platformsso_userauthorizationmode", + "displayName": "User Authorization Mode", + "options": [ + { + "id": "com.apple.extensiblesso_platformsso_userauthorizationmode_0", + "displayName": "Standard", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_userauthorizationmode_1", + "displayName": "Admin", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_userauthorizationmode_2", + "displayName": "Groups", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_platformsso_useshareddevicekeys", + "displayName": "Use Shared Device Keys", + "options": [ + { + "id": "com.apple.extensiblesso_platformsso_useshareddevicekeys_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.extensiblesso_platformsso_useshareddevicekeys_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_realm", + "displayName": "Realm", + "options": null + }, + { + "id": "com.apple.extensiblesso_realm_kerberos", + "displayName": "Realm", + "options": null + }, + { + "id": "com.apple.extensiblesso_registrationtoken", + "displayName": "Registration Token", + "options": null + }, + { + "id": "com.apple.extensiblesso_screenlockedbehavior", + "displayName": "Screen Locked Behavior", + "options": { + "id": "com.apple.extensiblesso_screenlockedbehavior_0", + "displayName": "Do Not Handle", + "description": null + } + }, + { + "id": "com.apple.extensiblesso_teamidentifier", + "displayName": "Team Identifier", + "options": null + }, + { + "id": "com.apple.extensiblesso_teamidentifier_kerberos", + "displayName": "Team Identifier", + "options": { + "id": "com.apple.extensiblesso_teamidentifier_kerberos_0", + "displayName": "apple", + "description": null + } + }, + { + "id": "com.apple.extensiblesso_type", + "displayName": "Type", + "options": [ + { + "id": "com.apple.extensiblesso_type_0", + "displayName": "Credential", + "description": null + }, + { + "id": "com.apple.extensiblesso_type_1", + "displayName": "Redirect", + "description": null + } + ] + }, + { + "id": "com.apple.extensiblesso_type_kerberos", + "displayName": "Type", + "options": { + "id": "com.apple.extensiblesso_type_kerberos_0", + "displayName": "Credential", + "description": null + } + }, + { + "id": "com.apple.extensiblesso_urls", + "displayName": "URLs", + "options": null + }, + { + "id": "com.apple.familycontrols.contentfilter_com.apple.familycontrols.contentfilter", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.familycontrols.contentfilter_filterblacklist", + "displayName": "Filter Blocklist", + "options": null + }, + { + "id": "com.apple.familycontrols.contentfilter_filterwhitelist", + "displayName": "Filter Allowlist", + "options": null + }, + { + "id": "com.apple.familycontrols.contentfilter_restrictweb", + "displayName": "Restrict Web", + "options": [ + { + "id": "com.apple.familycontrols.contentfilter_restrictweb_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.familycontrols.contentfilter_restrictweb_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.contentfilter_sitewhitelist", + "displayName": "Site Allowlist", + "options": null + }, + { + "id": "com.apple.familycontrols.contentfilter_sitewhitelist_item_address", + "displayName": "Address", + "options": null + }, + { + "id": "com.apple.familycontrols.contentfilter_sitewhitelist_item_pagetitle", + "displayName": "Page Title", + "options": null + }, + { + "id": "com.apple.familycontrols.contentfilter_usecontentfilter", + "displayName": "Use Content Filter", + "options": [ + { + "id": "com.apple.familycontrols.contentfilter_usecontentfilter_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.familycontrols.contentfilter_usecontentfilter_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.contentfilter_whitelistenabled", + "displayName": "Allowlist Enabled", + "options": [ + { + "id": "com.apple.familycontrols.contentfilter_whitelistenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.familycontrols.contentfilter_whitelistenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_com.apple.familycontrols.timelimits.v2", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_familycontrolsenabled", + "displayName": "Family Controls Enabled", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_familycontrolsenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_familycontrolsenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits", + "displayName": "Time Limits", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance", + "displayName": "Weekday Allowance", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_enabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_enabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_end", + "displayName": "End", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_rangetype", + "displayName": "Range Type", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_rangetype_0", + "displayName": "Weekday", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_rangetype_1", + "displayName": "Weekend", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_secondsperday", + "displayName": "Seconds Per Day", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-allowance_start", + "displayName": "Start", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew", + "displayName": "Weekday Curfew", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_enabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_enabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_end", + "displayName": "End", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_rangetype", + "displayName": "Range Type", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_rangetype_0", + "displayName": "Weekday", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_rangetype_1", + "displayName": "Weekend", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_secondsperday", + "displayName": "Seconds Per Day", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekday-curfew_start", + "displayName": "Start", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance", + "displayName": "Weekend Allowance", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_enabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_enabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_end", + "displayName": "End", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_rangetype", + "displayName": "Range Type", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_rangetype_0", + "displayName": "Weekday", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_rangetype_1", + "displayName": "Weekend", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_secondsperday", + "displayName": "Seconds Per Day", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-allowance_start", + "displayName": "Start", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew", + "displayName": "Weekend Curfew", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_enabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_enabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_end", + "displayName": "End", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_rangetype", + "displayName": "Range Type", + "options": [ + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_rangetype_0", + "displayName": "Weekday", + "description": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_rangetype_1", + "displayName": "Weekend", + "description": null + } + ] + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_secondsperday", + "displayName": "Seconds Per Day", + "options": null + }, + { + "id": "com.apple.familycontrols.timelimits.v2_time-limits_weekend-curfew_start", + "displayName": "Start", + "options": null + }, + { + "id": "com.apple.fileproviderd_allowmanagedfileproviderstorequestattribution", + "displayName": "Allow Managed File Providers To Request Attribution", + "options": [ + { + "id": "com.apple.fileproviderd_allowmanagedfileproviderstorequestattribution_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.fileproviderd_allowmanagedfileproviderstorequestattribution_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.fileproviderd_com.apple.fileproviderd", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.finder_com.apple.finder", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.finder_prohibitburn", + "displayName": "Prohibit Burn", + "options": [ + { + "id": "com.apple.finder_prohibitburn_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_prohibitburn_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.finder_prohibitconnectto", + "displayName": "Prohibit Connect To", + "options": [ + { + "id": "com.apple.finder_prohibitconnectto_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_prohibitconnectto_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.finder_prohibiteject", + "displayName": "Prohibit Eject", + "options": [ + { + "id": "com.apple.finder_prohibiteject_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_prohibiteject_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.finder_prohibitgotofolder", + "displayName": "Prohibit Go To Folder", + "options": [ + { + "id": "com.apple.finder_prohibitgotofolder_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_prohibitgotofolder_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.finder_showexternalharddrivesondesktop", + "displayName": "Show External Hard Drives On Desktop", + "options": [ + { + "id": "com.apple.finder_showexternalharddrivesondesktop_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_showexternalharddrivesondesktop_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.finder_showharddrivesondesktop", + "displayName": "Show Hard Drives On Desktop", + "options": [ + { + "id": "com.apple.finder_showharddrivesondesktop_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_showharddrivesondesktop_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.finder_showmountedserversondesktop", + "displayName": "Show Mounted Servers On Desktop", + "options": [ + { + "id": "com.apple.finder_showmountedserversondesktop_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_showmountedserversondesktop_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.finder_showremovablemediaondesktop", + "displayName": "Show Removable Media On Desktop", + "options": [ + { + "id": "com.apple.finder_showremovablemediaondesktop_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_showremovablemediaondesktop_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.finder_warnonemptytrash", + "displayName": "Warn On Empty Trash", + "options": [ + { + "id": "com.apple.finder_warnonemptytrash_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.finder_warnonemptytrash_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.font_com.apple.font", + "displayName": "com.apple.font", + "options": null + }, + { "id": "com.apple.font_font", "displayName": "Font", "options": null }, + { "id": "com.apple.font_name", "displayName": "Name", "options": null }, + { + "id": "com.apple.gamed_com.apple.gamed", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.gamed_gkfeatureaccountmodificationallowed", + "displayName": "GK Feature Account Modification Allowed", + "options": [ + { + "id": "com.apple.gamed_gkfeatureaccountmodificationallowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.gamed_gkfeatureaccountmodificationallowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.ldap.account_com.apple.ldap.account", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.ldap.account_ldapaccountdescription", + "displayName": "LDAP Account Description", + "options": null + }, + { + "id": "com.apple.ldap.account_ldapaccounthostname", + "displayName": "LDAP Account Host Name", + "options": null + }, + { + "id": "com.apple.ldap.account_ldapaccountpassword", + "displayName": "LDAP Account Password", + "options": null + }, + { + "id": "com.apple.ldap.account_ldapaccountusername", + "displayName": "LDAP Account User Name", + "options": null + }, + { + "id": "com.apple.ldap.account_ldapaccountusessl", + "displayName": "LDAP Account Use SSL", + "options": [ + { + "id": "com.apple.ldap.account_ldapaccountusessl_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.ldap.account_ldapaccountusessl_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.ldap.account_ldapsearchsettings", + "displayName": "LDAP Search Settings", + "options": null + }, + { + "id": "com.apple.ldap.account_ldapsearchsettings_item_ldapsearchsettingdescription", + "displayName": "LDAP Search Setting Description", + "options": null + }, + { + "id": "com.apple.ldap.account_ldapsearchsettings_item_ldapsearchsettingscope", + "displayName": "LDAP Search Setting Scope", + "options": [ + { + "id": "com.apple.ldap.account_ldapsearchsettings_item_ldapsearchsettingscope_0", + "displayName": "Base", + "description": null + }, + { + "id": "com.apple.ldap.account_ldapsearchsettings_item_ldapsearchsettingscope_1", + "displayName": "OneLevel", + "description": null + }, + { + "id": "com.apple.ldap.account_ldapsearchsettings_item_ldapsearchsettingscope_2", + "displayName": "Subtree", + "description": null + } + ] + }, + { + "id": "com.apple.ldap.account_ldapsearchsettings_item_ldapsearchsettingsearchbase", + "displayName": "LDAP Search Setting Search Base", + "options": null + }, + { + "id": "com.apple.loginitems.managed_autolaunchedapplicationdictionary-managed", + "displayName": "Auto Launch Items", + "options": null + }, + { + "id": "com.apple.loginitems.managed_autolaunchedapplicationdictionary-managed_item_hide", + "displayName": "Hide", + "options": [ + { + "id": "com.apple.loginitems.managed_autolaunchedapplicationdictionary-managed_item_hide_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginitems.managed_autolaunchedapplicationdictionary-managed_item_hide_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginitems.managed_autolaunchedapplicationdictionary-managed_item_path", + "displayName": "Path", + "options": null + }, + { + "id": "com.apple.loginitems.managed_com.apple.loginitems.managed", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.loginwindow_adminhostinfo", + "displayName": "Admin Host Info", + "options": null + }, + { + "id": "com.apple.loginwindow_allowlist", + "displayName": "Allow List", + "options": null + }, + { + "id": "com.apple.loginwindow_autologinpassword", + "displayName": "Autologin Password", + "options": null + }, + { + "id": "com.apple.loginwindow_autologinusername", + "displayName": "Autologin Username", + "options": null + }, + { + "id": "com.apple.loginwindow_com.apple.loginwindow", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.loginwindow_denylist", + "displayName": "Deny List", + "options": null + }, + { + "id": "com.apple.loginwindow_disableconsoleaccess", + "displayName": "Disable Console Access", + "options": [ + { + "id": "com.apple.loginwindow_disableconsoleaccess_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_disableconsoleaccess_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_disablescreenlockimmediate", + "displayName": "Disable Screen Lock Immediate", + "options": [ + { + "id": "com.apple.loginwindow_disablescreenlockimmediate_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_disablescreenlockimmediate_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_hideadminusers", + "displayName": "Hide Admin Users", + "options": [ + { + "id": "com.apple.loginwindow_hideadminusers_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_hideadminusers_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_hidelocalusers", + "displayName": "Hide Local Users", + "options": [ + { + "id": "com.apple.loginwindow_hidelocalusers_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_hidelocalusers_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_includenetworkuser", + "displayName": "Include Network User", + "options": [ + { + "id": "com.apple.loginwindow_includenetworkuser_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_includenetworkuser_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_loginwindowtext", + "displayName": "Login Window Text", + "options": null + }, + { + "id": "com.apple.loginwindow_logoutdisabledwhileloggedin", + "displayName": "Log Out Disabled While Logged In", + "options": [ + { + "id": "com.apple.loginwindow_logoutdisabledwhileloggedin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_logoutdisabledwhileloggedin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_poweroffdisabledwhileloggedin", + "displayName": "Power Off Disabled While Logged In", + "options": [ + { + "id": "com.apple.loginwindow_poweroffdisabledwhileloggedin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_poweroffdisabledwhileloggedin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_restartdisabled", + "displayName": "Restart Disabled", + "options": [ + { + "id": "com.apple.loginwindow_restartdisabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_restartdisabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_restartdisabledwhileloggedin", + "displayName": "Restart Disabled While Logged In", + "options": [ + { + "id": "com.apple.loginwindow_restartdisabledwhileloggedin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_restartdisabledwhileloggedin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_showfullname", + "displayName": "Show Full Name", + "options": [ + { + "id": "com.apple.loginwindow_showfullname_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_showfullname_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_showotherusers_managed", + "displayName": "Show Other Users Managed", + "options": [ + { + "id": "com.apple.loginwindow_showotherusers_managed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_showotherusers_managed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_shutdowndisabled", + "displayName": "Shut Down Disabled", + "options": [ + { + "id": "com.apple.loginwindow_shutdowndisabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_shutdowndisabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_shutdowndisabledwhileloggedin", + "displayName": "Shut Down Disabled While Logged In", + "options": [ + { + "id": "com.apple.loginwindow_shutdowndisabledwhileloggedin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_shutdowndisabledwhileloggedin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.loginwindow_sleepdisabled", + "displayName": "Sleep Disabled", + "options": [ + { + "id": "com.apple.loginwindow_sleepdisabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.loginwindow_sleepdisabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_acknowledgeddatacollectionpolicy", + "displayName": "Automatically acknowledge data collection policy", + "options": [ + { + "id": "com.apple.managedclient.preferences_acknowledgeddatacollectionpolicy_0", + "displayName": "Acknowledge - send required data", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_acknowledgeddatacollectionpolicy_1", + "displayName": "Acknowledge - send required and optional data (Deprecated)", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_addressbarmicrosoftsearchinbingproviderenabled", + "displayName": "Enable Microsoft Search in Bing suggestions in the address bar", + "options": [ + { + "id": "com.apple.managedclient.preferences_addressbarmicrosoftsearchinbingproviderenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_addressbarmicrosoftsearchinbingproviderenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads", + "options": [ + { + "id": "com.apple.managedclient.preferences_adssettingforintrusiveadssites_0", + "displayName": "Allow ads on all sites", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_adssettingforintrusiveadssites_1", + "displayName": "Block ads on sites with intrusive ads. (Default value)", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_allowcertswithoutmatchingemailaddress", + "displayName": "Allow S/MIME certificates without a matching email address", + "options": [ + { + "id": "com.apple.managedclient.preferences_allowcertswithoutmatchingemailaddress_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_allowcertswithoutmatchingemailaddress_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_allowcrossoriginauthprompt", + "displayName": "Allow cross-origin HTTP Basic Auth prompts", + "options": [ + { + "id": "com.apple.managedclient.preferences_allowcrossoriginauthprompt_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_allowcrossoriginauthprompt_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_allowdeletingbrowserhistory", + "displayName": "Enable deleting browser and download history", + "options": [ + { + "id": "com.apple.managedclient.preferences_allowdeletingbrowserhistory_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_allowdeletingbrowserhistory_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_allowedemaildomains", + "displayName": "Allowed Email Domains", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_allowedthreats", + "displayName": "Allowed threats", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_allowfileselectiondialogs", + "displayName": "Allow file selection dialogs", + "options": [ + { + "id": "com.apple.managedclient.preferences_allowfileselectiondialogs_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_allowfileselectiondialogs_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_allowpopupsduringpageunload", + "displayName": "Allows a page to show popups during its unloading", + "options": [ + { + "id": "com.apple.managedclient.preferences_allowpopupsduringpageunload_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_allowpopupsduringpageunload_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_allowsurfgame", + "displayName": "Allow surf game", + "options": [ + { + "id": "com.apple.managedclient.preferences_allowsurfgame_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_allowsurfgame_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_allowsyncxhrinpagedismissal", + "displayName": "Allow pages to send synchronous XHR requests during page dismissal", + "options": [ + { + "id": "com.apple.managedclient.preferences_allowsyncxhrinpagedismissal_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_allowsyncxhrinpagedismissal_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_allowtrackingforurls", + "displayName": "Configure tracking prevention exceptions for specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_allowvisualbasictobindtosystem", + "displayName": "Allow Visual Basic macros to use system APIs", + "options": [ + { + "id": "com.apple.managedclient.preferences_allowvisualbasictobindtosystem_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_allowvisualbasictobindtosystem_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_alternateerrorpagesenabled", + "displayName": "Suggest similar pages when a webpage can’t be found", + "options": [ + { + "id": "com.apple.managedclient.preferences_alternateerrorpagesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_alternateerrorpagesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_alwaysopenpdfexternally", + "displayName": "Always open PDF files externally", + "options": [ + { + "id": "com.apple.managedclient.preferences_alwaysopenpdfexternally_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_alwaysopenpdfexternally_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for InPrivate and Guest profiles", + "options": [ + { + "id": "com.apple.managedclient.preferences_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Enable ambient authentication in regular sessions only.", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enable ambient authentication in InPrivate and regular sessions", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_ambientauthenticationinprivatemodesenabled_2", + "displayName": "Enable ambient authentication in guest and regular sessions", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_ambientauthenticationinprivatemodesenabled_3", + "displayName": "Enable ambient authentication in regular, InPrivate and guest sessions", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_appcacheforceenabled", + "displayName": "Allows the AppCache feature to be re-enabled, even if it's turned off by default", + "options": [ + { + "id": "com.apple.managedclient.preferences_appcacheforceenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_appcacheforceenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem", + "displayName": "Applications", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app", + "displayName": "Company Portal", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_application id", + "displayName": "Company Portal Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_lcid", + "displayName": "Company Portal LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_company portal.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app", + "displayName": "Microsoft Defender ATP (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_application id", + "displayName": "Microsoft Defender ATP Application ID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_lcid", + "displayName": "Microsoft Defender ATP LCID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_manifestserver", + "displayName": "Update channel override (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender atp.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app", + "displayName": "Microsoft Defender", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_application id", + "displayName": "Microsoft Defender Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_lcid", + "displayName": "Microsoft Defender LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft defender.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app", + "displayName": "Microsoft Edge Beta (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_application id", + "displayName": "Microsoft Edge Beta Application ID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_lcid", + "displayName": "Microsoft Edge Beta LCID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_manifestserver", + "displayName": "Update channel override (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge beta.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app", + "displayName": "Microsoft Edge Canary (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_application id", + "displayName": "Microsoft Edge Canary Application ID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_lcid", + "displayName": "Microsoft Edge Canary LCID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_manifestserver", + "displayName": "Update channel override (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge canary.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app", + "displayName": "Microsoft Edge Dev (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_application id", + "displayName": "Microsoft Edge Dev Application ID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_lcid", + "displayName": "Microsoft Edge Dev LCID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_manifestserver", + "displayName": "Update channel override (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge dev.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app", + "displayName": "Microsoft Edge (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_application id", + "displayName": "Microsoft Edge Application ID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_lcid", + "displayName": "Microsoft Edge LCID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_manifestserver", + "displayName": "Update channel override (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft edge.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app", + "displayName": "Microsoft Excel", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_application id", + "displayName": "Microsoft Excel Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_lcid", + "displayName": "Microsoft Excel LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft excel.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app", + "displayName": "Microsoft OneNote", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_application id", + "displayName": "Microsoft OneNote Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_lcid", + "displayName": "Microsoft OneNote LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft onenote.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app", + "displayName": "Microsoft Outlook", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_application id", + "displayName": "Microsoft Outlook Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_lcid", + "displayName": "Microsoft Outlook LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft outlook.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app", + "displayName": "Microsoft PowerPoint", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_application id", + "displayName": "Microsoft PowerPoint Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_lcid", + "displayName": "Microsoft PowerPoint LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft powerpoint.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app", + "displayName": "Microsoft Remote Desktop", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_application id", + "displayName": "Microsoft Remote Desktop Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_lcid", + "displayName": "Microsoft Remote Desktop LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft remote desktop.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams (work or school).app", + "displayName": "Microsoft Teams (work or school).app", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams (work or school).app_application id", + "displayName": "Microsoft Teams (work or school) Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams (work or school).app_lcid", + "displayName": "Microsoft Teams (work or school) LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams (work or school).app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams (work or school).app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams (work or school).app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams (work or school).app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams (work or school).app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams classic.app", + "displayName": "Microsoft Teams classic", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams classic.app_application id", + "displayName": "ApplicationsSystem//Applications/Microsoft Teams classic.app/Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams classic.app_lcid", + "displayName": "Microsoft Teams classic LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams classic.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams classic.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams classic.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams classic.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams classic.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app", + "displayName": "Microsoft Teams (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_application id", + "displayName": "Microsoft Teams Application ID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_lcid", + "displayName": "Microsoft Teams LCID (Deprecated)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_manifestserver", + "displayName": "Update channel override (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft teams.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app", + "displayName": "Microsoft Word", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_application id", + "displayName": "Microsoft Word Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_lcid", + "displayName": "Microsoft Word LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_microsoft word.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app", + "displayName": "OneDrive", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_application id", + "displayName": "OneDrive Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_lcid", + "displayName": "OneDrive LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_onedrive.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app", + "displayName": "Skype for Business", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_application id", + "displayName": "Skype for Business Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_lcid", + "displayName": "Skype for Business LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_applications_skype for business.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app", + "displayName": "Microsoft Auto Update", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_application id", + "displayName": "Microsoft AutoUpdate Application ID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_channelname", + "displayName": "Channel Name (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_channelname_2", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_lcid", + "displayName": "Microsoft AutoUpdate LCID", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_manifestserver", + "displayName": "Update channel override", + "options": [ + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_manifestserver_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_manifestserver_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_manifestserver_2", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_applicationssystem_library_application support_microsoft_mau2.0_microsoft autoupdate.app_manifestserver_3", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_audiocaptureallowed", + "displayName": "Allow or block audio capture", + "options": [ + { + "id": "com.apple.managedclient.preferences_audiocaptureallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_audiocaptureallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_audiocaptureallowedurls", + "displayName": "Sites that can access audio capture devices without requesting permission", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_audiosandboxenabled", + "displayName": "Allow the audio sandbox to run", + "options": [ + { + "id": "com.apple.managedclient.preferences_audiosandboxenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_audiosandboxenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_authnegotiatedelegateallowlist", + "displayName": "Specifies a list of servers that Microsoft Edge can delegate user credentials to", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_authschemes", + "displayName": "Supported authentication schemes", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_authserverallowlist", + "displayName": "Configure list of allowed authentication servers", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_autofilladdressenabled", + "displayName": "Enable AutoFill for addresses", + "options": [ + { + "id": "com.apple.managedclient.preferences_autofilladdressenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_autofilladdressenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_autofillcreditcardenabled", + "displayName": "Enable AutoFill for credit cards", + "options": [ + { + "id": "com.apple.managedclient.preferences_autofillcreditcardenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_autofillcreditcardenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_autoimportatfirstrun", + "displayName": "Automatically import another browser's data and settings at first run", + "options": [ + { + "id": "com.apple.managedclient.preferences_autoimportatfirstrun_0", + "displayName": "Automatically imports all supported datatypes and settings from the default browser", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_autoimportatfirstrun_1", + "displayName": "Automatically imports all supported datatypes and settings from Internet Explorer", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_autoimportatfirstrun_2", + "displayName": "Automatically imports all supported datatypes and settings from Google Chrome", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_autoimportatfirstrun_3", + "displayName": "Automatically imports all supported datatypes and settings from Safari", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_autoimportatfirstrun_4", + "displayName": "Disables automatic import, and the import section of the first-run experience is skipped", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_autoimportatfirstrun_5", + "displayName": "Automatically imports all supported datatypes and settings from Mozilla Firefox", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_automaticallydownloadexternalcontent", + "displayName": "Download embedded images", + "options": [ + { + "id": "com.apple.managedclient.preferences_automaticallydownloadexternalcontent_0", + "displayName": "Never download images", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_automaticallydownloadexternalcontent_1", + "displayName": "Automatically download images from users in the address book", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_automaticallydownloadexternalcontent_2", + "displayName": "Always download images regardless of sender", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_automaticdefinitionupdateenabled", + "displayName": "Automatic security intelligence updates", + "options": [ + { + "id": "com.apple.managedclient.preferences_automaticdefinitionupdateenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_automaticdefinitionupdateenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_automaticsamplesubmission", + "displayName": "Enable / disable automatic sample submissions", + "options": [ + { + "id": "com.apple.managedclient.preferences_automaticsamplesubmission_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_automaticsamplesubmission_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_automaticuploadbandwidthpercentage", + "displayName": "Automatic upload bandwidth percentage", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_autoopenallowedforurls", + "displayName": "URLs where AutoOpenFileTypes can apply", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_autoopenfiletypes", + "displayName": "List of file types that should be automatically opened on download", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_autoplayallowed", + "displayName": "Allow media autoplay for websites", + "options": [ + { + "id": "com.apple.managedclient.preferences_autoplayallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_autoplayallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_autoselectcertificateforurls", + "displayName": "Automatically select client certificates for these sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_backgroundtemplatelistupdatesenabled", + "displayName": "Enables background updates to the list of available templates for Collections and other features that use templates", + "options": [ + { + "id": "com.apple.managedclient.preferences_backgroundtemplatelistupdatesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_backgroundtemplatelistupdatesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_basicauthoverhttpenabled", + "displayName": "Allow Basic authentication for HTTP", + "options": [ + { + "id": "com.apple.managedclient.preferences_basicauthoverhttpenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_basicauthoverhttpenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_bingadssuppression", + "displayName": "Block all ads on Bing search results", + "options": [ + { + "id": "com.apple.managedclient.preferences_bingadssuppression_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_bingadssuppression_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_blockexternalextensions", + "displayName": "Blocks external extensions from being installed", + "options": [ + { + "id": "com.apple.managedclient.preferences_blockexternalextensions_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_blockexternalextensions_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_blockexternalsync", + "displayName": "Block external sync", + "options": [ + { + "id": "com.apple.managedclient.preferences_blockexternalsync_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_blockexternalsync_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_blockthirdpartycookies", + "displayName": "Block third party cookies", + "options": [ + { + "id": "com.apple.managedclient.preferences_blockthirdpartycookies_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_blockthirdpartycookies_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_browseraddprofileenabled", + "displayName": "Enable profile creation from the Identity flyout menu or the Settings page", + "options": [ + { + "id": "com.apple.managedclient.preferences_browseraddprofileenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_browseraddprofileenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_browserguestmodeenabled", + "displayName": "Enable guest mode", + "options": [ + { + "id": "com.apple.managedclient.preferences_browserguestmodeenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_browserguestmodeenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_browsernetworktimequeriesenabled", + "displayName": "Allow queries to a Browser Network Time service", + "options": [ + { + "id": "com.apple.managedclient.preferences_browsernetworktimequeriesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_browsernetworktimequeriesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_browsersignin", + "displayName": "Browser sign-in settings", + "options": [ + { + "id": "com.apple.managedclient.preferences_browsersignin_0", + "displayName": "Disable browser sign-in", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_browsersignin_1", + "displayName": "Enable browser sign-in", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_browsersignin_2", + "displayName": "Force users to sign-in to use the browser", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_builtincertificateverifierenabled", + "displayName": "Determines whether the built-in certificate verifier will be used to verify server certificates", + "options": [ + { + "id": "com.apple.managedclient.preferences_builtincertificateverifierenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_builtincertificateverifierenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_builtindnsclientenabled", + "displayName": "Use built-in DNS client", + "options": [ + { + "id": "com.apple.managedclient.preferences_builtindnsclientenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_builtindnsclientenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_calendarfirstdayofweek", + "displayName": "Specify first day of the week", + "options": [ + { + "id": "com.apple.managedclient.preferences_calendarfirstdayofweek_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_calendarfirstdayofweek_1", + "displayName": "Monday", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_calendarfirstdayofweek_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_calendarfirstdayofweek_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_calendarfirstdayofweek_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_calendarfirstdayofweek_5", + "displayName": "Friday", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_calendarfirstdayofweek_6", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_certificatetransparencyenforcementdisabledforcas", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_certificatetransparencyenforcementdisabledforlegacycas", + "displayName": "Disable Certificate Transparency enforcement for a list of legacy certificate authorities", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_certificatetransparencyenforcementdisabledforurls", + "displayName": "Disable Certificate Transparency enforcement for specific URLs", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_channelname", + "displayName": "Update channel", + "options": [ + { + "id": "com.apple.managedclient.preferences_channelname_0", + "displayName": "Current Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_channelname_1", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_channelname_2", + "displayName": "Current Channel (Deferred)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_channelname_3", + "displayName": "Beta Channel", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_channelname_4", + "displayName": "Current Channel (Monthly)", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_clearbrowsingdataonexit", + "displayName": "Clear browsing data when Microsoft Edge closes", + "options": [ + { + "id": "com.apple.managedclient.preferences_clearbrowsingdataonexit_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_clearbrowsingdataonexit_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_clearcachedimagesandfilesonexit", + "displayName": "Clear cached images and files when Microsoft Edge closes", + "options": [ + { + "id": "com.apple.managedclient.preferences_clearcachedimagesandfilesonexit_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_clearcachedimagesandfilesonexit_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_cloudblocklevel", + "displayName": "Cloud Block Level", + "options": [ + { + "id": "com.apple.managedclient.preferences_cloudblocklevel_0", + "displayName": "normal", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_cloudblocklevel_1", + "displayName": "moderate", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_cloudblocklevel_2", + "displayName": "high", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_cloudblocklevel_3", + "displayName": "high_plus", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_cloudblocklevel_4", + "displayName": "zero_tolerance", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_collectionsservicesandexportsblocklist", + "displayName": "Block access to a specified list of services and export targets in Collections", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_commandlineflagsecuritywarningsenabled", + "displayName": "Enable security warnings for command-line flags", + "options": [ + { + "id": "com.apple.managedclient.preferences_commandlineflagsecuritywarningsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_commandlineflagsecuritywarningsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_componentupdatesenabled", + "displayName": "Enable component updates in Microsoft Edge", + "options": [ + { + "id": "com.apple.managedclient.preferences_componentupdatesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_componentupdatesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_configuredonottrack", + "displayName": "Configure Do Not Track", + "options": [ + { + "id": "com.apple.managedclient.preferences_configuredonottrack_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_configuredonottrack_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_configurefriendlyurlformat", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users", + "options": [ + { + "id": "com.apple.managedclient.preferences_configurefriendlyurlformat_0", + "displayName": "The plain URL without any extra information, such as the page's title. This is the recommended option when this policy is configured. For more information, see the description.", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_configurefriendlyurlformat_1", + "displayName": "Titled Hyperlink: A hyperlink that points to the copied URL, but whose visible text is the title of the destination page. This is the Friendly URL format.", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_configurefriendlyurlformat_2", + "displayName": "Coming soon. If set, behaves the same as 'Plain URL'.", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_configureonlinetexttospeech", + "displayName": "Configure Online Text To Speech", + "options": [ + { + "id": "com.apple.managedclient.preferences_configureonlinetexttospeech_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_configureonlinetexttospeech_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_consumerexperience", + "displayName": "Control sign-in to consumer version", + "options": [ + { + "id": "com.apple.managedclient.preferences_consumerexperience_0", + "displayName": "enabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_consumerexperience_1", + "displayName": "disabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_cookiesallowedforurls", + "displayName": "Allow cookies on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_cookiesblockedforurls", + "displayName": "Block cookies on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_cookiessessiononlyforurls", + "displayName": "Limit cookies from specific websites to the current session", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_customhelplink", + "displayName": "Specify custom help link", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_datalossprevention", + "displayName": "Use Data Loss Prevention", + "options": [ + { + "id": "com.apple.managedclient.preferences_datalossprevention_0", + "displayName": "enabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_datalossprevention_1", + "displayName": "disabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultbrowsersettingenabled", + "displayName": "Set Microsoft Edge as default browser", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultbrowsersettingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultbrowsersettingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultcookiessetting", + "displayName": "Configure cookies", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultcookiessetting_0", + "displayName": "Let all sites create cookies", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultcookiessetting_1", + "displayName": "Don't let any site create cookies", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultcookiessetting_2", + "displayName": "Keep cookies for the duration of the session", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultemailaddressordomain", + "displayName": "Default domain name", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultfilesystemreadguardsetting_0", + "displayName": "Don't allow any site to request read access to files and directories via the File System API", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultfilesystemreadguardsetting_1", + "displayName": "Allow sites to ask the user to grant read access to files and directories via the File System API", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultfilesystemwriteguardsetting_0", + "displayName": "Don't allow any site to request write access to files and directories", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultfilesystemwriteguardsetting_1", + "displayName": "Allow sites to ask the user to grant write access to files and directories", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultgeolocationsetting", + "displayName": "Default geolocation setting", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultgeolocationsetting_0", + "displayName": "Allow sites to track users' physical location", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultgeolocationsetting_1", + "displayName": "Don't allow any site to track users' physical location", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultgeolocationsetting_2", + "displayName": "Ask whenever a site wants to track users' physical location", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultimagessetting", + "displayName": "Default images setting", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultimagessetting_0", + "displayName": "Allow all sites to show all images", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultimagessetting_1", + "displayName": "Don't allow any site to show images", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultinsecurecontentsetting_0", + "displayName": "Do not allow any site to load mixed content", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultinsecurecontentsetting_1", + "displayName": "Allow users to add exceptions to allow mixed content", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultjavascriptsetting", + "displayName": "Default JavaScript setting", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultjavascriptsetting_0", + "displayName": "Allow all sites to run JavaScript", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultjavascriptsetting_1", + "displayName": "Don't allow any site to run JavaScript", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultnotificationssetting", + "displayName": "Default notification setting", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultnotificationssetting_0", + "displayName": "Allow sites to show desktop notifications", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultnotificationssetting_1", + "displayName": "Don't allow any site to show desktop notifications", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultnotificationssetting_2", + "displayName": "Ask every time a site wants to show desktop notifications", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultpluginssetting", + "displayName": "Default Adobe Flash setting", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultpluginssetting_0", + "displayName": "Block the Adobe Flash plugin", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultpluginssetting_1", + "displayName": "Click to play", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultpopupssetting", + "displayName": "Default pop-up window setting", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultpopupssetting_0", + "displayName": "Allow all sites to show pop-ups", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultpopupssetting_1", + "displayName": "Do not allow any site to show popups", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultprinterselection", + "displayName": "Default printer selection rules", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchprovidercontextmenuaccessallowed", + "displayName": "Allow default search provider context menu search access", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultsearchprovidercontextmenuaccessallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchprovidercontextmenuaccessallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchproviderenabled", + "displayName": "Enable the default search provider", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultsearchproviderenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchproviderenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchproviderencodings", + "displayName": "Default search provider encodings", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchproviderimageurl", + "displayName": "Specifies the search-by-image feature for the default search provider", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for an image URL that uses POST", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchprovidername", + "displayName": "Default search provider name", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsearchprovidersuggesturl", + "displayName": "Default search provider URL for suggestions", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsensorssetting", + "displayName": "Default sensors setting", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultsensorssetting_0", + "displayName": "Allow sites to access sensors", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultsensorssetting_1", + "displayName": "Do not allow any site to access sensors", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultserialguardsetting", + "displayName": "Control use of the Serial API", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultserialguardsetting_0", + "displayName": "Do not allow any site to request access to serial ports via the Serial API", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultserialguardsetting_1", + "displayName": "Allow sites to ask for user permission to access a serial port", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultstolocalopensave", + "displayName": "Default to local files for open/save", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultstolocalopensave_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultstolocalopensave_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultweatherlocation", + "displayName": "Default weather location", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultwebbluetoothguardsetting_0", + "displayName": "Do not allow any site to request access to Bluetooth devices via the Web Bluetooth API", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultwebbluetoothguardsetting_1", + "displayName": "Allow sites to ask the user to grant access to a nearby Bluetooth device", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API", + "options": [ + { + "id": "com.apple.managedclient.preferences_defaultwebusbguardsetting_0", + "displayName": "Do not allow any site to request access to USB devices via the WebUSB API", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_defaultwebusbguardsetting_1", + "displayName": "Allow sites to ask the user to grant access to a connected USB device", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_developertoolsavailability", + "displayName": "Control where developer tools can be used", + "options": [ + { + "id": "com.apple.managedclient.preferences_developertoolsavailability_0", + "displayName": "Block the developer tools on extensions installed by enterprise policy, allow in other contexts", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_developertoolsavailability_1", + "displayName": "Allow using the developer tools", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_developertoolsavailability_2", + "displayName": "Don't allow using the developer tools", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_diagnosticdata", + "displayName": "Send required and optional diagnostic data about browser usage", + "options": [ + { + "id": "com.apple.managedclient.preferences_diagnosticdata_0", + "displayName": "Off (Not recommended)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_diagnosticdata_1", + "displayName": "Required data", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_diagnosticdata_2", + "displayName": "Optional data", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_diagnosticdatatypepreference", + "displayName": "Diagnostic data level", + "options": [ + { + "id": "com.apple.managedclient.preferences_diagnosticdatatypepreference_0", + "displayName": "Required data only", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_diagnosticdatatypepreference_1", + "displayName": "Required and Optional data", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_diagnosticdatatypepreference_2", + "displayName": "Do not send data", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_diagnosticlevel", + "displayName": "Diagnostic collection level", + "options": [ + { + "id": "com.apple.managedclient.preferences_diagnosticlevel_0", + "displayName": "optional", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_diagnosticlevel_1", + "displayName": "required", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disable3dapis", + "displayName": "Disable support for 3D graphics APIs", + "options": [ + { + "id": "com.apple.managedclient.preferences_disable3dapis_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disable3dapis_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disableauthnegotiatecnamelookup", + "displayName": "Disable CNAME lookup when negotiating Kerberos authentication", + "options": [ + { + "id": "com.apple.managedclient.preferences_disableauthnegotiatecnamelookup_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disableauthnegotiatecnamelookup_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disableautoconfig", + "displayName": "Disable automatic sign in", + "options": [ + { + "id": "com.apple.managedclient.preferences_disableautoconfig_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disableautoconfig_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablecloudfonts", + "displayName": "Disable cloud fonts", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablecloudfonts_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablecloudfonts_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disabledonotforward", + "displayName": "Disable 'Do Not Forward' options", + "options": [ + { + "id": "com.apple.managedclient.preferences_disabledonotforward_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disabledonotforward_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disableencryptonly", + "displayName": "Disable Microsoft 365 encryption options", + "options": [ + { + "id": "com.apple.managedclient.preferences_disableencryptonly_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disableencryptonly_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disableexport", + "displayName": "Disable export to OLM files", + "options": [ + { + "id": "com.apple.managedclient.preferences_disableexport_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disableexport_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablehydrationtoast", + "displayName": "Disable download toasts", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablehydrationtoast_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablehydrationtoast_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disableimport", + "displayName": "Disable import from OLM and PST files", + "options": [ + { + "id": "com.apple.managedclient.preferences_disableimport_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disableimport_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disableinsidercheckbox", + "displayName": "Disable Office Insider membership", + "options": [ + { + "id": "com.apple.managedclient.preferences_disableinsidercheckbox_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disableinsidercheckbox_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablepersonalsync", + "displayName": "Disable personal accounts", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablepersonalsync_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablepersonalsync_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablerespondtomeetingwithoutresponse", + "displayName": "Disable 'Do not send response'", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablerespondtomeetingwithoutresponse_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablerespondtomeetingwithoutresponse_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablescreenshots", + "displayName": "Disable taking screenshots", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablescreenshots_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablescreenshots_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablesignatures", + "displayName": "Disable email signatures", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablesignatures_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablesignatures_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disableskypemeeting", + "displayName": "Disable Skype for Business meeting support", + "options": [ + { + "id": "com.apple.managedclient.preferences_disableskypemeeting_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disableskypemeeting_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablesmimecompose", + "displayName": "Disable S/MIME", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablesmimecompose_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablesmimecompose_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disableteamsmeeting", + "displayName": "Disable Microsoft Teams meeting support", + "options": [ + { + "id": "com.apple.managedclient.preferences_disableteamsmeeting_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disableteamsmeeting_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disabletutorial", + "displayName": "Disable tutorial", + "options": [ + { + "id": "com.apple.managedclient.preferences_disabletutorial_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disabletutorial_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablevisualbasicexternaldylibs", + "displayName": "Prevent Visual Basic macros from using external dynamic libraries", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablevisualbasicexternaldylibs_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablevisualbasicexternaldylibs_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablevisualbasicmacscript", + "displayName": "Prevent Visual Basic macros from using legacy MacScript", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablevisualbasicmacscript_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablevisualbasicmacscript_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disablevisualbasictobindtopopen", + "displayName": "Prevent Visual Basic macros from using pipes to communicate", + "options": [ + { + "id": "com.apple.managedclient.preferences_disablevisualbasictobindtopopen_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_disablevisualbasictobindtopopen_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_disallowedthreatactions", + "displayName": "Disallowed threat actions", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_diskcachedir", + "displayName": "Set disk cache directory", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_diskcachesize", + "displayName": "Set disk cache size, in bytes", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_dnsinterceptionchecksenabled", + "displayName": "DNS interception checks enabled", + "options": [ + { + "id": "com.apple.managedclient.preferences_dnsinterceptionchecksenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_dnsinterceptionchecksenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_dnsoverhttpsmode", + "displayName": "Control the mode of DNS-over-HTTPS", + "options": [ + { + "id": "com.apple.managedclient.preferences_dnsoverhttpsmode_0", + "displayName": "Enable DNS-over-HTTPS with insecure fallback", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_dnsoverhttpsmode_1", + "displayName": "Disable DNS-over-HTTPS", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_dnsoverhttpsmode_2", + "displayName": "Enable DNS-over-HTTPS without insecure fallback", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_downloadbandwidthlimited", + "displayName": "Set maximum download throughput", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_downloaddirectory", + "displayName": "Set download directory", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_downloadrestrictions", + "displayName": "Allow download restrictions", + "options": [ + { + "id": "com.apple.managedclient.preferences_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_downloadrestrictions_1", + "displayName": "Block dangerous downloads", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_downloadrestrictions_2", + "displayName": "Block potentially dangerous downloads", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_earlypreview", + "displayName": "Enable / disable early preview", + "options": [ + { + "id": "com.apple.managedclient.preferences_earlypreview_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_earlypreview_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_edgecollectionsenabled", + "displayName": "Enable the Collections feature", + "options": [ + { + "id": "com.apple.managedclient.preferences_edgecollectionsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_edgecollectionsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_edgeshoppingassistantenabled", + "displayName": "Shopping in Microsoft Edge Enabled", + "options": [ + { + "id": "com.apple.managedclient.preferences_edgeshoppingassistantenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_edgeshoppingassistantenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_editfavoritesenabled", + "displayName": "Allows users to edit favorites", + "options": [ + { + "id": "com.apple.managedclient.preferences_editfavoritesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_editfavoritesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enableallocsiclients", + "displayName": "Enable simultaneous edits for Office apps", + "options": [ + { + "id": "com.apple.managedclient.preferences_enableallocsiclients_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enableallocsiclients_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enableauthnegotiateport", + "displayName": "Include non-standard port in Kerberos SPN", + "options": [ + { + "id": "com.apple.managedclient.preferences_enableauthnegotiateport_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enableauthnegotiateport_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enablebackgroundaccessibilitychecker", + "displayName": "Background accessibility checking", + "options": [ + { + "id": "com.apple.managedclient.preferences_enablebackgroundaccessibilitychecker_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablebackgroundaccessibilitychecker_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enablecheckforupdatesbutton", + "displayName": "Enable check for updates", + "options": [ + { + "id": "com.apple.managedclient.preferences_enablecheckforupdatesbutton_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablecheckforupdatesbutton_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enabled", + "displayName": "Enable / disable cloud delivered protection", + "options": [ + { + "id": "com.apple.managedclient.preferences_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enabledeprecatedwebplatformfeatures", + "displayName": "Re-enable deprecated web platform features for a limited time", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_enabledomainactionsdownload", + "displayName": "Enable Domain Actions Download from Microsoft", + "options": [ + { + "id": "com.apple.managedclient.preferences_enabledomainactionsdownload_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enabledomainactionsdownload_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enablefilehashcomputation", + "displayName": "Enable file hash computation", + "options": [ + { + "id": "com.apple.managedclient.preferences_enablefilehashcomputation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablefilehashcomputation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enablemediarouter", + "displayName": "Enable Google Cast", + "options": [ + { + "id": "com.apple.managedclient.preferences_enablemediarouter_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablemediarouter_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enablenewoutlook", + "displayName": "Enable New Outlook", + "options": [ + { + "id": "com.apple.managedclient.preferences_enablenewoutlook_0", + "displayName": "Classic Outlook only", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablenewoutlook_1", + "displayName": "Default to Classic Outlook. Users may switch to New Outlook", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablenewoutlook_2", + "displayName": "Default to New Outlook. Users may revert to Classic Outlook", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablenewoutlook_3", + "displayName": "New Outlook only", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enableodignore", + "displayName": "Ignore named files", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_enableonlinerevocationchecks", + "displayName": "Enable online OCSP/CRL checks", + "options": [ + { + "id": "com.apple.managedclient.preferences_enableonlinerevocationchecks_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enableonlinerevocationchecks_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enablerealtimeprotection", + "displayName": "Enable real-time protection (deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_enablerealtimeprotection_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablerealtimeprotection_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enablesha1forlocalanchors", + "displayName": "Allow certificates signed using SHA-1 when issued by local trust anchors", + "options": [ + { + "id": "com.apple.managedclient.preferences_enablesha1forlocalanchors_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enablesha1forlocalanchors_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel", + "displayName": "Enforcement level", + "options": [ + { + "id": "com.apple.managedclient.preferences_enforcementlevel_0", + "displayName": "disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel_1", + "displayName": "audit", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel_2", + "displayName": "block", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel_antivirusengine", + "displayName": "Enforcement level", + "options": [ + { + "id": "com.apple.managedclient.preferences_enforcementlevel_antivirusengine_0", + "displayName": "passive", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel_antivirusengine_1", + "displayName": "on_demand", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel_antivirusengine_2", + "displayName": "real_time", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel_tamperprotection", + "displayName": "Enforcement level", + "options": [ + { + "id": "com.apple.managedclient.preferences_enforcementlevel_tamperprotection_0", + "displayName": "disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel_tamperprotection_1", + "displayName": "audit", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enforcementlevel_tamperprotection_2", + "displayName": "block", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_enterprisehardwareplatformapienabled", + "displayName": "Allow managed extensions to use the Enterprise Hardware Platform API", + "options": [ + { + "id": "com.apple.managedclient.preferences_enterprisehardwareplatformapienabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_enterprisehardwareplatformapienabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_exclusions", + "displayName": "Scan exclusions", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_$type", + "displayName": "Type", + "options": [ + { + "id": "com.apple.managedclient.preferences_exclusions_item_$type_0", + "displayName": "Path", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_$type_1", + "displayName": "File extension", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_$type_2", + "displayName": "File name", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_args_tamperprotection", + "displayName": "Process's arguments", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_extension", + "displayName": "File extension", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_isdirectory", + "displayName": "Directory (selected) or file (not selected)", + "options": [ + { + "id": "com.apple.managedclient.preferences_exclusions_item_isdirectory_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_isdirectory_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_name", + "displayName": "Name", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_path", + "displayName": "Path", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_path_tamperprotection", + "displayName": "Process path", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_signingid_tamperprotection", + "displayName": "Process's Signing Identifier", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_item_teamid_tamperprotection", + "displayName": "Process's TeamIdentifier", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusions_tamperprotection", + "displayName": "Process exclusions", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_exclusionsmergepolicy", + "displayName": "Exclusions merge", + "options": [ + { + "id": "com.apple.managedclient.preferences_exclusionsmergepolicy_0", + "displayName": "merge", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_exclusionsmergepolicy_1", + "displayName": "admin_only", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_exemptdomainfiletypepairsfromfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service", + "options": [ + { + "id": "com.apple.managedclient.preferences_experimentationandconfigurationservicecontrol_0", + "displayName": "Retrieve configurations and experiments", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_experimentationandconfigurationservicecontrol_1", + "displayName": "Retrieve configurations only", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_experimentationandconfigurationservicecontrol_2", + "displayName": "Disable communication with the Experimentation and Configuration Service", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_extendedlogging", + "displayName": "Enable extended logging", + "options": [ + { + "id": "com.apple.managedclient.preferences_extendedlogging_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_extendedlogging_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_extensionallowedtypes", + "displayName": "Configure allowed extension types", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_extensioninstallallowlist", + "displayName": "Allow specific extensions to be installed", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_extensioninstallblocklist", + "displayName": "Control which extensions cannot be installed", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_extensioninstallforcelist", + "displayName": "Control which extensions are installed silently", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_extensioninstallsources", + "displayName": "Configure extension and user script install sources", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_externalprotocoldialogshowalwaysopencheckbox", + "displayName": "Show an \"Always open\" checkbox in external protocol dialog", + "options": [ + { + "id": "com.apple.managedclient.preferences_externalprotocoldialogshowalwaysopencheckbox_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_externalprotocoldialogshowalwaysopencheckbox_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_familysafetysettingsenabled", + "displayName": "Allow users to configure Family safety", + "options": [ + { + "id": "com.apple.managedclient.preferences_familysafetysettingsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_familysafetysettingsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_favoritesbarenabled", + "displayName": "Enable favorites bar", + "options": [ + { + "id": "com.apple.managedclient.preferences_favoritesbarenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_favoritesbarenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_filesondemandenabled", + "displayName": "Enable Files On-Demand", + "options": [ + { + "id": "com.apple.managedclient.preferences_filesondemandenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_filesondemandenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_filesystemreadaskforurls", + "displayName": "Allow read access via the File System API on these sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_filesystemreadblockedforurls", + "displayName": "Block read access via the File System API on these sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_filesystemwriteaskforurls", + "displayName": "Allow write access to files and directories on these sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_filesystemwriteblockedforurls", + "displayName": "Block write access to files and directories on these sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_forcebingsafesearch", + "displayName": "Enforce Bing SafeSearch", + "options": [ + { + "id": "com.apple.managedclient.preferences_forcebingsafesearch_0", + "displayName": "Don't configure search restrictions in Bing", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forcebingsafesearch_1", + "displayName": "Configure moderate search restrictions in Bing", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forcebingsafesearch_2", + "displayName": "Configure strict search restrictions in Bing", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_forcecertificatepromptsonmultiplematches", + "displayName": "Configure whether Microsoft Edge should automatically select a certificate when there are multiple certificate matches for a site configured with \"AutoSelectCertificateForUrls\"", + "options": [ + { + "id": "com.apple.managedclient.preferences_forcecertificatepromptsonmultiplematches_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forcecertificatepromptsonmultiplematches_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_forceephemeralprofiles", + "displayName": "Enable use of ephemeral profiles", + "options": [ + { + "id": "com.apple.managedclient.preferences_forceephemeralprofiles_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forceephemeralprofiles_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_forcegooglesafesearch", + "displayName": "Enforce Google SafeSearch", + "options": [ + { + "id": "com.apple.managedclient.preferences_forcegooglesafesearch_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forcegooglesafesearch_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_forcelegacydefaultreferrerpolicy", + "displayName": "Use a default referrer policy of no-referrer-when-downgrade.", + "options": [ + { + "id": "com.apple.managedclient.preferences_forcelegacydefaultreferrerpolicy_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forcelegacydefaultreferrerpolicy_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_forcesync", + "displayName": "Force synchronization of browser data and do not show the sync consent prompt", + "options": [ + { + "id": "com.apple.managedclient.preferences_forcesync_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forcesync_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode", + "options": [ + { + "id": "com.apple.managedclient.preferences_forceyoutuberestrict_0", + "displayName": "Do not enforce Restricted Mode on YouTube", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forceyoutuberestrict_1", + "displayName": "Enforce at least Moderate Restricted Mode on YouTube", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_forceyoutuberestrict_2", + "displayName": "Enforce Strict Restricted Mode for YouTube", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_globallyscopehttpauthcacheenabled", + "displayName": "Enable globally scoped HTTP auth cache", + "options": [ + { + "id": "com.apple.managedclient.preferences_globallyscopehttpauthcacheenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_globallyscopehttpauthcacheenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_gotointranetsiteforsinglewordentryinaddressbar", + "displayName": "Force direct intranet site navigation instead of searching on single word entries in the Address Bar", + "options": [ + { + "id": "com.apple.managedclient.preferences_gotointranetsiteforsinglewordentryinaddressbar_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_gotointranetsiteforsinglewordentryinaddressbar_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_guardagainstappmodification", + "displayName": "Guard against app modification", + "options": [ + { + "id": "com.apple.managedclient.preferences_guardagainstappmodification_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_guardagainstappmodification_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_hardwareaccelerationmodeenabled", + "displayName": "Use hardware acceleration when available", + "options": [ + { + "id": "com.apple.managedclient.preferences_hardwareaccelerationmodeenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_hardwareaccelerationmodeenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_hidedockicon", + "displayName": "Hide dock icon", + "options": [ + { + "id": "com.apple.managedclient.preferences_hidedockicon_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_hidedockicon_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_hidefirstrunexperience", + "displayName": "Hide the First-run experience and splash screen", + "options": [ + { + "id": "com.apple.managedclient.preferences_hidefirstrunexperience_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_hidefirstrunexperience_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_hidefoldersonmycomputerrootinfolderlist", + "displayName": "Hide On My Computer folders", + "options": [ + { + "id": "com.apple.managedclient.preferences_hidefoldersonmycomputerrootinfolderlist_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_hidefoldersonmycomputerrootinfolderlist_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_hidestatusmenuicon", + "displayName": "Show / hide status menu icon", + "options": [ + { + "id": "com.apple.managedclient.preferences_hidestatusmenuicon_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_hidestatusmenuicon_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_homepageisnewtabpage", + "displayName": "Set the new tab page as the home page", + "options": [ + { + "id": "com.apple.managedclient.preferences_homepageisnewtabpage_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_homepageisnewtabpage_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_homepagelocation", + "displayName": "Configure the home page URL", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_howtocheck", + "displayName": "Enable AutoUpdate", + "options": [ + { + "id": "com.apple.managedclient.preferences_howtocheck_0", + "displayName": "True", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_howtocheck_1", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_howtocheck_2", + "displayName": "Manual Check", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_hstspolicybypasslist", + "displayName": "Configure the list of names that will bypass the HSTS policy check", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_imagesallowedforurls", + "displayName": "Allow images on these sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_imagesblockedforurls", + "displayName": "Block images on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_importautofillformdata", + "displayName": "Allow importing of autofill form data", + "options": [ + { + "id": "com.apple.managedclient.preferences_importautofillformdata_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importautofillformdata_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importbrowsersettings", + "displayName": "Allow importing of browser settings", + "options": [ + { + "id": "com.apple.managedclient.preferences_importbrowsersettings_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importbrowsersettings_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importcookies", + "displayName": "Allow importing of Cookies", + "options": [ + { + "id": "com.apple.managedclient.preferences_importcookies_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importcookies_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importextensions", + "displayName": "Allow importing of extensions", + "options": [ + { + "id": "com.apple.managedclient.preferences_importextensions_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importextensions_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importfavorites", + "displayName": "Allow importing of favorites", + "options": [ + { + "id": "com.apple.managedclient.preferences_importfavorites_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importfavorites_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importhistory", + "displayName": "Allow importing of browsing history", + "options": [ + { + "id": "com.apple.managedclient.preferences_importhistory_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importhistory_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importhomepage", + "displayName": "Allow importing of home page settings", + "options": [ + { + "id": "com.apple.managedclient.preferences_importhomepage_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importhomepage_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importopentabs", + "displayName": "Allow importing of open tabs", + "options": [ + { + "id": "com.apple.managedclient.preferences_importopentabs_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importopentabs_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importpaymentinfo", + "displayName": "Allow importing of payment info", + "options": [ + { + "id": "com.apple.managedclient.preferences_importpaymentinfo_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importpaymentinfo_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importsavedpasswords", + "displayName": "Allow importing of saved passwords", + "options": [ + { + "id": "com.apple.managedclient.preferences_importsavedpasswords_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importsavedpasswords_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importsearchengine", + "displayName": "Allow importing of search engine settings", + "options": [ + { + "id": "com.apple.managedclient.preferences_importsearchengine_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importsearchengine_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_importshortcuts", + "displayName": "Allow importing of shortcuts", + "options": [ + { + "id": "com.apple.managedclient.preferences_importshortcuts_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_importshortcuts_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_inprivatemodeavailability", + "displayName": "Configure InPrivate mode availability", + "options": [ + { + "id": "com.apple.managedclient.preferences_inprivatemodeavailability_0", + "displayName": "InPrivate mode available", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_inprivatemodeavailability_1", + "displayName": "InPrivate mode disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_inprivatemodeavailability_2", + "displayName": "InPrivate mode forced", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_insecurecontentallowedforurls", + "displayName": "Allow insecure content on specified sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_insecurecontentblockedforurls", + "displayName": "Block insecure content on specified sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_insecureformswarningsenabled", + "displayName": "Enable warnings for insecure forms", + "options": [ + { + "id": "com.apple.managedclient.preferences_insecureformswarningsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_insecureformswarningsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_intensivewakeupthrottlingenabled", + "displayName": "Control the IntensiveWakeUpThrottling feature", + "options": [ + { + "id": "com.apple.managedclient.preferences_intensivewakeupthrottlingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_intensivewakeupthrottlingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior", + "options": [ + { + "id": "com.apple.managedclient.preferences_intranetredirectbehavior_0", + "displayName": "Use default browser behavior.", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_intranetredirectbehavior_1", + "displayName": "Disable DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_intranetredirectbehavior_2", + "displayName": "Disable DNS interception checks; allow did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_intranetredirectbehavior_3", + "displayName": "Allow DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_isolateorigins", + "displayName": "Enable site isolation for specific origins", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_javascriptallowedforurls", + "displayName": "Allow JavaScript on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_javascriptblockedforurls", + "displayName": "Block JavaScript on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_kfmblockoptin", + "displayName": "Prevent users from using the Folder Backup feature (Known Folder Move)", + "options": [ + { + "id": "com.apple.managedclient.preferences_kfmblockoptin_0", + "displayName": "No prevention", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_kfmblockoptin_1", + "displayName": "Prevent Folder Backup", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_kfmblockoptin_2", + "displayName": "Prevent Folder Backup and Redirect to local device", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_kfmblockoptout", + "displayName": "Force users to use the Folder Backup feature (Known Folder Move)", + "options": [ + { + "id": "com.apple.managedclient.preferences_kfmblockoptout_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_kfmblockoptout_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_kfmoptinwithwizard", + "displayName": "Prompt users to enable the Folder Backup feature (Known Folder Move)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_kfmsilentoptin", + "displayName": "Automatically and silently enable the Folder Backup feature (Known Folder Move)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_kfmsilentoptindesktop", + "displayName": "Include ~/Desktop in Folder Backup (Known Folder Move)", + "options": [ + { + "id": "com.apple.managedclient.preferences_kfmsilentoptindesktop_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_kfmsilentoptindesktop_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_kfmsilentoptindocuments", + "displayName": "Include ~/Documents in Folder Backup (Known Folder Move)", + "options": [ + { + "id": "com.apple.managedclient.preferences_kfmsilentoptindocuments_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_kfmsilentoptindocuments_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_kfmsilentoptinwithnotification", + "displayName": "Display a notification to users once their folders have been redirected", + "options": [ + { + "id": "com.apple.managedclient.preferences_kfmsilentoptinwithnotification_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_kfmsilentoptinwithnotification_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_kioskaddressbareditingenabled", + "displayName": "Configure address bar editing for kiosk mode public browsing experience", + "options": [ + { + "id": "com.apple.managedclient.preferences_kioskaddressbareditingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_kioskaddressbareditingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_legacysamesitecookiebehaviorenabled", + "displayName": "Enable default legacy SameSite cookie behavior setting", + "options": [ + { + "id": "com.apple.managedclient.preferences_legacysamesitecookiebehaviorenabled_0", + "displayName": "Revert to legacy SameSite behavior for cookies on all sites", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_legacysamesitecookiebehaviorenabled_1", + "displayName": "Use SameSite-by-default behavior for cookies on all sites", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_legacysamesitecookiebehaviorenabledfordomainlist", + "displayName": "Revert to legacy SameSite behavior for cookies on specified sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_localprovidersenabled", + "displayName": "Allow suggestions from local providers", + "options": [ + { + "id": "com.apple.managedclient.preferences_localprovidersenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_localprovidersenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_manifestserver", + "displayName": "Deferred updates (Deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_manifestserver_0", + "displayName": "Defer 3 days", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_1", + "displayName": "Defer 7 days", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_2", + "displayName": "Defer 14 days", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_3", + "displayName": "Defer 21 days", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_4", + "displayName": "Defer 28 days", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_5", + "displayName": "Defer 45 days", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_6", + "displayName": "Pause at 16.64 (August 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_7", + "displayName": "Pause at 16.63 (July 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_8", + "displayName": "Pause at 16.62 (June 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_9", + "displayName": "Pause at 16.61 (May 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_10", + "displayName": "Pause at 16.60 (April 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_11", + "displayName": "Pause at 16.59 (March 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_12", + "displayName": "Pause at 16.58 (February 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_13", + "displayName": "Pause at 16.57 (January 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_14", + "displayName": "Pause at 16.56 (December 2021 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_15", + "displayName": "Pause at 16.55 (November 2021 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_16", + "displayName": "Pause at 16.54 (October 2021 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_17", + "displayName": "Pause at 16.53 (September 2021 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_18", + "displayName": "Pause at 16.52 (August 2021 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_19", + "displayName": "Pause at 16.51 (July 2021 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_20", + "displayName": "Pause at 16.80 (December 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_21", + "displayName": "Pause at 16.79 (November 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_22", + "displayName": "Pause at 16.78 (October 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_23", + "displayName": "Pause at 16.77 (September 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_24", + "displayName": "Pause at 16.76 (August 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_25", + "displayName": "Pause at 16.75 (July 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_26", + "displayName": "Pause at 16.74 (June 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_27", + "displayName": "Pause at 16.73 (May 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_28", + "displayName": "Pause at 16.72 (April 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_29", + "displayName": "Pause at 16.71 (March 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_30", + "displayName": "Pause at 16.70 (February 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_31", + "displayName": "Pause at 16.69 (January 2023 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_32", + "displayName": "Pause at 16.68 (December 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_33", + "displayName": "Pause at 16.67 (November 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_34", + "displayName": "Pause at 16.66 (October 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_35", + "displayName": "Pause at 16.65 (September 2022 Release)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_manifestserver_36", + "displayName": "Change Freeze", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_maxconnectionsperproxy", + "displayName": "Maximum number of concurrent connections to the proxy server", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_maximumondemandscanthreads", + "displayName": "Degree of parallelism for on-demand scans", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_mediaroutercastallowallips", + "displayName": "Allow Google Cast to connect to Cast devices on all IP addresses", + "options": [ + { + "id": "com.apple.managedclient.preferences_mediaroutercastallowallips_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_mediaroutercastallowallips_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_metricsreportingenabled", + "displayName": "Enable usage and crash-related data reporting", + "options": [ + { + "id": "com.apple.managedclient.preferences_metricsreportingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_metricsreportingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_nativemessagingallowlist", + "displayName": "Control which native messaging hosts users can use", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_nativemessagingblocklist", + "displayName": "Configure native messaging block list", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_nativemessaginguserlevelhosts", + "displayName": "Allow user-level native messaging hosts (installed without admin permissions)", + "options": [ + { + "id": "com.apple.managedclient.preferences_nativemessaginguserlevelhosts_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_nativemessaginguserlevelhosts_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_networkpredictionoptions", + "displayName": "Enable network prediction", + "options": [ + { + "id": "com.apple.managedclient.preferences_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular. (Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_networkpredictionoptions_2", + "displayName": "Don't predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_newtabpageallowedbackgroundtypes", + "displayName": "Configure the background types allowed for the new tab page layout", + "options": [ + { + "id": "com.apple.managedclient.preferences_newtabpageallowedbackgroundtypes_0", + "displayName": "Disable daily background image type", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_newtabpageallowedbackgroundtypes_1", + "displayName": "Disable custom background image type", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_newtabpageallowedbackgroundtypes_2", + "displayName": "Disable all background image types", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_newtabpagehidedefaulttopsites", + "displayName": "Hide the default top sites from the new tab page", + "options": [ + { + "id": "com.apple.managedclient.preferences_newtabpagehidedefaulttopsites_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_newtabpagehidedefaulttopsites_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_newtabpagelocation", + "displayName": "Configure the new tab page URL", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_newtabpageprerenderenabled", + "displayName": "Enable preload of the new tab page for faster rendering", + "options": [ + { + "id": "com.apple.managedclient.preferences_newtabpageprerenderenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_newtabpageprerenderenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_newtabpagesearchbox", + "displayName": "Configure the new tab page search box experience", + "options": [ + { + "id": "com.apple.managedclient.preferences_newtabpagesearchbox_0", + "displayName": "Search box (Recommended)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_newtabpagesearchbox_1", + "displayName": "Address bar", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_newtabpagesetfeedtype", + "displayName": "Configure the Microsoft Edge new tab page experience", + "options": [ + { + "id": "com.apple.managedclient.preferences_newtabpagesetfeedtype_0", + "displayName": "Microsoft News feed experience", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_newtabpagesetfeedtype_1", + "displayName": "Office 365 feed experience", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_notificationsallowedforurls", + "displayName": "Allow notifications on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_notificationsblockedforurls", + "displayName": "Block notifications on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_npssurveydisabled", + "displayName": "Disable user surveys", + "options": [ + { + "id": "com.apple.managedclient.preferences_npssurveydisabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_npssurveydisabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_ntlmv2enabled", + "displayName": "Control whether NTLMv2 authentication is enabled", + "options": [ + { + "id": "com.apple.managedclient.preferences_ntlmv2enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_ntlmv2enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_officeactivationemailaddress", + "displayName": "Office Activation Email Address", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_officeautosignin", + "displayName": "Enable automatic sign-in", + "options": [ + { + "id": "com.apple.managedclient.preferences_officeautosignin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_officeautosignin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_officeexperiencesanalyzingcontentpreference", + "displayName": "Allow experiences and functionality that analyzes user content", + "options": [ + { + "id": "com.apple.managedclient.preferences_officeexperiencesanalyzingcontentpreference_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_officeexperiencesanalyzingcontentpreference_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_officeexperiencesdownloadingcontentpreference", + "displayName": "Allow experiences and functionality that downloads user content", + "options": [ + { + "id": "com.apple.managedclient.preferences_officeexperiencesdownloadingcontentpreference_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_officeexperiencesdownloadingcontentpreference_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_officewebaddindisableomexcatalog", + "displayName": "Disable third-party store add-in catalog", + "options": [ + { + "id": "com.apple.managedclient.preferences_officewebaddindisableomexcatalog_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_officewebaddindisableomexcatalog_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_oldisablejunkoptionsprefkey", + "displayName": "Disable Junk settings", + "options": [ + { + "id": "com.apple.managedclient.preferences_oldisablejunkoptionsprefkey_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_oldisablejunkoptionsprefkey_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_openatlogin", + "displayName": "Open at login", + "options": [ + { + "id": "com.apple.managedclient.preferences_openatlogin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_openatlogin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_optionalconnectedexperiencespreference", + "displayName": "Allow optional connected experiences", + "options": [ + { + "id": "com.apple.managedclient.preferences_optionalconnectedexperiencespreference_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_optionalconnectedexperiencespreference_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_overridesecurityrestrictionsoninsecureorigin", + "displayName": "Control where security restrictions on insecure origins apply", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_passivemode", + "displayName": "Enable passive mode (deprecated)", + "options": [ + { + "id": "com.apple.managedclient.preferences_passivemode_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_passivemode_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_passwordmanagerenabled", + "displayName": "Enable saving passwords to the password manager", + "options": [ + { + "id": "com.apple.managedclient.preferences_passwordmanagerenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_passwordmanagerenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_passwordmonitorallowed", + "displayName": "Allow Microsoft Edge to monitor user passwords", + "options": [ + { + "id": "com.apple.managedclient.preferences_passwordmonitorallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_passwordmonitorallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_passwordprotectionloginurls", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture fingerprint of password", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_passwordprotectionwarningtrigger", + "displayName": "Configure password protection warning trigger", + "options": [ + { + "id": "com.apple.managedclient.preferences_passwordprotectionwarningtrigger_0", + "displayName": "Password protection warning is off", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_passwordprotectionwarningtrigger_1", + "displayName": "Password protection warning is triggered by password reuse", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_passwordrevealenabled", + "displayName": "Enable Password reveal button", + "options": [ + { + "id": "com.apple.managedclient.preferences_passwordrevealenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_passwordrevealenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_paymentmethodqueryenabled", + "displayName": "Allow websites to query for available payment methods", + "options": [ + { + "id": "com.apple.managedclient.preferences_paymentmethodqueryenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_paymentmethodqueryenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_personalizationreportingenabled", + "displayName": "Allow personalization of ads, search and news by sending browsing history to Microsoft", + "options": [ + { + "id": "com.apple.managedclient.preferences_personalizationreportingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_personalizationreportingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_phoenixonboardingflowfrelaunched", + "displayName": "Hide the 'Personalize the new Outlook' dialog", + "options": [ + { + "id": "com.apple.managedclient.preferences_phoenixonboardingflowfrelaunched_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_phoenixonboardingflowfrelaunched_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_pluginsblockedforurls", + "displayName": "Block the Adobe Flash plug-in on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_popupsallowedforurls", + "displayName": "Allow pop-up windows on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_popupsblockedforurls", + "displayName": "Block pop-up windows on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_preventsmartscreenpromptoverride", + "displayName": "Prevent bypassing Microsoft Defender SmartScreen prompts for sites", + "options": [ + { + "id": "com.apple.managedclient.preferences_preventsmartscreenpromptoverride_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_preventsmartscreenpromptoverride_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_preventsmartscreenpromptoverrideforfiles", + "displayName": "Prevent bypassing of Microsoft Defender SmartScreen warnings about downloads", + "options": [ + { + "id": "com.apple.managedclient.preferences_preventsmartscreenpromptoverrideforfiles_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_preventsmartscreenpromptoverrideforfiles_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_printertypedenylist", + "displayName": "Disable printer types on the deny list", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_printheaderfooter", + "displayName": "Print headers and footers", + "options": [ + { + "id": "com.apple.managedclient.preferences_printheaderfooter_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_printheaderfooter_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_printingenabled", + "displayName": "Enable printing", + "options": [ + { + "id": "com.apple.managedclient.preferences_printingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_printingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_printpreviewusesystemdefaultprinter", + "displayName": "Set the system default printer as the default printer", + "options": [ + { + "id": "com.apple.managedclient.preferences_printpreviewusesystemdefaultprinter_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_printpreviewusesystemdefaultprinter_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_proactiveauthenabled", + "displayName": "Enable Proactive Authentication", + "options": [ + { + "id": "com.apple.managedclient.preferences_proactiveauthenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_proactiveauthenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_promotionaltabsenabled", + "displayName": "Enable full-tab promotional content", + "options": [ + { + "id": "com.apple.managedclient.preferences_promotionaltabsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_promotionaltabsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_promptfordownloadlocation", + "displayName": "Ask where to save downloaded files", + "options": [ + { + "id": "com.apple.managedclient.preferences_promptfordownloadlocation_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_promptfordownloadlocation_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_proxybypasslist", + "displayName": "Configure proxy bypass rules", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_proxymode", + "displayName": "Configure proxy server settings", + "options": [ + { + "id": "com.apple.managedclient.preferences_proxymode_0", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_proxymode_1", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_proxymode_2", + "displayName": "Use a .pac proxy script", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_proxymode_3", + "displayName": "Use fixed proxy servers", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_proxymode_4", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_proxypacurl", + "displayName": "Set the proxy .pac file URL", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_proxyserver", + "displayName": "Configure address or URL of proxy server", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_quicallowed", + "displayName": "Allow QUIC protocol", + "options": [ + { + "id": "com.apple.managedclient.preferences_quicallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_quicallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_relaunchnotification", + "displayName": "Notify a user that a browser restart is recommended or required for pending updates", + "options": [ + { + "id": "com.apple.managedclient.preferences_relaunchnotification_0", + "displayName": "Recommended - Show a recurring prompt to the user indicating that a restart is recommended", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_relaunchnotification_1", + "displayName": "Required - Show a recurring prompt to the user indicating that a restart is required", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_relaunchnotificationperiod", + "displayName": "Set the time period for update notifications", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_resolvenavigationerrorsusewebservice", + "displayName": "Enable resolution of navigation errors using a web service", + "options": [ + { + "id": "com.apple.managedclient.preferences_resolvenavigationerrorsusewebservice_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_resolvenavigationerrorsusewebservice_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_restoreonstartup", + "displayName": "Action to take on startup", + "options": [ + { + "id": "com.apple.managedclient.preferences_restoreonstartup_0", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_restoreonstartup_1", + "displayName": "Open a list of URLs", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_restoreonstartup_2", + "displayName": "Open a new tab", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_restoreonstartupurls", + "displayName": "Sites to open when the browser starts", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_restrictsignintopattern", + "displayName": "Restrict which accounts can be used as Microsoft Edge primary accounts", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_runallflashinallowmode", + "displayName": "Extend Adobe Flash content setting to all content", + "options": [ + { + "id": "com.apple.managedclient.preferences_runallflashinallowmode_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_runallflashinallowmode_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_savecookiesonexit", + "displayName": "Save cookies when Microsoft Edge closes", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_savingbrowserhistorydisabled", + "displayName": "Disable saving browser history", + "options": [ + { + "id": "com.apple.managedclient.preferences_savingbrowserhistorydisabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_savingbrowserhistorydisabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_scanafterdefinitionupdate", + "displayName": "Run a scan after definitions are updated", + "options": [ + { + "id": "com.apple.managedclient.preferences_scanafterdefinitionupdate_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_scanafterdefinitionupdate_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_scanarchives", + "displayName": "Scanning inside archive files", + "options": [ + { + "id": "com.apple.managedclient.preferences_scanarchives_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_scanarchives_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_scanhistorymaximumitems", + "displayName": "Scan history size", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_scanresultsretentiondays", + "displayName": "Scan results retention", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_screencaptureallowed", + "displayName": "Allow or deny screen capture", + "options": [ + { + "id": "com.apple.managedclient.preferences_screencaptureallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_screencaptureallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_scrolltotextfragmentenabled", + "displayName": "Enable scrolling to text specified in URL fragments", + "options": [ + { + "id": "com.apple.managedclient.preferences_scrolltotextfragmentenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_scrolltotextfragmentenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_searchsuggestenabled", + "displayName": "Enable search suggestions", + "options": [ + { + "id": "com.apple.managedclient.preferences_searchsuggestenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_searchsuggestenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_securitykeypermitattestation", + "displayName": "Websites or domains that don't need permission to use direct Security Key attestation", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_sendsiteinfotoimproveservices", + "displayName": "Send site information to improve Microsoft services", + "options": [ + { + "id": "com.apple.managedclient.preferences_sendsiteinfotoimproveservices_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sendsiteinfotoimproveservices_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_sensorsallowedforurls", + "displayName": "Allow access to sensors on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_sensorsblockedforurls", + "displayName": "Block access to sensors on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_serialaskforurls", + "displayName": "Allow the Serial API on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_serialblockedforurls", + "displayName": "Block the Serial API on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_sharepointonpremfrontdoorurl", + "displayName": "SharePoint Server Front Door URL", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_sharepointonpremprioritizationpolicy", + "displayName": "SharePoint Prioritization", + "options": [ + { + "id": "com.apple.managedclient.preferences_sharepointonpremprioritizationpolicy_0", + "displayName": "Prioritize SharePoint Online", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sharepointonpremprioritizationpolicy_1", + "displayName": "Prioritize SharePoint Server", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_sharepointonpremtenantname", + "displayName": "SharePoint Server Tenant Name", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_showcasticonintoolbar", + "displayName": "Show the cast icon in the toolbar", + "options": [ + { + "id": "com.apple.managedclient.preferences_showcasticonintoolbar_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_showcasticonintoolbar_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_showdocstageonlaunch", + "displayName": "Show Template Gallery on app launch", + "options": [ + { + "id": "com.apple.managedclient.preferences_showdocstageonlaunch_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_showdocstageonlaunch_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_showhomebutton", + "displayName": "Show Home button on toolbar", + "options": [ + { + "id": "com.apple.managedclient.preferences_showhomebutton_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_showhomebutton_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_showmicrosoftrewards", + "displayName": "Show Microsoft Rewards experiences", + "options": [ + { + "id": "com.apple.managedclient.preferences_showmicrosoftrewards_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_showmicrosoftrewards_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_showofficeshortcutinfavoritesbar", + "displayName": "Show Microsoft Office shortcut in favorites bar", + "options": [ + { + "id": "com.apple.managedclient.preferences_showofficeshortcutinfavoritesbar_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_showofficeshortcutinfavoritesbar_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_showwhatsnewonlaunch", + "displayName": "Show Whats New dialog", + "options": [ + { + "id": "com.apple.managedclient.preferences_showwhatsnewonlaunch_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_showwhatsnewonlaunch_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_signedhttpexchangeenabled", + "displayName": "Enable Signed HTTP Exchange (SXG) support", + "options": [ + { + "id": "com.apple.managedclient.preferences_signedhttpexchangeenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_signedhttpexchangeenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_siteperprocess", + "displayName": "Enable site isolation for every site", + "options": [ + { + "id": "com.apple.managedclient.preferences_siteperprocess_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_siteperprocess_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabsblockedforurls", + "displayName": "Block Sleeping Tabs on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabsenabled", + "displayName": "Configure Sleeping Tabs", + "options": [ + { + "id": "com.apple.managedclient.preferences_sleepingtabsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs", + "options": [ + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout_0", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout_1", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout_2", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout_3", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout_4", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout_5", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout_6", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sleepingtabstimeout_7", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_smartscreenallowlistdomains", + "displayName": "Configure the list of domains for which Microsoft Defender SmartScreen won't trigger warnings", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_smartscreenenabled", + "displayName": "Configure Microsoft Defender SmartScreen", + "options": [ + { + "id": "com.apple.managedclient.preferences_smartscreenenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_smartscreenenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_smartscreenpuaenabled", + "displayName": "Configure Microsoft Defender SmartScreen to block potentially unwanted apps", + "options": [ + { + "id": "com.apple.managedclient.preferences_smartscreenpuaenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_smartscreenpuaenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_smimecertificateslookuporder", + "displayName": "Set the order in which S/MIME certificates are considered", + "options": [ + { + "id": "com.apple.managedclient.preferences_smimecertificateslookuporder_0", + "displayName": "Contacts", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_smimecertificateslookuporder_1", + "displayName": "Global Address List", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_smimecertificateslookuporder_2", + "displayName": "Device", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_smimecertificateslookuporder_3", + "displayName": "LDAP", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_speechrecognitionenabled", + "displayName": "Configure Speech Recognition", + "options": [ + { + "id": "com.apple.managedclient.preferences_speechrecognitionenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_speechrecognitionenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_spellcheckenabled", + "displayName": "Enable spellcheck", + "options": [ + { + "id": "com.apple.managedclient.preferences_spellcheckenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_spellcheckenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_sslerroroverrideallowed", + "displayName": "Allow users to proceed from the HTTPS warning page", + "options": [ + { + "id": "com.apple.managedclient.preferences_sslerroroverrideallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sslerroroverrideallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_sslversionmin", + "displayName": "Minimum TLS version enabled", + "options": [ + { + "id": "com.apple.managedclient.preferences_sslversionmin_0", + "displayName": "TLS 1.0", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sslversionmin_1", + "displayName": "TLS 1.1", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_sslversionmin_2", + "displayName": "TLS 1.2", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_startdaemononapplaunch", + "displayName": "Register app on launch", + "options": [ + { + "id": "com.apple.managedclient.preferences_startdaemononapplaunch_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_startdaemononapplaunch_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_strictermixedcontenttreatmentenabled", + "displayName": "Enable stricter treatment for mixed content", + "options": [ + { + "id": "com.apple.managedclient.preferences_strictermixedcontenttreatmentenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_strictermixedcontenttreatmentenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_suppresso365autodiscoveroverride", + "displayName": "Use domain-based autodiscover instead of Office 365", + "options": [ + { + "id": "com.apple.managedclient.preferences_suppresso365autodiscoveroverride_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_suppresso365autodiscoveroverride_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_suppressunsupportedoswarning", + "displayName": "Suppress the unsupported OS warning", + "options": [ + { + "id": "com.apple.managedclient.preferences_suppressunsupportedoswarning_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_suppressunsupportedoswarning_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_syncdisabled", + "displayName": "Disable synchronization of data using Microsoft sync services", + "options": [ + { + "id": "com.apple.managedclient.preferences_syncdisabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_syncdisabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_synctypeslistdisabled", + "displayName": "Configure the list of types that are excluded from synchronization", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_systemextensions", + "displayName": "Use System Extensions", + "options": [ + { + "id": "com.apple.managedclient.preferences_systemextensions_0", + "displayName": "enabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_systemextensions_1", + "displayName": "disabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_tabfreezingenabled", + "displayName": "Allow freezing of background tabs", + "options": [ + { + "id": "com.apple.managedclient.preferences_tabfreezingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_tabfreezingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_tags", + "displayName": "Device tags", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_tags_item_key", + "displayName": "Type of tag", + "options": { + "id": "com.apple.managedclient.preferences_tags_item_key_0", + "displayName": "GROUP", + "description": null + } + }, + { + "id": "com.apple.managedclient.preferences_tags_item_value", + "displayName": "Value of tag", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_targetblankimpliesnoopener", + "displayName": "Do not set window.opener for links targeting _blank", + "options": [ + { + "id": "com.apple.managedclient.preferences_targetblankimpliesnoopener_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_targetblankimpliesnoopener_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_taskmanagerendprocessenabled", + "displayName": "Enable ending processes in the Browser task manager", + "options": [ + { + "id": "com.apple.managedclient.preferences_taskmanagerendprocessenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_taskmanagerendprocessenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_threattypesettings", + "displayName": "Threat type settings", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_threattypesettings_item_key", + "displayName": "Threat type", + "options": [ + { + "id": "com.apple.managedclient.preferences_threattypesettings_item_key_0", + "displayName": "potentially_unwanted_application", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_threattypesettings_item_key_1", + "displayName": "archive_bomb", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_threattypesettings_item_value", + "displayName": "Action to take", + "options": [ + { + "id": "com.apple.managedclient.preferences_threattypesettings_item_value_0", + "displayName": "audit", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_threattypesettings_item_value_1", + "displayName": "block", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_threattypesettings_item_value_2", + "displayName": "off", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_threattypesettingsmergepolicy", + "displayName": "Threat type settings merge", + "options": [ + { + "id": "com.apple.managedclient.preferences_threattypesettingsmergepolicy_0", + "displayName": "merge", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_threattypesettingsmergepolicy_1", + "displayName": "admin_only", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_tls13hardeningforlocalanchorsenabled", + "displayName": "Enable a TLS 1.3 security feature for local trust anchors.", + "options": [ + { + "id": "com.apple.managedclient.preferences_tls13hardeningforlocalanchorsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_tls13hardeningforlocalanchorsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_tlsciphersuitedenylist", + "displayName": "Specify the TLS cipher suites to disable", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_totalmemorylimitmb", + "displayName": "Set limit on megabytes of memory a single Microsoft Edge instance can use.", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_trackingprevention", + "displayName": "Block tracking of users' web-browsing activity", + "options": [ + { + "id": "com.apple.managedclient.preferences_trackingprevention_0", + "displayName": "Off (no tracking prevention)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_trackingprevention_1", + "displayName": "Basic (blocks harmful trackers, content and ads will be personalized)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_trackingprevention_2", + "displayName": "Balanced (blocks harmful trackers and trackers from sites user has not visited; content and ads will be less personalized)", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_trackingprevention_3", + "displayName": "Strict (blocks harmful trackers and majority of trackers from all sites; content and ads will have minimal personalization. Some parts of sites might not work)", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_translateenabled", + "displayName": "Enable Translate", + "options": [ + { + "id": "com.apple.managedclient.preferences_translateenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_translateenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_trusto365autodiscoverredirect", + "displayName": "Trust Office 365 autodiscover redirects", + "options": [ + { + "id": "com.apple.managedclient.preferences_trusto365autodiscoverredirect_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_trusto365autodiscoverredirect_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_updatecache", + "displayName": "Update cache server", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_updatecheckfrequency", + "displayName": "Update check frequency (mins)", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_updatedeadline.daysbeforeforcedquit", + "displayName": "Days before forced updates", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_updatedeadline.finalcountdown", + "displayName": "Number of minutes for the final countdown timer", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_updateroptimization", + "displayName": "Updater optimization technique", + "options": [ + { + "id": "com.apple.managedclient.preferences_updateroptimization_0", + "displayName": "Lower network overhead", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_updateroptimization_1", + "displayName": "Lower processor overhead", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_updateroptimization_2", + "displayName": "Always use full updates", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_uploadbandwidthlimited", + "displayName": "Set maximum upload throughput", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_urlallowlist", + "displayName": "Define a list of allowed URLs", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_urlblocklist", + "displayName": "Block access to a list of URLs", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_useragentclienthintsenabled", + "displayName": "Enable the User-Agent Client Hints feature", + "options": [ + { + "id": "com.apple.managedclient.preferences_useragentclienthintsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_useragentclienthintsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_userdatadir", + "displayName": "Set the user data directory", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_userfeedbackallowed", + "displayName": "Allow user feedback", + "options": [ + { + "id": "com.apple.managedclient.preferences_userfeedbackallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_userfeedbackallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_userinitiatedfeedback", + "displayName": "User initiated feedback", + "options": [ + { + "id": "com.apple.managedclient.preferences_userinitiatedfeedback_0", + "displayName": "enabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_userinitiatedfeedback_1", + "displayName": "disabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_userpreference_apptheming", + "displayName": "Set theme", + "options": [ + { + "id": "com.apple.managedclient.preferences_userpreference_apptheming_0", + "displayName": "Blue", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_userpreference_apptheming_1", + "displayName": "Purple", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_userpreference_apptheming_2", + "displayName": "Pink", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_userpreference_apptheming_3", + "displayName": "Orange", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_userpreference_apptheming_4", + "displayName": "Red", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_userpreference_apptheming_5", + "displayName": "Green", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_userpreference_maxchecklistdisplaydurationmet", + "displayName": "Hide the 'Get started with Outlook' control in the task pane", + "options": [ + { + "id": "com.apple.managedclient.preferences_userpreference_maxchecklistdisplaydurationmet_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_userpreference_maxchecklistdisplaydurationmet_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_usesystemprintdialog", + "displayName": "Print using system print dialog", + "options": [ + { + "id": "com.apple.managedclient.preferences_usesystemprintdialog_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_usesystemprintdialog_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_vbaobjectmodelistrusted", + "displayName": "Allow macros to modify Visual Basic projects", + "options": [ + { + "id": "com.apple.managedclient.preferences_vbaobjectmodelistrusted_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_vbaobjectmodelistrusted_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_verticaltabsallowed", + "displayName": "Configures availability of a vertical layout for tabs on the side of the browser", + "options": [ + { + "id": "com.apple.managedclient.preferences_verticaltabsallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_verticaltabsallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_videocaptureallowed", + "displayName": "Allow or block video capture", + "options": [ + { + "id": "com.apple.managedclient.preferences_videocaptureallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_videocaptureallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_videocaptureallowedurls", + "displayName": "Sites that can access video capture devices without requesting permission", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_visualbasicentirelydisabled", + "displayName": "Prevent all Visual Basic macros from executing", + "options": [ + { + "id": "com.apple.managedclient.preferences_visualbasicentirelydisabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_visualbasicentirelydisabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_visualbasicmacroexecutionstate", + "displayName": "Visual Basic macro policy", + "options": [ + { + "id": "com.apple.managedclient.preferences_visualbasicmacroexecutionstate_0", + "displayName": "Macros disabled by default, with warning to enable", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_visualbasicmacroexecutionstate_1", + "displayName": "Disable all macros", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_visualbasicmacroexecutionstate_2", + "displayName": "Always allow macros to run (potentially dangerous)", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_weather_update_automatically", + "displayName": "Disable automatic updating of weather location", + "options": [ + { + "id": "com.apple.managedclient.preferences_weather_update_automatically_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_weather_update_automatically_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_webcaptureenabled", + "displayName": "Enable web capture feature in Microsoft Edge", + "options": [ + { + "id": "com.apple.managedclient.preferences_webcaptureenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_webcaptureenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_webrtcallowlegacytlsprotocols", + "displayName": "Allow legacy TLS/DTLS downgrade in WebRTC", + "options": [ + { + "id": "com.apple.managedclient.preferences_webrtcallowlegacytlsprotocols_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_webrtcallowlegacytlsprotocols_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_webrtclocalhostiphandling", + "displayName": "Restrict exposure of local IP address by WebRTC", + "options": [ + { + "id": "com.apple.managedclient.preferences_webrtclocalhostiphandling_0", + "displayName": "Allow all interfaces. This exposes the local IP address", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_webrtclocalhostiphandling_1", + "displayName": "Allow public and private interfaces over http default route. This exposes the local IP address", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_webrtclocalhostiphandling_2", + "displayName": "Allow public interface over http default route. This doesn't expose the local IP address", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_webrtclocalhostiphandling_3", + "displayName": "Use TCP unless proxy server supports UDP. This doesn't expose the local IP address", + "description": null + } + ] + }, + { + "id": "com.apple.managedclient.preferences_webrtclocalipsallowedurls", + "displayName": "Manage exposure of local IP addressess by WebRTC", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_webusbaskforurls", + "displayName": "Allow WebUSB on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_webusbblockedforurls", + "displayName": "Block WebUSB on specific sites", + "options": null + }, + { + "id": "com.apple.managedclient.preferences_wpadquickcheckenabled", + "displayName": "Set WPAD optimization", + "options": [ + { + "id": "com.apple.managedclient.preferences_wpadquickcheckenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.managedclient.preferences_wpadquickcheckenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.filevault2_com.apple.mcx.filevault2", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcx.filevault2_defer", + "displayName": "Defer", + "options": { + "id": "com.apple.mcx.filevault2_defer_true", + "displayName": "Enabled", + "description": null + } + }, + { + "id": "com.apple.mcx.filevault2_deferdontaskatuserlogout", + "displayName": "Defer Dont Ask At User Logout", + "options": [ + { + "id": "com.apple.mcx.filevault2_deferdontaskatuserlogout_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_deferdontaskatuserlogout_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.filevault2_deferforceatuserloginmaxbypassattempts", + "displayName": "Defer Force At User Login Max Bypass Attempts", + "options": null + }, + { + "id": "com.apple.mcx.filevault2_enable", + "displayName": "Enable", + "options": [ + { + "id": "com.apple.mcx.filevault2_enable_0", + "displayName": "On", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_enable_1", + "displayName": "Off", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.filevault2_forceenableinsetupassistant", + "displayName": "Force Enable In Setup Assistant", + "options": [ + { + "id": "com.apple.mcx.filevault2_forceenableinsetupassistant_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_forceenableinsetupassistant_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.filevault2_outputpath", + "displayName": "Output Path", + "options": null + }, + { + "id": "com.apple.mcx.filevault2_password", + "displayName": "Password", + "options": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths", + "displayName": "Recovery Key Rotation In Months", + "options": [ + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_0", + "displayName": "Not configured", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_1", + "displayName": "1 month", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_2", + "displayName": "2 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_3", + "displayName": "3 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_4", + "displayName": "4 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_5", + "displayName": "5 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_6", + "displayName": "6 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_7", + "displayName": "7 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_8", + "displayName": "8 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_9", + "displayName": "9 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_10", + "displayName": "10 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_11", + "displayName": "11 months", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_recoverykeyrotationinmonths_12", + "displayName": "12 months", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.filevault2_showrecoverykey", + "displayName": "Show Recovery Key", + "options": [ + { + "id": "com.apple.mcx.filevault2_showrecoverykey_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_showrecoverykey_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.filevault2_usekeychain", + "displayName": "Use Keychain", + "options": [ + { + "id": "com.apple.mcx.filevault2_usekeychain_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_usekeychain_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.filevault2_userecoverykey", + "displayName": "Use Recovery Key", + "options": { + "id": "com.apple.mcx.filevault2_userecoverykey_true", + "displayName": "Enabled", + "description": null + } + }, + { + "id": "com.apple.mcx.filevault2_userentersmissinginfo", + "displayName": "User Enters Missing Info", + "options": [ + { + "id": "com.apple.mcx.filevault2_userentersmissinginfo_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx.filevault2_userentersmissinginfo_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.filevault2_username", + "displayName": "Username", + "options": null + }, + { + "id": "com.apple.mcx.timemachine_autobackup", + "displayName": "Auto Backup", + "options": [ + { + "id": "com.apple.mcx.timemachine_autobackup_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx.timemachine_autobackup_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.timemachine_backupallvolumes", + "displayName": "Backup All Volumes", + "options": [ + { + "id": "com.apple.mcx.timemachine_backupallvolumes_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx.timemachine_backupallvolumes_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.timemachine_backupdesturl", + "displayName": "Backup Destination URL", + "options": null + }, + { + "id": "com.apple.mcx.timemachine_backupsizemb", + "displayName": "Backup Size MB", + "options": null + }, + { + "id": "com.apple.mcx.timemachine_backupskipsys", + "displayName": "Backup Skip System", + "options": [ + { + "id": "com.apple.mcx.timemachine_backupskipsys_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx.timemachine_backupskipsys_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.timemachine_basepaths", + "displayName": "Base Paths", + "options": null + }, + { + "id": "com.apple.mcx.timemachine_com.apple.mcx.timemachine", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcx.timemachine_mobilebackups", + "displayName": "Mobile Backups", + "options": [ + { + "id": "com.apple.mcx.timemachine_mobilebackups_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx.timemachine_mobilebackups_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx.timemachine_skippaths", + "displayName": "Skip Paths", + "options": null + }, + { + "id": "com.apple.mcx_cachedaccounts.askforsecuretokenauthbypass", + "displayName": "Ask For Secure Token Auth Bypass", + "options": [ + { + "id": "com.apple.mcx_cachedaccounts.askforsecuretokenauthbypass_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_cachedaccounts.askforsecuretokenauthbypass_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_cachedaccounts.expiry.delete.disusedseconds", + "displayName": "Expiry Delete Disused Seconds", + "options": null + }, + { + "id": "com.apple.mcx_cachedaccounts.warnoncreate.allownever", + "displayName": "Warn On Create Allow Never", + "options": [ + { + "id": "com.apple.mcx_cachedaccounts.warnoncreate.allownever_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_cachedaccounts.warnoncreate.allownever_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.cachedaccounts.createatlogin", + "displayName": "Create At Login", + "options": [ + { + "id": "com.apple.mcx_com.apple.cachedaccounts.createatlogin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.cachedaccounts.createatlogin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.cachedaccounts.warnoncreate", + "displayName": "Warn On Create", + "options": [ + { + "id": "com.apple.mcx_com.apple.cachedaccounts.warnoncreate_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.cachedaccounts.warnoncreate_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower", + "displayName": "Desktop Power", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_automatic restart on power loss", + "displayName": "Automatic Restart On Power Loss", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_automatic restart on power loss_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_automatic restart on power loss_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_disk sleep timer", + "displayName": "Disk Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_display sleep timer", + "displayName": "Display Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_dynamic power step", + "displayName": "Dynamic Power Step", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_dynamic power step_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_dynamic power step_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_reduce processor speed", + "displayName": "Reduce Processor Speed", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_reduce processor speed_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_reduce processor speed_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_system sleep timer", + "displayName": "System Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_wake on lan", + "displayName": "Wake on LAN", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_wake on lan_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_wake on lan_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_wake on modem ring", + "displayName": "Wake On Modem Ring", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_wake on modem ring_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.acpower_wake on modem ring_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule", + "displayName": "Desktop Schedule", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff", + "displayName": "Repeating Power Off", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_eventtype", + "displayName": "Event Type", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_eventtype_0", + "displayName": "Wake", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_eventtype_1", + "displayName": "Power On", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_eventtype_2", + "displayName": "Wake Power On", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_eventtype_3", + "displayName": "Sleep", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_eventtype_4", + "displayName": "Shutdown", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_eventtype_5", + "displayName": "Restart", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_time", + "displayName": "Time", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_weekdays", + "displayName": "Weekdays", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_weekdays_0", + "displayName": "Mon", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_weekdays_1", + "displayName": "Tue", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_weekdays_2", + "displayName": "Wed", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_weekdays_3", + "displayName": "Thu", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_weekdays_4", + "displayName": "Fri", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_weekdays_5", + "displayName": "Sat", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweroff_weekdays_6", + "displayName": "Sun", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron", + "displayName": "Repeating Power On", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_eventtype", + "displayName": "Event Type", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_eventtype_0", + "displayName": "Wake", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_eventtype_1", + "displayName": "Power On", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_eventtype_2", + "displayName": "Wake Power On", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_eventtype_3", + "displayName": "Sleep", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_eventtype_4", + "displayName": "Shutdown", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_eventtype_5", + "displayName": "Restart", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_time", + "displayName": "Time", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_weekdays", + "displayName": "Weekdays", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_weekdays_0", + "displayName": "Mon", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_weekdays_1", + "displayName": "Tue", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_weekdays_2", + "displayName": "Wed", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_weekdays_3", + "displayName": "Thu", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_weekdays_4", + "displayName": "Fri", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_weekdays_5", + "displayName": "Sat", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.desktop.schedule_repeatingpoweron_weekdays_6", + "displayName": "Sun", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower", + "displayName": "Laptop Power", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_automatic restart on power loss", + "displayName": "Automatic Restart On Power Loss", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_automatic restart on power loss_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_automatic restart on power loss_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_disk sleep timer", + "displayName": "Disk Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_display sleep timer", + "displayName": "Display Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_dynamic power step", + "displayName": "Dynamic Power Step", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_dynamic power step_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_dynamic power step_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_reduce processor speed", + "displayName": "Reduce Processor Speed", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_reduce processor speed_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_reduce processor speed_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_system sleep timer", + "displayName": "System Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_wake on lan", + "displayName": "Wake on LAN", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_wake on lan_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_wake on lan_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_wake on modem ring", + "displayName": "Wake On Modem Ring", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_wake on modem ring_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.acpower_wake on modem ring_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower", + "displayName": "Laptop Battery Power", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_automatic restart on power loss", + "displayName": "Automatic Restart On Power Loss", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_automatic restart on power loss_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_automatic restart on power loss_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_disk sleep timer", + "displayName": "Disk Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_display sleep timer", + "displayName": "Display Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_dynamic power step", + "displayName": "Dynamic Power Step", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_dynamic power step_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_dynamic power step_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_reduce processor speed", + "displayName": "Reduce Processor Speed", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_reduce processor speed_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_reduce processor speed_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_system sleep timer", + "displayName": "System Sleep Timer", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_wake on lan", + "displayName": "Wake on LAN", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_wake on lan_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_wake on lan_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_wake on modem ring", + "displayName": "Wake On Modem Ring", + "options": [ + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_wake on modem ring_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_com.apple.energysaver.portable.batterypower_wake on modem ring_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_com.apple.mcx-accounts", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.mcx-energysaver", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.mcx-fdefilevaultoptions", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.mcx-mobileaccounts", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcx_com.apple.mcx-timeserver", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcx_destroyfvkeyonstandby", + "displayName": "Destroy FV Key On Standby", + "options": [ + { + "id": "com.apple.mcx_destroyfvkeyonstandby_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_destroyfvkeyonstandby_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_disableguestaccount", + "displayName": "Disable Guest Account", + "options": [ + { + "id": "com.apple.mcx_disableguestaccount_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_disableguestaccount_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_dontallowfdedisable", + "displayName": "Prevent FileVault From Being Disabled", + "options": [ + { + "id": "com.apple.mcx_dontallowfdedisable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_dontallowfdedisable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_dontallowfdeenable", + "displayName": "Prevent FileVault From Being Enabled", + "options": [ + { + "id": "com.apple.mcx_dontallowfdeenable_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_dontallowfdeenable_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_enableguestaccount", + "displayName": "Enable Guest Account", + "options": [ + { + "id": "com.apple.mcx_enableguestaccount_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_enableguestaccount_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_sleepdisabled", + "displayName": "Sleep Disabled", + "options": [ + { + "id": "com.apple.mcx_sleepdisabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcx_sleepdisabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcx_timeserver", + "displayName": "Time Server", + "options": null + }, + { + "id": "com.apple.mcx_timezone", + "displayName": "Time Zone", + "options": null + }, + { + "id": "com.apple.mcxmenuextras_airport.menu", + "displayName": "AirPort", + "options": [ + { + "id": "com.apple.mcxmenuextras_airport.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_airport.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_battery.menu", + "displayName": "Battery", + "options": [ + { + "id": "com.apple.mcxmenuextras_battery.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_battery.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_bluetooth.menu", + "displayName": "Bluetooth", + "options": [ + { + "id": "com.apple.mcxmenuextras_bluetooth.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_bluetooth.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_clock.menu", + "displayName": "Clock", + "options": [ + { + "id": "com.apple.mcxmenuextras_clock.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_clock.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_com.apple.mcxmenuextras", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcxmenuextras_cpu.menu", + "displayName": "CPU", + "options": [ + { + "id": "com.apple.mcxmenuextras_cpu.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_cpu.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_delayseconds", + "displayName": "Delay Seconds", + "options": null + }, + { + "id": "com.apple.mcxmenuextras_displays.menu", + "displayName": "Displays", + "options": [ + { + "id": "com.apple.mcxmenuextras_displays.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_displays.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_eject.menu", + "displayName": "Eject", + "options": [ + { + "id": "com.apple.mcxmenuextras_eject.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_eject.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_fax.menu", + "displayName": "Fax", + "options": [ + { + "id": "com.apple.mcxmenuextras_fax.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_fax.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_homesync.menu", + "displayName": "HomeSync", + "options": [ + { + "id": "com.apple.mcxmenuextras_homesync.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_homesync.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_ichat.menu", + "displayName": "iChat", + "options": [ + { + "id": "com.apple.mcxmenuextras_ichat.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_ichat.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_ink.menu", + "displayName": "Ink", + "options": [ + { + "id": "com.apple.mcxmenuextras_ink.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_ink.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_irda.menu", + "displayName": "IrDA", + "options": [ + { + "id": "com.apple.mcxmenuextras_irda.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_irda.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_maxwaitseconds", + "displayName": "Max Wait Seconds", + "options": null + }, + { + "id": "com.apple.mcxmenuextras_pccard.menu", + "displayName": "PCCard", + "options": [ + { + "id": "com.apple.mcxmenuextras_pccard.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_pccard.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_ppp.menu", + "displayName": "PPP", + "options": [ + { + "id": "com.apple.mcxmenuextras_ppp.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_ppp.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_pppoe.menu", + "displayName": "PPPoE", + "options": [ + { + "id": "com.apple.mcxmenuextras_pppoe.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_pppoe.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_remotedesktop.menu", + "displayName": "Remote Desktop", + "options": [ + { + "id": "com.apple.mcxmenuextras_remotedesktop.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_remotedesktop.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_script menu.menu", + "displayName": "Script Menu", + "options": [ + { + "id": "com.apple.mcxmenuextras_script menu.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_script menu.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_spaces.menu", + "displayName": "Spaces", + "options": [ + { + "id": "com.apple.mcxmenuextras_spaces.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_spaces.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_sync.menu", + "displayName": "Sync", + "options": [ + { + "id": "com.apple.mcxmenuextras_sync.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_sync.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_textinput.menu", + "displayName": "Text Input", + "options": [ + { + "id": "com.apple.mcxmenuextras_textinput.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_textinput.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_timemachine.menu", + "displayName": "TimeMachine", + "options": [ + { + "id": "com.apple.mcxmenuextras_timemachine.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_timemachine.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_universalaccess.menu", + "displayName": "Universal Access", + "options": [ + { + "id": "com.apple.mcxmenuextras_universalaccess.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_universalaccess.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_user.menu", + "displayName": "User", + "options": [ + { + "id": "com.apple.mcxmenuextras_user.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_user.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_volume.menu", + "displayName": "Volume", + "options": [ + { + "id": "com.apple.mcxmenuextras_volume.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_volume.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_vpn.menu", + "displayName": "VPN", + "options": [ + { + "id": "com.apple.mcxmenuextras_vpn.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_vpn.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxmenuextras_wwan.menu", + "displayName": "WWAN", + "options": [ + { + "id": "com.apple.mcxmenuextras_wwan.menu_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxmenuextras_wwan.menu_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxprinting_allowlocalprinters", + "displayName": "Allow Local Printers", + "options": [ + { + "id": "com.apple.mcxprinting_allowlocalprinters_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxprinting_allowlocalprinters_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxprinting_com.apple.mcxprinting", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mcxprinting_defaultprinter", + "displayName": "Default Printer", + "options": null + }, + { + "id": "com.apple.mcxprinting_defaultprinter_deviceuri", + "displayName": "Device URI", + "options": null + }, + { + "id": "com.apple.mcxprinting_defaultprinter_displayname", + "displayName": "Display Name", + "options": null + }, + { + "id": "com.apple.mcxprinting_footerfontname", + "displayName": "Footer Font Name", + "options": null + }, + { + "id": "com.apple.mcxprinting_footerfontsize", + "displayName": "Footer Font Size", + "options": null + }, + { + "id": "com.apple.mcxprinting_printfooter", + "displayName": "Print Footer", + "options": [ + { + "id": "com.apple.mcxprinting_printfooter_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxprinting_printfooter_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxprinting_printmacaddress", + "displayName": "Print MAC Address", + "options": [ + { + "id": "com.apple.mcxprinting_printmacaddress_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxprinting_printmacaddress_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxprinting_requireadmintoaddprinters", + "displayName": "Require Admin To Add Printers", + "options": [ + { + "id": "com.apple.mcxprinting_requireadmintoaddprinters_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxprinting_requireadmintoaddprinters_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxprinting_requireadmintoprintlocally", + "displayName": "Require Admin To Print Locally", + "options": [ + { + "id": "com.apple.mcxprinting_requireadmintoprintlocally_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxprinting_requireadmintoprintlocally_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxprinting_showonlymanagedprinters", + "displayName": "Show Only Managed Printers", + "options": [ + { + "id": "com.apple.mcxprinting_showonlymanagedprinters_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxprinting_showonlymanagedprinters_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mcxprinting_userprinterlist", + "displayName": "User Printer List", + "options": null + }, + { + "id": "com.apple.mcxprinting_userprinterlist_printer", + "displayName": "Printer", + "options": null + }, + { + "id": "com.apple.mcxprinting_userprinterlist_printer_deviceuri", + "displayName": "Device URI", + "options": null + }, + { + "id": "com.apple.mcxprinting_userprinterlist_printer_displayname", + "displayName": "Display Name", + "options": null + }, + { + "id": "com.apple.mcxprinting_userprinterlist_printer_location", + "displayName": "Location", + "options": null + }, + { + "id": "com.apple.mcxprinting_userprinterlist_printer_model", + "displayName": "Model", + "options": null + }, + { + "id": "com.apple.mcxprinting_userprinterlist_printer_ppdurl", + "displayName": "PPD URL", + "options": null + }, + { + "id": "com.apple.mcxprinting_userprinterlist_printer_printerlocked", + "displayName": "Printer Locked", + "options": [ + { + "id": "com.apple.mcxprinting_userprinterlist_printer_printerlocked_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mcxprinting_userprinterlist_printer_printerlocked_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_allowsimple", + "displayName": "Allow Simple Passcode", + "options": [ + { + "id": "com.apple.mobiledevice.passwordpolicy_allowsimple_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_allowsimple_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_changeatnextauth", + "displayName": "Change At Next Auth", + "options": [ + { + "id": "com.apple.mobiledevice.passwordpolicy_changeatnextauth_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_changeatnextauth_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_com.apple.mobiledevice.passwordpolicy", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_customregex", + "displayName": "Custom Regex", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_customregex_passwordcontentdescription", + "displayName": "Password Content Description", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_customregex_passwordcontentdescription_generickey", + "displayName": "Description", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_customregex_passwordcontentdescription_generickey_keytobereplaced", + "displayName": "Password Content Description", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_customregex_passwordcontentregex", + "displayName": "Password Content Regex", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_forcepin", + "displayName": "Force PIN", + "options": [ + { + "id": "com.apple.mobiledevice.passwordpolicy_forcepin_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_forcepin_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_maxfailedattempts", + "displayName": "Max Failed Attempts", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_maxgraceperiod", + "displayName": "Max Grace Period", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_maxinactivity", + "displayName": "Max Inactivity", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_maxpinageindays", + "displayName": "Max PIN Age In Days", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_mincomplexchars", + "displayName": "Min Complex Characters", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_minlength", + "displayName": "Min Length", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_minutesuntilfailedloginreset", + "displayName": "Minutes Until Failed Login Reset", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_pinhistory", + "displayName": "PIN History", + "options": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_requirealphanumeric", + "displayName": "Require Alphanumeric Passcode", + "options": [ + { + "id": "com.apple.mobiledevice.passwordpolicy_requirealphanumeric_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.mobiledevice.passwordpolicy_requirealphanumeric_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.networkusagerules_applicationrules", + "displayName": "Application Rules", + "options": null + }, + { + "id": "com.apple.networkusagerules_applicationrules_item_allowcellulardata", + "displayName": "Allow Cellular Data", + "options": [ + { + "id": "com.apple.networkusagerules_applicationrules_item_allowcellulardata_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.networkusagerules_applicationrules_item_allowcellulardata_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.networkusagerules_applicationrules_item_allowroamingcellulardata", + "displayName": "Allow Roaming Cellular Data", + "options": [ + { + "id": "com.apple.networkusagerules_applicationrules_item_allowroamingcellulardata_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.networkusagerules_applicationrules_item_allowroamingcellulardata_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.networkusagerules_applicationrules_item_appidentifiermatches", + "displayName": "App Identifier Matches", + "options": null + }, + { + "id": "com.apple.networkusagerules_com.apple.networkusagerules", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.networkusagerules_simrules", + "displayName": "SIM Rules", + "options": null + }, + { + "id": "com.apple.networkusagerules_simrules_item_iccids", + "displayName": "ICCI Ds", + "options": null + }, + { + "id": "com.apple.networkusagerules_simrules_item_wifiassistpolicy", + "displayName": "Wi Fi Assist Policy", + "options": [ + { + "id": "com.apple.networkusagerules_simrules_item_wifiassistpolicy_0", + "displayName": "2", + "description": null + }, + { + "id": "com.apple.networkusagerules_simrules_item_wifiassistpolicy_1", + "displayName": "3", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_com.apple.notificationsettings", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings", + "displayName": "Notification Settings", + "options": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_alerttype", + "displayName": "Alert Type", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_alerttype_0", + "displayName": "None", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_alerttype_1", + "displayName": "Temporary Banner", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_alerttype_2", + "displayName": "Persistent Banner", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_badgesenabled", + "displayName": "Badges Enabled", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_badgesenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_badgesenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_bundleidentifier", + "displayName": "Bundle Identifier", + "options": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_criticalalertenabled", + "displayName": "Critical Alert Enabled", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_criticalalertenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_criticalalertenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_groupingtype", + "displayName": "Grouping Type", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_groupingtype_0", + "displayName": "Automatic: Group notifications into app-specified groups", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_groupingtype_1", + "displayName": "By app: Group notifications into one group", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_groupingtype_2", + "displayName": "Off: Don't group notifications", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_notificationsenabled", + "displayName": "Notifications Enabled", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_notificationsenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_notificationsenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_previewtype", + "displayName": "Preview Type", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_previewtype_0", + "displayName": "Always: Previews will be shown when the device is locked and unlocked", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_previewtype_1", + "displayName": "When Unlocked: Previews will only be shown when the device is unlocked", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_previewtype_2", + "displayName": "Never: Previews will never be shown", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_showincarplay", + "displayName": "Show In Car Play", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_showincarplay_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_showincarplay_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_showinlockscreen", + "displayName": "Show In Lock Screen", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_showinlockscreen_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_showinlockscreen_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_showinnotificationcenter", + "displayName": "Show In Notification Center", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_showinnotificationcenter_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_showinnotificationcenter_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_soundsenabled", + "displayName": "Sounds Enabled", + "options": [ + { + "id": "com.apple.notificationsettings_notificationsettings_item_soundsenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.notificationsettings_notificationsettings_item_soundsenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.nsextension_allowedextensions", + "displayName": "Allowed Extensions", + "options": null + }, + { + "id": "com.apple.nsextension_com.apple.nsextension", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.nsextension_deniedextensionpoints", + "displayName": "Denied Extension Points", + "options": null + }, + { + "id": "com.apple.nsextension_deniedextensions", + "displayName": "Denied Extensions", + "options": null + }, + { + "id": "com.apple.preference.security_com.apple.preference.security", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.preference.security_dontallowfirewallui", + "displayName": "Do Not Allow Firewall UI", + "options": [ + { + "id": "com.apple.preference.security_dontallowfirewallui_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.preference.security_dontallowfirewallui_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.preference.security_dontallowlockmessageui", + "displayName": "Do Not Allow Lock Message UI", + "options": [ + { + "id": "com.apple.preference.security_dontallowlockmessageui_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.preference.security_dontallowlockmessageui_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.preference.security_dontallowpasswordresetui", + "displayName": "Do Not Allow Password Reset UI", + "options": [ + { + "id": "com.apple.preference.security_dontallowpasswordresetui_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.preference.security_dontallowpasswordresetui_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.preference.users_com.apple.preference.users", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.preference.users_disableusingicloudpassword", + "displayName": "Disable Using iCloud Password", + "options": [ + { + "id": "com.apple.preference.users_disableusingicloudpassword_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.preference.users_disableusingicloudpassword_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.profileremovalpassword_com.apple.profileremovalpassword", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.profileremovalpassword_removalpassword", + "displayName": "Removal Password", + "options": null + }, + { + "id": "com.apple.proxy.http.global_com.apple.proxy.http.global", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.proxy.http.global_proxycaptiveloginallowed", + "displayName": "Proxy Captive Login Allowed", + "options": [ + { + "id": "com.apple.proxy.http.global_proxycaptiveloginallowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.proxy.http.global_proxycaptiveloginallowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.proxy.http.global_proxypacfallbackallowed", + "displayName": "Proxy PAC Fallback Allowed", + "options": [ + { + "id": "com.apple.proxy.http.global_proxypacfallbackallowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.proxy.http.global_proxypacfallbackallowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.proxy.http.global_proxypacurl", + "displayName": "Proxy PAC URL (Deprecated)", + "options": null + }, + { + "id": "com.apple.proxy.http.global_proxypassword", + "displayName": "Proxy Password", + "options": null + }, + { + "id": "com.apple.proxy.http.global_proxyserver", + "displayName": "Proxy Server (Deprecated)", + "options": null + }, + { + "id": "com.apple.proxy.http.global_proxyserverport", + "displayName": "Proxy Server Port (Deprecated)", + "options": null + }, + { + "id": "com.apple.proxy.http.global_proxytype", + "displayName": "Proxy Type", + "options": [ + { + "id": "com.apple.proxy.http.global_proxytype_0", + "displayName": "Manual", + "description": null + }, + { + "id": "com.apple.proxy.http.global_proxytype_1", + "displayName": "Auto", + "description": null + } + ] + }, + { + "id": "com.apple.proxy.http.global_proxyusername", + "displayName": "Proxy Username", + "options": null + }, + { + "id": "com.apple.screensaver.user_com.apple.screensaver.user", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.screensaver.user_idletime", + "displayName": "Idle Time", + "options": null + }, + { + "id": "com.apple.screensaver.user_modulename", + "displayName": "Module Name", + "options": null + }, + { + "id": "com.apple.screensaver.user_modulepath", + "displayName": "Module Path", + "options": null + }, + { + "id": "com.apple.screensaver_askforpassword", + "displayName": "Ask For Password", + "options": [ + { + "id": "com.apple.screensaver_askforpassword_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.screensaver_askforpassword_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.screensaver_askforpassworddelay", + "displayName": "Ask For Password Delay", + "options": null + }, + { + "id": "com.apple.screensaver_com.apple.screensaver", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.screensaver_loginwindowidletime", + "displayName": "Login Window Idle Time", + "options": null + }, + { + "id": "com.apple.screensaver_loginwindowmodulepath", + "displayName": "Login Window Module Path", + "options": null + }, + { + "id": "com.apple.screensaver_modulename", + "displayName": "Module Name", + "options": null + }, + { + "id": "com.apple.security.fderecoverykeyescrow_com.apple.security.fderecoverykeyescrow", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.security.fderecoverykeyescrow_devicekey", + "displayName": "Device Key", + "options": null + }, + { + "id": "com.apple.security.fderecoverykeyescrow_location", + "displayName": "Location", + "options": null + }, + { + "id": "com.apple.security.firewall_allowsigned", + "displayName": "Allow Signed", + "options": [ + { + "id": "com.apple.security.firewall_allowsigned_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.firewall_allowsigned_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.firewall_allowsignedapp", + "displayName": "Allow Signed App", + "options": [ + { + "id": "com.apple.security.firewall_allowsignedapp_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.firewall_allowsignedapp_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.firewall_applications", + "displayName": "Applications", + "options": null + }, + { + "id": "com.apple.security.firewall_applications_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.security.firewall_applications_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.firewall_applications_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.firewall_applications_item_bundleid", + "displayName": "Bundle ID", + "options": null + }, + { + "id": "com.apple.security.firewall_blockallincoming", + "displayName": "Block All Incoming", + "options": [ + { + "id": "com.apple.security.firewall_blockallincoming_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.firewall_blockallincoming_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.firewall_com.apple.security.firewall", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.security.firewall_enablefirewall", + "displayName": "Enable Firewall", + "options": [ + { + "id": "com.apple.security.firewall_enablefirewall_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.firewall_enablefirewall_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.firewall_enablelogging", + "displayName": "Enable Logging (Deprecated)", + "options": [ + { + "id": "com.apple.security.firewall_enablelogging_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.firewall_enablelogging_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.firewall_enablestealthmode", + "displayName": "Enable Stealth Mode", + "options": [ + { + "id": "com.apple.security.firewall_enablestealthmode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.firewall_enablestealthmode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.firewall_loggingoption", + "displayName": "Logging Option (Deprecated)", + "options": [ + { + "id": "com.apple.security.firewall_loggingoption_0", + "displayName": "throttled", + "description": null + }, + { + "id": "com.apple.security.firewall_loggingoption_1", + "displayName": "brief", + "description": null + }, + { + "id": "com.apple.security.firewall_loggingoption_2", + "displayName": "detail", + "description": null + } + ] + }, + { + "id": "com.apple.security.smartcard_allowsmartcard", + "displayName": "Allow Smart Card", + "options": [ + { + "id": "com.apple.security.smartcard_allowsmartcard_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.smartcard_allowsmartcard_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.smartcard_checkcertificatetrust", + "displayName": "Check Certificate Trust", + "options": [ + { + "id": "com.apple.security.smartcard_checkcertificatetrust_0", + "displayName": "Disable certificate trust check", + "description": null + }, + { + "id": "com.apple.security.smartcard_checkcertificatetrust_1", + "displayName": "Enable certificate trust check and standard validity check", + "description": null + }, + { + "id": "com.apple.security.smartcard_checkcertificatetrust_2", + "displayName": "Enable certificate trust check and soft revocation check", + "description": null + }, + { + "id": "com.apple.security.smartcard_checkcertificatetrust_3", + "displayName": "Enable certificate trust check and hard revocation check", + "description": null + } + ] + }, + { + "id": "com.apple.security.smartcard_com.apple.security.smartcard", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.security.smartcard_enforcesmartcard", + "displayName": "Enforce Smart Card", + "options": [ + { + "id": "com.apple.security.smartcard_enforcesmartcard_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.smartcard_enforcesmartcard_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.smartcard_onecardperuser", + "displayName": "One Card Per User", + "options": [ + { + "id": "com.apple.security.smartcard_onecardperuser_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.smartcard_onecardperuser_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.security.smartcard_tokenremovalaction", + "displayName": "Token Removal Action", + "options": [ + { + "id": "com.apple.security.smartcard_tokenremovalaction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.security.smartcard_tokenremovalaction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.security.smartcard_userpairing", + "displayName": "User Pairing", + "options": [ + { + "id": "com.apple.security.smartcard_userpairing_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.security.smartcard_userpairing_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.servicemanagement_com.apple.servicemanagement", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.servicemanagement_rules", + "displayName": "Rules", + "options": null + }, + { + "id": "com.apple.servicemanagement_rules_item_comment", + "displayName": "Comment", + "options": null + }, + { + "id": "com.apple.servicemanagement_rules_item_ruletype", + "displayName": "Rule Type", + "options": [ + { + "id": "com.apple.servicemanagement_rules_item_ruletype_0", + "displayName": "Bundle Identifier", + "description": null + }, + { + "id": "com.apple.servicemanagement_rules_item_ruletype_1", + "displayName": "Bundle Identifier Prefix", + "description": null + }, + { + "id": "com.apple.servicemanagement_rules_item_ruletype_2", + "displayName": "Label", + "description": null + }, + { + "id": "com.apple.servicemanagement_rules_item_ruletype_3", + "displayName": "Label Prefix", + "description": null + }, + { + "id": "com.apple.servicemanagement_rules_item_ruletype_4", + "displayName": "Team Identifier", + "description": null + } + ] + }, + { + "id": "com.apple.servicemanagement_rules_item_rulevalue", + "displayName": "Rule Value", + "options": null + }, + { + "id": "com.apple.servicemanagement_rules_item_teamidentifier", + "displayName": "Team Identifier", + "options": null + }, + { + "id": "com.apple.shareddeviceconfiguration_assettaginformation", + "displayName": "Asset Tag Information", + "options": null + }, + { + "id": "com.apple.shareddeviceconfiguration_com.apple.shareddeviceconfiguration", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.shareddeviceconfiguration_lockscreenfootnote", + "displayName": "Lock Screen Footnote", + "options": null + }, + { + "id": "com.apple.softwareupdate_allowprereleaseinstallation", + "displayName": "Allow Pre Release Installation", + "options": [ + { + "id": "com.apple.softwareupdate_allowprereleaseinstallation_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.softwareupdate_allowprereleaseinstallation_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.softwareupdate_automaticallyinstallappupdates", + "displayName": "Automatically Install App Updates", + "options": [ + { + "id": "com.apple.softwareupdate_automaticallyinstallappupdates_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.softwareupdate_automaticallyinstallappupdates_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.softwareupdate_automaticallyinstallmacosupdates", + "displayName": "Automatically Install Mac OS Updates", + "options": [ + { + "id": "com.apple.softwareupdate_automaticallyinstallmacosupdates_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.softwareupdate_automaticallyinstallmacosupdates_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.softwareupdate_automaticcheckenabled", + "displayName": "Automatic Check Enabled", + "options": [ + { + "id": "com.apple.softwareupdate_automaticcheckenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.softwareupdate_automaticcheckenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.softwareupdate_automaticdownload", + "displayName": "Automatic Download", + "options": [ + { + "id": "com.apple.softwareupdate_automaticdownload_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.softwareupdate_automaticdownload_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.softwareupdate_com.apple.softwareupdate", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.softwareupdate_configdatainstall", + "displayName": "Config Data Install", + "options": [ + { + "id": "com.apple.softwareupdate_configdatainstall_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.softwareupdate_configdatainstall_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.softwareupdate_criticalupdateinstall", + "displayName": "Critical Update Install", + "options": [ + { + "id": "com.apple.softwareupdate_criticalupdateinstall_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.softwareupdate_criticalupdateinstall_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.softwareupdate_restrict-software-update-require-admin-to-install", + "displayName": "Restrict Software Update Require Admin To Install", + "options": [ + { + "id": "com.apple.softwareupdate_restrict-software-update-require-admin-to-install_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.softwareupdate_restrict-software-update-require-admin-to-install_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.subscribedcalendar.account_com.apple.subscribedcalendar.account", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.subscribedcalendar.account_subcalaccountdescription", + "displayName": "Account Description", + "options": null + }, + { + "id": "com.apple.subscribedcalendar.account_subcalaccounthostname", + "displayName": "Account Host Name", + "options": null + }, + { + "id": "com.apple.subscribedcalendar.account_subcalaccountpassword", + "displayName": "Account Password", + "options": null + }, + { + "id": "com.apple.subscribedcalendar.account_subcalaccountusername", + "displayName": "Account Username", + "options": null + }, + { + "id": "com.apple.subscribedcalendar.account_subcalaccountusessl", + "displayName": "Account Use SSL", + "options": [ + { + "id": "com.apple.subscribedcalendar.account_subcalaccountusessl_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.subscribedcalendar.account_subcalaccountusessl_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.system.logging_com.apple.system.logging", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.system.logging_system", + "displayName": "System", + "options": null + }, + { + "id": "com.apple.system.logging_system_enable-private-data", + "displayName": "Enable Private Data", + "options": [ + { + "id": "com.apple.system.logging_system_enable-private-data_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.system.logging_system_enable-private-data_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_com.apple.systemconfiguration", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies", + "displayName": "Proxies", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_exceptionslist", + "displayName": "Exceptions List", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_fallbackallowed", + "displayName": "Fall Back Allowed", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_fallbackallowed_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_fallbackallowed_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_ftpenable", + "displayName": "FTP Enable", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_ftpenable_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_ftpenable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_ftppassive", + "displayName": "FTP Passive", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_ftppassive_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_ftppassive_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_ftpport", + "displayName": "FTP Port", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_ftpproxy", + "displayName": "FTP Proxy", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_gopherenable", + "displayName": "Gopher Enable", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_gopherenable_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_gopherenable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_gopherport", + "displayName": "Gopher Port", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_gopherproxy", + "displayName": "Gopher Proxy", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_httpenable", + "displayName": "HTTP Enable", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_httpenable_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_httpenable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_httpport", + "displayName": "HTTP Port", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_httpproxy", + "displayName": "HTTP Proxy", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_httpsenable", + "displayName": "HTTPS Enable", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_httpsenable_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_httpsenable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_httpsport", + "displayName": "HTTPS Port", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_httpsproxy", + "displayName": "HTTPS Proxy", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_proxyautoconfigenable", + "displayName": "Proxy Auto Config Enable", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_proxyautoconfigenable_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_proxyautoconfigenable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_proxyautoconfigurlstring", + "displayName": "Proxy Auto Config URL String", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_proxycaptiveloginallowed", + "displayName": "Proxy Captive Login Allowed", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_proxycaptiveloginallowed_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_proxycaptiveloginallowed_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_rtspenable", + "displayName": "RTSP Enable", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_rtspenable_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_rtspenable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_rtspport", + "displayName": "RTSP Port", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_rtspproxy", + "displayName": "RTSP Proxy", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_socksenable", + "displayName": "SOCKS Enable", + "options": [ + { + "id": "com.apple.systemconfiguration_proxies_socksenable_0", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systemconfiguration_proxies_socksenable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systemconfiguration_proxies_socksportinteger", + "displayName": "SOCKS Port Integer", + "options": null + }, + { + "id": "com.apple.systemconfiguration_proxies_socksproxy", + "displayName": "SOCKS Proxy", + "options": null + }, + { + "id": "com.apple.system-extension-policy_allowedsystemextensions", + "displayName": "Allowed System Extensions", + "options": null + }, + { + "id": "com.apple.system-extension-policy_allowedsystemextensions_generickey", + "displayName": "Allowed System Extensions", + "options": null + }, + { + "id": "com.apple.system-extension-policy_allowedsystemextensions_generickey_keytobereplaced", + "displayName": "Team Identifier", + "options": null + }, + { + "id": "com.apple.system-extension-policy_allowedsystemextensiontypes", + "displayName": "Allowed System Extension Types", + "options": null + }, + { + "id": "com.apple.system-extension-policy_allowedsystemextensiontypes_generickey", + "displayName": "Allowed System Extension Types", + "options": null + }, + { + "id": "com.apple.system-extension-policy_allowedsystemextensiontypes_generickey_keytobereplaced", + "displayName": "Team Identifier", + "options": null + }, + { + "id": "com.apple.system-extension-policy_allowedteamidentifiers", + "displayName": "Allowed Team Identifiers", + "options": null + }, + { + "id": "com.apple.system-extension-policy_allowuseroverrides", + "displayName": "Allow User Overrides", + "options": [ + { + "id": "com.apple.system-extension-policy_allowuseroverrides_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.system-extension-policy_allowuseroverrides_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.system-extension-policy_com.apple.system-extension-policy", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.system-extension-policy_nonremovablefromuisystemextensions", + "displayName": "Non Removable From UI System Extensions", + "options": null + }, + { + "id": "com.apple.system-extension-policy_nonremovablefromuisystemextensions_generickey", + "displayName": "ANY", + "options": null + }, + { + "id": "com.apple.system-extension-policy_nonremovablefromuisystemextensions_generickey_keytobereplaced", + "displayName": "Non Removable From UI System Extensions", + "options": null + }, + { + "id": "com.apple.system-extension-policy_nonremovablesystemextensions", + "displayName": "Non Removable System Extensions", + "options": null + }, + { + "id": "com.apple.system-extension-policy_nonremovablesystemextensions_generickey", + "displayName": "ANY", + "options": null + }, + { + "id": "com.apple.system-extension-policy_nonremovablesystemextensions_generickey_keytobereplaced", + "displayName": "Non Removable System Extensions", + "options": null + }, + { + "id": "com.apple.system-extension-policy_removablesystemextensions", + "displayName": "Removable System Extensions", + "options": null + }, + { + "id": "com.apple.system-extension-policy_removablesystemextensions_generickey", + "displayName": "Removable System Extensions", + "options": null + }, + { + "id": "com.apple.system-extension-policy_removablesystemextensions_generickey_keytobereplaced", + "displayName": "Team Identifier", + "options": null + }, + { + "id": "com.apple.systempolicy.control_allowidentifieddevelopers", + "displayName": "Allow Identified Developers", + "options": [ + { + "id": "com.apple.systempolicy.control_allowidentifieddevelopers_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systempolicy.control_allowidentifieddevelopers_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systempolicy.control_com.apple.systempolicy.control", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.systempolicy.control_enableassessment", + "displayName": "Enable Assessment", + "options": [ + { + "id": "com.apple.systempolicy.control_enableassessment_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systempolicy.control_enableassessment_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systempolicy.control_enablexprotectmalwareupload", + "displayName": "Enable XProtect Malware Upload", + "options": [ + { + "id": "com.apple.systempolicy.control_enablexprotectmalwareupload_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.systempolicy.control_enablexprotectmalwareupload_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.systempolicy.managed_com.apple.systempolicy.managed", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.systempolicy.managed_disableoverride", + "displayName": "Disable Override", + "options": [ + { + "id": "com.apple.systempolicy.managed_disableoverride_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.systempolicy.managed_disableoverride_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.systempreferences_com.apple.systempreferences", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.systempreferences_disabledpreferencepanes", + "displayName": "Disabled Preference Panes", + "options": null + }, + { + "id": "com.apple.systempreferences_enabledpreferencepanes", + "displayName": "Enabled Preference Panes", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_com.apple.tcc.configuration-profile-policy", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services", + "displayName": "Services", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility", + "displayName": "Accessibility", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_accessibility_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook", + "displayName": "Address Book", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_addressbook_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents", + "displayName": "Apple Events", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_aereceivercoderequirement", + "displayName": "AE Receiver Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_aereceiveridentifier", + "displayName": "AE Receiver Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_aereceiveridentifiertype", + "displayName": "AE Receiver Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_aereceiveridentifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_aereceiveridentifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_appleevents_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways", + "displayName": "Bluetooth Always", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_aereceivercoderequirement", + "displayName": "AE Receiver Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_aereceiveridentifier", + "displayName": "AE Receiver Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_aereceiveridentifiertype", + "displayName": "AE Receiver Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_aereceiveridentifiertype_0", + "displayName": "bundleID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_aereceiveridentifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_allowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_allowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_authorization_2", + "displayName": "AllowStandardUserToSetSystemService", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_comment", + "displayName": "Comment", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_identifiertype_0", + "displayName": "bundleID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_staticcode_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_bluetoothalways_item_staticcode_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar", + "displayName": "Calendar", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_calendar_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera", + "displayName": "Camera", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_camera_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence", + "displayName": "File Provider Presence", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_fileproviderpresence_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent", + "displayName": "Listen Event", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_allowed", + "displayName": "Allowed (Deprecated)", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_listenevent_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary", + "displayName": "Media Library", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_medialibrary_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone", + "displayName": "Microphone", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_microphone_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos", + "displayName": "Photos", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_photos_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent", + "displayName": "Post Event", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_postevent_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders", + "displayName": "Reminders", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_reminders_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture", + "displayName": "Screen Capture", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_allowed", + "displayName": "Allowed (Deprecated)", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_screencapture_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition", + "displayName": "Speech Recognition", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_speechrecognition_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles", + "displayName": "System Policy All Files", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyallfiles_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles", + "displayName": "System Policy App Bundles", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappbundles_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata", + "displayName": "System Policy App Data", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_allowed_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_allowed_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_authorization_2", + "displayName": "AllowStandardUserToSetSystemService", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_identifiertype_0", + "displayName": "bundleID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_staticcode_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyappdata_item_staticcode_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder", + "displayName": "System Policy Desktop Folder", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydesktopfolder_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder", + "displayName": "System Policy Documents Folder", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydocumentsfolder_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder", + "displayName": "System Policy Downloads Folder", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicydownloadsfolder_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes", + "displayName": "System Policy Network Volumes", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicynetworkvolumes_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes", + "displayName": "System Policy Removable Volumes", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicyremovablevolumes_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles", + "displayName": "System Policy Sys Admin Files", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_allowed", + "displayName": "Allowed", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_allowed_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_allowed_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_authorization", + "displayName": "Authorization", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_authorization_0", + "displayName": "Allow", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_authorization_1", + "displayName": "Deny", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_authorization_2", + "displayName": "Allow Standard User To Set System Service", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_coderequirement", + "displayName": "Code Requirement", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_identifier", + "displayName": "Identifier", + "options": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_identifiertype", + "displayName": "Identifier Type", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_identifiertype_0", + "displayName": "bundle ID", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_identifiertype_1", + "displayName": "path", + "description": null + } + ] + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_staticcode", + "displayName": "Static Code", + "options": [ + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_staticcode_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.tcc.configuration-profile-policy_services_systempolicysysadminfiles_item_staticcode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_closeviewfarpoint", + "displayName": "Close View Far Point", + "options": null + }, + { + "id": "com.apple.universalaccess_closeviewhotkeysenabled", + "displayName": "Close View Hotkeys Enabled", + "options": [ + { + "id": "com.apple.universalaccess_closeviewhotkeysenabled_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_closeviewhotkeysenabled_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_closeviewnearpoint", + "displayName": "Close View Near Point", + "options": null + }, + { + "id": "com.apple.universalaccess_closeviewscrollwheeltoggle", + "displayName": "Close View Scroll Wheel Toggle", + "options": [ + { + "id": "com.apple.universalaccess_closeviewscrollwheeltoggle_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_closeviewscrollwheeltoggle_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_closeviewsmoothimages", + "displayName": "Close View Smooth Images", + "options": [ + { + "id": "com.apple.universalaccess_closeviewsmoothimages_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_closeviewsmoothimages_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_com.apple.universalaccess", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.universalaccess_contrast", + "displayName": "Contrast", + "options": null + }, + { + "id": "com.apple.universalaccess_flashscreen", + "displayName": "Flash Screen", + "options": [ + { + "id": "com.apple.universalaccess_flashscreen_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_flashscreen_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_mousedriver", + "displayName": "Mouse Driver", + "options": [ + { + "id": "com.apple.universalaccess_mousedriver_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_mousedriver_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_mousedrivercursorsize", + "displayName": "Mouse Driver Cursor Size", + "options": null + }, + { + "id": "com.apple.universalaccess_mousedriverignoretrackpad", + "displayName": "Mouse Driver Ignore Trackpad", + "options": [ + { + "id": "com.apple.universalaccess_mousedriverignoretrackpad_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_mousedriverignoretrackpad_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_mousedriverinitialdelay", + "displayName": "Mouse Driver Initial Delay", + "options": null + }, + { + "id": "com.apple.universalaccess_mousedrivermaxspeed", + "displayName": "Mouse Driver Max Speed", + "options": null + }, + { + "id": "com.apple.universalaccess_slowkey", + "displayName": "Slow Key", + "options": [ + { + "id": "com.apple.universalaccess_slowkey_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_slowkey_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_slowkeybeepon", + "displayName": "Slow Key Beep On", + "options": [ + { + "id": "com.apple.universalaccess_slowkeybeepon_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_slowkeybeepon_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_slowkeydelay", + "displayName": "Slow Key Delay", + "options": null + }, + { + "id": "com.apple.universalaccess_stereoasmono", + "displayName": "Stereo as Mono", + "options": [ + { + "id": "com.apple.universalaccess_stereoasmono_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_stereoasmono_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_stickykey", + "displayName": "Sticky Key", + "options": [ + { + "id": "com.apple.universalaccess_stickykey_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_stickykey_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_stickykeybeeponmodifier", + "displayName": "Sticky Key Beep On Modifier", + "options": [ + { + "id": "com.apple.universalaccess_stickykeybeeponmodifier_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_stickykeybeeponmodifier_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_stickykeyshowwindow", + "displayName": "Sticky Key Show Window", + "options": [ + { + "id": "com.apple.universalaccess_stickykeyshowwindow_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_stickykeyshowwindow_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_voiceoveronoffkey", + "displayName": "Voice Over On Off Key", + "options": [ + { + "id": "com.apple.universalaccess_voiceoveronoffkey_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_voiceoveronoffkey_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.universalaccess_whiteonblack", + "displayName": "White On Black", + "options": [ + { + "id": "com.apple.universalaccess_whiteonblack_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.universalaccess_whiteonblack_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.webcontent-filter_allowlistbookmarks", + "displayName": "Allow List Bookmarks", + "options": null + }, + { + "id": "com.apple.webcontent-filter_allowlistbookmarks_item_title", + "displayName": "Title", + "options": null + }, + { + "id": "com.apple.webcontent-filter_allowlistbookmarks_item_url", + "displayName": "URL", + "options": null + }, + { + "id": "com.apple.webcontent-filter_autofilterenabled", + "displayName": "Auto Filter Enabled", + "options": [ + { + "id": "com.apple.webcontent-filter_autofilterenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.webcontent-filter_autofilterenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.webcontent-filter_com.apple.webcontent-filter", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.webcontent-filter_denylisturls", + "displayName": "Deny List URLs", + "options": null + }, + { + "id": "com.apple.webcontent-filter_filterbrowsers", + "displayName": "Filter Browsers", + "options": [ + { + "id": "com.apple.webcontent-filter_filterbrowsers_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.webcontent-filter_filterbrowsers_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.webcontent-filter_filterdataproviderbundleidentifier", + "displayName": "Filter Data Provider Bundle Identifier", + "options": null + }, + { + "id": "com.apple.webcontent-filter_filterdataproviderdesignatedrequirement", + "displayName": "Filter Data Provider Designated Requirement", + "options": null + }, + { + "id": "com.apple.webcontent-filter_filtergrade", + "displayName": "Filter Grade", + "options": [ + { + "id": "com.apple.webcontent-filter_filtergrade_0", + "displayName": "firewall", + "description": null + }, + { + "id": "com.apple.webcontent-filter_filtergrade_1", + "displayName": "inspector", + "description": null + } + ] + }, + { + "id": "com.apple.webcontent-filter_filterpacketproviderbundleidentifier", + "displayName": "Filter Packet Provider Bundle Identifier", + "options": null + }, + { + "id": "com.apple.webcontent-filter_filterpacketproviderdesignatedrequirement", + "displayName": "Filter Packet Provider Designated Requirement", + "options": null + }, + { + "id": "com.apple.webcontent-filter_filterpackets", + "displayName": "Filter Packets", + "options": [ + { + "id": "com.apple.webcontent-filter_filterpackets_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.webcontent-filter_filterpackets_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.webcontent-filter_filtersockets", + "displayName": "Filter Sockets", + "options": [ + { + "id": "com.apple.webcontent-filter_filtersockets_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.webcontent-filter_filtersockets_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.webcontent-filter_filtertype", + "displayName": "Filter Type", + "options": [ + { + "id": "com.apple.webcontent-filter_filtertype_0", + "displayName": "Built-in", + "description": null + }, + { + "id": "com.apple.webcontent-filter_filtertype_1", + "displayName": "Plug-in", + "description": null + } + ] + }, + { + "id": "com.apple.webcontent-filter_hidedenylisturls", + "displayName": "Hide Deny List UR Ls", + "options": [ + { + "id": "com.apple.webcontent-filter_hidedenylisturls_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.apple.webcontent-filter_hidedenylisturls_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.apple.webcontent-filter_organization", + "displayName": "Organization", + "options": null + }, + { + "id": "com.apple.webcontent-filter_password", + "displayName": "Password", + "options": null + }, + { + "id": "com.apple.webcontent-filter_permittedurls", + "displayName": "Permitted URLs", + "options": null + }, + { + "id": "com.apple.webcontent-filter_pluginbundleid", + "displayName": "Plugin Bundle ID", + "options": null + }, + { + "id": "com.apple.webcontent-filter_serveraddress", + "displayName": "Server Address", + "options": null + }, + { + "id": "com.apple.webcontent-filter_userdefinedname", + "displayName": "User Defined Name", + "options": null + }, + { + "id": "com.apple.webcontent-filter_username", + "displayName": "User Name", + "options": null + }, + { + "id": "com.apple.xsan.preferences_com.apple.xsan.preferences", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.xsan.preferences_denydlc", + "displayName": "Deny DLC", + "options": null + }, + { + "id": "com.apple.xsan.preferences_denymount", + "displayName": "Deny Mount", + "options": null + }, + { + "id": "com.apple.xsan.preferences_onlymount", + "displayName": "Only Mount", + "options": null + }, + { + "id": "com.apple.xsan.preferences_preferdlc", + "displayName": "Prefer DLC", + "options": null + }, + { + "id": "com.apple.xsan.preferences_usedlc", + "displayName": "Use DLC", + "options": [ + { + "id": "com.apple.xsan.preferences_usedlc_false", + "displayName": "False", + "description": null + }, + { + "id": "com.apple.xsan.preferences_usedlc_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "com.apple.xsan_com.apple.xsan", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "com.apple.xsan_fsnameservers", + "displayName": "FS Name Servers", + "options": null + }, + { + "id": "com.apple.xsan_sanauthmethod", + "displayName": "San Auth Method", + "options": { + "id": "com.apple.xsan_sanauthmethod_0", + "displayName": "auth_secret", + "description": null + } + }, + { + "id": "com.apple.xsan_sanconfigurls", + "displayName": "San Config URLs", + "options": null + }, + { + "id": "com.apple.xsan_sanname", + "displayName": "San Name", + "options": null + }, + { + "id": "com.apple.xsan_sharedsecret", + "displayName": "Shared Secret", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.accessibilityimagelabelsenabled", + "displayName": "Let screen reader users get image descriptions from Microsoft", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.accessibilityimagelabelsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.accessibilityimagelabelsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.addressbareditingenabled", + "displayName": "Configure address bar editing", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.addressbareditingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.addressbareditingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.addressbarmicrosoftsearchinbingproviderenabled", + "displayName": "Enable Microsoft Search in Bing suggestions in the address bar", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.addressbarmicrosoftsearchinbingproviderenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.addressbarmicrosoftsearchinbingproviderenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.adssettingforintrusiveadssites_allowads", + "displayName": "Allow ads on all sites", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.adssettingforintrusiveadssites_blockads", + "displayName": "Block ads on sites with intrusive ads. (Default value)", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.adstransparencyenabled", + "displayName": "Configure if the ads transparency feature is enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.adstransparencyenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.adstransparencyenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowdeletingbrowserhistory", + "displayName": "Enable deleting browser and download history", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowdeletingbrowserhistory_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowdeletingbrowserhistory_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowgamesmenu", + "displayName": "Allow users to access the games menu", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowgamesmenu_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowgamesmenu_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowpopupsduringpageunload", + "displayName": "Allows a page to show popups during its unloading (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowpopupsduringpageunload_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowpopupsduringpageunload_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowsurfgame", + "displayName": "Allow surf game", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowsurfgame_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowsurfgame_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowsyncxhrinpagedismissal", + "displayName": "Allow pages to send synchronous XHR requests during page dismissal (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowsyncxhrinpagedismissal_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowsyncxhrinpagedismissal_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.allowtrackingforurls", + "displayName": "Configure tracking prevention exceptions for specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alternateerrorpagesenabled", + "displayName": "Suggest similar pages when a webpage can't be found", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alternateerrorpagesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alternateerrorpagesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alternateerrorpagesenabled_recommended", + "displayName": "Suggest similar pages when a webpage can't be found (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alternateerrorpagesenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alternateerrorpagesenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alwaysopenpdfexternally", + "displayName": "Always open PDF files externally", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alwaysopenpdfexternally_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.alwaysopenpdfexternally_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.askbeforecloseenabled", + "displayName": "Get user confirmation before closing a browser window with multiple tabs", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.askbeforecloseenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.askbeforecloseenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.askbeforecloseenabled_recommended", + "displayName": "Get user confirmation before closing a browser window with multiple tabs (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.askbeforecloseenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.askbeforecloseenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.audiocaptureallowedurls", + "displayName": "Sites that can access audio capture devices without requesting permission", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofilladdressenabled", + "displayName": "Enable AutoFill for addresses", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofilladdressenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofilladdressenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofilladdressenabled_recommended", + "displayName": "Enable AutoFill for addresses (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofilladdressenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofilladdressenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillcreditcardenabled", + "displayName": "Enable AutoFill for payment instruments", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillcreditcardenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillcreditcardenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillcreditcardenabled_recommended", + "displayName": "Enable AutoFill for payment instruments (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillcreditcardenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillcreditcardenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillmembershipsenabled", + "displayName": "Save and fill memberships", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillmembershipsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillmembershipsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillmembershipsenabled_recommended", + "displayName": "Save and fill memberships (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillmembershipsenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autofillmembershipsenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autolaunchprotocolscomponentenabled", + "displayName": "AutoLaunch Protocols Component Enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autolaunchprotocolscomponentenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autolaunchprotocolscomponentenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automaticdownloadsallowedforurls", + "displayName": "Allow multiple automatic downloads in quick succession on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automaticdownloadsblockedforurls", + "displayName": "Block multiple automatic downloads in quick succession on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automatichttpsdefault", + "displayName": "Configure Automatic HTTPS", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automatichttpsdefault_disableautomatichttps", + "displayName": "Automatic HTTPS functionality is disabled.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automatichttpsdefault_upgradecapabledomains", + "displayName": "(Deprecated) Navigations delivered over HTTP are switched to HTTPS, only on domains likely to support HTTPS.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automatichttpsdefault_alwaysupgrade", + "displayName": "All navigations delivered over HTTP are switched to HTTPS. Connection errors might occur more often.", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automatichttpsdefault_recommended", + "displayName": "Configure Automatic HTTPS (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automatichttpsdefault_recommended_disableautomatichttps", + "displayName": "Automatic HTTPS functionality is disabled.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automatichttpsdefault_recommended_upgradecapabledomains", + "displayName": "(Deprecated) Navigations delivered over HTTP are switched to HTTPS, only on domains likely to support HTTPS.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.automatichttpsdefault_recommended_alwaysupgrade", + "displayName": "All navigations delivered over HTTP are switched to HTTPS. Connection errors might occur more often.", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autoopenallowedforurls", + "displayName": "URLs where AutoOpenFileTypes can apply", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autoopenfiletypes", + "displayName": "List of file types that should be automatically opened on download", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autoplayallowed", + "displayName": "Allow media autoplay for websites", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autoplayallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autoplayallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autoplayallowlist", + "displayName": "Allow media autoplay on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.autoselectcertificateforurls", + "displayName": "Automatically select client certificates for these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.backgroundtemplatelistupdatesenabled", + "displayName": "Enables background updates to the list of available templates for Collections and other features that use templates (Deprecated)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.backgroundtemplatelistupdatesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.backgroundtemplatelistupdatesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockexternalextensions", + "displayName": "Blocks external extensions from being installed", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockexternalextensions_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockexternalextensions_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockthirdpartycookies", + "displayName": "Block third party cookies", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockthirdpartycookies_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockthirdpartycookies_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockthirdpartycookies_recommended", + "displayName": "Block third party cookies (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockthirdpartycookies_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.blockthirdpartycookies_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.browsernetworktimequeriesenabled", + "displayName": "Allow queries to a Browser Network Time service", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.browsernetworktimequeriesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.browsernetworktimequeriesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.certificatetransparencyenforcementdisabledforcas", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.certificatetransparencyenforcementdisabledforlegacycas", + "displayName": "Disable Certificate Transparency enforcement for a list of legacy certificate authorities", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearbrowsingdataonexit", + "displayName": "Clear browsing data when Microsoft Edge closes", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearbrowsingdataonexit_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearbrowsingdataonexit_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearbrowsingdataonexit_recommended", + "displayName": "Clear browsing data when Microsoft Edge closes (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearbrowsingdataonexit_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearbrowsingdataonexit_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearcachedimagesandfilesonexit", + "displayName": "Clear cached images and files when Microsoft Edge closes", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearcachedimagesandfilesonexit_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearcachedimagesandfilesonexit_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearcachedimagesandfilesonexit_recommended", + "displayName": "Clear cached images and files when Microsoft Edge closes (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearcachedimagesandfilesonexit_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clearcachedimagesandfilesonexit_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clipboardallowedforurls", + "displayName": "Allow clipboard use on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.clipboardblockedforurls", + "displayName": "Block clipboard use on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.collectionsservicesandexportsblocklist", + "displayName": "Block access to a specified list of services and export targets in Collections", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.collectionsservicesandexportsblocklist_collections_share", + "displayName": "Sharing of Collections", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.collectionsservicesandexportsblocklist_local_pdf", + "displayName": "Save local PDFs in Collections to OneDrive", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.collectionsservicesandexportsblocklist_send_word", + "displayName": "Send collection to Microsoft Word", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.collectionsservicesandexportsblocklist_send_excel", + "displayName": "Send collection to Microsoft Excel", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.collectionsservicesandexportsblocklist_send_onenote", + "displayName": "Send collection to Microsoft OneNote", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configuredonottrack", + "displayName": "Configure Do Not Track", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configuredonottrack_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configuredonottrack_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurefriendlyurlformat", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurefriendlyurlformat_plaintext", + "displayName": "The plain URL without any extra information, such as the page's title. This is the recommended option when this policy is configured. For more information, see the description.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurefriendlyurlformat_titledhyperlink", + "displayName": "Titled Hyperlink: A hyperlink that points to the copied URL, but whose visible text is the title of the destination page. This is the Friendly URL format.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurefriendlyurlformat_webpreview", + "displayName": "Coming soon. If set, behaves the same as 'Plain URL'.", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurefriendlyurlformat_recommended", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurefriendlyurlformat_recommended_plaintext", + "displayName": "The plain URL without any extra information, such as the page's title. This is the recommended option when this policy is configured. For more information, see the description.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurefriendlyurlformat_recommended_titledhyperlink", + "displayName": "Titled Hyperlink: A hyperlink that points to the copied URL, but whose visible text is the title of the destination page. This is the Friendly URL format.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurefriendlyurlformat_recommended_webpreview", + "displayName": "Coming soon. If set, behaves the same as 'Plain URL'.", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configurekeyboardshortcuts", + "displayName": "Configure the list of commands for which to disable keyboard shortcuts", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configureonlinetexttospeech", + "displayName": "Configure Online Text To Speech", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configureonlinetexttospeech_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configureonlinetexttospeech_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configureshare", + "displayName": "Configure the Share experience", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configureshare_shareallowed", + "displayName": "Allow using the Share experience", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.configureshare_sharedisallowed", + "displayName": "Don't allow using the Share experience", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.controldefaultstateofallowextensionfromotherstoressettingenabled_recommended", + "displayName": "Configure default state of Allow extensions from other stores setting (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.controldefaultstateofallowextensionfromotherstoressettingenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.controldefaultstateofallowextensionfromotherstoressettingenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.cookiesallowedforurls", + "displayName": "Allow cookies on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.cookiesblockedforurls", + "displayName": "Block cookies on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.cookiessessiononlyforurls", + "displayName": "Limit cookies from specific websites to the current session", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.corsnonwildcardrequestheaderssupport", + "displayName": "CORS non-wildcard request header support enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.corsnonwildcardrequestheaderssupport_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.corsnonwildcardrequestheaderssupport_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.crossoriginwebassemblymodulesharingenabled", + "displayName": "Specifies whether WebAssembly modules can be sent cross-origin (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.crossoriginwebassemblymodulesharingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.crossoriginwebassemblymodulesharingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.cryptowalletenabled", + "displayName": "Enable CryptoWallet feature", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.cryptowalletenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.cryptowalletenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.customhelplink", + "displayName": "Specify custom help link", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultautomaticdownloadssetting", + "displayName": "Default automatic downloads setting", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultautomaticdownloadssetting_allowautomaticdownloads", + "displayName": "Allow all websites to perform automatic downloads", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultautomaticdownloadssetting_blockautomaticdownloads", + "displayName": "Don't allow any website to perform automatic downloads", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultclipboardsetting", + "displayName": "Default clipboard site permission", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultclipboardsetting_blockclipboard", + "displayName": "Do not allow any site to use the clipboard site permission", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultclipboardsetting_askclipboard", + "displayName": "Allow sites to ask the user to grant the clipboard site permission", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultcookiessetting", + "displayName": "Configure cookies", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultcookiessetting_allowcookies", + "displayName": "Let all sites create cookies", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultcookiessetting_blockcookies", + "displayName": "Don't let any site create cookies", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultcookiessetting_sessiononly", + "displayName": "Keep cookies for the duration of the session, except ones listed in \"SaveCookiesOnExit\"", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultfilesystemreadguardsetting_blockfilesystemread", + "displayName": "Don't allow any site to request read access to files and directories via the File System API", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultfilesystemreadguardsetting_askfilesystemread", + "displayName": "Allow sites to ask the user to grant read access to files and directories via the File System API", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultfilesystemwriteguardsetting_blockfilesystemwrite", + "displayName": "Don't allow any site to request write access to files and directories", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultfilesystemwriteguardsetting_askfilesystemwrite", + "displayName": "Allow sites to ask the user to grant write access to files and directories", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultgeolocationsetting", + "displayName": "Default geolocation setting", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultgeolocationsetting_allowgeolocation", + "displayName": "Allow sites to track users' physical location", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultgeolocationsetting_blockgeolocation", + "displayName": "Don't allow any site to track users' physical location", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultgeolocationsetting_askgeolocation", + "displayName": "Ask whenever a site wants to track users' physical location", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultimagessetting", + "displayName": "Default images setting", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultimagessetting_allowimages", + "displayName": "Allow all sites to show all images", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultimagessetting_blockimages", + "displayName": "Don't allow any site to show images", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultinsecurecontentsetting_blockinsecurecontent", + "displayName": "Do not allow any site to load mixed content", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultinsecurecontentsetting_allowexceptionsinsecurecontent", + "displayName": "Allow users to add exceptions to allow mixed content", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultjavascriptjitsetting_allowjavascriptjit", + "displayName": "Allow any site to run JavaScript JIT", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultjavascriptjitsetting_blockjavascriptjit", + "displayName": "Do not allow any site to run JavaScript JIT", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultjavascriptsetting", + "displayName": "Default JavaScript setting", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultjavascriptsetting_allowjavascript", + "displayName": "Allow all sites to run JavaScript", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultjavascriptsetting_blockjavascript", + "displayName": "Don't allow any site to run JavaScript", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultnotificationssetting", + "displayName": "Default notification setting", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultnotificationssetting_allownotifications", + "displayName": "Allow sites to show desktop notifications", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultnotificationssetting_blocknotifications", + "displayName": "Don't allow any site to show desktop notifications", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultnotificationssetting_asknotifications", + "displayName": "Ask every time a site wants to show desktop notifications", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultpluginssetting", + "displayName": "Default Adobe Flash setting (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultpluginssetting_blockplugins", + "displayName": "Block the Adobe Flash plugin", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultpluginssetting_clicktoplay", + "displayName": "Click to play", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultpopupssetting", + "displayName": "Default pop-up window setting", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultpopupssetting_allowpopups", + "displayName": "Allow all sites to show pop-ups", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultpopupssetting_blockpopups", + "displayName": "Do not allow any site to show popups", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultprinterselection", + "displayName": "Default printer selection rules", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidercontextmenuaccessallowed", + "displayName": "Allow default search provider context menu search access", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidercontextmenuaccessallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidercontextmenuaccessallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderenabled", + "displayName": "Enable the default search provider", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderenabled_recommended", + "displayName": "Enable the default search provider (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderencodings", + "displayName": "Default search provider encodings", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderencodings_recommended", + "displayName": "Default search provider encodings (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderimageurl", + "displayName": "Specifies the search-by-image feature for the default search provider", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderimageurl_recommended", + "displayName": "Specifies the search-by-image feature for the default search provider (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for an image URL that uses POST", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderimageurlpostparams_recommended", + "displayName": "Parameters for an image URL that uses POST (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderkeyword", + "displayName": "Default search provider keyword", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchproviderkeyword_recommended", + "displayName": "Default search provider keyword (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidername", + "displayName": "Default search provider name", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidername_recommended", + "displayName": "Default search provider name (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidersearchurl_recommended", + "displayName": "Default search provider search URL (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidersuggesturl", + "displayName": "Default search provider URL for suggestions", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsearchprovidersuggesturl_recommended", + "displayName": "Default search provider URL for suggestions (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsensorssetting", + "displayName": "Default sensors setting", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsensorssetting_allowsensors", + "displayName": "Allow sites to access sensors", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultsensorssetting_blocksensors", + "displayName": "Do not allow any site to access sensors", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultserialguardsetting", + "displayName": "Control use of the Serial API", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultserialguardsetting_blockserial", + "displayName": "Do not allow any site to request access to serial ports via the Serial API", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultserialguardsetting_askserial", + "displayName": "Allow sites to ask for user permission to access a serial port", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultshareadditionalosregionsetting", + "displayName": "Set the default \"share additional operating system region\" setting", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultshareadditionalosregionsetting_limited", + "displayName": "Limited", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultshareadditionalosregionsetting_always", + "displayName": "Always share the OS Regional format", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultshareadditionalosregionsetting_never", + "displayName": "Never share the OS Regional format", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultshareadditionalosregionsetting_recommended", + "displayName": "Set the default \"share additional operating system region\" setting (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultshareadditionalosregionsetting_recommended_limited", + "displayName": "Limited", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultshareadditionalosregionsetting_recommended_always", + "displayName": "Always share the OS Regional format", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultshareadditionalosregionsetting_recommended_never", + "displayName": "Never share the OS Regional format", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebbluetoothguardsetting_blockwebbluetooth", + "displayName": "Do not allow any site to request access to Bluetooth devices via the Web Bluetooth API", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebbluetoothguardsetting_askwebbluetooth", + "displayName": "Allow sites to ask the user to grant access to a nearby Bluetooth device", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebhidguardsetting", + "displayName": "Control use of the WebHID API", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebhidguardsetting_blockwebhid", + "displayName": "Do not allow any site to request access to HID devices via the WebHID API", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebhidguardsetting_askwebhid", + "displayName": "Allow sites to ask the user to grant access to a HID device", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebusbguardsetting_blockwebusb", + "displayName": "Do not allow any site to request access to USB devices via the WebUSB API", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.defaultwebusbguardsetting_askwebusb", + "displayName": "Allow sites to ask the user to grant access to a connected USB device", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.definepreferredlanguages", + "displayName": "Define an ordered list of preferred languages that websites should display in if the site supports the language", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.delaynavigationsforinitialsitelistdownload", + "displayName": "Require that the Enterprise Mode Site List is available before tab navigation", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.delaynavigationsforinitialsitelistdownload_none", + "displayName": "None", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.delaynavigationsforinitialsitelistdownload_all", + "displayName": "All eligible navigations", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.developertoolsavailability", + "displayName": "Control where developer tools can be used", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.developertoolsavailability_developertoolsdisallowedforforceinstalledextensions", + "displayName": "Block the developer tools on extensions installed by enterprise policy, allow in other contexts", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.developertoolsavailability_developertoolsallowed", + "displayName": "Allow using the developer tools", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.developertoolsavailability_developertoolsdisallowed", + "displayName": "Don't allow using the developer tools", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.disable3dapis", + "displayName": "Disable support for 3D graphics APIs", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.disable3dapis_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.disable3dapis_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.displaycapturepermissionspolicyenabled", + "displayName": "Specifies whether the display-capture permissions-policy is checked or skipped (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.displaycapturepermissionspolicyenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.displaycapturepermissionspolicyenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.donotsilentlyblockprotocolsfromorigins", + "displayName": "Define a list of protocols that can not be silently blocked by anti-flood protection", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.doubleclickclosetabenabled", + "displayName": "Double Click feature in Microsoft Edge enabled (only available in China)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.doubleclickclosetabenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.doubleclickclosetabenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloaddirectory", + "displayName": "Set download directory", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloaddirectory_recommended", + "displayName": "Set download directory (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions", + "displayName": "Allow download restrictions", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_defaultdownloadsecurity", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_blockdangerousdownloads", + "displayName": "Block malicious downloads and dangerous file types", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_blockpotentiallydangerousdownloads", + "displayName": "Block potentially dangerous or unwanted downloads and dangerous file types", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_blockalldownloads", + "displayName": "Block all downloads", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_blockmaliciousdownloads", + "displayName": "Block malicious downloads", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_recommended", + "displayName": "Allow download restrictions (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_recommended_defaultdownloadsecurity", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_recommended_blockdangerousdownloads", + "displayName": "Block malicious downloads and dangerous file types", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_recommended_blockpotentiallydangerousdownloads", + "displayName": "Block potentially dangerous or unwanted downloads and dangerous file types", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_recommended_blockalldownloads", + "displayName": "Block all downloads", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.downloadrestrictions_recommended_blockmaliciousdownloads", + "displayName": "Block malicious downloads", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeassetdeliveryserviceenabled", + "displayName": "Allow features to download assets from the Asset Delivery Service", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeassetdeliveryserviceenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeassetdeliveryserviceenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeassetdeliveryserviceenabled_recommended", + "displayName": "Allow features to download assets from the Asset Delivery Service (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeassetdeliveryserviceenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeassetdeliveryserviceenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgecollectionsenabled", + "displayName": "Enable the Collections feature", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgecollectionsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgecollectionsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgediscoverenabled", + "displayName": "Discover feature In Microsoft Edge (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgediscoverenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgediscoverenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgediscoverenabled_recommended", + "displayName": "Discover feature In Microsoft Edge (Obsolete) (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgediscoverenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgediscoverenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeedropenabled", + "displayName": "Enable Drop feature in Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeedropenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeedropenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeenhanceimagesenabled", + "displayName": "Enhance images enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeenhanceimagesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeenhanceimagesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgefollowenabled", + "displayName": "Enable Follow service in Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgefollowenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgefollowenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeshoppingassistantenabled", + "displayName": "Shopping in Microsoft Edge Enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeshoppingassistantenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeshoppingassistantenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeshoppingassistantenabled_recommended", + "displayName": "Shopping in Microsoft Edge Enabled (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeshoppingassistantenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeshoppingassistantenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeworkspacesenabled", + "displayName": "Enable Workspaces", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeworkspacesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.edgeworkspacesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.editfavoritesenabled", + "displayName": "Allows users to edit favorites", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.editfavoritesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.editfavoritesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enabledeprecatedwebplatformfeatures", + "displayName": "Re-enable deprecated web platform features for a limited time (Obsolete)", + "options": { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enabledeprecatedwebplatformfeatures_exampledeprecatedfeature", + "displayName": "Enable ExampleDeprecatedFeature API through 2008/09/02", + "description": null + } + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enablemediarouter", + "displayName": "Enable Google Cast", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enablemediarouter_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enablemediarouter_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymode_standardmode", + "displayName": "Standard mode", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymode_balancedmode", + "displayName": "Balanced mode", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymode_strictmode", + "displayName": "Strict mode", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymode_basicmode", + "displayName": "Basic mode", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymodebypassintranet", + "displayName": "Enhanced Security Mode configuration for Intranet zone sites", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymodebypassintranet_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymodebypassintranet_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymodebypasslistdomains", + "displayName": "Configure the list of domains for which enhance security mode will not be enforced", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enhancesecuritymodeenforcelistdomains", + "displayName": "Configure the list of domains for which enhance security mode will always be enforced", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enterprisehardwareplatformapienabled", + "displayName": "Allow managed extensions to use the Enterprise Hardware Platform API", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enterprisehardwareplatformapienabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enterprisehardwareplatformapienabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enterprisemodesitelistmanagerallowed", + "displayName": "Allow access to the Enterprise Mode Site List Manager tool", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enterprisemodesitelistmanagerallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.enterprisemodesitelistmanagerallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.eventpathenabled", + "displayName": "Re-enable the Event.path API until Microsoft Edge version 115", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.eventpathenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.eventpathenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.exemptdomainfiletypepairsfromfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains (Obsolete)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.exemptfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensionallowedtypes", + "displayName": "Configure allowed extension types", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensionallowedtypes_extension", + "displayName": "Extension", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensionallowedtypes_theme", + "displayName": "Theme", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensionallowedtypes_user_script", + "displayName": "User script", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensionallowedtypes_hosted_app", + "displayName": "Hosted app", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensionallowedtypes_legacy_packaged_app", + "displayName": "Legacy packaged app", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensionallowedtypes_platform_app", + "displayName": "Platform app", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensioninstallallowlist", + "displayName": "Allow specific extensions to be installed", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensioninstallblocklist", + "displayName": "Control which extensions cannot be installed", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensioninstallforcelist", + "displayName": "Control which extensions are installed silently", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensioninstallsources", + "displayName": "Configure extension and user script install sources", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.extensionsettings", + "displayName": "Configure extension management settings", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.externalprotocoldialogshowalwaysopencheckbox", + "displayName": "Show an \"Always open\" checkbox in external protocol dialog", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.externalprotocoldialogshowalwaysopencheckbox_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.externalprotocoldialogshowalwaysopencheckbox_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.familysafetysettingsenabled", + "displayName": "Allow users to configure Family safety and Kids Mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.familysafetysettingsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.familysafetysettingsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.favoritesbarenabled", + "displayName": "Enable favorites bar", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.favoritesbarenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.favoritesbarenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.favoritesbarenabled_recommended", + "displayName": "Enable favorites bar (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.favoritesbarenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.favoritesbarenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on shutdown", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.filesystemreadaskforurls", + "displayName": "Allow read access via the File System API on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.filesystemreadblockedforurls", + "displayName": "Block read access via the File System API on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.filesystemwriteaskforurls", + "displayName": "Allow write access to files and directories on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.filesystemwriteblockedforurls", + "displayName": "Block write access to files and directories on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcebingsafesearch", + "displayName": "Enforce Bing SafeSearch", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcebingsafesearch_bingsafesearchnorestrictionsmode", + "displayName": "Don't configure search restrictions in Bing", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcebingsafesearch_bingsafesearchmoderatemode", + "displayName": "Configure moderate search restrictions in Bing", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcebingsafesearch_bingsafesearchstrictmode", + "displayName": "Configure strict search restrictions in Bing", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forceephemeralprofiles", + "displayName": "Enable use of ephemeral profiles", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forceephemeralprofiles_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forceephemeralprofiles_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcegooglesafesearch", + "displayName": "Enforce Google SafeSearch", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcegooglesafesearch_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcegooglesafesearch_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcemajorversiontominorpositioninuseragent", + "displayName": "Enable or disable freezing the User-Agent string at major version 99", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcemajorversiontominorpositioninuseragent_default", + "displayName": "Default to browser settings for User-Agent string version.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcemajorversiontominorpositioninuseragent_forcedisabled", + "displayName": "The User-Agent string will not freeze the major version.", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcemajorversiontominorpositioninuseragent_forceenabled", + "displayName": "The User-Agent string will freeze the major version as 99 and include the browser's major version in the minor position.", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcesync", + "displayName": "Force synchronization of browser data and do not show the sync consent prompt", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcesync_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcesync_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forcesynctypes", + "displayName": "Configure the list of types that are included for synchronization", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forceyoutuberestrict_off", + "displayName": "Do not enforce Restricted Mode on YouTube", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forceyoutuberestrict_moderate", + "displayName": "Enforce at least Moderate Restricted Mode on YouTube", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.forceyoutuberestrict_strict", + "displayName": "Enforce Strict Restricted Mode for YouTube", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.fullscreenallowed", + "displayName": "Allow full screen mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.fullscreenallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.fullscreenallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.globallyscopehttpauthcacheenabled", + "displayName": "Enable globally scoped HTTP auth cache", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.globallyscopehttpauthcacheenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.globallyscopehttpauthcacheenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.homepageisnewtabpage", + "displayName": "Set the new tab page as the home page", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.homepageisnewtabpage_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.homepageisnewtabpage_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.homepageisnewtabpage_recommended", + "displayName": "Set the new tab page as the home page (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.homepageisnewtabpage_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.homepageisnewtabpage_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.homepagelocation", + "displayName": "Configure the home page URL", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.homepagelocation_recommended", + "displayName": "Configure the home page URL (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.hstspolicybypasslist", + "displayName": "Configure the list of names that will bypass the HSTS policy check", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.hubssidebarenabled", + "displayName": "Show Hubs Sidebar", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.hubssidebarenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.hubssidebarenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.hubssidebarenabled_recommended", + "displayName": "Show Hubs Sidebar (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.hubssidebarenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.hubssidebarenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.imagesallowedforurls", + "displayName": "Allow images on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.imagesblockedforurls", + "displayName": "Block images on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.immersivereadergrammartoolsenabled", + "displayName": "Enable Grammar Tools feature within Immersive Reader in Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.immersivereadergrammartoolsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.immersivereadergrammartoolsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.immersivereaderpicturedictionaryenabled", + "displayName": "Enable Picture Dictionary feature within Immersive Reader in Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.immersivereaderpicturedictionaryenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.immersivereaderpicturedictionaryenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importautofillformdata", + "displayName": "Allow importing of autofill form data", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importautofillformdata_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importautofillformdata_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importautofillformdata_recommended", + "displayName": "Allow importing of autofill form data (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importautofillformdata_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importautofillformdata_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importbrowsersettings", + "displayName": "Allow importing of browser settings", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importbrowsersettings_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importbrowsersettings_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importbrowsersettings_recommended", + "displayName": "Allow importing of browser settings (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importbrowsersettings_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importbrowsersettings_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importcookies", + "displayName": "Allow importing of Cookies", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importcookies_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importcookies_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importcookies_recommended", + "displayName": "Allow importing of Cookies (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importcookies_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importcookies_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importextensions", + "displayName": "Allow importing of extensions", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importextensions_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importextensions_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importextensions_recommended", + "displayName": "Allow importing of extensions (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importextensions_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importextensions_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importfavorites", + "displayName": "Allow importing of favorites", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importfavorites_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importfavorites_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importfavorites_recommended", + "displayName": "Allow importing of favorites (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importfavorites_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importfavorites_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhistory", + "displayName": "Allow importing of browsing history", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhistory_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhistory_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhistory_recommended", + "displayName": "Allow importing of browsing history (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhistory_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhistory_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhomepage", + "displayName": "Allow importing of home page settings", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhomepage_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importhomepage_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importoneachlaunch", + "displayName": "Allow import of data from other browsers on each Microsoft Edge launch", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importoneachlaunch_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importoneachlaunch_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importopentabs", + "displayName": "Allow importing of open tabs", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importopentabs_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importopentabs_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importopentabs_recommended", + "displayName": "Allow importing of open tabs (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importopentabs_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importopentabs_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importpaymentinfo", + "displayName": "Allow importing of payment info", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importpaymentinfo_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importpaymentinfo_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importpaymentinfo_recommended", + "displayName": "Allow importing of payment info (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importpaymentinfo_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importpaymentinfo_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsavedpasswords", + "displayName": "Allow importing of saved passwords", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsavedpasswords_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsavedpasswords_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsavedpasswords_recommended", + "displayName": "Allow importing of saved passwords (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsavedpasswords_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsavedpasswords_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsearchengine", + "displayName": "Allow importing of search engine settings", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsearchengine_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsearchengine_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsearchengine_recommended", + "displayName": "Allow importing of search engine settings (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsearchengine_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importsearchengine_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importshortcuts", + "displayName": "Allow importing of shortcuts", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importshortcuts_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importshortcuts_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importshortcuts_recommended", + "displayName": "Allow importing of shortcuts (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importshortcuts_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importshortcuts_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importstartuppagesettings", + "displayName": "Allow importing of startup page settings", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importstartuppagesettings_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importstartuppagesettings_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importstartuppagesettings_recommended", + "displayName": "Allow importing of startup page settings (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importstartuppagesettings_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.importstartuppagesettings_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.inprivatemodeavailability", + "displayName": "Configure InPrivate mode availability", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.inprivatemodeavailability_enabled", + "displayName": "InPrivate mode available", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.inprivatemodeavailability_disabled", + "displayName": "InPrivate mode disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.inprivatemodeavailability_forced", + "displayName": "InPrivate mode forced", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecurecontentallowedforurls", + "displayName": "Allow insecure content on specified sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecurecontentblockedforurls", + "displayName": "Block insecure content on specified sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecureformswarningsenabled", + "displayName": "Enable warnings for insecure forms", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecureformswarningsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecureformswarningsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecureprivatenetworkrequestsallowed", + "displayName": "Specifies whether to allow websites to make requests to more-private network endpoints", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecureprivatenetworkrequestsallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecureprivatenetworkrequestsallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.insecureprivatenetworkrequestsallowedforurls", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from in an insecure manner", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationalwaysuseoscapture", + "displayName": "Always use the OS capture engine to avoid issues with capturing Internet Explorer mode tabs", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationalwaysuseoscapture_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationalwaysuseoscapture_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationalwayswaitforunload", + "displayName": "Wait for Internet Explorer mode tabs to completely unload before ending the browser session", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationalwayswaitforunload_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationalwayswaitforunload_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationcloudneutralsitesreporting", + "displayName": "Configure reporting of potentially misconfigured neutral site URLs to the M365 Admin Center Site Lists app", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationcloudsitelist", + "displayName": "Configure the Enterprise Mode Cloud Site List", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationcloudusersitesreporting", + "displayName": "Configure reporting of IE Mode user list entries to the M365 Admin Center Site Lists app", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationcomplexnavdatatypes", + "displayName": "Configure whether form data and HTTP headers will be sent when entering or exiting Internet Explorer mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationcomplexnavdatatypes_includenone", + "displayName": "Do not send form data or headers", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationcomplexnavdatatypes_includeformdataonly", + "displayName": "Send form data only", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationcomplexnavdatatypes_includeheadersonly", + "displayName": "Send additional headers only", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationcomplexnavdatatypes_includeformdataandheaders", + "displayName": "Send form data and additional headers", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationenhancedhangdetection", + "displayName": "Configure enhanced hang detection for Internet Explorer mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationenhancedhangdetection_disabled", + "displayName": "Enhanced hang detection disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationenhancedhangdetection_enabled", + "displayName": "Enhanced hang detection enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlevel", + "displayName": "Configure Internet Explorer integration", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlevel_none", + "displayName": "None", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlevel_iemode", + "displayName": "Internet Explorer mode", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlevel_needie", + "displayName": "Internet Explorer 11", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalfileallowed", + "displayName": "Allow launching of local files in Internet Explorer mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalfileallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalfileallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalfileextensionallowlist", + "displayName": "Open local files in Internet Explorer mode file extension allow list", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalfileshowcontextmenu", + "displayName": "Show context menu to open a file:// link in Internet Explorer mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalfileshowcontextmenu_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalfileshowcontextmenu_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalmhtfileallowed", + "displayName": "Allow local MHTML files to open automatically in Internet Explorer mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalmhtfileallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationlocalmhtfileallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationreloadiniemodeallowed", + "displayName": "Allow unconfigured sites to be reloaded in Internet Explorer mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationreloadiniemodeallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationreloadiniemodeallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationreloadiniemodeallowed_recommended", + "displayName": "Allow unconfigured sites to be reloaded in Internet Explorer mode (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationreloadiniemodeallowed_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationreloadiniemodeallowed_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationsitelist", + "displayName": "Configure the Enterprise Mode Site List", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationsitelistrefreshinterval", + "displayName": "Configure how frequently the Enterprise Mode Site List is refreshed", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationsiteredirect", + "displayName": "Specify how \"in-page\" navigations to unconfigured sites behave when started from Internet Explorer mode pages", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationsiteredirect_default", + "displayName": "Default", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationsiteredirect_automaticnavigationsonly", + "displayName": "Keep only automatic navigations in Internet Explorer mode", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationsiteredirect_allinpagenavigations", + "displayName": "Keep all in-page navigations in Internet Explorer mode", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationtestingallowed", + "displayName": "Allow Internet Explorer mode testing (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationtestingallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationtestingallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationwindowopenheightadjustment", + "displayName": "Configure the pixel adjustment between window.open heights sourced from IE mode pages vs. Edge mode pages", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerintegrationwindowopenwidthadjustment", + "displayName": "Configure the pixel adjustment between window.open widths sourced from IE mode pages vs. Edge mode pages", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodecleardataonexitenabled", + "displayName": "Clear history for IE and IE mode every time you exit", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodecleardataonexitenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodecleardataonexitenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodeenablesavepageas", + "displayName": "Allow Save page as in Internet Explorer mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodeenablesavepageas_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodeenablesavepageas_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetabinedgemodeallowed", + "displayName": "Allow sites configured for Internet Explorer mode to open in Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetabinedgemodeallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetabinedgemodeallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetoolbarbuttonenabled", + "displayName": "Show the Reload in Internet Explorer mode button in the toolbar", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetoolbarbuttonenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetoolbarbuttonenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetoolbarbuttonenabled_recommended", + "displayName": "Show the Reload in Internet Explorer mode button in the toolbar (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetoolbarbuttonenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorermodetoolbarbuttonenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerzoomdisplay", + "displayName": "Display zoom in IE Mode tabs with DPI Scale included like it is in Internet Explorer", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerzoomdisplay_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.internetexplorerzoomdisplay_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.intranetfilelinksenabled", + "displayName": "Allow intranet zone file URL links from Microsoft Edge to open in Windows File Explorer", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.intranetfilelinksenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.intranetfilelinksenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.javascriptallowedforurls", + "displayName": "Allow JavaScript on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.javascriptblockedforurls", + "displayName": "Block JavaScript on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.javascriptjitallowedforsites", + "displayName": "Allow JavaScript to use JIT on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.javascriptjitblockedforsites", + "displayName": "Block JavaScript from using JIT on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.legacysamesitecookiebehaviorenabled", + "displayName": "Enable default legacy SameSite cookie behavior setting (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.legacysamesitecookiebehaviorenabled_defaulttolegacysamesitecookiebehavior", + "displayName": "Revert to legacy SameSite behavior for cookies on all sites", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.legacysamesitecookiebehaviorenabled_defaulttosamesitebydefaultcookiebehavior", + "displayName": "Use SameSite-by-default behavior for cookies on all sites", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.legacysamesitecookiebehaviorenabledfordomainlist", + "displayName": "Revert to legacy SameSite behavior for cookies on specified sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.linkedaccountenabled", + "displayName": "Enable the linked account feature", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.linkedaccountenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.linkedaccountenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.livecaptionsallowed", + "displayName": "Live captions allowed", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.livecaptionsallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.livecaptionsallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localbrowserdatashareenabled", + "displayName": "Enable Windows to search local Microsoft Edge browsing data", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localbrowserdatashareenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localbrowserdatashareenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localbrowserdatashareenabled_recommended", + "displayName": "Enable Windows to search local Microsoft Edge browsing data (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localbrowserdatashareenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localbrowserdatashareenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localprovidersenabled", + "displayName": "Allow suggestions from local providers", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localprovidersenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localprovidersenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localprovidersenabled_recommended", + "displayName": "Allow suggestions from local providers (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localprovidersenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.localprovidersenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.managedconfigurationperorigin", + "displayName": "Sets managed configuration values for websites to specific origins", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.managedfavorites", + "displayName": "Configure favorites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.managedsearchengines", + "displayName": "Manage Search Engines", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.managedsearchengines_recommended", + "displayName": "Manage Search Engines (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsoftedgeinsiderpromotionenabled", + "displayName": "Microsoft Edge Insider Promotion Enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsoftedgeinsiderpromotionenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsoftedgeinsiderpromotionenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsofteditorproofingenabled", + "displayName": "Spell checking provided by Microsoft Editor", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsofteditorproofingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsofteditorproofingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsofteditorsynonymsenabled", + "displayName": "Synonyms are provided when using Microsoft Editor spell checker", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsofteditorsynonymsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsofteditorsynonymsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsoftofficemenuenabled", + "displayName": "Allow users to access the Microsoft Office menu (Deprecated)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsoftofficemenuenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.microsoftofficemenuenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.mousegestureenabled", + "displayName": "Mouse Gesture Enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.mousegestureenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.mousegestureenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.nativemessagingallowlist", + "displayName": "Control which native messaging hosts users can use", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.nativemessagingblocklist", + "displayName": "Configure native messaging block list", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.nativemessaginguserlevelhosts", + "displayName": "Allow user-level native messaging hosts (installed without admin permissions)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.nativemessaginguserlevelhosts_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.nativemessaginguserlevelhosts_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.navigationdelayforinitialsitelistdownloadtimeout", + "displayName": "Set a timeout for delay of tab navigation for the Enterprise Mode Site List", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.networkpredictionoptions", + "displayName": "Enable network prediction", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.networkpredictionoptions_networkpredictionalways", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.networkpredictionoptions_networkpredictionwifionly", + "displayName": "Not supported, if this value is used it will be treated as if 'Predict network actions on any network connection' (0) was set", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.networkpredictionoptions_networkpredictionnever", + "displayName": "Don't predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.networkpredictionoptions_recommended", + "displayName": "Enable network prediction (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.networkpredictionoptions_recommended_networkpredictionalways", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.networkpredictionoptions_recommended_networkpredictionwifionly", + "displayName": "Not supported, if this value is used it will be treated as if 'Predict network actions on any network connection' (0) was set", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.networkpredictionoptions_recommended_networkpredictionnever", + "displayName": "Don't predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newpdfreaderenabled", + "displayName": "Microsoft Edge built-in PDF reader powered by Adobe Acrobat enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newpdfreaderenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newpdfreaderenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newpdfreaderenabled_recommended", + "displayName": "Microsoft Edge built-in PDF reader powered by Adobe Acrobat enabled (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newpdfreaderenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newpdfreaderenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageallowedbackgroundtypes", + "displayName": "Configure the background types allowed for the new tab page layout", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageallowedbackgroundtypes_disableimageoftheday", + "displayName": "Disable daily background image type", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageallowedbackgroundtypes_disablecustomimage", + "displayName": "Disable custom background image type", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageallowedbackgroundtypes_disableall", + "displayName": "Disable all background image types", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageapplauncherenabled", + "displayName": "Hide App Launcher on Microsoft Edge new tab page", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageapplauncherenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageapplauncherenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagecompanylogo", + "displayName": "Set new tab page company logo (Obsolete)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagecontentenabled", + "displayName": "Allow Microsoft News content on the new tab page", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagecontentenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagecontentenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagehidedefaulttopsites", + "displayName": "Hide the default top sites from the new tab page", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagehidedefaulttopsites_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagehidedefaulttopsites_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagelocation", + "displayName": "Configure the new tab page URL", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagelocation_recommended", + "displayName": "Configure the new tab page URL (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagemanagedquicklinks", + "displayName": "Set new tab page quick links", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagemanagedquicklinks_recommended", + "displayName": "Set new tab page quick links (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageprerenderenabled", + "displayName": "Enable preload of the new tab page for faster rendering", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageprerenderenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageprerenderenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageprerenderenabled_recommended", + "displayName": "Enable preload of the new tab page for faster rendering (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageprerenderenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpageprerenderenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagequicklinksenabled", + "displayName": "Allow quick links on the new tab page", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagequicklinksenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagequicklinksenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesearchbox", + "displayName": "Configure the new tab page search box experience", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesearchbox_bing", + "displayName": "Search box (Recommended)", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesearchbox_redirect", + "displayName": "Address bar", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesearchbox_recommended", + "displayName": "Configure the new tab page search box experience (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesearchbox_recommended_bing", + "displayName": "Search box (Recommended)", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesearchbox_recommended_redirect", + "displayName": "Address bar", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesetfeedtype", + "displayName": "Configure the Microsoft Edge new tab page experience (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesetfeedtype_news", + "displayName": "Microsoft News feed experience", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesetfeedtype_office", + "displayName": "Office 365 feed experience", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesetfeedtype_recommended", + "displayName": "Configure the Microsoft Edge new tab page experience (Obsolete) (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesetfeedtype_recommended_news", + "displayName": "Microsoft News feed experience", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.newtabpagesetfeedtype_recommended_office", + "displayName": "Office 365 feed experience", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.notificationsallowedforurls", + "displayName": "Allow notifications on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.notificationsblockedforurls", + "displayName": "Block notifications on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.originagentclusterdefaultenabled", + "displayName": "Origin-keyed agent clustering enabled by default", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.originagentclusterdefaultenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.originagentclusterdefaultenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.outlookhubmenuenabled", + "displayName": "Allow users to access the Outlook menu (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.outlookhubmenuenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.outlookhubmenuenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.outlookhubmenuenabled_recommended", + "displayName": "Allow users to access the Outlook menu (Obsolete) (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.outlookhubmenuenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.outlookhubmenuenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordgeneratorenabled", + "displayName": "Allow users to get a strong password suggestion whenever they are creating an account online", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordgeneratorenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordgeneratorenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerblocklist", + "displayName": "Configure the list of domains for which the password manager UI (Save and Fill) will be disabled", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerenabled", + "displayName": "Enable saving passwords to the password manager", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerenabled_recommended", + "displayName": "Enable saving passwords to the password manager (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerrestrictlengthenabled", + "displayName": "Restrict the length of passwords that can be saved in the Password Manager", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerrestrictlengthenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmanagerrestrictlengthenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmonitorallowed", + "displayName": "Allow users to be alerted if their passwords are found to be unsafe", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmonitorallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmonitorallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmonitorallowed_recommended", + "displayName": "Allow users to be alerted if their passwords are found to be unsafe (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmonitorallowed_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordmonitorallowed_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordprotectionloginurls", + "displayName": "Configure the list of enterprise login URLs where the password protection service should capture salted hashes of a password", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordprotectionwarningtrigger", + "displayName": "Configure password protection warning trigger", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordprotectionwarningtrigger_passwordprotectionwarningoff", + "displayName": "Password protection warning is off", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordprotectionwarningtrigger_passwordprotectionwarningonpasswordreuse", + "displayName": "Password protection warning is triggered by password reuse", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordrevealenabled_recommended", + "displayName": "Enable Password reveal button (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordrevealenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.passwordrevealenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.paymentmethodqueryenabled", + "displayName": "Allow websites to query for available payment methods", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.paymentmethodqueryenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.paymentmethodqueryenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.pdfsecuremode", + "displayName": "Secure mode and Certificate-based Digital Signature validation in native PDF reader", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.pdfsecuremode_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.pdfsecuremode_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.pdfxfaenabled", + "displayName": "XFA support in native PDF reader enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.pdfxfaenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.pdfxfaenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.performancedetectorenabled", + "displayName": "Performance Detector Enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.performancedetectorenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.performancedetectorenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.performancedetectorenabled_recommended", + "displayName": "Performance Detector Enabled (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.performancedetectorenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.performancedetectorenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.personalizationreportingenabled", + "displayName": "Allow personalization of ads, Microsoft Edge, search, news and other Microsoft services by sending browsing history, favorites and collections, usage and other browsing data to Microsoft", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.personalizationreportingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.personalizationreportingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.pluginsallowedforurls", + "displayName": "Allow the Adobe Flash plug-in on specific sites (Obsolete)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.pluginsblockedforurls", + "displayName": "Block the Adobe Flash plug-in on specific sites (Obsolete)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.popupsallowedforurls", + "displayName": "Allow pop-up windows on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.popupsblockedforurls", + "displayName": "Block pop-up windows on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.preventsmartscreenpromptoverride", + "displayName": "Prevent bypassing Microsoft Defender SmartScreen prompts for sites", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.preventsmartscreenpromptoverride_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.preventsmartscreenpromptoverride_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.preventsmartscreenpromptoverrideforfiles", + "displayName": "Prevent bypassing of Microsoft Defender SmartScreen warnings about downloads", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.preventsmartscreenpromptoverrideforfiles_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.preventsmartscreenpromptoverrideforfiles_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.primarypasswordsetting_automatically", + "displayName": "Automatically", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.primarypasswordsetting_withdevicepassword", + "displayName": "With device password", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.primarypasswordsetting_withcustomprimarypassword", + "displayName": "With custom primary password", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.primarypasswordsetting_autofilloff", + "displayName": "Autofill off", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printertypedenylist", + "displayName": "Disable printer types on the deny list", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printertypedenylist_privet", + "displayName": "Zeroconf-based (mDNS + DNS-SD) protocol destinations", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printertypedenylist_extension", + "displayName": "Extension-based destinations", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printertypedenylist_pdf", + "displayName": "The 'Save as PDF' destination. (93 or later, also disables from context menu)", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printertypedenylist_local", + "displayName": "Local printer destinations", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printertypedenylist_onedrive", + "displayName": "Save as PDF (OneDrive) printer destinations. (103 or later)", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingallowedbackgroundgraphicsmodes_any", + "displayName": "Allow printing with and without background graphics", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingallowedbackgroundgraphicsmodes_enabled", + "displayName": "Allow printing only with background graphics", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingallowedbackgroundgraphicsmodes_disabled", + "displayName": "Allow printing only without background graphics", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingbackgroundgraphicsdefault_enabled", + "displayName": "Enable background graphics printing mode by default", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingbackgroundgraphicsdefault_disabled", + "displayName": "Disable background graphics printing mode by default", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingenabled", + "displayName": "Enable printing", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingpapersizedefault", + "displayName": "Default printing page size", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingwebpagelayout", + "displayName": "Sets layout for printing", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingwebpagelayout_portrait", + "displayName": "Sets layout option as portrait", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingwebpagelayout_landscape", + "displayName": "Sets layout option as landscape", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingwebpagelayout_recommended", + "displayName": "Sets layout for printing (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingwebpagelayout_recommended_portrait", + "displayName": "Sets layout option as portrait", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printingwebpagelayout_recommended_landscape", + "displayName": "Sets layout option as landscape", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpostscriptmode", + "displayName": "Print PostScript Mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpostscriptmode_default", + "displayName": "Default", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpostscriptmode_type42", + "displayName": "Type42", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpreviewstickysettings", + "displayName": "Configure the sticky print preview settings", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpreviewstickysettings_recommended", + "displayName": "Configure the sticky print preview settings (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpreviewusesystemdefaultprinter", + "displayName": "Set the system default printer as the default printer", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpreviewusesystemdefaultprinter_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpreviewusesystemdefaultprinter_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpreviewusesystemdefaultprinter_recommended", + "displayName": "Set the system default printer as the default printer (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpreviewusesystemdefaultprinter_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printpreviewusesystemdefaultprinter_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printrasterizationmode", + "displayName": "Print Rasterization Mode", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printrasterizationmode_full", + "displayName": "Full page rasterization", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printrasterizationmode_fast", + "displayName": "Avoid rasterization if possible", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printstickysettings", + "displayName": "Print preview sticky settings", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printstickysettings_enableall", + "displayName": "Enable sticky settings for PDF and Webpages", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printstickysettings_disableall", + "displayName": "Disable sticky settings for PDF and Webpages", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printstickysettings_disablepdf", + "displayName": "Disable sticky settings for PDF", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.printstickysettings_disablewebpage", + "displayName": "Disable sticky settings for Webpages", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proactiveauthenabled", + "displayName": "Enable Proactive Authentication (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proactiveauthenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proactiveauthenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.promptfordownloadlocation", + "displayName": "Ask where to save downloaded files", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.promptfordownloadlocation_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.promptfordownloadlocation_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.promptonmultiplematchingcertificates", + "displayName": "Prompt the user to select a certificate when multiple certificates match", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.promptonmultiplematchingcertificates_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.promptonmultiplematchingcertificates_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxybypasslist", + "displayName": "Configure proxy bypass rules (Deprecated)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxymode", + "displayName": "Configure proxy server settings (Deprecated)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxymode_proxydisabled", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxymode_proxyautodetect", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxymode_proxypacscript", + "displayName": "Use a .pac proxy script", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxymode_proxyfixedservers", + "displayName": "Use fixed proxy servers", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxymode_proxyusesystem", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxypacurl", + "displayName": "Set the proxy .pac file URL (Deprecated)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxyserver", + "displayName": "Configure address or URL of proxy server (Deprecated)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.proxysettings", + "displayName": "Proxy settings", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quicksearchshowminimenu", + "displayName": "Enables Microsoft Edge mini menu", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quicksearchshowminimenu_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quicksearchshowminimenu_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quicksearchshowminimenu_recommended", + "displayName": "Enables Microsoft Edge mini menu (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quicksearchshowminimenu_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quicksearchshowminimenu_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quickviewofficefilesenabled", + "displayName": "Manage QuickView Office files capability in Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quickviewofficefilesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.quickviewofficefilesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.readaloudenabled", + "displayName": "Enable Read Aloud feature in Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.readaloudenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.readaloudenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.registeredprotocolhandlers_recommended", + "displayName": "Register protocol handlers (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.relatedmatchescloudserviceenabled", + "displayName": "Configure Related Matches in Find on Page", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.relatedmatchescloudserviceenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.relatedmatchescloudserviceenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.resolvenavigationerrorsusewebservice", + "displayName": "Enable resolution of navigation errors using a web service", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.resolvenavigationerrorsusewebservice_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.resolvenavigationerrorsusewebservice_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.resolvenavigationerrorsusewebservice_recommended", + "displayName": "Enable resolution of navigation errors using a web service (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.resolvenavigationerrorsusewebservice_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.resolvenavigationerrorsusewebservice_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartup", + "displayName": "Action to take on startup", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartup_restoreonstartupisnewtabpage", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartup_restoreonstartupislastsession", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartup_restoreonstartupisurls", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartup_recommended", + "displayName": "Action to take on startup (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartup_recommended_restoreonstartupisnewtabpage", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartup_recommended_restoreonstartupislastsession", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartup_recommended_restoreonstartupisurls", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartupurls", + "displayName": "Sites to open when the browser starts", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartupurls_recommended", + "displayName": "Sites to open when the browser starts (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartupuserurlsenabled", + "displayName": "Allow users to add and remove their own sites during startup when the RestoreOnStartupURLs policy is configured", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartupuserurlsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restoreonstartupuserurlsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restorepdfview", + "displayName": "Restore PDF view", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restorepdfview_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.restorepdfview_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.runallflashinallowmode", + "displayName": "Extend Adobe Flash content setting to all content (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.runallflashinallowmode_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.runallflashinallowmode_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sameorigintabcaptureallowedbyorigins", + "displayName": "Allow Same Origin Tab capture by these origins", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sandboxexternalprotocolblocked", + "displayName": "Allow Microsoft Edge to block navigations to external protocols in a sandboxed iframe", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sandboxexternalprotocolblocked_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sandboxexternalprotocolblocked_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.savecookiesonexit", + "displayName": "Save cookies when Microsoft Edge closes", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.savingbrowserhistorydisabled", + "displayName": "Disable saving browser history", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.savingbrowserhistorydisabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.savingbrowserhistorydisabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.screencaptureallowed", + "displayName": "Allow or deny screen capture", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.screencaptureallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.screencaptureallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.screencaptureallowedbyorigins", + "displayName": "Allow Desktop, Window, and Tab capture by these origins", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.scrolltotextfragmentenabled", + "displayName": "Enable scrolling to text specified in URL fragments", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.scrolltotextfragmentenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.scrolltotextfragmentenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchfiltersenabled", + "displayName": "Search Filters Enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchfiltersenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchfiltersenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchfiltersenabled_recommended", + "displayName": "Search Filters Enabled (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchfiltersenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchfiltersenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchinsidebarenabled", + "displayName": "Search in Sidebar enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchinsidebarenabled_enablesearchinsidebar", + "displayName": "Enable search in sidebar", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchinsidebarenabled_disablesearchinsidebarforkidsmode", + "displayName": "Disable search in sidebar for Kids Mode", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchinsidebarenabled_disablesearchinsidebar", + "displayName": "Disable search in sidebar", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchsuggestenabled", + "displayName": "Enable search suggestions", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchsuggestenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchsuggestenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchsuggestenabled_recommended", + "displayName": "Enable search suggestions (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchsuggestenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.searchsuggestenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.securitykeypermitattestation", + "displayName": "Websites or domains that don't need permission to use direct Security Key attestation", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sendintranettointernetexplorer", + "displayName": "Send all intranet sites to Internet Explorer", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sendintranettointernetexplorer_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sendintranettointernetexplorer_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sensorsallowedforurls", + "displayName": "Allow access to sensors on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sensorsblockedforurls", + "displayName": "Block access to sensors on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.serialaskforurls", + "displayName": "Allow the Serial API on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.serialblockedforurls", + "displayName": "Block the Serial API on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.settimeoutwithout1msclampenabled", + "displayName": "Control Javascript setTimeout() function minimum timeout (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.settimeoutwithout1msclampenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.settimeoutwithout1msclampenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sharedarraybufferunrestrictedaccessallowed", + "displayName": "Specifies whether SharedArrayBuffers can be used in a non cross-origin-isolated context", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sharedarraybufferunrestrictedaccessallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sharedarraybufferunrestrictedaccessallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showacrobatsubscriptionbutton", + "displayName": "Shows button on native PDF viewer in Microsoft Edge that allows users to sign up for Adobe Acrobat subscription", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showacrobatsubscriptionbutton_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showacrobatsubscriptionbutton_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showcasticonintoolbar", + "displayName": "Show the cast icon in the toolbar", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showcasticonintoolbar_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showcasticonintoolbar_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showdownloadstoolbarbutton", + "displayName": "Show Downloads button on the toolbar (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showdownloadstoolbarbutton_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showdownloadstoolbarbutton_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showhomebutton", + "displayName": "Show Home button on toolbar", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showhomebutton_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showhomebutton_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showhomebutton_recommended", + "displayName": "Show Home button on toolbar (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showhomebutton_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showhomebutton_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showmicrosoftrewards", + "displayName": "Show Microsoft Rewards experiences", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showmicrosoftrewards_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showmicrosoftrewards_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showmicrosoftrewards_recommended", + "displayName": "Show Microsoft Rewards experiences (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showmicrosoftrewards_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showmicrosoftrewards_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showofficeshortcutinfavoritesbar", + "displayName": "Show Microsoft Office shortcut in favorites bar (Deprecated)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showofficeshortcutinfavoritesbar_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showofficeshortcutinfavoritesbar_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showpdfdefaultrecommendationsenabled", + "displayName": "Allow notifications to set Microsoft Edge as default PDF reader", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showpdfdefaultrecommendationsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showpdfdefaultrecommendationsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showrecommendationsenabled", + "displayName": "Allow feature recommendations and browser assistance notifications from Microsoft Edge", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showrecommendationsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.showrecommendationsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.signedhttpexchangeenabled", + "displayName": "Enable Signed HTTP Exchange (SXG) support", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.signedhttpexchangeenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.signedhttpexchangeenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabsblockedforurls", + "displayName": "Block sleeping tabs on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabsblockedforurls_recommended", + "displayName": "Block sleeping tabs on specific sites (users can override)", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabsenabled", + "displayName": "Configure sleeping tabs", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabsenabled_recommended", + "displayName": "Configure sleeping tabs (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabsenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabsenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for sleeping tabs", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_30seconds", + "displayName": "30 seconds of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_5minutes", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_15minutes", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_30minutes", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_1hour", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_2hours", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_3hours", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_6hours", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_12hours", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended", + "displayName": "Set the background tab inactivity timeout for sleeping tabs (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_30seconds", + "displayName": "30 seconds of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_5minutes", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_15minutes", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_30minutes", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_1hour", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_2hours", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_3hours", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_6hours", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sleepingtabstimeout_recommended_12hours", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartactionsblocklist", + "displayName": "Block smart actions for a list of services", + "options": { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartactionsblocklist_smart_actions_pdf", + "displayName": "Smart actions in PDF", + "description": null + } + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartactionsblocklist_recommended", + "displayName": "Block smart actions for a list of services (users can override)", + "options": { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartactionsblocklist_recommended_smart_actions_pdf", + "displayName": "Smart actions in PDF", + "description": null + } + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartscreenallowlistdomains", + "displayName": "Configure the list of domains for which Microsoft Defender SmartScreen won't trigger warnings", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartscreenfortrusteddownloadsenabled", + "displayName": "Force Microsoft Defender SmartScreen checks on downloads from trusted sources", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartscreenfortrusteddownloadsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartscreenfortrusteddownloadsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartscreenfortrusteddownloadsenabled_recommended", + "displayName": "Force Microsoft Defender SmartScreen checks on downloads from trusted sources (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartscreenfortrusteddownloadsenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.smartscreenfortrusteddownloadsenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.speechrecognitionenabled", + "displayName": "Configure Speech Recognition", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.speechrecognitionenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.speechrecognitionenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.spellcheckenabled", + "displayName": "Enable spellcheck", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.spellcheckenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.spellcheckenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.spellchecklanguage", + "displayName": "Enable specific spellcheck languages", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.spellchecklanguageblocklist", + "displayName": "Force disable spellcheck languages", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sslerroroverrideallowed", + "displayName": "Allow users to proceed from the HTTPS warning page", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sslerroroverrideallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sslerroroverrideallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.sslerroroverrideallowedfororigins", + "displayName": "Allow users to proceed from the HTTPS warning page for specific origins", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.strictermixedcontenttreatmentenabled", + "displayName": "Enable stricter treatment for mixed content (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.strictermixedcontenttreatmentenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.strictermixedcontenttreatmentenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.syncdisabled", + "displayName": "Disable synchronization of data using Microsoft sync services", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.syncdisabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.syncdisabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.syncdisabled_recommended", + "displayName": "Disable synchronization of data using Microsoft sync services (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.syncdisabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.syncdisabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.synctypeslistdisabled", + "displayName": "Configure the list of types that are excluded from synchronization", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.tabcaptureallowedbyorigins", + "displayName": "Allow Tab capture by these origins", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.tabservicesenabled", + "displayName": "Tab Services enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.tabservicesenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.tabservicesenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.textpredictionenabled", + "displayName": "Text prediction enabled by default", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.textpredictionenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.textpredictionenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.tls13hardeningforlocalanchorsenabled", + "displayName": "Enable a TLS 1.3 security feature for local trust anchors (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.tls13hardeningforlocalanchorsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.tls13hardeningforlocalanchorsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.trackingprevention", + "displayName": "Block tracking of users' web-browsing activity", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.trackingprevention_trackingpreventionoff", + "displayName": "Off (no tracking prevention)", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.trackingprevention_trackingpreventionbasic", + "displayName": "Basic (blocks harmful trackers, content and ads will be personalized)", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.trackingprevention_trackingpreventionbalanced", + "displayName": "Balanced (blocks harmful trackers and trackers from sites user has not visited; content and ads will be less personalized)", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.trackingprevention_trackingpreventionstrict", + "displayName": "Strict (blocks harmful trackers and majority of trackers from all sites; content and ads will have minimal personalization. Some parts of sites might not work)", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.translateenabled", + "displayName": "Enable Translate", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.translateenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.translateenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.translateenabled_recommended", + "displayName": "Enable Translate (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.translateenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.translateenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.travelassistanceenabled", + "displayName": "Enable travel assistance (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.travelassistanceenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.travelassistanceenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.travelassistanceenabled_recommended", + "displayName": "Enable travel assistance (Obsolete) (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.travelassistanceenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.travelassistanceenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.u2fsecuritykeyapienabled", + "displayName": "Allow using the deprecated U2F Security Key API (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.u2fsecuritykeyapienabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.u2fsecuritykeyapienabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.unthrottlednestedtimeoutenabled", + "displayName": "JavaScript setTimeout will not be clamped until a higher nesting threshold is set (Deprecated)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.unthrottlednestedtimeoutenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.unthrottlednestedtimeoutenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.urlallowlist", + "displayName": "Define a list of allowed URLs", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.urlblocklist", + "displayName": "Block access to a list of URLs", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.useragentreduction", + "displayName": "Enable or disable the User-Agent Reduction", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.useragentreduction_default", + "displayName": "User-Agent reduction will be controllable via Experimentation", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.useragentreduction_forcedisabled", + "displayName": "User-Agent reduction diabled, and not enabled by Experimentation", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.useragentreduction_forceenabled", + "displayName": "User-Agent reduction will be enabled for all origins", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.usesystemprintdialog", + "displayName": "Print using system print dialog", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.usesystemprintdialog_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.usesystemprintdialog_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.verticaltabsallowed", + "displayName": "Configures availability of a vertical layout for tabs on the side of the browser", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.verticaltabsallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.verticaltabsallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.videocaptureallowed", + "displayName": "Allow or block video capture", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.videocaptureallowed_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.videocaptureallowed_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.videocaptureallowedurls", + "displayName": "Sites that can access video capture devices without requesting permission", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.visualsearchenabled", + "displayName": "Visual search enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.visualsearchenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.visualsearchenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.visualsearchenabled_recommended", + "displayName": "Visual search enabled (users can override)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.visualsearchenabled_recommended_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.visualsearchenabled_recommended_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webappinstallforcelist", + "displayName": "Configure list of force-installed Web Apps", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webcomponentsv0enabled", + "displayName": "Re-enable Web Components v0 API until M84 (Obsolete)", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webcomponentsv0enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webcomponentsv0enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webhidaskforurls", + "displayName": "Allow the WebHID API on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webhidblockedforurls", + "displayName": "Block the WebHID API on these sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webrtclocalhostiphandling", + "displayName": "Restrict exposure of local IP address by WebRTC", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webrtclocalhostiphandling_allowallinterfaces", + "displayName": "Allow all interfaces. This exposes the local IP address", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webrtclocalhostiphandling_allowpublicandprivateinterfaces", + "displayName": "Allow public and private interfaces over http default route. This exposes the local IP address", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webrtclocalhostiphandling_allowpublicinterfaceonly", + "displayName": "Allow public interface over http default route. This doesn't expose the local IP address", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webrtclocalhostiphandling_disablenonproxiedudp", + "displayName": "Use TCP unless proxy server supports UDP. This doesn't expose the local IP address", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webrtclocalipsallowedurls", + "displayName": "Manage exposure of local IP addressess by WebRTC", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webselectenabled", + "displayName": "Web Select Enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webselectenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webselectenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.websqlaccess", + "displayName": "Force WebSQL to be enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.websqlaccess_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.websqlaccess_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.websqlnonsecurecontextenabled", + "displayName": "Force WebSQL in non-secure contexts to be enabled", + "options": [ + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.websqlnonsecurecontextenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.websqlnonsecurecontextenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webusballowdevicesforurls", + "displayName": "Grant access to specific sites to connect to specific USB devices", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webusbaskforurls", + "displayName": "Allow WebUSB on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.webusbblockedforurls", + "displayName": "Block WebUSB on specific sites", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.windowcaptureallowedbyorigins", + "displayName": "Allow Window and Tab capture by these origins", + "options": null + }, + { + "id": "com.microsoft.edge.mamedgeappconfigsettings.workspacesnavigationsettings", + "displayName": "Configure navigation settings per groups of URLs in Microsoft Edge Workspaces", + "options": null + }, + { + "id": "defender_disableprivacymode", + "displayName": "Allow users to view the full History results", + "options": [ + { + "id": "defender_disableprivacymode_0", + "displayName": "No", + "description": null + }, + { + "id": "defender_disableprivacymode_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "defender_disablerestorepoint", + "displayName": "Create a system restore point before computers are cleaned", + "options": [ + { + "id": "defender_disablerestorepoint_0", + "displayName": "No", + "description": null + }, + { + "id": "defender_disablerestorepoint_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "defender_randomizescheduletasktimes", + "displayName": "Randomize scheduled scan and security intelligence update start times", + "options": [ + { + "id": "defender_randomizescheduletasktimes_0", + "displayName": "No", + "description": null + }, + { + "id": "defender_randomizescheduletasktimes_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_deletionpolicy", + "displayName": "Deletion Policy", + "options": [ + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_deletionpolicy_0", + "displayName": "Delete immediately upon device returning to a state with no currently active users)", + "description": "Delete immediately upon device returning to a state with no currently active users)" + }, + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_deletionpolicy_1", + "displayName": "Delete at storage capacity threshold", + "description": "Delete at storage capacity threshold" + }, + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_deletionpolicy_2", + "displayName": "Delete at both storage capacity threshold and profile inactivity threshold", + "description": "Delete at both storage capacity threshold and profile inactivity threshold" + } + ] + }, + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_enableprofilemanager", + "displayName": "Enable Profile Manager", + "options": [ + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_enableprofilemanager_false", + "displayName": "False", + "description": "False" + }, + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_enableprofilemanager_true", + "displayName": "True", + "description": "True" + } + ] + }, + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_profileinactivitythreshold", + "displayName": "Profile Inactivity Threshold", + "options": null + }, + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_storagecapacitystartdeletion", + "displayName": "Storage Capacity Start Deletion", + "options": null + }, + { + "id": "device_vendor_msft_accountmanagement_userprofilemanagement_storagecapacitystopdeletion", + "displayName": "Storage Capacity Stop Deletion", + "options": null + }, + { + "id": "device_vendor_msft_bitlocker_allowstandarduserencryption", + "displayName": "Allow Standard User Encryption", + "options": [ + { + "id": "device_vendor_msft_bitlocker_allowstandarduserencryption_0", + "displayName": "Disabled", + "description": "This is the default, when the policy is not set. If current logged on user is a standard user, \"RequireDeviceEncryption\" policy will not try to enable encryption on any drive." + }, + { + "id": "device_vendor_msft_bitlocker_allowstandarduserencryption_1", + "displayName": "Enabled", + "description": "\"RequireDeviceEncryption\" policy will try to enable encryption on all fixed drives even if a current logged in user is standard user." + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_allowwarningforotherdiskencryption", + "displayName": "Allow Warning For Other Disk Encryption", + "options": [ + { + "id": "device_vendor_msft_bitlocker_allowwarningforotherdiskencryption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_allowwarningforotherdiskencryption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_configurerecoverypasswordrotation", + "displayName": "Configure Recovery Password Rotation", + "options": [ + { + "id": "device_vendor_msft_bitlocker_configurerecoverypasswordrotation_0", + "displayName": "Refresh off (default)", + "description": "Refresh off (default)" + }, + { + "id": "device_vendor_msft_bitlocker_configurerecoverypasswordrotation_1", + "displayName": "Refresh on for Azure AD-joined devices", + "description": "Refresh on for Azure AD-joined devices" + }, + { + "id": "device_vendor_msft_bitlocker_configurerecoverypasswordrotation_2", + "displayName": "Refresh on for both Azure AD-joined and hybrid-joined devices", + "description": "Refresh on for both Azure AD-joined and hybrid-joined devices" + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype", + "displayName": "Choose drive encryption method and cipher strength (Windows 10 [Version 1511] and later)", + "options": [ + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsfdvdropdown_name", + "displayName": "Select the encryption method for fixed data drives:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsfdvdropdown_name_3", + "displayName": "AES-CBC 128-bit", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsfdvdropdown_name_4", + "displayName": "AES-CBC 256-bit", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsfdvdropdown_name_6", + "displayName": "XTS-AES 128-bit (default)", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsfdvdropdown_name_7", + "displayName": "XTS-AES 256-bit", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsosdropdown_name", + "displayName": "Select the encryption method for operating system drives:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsosdropdown_name_3", + "displayName": "AES-CBC 128-bit", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsosdropdown_name_4", + "displayName": "AES-CBC 256-bit", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsosdropdown_name_6", + "displayName": "XTS-AES 128-bit (default)", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsosdropdown_name_7", + "displayName": "XTS-AES 256-bit", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsrdvdropdown_name", + "displayName": "Select the encryption method for removable data drives:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsrdvdropdown_name_3", + "displayName": "AES-CBC 128-bit (default)", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsrdvdropdown_name_4", + "displayName": "AES-CBC 256-bit", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsrdvdropdown_name_6", + "displayName": "XTS-AES 128-bit", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_encryptionmethodbydrivetype_encryptionmethodwithxtsrdvdropdown_name_7", + "displayName": "XTS-AES 256-bit", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesencryptiontype", + "displayName": "Enforce drive encryption type on fixed data drives", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesencryptiontype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesencryptiontype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesencryptiontype_fdvencryptiontypedropdown_name", + "displayName": "Select the encryption type: (Device)", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesencryptiontype_fdvencryptiontypedropdown_name_0", + "displayName": "Allow user to choose (default)", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesencryptiontype_fdvencryptiontypedropdown_name_1", + "displayName": "Full encryption", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesencryptiontype_fdvencryptiontypedropdown_name_2", + "displayName": "Used Space Only encryption", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions", + "displayName": "Choose how BitLocker-protected fixed drives can be recovered", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvactivedirectorybackup_name", + "displayName": "Save BitLocker recovery information to AD DS for fixed data drives", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvactivedirectorybackup_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvactivedirectorybackup_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvactivedirectorybackupdropdown_name", + "displayName": "Configure storage of BitLocker recovery information to AD DS:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvactivedirectorybackupdropdown_name_1", + "displayName": "Backup recovery passwords and key packages", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvactivedirectorybackupdropdown_name_2", + "displayName": "Backup recovery passwords only", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvallowdra_name", + "displayName": "Allow data recovery agent", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvallowdra_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvallowdra_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvhiderecoverypage_name", + "displayName": "Omit recovery options from the BitLocker setup wizard", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvhiderecoverypage_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvhiderecoverypage_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrecoverykeyusagedropdown_name", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrecoverykeyusagedropdown_name_2", + "displayName": "Allow 256-bit recovery key", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrecoverykeyusagedropdown_name_1", + "displayName": "Require 256-bit recovery key", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrecoverykeyusagedropdown_name_0", + "displayName": "Do not allow 256-bit recovery key", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrecoverypasswordusagedropdown_name", + "displayName": "\r\nConfigure user storage of BitLocker recovery information:\r\n", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrecoverypasswordusagedropdown_name_2", + "displayName": "Allow 48-digit recovery password", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrecoverypasswordusagedropdown_name_1", + "displayName": "Require 48-digit recovery password", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrecoverypasswordusagedropdown_name_0", + "displayName": "Do not allow 48-digit recovery password", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrequireactivedirectorybackup_name", + "displayName": "Do not enable BitLocker until recovery information is stored to AD DS for fixed data drives", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrequireactivedirectorybackup_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrecoveryoptions_fdvrequireactivedirectorybackup_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrequireencryption", + "displayName": "Deny write access to fixed drives not protected by BitLocker", + "options": [ + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrequireencryption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_fixeddrivesrequireencryption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_identificationfield", + "displayName": "Provide the unique identifiers for your organization", + "options": [ + { + "id": "device_vendor_msft_bitlocker_identificationfield_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_identificationfield_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_identificationfield_identificationfield", + "displayName": "BitLocker identification field: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_bitlocker_identificationfield_secidentificationfield", + "displayName": "Allowed BitLocker identification field: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde", + "displayName": "Control use of BitLocker on removable drives", + "options": [ + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde_rdvallowbde_name", + "displayName": "Allow users to apply BitLocker protection on removable data drives (Device)", + "options": [ + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde_rdvallowbde_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde_rdvallowbde_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde_rdvdisablebde_name", + "displayName": "Allow users to suspend and decrypt BitLocker protection on removable data drives (Device)", + "options": [ + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde_rdvdisablebde_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesconfigurebde_rdvdisablebde_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesencryptiontype", + "displayName": "Enforce drive encryption type on removable data drives", + "options": [ + { + "id": "device_vendor_msft_bitlocker_removabledrivesencryptiontype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesencryptiontype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesencryptiontype_rdvencryptiontypedropdown_name", + "displayName": "Select the encryption type: (Device)", + "options": [ + { + "id": "device_vendor_msft_bitlocker_removabledrivesencryptiontype_rdvencryptiontypedropdown_name_0", + "displayName": "Allow user to choose (default)", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesencryptiontype_rdvencryptiontypedropdown_name_1", + "displayName": "Full encryption", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesencryptiontype_rdvencryptiontypedropdown_name_2", + "displayName": "Used Space Only encryption", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesexcludedfromencryption", + "displayName": "Removable Drives Excluded From Encryption", + "options": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesrequireencryption", + "displayName": "Deny write access to removable drives not protected by BitLocker", + "options": [ + { + "id": "device_vendor_msft_bitlocker_removabledrivesrequireencryption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesrequireencryption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesrequireencryption_rdvcrossorg", + "displayName": "Do not allow write access to devices configured in another organization", + "options": [ + { + "id": "device_vendor_msft_bitlocker_removabledrivesrequireencryption_rdvcrossorg_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_removabledrivesrequireencryption_rdvcrossorg_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_requiredeviceencryption", + "displayName": "Require Device Encryption", + "options": [ + { + "id": "device_vendor_msft_bitlocker_requiredeviceencryption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_requiredeviceencryption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesdisallowstandarduserscanchangepin", + "displayName": "Disallow standard users from changing the PIN or password", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesdisallowstandarduserscanchangepin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesdisallowstandarduserscanchangepin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesenableprebootinputprotectorsonslates", + "displayName": "Enable use of BitLocker authentication requiring preboot keyboard input on slates", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesenableprebootinputprotectorsonslates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesenableprebootinputprotectorsonslates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesenableprebootpinexceptionondecapabledevice", + "displayName": "Allow devices compliant with InstantGo or HSTI to opt out of pre-boot PIN.", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesenableprebootpinexceptionondecapabledevice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesenableprebootpinexceptionondecapabledevice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesencryptiontype", + "displayName": "Enforce drive encryption type on operating system drives", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesencryptiontype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesencryptiontype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesencryptiontype_osencryptiontypedropdown_name", + "displayName": "Select the encryption type: (Device)", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesencryptiontype_osencryptiontypedropdown_name_0", + "displayName": "Allow user to choose (default)", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesencryptiontype_osencryptiontypedropdown_name_1", + "displayName": "Full encryption", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesencryptiontype_osencryptiontypedropdown_name_2", + "displayName": "Used Space Only encryption", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesenhancedpin", + "displayName": "Allow enhanced PINs for startup", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesenhancedpin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesenhancedpin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesminimumpinlength", + "displayName": "Configure minimum PIN length for startup", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesminimumpinlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesminimumpinlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesminimumpinlength_minpinlength", + "displayName": "Minimum characters:", + "options": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage", + "displayName": "Configure pre-boot recovery message and URL", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_prebootrecoveryinfodropdown_name", + "displayName": "Select an option for the pre-boot recovery message:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_prebootrecoveryinfodropdown_name_0", + "displayName": "", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_prebootrecoveryinfodropdown_name_1", + "displayName": "Use default recovery message and URL", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_prebootrecoveryinfodropdown_name_2", + "displayName": "Use custom recovery message", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_prebootrecoveryinfodropdown_name_3", + "displayName": "Use custom recovery URL", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_recoverymessage_input", + "displayName": "Custom recovery message option:", + "options": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoverymessage_recoveryurl_input", + "displayName": "Custom recovery URL option:", + "options": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions", + "displayName": "Choose how BitLocker-protected operating system drives can be recovered", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osactivedirectorybackup_name", + "displayName": "Save BitLocker recovery information to AD DS for operating system drives", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osactivedirectorybackup_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osactivedirectorybackup_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osactivedirectorybackupdropdown_name", + "displayName": "Configure storage of BitLocker recovery information to AD DS:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osactivedirectorybackupdropdown_name_1", + "displayName": "Store recovery passwords and key packages", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osactivedirectorybackupdropdown_name_2", + "displayName": "Store recovery passwords only", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osallowdra_name", + "displayName": "Allow data recovery agent", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osallowdra_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osallowdra_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_oshiderecoverypage_name", + "displayName": "Omit recovery options from the BitLocker setup wizard", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_oshiderecoverypage_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_oshiderecoverypage_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrecoverykeyusagedropdown_name", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrecoverykeyusagedropdown_name_2", + "displayName": "Allow 256-bit recovery key", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrecoverykeyusagedropdown_name_1", + "displayName": "Require 256-bit recovery key", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrecoverykeyusagedropdown_name_0", + "displayName": "Do not allow 256-bit recovery key", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrecoverypasswordusagedropdown_name", + "displayName": "\r\nConfigure user storage of BitLocker recovery information:\r\n", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrecoverypasswordusagedropdown_name_2", + "displayName": "Allow 48-digit recovery password", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrecoverypasswordusagedropdown_name_1", + "displayName": "Require 48-digit recovery password", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrecoverypasswordusagedropdown_name_0", + "displayName": "Do not allow 48-digit recovery password", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrequireactivedirectorybackup_name", + "displayName": "Do not enable BitLocker until recovery information is stored to AD DS for operating system drives", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrequireactivedirectorybackup_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrecoveryoptions_osrequireactivedirectorybackup_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication", + "displayName": "Require additional authentication at startup", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configurenontpmstartupkeyusage_name", + "displayName": "Allow BitLocker without a compatible TPM (requires a password or a startup key on a USB flash drive)", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configurenontpmstartupkeyusage_name_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configurenontpmstartupkeyusage_name_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configurepinusagedropdown_name", + "displayName": "Configure TPM startup PIN:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configurepinusagedropdown_name_2", + "displayName": "Allow startup PIN with TPM", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configurepinusagedropdown_name_1", + "displayName": "Require startup PIN with TPM", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configurepinusagedropdown_name_0", + "displayName": "Do not allow startup PIN with TPM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmpinkeyusagedropdown_name", + "displayName": "Configure TPM startup key and PIN:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmpinkeyusagedropdown_name_2", + "displayName": "Allow startup key and PIN with TPM", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmpinkeyusagedropdown_name_1", + "displayName": "Require startup key and PIN with TPM", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmpinkeyusagedropdown_name_0", + "displayName": "Do not allow startup key and PIN with TPM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmstartupkeyusagedropdown_name", + "displayName": "Configure TPM startup key:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmstartupkeyusagedropdown_name_2", + "displayName": "Allow startup key with TPM", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmstartupkeyusagedropdown_name_1", + "displayName": "Require startup key with TPM", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmstartupkeyusagedropdown_name_0", + "displayName": "Do not allow startup key with TPM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmusagedropdown_name", + "displayName": "Configure TPM startup:", + "options": [ + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmusagedropdown_name_2", + "displayName": "Allow TPM", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmusagedropdown_name_1", + "displayName": "Require TPM", + "description": null + }, + { + "id": "device_vendor_msft_bitlocker_systemdrivesrequirestartupauthentication_configuretpmusagedropdown_name_0", + "displayName": "Do not allow TPM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_clouddesktop_boottocloudpcenhanced", + "displayName": "Boot To Cloud PC Enhanced", + "options": [ + { + "id": "device_vendor_msft_clouddesktop_boottocloudpcenhanced_0", + "displayName": "Not Configured", + "description": "Not Configured" + }, + { + "id": "device_vendor_msft_clouddesktop_boottocloudpcenhanced_1", + "displayName": "Enable Boot to Cloud Shared PC Mode", + "description": "Enable Boot to Cloud Shared PC Mode" + }, + { + "id": "device_vendor_msft_clouddesktop_boottocloudpcenhanced_2", + "displayName": "Enable Boot to Cloud Dedicated Mode (Cloud only)", + "description": "Enable Boot to Cloud Dedicated Mode (Cloud only)" + } + ] + }, + { + "id": "device_vendor_msft_clouddesktop_enableboottocloudsharedpcmode", + "displayName": "[Deprecated] Enable Boot To Cloud Shared PC Mode", + "options": [ + { + "id": "device_vendor_msft_clouddesktop_enableboottocloudsharedpcmode_false", + "displayName": "Not configured", + "description": "Not configured" + }, + { + "id": "device_vendor_msft_clouddesktop_enableboottocloudsharedpcmode_true", + "displayName": "Boot to cloud shared pc mode enabled", + "description": "Boot to cloud shared pc mode enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_allowdatagramprocessingonwinserver", + "displayName": "Allow Datagram Processing On Win Server", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_allowdatagramprocessingonwinserver_1", + "displayName": "Datagram processing on Windows Server is enabled.", + "description": "Datagram processing on Windows Server is enabled." + }, + { + "id": "device_vendor_msft_defender_configuration_allowdatagramprocessingonwinserver_0", + "displayName": "Datagram processing on Windows Server is disabled.", + "description": "Datagram processing on Windows Server is disabled." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_allownetworkprotectiondownlevel", + "displayName": "Allow Network Protection Down Level", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_allownetworkprotectiondownlevel_1", + "displayName": "Network protection will be enabled downlevel.", + "description": "Network protection will be enabled downlevel." + }, + { + "id": "device_vendor_msft_defender_configuration_allownetworkprotectiondownlevel_0", + "displayName": "Network protection will be disabled downlevel.", + "description": "Network protection will be disabled downlevel." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_allownetworkprotectiononwinserver", + "displayName": "Allow Network Protection On Win Server", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_allownetworkprotectiononwinserver_1", + "displayName": "Allow", + "description": "Allow" + }, + { + "id": "device_vendor_msft_defender_configuration_allownetworkprotectiononwinserver_0", + "displayName": "Disallow", + "description": "Disallow" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_allowswitchtoasyncinspection", + "displayName": "Allow Switch To Async Inspection", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_allowswitchtoasyncinspection_1", + "displayName": "Allow switching to asynchronous inspection", + "description": "Allow switching to asynchronous inspection" + }, + { + "id": "device_vendor_msft_defender_configuration_allowswitchtoasyncinspection_0", + "displayName": "Don’t allow asynchronous inspection", + "description": "Don’t allow asynchronous inspection" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_archivemaxdepth", + "displayName": "Archive Max Depth", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_archivemaxsize", + "displayName": "Archive Max Size", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_asronlyperruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionaggressiveness", + "displayName": "Remote Encryption Protection Aggressiveness", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionaggressiveness_0", + "displayName": "Low: Block only when confidence level is 100% (Default)", + "description": "Low: Block only when confidence level is 100% (Default)" + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionaggressiveness_1", + "displayName": "Medium: Use cloud aggregation and block when confidence level is above 99%", + "description": "Medium: Use cloud aggregation and block when confidence level is above 99%" + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionaggressiveness_2", + "displayName": "High: Use cloud intel and context, and block when confidence level is above 90%", + "description": "High: Use cloud intel and context, and block when confidence level is above 90%" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionconfiguredstate", + "displayName": "Remote Encryption Protection Configured State", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionconfiguredstate_0", + "displayName": "Not configured: Apply defaults set for the antivirus engine and platform", + "description": "Not configured: Apply defaults set for the antivirus engine and platform" + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionconfiguredstate_1", + "displayName": "Block: Prevent suspicious and malicious behaviors", + "description": "Block: Prevent suspicious and malicious behaviors" + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionconfiguredstate_2", + "displayName": "Audit: Generate EDR detections without blocking", + "description": "Audit: Generate EDR detections without blocking" + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionconfiguredstate_4", + "displayName": "Off: Feature is off with no performance impact", + "description": "Off: Feature is off with no performance impact" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionexclusions", + "displayName": "Remote Encryption Protection Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_behavioralnetworkblocks_remoteencryptionprotection_remoteencryptionprotectionmaxblocktime", + "displayName": "Remote Encryption Protection Max Block Time", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_dataduplicationdirectory", + "displayName": "Data Duplication Directory", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_dataduplicationlocalretentionperiod", + "displayName": "Data Duplication Local Retention Period", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_dataduplicationmaximumquota", + "displayName": "Data Duplication Maximum Quota", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_dataduplicationremotelocation", + "displayName": "Data Duplication Remote Location", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_daysuntilaggressivecatchupquickscan", + "displayName": "Days Until Aggressive Catchup Quick Scan", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_defaultenforcement", + "displayName": "Default Enforcement", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_defaultenforcement_1", + "displayName": "Default Allow Enforcement", + "description": "Default Allow Enforcement" + }, + { + "id": "device_vendor_msft_defender_configuration_defaultenforcement_2", + "displayName": "Default Deny Enforcement", + "description": "Default Deny Enforcement" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}", + "displayName": "ID", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata", + "displayName": "Policy rule", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry", + "displayName": "Entry", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_accesmask", + "displayName": "Access mask", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_accesmask_1", + "displayName": "Read", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_accesmask_2", + "displayName": "Write", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_accesmask_4", + "displayName": "Execute", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_accesmask_8", + "displayName": "File read", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_accesmask_16", + "displayName": "File write", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_accesmask_32", + "displayName": "File execute", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_accesmask_64", + "displayName": "Print", + "description": "" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_computersid", + "displayName": "Computer Sid", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_id", + "displayName": "ID", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_options", + "displayName": "Options", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_options_0", + "displayName": "None", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_options_1", + "displayName": "Show notification", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_options_2", + "displayName": "Send event", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_options_3", + "displayName": "Send notification and event", + "description": "" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_options_4", + "displayName": "Disable", + "description": "" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_sid", + "displayName": "Sid", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_type", + "displayName": "Type", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_type_allow", + "displayName": "Allow", + "description": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_type_deny", + "displayName": "Deny", + "description": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_type_auditallowed", + "displayName": "Audit Allowed", + "description": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_entry_type_auditdenied", + "displayName": "Audit Denied", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_excludedidlist", + "displayName": "Excluded ID", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_excludedidlist_groupid", + "displayName": "Excluded ID", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_id", + "displayName": "ID", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_includedidlist", + "displayName": "Included ID", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_includedidlist_groupid", + "displayName": "Included ID", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrol_policyrules_{ruleid}_ruledata_name", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrolenabled", + "displayName": "Device Control Enabled", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_devicecontrolenabled_1", + "displayName": "Device Control is enabled", + "description": "Device Control is enabled" + }, + { + "id": "device_vendor_msft_defender_configuration_devicecontrolenabled_0", + "displayName": "Device Control is disabled", + "description": "Device Control is disabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablecachemaintenance", + "displayName": "Disable Cache Maintenance", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablecachemaintenance_1", + "displayName": "Cache maintenance is disabled", + "description": "Cache maintenance is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablecachemaintenance_0", + "displayName": "Cache maintenance is enabled (default)", + "description": "Cache maintenance is enabled (default)" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablecoreserviceecsintegration", + "displayName": "Disable Core Service ECS Integration", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablecoreserviceecsintegration_0", + "displayName": "The Defender core service will use the Experimentation and Configuration Service (ECS) to rapidly deliver critical, org-specific fixes.", + "description": "The Defender core service will use the Experimentation and Configuration Service (ECS) to rapidly deliver critical, org-specific fixes." + }, + { + "id": "device_vendor_msft_defender_configuration_disablecoreserviceecsintegration_1", + "displayName": "The Defender core service stops using the Experimentation and Configuration Service (ECS). Fixes will continue to be delivered through security intelligence updates.", + "description": "The Defender core service stops using the Experimentation and Configuration Service (ECS). Fixes will continue to be delivered through security intelligence updates." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablecoreservicetelemetry", + "displayName": "Disable Core Service Telemetry", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablecoreservicetelemetry_0", + "displayName": "The Defender core service will use the OneDsCollector framework to rapidly collect telemetry.", + "description": "The Defender core service will use the OneDsCollector framework to rapidly collect telemetry." + }, + { + "id": "device_vendor_msft_defender_configuration_disablecoreservicetelemetry_1", + "displayName": "The Defender core service stops using the OneDsCollector framework to rapidly collect telemetry, impacting Microsoft's ability to quickly recognize and address poor performance, false positives, and other problems.", + "description": "The Defender core service stops using the OneDsCollector framework to rapidly collect telemetry, impacting Microsoft's ability to quickly recognize and address poor performance, false positives, and other problems." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablecputhrottleonidlescans", + "displayName": "Disable Cpu Throttle On Idle Scans", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablecputhrottleonidlescans_1", + "displayName": "Disable CPU Throttle on idle scans", + "description": "Disable CPU Throttle on idle scans" + }, + { + "id": "device_vendor_msft_defender_configuration_disablecputhrottleonidlescans_0", + "displayName": "Enable CPU Throttle on idle scans", + "description": "Enable CPU Throttle on idle scans" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disabledatagramprocessing", + "displayName": "Disable Datagram Processing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disabledatagramprocessing_1", + "displayName": "UDP inspection is off", + "description": "UDP inspection is off" + }, + { + "id": "device_vendor_msft_defender_configuration_disabledatagramprocessing_0", + "displayName": "UDP inspection is on", + "description": "UDP inspection is on" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablednsovertcpparsing", + "displayName": "Disable Dns Over Tcp Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablednsovertcpparsing_1", + "displayName": "DNS over TCP parsing is disabled", + "description": "DNS over TCP parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablednsovertcpparsing_0", + "displayName": "DNS over TCP parsing is enabled", + "description": "DNS over TCP parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablednsparsing", + "displayName": "Disable Dns Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablednsparsing_1", + "displayName": "DNS parsing is disabled", + "description": "DNS parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablednsparsing_0", + "displayName": "DNS parsing is enabled", + "description": "DNS parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disableftpparsing", + "displayName": "Disable Ftp Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disableftpparsing_1", + "displayName": "FTP parsing is disabled", + "description": "FTP parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disableftpparsing_0", + "displayName": "FTP parsing is enabled", + "description": "FTP parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablegradualrelease", + "displayName": "Disable Gradual Release", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablegradualrelease_1", + "displayName": "Gradual release is disabled", + "description": "Gradual release is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablegradualrelease_0", + "displayName": "Gradual release is enabled", + "description": "Gradual release is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablehttpparsing", + "displayName": "Disable Http Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablehttpparsing_1", + "displayName": "HTTP parsing is disabled", + "description": "HTTP parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablehttpparsing_0", + "displayName": "HTTP parsing is enabled", + "description": "HTTP parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disableinboundconnectionfiltering", + "displayName": "Disable Inbound Connection Filtering", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disableinboundconnectionfiltering_1", + "displayName": "Inbound connection filtering is disabled", + "description": "Inbound connection filtering is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disableinboundconnectionfiltering_0", + "displayName": "Inbound connection filtering is enabled", + "description": "Inbound connection filtering is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablelocaladminmerge", + "displayName": "Disable Local Admin Merge", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablelocaladminmerge_0", + "displayName": "Enable Local Admin Merge", + "description": "Enable Local Admin Merge" + }, + { + "id": "device_vendor_msft_defender_configuration_disablelocaladminmerge_1", + "displayName": "Disable Local Admin Merge", + "description": "Disable Local Admin Merge" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablenetworkprotectionperftelemetry", + "displayName": "Disable Network Protection Perf Telemetry", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablenetworkprotectionperftelemetry_1", + "displayName": "Network protection telemetry is disabled", + "description": "Network protection telemetry is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablenetworkprotectionperftelemetry_0", + "displayName": "Network protection telemetry is enabled", + "description": "Network protection telemetry is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablequicparsing", + "displayName": "Disable Quic Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablequicparsing_1", + "displayName": "QUIC parsing is disabled", + "description": "QUIC parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablequicparsing_0", + "displayName": "QUIC parsing is enabled", + "description": "QUIC parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablerdpparsing", + "displayName": "Disable Rdp Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablerdpparsing_1", + "displayName": "RDP Parsing is disabled", + "description": "RDP Parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablerdpparsing_0", + "displayName": "RDP Parsing is enabled", + "description": "RDP Parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablesmtpparsing", + "displayName": "Disable Smtp Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablesmtpparsing_1", + "displayName": "SMTP parsing is disabled", + "description": "SMTP parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablesmtpparsing_0", + "displayName": "SMTP parsing is enabled", + "description": "SMTP parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disablesshparsing", + "displayName": "Disable Ssh Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disablesshparsing_1", + "displayName": "SSH parsing is disabled", + "description": "SSH parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disablesshparsing_0", + "displayName": "SSH parsing is enabled", + "description": "SSH parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_disabletlsparsing", + "displayName": "Disable Tls Parsing", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_disabletlsparsing_1", + "displayName": "TLS parsing is disabled", + "description": "TLS parsing is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_disabletlsparsing_0", + "displayName": "TLS parsing is enabled", + "description": "TLS parsing is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_enableconvertwarntoblock", + "displayName": "Enable Convert Warn To Block", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_enableconvertwarntoblock_1", + "displayName": "Warn verdicts are converted to block", + "description": "Warn verdicts are converted to block" + }, + { + "id": "device_vendor_msft_defender_configuration_enableconvertwarntoblock_0", + "displayName": "Warn verdicts are not converted to block", + "description": "Warn verdicts are not converted to block" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_enablednssinkhole", + "displayName": "[Deprecated] Enable Dns Sinkhole", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_enablednssinkhole_0", + "displayName": "DNS Sinkhole is disabled", + "description": "DNS Sinkhole is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_enablednssinkhole_1", + "displayName": "DNS Sinkhole is enabled", + "description": "DNS Sinkhole is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_enablefilehashcomputation", + "displayName": "Enable File Hash Computation", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_enablefilehashcomputation_0", + "displayName": "Disable", + "description": "Disable" + }, + { + "id": "device_vendor_msft_defender_configuration_enablefilehashcomputation_1", + "displayName": "Enable", + "description": "Enable" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_enableudpreceiveoffload", + "displayName": "Enable Udp Receive Offload", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_enableudpreceiveoffload_0", + "displayName": "Udp Receive Offload is disabled", + "description": "Udp Receive Offload is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_enableudpreceiveoffload_1", + "displayName": "Udp Receive Offload is enabled", + "description": "Udp Receive Offload is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_enableudpsegmentationoffload", + "displayName": "Enable Udp Segmentation Offload", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_enableudpsegmentationoffload_0", + "displayName": "Udp Segmentation Offload is disabled", + "description": "Udp Segmentation Offload is disabled" + }, + { + "id": "device_vendor_msft_defender_configuration_enableudpsegmentationoffload_1", + "displayName": "Udp Segmentation Offload is enabled", + "description": "Udp Segmentation Offload is enabled" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_engineupdateschannel", + "displayName": "Engine Updates Channel", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_engineupdateschannel_0", + "displayName": "Not configured (Default). The device will stay up to date automatically during the gradual release cycle. Suitable for most devices.", + "description": "Not configured (Default). The device will stay up to date automatically during the gradual release cycle. Suitable for most devices." + }, + { + "id": "device_vendor_msft_defender_configuration_engineupdateschannel_2", + "displayName": "Beta Channel: Devices set to this channel will be the first to receive new updates. Select Beta Channel to participate in identifying and reporting issues to Microsoft. Devices in the Windows Insider Program are subscribed to this channel by default. For use in (manual) test environments only and a limited number of devices.", + "description": "Beta Channel: Devices set to this channel will be the first to receive new updates. Select Beta Channel to participate in identifying and reporting issues to Microsoft. Devices in the Windows Insider Program are subscribed to this channel by default. For use in (manual) test environments only and a limited number of devices." + }, + { + "id": "device_vendor_msft_defender_configuration_engineupdateschannel_3", + "displayName": "Current Channel (Preview): Devices set to this channel will be offered updates earliest during the monthly gradual release cycle. Suggested for pre-production/validation environments.", + "description": "Current Channel (Preview): Devices set to this channel will be offered updates earliest during the monthly gradual release cycle. Suggested for pre-production/validation environments." + }, + { + "id": "device_vendor_msft_defender_configuration_engineupdateschannel_4", + "displayName": "Current Channel (Staged): Devices will be offered updates after the monthly gradual release cycle. Suggested to apply to a small, representative part of your production population (~10%).", + "description": "Current Channel (Staged): Devices will be offered updates after the monthly gradual release cycle. Suggested to apply to a small, representative part of your production population (~10%)." + }, + { + "id": "device_vendor_msft_defender_configuration_engineupdateschannel_5", + "displayName": "Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).", + "description": "Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%)." + }, + { + "id": "device_vendor_msft_defender_configuration_engineupdateschannel_6", + "displayName": "Critical - Time delay: Devices will be offered updates with a 48-hour delay. Suggested for critical environments only.", + "description": "Critical - Time delay: Devices will be offered updates with a 48-hour delay. Suggested for critical environments only." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_excludedipaddresses", + "displayName": "Excluded Ip Addresses", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_hideexclusionsfromlocaladmins", + "displayName": "Hide Exclusions From Local Admins", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_hideexclusionsfromlocaladmins_1", + "displayName": "If you enable this setting, local admins will no longer be able to see the exclusion list in Windows Security App or via PowerShell.", + "description": "If you enable this setting, local admins will no longer be able to see the exclusion list in Windows Security App or via PowerShell." + }, + { + "id": "device_vendor_msft_defender_configuration_hideexclusionsfromlocaladmins_0", + "displayName": "If you disable or do not configure this setting, local admins will be able to see exclusions in the Windows Security App and via PowerShell.", + "description": "If you disable or do not configure this setting, local admins will be able to see exclusions in the Windows Security App and via PowerShell." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_hideexclusionsfromlocalusers", + "displayName": "Hide Exclusions From Local Users", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_hideexclusionsfromlocalusers_1", + "displayName": "If you enable this setting, local users will no longer be able to see the exclusion list in Windows Security App or via PowerShell.", + "description": "If you enable this setting, local users will no longer be able to see the exclusion list in Windows Security App or via PowerShell." + }, + { + "id": "device_vendor_msft_defender_configuration_hideexclusionsfromlocalusers_0", + "displayName": "If you disable or do not configure this setting, local users will be able to see exclusions in the Windows Security App and via PowerShell.", + "description": "If you disable or do not configure this setting, local users will be able to see exclusions in the Windows Security App and via PowerShell." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_inteltdtenabled", + "displayName": "Intel TDT Enabled", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_inteltdtenabled_0", + "displayName": "If you do not configure this setting, the default value will be applied. The default value is controlled by Microsoft security intelligence updates. Microsoft will enable Intel TDT if there is a known threat.", + "description": "If you do not configure this setting, the default value will be applied. The default value is controlled by Microsoft security intelligence updates. Microsoft will enable Intel TDT if there is a known threat." + }, + { + "id": "device_vendor_msft_defender_configuration_inteltdtenabled_1", + "displayName": "If you configure this setting to enabled, Intel TDT integration will turn on.", + "description": "If you configure this setting to enabled, Intel TDT integration will turn on." + }, + { + "id": "device_vendor_msft_defender_configuration_inteltdtenabled_2", + "displayName": "If you configure this setting to disabled, Intel TDT integration will turn off.", + "description": "If you configure this setting to disabled, Intel TDT integration will turn off." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_meteredconnectionupdates", + "displayName": "Metered Connection Updates", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_meteredconnectionupdates_1", + "displayName": "Allowed", + "description": "Allowed" + }, + { + "id": "device_vendor_msft_defender_configuration_meteredconnectionupdates_0", + "displayName": "Not Allowed", + "description": "Not Allowed" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_networkprotectionreputationmode", + "displayName": "Network Protection Reputation Mode", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_networkprotectionreputationmode_0", + "displayName": "Use standard reputation engine", + "description": "Use standard reputation engine" + }, + { + "id": "device_vendor_msft_defender_configuration_networkprotectionreputationmode_1", + "displayName": "Use ESP reputation engine", + "description": "Use ESP reputation engine" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_oobeenablertpandsigupdate", + "displayName": "Oobe Enable Rtp And Sig Update", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_oobeenablertpandsigupdate_1", + "displayName": "If you enable this setting, real-time protection and Security Intelligence Updates are enabled during OOBE.", + "description": "If you enable this setting, real-time protection and Security Intelligence Updates are enabled during OOBE." + }, + { + "id": "device_vendor_msft_defender_configuration_oobeenablertpandsigupdate_0", + "displayName": "If you either disable or do not configure this setting, real-time protection and Security Intelligence Updates during OOBE is not enabled.", + "description": "If you either disable or do not configure this setting, real-time protection and Security Intelligence Updates during OOBE is not enabled." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_passiveremediation", + "displayName": "Passive Remediation", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_passiveremediation_0", + "displayName": "Passive Remediation is turned off (default)", + "description": "Passive Remediation is turned off (default)" + }, + { + "id": "device_vendor_msft_defender_configuration_passiveremediation_1", + "displayName": "PASSIVEREMEDIATIONFLAGSENSEAUTOREMEDIATION: Passive Remediation Sense AutoRemediation", + "description": "PASSIVE_REMEDIATION_FLAG_SENSE_AUTO_REMEDIATION: Passive Remediation Sense AutoRemediation" + }, + { + "id": "device_vendor_msft_defender_configuration_passiveremediation_2", + "displayName": "PASSIVEREMEDIATIONFLAGRTPAUDIT: Passive Remediation Realtime Protection Audit", + "description": "PASSIVE_REMEDIATION_FLAG_RTP_AUDIT: Passive Remediation Realtime Protection Audit" + }, + { + "id": "device_vendor_msft_defender_configuration_passiveremediation_4", + "displayName": "PASSIVEREMEDIATIONFLAGRTPREMEDIATION: Passive Remediation Realtime Protection Remediation", + "description": "PASSIVE_REMEDIATION_FLAG_RTP_REMEDIATION: Passive Remediation Realtime Protection Remediation" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_performancemodestatus", + "displayName": "Performance Mode Status", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_performancemodestatus_0", + "displayName": "Performance mode is enabled (default). A service restart is required after changing this value.", + "description": "Performance mode is enabled (default). A service restart is required after changing this value." + }, + { + "id": "device_vendor_msft_defender_configuration_performancemodestatus_1", + "displayName": "Performance mode is disabled. A service restart is required after changing this value.", + "description": "Performance mode is disabled. A service restart is required after changing this value." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_platformupdateschannel", + "displayName": "Platform Updates Channel", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_platformupdateschannel_0", + "displayName": "Not configured (Default). The device will stay up to date automatically during the gradual release cycle. Suitable for most devices.", + "description": "Not configured (Default). The device will stay up to date automatically during the gradual release cycle. Suitable for most devices." + }, + { + "id": "device_vendor_msft_defender_configuration_platformupdateschannel_2", + "displayName": "Beta Channel: Devices set to this channel will be the first to receive new updates. Select Beta Channel to participate in identifying and reporting issues to Microsoft. Devices in the Windows Insider Program are subscribed to this channel by default. For use in (manual) test environments only and a limited number of devices.", + "description": "Beta Channel: Devices set to this channel will be the first to receive new updates. Select Beta Channel to participate in identifying and reporting issues to Microsoft. Devices in the Windows Insider Program are subscribed to this channel by default. For use in (manual) test environments only and a limited number of devices." + }, + { + "id": "device_vendor_msft_defender_configuration_platformupdateschannel_3", + "displayName": "Current Channel (Preview): Devices set to this channel will be offered updates earliest during the monthly gradual release cycle. Suggested for pre-production/validation environments.", + "description": "Current Channel (Preview): Devices set to this channel will be offered updates earliest during the monthly gradual release cycle. Suggested for pre-production/validation environments." + }, + { + "id": "device_vendor_msft_defender_configuration_platformupdateschannel_4", + "displayName": "Current Channel (Staged): Devices will be offered updates after the monthly gradual release cycle. Suggested to apply to a small, representative part of your production population (~10%).", + "description": "Current Channel (Staged): Devices will be offered updates after the monthly gradual release cycle. Suggested to apply to a small, representative part of your production population (~10%)." + }, + { + "id": "device_vendor_msft_defender_configuration_platformupdateschannel_5", + "displayName": "Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).", + "description": "Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%)." + }, + { + "id": "device_vendor_msft_defender_configuration_platformupdateschannel_6", + "displayName": "Critical - Time delay: Devices will be offered updates with a 48-hour delay. Suggested for critical environments only.", + "description": "Critical - Time delay: Devices will be offered updates with a 48-hour delay. Suggested for critical environments only." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_quickscanincludeexclusions", + "displayName": "Quick Scan Include Exclusions", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_quickscanincludeexclusions_0", + "displayName": "If you set this setting to 0 or do not configure it, exclusions are not scanned during quick scans.", + "description": "If you set this setting to 0 or do not configure it, exclusions are not scanned during quick scans." + }, + { + "id": "device_vendor_msft_defender_configuration_quickscanincludeexclusions_1", + "displayName": "If you set this setting to 1, all files and directories that are excluded from real-time protection using contextual exclusions are scanned during a quick scan.", + "description": "If you set this setting to 1, all files and directories that are excluded from real-time protection using contextual exclusions are scanned during a quick scan." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_randomizescheduletasktimes", + "displayName": "Randomize Schedule Task Times", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_randomizescheduletasktimes_1", + "displayName": "Widen or narrow the randomization period for scheduled scans. Specify a randomization window of between 1 and 23 hours by using the setting SchedulerRandomizationTime.", + "description": "Widen or narrow the randomization period for scheduled scans. Specify a randomization window of between 1 and 23 hours by using the setting SchedulerRandomizationTime." + }, + { + "id": "device_vendor_msft_defender_configuration_randomizescheduletasktimes_0", + "displayName": "Scheduled tasks will not be randomized.", + "description": "Scheduled tasks will not be randomized." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_scanonlyifidleenabled", + "displayName": "Scan Only If Idle Enabled", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_scanonlyifidleenabled_1", + "displayName": "Runs scheduled scans only if the system is idle.", + "description": "Runs scheduled scans only if the system is idle." + }, + { + "id": "device_vendor_msft_defender_configuration_scanonlyifidleenabled_0", + "displayName": "Runs scheduled scans regardless of whether the system is idle.", + "description": "Runs scheduled scans regardless of whether the system is idle." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_schedulerrandomizationtime", + "displayName": "Scheduler Randomization Time", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday", + "displayName": "Schedule Security Intelligence Update Day", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_0", + "displayName": "Daily", + "description": "Daily" + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_1", + "displayName": "Sunday", + "description": "Sunday" + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_2", + "displayName": "Monday", + "description": "Monday" + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_3", + "displayName": "Tuesday", + "description": "Tuesday" + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_4", + "displayName": "Wednesday", + "description": "Wednesday" + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_5", + "displayName": "Thursday", + "description": "Thursday" + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_6", + "displayName": "Friday", + "description": "Friday" + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_7", + "displayName": "Saturday", + "description": "Saturday" + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdateday_8", + "displayName": "Never", + "description": "Never" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_schedulesecurityintelligenceupdatetime", + "displayName": "Schedule Security Intelligence Update Time", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_secureddevicesconfiguration", + "displayName": "Secured Devices Configuration", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_secureddevicesconfiguration_removablemediadevices", + "displayName": "Removable Media Devices", + "description": "RemovableMediaDevices" + }, + { + "id": "device_vendor_msft_defender_configuration_secureddevicesconfiguration_cdromdevices", + "displayName": "Cd Rom Devices", + "description": "CdRomDevices" + }, + { + "id": "device_vendor_msft_defender_configuration_secureddevicesconfiguration_wpddevices", + "displayName": "Wpd Devices", + "description": "WpdDevices" + }, + { + "id": "device_vendor_msft_defender_configuration_secureddevicesconfiguration_printerdevices", + "displayName": "Printer Devices", + "description": "PrinterDevices" + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_securityintelligencelocationupdateatscheduledtimeonly", + "displayName": "Security Intelligence Location Update At Scheduled Time Only", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_securityintelligencelocationupdateatscheduledtimeonly_1", + "displayName": "If you enable this setting and configure SecurityIntelligenceLocation, updates from the configured location occur only at the previously configured scheduled update time.", + "description": "If you enable this setting and configure SecurityIntelligenceLocation, updates from the configured location occur only at the previously configured scheduled update time." + }, + { + "id": "device_vendor_msft_defender_configuration_securityintelligencelocationupdateatscheduledtimeonly_0", + "displayName": "If you either disable or do not configure this setting, updates occur whenever a new security intelligence update is detected at the location that is specified by SecurityIntelligenceLocation.", + "description": "If you either disable or do not configure this setting, updates occur whenever a new security intelligence update is detected at the location that is specified by SecurityIntelligenceLocation." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_securityintelligenceupdateschannel", + "displayName": "Security Intelligence Updates Channel", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_securityintelligenceupdateschannel_0", + "displayName": "Not configured (Default). The device will stay up to date automatically during the gradual release cycle. Suitable for most devices.", + "description": "Not configured (Default). The device will stay up to date automatically during the gradual release cycle. Suitable for most devices." + }, + { + "id": "device_vendor_msft_defender_configuration_securityintelligenceupdateschannel_4", + "displayName": "Current Channel (Staged): Devices will be offered updates after the release cycle. Suggested to apply to a small, representative part of production population (~10%).", + "description": "Current Channel (Staged): Devices will be offered updates after the release cycle. Suggested to apply to a small, representative part of production population (~10%)." + }, + { + "id": "device_vendor_msft_defender_configuration_securityintelligenceupdateschannel_5", + "displayName": "Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%).", + "description": "Current Channel (Broad): Devices will be offered updates only after the gradual release cycle completes. Suggested to apply to a broad set of devices in your production population (~10-100%)." + } + ] + }, + { + "id": "device_vendor_msft_defender_configuration_supportloglocation", + "displayName": "Support Log Location", + "options": null + }, + { + "id": "device_vendor_msft_defender_configuration_throttleforscheduledscanonly", + "displayName": "Throttle For Scheduled Scan Only", + "options": [ + { + "id": "device_vendor_msft_defender_configuration_throttleforscheduledscanonly_1", + "displayName": "If you enable this setting, CPU throttling will apply only to scheduled scans.", + "description": "If you enable this setting, CPU throttling will apply only to scheduled scans." + }, + { + "id": "device_vendor_msft_defender_configuration_throttleforscheduledscanonly_0", + "displayName": "If you disable this setting, CPU throttling will apply to scheduled and custom scans.", + "description": "If you disable this setting, CPU throttling will apply to scheduled and custom scans." + } + ] + }, + { + "id": "device_vendor_msft_dmclient_provider_{providerid}", + "displayName": " Provider ID", + "options": null + }, + { + "id": "device_vendor_msft_dmclient_provider_{providerid}_configrefresh_cadence", + "displayName": "Refresh cadence", + "options": null + }, + { + "id": "device_vendor_msft_dmclient_provider_{providerid}_configrefresh_enabled", + "displayName": "Config refresh", + "options": [ + { + "id": "device_vendor_msft_dmclient_provider_{providerid}_configrefresh_enabled_true", + "displayName": "Enabled.", + "description": "Enabled." + }, + { + "id": "device_vendor_msft_dmclient_provider_{providerid}_configrefresh_enabled_false", + "displayName": "Disabled.", + "description": "Disabled." + } + ] + }, + { + "id": "device_vendor_msft_email_accountname", + "displayName": "Account Name", + "options": null + }, + { + "id": "device_vendor_msft_email_emailaddressattributeaad", + "displayName": "Email address attribute from AAD", + "options": null + }, + { + "id": "device_vendor_msft_email_emailserver", + "displayName": "Email Server", + "options": null + }, + { + "id": "device_vendor_msft_email_usernameattributeaad", + "displayName": "Username attribute from AAD", + "options": null + }, + { + "id": "device_vendor_msft_euiccs_{euicc}", + "displayName": "eSIM", + "options": null + }, + { + "id": "device_vendor_msft_euiccs_{euicc}_downloadservers_{servername}", + "displayName": "Download Servers", + "options": null + }, + { + "id": "device_vendor_msft_euiccs_{euicc}_downloadservers_{servername}_autoenable", + "displayName": "Auto Enable", + "options": [ + { + "id": "device_vendor_msft_euiccs_{euicc}_downloadservers_{servername}_autoenable_false", + "displayName": "Disable", + "description": "Disable" + }, + { + "id": "device_vendor_msft_euiccs_{euicc}_downloadservers_{servername}_autoenable_true", + "displayName": "Enable", + "description": "Enable" + } + ] + }, + { + "id": "device_vendor_msft_euiccs_{euicc}_downloadservers_{servername}_servername", + "displayName": "Server Name", + "options": null + }, + { + "id": "device_vendor_msft_euiccs_{euicc}_policies_localuienabled", + "displayName": "Display Local UI", + "options": [ + { + "id": "device_vendor_msft_euiccs_{euicc}_policies_localuienabled_false", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_euiccs_{euicc}_policies_localuienabled_true", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_laps_policies_adencryptedpasswordhistorysize", + "displayName": "AD Encrypted Password History Size", + "options": null + }, + { + "id": "device_vendor_msft_laps_policies_administratoraccountname", + "displayName": "Administrator Account Name", + "options": null + }, + { + "id": "device_vendor_msft_laps_policies_adpasswordencryptionenabled", + "displayName": "AD Password Encryption Enabled", + "options": [ + { + "id": "device_vendor_msft_laps_policies_adpasswordencryptionenabled_false", + "displayName": "Store the password in clear-text form in Active Directory", + "description": "Store the password in clear-text form in Active Directory" + }, + { + "id": "device_vendor_msft_laps_policies_adpasswordencryptionenabled_true", + "displayName": "Store the password in encrypted form in Active Directory", + "description": "Store the password in encrypted form in Active Directory" + } + ] + }, + { + "id": "device_vendor_msft_laps_policies_adpasswordencryptionprincipal", + "displayName": "AD Password Encryption Principal", + "options": null + }, + { + "id": "device_vendor_msft_laps_policies_backupdirectory", + "displayName": "Backup Directory", + "options": [ + { + "id": "device_vendor_msft_laps_policies_backupdirectory_0", + "displayName": "Disabled (password will not be backed up)", + "description": "Disabled (password will not be backed up)" + }, + { + "id": "device_vendor_msft_laps_policies_backupdirectory_1", + "displayName": "Backup the password to Azure AD only", + "description": "Backup the password to Azure AD only" + }, + { + "id": "device_vendor_msft_laps_policies_backupdirectory_2", + "displayName": "Backup the password to Active Directory only", + "description": "Backup the password to Active Directory only" + } + ] + }, + { + "id": "device_vendor_msft_laps_policies_passwordagedays", + "displayName": "Password Age Days", + "options": null + }, + { + "id": "device_vendor_msft_laps_policies_passwordagedays_aad", + "displayName": "Password Age Days", + "options": null + }, + { + "id": "device_vendor_msft_laps_policies_passwordcomplexity", + "displayName": "Password Complexity", + "options": [ + { + "id": "device_vendor_msft_laps_policies_passwordcomplexity_1", + "displayName": "Large letters", + "description": "Large letters" + }, + { + "id": "device_vendor_msft_laps_policies_passwordcomplexity_2", + "displayName": "Large letters + small letters", + "description": "Large letters + small letters" + }, + { + "id": "device_vendor_msft_laps_policies_passwordcomplexity_3", + "displayName": "Large letters + small letters + numbers", + "description": "Large letters + small letters + numbers" + }, + { + "id": "device_vendor_msft_laps_policies_passwordcomplexity_4", + "displayName": "Large letters + small letters + numbers + special characters", + "description": "Large letters + small letters + numbers + special characters" + }, + { + "id": "device_vendor_msft_laps_policies_passwordcomplexity_5", + "displayName": "Large letters + small letters + numbers + special characters (improved readability)", + "description": "Large letters + small letters + numbers + special characters (improved readability)" + } + ] + }, + { + "id": "device_vendor_msft_laps_policies_passwordexpirationprotectionenabled", + "displayName": "Password Expiration Protection Enabled", + "options": [ + { + "id": "device_vendor_msft_laps_policies_passwordexpirationprotectionenabled_false", + "displayName": "Allow configured password expiriration timestamp to exceed maximum password age", + "description": "Allow configured password expiriration timestamp to exceed maximum password age" + }, + { + "id": "device_vendor_msft_laps_policies_passwordexpirationprotectionenabled_true", + "displayName": "Do not allow configured password expiriration timestamp to exceed maximum password age", + "description": "Do not allow configured password expiriration timestamp to exceed maximum password age" + } + ] + }, + { + "id": "device_vendor_msft_laps_policies_passwordlength", + "displayName": "Password Length", + "options": null + }, + { + "id": "device_vendor_msft_laps_policies_postauthenticationactions", + "displayName": "Post Authentication Actions", + "options": [ + { + "id": "device_vendor_msft_laps_policies_postauthenticationactions_1", + "displayName": "Reset password: upon expiry of the grace period, the managed account password will be reset.", + "description": "Reset password: upon expiry of the grace period, the managed account password will be reset." + }, + { + "id": "device_vendor_msft_laps_policies_postauthenticationactions_3", + "displayName": "Reset the password and logoff the managed account: upon expiry of the grace period, the managed account password will be reset and any interactive logon sessions using the managed account will terminated.", + "description": "Reset the password and logoff the managed account: upon expiry of the grace period, the managed account password will be reset and any interactive logon sessions using the managed account will terminated." + }, + { + "id": "device_vendor_msft_laps_policies_postauthenticationactions_5", + "displayName": "Reset the password and reboot: upon expiry of the grace period, the managed account password will be reset and the managed device will be immediately rebooted.", + "description": "Reset the password and reboot: upon expiry of the grace period, the managed account password will be reset and the managed device will be immediately rebooted." + } + ] + }, + { + "id": "device_vendor_msft_laps_policies_postauthenticationresetdelay", + "displayName": "Post Authentication Reset Delay", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}", + "displayName": "Device-scoped settings", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_enablepinrecovery", + "displayName": "Enable Pin Recovery", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_enablepinrecovery_false", + "displayName": "false", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_enablepinrecovery_true", + "displayName": "true", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_excludesecuritydevices_tpm12", + "displayName": "Restrict use of TPM 1.2", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_excludesecuritydevices_tpm12_false", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_excludesecuritydevices_tpm12_true", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_digits", + "displayName": "Digits", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_digits_0", + "displayName": "Allows the use of digits in PIN.", + "description": "Allows the use of digits in PIN." + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_digits_1", + "displayName": "Requires the use of at least one digits in PIN.", + "description": "Requires the use of at least one digits in PIN." + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_digits_2", + "displayName": "Does not allow the use of digits in PIN.", + "description": "Does not allow the use of digits in PIN." + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_expiration", + "displayName": "Expiration", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_history", + "displayName": "PIN History", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_lowercaseletters", + "displayName": "Lowercase Letters", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_lowercaseletters_0", + "displayName": "Allowed", + "description": "Allows the use of lowercase letters in PIN." + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_lowercaseletters_1", + "displayName": "Required", + "description": "Requires the use of at least one lowercase letters in PIN." + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_lowercaseletters_2", + "displayName": "Blocked", + "description": "Does not allow the use of lowercase letters in PIN." + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_maximumpinlength", + "displayName": "Maximum PIN Length", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_minimumpinlength", + "displayName": "Minimum PIN Length", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_specialcharacters", + "displayName": "Special Characters", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_specialcharacters_0", + "displayName": "Allows the use of special characters in PIN.", + "description": "Allows the use of special characters in PIN." + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_specialcharacters_1", + "displayName": "Requires the use of at least one special characters in PIN.", + "description": "Requires the use of at least one special characters in PIN." + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_specialcharacters_2", + "displayName": "Does not allow the use of special characters in PIN.", + "description": "Does not allow the use of special characters in PIN." + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_uppercaseletters", + "displayName": "Uppercase Letters", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_uppercaseletters_0", + "displayName": "Allowed", + "description": "Allows the use of uppercase letters in PIN." + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_uppercaseletters_1", + "displayName": "Required", + "description": "Requires the use of at least one uppercase letters in PIN." + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_uppercaseletters_2", + "displayName": "Blocked", + "description": "Does not allow the use of uppercase letters in PIN." + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_remote_useremotepassport", + "displayName": "Use Remote Passport", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_remote_useremotepassport_false", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_remote_useremotepassport_true", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_requiresecuritydevice", + "displayName": "Require Security Device", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_requiresecuritydevice_false", + "displayName": "false", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_requiresecuritydevice_true", + "displayName": "true", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usecertificateforonpremauth", + "displayName": "Use Certificate For On Prem Auth", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usecertificateforonpremauth_false", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usecertificateforonpremauth_true", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usecloudtrustforonpremauth", + "displayName": "Use Cloud Trust For On Prem Auth", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usecloudtrustforonpremauth_false", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usecloudtrustforonpremauth_true", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usehellocertificatesassmartcardcertificates", + "displayName": "Use Hello Certificates As Smart Card Certificates", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usehellocertificatesassmartcardcertificates_false", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usehellocertificatesassmartcardcertificates_true", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usepassportforwork", + "displayName": "Use Windows Hello For Business (Device)", + "options": [ + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usepassportforwork_false", + "displayName": "false", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_{tenantid}_policies_usepassportforwork_true", + "displayName": "true", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_biometrics_enableesswithsupportedperipherals", + "displayName": "Enable ESS with Supported Peripherals", + "options": [ + { + "id": "device_vendor_msft_passportforwork_biometrics_enableesswithsupportedperipherals_0", + "displayName": "Enhanced sign-in security will be disabled on all systems. If a user already has a secure Windows Hello enrollment, they will lose their enrollment and must reset PIN, and they will have the option to re-enroll in normal face and fingerprint. Peripheral usage will be enabled by disabling Enhanced sign-in security. OS will not attempt to start secure components, even if the secure hardware and software components are present. (not recommended)", + "description": "Enhanced sign-in security will be disabled on all systems. If a user already has a secure Windows Hello enrollment, they will lose their enrollment and must reset PIN, and they will have the option to re-enroll in normal face and fingerprint. Peripheral usage will be enabled by disabling Enhanced sign-in security. OS will not attempt to start secure components, even if the secure hardware and software components are present. (not recommended)" + }, + { + "id": "device_vendor_msft_passportforwork_biometrics_enableesswithsupportedperipherals_1", + "displayName": "Enhanced sign-in security will be enabled on systems with capable software and hardware, following the existing default behavior in Windows. For systems with one secure modality (face or fingerprint) and one insecure modality (fingerprint or face), only the secure sensor can be used for sign-in and the insecure sensor(s) will be blocked. This includes peripheral devices, which are unsupported and will be unusable. (default and recommended for highest security)", + "description": "Enhanced sign-in security will be enabled on systems with capable software and hardware, following the existing default behavior in Windows. For systems with one secure modality (face or fingerprint) and one insecure modality (fingerprint or face), only the secure sensor can be used for sign-in and the insecure sensor(s) will be blocked. This includes peripheral devices, which are unsupported and will be unusable. (default and recommended for highest security)" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_biometrics_facialfeaturesuseenhancedantispoofing", + "displayName": "Facial Features Use Enhanced Anti Spoofing", + "options": [ + { + "id": "device_vendor_msft_passportforwork_biometrics_facialfeaturesuseenhancedantispoofing_false", + "displayName": "false", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_biometrics_facialfeaturesuseenhancedantispoofing_true", + "displayName": "true", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_biometrics_usebiometrics", + "displayName": "Allow Use of Biometrics", + "options": [ + { + "id": "device_vendor_msft_passportforwork_biometrics_usebiometrics_false", + "displayName": "False", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_biometrics_usebiometrics_true", + "displayName": "True", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_deviceunlock_groupa", + "displayName": "Group A", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_deviceunlock_groupb", + "displayName": "Group B", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_deviceunlock_plugins", + "displayName": "Device Unlock Plugins", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_dynamiclock_dynamiclock", + "displayName": "Dynamic Lock", + "options": [ + { + "id": "device_vendor_msft_passportforwork_dynamiclock_dynamiclock_false", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_passportforwork_dynamiclock_dynamiclock_true", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_passportforwork_dynamiclock_plugins", + "displayName": "Dynamic Lock Plugins", + "options": null + }, + { + "id": "device_vendor_msft_passportforwork_securitykey_usesecuritykeyforsignin", + "displayName": "Use Security Key For Signin", + "options": [ + { + "id": "device_vendor_msft_passportforwork_securitykey_usesecuritykeyforsignin_0", + "displayName": "Disabled", + "description": "disabled" + }, + { + "id": "device_vendor_msft_passportforwork_securitykey_usesecuritykeyforsignin_1", + "displayName": "Enabled", + "description": "enabled" + } + ] + }, + { + "id": "device_vendor_msft_pkcscertificate_certificatevalidityperiod", + "displayName": "Certificate validity period", + "options": null + }, + { + "id": "device_vendor_msft_pkcscertificate_certificationauthority", + "displayName": "Certification Authority", + "options": null + }, + { + "id": "device_vendor_msft_pkcscertificate_keystorageprovider", + "displayName": "Key storage provider (KSP)", + "options": null + }, + { + "id": "device_vendor_msft_pkcscertificate_renewalthreshold", + "displayName": "Renewal threshold (%)", + "options": null + }, + { + "id": "device_vendor_msft_pkcscertificate_subjectnameformat", + "displayName": "Subject name format", + "options": null + }, + { + "id": "device_vendor_msft_pkcsimportedcertificate_intendedpurpose", + "displayName": "Intended Purpose", + "options": null + }, + { + "id": "device_vendor_msft_pkcsimportedcertificate_keystorageprovider", + "displayName": "Key storage provider (KSP)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_abovelock_allowcortanaabovelock", + "displayName": "Allow Cortana Above Lock", + "options": [ + { + "id": "device_vendor_msft_policy_config_abovelock_allowcortanaabovelock_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_abovelock_allowcortanaabovelock_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_abovelock_allowtoasts", + "displayName": "Allow Toasts", + "options": [ + { + "id": "device_vendor_msft_policy_config_abovelock_allowtoasts_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_abovelock_allowtoasts_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_accounts_allowaddingnonmicrosoftaccountsmanually", + "displayName": "Allow Adding Non Microsoft Accounts Manually", + "options": [ + { + "id": "device_vendor_msft_policy_config_accounts_allowaddingnonmicrosoftaccountsmanually_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_accounts_allowaddingnonmicrosoftaccountsmanually_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_accounts_allowmicrosoftaccountconnection", + "displayName": "Allow Microsoft Account Connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_accounts_allowmicrosoftaccountconnection_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_accounts_allowmicrosoftaccountconnection_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_accounts_allowmicrosoftaccountsigninassistant", + "displayName": "Allow Microsoft Account Sign In Assistant", + "options": [ + { + "id": "device_vendor_msft_policy_config_accounts_allowmicrosoftaccountsigninassistant_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_accounts_allowmicrosoftaccountsigninassistant_1", + "displayName": "Manual start", + "description": "Manual start" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_accounts_domainnamesforemailsync", + "displayName": "Domain Names For Email Sync", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_activexcontrols_approvedinstallationsites", + "displayName": "Approved Installation Sites for ActiveX Controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_activexcontrols_approvedinstallationsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_activexcontrols_approvedinstallationsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_activexcontrols_approvedinstallationsites_approvedactivexinstallsiteslist", + "displayName": "Host URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_activexcontrols_approvedinstallationsites_approvedactivexinstallsiteslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_activexcontrols_approvedinstallationsites_approvedactivexinstallsiteslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies", + "displayName": "Establish ActiveX installation policy for sites in Trusted zones", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreinvalidcertdate", + "displayName": "Expired certificate validation date (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreinvalidcertdate_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreinvalidcertdate_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreinvalidcn", + "displayName": "Invalid certificate name (CN) (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreinvalidcn_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreinvalidcn_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreunknownca", + "displayName": "Unknown certifcation authority (CA) (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreunknownca_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignoreunknownca_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignorewrongcertusage", + "displayName": "Wrong certificate usage (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignorewrongcertusage_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_ignorewrongcertusage_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installsignedocx", + "displayName": "Installation Policy for signed ActiveX control (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installsignedocx_0", + "displayName": "Don't install", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installsignedocx_1", + "displayName": "Prompt the user", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installsignedocx_2", + "displayName": "Silently install", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installtrustedocx", + "displayName": "Installation Policy for ActiveX control signed by trusted publisher (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installtrustedocx_0", + "displayName": "Don't install", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installtrustedocx_1", + "displayName": "Prompt the user", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installtrustedocx_2", + "displayName": "Silently install", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installunsignedocx", + "displayName": "Installation Policy for unsigned ActiveX control (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installunsignedocx_0", + "displayName": "Don't install", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_activexinstallservice_axisurlzonepolicies_installunsignedocx_1", + "displayName": "Prompt the user", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd", + "displayName": "Password Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_adminname", + "displayName": "Name of administrator account to manage", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_adminname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_adminname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_adminname_txt_adminaccountname", + "displayName": "Administrator account name (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_dontallowpwdexpirationbehindpolicy", + "displayName": "Do not allow password expiration time longer than required by policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_dontallowpwdexpirationbehindpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_dontallowpwdexpirationbehindpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_elm_admpwd_passwordagedays", + "displayName": "Password Age (Days) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_elm_admpwd_passwordcomplexity", + "displayName": "Password Complexity (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_elm_admpwd_passwordcomplexity_1", + "displayName": "Large letters", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_elm_admpwd_passwordcomplexity_2", + "displayName": "Large letters + small letters", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_elm_admpwd_passwordcomplexity_3", + "displayName": "Large letters + small letters + numbers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_elm_admpwd_passwordcomplexity_4", + "displayName": "Large letters + small letters + numbers + specials", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_elm_admpwd_passwordlength", + "displayName": "Password Length (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_enabled", + "displayName": "Enable local admin password management", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_admpwd_pol_admpwd_enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatprevent16bitmach", + "displayName": "Prevent access to 16-bit applications", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatprevent16bitmach_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatprevent16bitmach_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatremoveprogramcompatproppage", + "displayName": "Remove Program Compatibility Property Page", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatremoveprogramcompatproppage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatremoveprogramcompatproppage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffapplicationimpacttelemetry", + "displayName": "Turn off Application Telemetry", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffapplicationimpacttelemetry_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffapplicationimpacttelemetry_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffengine", + "displayName": "Turn off Application Compatibility Engine", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffengine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffengine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprogramcompatibilityassistant_2", + "displayName": "Turn off Program Compatibility Assistant", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprogramcompatibilityassistant_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprogramcompatibilityassistant_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprograminventory", + "displayName": "Turn off Inventory Collector", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprograminventory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprograminventory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffswitchback", + "displayName": "Turn off SwitchBack Compatibility Engine", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffswitchback_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffswitchback_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffuseractionrecord", + "displayName": "Turn off Steps Recorder", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffuseractionrecord_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appcompat_appcompatturnoffuseractionrecord_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appxpackagemanager_allowdeploymentinspecialprofiles", + "displayName": "Allow deployment operations in special profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appxpackagemanager_allowdeploymentinspecialprofiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appxpackagemanager_allowdeploymentinspecialprofiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeapplicationcontenturirules", + "displayName": "Turn on dynamic Content URI Rules for Windows store apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeapplicationcontenturirules_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeapplicationcontenturirules_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeapplicationcontenturirules_listbox_contenturirules", + "displayName": "Content URI Rules: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockfileelevation", + "displayName": "Block launching desktop apps associated with a file.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockfileelevation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockfileelevation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockhostedappaccesswinrt", + "displayName": "Block launching Universal Windows apps with Windows Runtime API access from hosted content.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockhostedappaccesswinrt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockhostedappaccesswinrt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockprotocolelevation", + "displayName": "Block launching desktop apps associated with a URI scheme", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockprotocolelevation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockprotocolelevation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_auditsettings_includecmdline", + "displayName": "Include command line in process creation events", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_auditsettings_includecmdline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_auditsettings_includecmdline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablebranchcache", + "displayName": "Do not allow the BITS client to use Windows Branch Cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablebranchcache_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablebranchcache_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablepeercachingclient", + "displayName": "Do not allow the computer to act as a BITS Peercaching client", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablepeercachingclient_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablepeercachingclient_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablepeercachingserver", + "displayName": "Do not allow the computer to act as a BITS Peercaching server", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablepeercachingserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_disablepeercachingserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_enablepeercaching", + "displayName": "Allow BITS Peercaching", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_enablepeercaching_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_enablepeercaching_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthservedforpeers", + "displayName": "Limit the maximum network bandwidth used for Peercaching", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthservedforpeers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthservedforpeers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthservedforpeers_bits_maxbandwidthservedforpeerslist", + "displayName": "Maximum network bandwidth used for Peercaching (bps): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance", + "displayName": "Set up a maintenance schedule to limit the maximum network bandwidth used for BITS background transfers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysfrom", + "displayName": "From (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysfrom_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysfrom_1", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysfrom_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysfrom_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysfrom_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysfrom_5", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysfrom_6", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysto", + "displayName": "To (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysto_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysto_1", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysto_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysto_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysto_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysto_5", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancedaysto_6", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehighprioritylimit", + "displayName": "High Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehighpriorityunit", + "displayName": "High Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehighpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehighpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehighpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom", + "displayName": "From (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_0", + "displayName": "12 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_1", + "displayName": "1 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_2", + "displayName": "2 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_3", + "displayName": "3 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_4", + "displayName": "4 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_5", + "displayName": "5 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_6", + "displayName": "6 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_7", + "displayName": "7 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_8", + "displayName": "8 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_9", + "displayName": "9 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_10", + "displayName": "10 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_11", + "displayName": "11 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_12", + "displayName": "12 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_13", + "displayName": "1 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_14", + "displayName": "2 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_15", + "displayName": "3 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_16", + "displayName": "4 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_17", + "displayName": "5 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_18", + "displayName": "6 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_19", + "displayName": "7 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_20", + "displayName": "8 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_21", + "displayName": "9 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_22", + "displayName": "10 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursfrom_23", + "displayName": "11 PM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto", + "displayName": "To (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_0", + "displayName": "12 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_1", + "displayName": "1 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_2", + "displayName": "2 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_3", + "displayName": "3 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_4", + "displayName": "4 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_5", + "displayName": "5 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_6", + "displayName": "6 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_7", + "displayName": "7 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_8", + "displayName": "8 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_9", + "displayName": "9 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_10", + "displayName": "10 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_11", + "displayName": "11 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_12", + "displayName": "12 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_13", + "displayName": "1 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_14", + "displayName": "2 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_15", + "displayName": "3 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_16", + "displayName": "4 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_17", + "displayName": "5 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_18", + "displayName": "6 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_19", + "displayName": "7 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_20", + "displayName": "8 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_21", + "displayName": "9 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_22", + "displayName": "10 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancehoursto_23", + "displayName": "11 PM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancelowprioritylimit", + "displayName": "Low Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancelowpriorityunit", + "displayName": "Low Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancelowpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancelowpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancelowpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancenormalprioritylimit", + "displayName": "Normal Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancenormalpriorityunit", + "displayName": "Normal Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancenormalpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancenormalpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_maintenance_bits_maintenancenormalpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work", + "displayName": "Set up a work schedule to limit the maximum network bandwidth used for BITS background transfers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_ignorelimitsonlan", + "displayName": "Ignore bandwidth limits if the source and the destination are on the same subnet. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_ignorelimitsonlan_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_ignorelimitsonlan_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworkhighprioritylimit", + "displayName": "High Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworkhighpriorityunit", + "displayName": "High Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworkhighpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworkhighpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworkhighpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworklowprioritylimit", + "displayName": "Low Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworklowpriorityunit", + "displayName": "Low Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworklowpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworklowpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworklowpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworknormalprioritylimit", + "displayName": "Normal Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworknormalpriorityunit", + "displayName": "Normal Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworknormalpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworknormalpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_nonworknormalpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysfrom", + "displayName": "From (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysfrom_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysfrom_1", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysfrom_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysfrom_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysfrom_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysfrom_5", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysfrom_6", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysto", + "displayName": "To (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysto_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysto_1", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysto_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysto_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysto_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysto_5", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workdaysto_6", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhighprioritylimit", + "displayName": "High Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhighpriorityunit", + "displayName": "High Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhighpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhighpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhighpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom", + "displayName": "From (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_0", + "displayName": "12 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_1", + "displayName": "1 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_2", + "displayName": "2 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_3", + "displayName": "3 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_4", + "displayName": "4 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_5", + "displayName": "5 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_6", + "displayName": "6 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_7", + "displayName": "7 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_8", + "displayName": "8 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_9", + "displayName": "9 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_10", + "displayName": "10 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_11", + "displayName": "11 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_12", + "displayName": "12 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_13", + "displayName": "1 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_14", + "displayName": "2 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_15", + "displayName": "3 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_16", + "displayName": "4 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_17", + "displayName": "5 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_18", + "displayName": "6 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_19", + "displayName": "7 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_20", + "displayName": "8 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_21", + "displayName": "9 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_22", + "displayName": "10 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursfrom_23", + "displayName": "11 PM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto", + "displayName": "To (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_0", + "displayName": "12 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_1", + "displayName": "1 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_2", + "displayName": "2 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_3", + "displayName": "3 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_4", + "displayName": "4 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_5", + "displayName": "5 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_6", + "displayName": "6 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_7", + "displayName": "7 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_8", + "displayName": "8 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_9", + "displayName": "9 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_10", + "displayName": "10 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_11", + "displayName": "11 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_12", + "displayName": "12 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_13", + "displayName": "1 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_14", + "displayName": "2 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_15", + "displayName": "3 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_16", + "displayName": "4 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_17", + "displayName": "5 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_18", + "displayName": "6 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_19", + "displayName": "7 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_20", + "displayName": "8 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_21", + "displayName": "9 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_22", + "displayName": "10 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_workhoursto_23", + "displayName": "11 PM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worklowprioritylimit", + "displayName": "Low Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worklowpriorityunit", + "displayName": "Low Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worklowpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worklowpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worklowpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worknormalprioritylimit", + "displayName": "Normal Priority Limit: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worknormalpriorityunit", + "displayName": "Normal Priority Unit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worknormalpriorityunit_1", + "displayName": "Kbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worknormalpriorityunit_2", + "displayName": "Mbps", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxbandwidthv2_work_bits_worknormalpriorityunit_3", + "displayName": "Unlimited", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxcachesize", + "displayName": "Limit the BITS Peercache size", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxcachesize_bits_maxsize", + "displayName": "Percentage of disk space to be used for the BITS peercache: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxcontentage", + "displayName": "Limit the age of files in the BITS Peercache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxcontentage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxcontentage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxcontentage_bits_maxcontentagelist", + "displayName": "Number of days: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxdownloadtime", + "displayName": "Limit the maximum BITS job download time", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxdownloadtime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxdownloadtime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxdownloadtime_bits_maxdownloadseconds", + "displayName": "Active Job Timeout in seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxfilesperjob", + "displayName": "Limit the maximum number of files allowed in a BITS job", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxfilesperjob_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxfilesperjob_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxfilesperjob_bits_maxfilesperjoblist", + "displayName": "Maximum number of files allowed in a BITS job: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxjobspermachine", + "displayName": "Limit the maximum number of BITS jobs for this computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxjobspermachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxjobspermachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxjobspermachine_bits_maxjobspermachinelist", + "displayName": "Maximum number of BITS jobs for this computer: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxjobsperuser", + "displayName": "Limit the maximum number of BITS jobs for each user", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxjobsperuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxjobsperuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxjobsperuser_bits_maxjobsperuserlist", + "displayName": "Maximum number of BITS jobs for each user: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxrangesperfile", + "displayName": "Limit the maximum number of ranges that can be added to the file in a BITS job", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxrangesperfile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxrangesperfile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_bits_bits_maxrangesperfile_bits_maxrangesperfilelist", + "displayName": "Maximum number of ranges that can be added to the file in a BITS job: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ciphersuiteorder_sslciphersuiteorder", + "displayName": "SSL Cipher Suite Order", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ciphersuiteorder_sslciphersuiteorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ciphersuiteorder_sslciphersuiteorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ciphersuiteorder_sslciphersuiteorder_pol_sslciphersuiteorder", + "displayName": "SSL Cipher Suites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ciphersuiteorder_sslcurveorder", + "displayName": "ECC Curve Order", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ciphersuiteorder_sslcurveorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ciphersuiteorder_sslcurveorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ciphersuiteorder_sslcurveorder_sslcurveorderlist", + "displayName": "ECC Curve Order: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_com_appmgmt_com_searchforclsid_2", + "displayName": "Download missing COM components", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_com_appmgmt_com_searchforclsid_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_com_appmgmt_com_searchforclsid_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_forcedefaultlockscreen", + "displayName": "Force a specific default lock screen and logon image", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_forcedefaultlockscreen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_forcedefaultlockscreen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_forcedefaultlockscreen_lockscreenimage", + "displayName": "Path to lock screen image: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_forcedefaultlockscreen_lockscreenoverlaysdisabled", + "displayName": "Turn off fun facts, tips, tricks, and more on lock screen (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_forcedefaultlockscreen_lockscreenoverlaysdisabled_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_forcedefaultlockscreen_lockscreenoverlaysdisabled_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nochanginglockscreen", + "displayName": "Prevent changing lock screen and logon image", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nochanginglockscreen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nochanginglockscreen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nochangingstartmenubackground", + "displayName": "Prevent changing start menu background", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nochangingstartmenubackground_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nochangingstartmenubackground_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nolockscreen", + "displayName": "Do not display the lock screen", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nolockscreen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nolockscreen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_personalcolors", + "displayName": "Force a specific background and accent color", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_personalcolors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_personalcolors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_personalcolors_personalcolors_accent", + "displayName": "Accent color: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_personalcolors_personalcolors_background", + "displayName": "Start background color: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_startbackground", + "displayName": "Force a specific Start background", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_startbackground_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_startbackground_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_startbackground_startbackgroundspin", + "displayName": "Background ID: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_cpls_usedefaulttile", + "displayName": "Apply the default account picture to all users", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_cpls_usedefaulttile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_cpls_usedefaulttile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_allowdomaindelaylock", + "displayName": "Allow users to select when a password is required when resuming from connected standby", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_allowdomaindelaylock_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_allowdomaindelaylock_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_defaultcredentialprovider", + "displayName": "Assign a default credential provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_defaultcredentialprovider_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_defaultcredentialprovider_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_defaultcredentialprovider_defaultcredentialprovider_message", + "displayName": "Assign the following credential provider as the default credential provider: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_excludedcredentialproviders", + "displayName": "Exclude credential providers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_excludedcredentialproviders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_excludedcredentialproviders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credentialproviders_excludedcredentialproviders_excludedcredentialproviders_message", + "displayName": "Exclude the following credential providers: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefaultcredentials", + "displayName": "Allow delegating default credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefaultcredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefaultcredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefaultcredentials_allowdefaultcredentials_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefaultcredentials_concatenatedefaults_adc", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefaultcredentials_concatenatedefaults_adc_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefaultcredentials_concatenatedefaults_adc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefcredentialswhenntlmonly", + "displayName": "Allow delegating default credentials with NTLM-only server authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefcredentialswhenntlmonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefcredentialswhenntlmonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefcredentialswhenntlmonly_allowdefcredentialswhenntlmonly_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefcredentialswhenntlmonly_concatenatedefaults_adcn", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefcredentialswhenntlmonly_concatenatedefaults_adcn_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowdefcredentialswhenntlmonly_concatenatedefaults_adcn_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowencryptionoracle", + "displayName": "Encryption Oracle Remediation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowencryptionoracle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowencryptionoracle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowencryptionoracle_allowencryptionoracledrop", + "displayName": "Protection Level: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowencryptionoracle_allowencryptionoracledrop_0", + "displayName": "Force Updated Clients", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowencryptionoracle_allowencryptionoracledrop_1", + "displayName": "Mitigated", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowencryptionoracle_allowencryptionoracledrop_2", + "displayName": "Vulnerable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentials", + "displayName": "Allow delegating fresh credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentials_allowfreshcredentials_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentials_concatenatedefaults_afc", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentials_concatenatedefaults_afc_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentials_concatenatedefaults_afc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentialswhenntlmonly", + "displayName": "Allow delegating fresh credentials with NTLM-only server authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentialswhenntlmonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentialswhenntlmonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentialswhenntlmonly_allowfreshcredentialswhenntlmonly_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentialswhenntlmonly_concatenatedefaults_afcn", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentialswhenntlmonly_concatenatedefaults_afcn_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowfreshcredentialswhenntlmonly_concatenatedefaults_afcn_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentials", + "displayName": "Allow delegating saved credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentials_allowsavedcredentials_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentials_concatenatedefaults_asc", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentials_concatenatedefaults_asc_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentials_concatenatedefaults_asc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentialswhenntlmonly", + "displayName": "Allow delegating saved credentials with NTLM-only server authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentialswhenntlmonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentialswhenntlmonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentialswhenntlmonly_allowsavedcredentialswhenntlmonly_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentialswhenntlmonly_concatenatedefaults_ascn", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentialswhenntlmonly_concatenatedefaults_ascn_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_allowsavedcredentialswhenntlmonly_concatenatedefaults_ascn_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denydefaultcredentials", + "displayName": "Deny delegating default credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_denydefaultcredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denydefaultcredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denydefaultcredentials_concatenatedefaults_ddc", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_denydefaultcredentials_concatenatedefaults_ddc_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denydefaultcredentials_concatenatedefaults_ddc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denydefaultcredentials_denydefaultcredentials_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denyfreshcredentials", + "displayName": "Deny delegating fresh credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_denyfreshcredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denyfreshcredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denyfreshcredentials_concatenatedefaults_dfc", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_denyfreshcredentials_concatenatedefaults_dfc_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denyfreshcredentials_concatenatedefaults_dfc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denyfreshcredentials_denyfreshcredentials_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denysavedcredentials", + "displayName": "Deny delegating saved credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_denysavedcredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denysavedcredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denysavedcredentials_concatenatedefaults_dsc", + "displayName": "Concatenate OS defaults with input above (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_denysavedcredentials_concatenatedefaults_dsc_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denysavedcredentials_concatenatedefaults_dsc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_denysavedcredentials_denysavedcredentials_name", + "displayName": "Add servers to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_restrictedremoteadministration", + "displayName": "Restrict delegation of credentials to remote servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_restrictedremoteadministration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_restrictedremoteadministration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_restrictedremoteadministration_restrictedremoteadministrationdrop", + "displayName": "Use the following restricted mode: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credssp_restrictedremoteadministration_restrictedremoteadministrationdrop_3", + "displayName": "Restrict Credential Delegation", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_restrictedremoteadministration_restrictedremoteadministrationdrop_2", + "displayName": "Require Remote Credential Guard", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credssp_restrictedremoteadministration_restrictedremoteadministrationdrop_1", + "displayName": "Require Restricted Admin", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credui_enablesecurecredentialprompting", + "displayName": "Require trusted path for credential entry", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credui_enablesecurecredentialprompting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credui_enablesecurecredentialprompting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_credui_nolocalpasswordresetquestions", + "displayName": "Prevent the use of security questions for local accounts", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_credui_nolocalpasswordresetquestions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_credui_nolocalpasswordresetquestions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_datacollection_commercialidpolicy", + "displayName": "Configure the Commercial ID", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_datacollection_commercialidpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_datacollection_commercialidpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_datacollection_commercialidpolicy_commercialidvalue", + "displayName": "Commercial Id: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckallowlocallist", + "displayName": "Allow local activation security check exemptions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckallowlocallist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckallowlocallist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckexemptionlist", + "displayName": "Define Activation Security Check exemptions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckexemptionlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckexemptionlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckexemptionlist_dcom_lbl_actseccheckexemptionlist", + "displayName": "Add\\remove DCOM servers to the exemption list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckexemptionlist_dcom_lbl_actseccheckexemptionlist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dcom_dcomactivationsecuritycheckexemptionlist_dcom_lbl_actseccheckexemptionlist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_desktop_nodesktop", + "displayName": "Hide and disable all items on the desktop", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_desktop_nodesktop_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_desktop_nodesktop_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_devicecompat_deviceflags", + "displayName": "Device compatibility settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_devicecompat_deviceflags_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_devicecompat_deviceflags_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_devicecompat_drivershims", + "displayName": "Driver compatibility settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_devicecompat_drivershims_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_devicecompat_drivershims_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceguard_configcipolicy", + "displayName": "Deploy Windows Defender Application Control", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceguard_configcipolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceguard_configcipolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceguard_configcipolicy_configcipolicyfilepathtext", + "displayName": "Code Integrity Policy file path: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_allowadmininstall", + "displayName": "Allow administrators to override Device Installation Restriction policies", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_allowadmininstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_allowadmininstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_deniedpolicy_detailtext", + "displayName": "Display a custom message when installation is prevented by a policy setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_deniedpolicy_detailtext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_deniedpolicy_detailtext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_deniedpolicy_detailtext_deviceinstall_deniedpolicy_detailtext_text", + "displayName": "Detail Text (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_deniedpolicy_simpletext", + "displayName": "Display a custom message title when device installation is prevented by a policy setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_deniedpolicy_simpletext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_deniedpolicy_simpletext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_deniedpolicy_simpletext_deviceinstall_deniedpolicy_simpletext_text", + "displayName": "Main Text (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_installtimeout", + "displayName": "Configure device installation time-out", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_installtimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_installtimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_installtimeout_deviceinstall_installtimeout_time", + "displayName": "Device Installation Timeout (in seconds) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_policy_reboottime", + "displayName": "Time (in seconds) to force reboot when required for policy changes to take effect", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_policy_reboottime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_policy_reboottime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_policy_reboottime_deviceinstall_policy_reboottime_time", + "displayName": "Reboot Timeout (in seconds) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_removable_deny", + "displayName": "Prevent installation of removable devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_removable_deny_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_removable_deny_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_systemrestore", + "displayName": "Prevent creation of a system restore point during device activity that would normally prompt creation of a restore point", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_systemrestore_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_deviceinstall_systemrestore_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_driverinstall_classes_allowuser", + "displayName": "Allow non-administrators to install drivers for these device setup classes", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_driverinstall_classes_allowuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_driverinstall_classes_allowuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_deviceinstallation_driverinstall_classes_allowuser_driverinstall_classes_allowuser_list", + "displayName": "Allow Users to install driver packages for these classes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_deviceinstall_balloontips", + "displayName": "Turn off \"Found New Hardware\" balloons during device installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_deviceinstall_balloontips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_deviceinstall_balloontips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_driversearchplaces_searchorderconfiguration", + "displayName": "Specify search order for device driver source locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_driversearchplaces_searchorderconfiguration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_driversearchplaces_searchorderconfiguration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_driversearchplaces_searchorderconfiguration_driversearchplaces_searchorderconfiguration_dropdown", + "displayName": "Select search order: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_driversearchplaces_searchorderconfiguration_driversearchplaces_searchorderconfiguration_dropdown_1", + "displayName": "Always search Windows Update", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_driversearchplaces_searchorderconfiguration_driversearchplaces_searchorderconfiguration_dropdown_2", + "displayName": "Search Windows Update only if needed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_devicesetup_driversearchplaces_searchorderconfiguration_driversearchplaces_searchorderconfiguration_dropdown_0", + "displayName": "Do not search Windows Update", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dfs_dfsdiscoverdc", + "displayName": "Configure how often a DFS client discovers domain controllers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dfs_dfsdiscoverdc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dfs_dfsdiscoverdc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dfs_dfsdiscoverdc_dfsdiscoverdialog", + "displayName": "Time in minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_digitallocker_digitalx_diableapplication_titletext_2", + "displayName": "Do not allow Digital Locker to run", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_digitallocker_digitalx_diableapplication_titletext_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_digitallocker_digitalx_diableapplication_titletext_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskdiagnostic_dfdalertpolicy", + "displayName": "Disk Diagnostic: Configure custom alert text", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskdiagnostic_dfdalertpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskdiagnostic_dfdalertpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskdiagnostic_dfdalertpolicy_dfdalertpolicytitle", + "displayName": "Custom alert text (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskdiagnostic_wdiscenarioexecutionpolicy", + "displayName": "Disk Diagnostic: Configure execution level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskdiagnostic_wdiscenarioexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskdiagnostic_wdiscenarioexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_bootresumepolicy", + "displayName": "Turn off boot and resume optimizations", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_bootresumepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_bootresumepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_cachepowermodepolicy", + "displayName": "Turn off cache power mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_cachepowermodepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_cachepowermodepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_featureoffpolicy", + "displayName": "Turn off non-volatile cache feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_featureoffpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_featureoffpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_solidstatepolicy", + "displayName": "Turn off solid state mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_solidstatepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_disknvcache_solidstatepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_enable", + "displayName": "Enable disk quotas", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_enable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_enable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_enforce", + "displayName": "Enforce disk quota limit", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_enforce_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_enforce_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit", + "displayName": "Specify default quota limit and warning level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_limitunits", + "displayName": "Units (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_limitunits_1", + "displayName": "KB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_limitunits_2", + "displayName": "MB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_limitunits_3", + "displayName": "GB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_limitunits_4", + "displayName": "TB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_limitunits_5", + "displayName": "PB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_limitunits_6", + "displayName": "EB", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_limitvalue", + "displayName": "Value (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_thresholdunits", + "displayName": "Units (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_thresholdunits_1", + "displayName": "KB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_thresholdunits_2", + "displayName": "MB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_thresholdunits_3", + "displayName": "GB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_thresholdunits_4", + "displayName": "TB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_thresholdunits_5", + "displayName": "PB", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_thresholdunits_6", + "displayName": "EB", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_limit_dq_thresholdvalue", + "displayName": "Value (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_logeventoverlimit", + "displayName": "Log event when quota limit is exceeded", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_logeventoverlimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_logeventoverlimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_logeventoverthreshold", + "displayName": "Log event when quota warning level is exceeded", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_logeventoverthreshold_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_logeventoverthreshold_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_removablemedia", + "displayName": "Apply policy to removable media", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_removablemedia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_diskquota_dq_removablemedia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_distributedlinktracking_dlt_allowdomainmode", + "displayName": "Allow Distributed Link Tracking clients to use domain resources", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_distributedlinktracking_dlt_allowdomainmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_distributedlinktracking_dlt_allowdomainmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_allowfqdnnetbiosqueries", + "displayName": "Allow NetBT queries for fully qualified domain names", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_allowfqdnnetbiosqueries_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_allowfqdnnetbiosqueries_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_appendtomultilabelname", + "displayName": "Allow DNS suffix appending to unqualified multi-label name queries", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_appendtomultilabelname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_appendtomultilabelname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_domain", + "displayName": "Connection-specific DNS suffix", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_domain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_domain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_domain_dns_domainlabel", + "displayName": "DNS suffix: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_domainnamedevolutionlevel", + "displayName": "Primary DNS suffix devolution level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_domainnamedevolutionlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_domainnamedevolutionlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_domainnamedevolutionlevel_dns_domainnamedevolutionlevellabel", + "displayName": "Set the primary DNS suffix devolution level (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_idnencoding", + "displayName": "Turn off IDN encoding", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_idnencoding_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_idnencoding_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_idnmapping", + "displayName": "IDN mapping", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_idnmapping_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_idnmapping_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_nameserver", + "displayName": "DNS servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_nameserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_nameserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_nameserver_dns_nameserverlabel", + "displayName": "IP addresses: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_preferlocalresponsesoverlowerorderdns", + "displayName": "Prefer link local responses over DNS when received over a network with higher precedence", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_preferlocalresponsesoverlowerorderdns_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_preferlocalresponsesoverlowerorderdns_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_primarydnssuffix", + "displayName": "Primary DNS suffix", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_primarydnssuffix_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_primarydnssuffix_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_primarydnssuffix_dns_primarydnssuffixbox", + "displayName": "Enter a primary DNS suffix: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registeradaptername", + "displayName": "Register DNS records with connection-specific DNS suffix", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registeradaptername_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registeradaptername_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registerreverselookup", + "displayName": "Register PTR records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registerreverselookup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registerreverselookup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registerreverselookup_dns_registerreverselookup_box", + "displayName": "Register PTR records: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registerreverselookup_dns_registerreverselookup_box_2", + "displayName": "Register only if A record registration succeeds", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registerreverselookup_dns_registerreverselookup_box_1", + "displayName": "Register", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registerreverselookup_dns_registerreverselookup_box_0", + "displayName": "Do not register", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationenabled", + "displayName": "Dynamic update", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationoverwritesinconflict", + "displayName": "Replace addresses in conflicts", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationoverwritesinconflict_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationoverwritesinconflict_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationrefreshinterval", + "displayName": "Registration refresh interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationrefreshinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationrefreshinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationrefreshinterval_dns_registrationrefreshintervallabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationttl", + "displayName": "TTL value for A and PTR records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationttl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationttl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_registrationttl_dns_registrationttllabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_searchlist", + "displayName": "DNS suffix search list", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_searchlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_searchlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_searchlist_dns_searchlistlabel", + "displayName": "DNS Suffixes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_smartmultihomednameresolution", + "displayName": "Turn off smart multi-homed name resolution", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_smartmultihomednameresolution_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_smartmultihomednameresolution_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_smartprotocolreorder", + "displayName": "Turn off smart protocol reordering", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_smartprotocolreorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_smartprotocolreorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatesecuritylevel", + "displayName": "Update security level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatesecuritylevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatesecuritylevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatesecuritylevel_dns_updatesecuritylevel_box", + "displayName": "Update security level: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatesecuritylevel_dns_updatesecuritylevel_box_256", + "displayName": "Only secure", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatesecuritylevel_dns_updatesecuritylevel_box_16", + "displayName": "Only unsecure", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatesecuritylevel_dns_updatesecuritylevel_box_0", + "displayName": "Unsecure followed by secure", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatetopleveldomainzones", + "displayName": "Update top level domain zones", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatetopleveldomainzones_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_updatetopleveldomainzones_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_usedomainnamedevolution", + "displayName": "Primary DNS suffix devolution", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_usedomainnamedevolution_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_dns_usedomainnamedevolution_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_turn_off_multicast", + "displayName": "Turn off multicast name resolution", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_turn_off_multicast_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dnsclient_turn_off_multicast_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_2", + "displayName": "Specify a default color", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_2_dwmdefaultcolorizationcoloralpha", + "displayName": "Alpha (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_2_dwmdefaultcolorizationcolorblue", + "displayName": "Blue (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_2_dwmdefaultcolorizationcolorgreen", + "displayName": "Green (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_2_dwmdefaultcolorizationcolorred", + "displayName": "Red (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdisallowanimations_2", + "displayName": "Do not allow window animations", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdisallowanimations_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdisallowanimations_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdisallowcolorizationcolorchanges_2", + "displayName": "Do not allow color changes", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdisallowcolorizationcolorchanges_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_dwm_dwmdisallowcolorizationcolorchanges_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_encryptfilesonmove_noencryptonmove", + "displayName": "Do not automatically encrypt files moved to encrypted folders", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_encryptfilesonmove_noencryptonmove_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_encryptfilesonmove_noencryptonmove_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_approvedenstordevices", + "displayName": "Configure list of Enhanced Storage devices usable on your computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_approvedenstordevices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_approvedenstordevices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_approvedenstordevices_approvedenstordevices_list", + "displayName": "Usable Enhanced Storage Devices: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_approvedsilos", + "displayName": "Configure list of IEEE 1667 silos usable on your computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_approvedsilos_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_approvedsilos_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_approvedsilos_approvedsilos_list", + "displayName": "Usable IEEE 1667 Silo Type Identifiers: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_disablepasswordauthentication", + "displayName": "Do not allow password authentication of Enhanced Storage devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_disablepasswordauthentication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_disablepasswordauthentication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_disallowlegacydiskdevices", + "displayName": "Do not allow non-Enhanced Storage removable devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_disallowlegacydiskdevices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_disallowlegacydiskdevices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_lockdeviceonmachinelock", + "displayName": "Lock Enhanced Storage when the computer is locked", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_lockdeviceonmachinelock_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_lockdeviceonmachinelock_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_roothubconnectedenstordevices", + "displayName": "Allow only USB root hub connected Enhanced Storage devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_roothubconnectedenstordevices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_enhancedstorage_roothubconnectedenstordevices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef", + "displayName": "Default application reporting settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornonedef_list", + "displayName": "Default: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornonedef_list_1", + "displayName": "Report all application errors", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornonedef_list_0", + "displayName": "Do not report any application errors", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornoneincms_chk", + "displayName": "Report all errors in Microsoft applications. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornoneincms_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornoneincms_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornonewincomp_chk", + "displayName": "Report all errors in Windows components. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornonewincomp_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornonedef_pch_allornonewincomp_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornoneex", + "displayName": "List of applications to never report errors for", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornoneex_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornoneex_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornoneex_pch_allornoneex_list", + "displayName": "Exclude errors for applications on this list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornoneinc", + "displayName": "List of applications to always report errors for", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornoneinc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornoneinc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_allornoneinc_pch_allornoneinc_list", + "displayName": "Report errors for applications on this list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport", + "displayName": "Configure Error Reporting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_companytext_edit", + "displayName": "Replace instances of the word 'Microsoft' with: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_dumppath_edit", + "displayName": "Corporate upload file path: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_forceq_chk", + "displayName": "Force queue mode for application errors (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_forceq_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_forceq_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_noexternalurl_chk", + "displayName": "Do not display links to any Microsoft provided 'more information' web sites. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_noexternalurl_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_noexternalurl_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_nofilecollect_chk", + "displayName": "Do not collect additional files (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_nofilecollect_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_nofilecollect_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_noleveltwo_chk", + "displayName": "Do not collect additional machine data (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_noleveltwo_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_configurereport_pch_noleveltwo_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_reportoperatingsystemfaults", + "displayName": "Report operating system errors", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_reportoperatingsystemfaults_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_pch_reportoperatingsystemfaults_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werarchive_2", + "displayName": "Configure Report Archive", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werarchive_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werarchive_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werarchive_2_werarchivebehavior", + "displayName": "Archive behavior: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werarchive_2_werarchivebehavior_2", + "displayName": "Store all", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werarchive_2_werarchivebehavior_1", + "displayName": "Store parameters only", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werarchive_2_wermaxarchivecount", + "displayName": "Maximum number of reports to store: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werautoapproveosdumps_2", + "displayName": "Automatically send memory dumps for OS-generated error reports", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werautoapproveosdumps_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werautoapproveosdumps_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypassdatathrottling_2", + "displayName": "Do not throttle additional data", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypassdatathrottling_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypassdatathrottling_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypassnetworkcostthrottling_2", + "displayName": "Send data when on connected to a restricted/costed network", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypassnetworkcostthrottling_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypassnetworkcostthrottling_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypasspowerthrottling_2", + "displayName": "Send additional data when on battery power", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypasspowerthrottling_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werbypasspowerthrottling_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer", + "displayName": "Configure Corporate Windows Error Reporting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_wercercorporateportnumber", + "displayName": "Server port: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_wercerserver", + "displayName": "Corporate server name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_werceruploadonfreenetworksonly", + "displayName": "Only upload on free networks (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_werceruploadonfreenetworksonly_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_werceruploadonfreenetworksonly_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_wercerusessl", + "displayName": "Connect using SSL (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_wercerusessl_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wercer_wercerusessl_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werconsentoverride_2", + "displayName": "Ignore custom consent settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werconsentoverride_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werconsentoverride_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_2", + "displayName": "Configure Default consent", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_2_werconsent", + "displayName": "Consent level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_2_werconsent_1", + "displayName": "Always ask before sending data", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_2_werconsent_2", + "displayName": "Send parameters", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_2_werconsent_3", + "displayName": "Send parameters and safe additional data", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_2_werconsent_4", + "displayName": "Send all data", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werexlusion_2", + "displayName": "List of applications to be excluded", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werexlusion_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werexlusion_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werexlusion_2_werexlusionlist", + "displayName": "List of applications to be excluded (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wernologging_2", + "displayName": "Disable logging", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wernologging_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_wernologging_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2", + "displayName": "Configure Report Queue", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_wermaxqueuecount", + "displayName": "Maximum number of reports to queue: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_wermaxqueuesize", + "displayName": "Maximum size of the queue (MB): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_werminfreediskspace", + "displayName": "Minimum free disk space (MB): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_werqueuebehavior", + "displayName": "Queuing behavior: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_werqueuebehavior_0", + "displayName": "Default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_werqueuebehavior_1", + "displayName": "Always queue", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_werqueuebehavior_2", + "displayName": "Always queue for administrator", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_errorreporting_werqueue_2_werupdatecheck", + "displayName": "Number of days between solution check reminders: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventforwarding_forwarderresourceusage", + "displayName": "Configure forwarder resource usage", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventforwarding_forwarderresourceusage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventforwarding_forwarderresourceusage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventforwarding_forwarderresourceusage_maxforwardingrate", + "displayName": "The maximum forwarding rate ( events/sec ) allowed for the forwarder: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventforwarding_subscriptionmanager", + "displayName": "Configure target Subscription Manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventforwarding_subscriptionmanager_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventforwarding_subscriptionmanager_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventforwarding_subscriptionmanager_subscriptionmanager_listbox", + "displayName": "SubscriptionManagers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_1", + "displayName": "Back up log automatically when full", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_2", + "displayName": "Back up log automatically when full", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_3", + "displayName": "Back up log automatically when full", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_4", + "displayName": "Back up log automatically when full", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_autobackup_4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_1", + "displayName": "Configure log access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_1_channel_log_filelogaccess", + "displayName": "Log Access (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_2", + "displayName": "Configure log access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_2_channel_log_filelogaccess", + "displayName": "Log Access (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_3", + "displayName": "Configure log access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_3_channel_log_filelogaccess", + "displayName": "Log Access (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_4", + "displayName": "Configure log access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_4_channel_log_filelogaccess", + "displayName": "Log Access (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_5", + "displayName": "Configure log access (legacy)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_5_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_5_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_5_channel_log_filelogaccess", + "displayName": "Log Access (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_6", + "displayName": "Configure log access (legacy)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_6_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_6_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_6_channel_log_filelogaccess", + "displayName": "Log Access (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_7", + "displayName": "Configure log access (legacy)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_7_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_7_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_7_channel_log_filelogaccess", + "displayName": "Log Access (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_8", + "displayName": "Configure log access (legacy)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_8_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_8_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_filelogaccess_8_channel_log_filelogaccess", + "displayName": "Log Access (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_2", + "displayName": "Control Event Log behavior when the log file reaches its maximum size", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_3", + "displayName": "Control Event Log behavior when the log file reaches its maximum size", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_4", + "displayName": "Control Event Log behavior when the log file reaches its maximum size", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_log_retention_4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logenabled", + "displayName": "Turn on logging", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_1", + "displayName": "Control the location of the log file", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_1_channel_logfilepath", + "displayName": "Log File Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_2", + "displayName": "Control the location of the log file", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_2_channel_logfilepath", + "displayName": "Log File Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_3", + "displayName": "Control the location of the log file", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_3_channel_logfilepath", + "displayName": "Log File Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_4", + "displayName": "Control the location of the log file", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logfilepath_4_channel_logfilepath", + "displayName": "Log File Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logmaxsize_3", + "displayName": "Specify the maximum log file size (KB)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logmaxsize_3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logmaxsize_3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlog_channel_logmaxsize_3_channel_logmaxsize", + "displayName": "Maximum Log Size (KB) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlogging_enableprotectedeventlogging", + "displayName": "Enable Protected Event Logging", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventlogging_enableprotectedeventlogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlogging_enableprotectedeventlogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventlogging_enableprotectedeventlogging_encryptioncertificate", + "displayName": "\r\nProvide an encryption certificate to be used by Protected Event Logging. You may provide either:\r\n\r\n - The content of a base-64 encoded X.509 certificate\r\n - The thumbprint of a certificate that can be found in the Local Machine certificate store (usually deployed by PKI infrastructure)\r\n - The full path to a certificate (can be local, or a remote share)\r\n - The path to a directory containing a certificate or certificates (can be local, or a remote share)\r\n - The subject name of a certificate that can be found in the Local Machine certificate store (usually deployed by PKI infrastructure)\r\n\r\nThe resulting certificate must have 'Document Encryption' as an enhanced key usage (1.3.6.1.4.1.311.80.1), as well as either Data Encipherment or Key Encipherment key usages enabled.\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionprogram", + "displayName": "Events.asp program", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionprogram_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionprogram_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionprogram_eventviewer_redirectionprogram", + "displayName": "Events.asp program (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionprogramcommandlineparameters", + "displayName": "Events.asp program command line parameters", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionprogramcommandlineparameters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionprogramcommandlineparameters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionprogramcommandlineparameters_eventviewer_redirectionprogramcommandlineparameters", + "displayName": "Events.asp program command line parameters (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionurl", + "displayName": "Events.asp URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_eventviewer_eventviewer_redirectionurl_eventviewer_redirectionurl", + "displayName": "Events.asp URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_explorer_admininfourl", + "displayName": "Set a support web page link", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_explorer_admininfourl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_explorer_admininfourl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_explorer_admininfourl_admininfourl_textbox", + "displayName": "Support Web page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_explorer_disableroamedprofileinit", + "displayName": "Do not reinitialize a pre-existing roamed user profile when it is loaded on a machine for the first time", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_explorer_disableroamedprofileinit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_explorer_disableroamedprofileinit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_hibernate", + "displayName": "Allow hibernate (S4) when starting from a Windows To Go workspace", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_hibernate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_hibernate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_launcher", + "displayName": "Windows To Go Default Startup Options", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_launcher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_launcher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_sleep", + "displayName": "Disallow standby sleep states (S1-S3) when starting from a Windows to Go workspace", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_sleep_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_externalboot_portableoperatingsystem_sleep_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filerecovery_wdiscenarioexecutionpolicy", + "displayName": "Configure Corrupted File Recovery behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filerecovery_wdiscenarioexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filerecovery_wdiscenarioexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filerecovery_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filerecovery_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel_1", + "displayName": "Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filerecovery_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel_2", + "displayName": "Regular", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filerecovery_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel_3", + "displayName": "Silent", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_fileservervssprovider_pol_encryptprotocol", + "displayName": "Allow or Disallow use of encryption to protect the RPC protocol messages between File Share Shadow Copy Provider running on application server and File Share Shadow Copy Agent running on the file servers.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_fileservervssprovider_pol_encryptprotocol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_fileservervssprovider_pol_encryptprotocol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_disablecompression", + "displayName": "Do not allow compression on all NTFS volumes", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_disablecompression_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_disablecompression_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_disabledeletenotification", + "displayName": "Disable delete notifications on all volumes", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_disabledeletenotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_disabledeletenotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_disableencryption", + "displayName": "Do not allow encryption on all NTFS volumes", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_disableencryption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_disableencryption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_enablepagefileencryption", + "displayName": "Enable NTFS pagefile encryption", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_enablepagefileencryption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_enablepagefileencryption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_longpathsenabled", + "displayName": "Enable Win32 long paths", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_longpathsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_longpathsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_shortnamecreationsettings", + "displayName": "Short name creation options", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_shortnamecreationsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_shortnamecreationsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_shortnamecreationsettings_shortnamecreationsetting_levels", + "displayName": "Short name creation options (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_shortnamecreationsettings_shortnamecreationsetting_levels_0", + "displayName": "Enable on all volumes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_shortnamecreationsettings_shortnamecreationsetting_levels_1", + "displayName": "Disable on all volumes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_shortnamecreationsettings_shortnamecreationsetting_levels_2", + "displayName": "Enable / disable on a per volume basis", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_shortnamecreationsettings_shortnamecreationsetting_levels_3", + "displayName": "Disable on all data volumes", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation", + "displayName": "Selectively allow the evaluation of a symbolic link", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassl2l", + "displayName": "Local Link to Local Target (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassl2l_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassl2l_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassl2r", + "displayName": "Local Link to a Remote Target (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassl2r_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassl2r_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassr2l", + "displayName": "Remote Link to Local Target (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassr2l_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassr2l_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassr2r", + "displayName": "Remote Link to Remote Target (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassr2r_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_symlinkevaluation_symlinkclassr2r_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_txfdeprecatedfunctionality", + "displayName": "Enable / disable TXF deprecated features", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_filesys_txfdeprecatedfunctionality_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_filesys_txfdeprecatedfunctionality_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_folderredirection_localizexprelativepaths_2", + "displayName": "Use localized subfolder names when redirecting Start Menu and My Documents", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_folderredirection_localizexprelativepaths_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_folderredirection_localizexprelativepaths_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_folderredirection_primarycomputer_fr_2", + "displayName": "Redirect folders on primary computers only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_folderredirection_primarycomputer_fr_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_folderredirection_primarycomputer_fr_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_fthsvc_wdiscenarioexecutionpolicy", + "displayName": "Configure Scenario Execution Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_fthsvc_wdiscenarioexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_fthsvc_wdiscenarioexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_blockuserinputmethodsforsignin", + "displayName": "Disallow copying of user input methods to the system account for sign-in", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_blockuserinputmethodsforsignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_blockuserinputmethodsforsignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_customlocalesnoselect_2", + "displayName": "Disallow selection of Custom Locales", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_customlocalesnoselect_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_customlocalesnoselect_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_implicitdatacollectionoff_2", + "displayName": "Turn off automatic learning", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_implicitdatacollectionoff_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_implicitdatacollectionoff_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_localesystemrestrict", + "displayName": "Restrict system locales", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_localesystemrestrict_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_localesystemrestrict_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_localesystemrestrict_allowablesystemlocaletaglist", + "displayName": "System Locales (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_localeuserrestrict_2", + "displayName": "Restrict user locales", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_localeuserrestrict_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_localeuserrestrict_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_localeuserrestrict_2_allowableuserlocaletaglist", + "displayName": "User Locales (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage", + "displayName": "Restricts the UI language Windows uses for all logged users", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect", + "displayName": "Restrict users to the following language: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_en-us", + "displayName": "English", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_ja-jp", + "displayName": "Japanese", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_ko-kr", + "displayName": "Korean", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_de-de", + "displayName": "German", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_zh-cn", + "displayName": "Simplified Chinese", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_zh-tw", + "displayName": "Traditional Chinese (Taiwan)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_fr-fr", + "displayName": "French", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_es-es", + "displayName": "Spanish", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_it-it", + "displayName": "Italian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_sv-se", + "displayName": "Swedish", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_nl-nl", + "displayName": "Dutch", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_pt-br", + "displayName": "Portuguese (Brazil)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_fi-fi", + "displayName": "Finnish", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_nb-no", + "displayName": "Norwegian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_da-dk", + "displayName": "Danish", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_hu-hu", + "displayName": "Hungarian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_pl-pl", + "displayName": "Polish", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_ru-ru", + "displayName": "Russian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_cs-cz", + "displayName": "Czech", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_el-gr", + "displayName": "Greek", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_pt-pt", + "displayName": "Portuguese (Portugal)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_tr-tr", + "displayName": "Turkish", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_ar-sa", + "displayName": "Arabic", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_he-il", + "displayName": "Hebrew", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_sk-sk", + "displayName": "Slovak", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_sl-si", + "displayName": "Slovenian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_ro-ro", + "displayName": "Romanian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_hr-hr", + "displayName": "Croatian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_bg-bg", + "displayName": "Bulgarian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_et-ee", + "displayName": "Estonian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_lt-lt", + "displayName": "Lithuanian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_lv-lv", + "displayName": "Latvian", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_th-th", + "displayName": "Thai", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_zh-hk", + "displayName": "Traditional Chinese (Hong Kong)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_sr-latn-cs", + "displayName": "Serbian (Latin)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_lockmachineuilanguage_uilangselect_uk-ua", + "displayName": "Ukrainian", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_preventgeoidchange_2", + "displayName": "Disallow changing of geographic location", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_preventgeoidchange_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_preventgeoidchange_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_preventuseroverrides_2", + "displayName": "Disallow user override of locale settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_globalization_preventuseroverrides_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_globalization_preventuseroverrides_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_allowx-forestpolicy-and-rup", + "displayName": "Allow cross-forest user policy and roaming user profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_allowx-forestpolicy-and-rup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_allowx-forestpolicy-and-rup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_corpconnsyncwaittime", + "displayName": "Specify workplace connectivity wait time for policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_corpconnsyncwaittime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_corpconnsyncwaittime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_corpconnsyncwaittime_corpconnsyncwaittime_seconds", + "displayName": "Amount of time to wait (in seconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt", + "displayName": "Configure software Installation policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt_cse_nochanges1", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt_cse_nochanges1_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt_cse_nochanges1_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt_cse_slowlink1", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt_cse_slowlink1_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_appmgmt_cse_slowlink1_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota", + "displayName": "Configure disk quota policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_nobackground2", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_nobackground2_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_nobackground2_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_nochanges2", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_nochanges2_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_nochanges2_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_slowlink2", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_slowlink2_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_diskquota_cse_slowlink2_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery", + "displayName": "Configure EFS recovery policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_nobackground3", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_nobackground3_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_nobackground3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_nochanges3", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_nochanges3_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_nochanges3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_slowlink3", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_slowlink3_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_efsrecovery_cse_slowlink3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection", + "displayName": "Configure folder redirection policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection_cse_nochanges4", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection_cse_nochanges4_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection_cse_nochanges4_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection_cse_slowlink4", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection_cse_slowlink4_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_folderredirection_cse_slowlink4_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem", + "displayName": "Configure Internet Explorer Maintenance policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_nobackground5", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_nobackground5_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_nobackground5_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_nochanges5", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_nochanges5_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_nochanges5_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_slowlink5", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_slowlink5_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_iem_cse_slowlink5_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity", + "displayName": "Configure IP security policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_nobackground6", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_nobackground6_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_nobackground6_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_nochanges6", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_nochanges6_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_nochanges6_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_slowlink6", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_slowlink6_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_ipsecurity_cse_slowlink6_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry", + "displayName": "Configure registry policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry_cse_nobackground10", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry_cse_nobackground10_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry_cse_nobackground10_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry_cse_nochanges10", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry_cse_nochanges10_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_registry_cse_nochanges10_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts", + "displayName": "Configure scripts policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_nobackground7", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_nobackground7_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_nobackground7_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_nochanges7", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_nochanges7_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_nochanges7_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_slowlink7", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_slowlink7_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_scripts_cse_slowlink7_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security", + "displayName": "Configure security policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security_cse_nobackground11", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security_cse_nobackground11_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security_cse_nobackground11_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security_cse_nochanges11", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security_cse_nochanges11_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_security_cse_nochanges11_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired", + "displayName": "Configure wired policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_nobackground8", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_nobackground8_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_nobackground8_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_nochanges8", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_nochanges8_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_nochanges8_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_slowlink8", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_slowlink8_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wired_cse_slowlink8_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless", + "displayName": "Configure wireless policy processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_nobackground9", + "displayName": "Do not apply during periodic background processing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_nobackground9_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_nobackground9_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_nochanges9", + "displayName": "Process even if the Group Policy objects have not changed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_nochanges9_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_nochanges9_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_slowlink9", + "displayName": "Allow processing across a slow network connection (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_slowlink9_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_cse_wireless_cse_slowlink9_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_denyrsoptointeractiveuser_2", + "displayName": "Determine if interactive users can generate Resultant Set of Policy data", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_denyrsoptointeractiveuser_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_denyrsoptointeractiveuser_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disableaoacprocessing", + "displayName": "Turn off Group Policy Client Service AOAC optimization", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disableaoacprocessing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disableaoacprocessing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disablebackgroundpolicy", + "displayName": "Turn off background refresh of Group Policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disablebackgroundpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disablebackgroundpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disablelgpoprocessing", + "displayName": "Turn off Local Group Policy Objects processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disablelgpoprocessing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disablelgpoprocessing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disableusersfrommachgp", + "displayName": "Remove users' ability to invoke machine policy refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disableusersfrommachgp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_disableusersfrommachgp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablecdp", + "displayName": "Continue experiences on this device", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablecdp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablecdp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimization", + "displayName": "Configure Group Policy Caching", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimization_syncmodenodcthreshold1", + "displayName": "Timeout value: [number field] milliseconds (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimization_syncmodeslowlinkthreshold1", + "displayName": "Slow link value:[number field] milliseconds (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimizationonserversku", + "displayName": "Enable Group Policy Caching for Servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimizationonserversku_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimizationonserversku_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimizationonserversku_syncmodenodcthreshold1", + "displayName": "Timeout value: [number field] milliseconds (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablelogonoptimizationonserversku_syncmodeslowlinkthreshold1", + "displayName": "Slow link value:[number field] milliseconds (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablemmx", + "displayName": "Phone-PC linking on this device", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablemmx_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_enablemmx_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_fontmitigation", + "displayName": "Untrusted Font Blocking", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_fontmitigation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_fontmitigation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_fontmitigation_fontmitigation_dl", + "displayName": "Mitigation Options (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_fontmitigation_fontmitigation_dl_1000000000000", + "displayName": "Block untrusted fonts and log events", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_fontmitigation_fontmitigation_dl_2000000000000", + "displayName": "Do not block untrusted fonts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_fontmitigation_fontmitigation_dl_3000000000000", + "displayName": "Log events without blocking untrusted fonts", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_2", + "displayName": "Configure Group Policy slow link detection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_2_cse_3g_default_to_slowlink_computer", + "displayName": "Always treat WWAN connections as a slow link (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_2_cse_3g_default_to_slowlink_computer_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_2_cse_3g_default_to_slowlink_computer_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_2_transferrateop2", + "displayName": "Connection speed (Kbps): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrate", + "displayName": "Set Group Policy refresh interval for computers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrate_gprefreshrate1", + "displayName": "Minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrate_gprefreshrateoffset1", + "displayName": "Minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshratedc", + "displayName": "Set Group Policy refresh interval for domain controllers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshratedc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshratedc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshratedc_gprefreshrate2", + "displayName": "Minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshratedc_gprefreshrateoffset2", + "displayName": "Minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_logonscriptdelay", + "displayName": "Configure Logon Script Delay", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_logonscriptdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_logonscriptdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_logonscriptdelay_asyncscriptdelay1", + "displayName": "minute: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_onlyuselocaladminfiles", + "displayName": "Always use local ADM files for Group Policy Object Editor", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_onlyuselocaladminfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_onlyuselocaladminfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions", + "displayName": "Process Mitigation Options", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_processmitigationoptionslist", + "displayName": "Process Mitigation Options (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_processmitigationoptionslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_processmitigationoptionslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_resetdfsclientinfoduringrefreshpolicy", + "displayName": "Enable AD/DFS domain controller synchronization during policy refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_resetdfsclientinfoduringrefreshpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_resetdfsclientinfoduringrefreshpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_rsoplogging", + "displayName": "Turn off Resultant Set of Policy logging", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_rsoplogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_rsoplogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_slowlinkdefaultfordirectaccess", + "displayName": "Configure Direct Access connections as a fast network connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_slowlinkdefaultfordirectaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_slowlinkdefaultfordirectaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_slowlinkdefaulttoasync", + "displayName": "Change Group Policy processing to run asynchronously when a slow network connection is detected.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_slowlinkdefaulttoasync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_slowlinkdefaulttoasync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_syncwaittime", + "displayName": "Specify startup policy processing wait time", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_syncwaittime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_syncwaittime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_syncwaittime_syncwaittime_minutes", + "displayName": "Amount of time to wait (in seconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_userpolicymode", + "displayName": "Configure user Group Policy loopback processing mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_userpolicymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_userpolicymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_userpolicymode_userpolicymodeop", + "displayName": "Mode: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_userpolicymode_userpolicymodeop_1", + "displayName": "Merge", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_grouppolicy_userpolicymode_userpolicymodeop_2", + "displayName": "Replace", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_help_disablehhdep", + "displayName": "Turn off Data Execution Prevention for HTML Help Executible", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_help_disablehhdep_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_help_disablehhdep_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_help_helpqualifiedrootdir_comp", + "displayName": "Restrict potentially unsafe HTML Help functions to specified folders", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_help_helpqualifiedrootdir_comp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_help_helpqualifiedrootdir_comp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_help_helpqualifiedrootdir_comp_helpqualifiedrootdir_edit", + "displayName": "Enter folder names separated by semi-colons: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_help_restrictrunfromhelp_comp", + "displayName": "Restrict these programs from being launched from Help", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_help_restrictrunfromhelp_comp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_help_restrictrunfromhelp_comp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_help_restrictrunfromhelp_comp_restrictrunfromhelp_edit", + "displayName": "Enter executables separated by commas: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_helpandsupport_activehelp", + "displayName": "Turn off Active Help", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_helpandsupport_activehelp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_helpandsupport_activehelp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_hotspotauth_hotspotauth_enable", + "displayName": "Enable Hotspot Authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_hotspotauth_hotspotauth_enable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_hotspotauth_hotspotauth_enable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_ceipenable", + "displayName": "Turn off Windows Customer Experience Improvement Program", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_ceipenable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_ceipenable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_certmgr_disableautorootupdates", + "displayName": "Turn off Automatic Root Certificates Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_certmgr_disableautorootupdates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_certmgr_disableautorootupdates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_driversearchplaces_dontsearchwindowsupdate", + "displayName": "Turn off Windows Update device driver searching", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_driversearchplaces_dontsearchwindowsupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_driversearchplaces_dontsearchwindowsupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_eventviewer_disablelinks", + "displayName": "Turn off Event Viewer \"Events.asp\" links", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_eventviewer_disablelinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_eventviewer_disablelinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_hss_headlinespolicy", + "displayName": "Turn off Help and Support Center \"Did you know?\" content", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_hss_headlinespolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_hss_headlinespolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_hss_kbsearchpolicy", + "displayName": "Turn off Help and Support Center Microsoft Knowledge Base search", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_hss_kbsearchpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_hss_kbsearchpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_internetmanagement_restrictcommunication_2", + "displayName": "Restrict Internet communication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_internetmanagement_restrictcommunication_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_internetmanagement_restrictcommunication_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_nc_exitonisp", + "displayName": "Turn off Internet Connection Wizard if URL connection is referring to Microsoft.com", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_nc_exitonisp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_nc_exitonisp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_nc_noregistration", + "displayName": "Turn off Registration if URL connection is referring to Microsoft.com", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_nc_noregistration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_nc_noregistration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_pch_donotreport", + "displayName": "Turn off Windows Error Reporting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_pch_donotreport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_pch_donotreport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_removewindowsupdate_icm", + "displayName": "Turn off access to all Windows Update features", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_removewindowsupdate_icm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_removewindowsupdate_icm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_searchcompanion_disablefileupdates", + "displayName": "Turn off Search Companion content file updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_searchcompanion_disablefileupdates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_searchcompanion_disablefileupdates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_shellnouseinternetopenwith_2", + "displayName": "Turn off Internet File Association service", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_shellnouseinternetopenwith_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_shellnouseinternetopenwith_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_shellnousestoreopenwith_2", + "displayName": "Turn off access to the Store", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_shellnousestoreopenwith_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_shellnousestoreopenwith_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_shellremoveorderprints_2", + "displayName": "Turn off the \"Order Prints\" picture task", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_shellremoveorderprints_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_shellremoveorderprints_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_shellremovepublishtoweb_2", + "displayName": "Turn off the \"Publish to Web\" task for files and folders", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_shellremovepublishtoweb_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_shellremovepublishtoweb_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_winmsg_noinstrumentation_2", + "displayName": "Turn off the Windows Messenger Customer Experience Improvement Program", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_icm_winmsg_noinstrumentation_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_icm_winmsg_noinstrumentation_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iis_preventiisinstall", + "displayName": "Prevent IIS installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iis_preventiisinstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iis_preventiisinstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configureisnsservers", + "displayName": "Do not allow manual configuration of iSNS servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configureisnsservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configureisnsservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configuretargetportals", + "displayName": "Do not allow manual configuration of target portals", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configuretargetportals_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configuretargetportals_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configuretargets", + "displayName": "Do not allow manual configuration of discovered targets", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configuretargets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_configuretargets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_newstatictargets", + "displayName": "Do not allow adding new targets via manual configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_newstatictargets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsidiscovery_newstatictargets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsigeneral_changeiqnname", + "displayName": "Do not allow changes to initiator iqn name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsigeneral_changeiqnname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsigeneral_changeiqnname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsigeneral_restrictadditionallogins", + "displayName": "Do not allow additional session logins", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsigeneral_restrictadditionallogins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsigeneral_restrictadditionallogins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_changechapsecret", + "displayName": "Do not allow changes to initiator CHAP secret", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_changechapsecret_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_changechapsecret_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requireipsec", + "displayName": "Do not allow connections without IPSec", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requireipsec_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requireipsec_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requiremutualchap", + "displayName": "Do not allow sessions without mutual CHAP", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requiremutualchap_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requiremutualchap_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requireonewaychap", + "displayName": "Do not allow sessions without one way CHAP", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requireonewaychap_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_iscsi_iscsisecurity_requireonewaychap_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_cbacandarmor", + "displayName": "KDC support for claims, compound authentication and Kerberos armoring", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kdc_cbacandarmor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_cbacandarmor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_cbacandarmor_cbacandarmor_levels", + "displayName": "Claims, compound authentication for Dynamic Access Control and Kerberos armoring options: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kdc_cbacandarmor_cbacandarmor_levels_0", + "displayName": "Not supported", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_cbacandarmor_cbacandarmor_levels_1", + "displayName": "Supported", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_cbacandarmor_cbacandarmor_levels_2", + "displayName": "Always provide claims", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_cbacandarmor_cbacandarmor_levels_3", + "displayName": "Fail unarmored authentication requests", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_emitlili", + "displayName": "Provide information about previous logons to client computers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kdc_emitlili_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_emitlili_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_forestsearch", + "displayName": "Use forest search order", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kdc_forestsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_forestsearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_forestsearch_forestsearchlist", + "displayName": "Forests to Search (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_pkinitfreshness", + "displayName": "KDC support for PKInit Freshness Extension", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kdc_pkinitfreshness_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_pkinitfreshness_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_pkinitfreshness_pkinitfreshness_levels", + "displayName": "PKInit Freshness Extension options: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kdc_pkinitfreshness_pkinitfreshness_levels_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_pkinitfreshness_pkinitfreshness_levels_1", + "displayName": "Supported", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_pkinitfreshness_pkinitfreshness_levels_2", + "displayName": "Required", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_requestcompoundid", + "displayName": "Request compound authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kdc_requestcompoundid_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_requestcompoundid_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_ticketsizethreshold", + "displayName": "Warning for large Kerberos tickets", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kdc_ticketsizethreshold_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_ticketsizethreshold_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kdc_ticketsizethreshold_ticketsizethreshold", + "displayName": "Ticket Size Threshold (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_alwayssendcompoundid", + "displayName": "Always send compound authentication first", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_alwayssendcompoundid_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_alwayssendcompoundid_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_devicepkinitenabled", + "displayName": "Support device authentication using certificate", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_devicepkinitenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_devicepkinitenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_devicepkinitenabled_devicepkinitbehavior", + "displayName": "Device authentication behavior using certificate: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_devicepkinitenabled_devicepkinitbehavior_0", + "displayName": "Automatic", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_devicepkinitenabled_devicepkinitbehavior_1", + "displayName": "Force", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_hosttorealm", + "displayName": "Define host name-to-Kerberos realm mappings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_hosttorealm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_hosttorealm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_hosttorealm_hosttorealm", + "displayName": "Define host name-to-realm mappings: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_hosttorealm_hosttorealm_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_hosttorealm_hosttorealm_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxydisableserverrevocationcheck", + "displayName": "Disable revocation checking for the SSL certificate of KDC proxy servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxydisableserverrevocationcheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxydisableserverrevocationcheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxyserver", + "displayName": "Specify KDC proxy servers for Kerberos clients", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxyserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxyserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxyserver_kdcproxyserver", + "displayName": "Define KDC proxy servers settings: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxyserver_kdcproxyserver_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_kdcproxyserver_kdcproxyserver_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_mitrealms", + "displayName": "Define interoperable Kerberos V5 realm settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_mitrealms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_mitrealms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_mitrealms_mitrealms", + "displayName": "Define interoperable Kerberos V5 realm settings: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_mitrealms_mitrealms_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_mitrealms_mitrealms_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_serveracceptscompound", + "displayName": "Support compound authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_serveracceptscompound_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_serveracceptscompound_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_serveracceptscompound_compoundidenabled", + "displayName": "Support authorization with client device information: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_serveracceptscompound_compoundidenabled_0", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_serveracceptscompound_compoundidenabled_1", + "displayName": "Automatic", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_serveracceptscompound_compoundidenabled_2", + "displayName": "Always", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_stricttarget", + "displayName": "Require strict target SPN match on remote procedure calls", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_kerberos_stricttarget_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_kerberos_stricttarget_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_ciphersuiteorder", + "displayName": "Cipher suite order", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_ciphersuiteorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_ciphersuiteorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_ciphersuiteorder_multitext_ciphersuiteorder", + "displayName": "\r\nCipher suites:\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashpublication", + "displayName": "Hash Publication for BranchCache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashpublication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashpublication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashpublication_lbl_hashpublicationactioncombo", + "displayName": "Hash publication actions: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashpublication_lbl_hashpublicationactioncombo_0", + "displayName": "Allow hash publication only for shared folders on which BranchCache is enabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashpublication_lbl_hashpublicationactioncombo_1", + "displayName": "Disallow hash publication on all shared folders", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashpublication_lbl_hashpublicationactioncombo_2", + "displayName": "Allow hash publication for all shared folders", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashsupportversion", + "displayName": "Hash Version support for BranchCache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashsupportversion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashsupportversion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashsupportversion_lbl_hashversionsupportactioncombo", + "displayName": "Hash version supported: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashsupportversion_lbl_hashversionsupportactioncombo_1", + "displayName": "Supports V1 hash version only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashsupportversion_lbl_hashversionsupportactioncombo_2", + "displayName": "Supports V2 hash version only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_hashsupportversion_lbl_hashversionsupportactioncombo_3", + "displayName": "Supports V1 as well as V2 versions", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_honorciphersuiteorder", + "displayName": "Honor cipher suite order", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_honorciphersuiteorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanserver_pol_honorciphersuiteorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_ciphersuiteorder", + "displayName": "Cipher suite order", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_ciphersuiteorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_ciphersuiteorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_ciphersuiteorder_multitext_ciphersuiteorder", + "displayName": "\r\nCipher suites:\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_enablehandlecachingforcafiles", + "displayName": "Handle Caching on Continuous Availability Shares", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_enablehandlecachingforcafiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_enablehandlecachingforcafiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_enableofflinefilesforcashares", + "displayName": "Offline Files Availability on Continuous Availability Shares", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_enableofflinefilesforcashares_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_lanmanworkstation_pol_enableofflinefilesforcashares_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_leakdiagnostic_wdiscenarioexecutionpolicy", + "displayName": "Configure Scenario Execution Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_leakdiagnostic_wdiscenarioexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_leakdiagnostic_wdiscenarioexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio", + "displayName": "Turn on Mapper I/O (LLTDIO) driver", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_allowondomain", + "displayName": "Allow operation while in domain (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_allowondomain_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_allowondomain_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_allowonpublicnet", + "displayName": "Allow operation while in public network (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_allowonpublicnet_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_allowonpublicnet_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_prohibitonprivatenet", + "displayName": "Prohibit operation while in private network (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_prohibitonprivatenet_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablelltdio_lltd_enablelltdio_prohibitonprivatenet_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr", + "displayName": "Turn on Responder (RSPNDR) driver", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_allowondomain", + "displayName": "Allow operation while in domain (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_allowondomain_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_allowondomain_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_allowonpublicnet", + "displayName": "Allow operation while in public network (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_allowonpublicnet_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_allowonpublicnet_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_prohibitonprivatenet", + "displayName": "Prohibit operation while in private network (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_prohibitonprivatenet_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_linklayertopologydiscovery_lltd_enablerspndr_lltd_enablerspndr_prohibitonprivatenet_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_locationprovideradm_disablewindowslocationprovider_1", + "displayName": "Turn off Windows Location Provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_locationprovideradm_disablewindowslocationprovider_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_locationprovideradm_disablewindowslocationprovider_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_blockuserfromshowingaccountdetailsonsignin", + "displayName": "Block user from showing account details on sign-in", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_blockuserfromshowingaccountdetailsonsignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_blockuserfromshowingaccountdetailsonsignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_disableacrylicbackgroundonlogon", + "displayName": "Show clear logon background", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_disableacrylicbackgroundonlogon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_disableacrylicbackgroundonlogon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_disableexplorerrunlegacy_2", + "displayName": "Do not process the legacy run list", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_disableexplorerrunlegacy_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_disableexplorerrunlegacy_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_disableexplorerrunoncelegacy_2", + "displayName": "Do not process the run once list", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_disableexplorerrunoncelegacy_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_disableexplorerrunoncelegacy_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_disablestatusmessages", + "displayName": "Remove Boot / Shutdown / Logon / Logoff status messages", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_disablestatusmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_disablestatusmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_dontenumerateconnectedusers", + "displayName": "Do not enumerate connected users on domain-joined computers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_dontenumerateconnectedusers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_dontenumerateconnectedusers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_nowelcometips_2", + "displayName": "Do not display the Getting Started welcome screen at logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_nowelcometips_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_nowelcometips_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_run_2", + "displayName": "Run these programs at user logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_run_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_run_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_run_2_runlistbox2", + "displayName": "Items to run at logon (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_syncforegroundpolicy", + "displayName": "Always wait for the network at computer startup and logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_syncforegroundpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_syncforegroundpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_useoembackground", + "displayName": "Always use custom logon background", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_useoembackground_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_useoembackground_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_verbosestatus", + "displayName": "Display highly detailed status messages", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_logon_verbosestatus_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_logon_verbosestatus_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_allowfastservicestartup", + "displayName": "Allow antimalware service to startup with normal priority", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_allowfastservicestartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_allowfastservicestartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableantispywaredefender", + "displayName": "Turn off Microsoft Defender Antivirus", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableantispywaredefender_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableantispywaredefender_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableautoexclusions", + "displayName": "Turn off Auto Exclusions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableautoexclusions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableautoexclusions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableblockatfirstseen", + "displayName": "Configure the 'Block at First Sight' feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableblockatfirstseen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableblockatfirstseen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disablelocaladminmerge", + "displayName": "Configure local administrator merge behavior for lists", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disablelocaladminmerge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disablelocaladminmerge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disablerealtimemonitoring", + "displayName": "Turn off real-time protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disablerealtimemonitoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disablerealtimemonitoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableroutinelytakingaction", + "displayName": "Turn off routine remediation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableroutinelytakingaction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_disableroutinelytakingaction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_extensions", + "displayName": "Extension Exclusions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_extensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_extensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_extensions_exclusions_extensionslist", + "displayName": "Extension Exclusions (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_extensions_exclusions_extensionslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_extensions_exclusions_extensionslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_paths", + "displayName": "Path Exclusions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_paths_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_paths_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_paths_exclusions_pathslist", + "displayName": "Path Exclusions (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_paths_exclusions_pathslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_paths_exclusions_pathslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_processes", + "displayName": "Process Exclusions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_processes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_processes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_processes_exclusions_processeslist", + "displayName": "Process Exclusions (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_processes_exclusions_processeslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exclusions_processes_exclusions_processeslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_asronlyexclusions", + "displayName": "Exclude files and paths from Attack Surface Reduction Rules", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_asronlyexclusions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_asronlyexclusions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_asronlyexclusions_exploitguard_asr_asronlyexclusions", + "displayName": "Exclusions from ASR rules: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_asronlyexclusions_exploitguard_asr_asronlyexclusions_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_asronlyexclusions_exploitguard_asr_asronlyexclusions_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_rules", + "displayName": "Configure Attack Surface Reduction rules", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_rules_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_rules_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_rules_exploitguard_asr_rules", + "displayName": "Set the state for each ASR rule: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_rules_exploitguard_asr_rules_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_asr_rules_exploitguard_asr_rules_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_allowedapplications", + "displayName": "Configure allowed applications", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_allowedapplications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_allowedapplications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_allowedapplications_exploitguard_controlledfolderaccess_allowedapplications", + "displayName": "Enter the applications that should be trusted: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_allowedapplications_exploitguard_controlledfolderaccess_allowedapplications_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_allowedapplications_exploitguard_controlledfolderaccess_allowedapplications_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_protectedfolders", + "displayName": "Configure protected folders", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_protectedfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_protectedfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_protectedfolders_exploitguard_controlledfolderaccess_protectedfolders", + "displayName": "Enter the folders that should be guarded: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_protectedfolders_exploitguard_controlledfolderaccess_protectedfolders_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_exploitguard_controlledfolderaccess_protectedfolders_exploitguard_controlledfolderaccess_protectedfolders_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_mpengine_enablefilehashcomputation", + "displayName": "Enable file hash computation feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_mpengine_enablefilehashcomputation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_mpengine_enablefilehashcomputation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_disablesignatureretirement", + "displayName": "Turn on definition retirement", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_disablesignatureretirement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_disablesignatureretirement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_sku_differentiation_signature_set_guid", + "displayName": "Specify additional definition sets for network traffic inspection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_sku_differentiation_signature_set_guid_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_sku_differentiation_signature_set_guid_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_sku_differentiation_signature_set_guid_nis_consumers_ips_sku_differentiation_signature_set_guidlist", + "displayName": "Specify additional definition sets for network traffic inspection (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_sku_differentiation_signature_set_guid_nis_consumers_ips_sku_differentiation_signature_set_guidlist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_consumers_ips_sku_differentiation_signature_set_guid_nis_consumers_ips_sku_differentiation_signature_set_guidlist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_disableprotocolrecognition", + "displayName": "Turn on protocol recognition", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_disableprotocolrecognition_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_nis_disableprotocolrecognition_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxybypass", + "displayName": "Define addresses to bypass proxy server", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxybypass_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxybypass_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxybypass_proxybypass", + "displayName": "Define addresses to bypass proxy server (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxypacurl", + "displayName": "Define proxy auto-config (.pac) for connecting to the network", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxypacurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxypacurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxypacurl_proxypacurl", + "displayName": "Define proxy auto-config (.pac) for connecting to the network (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxyserver", + "displayName": "Define proxy server for connecting to the network", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxyserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxyserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_proxyserver_proxyserver", + "displayName": "Define proxy server for connecting to the network (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_quarantine_localsettingoverridepurgeitemsafterdelay", + "displayName": "Configure local setting override for the removal of items from Quarantine folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_quarantine_localsettingoverridepurgeitemsafterdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_quarantine_localsettingoverridepurgeitemsafterdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_quarantine_purgeitemsafterdelay", + "displayName": "Configure removal of items from Quarantine folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_quarantine_purgeitemsafterdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_quarantine_purgeitemsafterdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_quarantine_purgeitemsafterdelay_quarantine_purgeitemsafterdelay", + "displayName": "Configure removal of items from Quarantine folder (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_randomizescheduletasktimes", + "displayName": "Randomize scheduled task times", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_randomizescheduletasktimes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_randomizescheduletasktimes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablebehaviormonitoring", + "displayName": "Turn on behavior monitoring", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablebehaviormonitoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablebehaviormonitoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disableioavprotection", + "displayName": "Scan all downloaded files and attachments", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disableioavprotection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disableioavprotection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disableonaccessprotection", + "displayName": "Monitor file and program activity on your computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disableonaccessprotection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disableonaccessprotection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablerawwritenotification", + "displayName": "Turn on raw volume write notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablerawwritenotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablerawwritenotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablescanonrealtimeenable", + "displayName": "Turn on process scanning whenever real-time protection is enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablescanonrealtimeenable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_disablescanonrealtimeenable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_ioavmaxsize", + "displayName": "Define the maximum size of downloaded files and attachments to be scanned", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_ioavmaxsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_ioavmaxsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_ioavmaxsize_realtimeprotection_ioavmaxsize", + "displayName": "Define the maximum size of downloaded files and attachments to be scanned (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisablebehaviormonitoring", + "displayName": "Configure local setting override for turn on behavior monitoring", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisablebehaviormonitoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisablebehaviormonitoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisableioavprotection", + "displayName": "Configure local setting override for scanning all downloaded files and attachments", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisableioavprotection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisableioavprotection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisableonaccessprotection", + "displayName": "Configure local setting override for monitoring file and program activity on your computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisableonaccessprotection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisableonaccessprotection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisablerealtimemonitoring", + "displayName": "Configure local setting override to turn on real-time protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisablerealtimemonitoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverridedisablerealtimemonitoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverriderealtimescandirection", + "displayName": "Configure local setting override for monitoring for incoming and outgoing file activity", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverriderealtimescandirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_realtimeprotection_localsettingoverriderealtimescandirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_localsettingoverridescan_scheduletime", + "displayName": "Configure local setting override for the time of day to run a scheduled full scan to complete remediation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_localsettingoverridescan_scheduletime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_localsettingoverridescan_scheduletime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday", + "displayName": "Specify the day of the week to run a scheduled full scan to complete remediation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday", + "displayName": "Specify the day of the week to run a scheduled full scan to complete remediation (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_8", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_0", + "displayName": "Every Day", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_1", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_2", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_3", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_4", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_5", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_6", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduleday_remediation_scan_scheduleday_7", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduletime", + "displayName": "Specify the time of day to run a scheduled full scan to complete remediation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduletime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduletime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_remediation_scan_scheduletime_remediation_scan_scheduletime", + "displayName": "Specify the time of day to run a scheduled full scan to complete remediation (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_additionalactiontimeout", + "displayName": "Configure time out for detections requiring additional action", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_additionalactiontimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_additionalactiontimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_additionalactiontimeout_reporting_additionalactiontimeout", + "displayName": "Configure time out for detections requiring additional action (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_criticalfailuretimeout", + "displayName": "Configure time out for detections in critically failed state", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_criticalfailuretimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_criticalfailuretimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_criticalfailuretimeout_reporting_criticalfailuretimeout", + "displayName": "Configure time out for detections in critically failed state (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_disableenhancednotifications", + "displayName": "Turn off enhanced notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_disableenhancednotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_disableenhancednotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_disablegenericreports", + "displayName": "Configure Watson events", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_disablegenericreports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_disablegenericreports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_noncriticaltimeout", + "displayName": "Configure time out for detections in non-critical failed state", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_noncriticaltimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_noncriticaltimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_noncriticaltimeout_reporting_noncriticaltimeout", + "displayName": "Configure time out for detections in non-critical failed state (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_recentlycleanedtimeout", + "displayName": "Configure time out for detections in recently remediated state", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_recentlycleanedtimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_recentlycleanedtimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_recentlycleanedtimeout_reporting_recentlycleanedtimeout", + "displayName": "Configure time out for detections in recently remediated state (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_wpptracingcomponents", + "displayName": "Configure Windows software trace preprocessor components", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_wpptracingcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_wpptracingcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_wpptracingcomponents_reporting_wpptracingcomponents", + "displayName": "Configure Windows software trace preprocessor components (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_wpptracinglevel", + "displayName": "Configure WPP tracing level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_wpptracinglevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_wpptracinglevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_reporting_wpptracinglevel_reporting_wpptracinglevel", + "displayName": "Configure WPP tracing level (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_allowpause", + "displayName": "Allow users to pause scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_allowpause_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_allowpause_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_archivemaxdepth", + "displayName": "Specify the maximum depth to scan archive files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_archivemaxdepth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_archivemaxdepth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_archivemaxdepth_scan_archivemaxdepth", + "displayName": "Specify the maximum depth to scan archive files (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_archivemaxsize", + "displayName": "Specify the maximum size of archive files to be scanned", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_archivemaxsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_archivemaxsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_archivemaxsize_scan_archivemaxsize", + "displayName": "Specify the maximum size of archive files to be scanned (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablearchivescanning", + "displayName": "Scan archive files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablearchivescanning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablearchivescanning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableemailscanning", + "displayName": "Turn on e-mail scanning", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableemailscanning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableemailscanning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableheuristics", + "displayName": "Turn on heuristics", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableheuristics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableheuristics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablepackedexescanning", + "displayName": "Scan packed executables", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablepackedexescanning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablepackedexescanning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableremovabledrivescanning", + "displayName": "Scan removable drives", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableremovabledrivescanning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disableremovabledrivescanning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablereparsepointscanning", + "displayName": "Turn on reparse point scanning", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablereparsepointscanning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablereparsepointscanning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablerestorepoint", + "displayName": "Create a system restore point", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablerestorepoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablerestorepoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablescanningmappednetworkdrivesforfullscan", + "displayName": "Run full scan on mapped network drives", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablescanningmappednetworkdrivesforfullscan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablescanningmappednetworkdrivesforfullscan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablescanningnetworkfiles", + "displayName": "Scan network files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablescanningnetworkfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_disablescanningnetworkfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverrideavgcpuloadfactor", + "displayName": "Configure local setting override for maximum percentage of CPU utilization", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverrideavgcpuloadfactor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverrideavgcpuloadfactor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescanparameters", + "displayName": "Configure local setting override for the scan type to use for a scheduled scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescanparameters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescanparameters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescheduleday", + "displayName": "Configure local setting override for schedule scan day", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescheduleday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescheduleday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverrideschedulequickscantime", + "displayName": "Configure local setting override for scheduled quick scan time", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverrideschedulequickscantime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverrideschedulequickscantime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescheduletime", + "displayName": "Configure local setting override for scheduled scan time", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescheduletime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_localsettingoverridescheduletime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_lowcpupriority", + "displayName": "Configure low CPU priority for scheduled scans", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_lowcpupriority_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_lowcpupriority_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_missedscheduledscancountbeforecatchup", + "displayName": "Define the number of days after which a catch-up scan is forced", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_missedscheduledscancountbeforecatchup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_missedscheduledscancountbeforecatchup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_missedscheduledscancountbeforecatchup_scan_missedscheduledscancountbeforecatchup", + "displayName": "Define the number of scheduled scans that can be missed after which a catch-up scan is forced (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_purgeitemsafterdelay", + "displayName": "Turn on removal of items from scan history folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_purgeitemsafterdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_purgeitemsafterdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_purgeitemsafterdelay_scan_purgeitemsafterdelay", + "displayName": "Turn on removal of items from scan history folder (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_quickscaninterval", + "displayName": "Specify the interval to run quick scans per day", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_quickscaninterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_quickscaninterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_quickscaninterval_scan_quickscaninterval", + "displayName": "Specify the interval to run quick scans per day (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scanonlyifidle", + "displayName": "Start the scheduled scan only when computer is on but not in use", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scanonlyifidle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scanonlyifidle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday", + "displayName": "Specify the day of the week to run a scheduled scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday", + "displayName": "Specify the day of the week to run a scheduled scan (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_8", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_0", + "displayName": "Every Day", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_1", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_2", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_3", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_4", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_5", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_6", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduleday_scan_scheduleday_7", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduletime", + "displayName": "Specify the time of day to run a scheduled scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduletime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduletime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_scan_scheduletime_scan_scheduletime", + "displayName": "Specify the time of day to run a scheduled scan (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_servicekeepalive", + "displayName": "Allow antimalware service to remain running always", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_servicekeepalive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_servicekeepalive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_assignaturedue", + "displayName": "Define the number of days before spyware security intelligence is considered out of date", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_assignaturedue_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_assignaturedue_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_assignaturedue_signatureupdate_assignaturedue", + "displayName": "Define the number of days before spyware security intelligence is considered out of date (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_avsignaturedue", + "displayName": "Define the number of days before virus security intelligence is considered out of date", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_avsignaturedue_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_avsignaturedue_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_avsignaturedue_signatureupdate_avsignaturedue", + "displayName": "Define the number of days before virus security intelligence is considered out of date (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_definitionupdatefilesharessources", + "displayName": "Define file shares for downloading security intelligence updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_definitionupdatefilesharessources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_definitionupdatefilesharessources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_definitionupdatefilesharessources_signatureupdate_definitionupdatefilesharessources", + "displayName": "Define file shares for downloading security intelligence updates (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disablescanonupdate", + "displayName": "Turn on scan after security intelligence update", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disablescanonupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disablescanonupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disablescheduledsignatureupdateonbattery", + "displayName": "Allow security intelligence updates when running on battery power", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disablescheduledsignatureupdateonbattery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disablescheduledsignatureupdateonbattery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disableupdateonstartupwithoutengine", + "displayName": "Initiate security intelligence update on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disableupdateonstartupwithoutengine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_disableupdateonstartupwithoutengine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_fallbackorder", + "displayName": "Define the order of sources for downloading security intelligence updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_fallbackorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_fallbackorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_fallbackorder_signatureupdate_fallbackorder", + "displayName": "Define the order of sources for downloading security intelligence updates (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_forceupdatefrommu", + "displayName": "Allow security intelligence updates from Microsoft Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_forceupdatefrommu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_forceupdatefrommu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_realtimesignaturedelivery", + "displayName": "Allow real-time security intelligence updates based on reports to Microsoft MAPS", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_realtimesignaturedelivery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_realtimesignaturedelivery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday", + "displayName": "Specify the day of the week to check for security intelligence updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday", + "displayName": "Specify the day of the week to check for security intelligence updates (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_8", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_0", + "displayName": "Every Day", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_1", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_2", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_3", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_4", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_5", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_6", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduleday_signatureupdate_scheduleday_7", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduletime", + "displayName": "Specify the time to check for security intelligence updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduletime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduletime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_scheduletime_signatureupdate_scheduletime", + "displayName": "Specify the time to check for security intelligence updates (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_sharedsignatureslocation", + "displayName": "Define security intelligence location for VDI clients.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_sharedsignatureslocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_sharedsignatureslocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_sharedsignatureslocation_signatureupdate_sharedsignatureslocation", + "displayName": "Define file share for downloading security intelligence updates in virtual environments (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_signaturedisablenotification", + "displayName": "Allow notifications to disable security intelligence based reports to Microsoft MAPS", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_signaturedisablenotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_signaturedisablenotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_signatureupdatecatchupinterval", + "displayName": "Define the number of days after which a catch-up security intelligence update is required", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_signatureupdatecatchupinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_signatureupdatecatchupinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_signatureupdatecatchupinterval_signatureupdate_signatureupdatecatchupinterval", + "displayName": "Define the number of days after which a catch-up security intelligence update is required (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_updateonstartup", + "displayName": "Check for the latest virus and spyware security intelligence on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_updateonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_signatureupdate_updateonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynet_localsettingoverridespynetreporting", + "displayName": "Configure local setting override for reporting to Microsoft MAPS", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynet_localsettingoverridespynetreporting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynet_localsettingoverridespynetreporting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynetreporting", + "displayName": "Join Microsoft MAPS", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynetreporting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynetreporting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynetreporting_spynetreporting", + "displayName": "Join Microsoft MAPS (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynetreporting_spynetreporting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynetreporting_spynetreporting_1", + "displayName": "Basic MAPS", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_spynetreporting_spynetreporting_2", + "displayName": "Advanced MAPS", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_threats_threatiddefaultaction", + "displayName": "Specify threats upon which default action should not be taken when detected", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_threats_threatiddefaultaction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_threats_threatiddefaultaction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_threats_threatiddefaultaction_threats_threatiddefaultactionlist", + "displayName": "Specify threats upon which default action should not be taken when detected (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_threats_threatiddefaultaction_threats_threatiddefaultactionlist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_threats_threatiddefaultaction_threats_threatiddefaultactionlist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_customdefaultactiontoaststring", + "displayName": "Display additional text to clients when they need to perform an action", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_customdefaultactiontoaststring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_customdefaultactiontoaststring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_customdefaultactiontoaststring_ux_configuration_customdefaultactiontoaststring", + "displayName": "Display additional text to clients when they need to perform an action (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_notification_suppress", + "displayName": "Suppress all notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_notification_suppress_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_notification_suppress_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_suppressrebootnotification", + "displayName": "Suppresses reboot notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_suppressrebootnotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_suppressrebootnotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_uilockdown", + "displayName": "Enable headless UI mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_uilockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_microsoftdefenderantivirus_ux_configuration_uilockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mobilepcmobilitycenter_mobilitycenterenable_2", + "displayName": "Turn off Windows Mobility Center", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mobilepcmobilitycenter_mobilitycenterenable_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mobilepcmobilitycenter_mobilitycenterenable_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mobilepcpresentationsettings_presentationsettingsenable_2", + "displayName": "Turn off Windows presentation settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mobilepcpresentationsettings_presentationsettingsenable_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mobilepcpresentationsettings_presentationsettingsenable_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msapolicy_microsoftaccount_disableuserauth", + "displayName": "Block all consumer Microsoft account user authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msapolicy_microsoftaccount_disableuserauth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msapolicy_microsoftaccount_disableuserauth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msched_activationboundarypolicy", + "displayName": "Automatic Maintenance Activation Boundary", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msched_activationboundarypolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msched_activationboundarypolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msched_activationboundarypolicy_activationboundary", + "displayName": "Regular maintenance activation boundary (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msched_randomdelaypolicy", + "displayName": "Automatic Maintenance Random Delay", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msched_randomdelaypolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msched_randomdelaypolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msched_randomdelaypolicy_randomdelay", + "displayName": "Regular maintenance random delay (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdtsupportprovider", + "displayName": "Microsoft Support Diagnostic Tool: Turn on MSDT interactive communication with support provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdtsupportprovider_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdtsupportprovider_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdttooldownloadpolicy", + "displayName": "Microsoft Support Diagnostic Tool: Restrict tool download", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdttooldownloadpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdttooldownloadpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdttooldownloadpolicy_msdttooldownloadpolicylevel", + "displayName": "Tool downloads allowed (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdttooldownloadpolicy_msdttooldownloadpolicylevel_1", + "displayName": "Remote troubleshooting only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msdt_msdttooldownloadpolicy_msdttooldownloadpolicylevel_2", + "displayName": "Local and remote troubleshooting", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msdt_wdiscenarioexecutionpolicy", + "displayName": "Microsoft Support Diagnostic Tool: Configure execution level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msdt_wdiscenarioexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msdt_wdiscenarioexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownbrowse", + "displayName": "Allow users to browse for source while elevated", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownbrowse_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownbrowse_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownmedia", + "displayName": "Allow users to use media source while elevated", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownmedia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownmedia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownpatch", + "displayName": "Allow users to patch elevated products", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownpatch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_allowlockdownpatch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableautomaticapplicationshutdown", + "displayName": "Prohibit use of Restart Manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disableautomaticapplicationshutdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableautomaticapplicationshutdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableautomaticapplicationshutdown_disableautomaticapplicationshutdown", + "displayName": "Prohibit Usage of Restart Manager (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disableautomaticapplicationshutdown_disableautomaticapplicationshutdown_0", + "displayName": "Restart Manager On", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableautomaticapplicationshutdown_disableautomaticapplicationshutdown_1", + "displayName": "Restart Manager Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableautomaticapplicationshutdown_disableautomaticapplicationshutdown_2", + "displayName": "Restart Manager Off for Legacy App Setup", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablebrowse", + "displayName": "Remove browse dialog box for new source", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disablebrowse_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablebrowse_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableflyweightpatching", + "displayName": "Prohibit flyweight patching", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disableflyweightpatching_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableflyweightpatching_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableflyweightpatching_disableflyweightpatching", + "displayName": "Prohibit Flyweight Patching (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disableflyweightpatching_disableflyweightpatching_1", + "displayName": "Patch Optimization Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableflyweightpatching_disableflyweightpatching_0", + "displayName": "Patch Optimization On", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableloggingfrompackage", + "displayName": "Turn off logging via package settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disableloggingfrompackage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableloggingfrompackage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableloggingfrompackage_disableloggingfrompackage", + "displayName": "Disable logging via package settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disableloggingfrompackage_disableloggingfrompackage_1", + "displayName": "Disable logging via package settings off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disableloggingfrompackage_disableloggingfrompackage_0", + "displayName": "Disable logging via package settings on", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablemsi", + "displayName": "Turn off Windows Installer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disablemsi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablemsi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablemsi_disablemsi", + "displayName": "Disable Windows Installer (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disablemsi_disablemsi_2", + "displayName": "Always", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablemsi_disablemsi_1", + "displayName": "For non-managed applications only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablemsi_disablemsi_0", + "displayName": "Never", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablepatch", + "displayName": "Prevent users from using Windows Installer to install updates and upgrades", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disablepatch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablepatch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablerollback_2", + "displayName": "Prohibit rollback", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disablerollback_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablerollback_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablesharedcomponent", + "displayName": "Turn off shared components", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_disablesharedcomponent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_disablesharedcomponent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableluapatching", + "displayName": "Prohibit non-administrators from applying vendor signed updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableluapatching_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableluapatching_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disablepatchuninstall", + "displayName": "Prohibit removal of updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disablepatchuninstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disablepatchuninstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disablesrcheckpoints", + "displayName": "Turn off creation of System Restore checkpoints", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disablesrcheckpoints_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disablesrcheckpoints_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableuserinstalls", + "displayName": "Prohibit User Installs", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableuserinstalls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableuserinstalls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableuserinstalls_msi_disableuserinstallsbox", + "displayName": "User Install Behavior: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableuserinstalls_msi_disableuserinstallsbox_0", + "displayName": "Allow User Installs", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_disableuserinstalls_msi_disableuserinstallsbox_1", + "displayName": "Hide User Installs", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_enforceupgradecomponentrules", + "displayName": "Enforce upgrade component rules", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_enforceupgradecomponentrules_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_enforceupgradecomponentrules_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_maxpatchcachesize", + "displayName": "Control maximum size of baseline file cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_maxpatchcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_maxpatchcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msi_maxpatchcachesize_msi_maxpatchcachesize", + "displayName": "Baseline file cache maximum size (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msidisableembeddedui", + "displayName": "Prevent embedded UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msidisableembeddedui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msidisableembeddedui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msilogging", + "displayName": "Specify the types of events Windows Installer records in its transaction log", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_msilogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msilogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_msilogging_msilogging", + "displayName": "Logging (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_safeforscripting", + "displayName": "Prevent Internet Explorer security prompt for Windows Installer scripts", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_safeforscripting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_safeforscripting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_transformssecure", + "displayName": "Save copies of transform files in a secure location on workstation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msi_transformssecure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msi_transformssecure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msifilerecovery_wdiscenarioexecutionpolicy", + "displayName": "Configure MSI Corrupted File Recovery behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msifilerecovery_wdiscenarioexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msifilerecovery_wdiscenarioexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_msifilerecovery_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_msifilerecovery_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel_1", + "displayName": "Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msifilerecovery_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel_2", + "displayName": "Prompt for Resolution", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_msifilerecovery_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel_3", + "displayName": "Silent", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoadminlogon", + "displayName": "MSS: (AutoAdminLogon) Enable Automatic Logon (not recommended)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoadminlogon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoadminlogon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoreboot", + "displayName": "MSS: (AutoReboot) Allow Windows to automatically restart after a system crash (recommended except for highly secure environments)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoreboot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoreboot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoshareserver", + "displayName": "MSS: (AutoShareServer) Enable Administrative Shares (recommended except for highly secure environments)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoshareserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autoshareserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autosharewks", + "displayName": "MSS: (AutoShareWks) Enable Administrative Shares (recommended except for highly secure environments)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autosharewks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_autosharewks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_disablesavepassword", + "displayName": "MSS: (DisableSavePassword) Prevent the dial-up passsword from being saved (recommended)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_disablesavepassword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_disablesavepassword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_enabledeadgwdetect", + "displayName": "MSS: (EnableDeadGWDetect) Allow automatic detection of dead network gateways (could lead to DoS)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_enabledeadgwdetect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_enabledeadgwdetect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_hidefrombrowselist", + "displayName": "MSS: (Hidden) Hide Computer From the Browse List (not recommended except for highly secure environments)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_hidefrombrowselist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_hidefrombrowselist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime", + "displayName": "MSS: (KeepAliveTime) How often keep-alive packets are sent in milliseconds", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_keepalivetime", + "displayName": "KeepAliveTime (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_keepalivetime_150000", + "displayName": "150000 or 2.5 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_keepalivetime_300000", + "displayName": "300000 or 5 minutes (recommended) ", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_keepalivetime_600000", + "displayName": "600000 or 10 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_keepalivetime_1200000", + "displayName": "1200000 or 20 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_keepalivetime_2400000", + "displayName": "2400000 or 40 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_keepalivetime_3600000", + "displayName": "3600000 or 1 hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_keepalivetime_keepalivetime_7200000", + "displayName": "7200000 or 2 hours (default value)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_nodefaultexempt", + "displayName": "MSS: (NoDefaultExempt) Configure IPSec exemptions for various types of network traffic.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_nodefaultexempt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_nodefaultexempt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_nodefaultexempt_nodefaultexempt", + "displayName": "NoDefaultExempt (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_nodefaultexempt_nodefaultexempt_0", + "displayName": "Allow all exemptions.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_nodefaultexempt_nodefaultexempt_1", + "displayName": "Multicast, broadcast, & ISAKMP exempt.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_nodefaultexempt_nodefaultexempt_2", + "displayName": "RSVP, Kerberos, and ISAKMP are exempt.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_nodefaultexempt_nodefaultexempt_3", + "displayName": "Only ISAKMP is exempt.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_ntfsdisable8dot3namecreation", + "displayName": "MSS: (NtfsDisable8dot3NameCreation) Enable the computer to stop generating 8.3 style filenames", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_ntfsdisable8dot3namecreation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_ntfsdisable8dot3namecreation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_ntfsdisable8dot3namecreation_ntfsdisable8dot3namecreation", + "displayName": "NtfsDisable8dot3NameCreation (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_ntfsdisable8dot3namecreation_ntfsdisable8dot3namecreation_0", + "displayName": "Enable 8Dot3 Creation on all Volumes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_ntfsdisable8dot3namecreation_ntfsdisable8dot3namecreation_1", + "displayName": "Disable 8Dot3 Creation on all Volumes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_ntfsdisable8dot3namecreation_ntfsdisable8dot3namecreation_2", + "displayName": "Set 8dot3 name creation per volume using FSUTIL", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_ntfsdisable8dot3namecreation_ntfsdisable8dot3namecreation_3", + "displayName": "Disable 8Dot3 name creation on all volumes except system volume", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_performrouterdiscovery", + "displayName": "MSS: (PerformRouterDiscovery) Allow IRDP to detect and configure Default Gateway addresses (could lead to DoS)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_performrouterdiscovery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_performrouterdiscovery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_safedllsearchmode", + "displayName": "MSS: (SafeDllSearchMode) Enable Safe DLL search mode (recommended)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_safedllsearchmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_safedllsearchmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_screensavergraceperiod", + "displayName": "MSS: (ScreenSaverGracePeriod) The time in seconds before the screen saver grace period expires (0 recommended)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_screensavergraceperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_screensavergraceperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_screensavergraceperiod_screensavergraceperiod", + "displayName": "ScreenSaverGracePeriod (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_synattackprotect", + "displayName": "MSS: (SynAttackProtect) Syn attack protection level (protects against DoS)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_synattackprotect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_synattackprotect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_synattackprotect_synattackprotect", + "displayName": "SynAttackProtect (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_synattackprotect_synattackprotect_0", + "displayName": "No additional protection, use default settings", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_synattackprotect_synattackprotect_1", + "displayName": "Connections time out sooner if a SYN attack is detected", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxconnectresponseretransmissions", + "displayName": "MSS: (TcpMaxConnectResponseRetransmissions) SYN-ACK retransmissions when a connection request is not acknowledged", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxconnectresponseretransmissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxconnectresponseretransmissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxconnectresponseretransmissions_tcpmaxconnectresponseretransmissions", + "displayName": "TcpMaxConnectResponseRetransmissions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxconnectresponseretransmissions_tcpmaxconnectresponseretransmissions_0", + "displayName": "No retransmission, half-open connections dropped after 3 seconds", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxconnectresponseretransmissions_tcpmaxconnectresponseretransmissions_1", + "displayName": "3 seconds, half-open connections dropped after 9 seconds", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxconnectresponseretransmissions_tcpmaxconnectresponseretransmissions_2", + "displayName": "3 & 6 seconds, half-open connections dropped after 21 seconds", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxconnectresponseretransmissions_tcpmaxconnectresponseretransmissions_3", + "displayName": "3, 6, & 9 seconds, half-open connections dropped after 45 seconds", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxdataretransmissions", + "displayName": "MSS: (TcpMaxDataRetransmissions) How many times unacknowledged data is retransmitted (3 recommended, 5 is default)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxdataretransmissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxdataretransmissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxdataretransmissions_tcpmaxdataretransmissions", + "displayName": "TcpMaxDataRetransmissions (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxdataretransmissionsipv6", + "displayName": "MSS: (TcpMaxDataRetransmissions IPv6) How many times unacknowledged data is retransmitted (3 recommended, 5 is default)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxdataretransmissionsipv6_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxdataretransmissionsipv6_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_tcpmaxdataretransmissionsipv6_tcpmaxdataretransmissions", + "displayName": "TcpMaxDataRetransmissions (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel", + "displayName": "MSS: (WarningLevel) Percentage threshold for the security event log at which the system will generate a warning", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel_warninglevel", + "displayName": "WarningLevel (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel_warninglevel_50", + "displayName": "50%", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel_warninglevel_60", + "displayName": "60%", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel_warninglevel_70", + "displayName": "70%", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel_warninglevel_80", + "displayName": "80%", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_mss-legacy_pol_mss_warninglevel_warninglevel_90", + "displayName": "90%", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_corporateresources", + "displayName": "Corporate Resources", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_nca_corporateresources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_corporateresources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_corporateresources_corporateresources_control", + "displayName": "Corporate Resources (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_customcommands", + "displayName": "Custom Commands", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_nca_customcommands_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_customcommands_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_customcommands_customcommands_control", + "displayName": "CustomCommands (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_dtes", + "displayName": "IPsec Tunnel Endpoints", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_nca_dtes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_dtes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_dtes_dtes_control", + "displayName": "DTEs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_friendlyname", + "displayName": "Friendly Name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_nca_friendlyname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_friendlyname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_friendlyname_friendlyname_control", + "displayName": "Friendly Name (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_localnameson", + "displayName": "Prefer Local Names Allowed", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_nca_localnameson_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_localnameson_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_passivemode", + "displayName": "DirectAccess Passive Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_nca_passivemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_passivemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_showui", + "displayName": "User Interface", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_nca_showui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_showui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_supportemail", + "displayName": "Support Email Address", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_nca_supportemail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_supportemail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_nca_supportemail_supportemail_control", + "displayName": "Support Email (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpdnsprobecontent", + "displayName": "Specify corporate DNS probe host address", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpdnsprobecontent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpdnsprobecontent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpdnsprobecontent_ncsi_corpdnsprobecontentbox", + "displayName": "Corporate DNS Probe Address: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpdnsprobehost", + "displayName": "Specify corporate DNS probe host name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpdnsprobehost_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpdnsprobehost_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpdnsprobehost_ncsi_corpdnsprobehostbox", + "displayName": "Corporate DNS Probe Hostname: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpsiteprefixes", + "displayName": "Specify corporate site prefix list", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpsiteprefixes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpsiteprefixes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpsiteprefixes_ncsi_corpsiteprefixesbox", + "displayName": "Corporate Site Prefix List: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpwebprobeurl", + "displayName": "Specify corporate Website probe URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpwebprobeurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpwebprobeurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_corpwebprobeurl_ncsi_corpwebprobeurlbox", + "displayName": "Corporate Website Probe URL: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_domainlocationdeterminationurl", + "displayName": "Specify domain location determination URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_domainlocationdeterminationurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_domainlocationdeterminationurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_domainlocationdeterminationurl_ncsi_domainlocationdeterminationurlbox", + "displayName": "Corporate Domain Location Determination URL: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_globaldns", + "displayName": "Specify global DNS", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_globaldns_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_globaldns_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_globaldns_ncsi_useglobaldns_checkbox", + "displayName": "Use global DNS (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_globaldns_ncsi_useglobaldns_checkbox_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_globaldns_ncsi_useglobaldns_checkbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_passivepolling", + "displayName": "Specify passive polling", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_passivepolling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_passivepolling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_passivepolling_ncsi_disablepassivepolling_checkbox", + "displayName": "Disable passive polling (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_passivepolling_ncsi_disablepassivepolling_checkbox_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_ncsi_ncsi_passivepolling_ncsi_disablepassivepolling_checkbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_addresslookuponpingbehavior", + "displayName": "Specify address lookup behavior for DC locator ping", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_addresslookuponpingbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_addresslookuponpingbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_addresslookuponpingbehavior_netlogon_addresslookuponpingbehaviorlabel", + "displayName": "Address lookup behavior: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_addresstypereturned", + "displayName": "Return domain controller address type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_addresstypereturned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_addresstypereturned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allowdnssuffixsearch", + "displayName": "Use DNS name resolution when a single-label domain name is used, by appending different registered DNS suffixes, if the AllowSingleLabelDnsDomain setting is not enabled.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allowdnssuffixsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allowdnssuffixsearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allownt4crypto", + "displayName": "Allow cryptography algorithms compatible with Windows NT 4.0", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allownt4crypto_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allownt4crypto_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allowsinglelabeldnsdomain", + "displayName": "Use DNS name resolution with a single-label domain name instead of NetBIOS name resolution to locate the DC", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allowsinglelabeldnsdomain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_allowsinglelabeldnsdomain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_autositecoverage", + "displayName": "Use automated site coverage by the DC Locator DNS SRV Records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_autositecoverage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_autositecoverage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_avoidfallbacknetbiosdiscovery", + "displayName": "Do not use NetBIOS-based discovery for domain controller location when DNS-based discovery fails", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_avoidfallbacknetbiosdiscovery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_avoidfallbacknetbiosdiscovery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_avoidpdconwan", + "displayName": "Contact PDC on logon failure", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_avoidpdconwan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_avoidpdconwan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretryinitialperiod", + "displayName": "Use initial DC discovery retry setting for background callers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretryinitialperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretryinitialperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretryinitialperiod_netlogon_backgroundretryinitialperiodlabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretrymaximumperiod", + "displayName": "Use maximum DC discovery retry interval setting for background callers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretrymaximumperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretrymaximumperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretrymaximumperiod_netlogon_backgroundretrymaximumperiodlabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretryquittime", + "displayName": "Use final DC discovery retry setting for background callers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretryquittime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretryquittime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundretryquittime_netlogon_backgroundretryquittimelabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundsuccessfulrefreshperiod", + "displayName": "Use positive periodic DC cache refresh for background callers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundsuccessfulrefreshperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundsuccessfulrefreshperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_backgroundsuccessfulrefreshperiod_netlogon_backgroundsuccessfulrefreshperiodlabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_debugflag", + "displayName": "Specify log file debug output level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_debugflag_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_debugflag_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_debugflag_netlogon_debugflaglabel", + "displayName": "Level: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsavoidregisterrecords", + "displayName": "Specify DC Locator DNS records not registered by the DCs", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsavoidregisterrecords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsavoidregisterrecords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsavoidregisterrecords_netlogon_dnsavoidregisterrecordslabel", + "displayName": "Mnemonics: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsrefreshinterval", + "displayName": "Specify Refresh Interval of the DC Locator DNS records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsrefreshinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsrefreshinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsrefreshinterval_netlogon_dnsrefreshintervallabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnssrvrecorduselowercasehostnames", + "displayName": "Use lowercase DNS host names when registering domain controller SRV records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnssrvrecorduselowercasehostnames_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnssrvrecorduselowercasehostnames_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsttl", + "displayName": "Set TTL in the DC Locator DNS Records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsttl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsttl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_dnsttl_netlogon_dnsttllabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_expecteddialupdelay", + "displayName": "Specify expected dial-up delay on logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_expecteddialupdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_expecteddialupdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_expecteddialupdelay_netlogon_expecteddialupdelaylabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_forcerediscoveryinterval", + "displayName": "Force Rediscovery Interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_forcerediscoveryinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_forcerediscoveryinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_forcerediscoveryinterval_netlogon_forcerediscoveryintervallabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_gcsitecoverage", + "displayName": "Specify sites covered by the GC Locator DNS SRV Records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_gcsitecoverage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_gcsitecoverage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_gcsitecoverage_netlogon_gcsitecoveragelabel", + "displayName": "Sites: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ignoreincomingmailslotmessages", + "displayName": "Do not process incoming mailslot messages used for domain controller location based on NetBIOS domain names", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ignoreincomingmailslotmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ignoreincomingmailslotmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ldapsrvpriority", + "displayName": "Set Priority in the DC Locator DNS SRV records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ldapsrvpriority_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ldapsrvpriority_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ldapsrvpriority_netlogon_ldapsrvprioritylabel", + "displayName": "Priority: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ldapsrvweight", + "displayName": "Set Weight in the DC Locator DNS SRV records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ldapsrvweight_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ldapsrvweight_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ldapsrvweight_netlogon_ldapsrvweightlabel", + "displayName": "Weight: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_maximumlogfilesize", + "displayName": "Specify maximum log file size", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_maximumlogfilesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_maximumlogfilesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_maximumlogfilesize_netlogon_maximumlogfilesizelabel", + "displayName": "Bytes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ndncsitecoverage", + "displayName": "Specify sites covered by the application directory partition DC Locator DNS SRV records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ndncsitecoverage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ndncsitecoverage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_ndncsitecoverage_netlogon_ndncsitecoveragelabel", + "displayName": "Sites: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_negativecacheperiod", + "displayName": "Specify negative DC Discovery cache setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_negativecacheperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_negativecacheperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_negativecacheperiod_netlogon_negativecacheperiodlabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_netlogonsharecompatibilitymode", + "displayName": "Set Netlogon share compatibility", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_netlogonsharecompatibilitymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_netlogonsharecompatibilitymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_nonbackgroundsuccessfulrefreshperiod", + "displayName": "Specify positive periodic DC Cache refresh for non-background callers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_nonbackgroundsuccessfulrefreshperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_nonbackgroundsuccessfulrefreshperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_nonbackgroundsuccessfulrefreshperiod_netlogon_nonbackgroundsuccessfulrefreshperiodlabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_pingurgencymode", + "displayName": "Use urgent mode when pinging domain controllers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_pingurgencymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_pingurgencymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_pingurgencymode_netlogon_pingurgencymodelabel", + "displayName": "Ping urgency mode: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_scavengeinterval", + "displayName": "Set scavenge interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_scavengeinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_scavengeinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_scavengeinterval_netlogon_scavengeintervallabel", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sitecoverage", + "displayName": "Specify sites covered by the DC Locator DNS SRV records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sitecoverage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sitecoverage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sitecoverage_netlogon_sitecoveragelabel", + "displayName": "Sites: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sitename", + "displayName": "Specify site name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sitename_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sitename_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sitename_netlogon_sitenamelabel", + "displayName": "Site: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sysvolsharecompatibilitymode", + "displayName": "Set SYSVOL share compatibility", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sysvolsharecompatibilitymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_sysvolsharecompatibilitymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_trynextclosestsite", + "displayName": "Try Next Closest Site", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_trynextclosestsite_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_trynextclosestsite_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_usedynamicdns", + "displayName": "Specify dynamic registration of the DC Locator DNS Records", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_usedynamicdns_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_netlogon_netlogon_usedynamicdns_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_donotshowlocalonlyicon", + "displayName": "Do not show the \"local access only\" network icon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_donotshowlocalonlyicon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_donotshowlocalonlyicon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_forcetunneling", + "displayName": "Route all traffic through the internal network", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_forcetunneling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_forcetunneling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_forcetunneling_stateselect", + "displayName": "Select from the following states: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_forcetunneling_stateselect_enabled", + "displayName": "Enabled State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_forcetunneling_stateselect_disabled", + "displayName": "Disabled State", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_personalfirewallconfig", + "displayName": "Prohibit use of Internet Connection Firewall on your DNS domain network", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_personalfirewallconfig_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_personalfirewallconfig_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_showsharedaccessui", + "displayName": "Prohibit use of Internet Connection Sharing on your DNS domain network", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_showsharedaccessui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_showsharedaccessui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_stddomainusersetlocation", + "displayName": "Require domain users to elevate when setting a network's location", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_stddomainusersetlocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_networkconnections_nc_stddomainusersetlocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_alwayspinsubfolders", + "displayName": "Subfolders always available offline", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_alwayspinsubfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_alwayspinsubfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_2", + "displayName": "Specify administratively assigned Offline Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_2_lbl_assignedofflinefileslist", + "displayName": "Files and Folders: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_2_lbl_assignedofflinefileslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_2_lbl_assignedofflinefileslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings", + "displayName": "Configure Background Sync", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_lbl_backgroundsyncblockoutperiodduration", + "displayName": "Blockout Duration (minutes) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_lbl_backgroundsyncblockoutperiodstarttime", + "displayName": "Blockout Start Time (HHMM) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_lbl_backgroundsyncdefaultsynctime", + "displayName": "Sync Interval (minutes) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_lbl_backgroundsyncignoreblockouttime", + "displayName": "Maximum Allowed Time Without A Sync (minutes) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_lbl_backgroundsyncinforcedoffline", + "displayName": "Enable Background Sync for shares in user selected \"Work Offline\" mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_lbl_backgroundsyncinforcedoffline_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_lbl_backgroundsyncinforcedoffline_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_backgroundsyncsettings_lbl_backgroundsyncvariance", + "displayName": "Sync Variance (minutes) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_cachesize", + "displayName": "Limit disk space used by Offline Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_cachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_cachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_cachesize_lbl_autocachesizespin", + "displayName": "Size of auto-cached files: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_cachesize_lbl_totalcachesizespin", + "displayName": "Total size of offline files: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_2", + "displayName": "Non-default server disconnect actions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_2_lbl_customgoofflineactionslist", + "displayName": "Customize actions: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_2_lbl_customgoofflineactionslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_2_lbl_customgoofflineactionslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_defcachesize", + "displayName": "Default cache size", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_defcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_defcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_defcachesize_lbl_defcachesizespin", + "displayName": "Default cache size: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_enabled", + "displayName": "Allow or Disallow use of the Offline Files feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_encryptofflinefiles", + "displayName": "Encrypt the Offline Files cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_encryptofflinefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_encryptofflinefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_eventlogginglevel_2", + "displayName": "Event logging level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_eventlogginglevel_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_eventlogginglevel_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_eventlogginglevel_2_lbl_eventlogginglevelspin", + "displayName": "Enter [0-3]: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_exclusionlistsettings", + "displayName": "Enable file screens", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_exclusionlistsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_exclusionlistsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_exclusionlistsettings_lbl_exclusionlistsettingslist", + "displayName": "Extensions: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_extexclusionlist", + "displayName": "Files not cached", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_extexclusionlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_extexclusionlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_extexclusionlist_lbl_extexclusionlistedit", + "displayName": "Extensions: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_2", + "displayName": "Action on server disconnect", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_2_lbl_goofflineactioncombo", + "displayName": "Action: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_2_lbl_goofflineactioncombo_0", + "displayName": "Work offline", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_2_lbl_goofflineactioncombo_1", + "displayName": "Never go offline", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nocacheviewer_2", + "displayName": "Prevent use of Offline Files folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nocacheviewer_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nocacheviewer_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_noconfigcache_2", + "displayName": "Prohibit user configuration of Offline Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_noconfigcache_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_noconfigcache_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nomakeavailableoffline_2", + "displayName": "Remove \"Make Available Offline\" command", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nomakeavailableoffline_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nomakeavailableoffline_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_2", + "displayName": "Remove \"Make Available Offline\" for these files and folders", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_2_lbl_nopinfileslist", + "displayName": "Files and Folders: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_2_lbl_nopinfileslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_2_lbl_nopinfileslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_noreminders_2", + "displayName": "Turn off reminder balloons", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_noreminders_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_noreminders_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_onlinecachingsettings", + "displayName": "Enable Transparent Caching", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_onlinecachingsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_onlinecachingsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_onlinecachingsettings_lbl_onlinecachingsettingslist", + "displayName": "Enter network latency value in milliseconds (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_purgeatlogoff", + "displayName": "At logoff, delete local copy of user’s offline files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_purgeatlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_purgeatlogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_purgeatlogoff_lbl_purgeonlyautocachedfiles", + "displayName": "Delete only the temporary offline files. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_purgeatlogoff_lbl_purgeonlyautocachedfiles_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_purgeatlogoff_lbl_purgeonlyautocachedfiles_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_quickadimpin", + "displayName": "Turn on economical application of administratively assigned Offline Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_quickadimpin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_quickadimpin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_reminderfreq_2", + "displayName": "Reminder balloon frequency", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_reminderfreq_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_reminderfreq_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_reminderfreq_2_lbl_reminderfreqspin", + "displayName": "Minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_reminderinittimeout_2", + "displayName": "Initial reminder balloon lifetime", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_reminderinittimeout_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_reminderinittimeout_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_reminderinittimeout_2_lbl_reminderinittimeoutspin", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_remindertimeout_2", + "displayName": "Reminder balloon lifetime", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_remindertimeout_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_remindertimeout_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_remindertimeout_2_lbl_remindertimeoutspin", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinksettings", + "displayName": "Configure slow-link mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinksettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinksettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinksettings_lbl_slowlinksettingslist", + "displayName": "UNC Paths: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinksettings_lbl_slowlinksettingslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinksettings_lbl_slowlinksettingslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinkspeed", + "displayName": "Configure Slow link speed", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinkspeed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinkspeed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_slowlinkspeed_lbl_slowlinkspeedspin", + "displayName": "Value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogoff_2", + "displayName": "Synchronize all offline files before logging off", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogoff_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogoff_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogon_2", + "displayName": "Synchronize all offline files when logging on", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogon_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogon_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_2", + "displayName": "Synchronize offline files before suspend", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_2_lbl_syncatsuspendcombo", + "displayName": "Action: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_2_lbl_syncatsuspendcombo_0", + "displayName": "Quick", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_2_lbl_syncatsuspendcombo_1", + "displayName": "Full", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_synconcostednetwork", + "displayName": "Enable file synchronization on costed networks", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_synconcostednetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_synconcostednetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_workofflinedisabled_2", + "displayName": "Remove \"Work offline\" command", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_workofflinedisabled_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_offlinefiles_pol_workofflinedisabled_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectblockeddriverspolicy", + "displayName": "Notify blocked drivers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectblockeddriverspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectblockeddriverspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomcomponentfailurespolicy", + "displayName": "Detect application failures caused by deprecated COM objects", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomcomponentfailurespolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomcomponentfailurespolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomcomponentfailurespolicy_detectdeprecatedcomcomponentfailureslevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomcomponentfailurespolicy_detectdeprecatedcomcomponentfailureslevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomcomponentfailurespolicy_detectdeprecatedcomcomponentfailureslevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomponentfailurespolicy", + "displayName": "Detect application failures caused by deprecated Windows DLLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomponentfailurespolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomponentfailurespolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomponentfailurespolicy_detectdeprecatedcomponentfailureslevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomponentfailurespolicy_detectdeprecatedcomponentfailureslevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectdeprecatedcomponentfailurespolicy_detectdeprecatedcomponentfailureslevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectinstallfailurespolicy", + "displayName": "Detect application install failures", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectinstallfailurespolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectinstallfailurespolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectundetectedinstallerspolicy", + "displayName": "Detect application installers that need to be run as administrator", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectundetectedinstallerspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectundetectedinstallerspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectundetectedinstallerspolicy_detectundetectedinstallerslevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectundetectedinstallerspolicy_detectundetectedinstallerslevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectundetectedinstallerspolicy_detectundetectedinstallerslevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectupdatefailurespolicy", + "displayName": "Detect applications unable to launch installers under UAC", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectupdatefailurespolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectupdatefailurespolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectupdatefailurespolicy_detectupdatefailureslevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_detectupdatefailurespolicy_detectupdatefailureslevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_detectupdatefailurespolicy_detectupdatefailureslevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_disablepcauipolicy", + "displayName": "Detect compatibility issues for applications and drivers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pca_disablepcauipolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pca_disablepcauipolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache", + "displayName": "Turn on BranchCache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_distributed", + "displayName": "Set BranchCache Distributed Cache mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_distributed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_distributed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hosted", + "displayName": "Set BranchCache Hosted Cache mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hosted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hosted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hosted_wbc_cache_textbox", + "displayName": "Type the name of the hosted cache server (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hostedcachediscovery", + "displayName": "Enable Automatic Hosted Cache Discovery by Service Connection Point", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hostedcachediscovery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hostedcachediscovery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hostedmultipleservers", + "displayName": "Configure Hosted Cache Servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hostedmultipleservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hostedmultipleservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_hostedmultipleservers_wbc_multipleservers_listbox", + "displayName": "\r\nHosted cache servers\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_smb", + "displayName": "Configure BranchCache for network files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_smb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_smb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_enablewindowsbranchcache_smb_wbc_smblatency_decimaltextbox", + "displayName": "\r\nType the maximum round trip network latency (milliseconds) after which caching begins\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setcachepercent", + "displayName": "Set percentage of disk space used for client computer cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setcachepercent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setcachepercent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setcachepercent_wbc_cache_size_percent_dctxtbox", + "displayName": "\r\nSpecify the percentage of total disk space allocated for the cache\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdatacacheentrymaxage", + "displayName": "Set age for segments in the data cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdatacacheentrymaxage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdatacacheentrymaxage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdatacacheentrymaxage_wbc_cache_maxage_dctxtbox", + "displayName": "\r\nSpecify the age in days for which segments in the data cache are valid\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdowngrading", + "displayName": "Configure Client BranchCache Version Support", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdowngrading_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdowngrading_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdowngrading_downgrading_version", + "displayName": "Select from the following versions: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdowngrading_downgrading_version_1", + "displayName": "Windows Vista with BITS 4.0 installed, Windows 7, or Windows Server 2008 R2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_peertopeercaching_setdowngrading_downgrading_version_2", + "displayName": "Windows 8", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pentraining_pentrainingoff_2", + "displayName": "Turn off Tablet PC Pen Training", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pentraining_pentrainingoff_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pentraining_pentrainingoff_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_1", + "displayName": "Configure Scenario Execution Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_1_wdiscenarioexecutionpolicylevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_1_wdiscenarioexecutionpolicylevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_1_wdiscenarioexecutionpolicylevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_2", + "displayName": "Configure Scenario Execution Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_2_wdiscenarioexecutionpolicylevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_2_wdiscenarioexecutionpolicylevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_2_wdiscenarioexecutionpolicylevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_3", + "displayName": "Configure Scenario Execution Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_3_wdiscenarioexecutionpolicylevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_3_wdiscenarioexecutionpolicylevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_3_wdiscenarioexecutionpolicylevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_4", + "displayName": "Configure Scenario Execution Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_4_wdiscenarioexecutionpolicylevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_4_wdiscenarioexecutionpolicylevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_performancediagnostics_wdiscenarioexecutionpolicy_4_wdiscenarioexecutionpolicylevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_acconnectivityinstandby_2", + "displayName": "Allow network connectivity during connected-standby (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_acconnectivityinstandby_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_acconnectivityinstandby_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_accriticalsleeptransitionsdisable_2", + "displayName": "Turn on the ability for applications to prevent sleep transitions (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_accriticalsleeptransitionsdisable_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_accriticalsleeptransitionsdisable_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_acstartmenubuttonaction_2", + "displayName": "Select the Start menu Power button action (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_acstartmenubuttonaction_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_acstartmenubuttonaction_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_acstartmenubuttonaction_2_selectacstartmenubuttonaction", + "displayName": "User Interface Sleep Button Action (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_acstartmenubuttonaction_2_selectacstartmenubuttonaction_0", + "displayName": "Sleep", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_acstartmenubuttonaction_2_selectacstartmenubuttonaction_1", + "displayName": "Hibernate", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_acstartmenubuttonaction_2_selectacstartmenubuttonaction_2", + "displayName": "Shut down", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystempowerrequestac", + "displayName": "Allow applications to prevent automatic sleep (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystempowerrequestac_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystempowerrequestac_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystempowerrequestdc", + "displayName": "Allow applications to prevent automatic sleep (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystempowerrequestdc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystempowerrequestdc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystemsleepwithremotefilesopenac", + "displayName": "Allow automatic sleep with Open Network Files (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystemsleepwithremotefilesopenac_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystemsleepwithremotefilesopenac_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystemsleepwithremotefilesopendc", + "displayName": "Allow automatic sleep with Open Network Files (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystemsleepwithremotefilesopendc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_allowsystemsleepwithremotefilesopendc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_customactiveschemeoverride_2", + "displayName": "Specify a custom active power plan", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_customactiveschemeoverride_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_customactiveschemeoverride_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_customactiveschemeoverride_2_customactiveschemeoverrideenter", + "displayName": "Custom Active Power Plan (GUID): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction0_2", + "displayName": "Critical battery notification action", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction0_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction0_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction0_2_selectdcbatterydischargeaction0", + "displayName": "Critical Battery Notification Action (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction0_2_selectdcbatterydischargeaction0_0", + "displayName": "Take no action", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction0_2_selectdcbatterydischargeaction0_1", + "displayName": "Sleep", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction0_2_selectdcbatterydischargeaction0_2", + "displayName": "Hibernate", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction0_2_selectdcbatterydischargeaction0_3", + "displayName": "Shut down", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction1_2", + "displayName": "Low battery notification action", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction1_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction1_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction1_2_selectdcbatterydischargeaction1", + "displayName": "Low Battery Notification Action (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction1_2_selectdcbatterydischargeaction1_0", + "displayName": "Take no action", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction1_2_selectdcbatterydischargeaction1_1", + "displayName": "Sleep", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction1_2_selectdcbatterydischargeaction1_2", + "displayName": "Hibernate", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargeaction1_2_selectdcbatterydischargeaction1_3", + "displayName": "Shut down", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel0_2", + "displayName": "Critical battery notification level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel0_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel0_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel0_2_enterdcbatterydischargelevel0", + "displayName": "Critical Battery Notification Level (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel1_2", + "displayName": "Low battery notification level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel1_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel1_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel1_2_enterdcbatterydischargelevel1", + "displayName": "Low Battery Notification Level (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel1uinotification_2", + "displayName": "Turn off low battery user notification", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel1uinotification_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcbatterydischargelevel1uinotification_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcconnectivityinstandby_2", + "displayName": "Allow network connectivity during connected-standby (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcconnectivityinstandby_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcconnectivityinstandby_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dccriticalsleeptransitionsdisable_2", + "displayName": "Turn on the ability for applications to prevent sleep transitions (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dccriticalsleeptransitionsdisable_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dccriticalsleeptransitionsdisable_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcstartmenubuttonaction_2", + "displayName": "Select the Start menu Power button action (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcstartmenubuttonaction_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcstartmenubuttonaction_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcstartmenubuttonaction_2_selectdcstartmenubuttonaction", + "displayName": "User Interface Sleep Button Action (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dcstartmenubuttonaction_2_selectdcstartmenubuttonaction_0", + "displayName": "Sleep", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcstartmenubuttonaction_2_selectdcstartmenubuttonaction_1", + "displayName": "Hibernate", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dcstartmenubuttonaction_2_selectdcstartmenubuttonaction_2", + "displayName": "Shut down", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_diskacpowerdowntimeout_2", + "displayName": "Turn Off the hard disk (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_diskacpowerdowntimeout_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_diskacpowerdowntimeout_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_diskacpowerdowntimeout_2_enterdiskacpowerdowntimeout", + "displayName": "Turn Off the Hard Disk (seconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_diskdcpowerdowntimeout_2", + "displayName": "Turn Off the hard disk (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_diskdcpowerdowntimeout_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_diskdcpowerdowntimeout_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_diskdcpowerdowntimeout_2_enterdiskdcpowerdowntimeout", + "displayName": "Turn Off the Hard Disk (seconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dont_poweroff_aftershutdown", + "displayName": "Do not turn off system power after a Windows system shutdown has occurred.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_dont_poweroff_aftershutdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_dont_poweroff_aftershutdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_enabledesktopslideshowac", + "displayName": "Turn on desktop background slideshow (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_enabledesktopslideshowac_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_enabledesktopslideshowac_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_enabledesktopslideshowdc", + "displayName": "Turn on desktop background slideshow (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_enabledesktopslideshowdc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_enabledesktopslideshowdc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_inboxactiveschemeoverride_2", + "displayName": "Select an active power plan", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_inboxactiveschemeoverride_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_inboxactiveschemeoverride_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_inboxactiveschemeoverride_2_inboxactiveschemeoverrideenter", + "displayName": "Active Power Plan: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_inboxactiveschemeoverride_2_inboxactiveschemeoverrideenter_381b4222-f694-41f0-9685-ff5bb260df2e", + "displayName": "Automatic (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_inboxactiveschemeoverride_2_inboxactiveschemeoverrideenter_a1841308-3541-4fab-bc81-f71556f20b4a", + "displayName": "Power Saver", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_inboxactiveschemeoverride_2_inboxactiveschemeoverrideenter_8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c", + "displayName": "High Performance", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_powerthrottlingturnoff", + "displayName": "Turn off Power Throttling", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_powerthrottlingturnoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_powerthrottlingturnoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_reservebatterynotificationlevel", + "displayName": "Reserve battery notification level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_power_reservebatterynotificationlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_power_reservebatterynotificationlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_power_reservebatterynotificationlevel_enterreservebatterynotificationlevel", + "displayName": "Reserve Battery Notification Level (percent): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablemodulelogging", + "displayName": "Turn on Module Logging", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablemodulelogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablemodulelogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablemodulelogging_listbox_modulenames", + "displayName": "Module Names (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts", + "displayName": "Turn on Script Execution", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_executionpolicy", + "displayName": "Execution Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_executionpolicy_allsigned", + "displayName": "Allow only signed scripts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_executionpolicy_remotesigned", + "displayName": "Allow local scripts and remote signed scripts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_executionpolicy_unrestricted", + "displayName": "Allow all scripts", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting", + "displayName": "Turn on PowerShell Transcription", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_enableinvocationheader", + "displayName": "Include invocation headers: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_enableinvocationheader_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_enableinvocationheader_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_outputdirectory", + "displayName": "Transcript output directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enableupdatehelpdefaultsourcepath", + "displayName": "Set the default source path for Update-Help", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enableupdatehelpdefaultsourcepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enableupdatehelpdefaultsourcepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_powershellexecutionpolicy_enableupdatehelpdefaultsourcepath_sourcepathforupdatehelp", + "displayName": "Default Source Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablebackuprestore_2", + "displayName": "Prevent restoring previous versions from backups", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablebackuprestore_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablebackuprestore_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablelocalpage_2", + "displayName": "Hide previous versions list for local files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablelocalpage_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablelocalpage_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablelocalrestore_2", + "displayName": "Prevent restoring local previous versions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablelocalrestore_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disablelocalrestore_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disableremotepage_2", + "displayName": "Hide previous versions list for remote files", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disableremotepage_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disableremotepage_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disableremoterestore_2", + "displayName": "Prevent restoring remote previous versions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disableremoterestore_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_disableremoterestore_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_hidebackupentries_2", + "displayName": "Hide previous versions of files on backup location", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_previousversions_hidebackupentries_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_previousversions_hidebackupentries_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_allowwebprinting", + "displayName": "Activate Internet printing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_allowwebprinting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_allowwebprinting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_applicationdriverisolation", + "displayName": "Isolate print drivers from applications", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_applicationdriverisolation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_applicationdriverisolation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_customizedsupporturl", + "displayName": "Custom support URL in the Printers folder's left pane", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_customizedsupporturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_customizedsupporturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_customizedsupporturl_customizedsupporturl_link", + "displayName": "URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_domainprinters", + "displayName": "Add Printer wizard - Network scan page (Managed network)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_domainprinters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_domainprinters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_domainprinters_adprinters", + "displayName": "Number of directory printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_domainprinters_bluetoothprinters", + "displayName": "Number of Bluetooth printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_domainprinters_ipprinters", + "displayName": "Number of TCP/IP printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_domainprinters_shareprinters", + "displayName": "Number of shared printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_domainprinters_wsdprinters", + "displayName": "Number of Web Services Printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_donotinstallcompatibledriverfromwindowsupdate", + "displayName": "Extend Point and Print connection to search Windows Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_donotinstallcompatibledriverfromwindowsupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_donotinstallcompatibledriverfromwindowsupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_emfdespooling", + "displayName": "Always render print jobs on the server", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_emfdespooling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_emfdespooling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_forcesoftwarerasterization", + "displayName": "Always rasterize content to be printed using a software rasterizer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_forcesoftwarerasterization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_forcesoftwarerasterization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_kmprintersareblocked", + "displayName": "Disallow installation of printers using kernel-mode drivers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_kmprintersareblocked_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_kmprintersareblocked_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_mxdwuselegacyoutputformatmsxps", + "displayName": "Change Microsoft XPS Document Writer (MXDW) default output format to the legacy Microsoft XPS format (*.xps)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_mxdwuselegacyoutputformatmsxps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_mxdwuselegacyoutputformatmsxps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_nondomainprinters", + "displayName": "Add Printer wizard - Network scan page (Unmanaged network)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_nondomainprinters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_nondomainprinters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_nondomainprinters_bluetoothprinters", + "displayName": "Number of Bluetooth printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_nondomainprinters_ipprinters", + "displayName": "Number of TCP/IP printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_nondomainprinters_shareprinters", + "displayName": "Number of shared printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_nondomainprinters_wsdprinters", + "displayName": "Number of Web Services Printers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_packagepointandprintonly_win7", + "displayName": "Only use Package Point and print", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_packagepointandprintonly_win7_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_packagepointandprintonly_win7_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_packagepointandprintserverlist_win7", + "displayName": "Package Point and print - Approved servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_packagepointandprintserverlist_win7_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_packagepointandprintserverlist_win7_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_packagepointandprintserverlist_win7_packagepointandprintserverlist_edit", + "displayName": "Enter fully qualified server names (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_physicallocation", + "displayName": "Computer location", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_physicallocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_physicallocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_physicallocation_physicallocation_name", + "displayName": "Location (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_physicallocationsupport", + "displayName": "Pre-populate printer search location text", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_physicallocationsupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_physicallocationsupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_printdriverisolationexecutionpolicy", + "displayName": "Execute print drivers in isolated processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_printdriverisolationexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_printdriverisolationexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_printdriverisolationoverridecompat", + "displayName": "Override print driver execution compatibility setting reported by print driver", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_printdriverisolationoverridecompat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_printdriverisolationoverridecompat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_printerserverthread", + "displayName": "Printer browsing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_printerserverthread_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_printerserverthread_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_showjobtitleineventlogs", + "displayName": "Allow job name in event logs", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_showjobtitleineventlogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_showjobtitleineventlogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_v4driverdisallowprinterextension", + "displayName": "Do not allow v4 printer drivers to show printer extensions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing_v4driverdisallowprinterextension_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing_v4driverdisallowprinterextension_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_autopublishing", + "displayName": "Automatically publish new printers in Active Directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_autopublishing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_autopublishing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_immortalprintqueue", + "displayName": "Allow pruning of published printers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_immortalprintqueue_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_immortalprintqueue_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_prunedownlevel", + "displayName": "Prune printers that are not automatically republished", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_prunedownlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_prunedownlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_prunedownlevel_prunedownleveltitle", + "displayName": "Prune non-republishing printers: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_prunedownlevel_prunedownleveltitle_0", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_prunedownlevel_prunedownleveltitle_1", + "displayName": "Only if Print Server is found", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_prunedownlevel_prunedownleveltitle_2", + "displayName": "Whenever printer is not found", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval", + "displayName": "Directory pruning interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle", + "displayName": "Interval: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_0", + "displayName": "Continuous", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_10", + "displayName": "10 Minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_30", + "displayName": "30 Minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_60", + "displayName": "1 Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_240", + "displayName": "4 Hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_480", + "displayName": "8 Hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_720", + "displayName": "12 Hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_1440", + "displayName": "1 Day", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_2880", + "displayName": "2 Days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_4320", + "displayName": "3 Days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_5760", + "displayName": "4 Days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_7200", + "displayName": "5 Days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_8640", + "displayName": "6 Days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_10080", + "displayName": "1 Week", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_20160", + "displayName": "2 Weeks", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_30240", + "displayName": "3 Weeks", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_40320", + "displayName": "4 Weeks", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_50400", + "displayName": "5 Weeks", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_60480", + "displayName": "6 Weeks", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_70560", + "displayName": "7 Weeks", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruninginterval_pruningintervaltitle_4294967295", + "displayName": "Infinite", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority", + "displayName": "Directory pruning priority", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority_prioritylevel", + "displayName": "Priority level: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority_prioritylevel_4294967294", + "displayName": "Lowest", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority_prioritylevel_4294967295", + "displayName": "Below Normal", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority_prioritylevel_0", + "displayName": "Normal", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority_prioritylevel_1", + "displayName": "Above Normal", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningpriority_prioritylevel_2", + "displayName": "Highest", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries", + "displayName": "Directory pruning retry", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_pruningretriestitle", + "displayName": "Retries: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_pruningretriestitle_0", + "displayName": "No Retry", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_pruningretriestitle_1", + "displayName": "1 Retry", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_pruningretriestitle_2", + "displayName": "2 Retries", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_pruningretriestitle_3", + "displayName": "3 Retries", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_pruningretriestitle_4", + "displayName": "4 Retries", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_pruningretriestitle_5", + "displayName": "5 Retries", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretries_pruningretriestitle_6", + "displayName": "6 Retries", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretrylog", + "displayName": "Log directory pruning retry events", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretrylog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_pruningretrylog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_registerspoolerremoterpcendpoint", + "displayName": "Allow Print Spooler to accept client connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_registerspoolerremoterpcendpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_registerspoolerremoterpcendpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate", + "displayName": "Check published state", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_verifypublishedstatetitle", + "displayName": "Published State Check Interval: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_verifypublishedstatetitle_30", + "displayName": "30 Minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_verifypublishedstatetitle_60", + "displayName": "1 Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_verifypublishedstatetitle_240", + "displayName": "4 Hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_verifypublishedstatetitle_480", + "displayName": "8 Hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_verifypublishedstatetitle_720", + "displayName": "12 Hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_verifypublishedstatetitle_1440", + "displayName": "1 Day", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_printing2_verifypublishedstate_verifypublishedstatetitle_4294967295", + "displayName": "Never", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_pushtoinstall_disablepushtoinstall", + "displayName": "Turn off Push To Install service", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_pushtoinstall_disablepushtoinstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_pushtoinstall_disablepushtoinstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosmaxoutstandingsends", + "displayName": "Limit outstanding packets", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosmaxoutstandingsends_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosmaxoutstandingsends_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosmaxoutstandingsends_qosmaxoutstandingsends_box", + "displayName": "Number of packets: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosnonbesteffortlimit", + "displayName": "Limit reservable bandwidth", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosnonbesteffortlimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosnonbesteffortlimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosnonbesteffortlimit_qosnonbesteffortlimit_box", + "displayName": "Bandwidth limit (%): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_c", + "displayName": "Best effort service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_c_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_c_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_c_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_nc", + "displayName": "Best effort service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_nc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_nc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_nc_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_pv", + "displayName": "Best effort service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_pv_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_pv_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypebesteffort_pv_qospriorityvalue", + "displayName": "Priority value (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_c", + "displayName": "Controlled load service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_c_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_c_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_c_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_nc", + "displayName": "Controlled load service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_nc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_nc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_nc_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_pv", + "displayName": "Controlled load service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_pv_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_pv_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypecontrolledload_pv_qospriorityvalue", + "displayName": "Priority value (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_c", + "displayName": "Guaranteed service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_c_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_c_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_c_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_nc", + "displayName": "Guaranteed service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_nc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_nc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_nc_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_pv", + "displayName": "Guaranteed service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_pv_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_pv_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypeguaranteed_pv_qospriorityvalue", + "displayName": "Priority value (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_c", + "displayName": "Network control service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_c_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_c_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_c_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_nc", + "displayName": "Network control service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_nc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_nc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_nc_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_pv", + "displayName": "Network control service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_pv_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_pv_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenetworkcontrol_pv_qospriorityvalue", + "displayName": "Priority value (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenonconforming", + "displayName": "Non-conforming packets", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenonconforming_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenonconforming_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypenonconforming_qospriorityvalue", + "displayName": "Priority value (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_c", + "displayName": "Qualitative service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_c_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_c_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_c_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_nc", + "displayName": "Qualitative service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_nc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_nc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_nc_qosdscpvalue", + "displayName": "DSCP value: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_pv", + "displayName": "Qualitative service type", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_pv_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_pv_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qosservicetypequalitative_pv_qospriorityvalue", + "displayName": "Priority value (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qostimerresolution", + "displayName": "Set timer resolution", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_qos_qostimerresolution_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qostimerresolution_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_qos_qostimerresolution_qostimerresolution_box", + "displayName": "Timer units (in microseconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_radar_wdiscenarioexecutionpolicy", + "displayName": "Configure Scenario Execution Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_radar_wdiscenarioexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_radar_wdiscenarioexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_radar_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_radar_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_radar_wdiscenarioexecutionpolicy_wdiscenarioexecutionpolicylevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_ee_enablepersistenttimestamp", + "displayName": "Enable Persistent Time Stamp", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_reliability_ee_enablepersistenttimestamp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_ee_enablepersistenttimestamp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_ee_enablepersistenttimestamp_ee_enablepersistenttimestamp_desc4", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_pch_reportshutdownevents", + "displayName": "Report unplanned shutdown events", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_reliability_pch_reportshutdownevents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_pch_reportshutdownevents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdowneventtrackerstatefile", + "displayName": "Activate Shutdown Event Tracker System State Data feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdowneventtrackerstatefile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdowneventtrackerstatefile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdownreason", + "displayName": "Display Shutdown Event Tracker", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdownreason_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdownreason_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdownreason_shutdownreason_box", + "displayName": "Shutdown Event Tracker should be displayed: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdownreason_shutdownreason_box_1", + "displayName": "Always", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdownreason_shutdownreason_box_2", + "displayName": "Workstation Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_reliability_shutdownreason_shutdownreason_box_3", + "displayName": "Server Only", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_encryptedticketonly", + "displayName": "Allow only Windows Vista or later connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_encryptedticketonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_encryptedticketonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_optimize_bandwidth", + "displayName": "Turn on bandwidth optimization", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_optimize_bandwidth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_optimize_bandwidth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_optimize_bandwidth_ra_optimize_bandwidth_list", + "displayName": "Optimize settings for reduced bandwidth: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_optimize_bandwidth_ra_optimize_bandwidth_list_14", + "displayName": "No optimization", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_optimize_bandwidth_ra_optimize_bandwidth_list_12", + "displayName": "No full window drag", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_optimize_bandwidth_ra_optimize_bandwidth_list_8", + "displayName": "Turn off background", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_remoteassistance_ra_optimize_bandwidth_ra_optimize_bandwidth_list_0", + "displayName": "Full optimization", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_accessrights_reboottime_2", + "displayName": "Set time (in seconds) to force reboot", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_accessrights_reboottime_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_accessrights_reboottime_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_accessrights_reboottime_2_accessrights_reboottime_seconds", + "displayName": "Time (in seconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyexecute_access_2", + "displayName": "CD and DVD: Deny execute access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyexecute_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyexecute_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyread_access_2", + "displayName": "CD and DVD: Deny read access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyread_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyread_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denywrite_access_2", + "displayName": "CD and DVD: Deny write access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denywrite_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denywrite_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_customclasses_denyread_access_2", + "displayName": "Custom Classes: Deny read access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_customclasses_denyread_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_customclasses_denyread_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_customclasses_denyread_access_2_customclasses_list", + "displayName": "GUID for custom removable storage class: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_customclasses_denywrite_access_2", + "displayName": "Custom Classes: Deny write access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_customclasses_denywrite_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_customclasses_denywrite_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_customclasses_denywrite_access_2_customclasses_list", + "displayName": "GUID for custom removable storage class: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyexecute_access_2", + "displayName": "Floppy Drives: Deny execute access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyexecute_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyexecute_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyread_access_2", + "displayName": "Floppy Drives: Deny read access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyread_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyread_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denywrite_access_2", + "displayName": "Floppy Drives: Deny write access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denywrite_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_floppydrives_denywrite_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removable_remote_allow_access", + "displayName": "All Removable Storage: Allow direct access in remote sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removable_remote_allow_access_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removable_remote_allow_access_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyexecute_access_2", + "displayName": "Removable Disks: Deny execute access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyexecute_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyexecute_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyread_access_2", + "displayName": "Removable Disks: Deny read access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyread_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyread_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removablestorageclasses_denyall_access_2", + "displayName": "All Removable Storage classes: Deny all access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removablestorageclasses_denyall_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_removablestorageclasses_denyall_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyexecute_access_2", + "displayName": "Tape Drives: Deny execute access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyexecute_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyexecute_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyread_access_2", + "displayName": "Tape Drives: Deny read access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyread_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyread_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denywrite_access_2", + "displayName": "Tape Drives: Deny write access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denywrite_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_tapedrives_denywrite_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_wpddevices_denyread_access_2", + "displayName": "WPD Devices: Deny read access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_wpddevices_denyread_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_wpddevices_denyread_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_wpddevices_denywrite_access_2", + "displayName": "WPD Devices: Deny write access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_wpddevices_denywrite_access_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_removablestorage_wpddevices_denywrite_access_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation", + "displayName": "Propagate extended error information", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation_rpcextendederrorinformationlist", + "displayName": "Propagation of extended error information: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation_rpcextendederrorinformationlist_0", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation_rpcextendederrorinformationlist_1", + "displayName": "On with Exceptions", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation_rpcextendederrorinformationlist_2", + "displayName": "Off with Exceptions", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation_rpcextendederrorinformationlist_3", + "displayName": "On", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcextendederrorinformation_rpcexterrorexceptions", + "displayName": "Extended Error Information Exceptions: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcignoredelegationfailure", + "displayName": "Ignore Delegation Failure", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcignoredelegationfailure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcignoredelegationfailure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcignoredelegationfailure_rpcignoredelegationfailurelist", + "displayName": "Ignoring Delegation Failure: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcignoredelegationfailure_rpcignoredelegationfailurelist_0", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcignoredelegationfailure_rpcignoredelegationfailurelist_1", + "displayName": "On", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcminimumhttpconnectiontimeout", + "displayName": "Set Minimum Idle Connection Timeout for RPC/HTTP connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcminimumhttpconnectiontimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcminimumhttpconnectiontimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcminimumhttpconnectiontimeout_rpcminimumhttpconnectiontimeoutvalue", + "displayName": "Minimum Idle Connection Timeout (in seconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation", + "displayName": "Maintain RPC Troubleshooting State Information", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation_rpcstateinformationlist", + "displayName": "RPC Runtime state information to maintain: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation_rpcstateinformationlist_0", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation_rpcstateinformationlist_1", + "displayName": "Auto1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation_rpcstateinformationlist_2", + "displayName": "Auto2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation_rpcstateinformationlist_3", + "displayName": "Server", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_rpc_rpcstateinformation_rpcstateinformationlist_4", + "displayName": "Full", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sam_samngckeyrocavalidation", + "displayName": "Configure validation of ROCA-vulnerable WHfB keys during authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sam_samngckeyrocavalidation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sam_samngckeyrocavalidation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sam_samngckeyrocavalidation_samngckeyrocavalidation_settings", + "displayName": "Options for handling ROCA-vulnerable WHfB keys: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sam_samngckeyrocavalidation_samngckeyrocavalidation_settings_0", + "displayName": "Ignore ROCA-vulnerable WHfB keys", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sam_samngckeyrocavalidation_samngckeyrocavalidation_settings_1", + "displayName": "Audit ROCA-vulnerable WHfB keys on use", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sam_samngckeyrocavalidation_samngckeyrocavalidation_settings_2", + "displayName": "Block ROCA-vulnerable WHfB keys on use", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_allow_logon_script_netbiosdisabled", + "displayName": "Allow logon scripts when NetBIOS or WINS is disabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_scripts_allow_logon_script_netbiosdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_allow_logon_script_netbiosdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_maxgposcriptwaitpolicy", + "displayName": "Specify maximum wait time for Group Policy scripts", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_scripts_maxgposcriptwaitpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_maxgposcriptwaitpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_maxgposcriptwaitpolicy_maxgposcriptwait", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_computer_ps_scripts_first", + "displayName": "Run Windows PowerShell scripts first at computer startup, shutdown", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_computer_ps_scripts_first_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_computer_ps_scripts_first_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_logon_script_sync_2", + "displayName": "Run logon scripts synchronously", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_logon_script_sync_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_logon_script_sync_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_shutdown_script_visible", + "displayName": "Display instructions in shutdown scripts as they run", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_shutdown_script_visible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_shutdown_script_visible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_startup_script_sync", + "displayName": "Run startup scripts asynchronously", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_startup_script_sync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_startup_script_sync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_startup_script_visible", + "displayName": "Display instructions in startup scripts as they run", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_startup_script_visible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_startup_script_visible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_user_ps_scripts_first", + "displayName": "Run Windows PowerShell scripts first at user logon, logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_user_ps_scripts_first_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_scripts_run_user_ps_scripts_first_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_betterwhenconnected", + "displayName": "Troubleshooting: Allow users to access online troubleshooting content on Microsoft servers from the Troubleshooting Control Panel (via the Windows Online Troubleshooting Service - WOTS)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_betterwhenconnected_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_betterwhenconnected_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_scripteddiagnosticsexecutionpolicy", + "displayName": "Troubleshooting: Allow users to access and run Troubleshooting Wizards", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_scripteddiagnosticsexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_scripteddiagnosticsexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_scripteddiagnosticssecuritypolicy", + "displayName": "Configure Security Policy for Scripted Diagnostics", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_scripteddiagnosticssecuritypolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiageng_scripteddiagnosticssecuritypolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiagschd_scheduleddiagnosticsexecutionpolicy", + "displayName": "Configure Scheduled Maintenance Behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sdiagschd_scheduleddiagnosticsexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiagschd_scheduleddiagnosticsexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiagschd_scheduleddiagnosticsexecutionpolicy_scheduleddiagnosticsexecutionpolicylevel", + "displayName": "Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sdiagschd_scheduleddiagnosticsexecutionpolicy_scheduleddiagnosticsexecutionpolicylevel_1", + "displayName": "Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sdiagschd_scheduleddiagnosticsexecutionpolicy_scheduleddiagnosticsexecutionpolicylevel_2", + "displayName": "Regular", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_securitycenter_securitycenter_securitycenterindomain", + "displayName": "Turn on Security Center (Domain PCs only)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_securitycenter_securitycenter_securitycenterindomain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_securitycenter_securitycenter_securitycenterindomain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sensors_disablelocationscripting_2", + "displayName": "Turn off location scripting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sensors_disablelocationscripting_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sensors_disablelocationscripting_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sensors_disablesensors_2", + "displayName": "Turn off sensors", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sensors_disablesensors_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sensors_disablesensors_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_do_not_display_manage_your_server_page", + "displayName": "Do not display Manage Your Server page at logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_servermanager_do_not_display_manage_your_server_page_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_do_not_display_manage_your_server_page_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_donotlaunchinitialconfigurationtasks", + "displayName": "Do not display Initial Configuration Tasks window automatically at logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_servermanager_donotlaunchinitialconfigurationtasks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_donotlaunchinitialconfigurationtasks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_donotlaunchservermanager", + "displayName": "Do not display Server Manager automatically at logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_servermanager_donotlaunchservermanager_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_donotlaunchservermanager_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_servermanagerautorefreshrate", + "displayName": "Configure the refresh interval for Server Manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_servermanager_servermanagerautorefreshrate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_servermanagerautorefreshrate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_servermanager_servermanagerautorefreshrate_refreshrate", + "displayName": "Minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing", + "displayName": "Specify settings for optional component installation and component repair", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_checkbox_neverusewu", + "displayName": "Never attempt to download payload from Windows Update (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_checkbox_neverusewu_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_checkbox_neverusewu_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_checkbox_sidestepwsus", + "displayName": "Download repair content and optional features directly from Windows Update instead of Windows Server Update Services (WSUS) (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_checkbox_sidestepwsus_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_checkbox_sidestepwsus_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_servicing_servicing_localsourcepath_textbox", + "displayName": "Alternate source file path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableapplicationsettingsync", + "displayName": "Do not sync app settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableapplicationsettingsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableapplicationsettingsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableapplicationsettingsync_checkbox_useroverride", + "displayName": "Allow users to turn \"app settings\" syncing on. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableapplicationsettingsync_checkbox_useroverride_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableapplicationsettingsync_checkbox_useroverride_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableappsyncsettingsync", + "displayName": "Do not sync Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableappsyncsettingsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableappsyncsettingsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableappsyncsettingsync_checkbox_useroverride", + "displayName": "Allow users to turn \"AppSync\" syncing on. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableappsyncsettingsync_checkbox_useroverride_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disableappsyncsettingsync_checkbox_useroverride_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablecredentialssettingsync", + "displayName": "Do not sync passwords", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablecredentialssettingsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablecredentialssettingsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablecredentialssettingsync_checkbox_useroverride", + "displayName": "Allow users to turn \"passwords\" syncing on. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablecredentialssettingsync_checkbox_useroverride_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablecredentialssettingsync_checkbox_useroverride_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disabledesktopthemesettingsync", + "displayName": "Do not sync desktop personalization", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disabledesktopthemesettingsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disabledesktopthemesettingsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disabledesktopthemesettingsync_checkbox_useroverride", + "displayName": "Allow users to turn \"desktop personalization\" syncing on. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disabledesktopthemesettingsync_checkbox_useroverride_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disabledesktopthemesettingsync_checkbox_useroverride_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablepersonalizationsettingsync", + "displayName": "Do not sync personalize", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablepersonalizationsettingsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablepersonalizationsettingsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablepersonalizationsettingsync_checkbox_useroverride", + "displayName": "Allow users to turn \"personalize\" syncing on. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablepersonalizationsettingsync_checkbox_useroverride_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablepersonalizationsettingsync_checkbox_useroverride_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesettingsync", + "displayName": "Do not sync", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesettingsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesettingsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesettingsync_checkbox_useroverride", + "displayName": "Allow users to turn syncing on. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesettingsync_checkbox_useroverride_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesettingsync_checkbox_useroverride_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablestartlayoutsettingsync", + "displayName": "Do not sync start settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablestartlayoutsettingsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablestartlayoutsettingsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablestartlayoutsettingsync_checkbox_useroverride", + "displayName": "Allow users to turn \"start layout\" syncing on. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablestartlayoutsettingsync_checkbox_useroverride_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablestartlayoutsettingsync_checkbox_useroverride_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesynconpaidnetwork", + "displayName": "Do not sync on metered connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesynconpaidnetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablesynconpaidnetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablewindowssettingsync", + "displayName": "Do not sync other Windows settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablewindowssettingsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablewindowssettingsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablewindowssettingsync_checkbox_useroverride", + "displayName": "Allow users to turn \"other Windows settings\" syncing on. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablewindowssettingsync_checkbox_useroverride_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_settingsync_disablewindowssettingsync_checkbox_useroverride_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_sharing_disablehomegroup", + "displayName": "Prevent the computer from joining a homegroup", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_sharing_disablehomegroup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_sharing_disablehomegroup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowcertificateswithnoeku", + "displayName": "Allow certificates with no extended key usage certificate attribute", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowcertificateswithnoeku_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowcertificateswithnoeku_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowintegratedunblock", + "displayName": "Allow Integrated Unblock screen to be displayed at the time of logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowintegratedunblock_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowintegratedunblock_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowsignatureonlykeys", + "displayName": "Allow signature keys valid for Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowsignatureonlykeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowsignatureonlykeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowtimeinvalidcertificates", + "displayName": "Allow time invalid certificates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowtimeinvalidcertificates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_allowtimeinvalidcertificates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certpropenabledstring", + "displayName": "Turn on certificate propagation from smart card", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certpropenabledstring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certpropenabledstring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootcleanupstring", + "displayName": "Configure root certificate clean up", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootcleanupstring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootcleanupstring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootcleanupstring_rootcertcleanupoption_levels", + "displayName": "Root certificate clean up options (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootcleanupstring_rootcertcleanupoption_levels_0", + "displayName": "No cleanup", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootcleanupstring_rootcertcleanupoption_levels_1", + "displayName": "Clean up certificates on smart card removal", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootcleanupstring_rootcertcleanupoption_levels_2", + "displayName": "Clean up certificates on log off", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootenabledstring", + "displayName": "Turn on root certificate propagation from smart card", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootenabledstring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_certproprootenabledstring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_disallowplaintextpin", + "displayName": "Prevent plaintext PINs from being returned by Credential Manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_disallowplaintextpin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_disallowplaintextpin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_enumerateecccerts", + "displayName": "Allow ECC certificates to be used for logon and authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_enumerateecccerts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_enumerateecccerts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_filterduplicatecerts", + "displayName": "Filter duplicate logon certificates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_filterduplicatecerts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_filterduplicatecerts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_forcereadingallcertificates", + "displayName": "Force the reading of all certificates from the smart card", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_forcereadingallcertificates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_forcereadingallcertificates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_integratedunblockpromptstring", + "displayName": "Display string when smart card is blocked", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_integratedunblockpromptstring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_integratedunblockpromptstring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_integratedunblockpromptstring_integratedunblockpromptstring", + "displayName": "Display string when smart card is blocked (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_reversesubject", + "displayName": "Reverse the subject name stored in a certificate when displaying", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_reversesubject_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_reversesubject_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_scpnpenabled", + "displayName": "Turn on Smart Card Plug and Play service", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_scpnpenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_scpnpenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_scpnpnotification", + "displayName": "Notify user of successful smart card driver installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_scpnpnotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_scpnpnotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_x509hintsneeded", + "displayName": "Allow user name hint", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_smartcard_x509hintsneeded_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_smartcard_x509hintsneeded_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_communities", + "displayName": "Specify communities", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_communities_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_communities_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_communities_snmp_communitieslistbox", + "displayName": "Communities (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_permittedmanagers", + "displayName": "Specify permitted managers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_permittedmanagers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_permittedmanagers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_permittedmanagers_snmp_permittedmanagerslistbox", + "displayName": "Permitted managers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_traps_public", + "displayName": "Specify traps for public community", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_traps_public_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_traps_public_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_snmp_snmp_traps_public_snmp_traps_publiclistbox", + "displayName": "Trap configuration (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_soundrec_soundrec_diableapplication_titletext_2", + "displayName": "Do not allow Sound Recorder to run", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_soundrec_soundrec_diableapplication_titletext_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_soundrec_soundrec_diableapplication_titletext_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration", + "displayName": "Customize message for Access Denied errors", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_additonalemailtotext", + "displayName": "Additional recipients: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_allowemailrequestscheck", + "displayName": "Enable users to request assistance (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_allowemailrequestscheck_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_allowemailrequestscheck_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_emailmessagetext", + "displayName": "\r\nAdd the following text to the end of the email:\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_errormessagetext", + "displayName": "\r\nDisplay the following message to users who are denied access:\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_generatelogcheck", + "displayName": "Log emails in Application and Services event log (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_generatelogcheck_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_generatelogcheck_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_includedeviceclaimscheck", + "displayName": "Include device claims (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_includedeviceclaimscheck_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_includedeviceclaimscheck_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_includeuserclaimscheck", + "displayName": "Include user claims (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_includeuserclaimscheck_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_includeuserclaimscheck_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_putadminontocheck", + "displayName": "File server administrator (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_putadminontocheck_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_putadminontocheck_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_putdataownerontocheck", + "displayName": "Folder owner (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_putdataownerontocheck_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_accessdeniedconfiguration_putdataownerontocheck_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_centralclassificationlist", + "displayName": "File Classification Infrastructure: Specify classification properties list", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_centralclassificationlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_centralclassificationlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_centralclassificationlist_centralclassificationlisttextelement", + "displayName": "Classification properties list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_enablemanualux", + "displayName": "File Classification Infrastructure: Display Classification tab in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_enablemanualux_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_enablemanualux_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_enableshellaccesscheck", + "displayName": "Enable access-denied assistance on client for all file types", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_srmfci_enableshellaccesscheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_srmfci_enableshellaccesscheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_hidepoweroptions", + "displayName": "Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_startmenu_hidepoweroptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_hidepoweroptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist", + "displayName": "Remove All Programs list from the Start menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown", + "displayName": "Choose one of the following actions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown_0", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown_3", + "displayName": "Collapse", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown_2", + "displayName": "Collapse and disable setting", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown_1", + "displayName": "Remove and disable setting", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_norun", + "displayName": "Remove Run menu from Start Menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_startmenu_norun_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_norun_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nosettaskbar", + "displayName": "Prevent changes to Taskbar and Start Menu Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nosettaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nosettaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_notraycontextmenu", + "displayName": "Remove access to the context menus for the taskbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_startmenu_notraycontextmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_notraycontextmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nouninstallfromstart", + "displayName": "Prevent users from uninstalling applications from Start", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nouninstallfromstart_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_nouninstallfromstart_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_startpinappswheninstalled", + "displayName": "Pin Apps to Start when installed", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_startmenu_startpinappswheninstalled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_startpinappswheninstalled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_startmenu_startpinappswheninstalled_startpinappswheninstalled_name", + "displayName": "Add AppIDs to the list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_systemrestore_sr_disableconfig", + "displayName": "Turn off Configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_systemrestore_sr_disableconfig_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_systemrestore_sr_disableconfig_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_autocomplete_2", + "displayName": "Turn off AutoComplete integration with Input Panel", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_autocomplete_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_autocomplete_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_edgetarget_2", + "displayName": "Prevent Input Panel tab from appearing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_edgetarget_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_edgetarget_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptarget_2", + "displayName": "For tablet pen input, don’t show the Input Panel icon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptarget_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptarget_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptouchtarget_2", + "displayName": "For touch input, don’t show the Input Panel icon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptouchtarget_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptouchtarget_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2", + "displayName": "Turn off password security in Input Panel", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2_passwordsecurity", + "displayName": "Turn off password security in Input Panel (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2_passwordsecurity_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2_passwordsecurity_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2_passwordsecurity_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2_passwordsecurity_4", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_2_passwordsecurity_5", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_prediction_2", + "displayName": "Disable text prediction", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_prediction_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_prediction_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_rarechar_2", + "displayName": "Include rarely used Chinese, Kanji, or Hanja characters", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_rarechar_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_rarechar_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_2", + "displayName": "Turn off tolerant and Z-shaped scratch-out gestures", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_2_scratchout", + "displayName": "Turn off tolerant and Z-shaped scratch-out gestures (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_2_scratchout_1", + "displayName": "All", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_2_scratchout_2", + "displayName": "Tolerant", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_2_scratchout_3", + "displayName": "None", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disableinkball_2", + "displayName": "Do not allow Inkball to run", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disableinkball_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disableinkball_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablejournal_2", + "displayName": "Do not allow Windows Journal to be run", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablejournal_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablejournal_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablenotewriterprinting_2", + "displayName": "Do not allow printing to Journal Note Writer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablenotewriterprinting_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablenotewriterprinting_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablesnippingtool_2", + "displayName": "Do not allow Snipping Tool to run", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablesnippingtool_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_disablesnippingtool_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventbackescmapping_2", + "displayName": "Prevent Back-ESC mapping", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventbackescmapping_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventbackescmapping_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventflicks_2", + "displayName": "Prevent flicks", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventflicks_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventflicks_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventflickslearningmode_2", + "displayName": "Prevent Flicks Learning Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventflickslearningmode_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventflickslearningmode_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventlaunchapp_2", + "displayName": "Prevent launch an application", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventlaunchapp_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventlaunchapp_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventpressandhold_2", + "displayName": "Prevent press and hold", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventpressandhold_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_preventpressandhold_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_turnoffbuttons_2", + "displayName": "Turn off hardware buttons", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_turnoffbuttons_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_turnoffbuttons_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_turnofffeedback_2", + "displayName": "Turn off pen feedback", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_turnofffeedback_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tabletshell_turnofffeedback_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_taskbar_taskbarnopinnedlist", + "displayName": "Remove pinned programs from the Taskbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_taskbar_taskbarnopinnedlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_taskbar_taskbarnopinnedlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_router_name", + "displayName": "Set 6to4 Relay Name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_router_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_router_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_router_name_resolution_interval", + "displayName": "Set 6to4 Relay Name Resolution Interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_router_name_resolution_interval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_router_name_resolution_interval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_router_name_resolution_interval_routernameresolutionintervalbox", + "displayName": "Minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_router_name_routernamebox", + "displayName": "Enter a router or relay name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_state", + "displayName": "Set 6to4 State", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_state_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_state_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_state_stateselect", + "displayName": "Select from the following states: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_state_stateselect_default", + "displayName": "Default State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_state_stateselect_enabled", + "displayName": "Enabled State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_6to4_state_stateselect_disabled", + "displayName": "Disabled State", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_ip_stateless_autoconfiguration_limits_state", + "displayName": "Set IP Stateless Autoconfiguration Limits State", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_ip_stateless_autoconfiguration_limits_state_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_ip_stateless_autoconfiguration_limits_state_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_iphttps_clientstate", + "displayName": "Set IP-HTTPS State", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_iphttps_clientstate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_iphttps_clientstate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_iphttps_clientstate_iphttpsclienturlbox", + "displayName": "Enter the IPHTTPS Url: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_iphttps_clientstate_stateselect", + "displayName": "Select Interface state from the following options: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_iphttps_clientstate_stateselect_0", + "displayName": "Default State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_iphttps_clientstate_stateselect_2", + "displayName": "Enabled State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_iphttps_clientstate_stateselect_3", + "displayName": "Disabled State", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_router_name", + "displayName": "Set ISATAP Router Name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_router_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_router_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_router_name_routernamebox", + "displayName": "Enter a router or relay name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_state", + "displayName": "Set ISATAP State", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_state_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_state_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_state_stateselect", + "displayName": "Select from the following states: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_state_stateselect_default", + "displayName": "Default State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_state_stateselect_enabled", + "displayName": "Enabled State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_isatap_state_stateselect_disabled", + "displayName": "Disabled State", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_client_port", + "displayName": "Set Teredo Client Port", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_client_port_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_client_port_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_client_port_teredoclientportbox", + "displayName": "\r\nThe setting allows you to customize the Teredo client port\r\nThe range is 0 to 65535. Default (recommended) is 0 which is to let the local system pick the port.\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_default_qualified", + "displayName": "Set Teredo Default Qualified", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_default_qualified_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_default_qualified_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_default_qualified_stateselect", + "displayName": "Select from the following states: (Device)", + "options": { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_default_qualified_stateselect_enabled", + "displayName": "Enabled State", + "description": null + } + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_refresh_rate", + "displayName": "Set Teredo Refresh Rate", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_refresh_rate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_refresh_rate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_refresh_rate_teredorefreshratebox", + "displayName": "Seconds: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_server_name", + "displayName": "Set Teredo Server Name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_server_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_server_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_server_name_teredoservernamebox", + "displayName": "Enter a Teredo server name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_state", + "displayName": "Set Teredo State", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_state_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_state_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_state_stateselect", + "displayName": "Select from the following states: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_state_stateselect_default", + "displayName": "Default State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_state_stateselect_disabled", + "displayName": "Disabled State", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_state_stateselect_client", + "displayName": "Client", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_teredo_state_stateselect_enterprise client", + "displayName": "Enterprise Client", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_windows_scaling_heuristics_state", + "displayName": "Set Window Scaling Heuristics State", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tcpip_windows_scaling_heuristics_state_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tcpip_windows_scaling_heuristics_state_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_auto_reconnect", + "displayName": "Automatic reconnection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_auto_reconnect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_auto_reconnect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_camera_redirection", + "displayName": "Do not allow video capture redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_camera_redirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_camera_redirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_certificate_template_policy", + "displayName": "Server authentication certificate template", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_certificate_template_policy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_certificate_template_policy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_certificate_template_policy_ts_certificate_template_name", + "displayName": "Certificate Template Name (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_signed_files_2", + "displayName": "Allow .rdp files from valid publishers and user's default .rdp settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_signed_files_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_signed_files_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_unsigned_files_2", + "displayName": "Allow .rdp files from unknown publishers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_unsigned_files_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_unsigned_files_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio", + "displayName": "Allow audio and video playback redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_capture", + "displayName": "Allow audio recording redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_capture_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_capture_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_quality", + "displayName": "Limit audio playback quality", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_quality_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_quality_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_quality_ts_audio_quality_level", + "displayName": "Audio Quality (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_quality_ts_audio_quality_level_1", + "displayName": "Dynamic", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_quality_ts_audio_quality_level_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_audio_quality_ts_audio_quality_level_7", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_clipboard", + "displayName": "Do not allow Clipboard redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_clipboard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_clipboard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_com", + "displayName": "Do not allow COM port redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_com_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_com_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_default_m", + "displayName": "Do not set default client printer to be default printer in a session", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_default_m_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_default_m_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_disable_hardware_mode", + "displayName": "Do not allow hardware accelerated decoding", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_disable_hardware_mode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_disable_hardware_mode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_lpt", + "displayName": "Do not allow LPT port redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_lpt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_lpt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_pnp", + "displayName": "Do not allow supported Plug and Play device redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_pnp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_pnp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_printer", + "displayName": "Do not allow client printer redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_printer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_printer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_trusted_certificate_thumbprints_1", + "displayName": "Specify SHA1 thumbprints of certificates representing trusted .rdp publishers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_trusted_certificate_thumbprints_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_trusted_certificate_thumbprints_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_trusted_certificate_thumbprints_1_trusted_certificate_thumbprints", + "displayName": "Comma-separated list of SHA1 trusted certificate thumbprints: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_turn_off_udp", + "displayName": "Turn Off UDP On Client", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_turn_off_udp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_client_turn_off_udp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth", + "displayName": "Limit maximum color depth", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth_ts_color_depth", + "displayName": "Color Depth (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth_ts_color_depth_999", + "displayName": "Client Compatible", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth_ts_color_depth_2", + "displayName": "15 bit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth_ts_color_depth_3", + "displayName": "16 bit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth_ts_color_depth_4", + "displayName": "24 bit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_colordepth_ts_color_depth_5", + "displayName": "32 bit", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_delete_roaming_user_profiles", + "displayName": "Limit the size of the entire roaming user profile cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_delete_roaming_user_profiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_delete_roaming_user_profiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_delete_roaming_user_profiles_ts_profile_directory_monitoring_interval", + "displayName": "Monitoring interval (minutes): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_delete_roaming_user_profiles_ts_profile_directory_quota", + "displayName": "Maximum cache size (GBs): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_disable_remote_desktop_wallpaper", + "displayName": "Enforce Removal of Remote Desktop Wallpaper", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_disable_remote_desktop_wallpaper_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_disable_remote_desktop_wallpaper_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_dx_use_full_hwgpu", + "displayName": "Use hardware graphics adapters for all Remote Desktop Services sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_dx_use_full_hwgpu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_dx_use_full_hwgpu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_easy_print", + "displayName": "Use Remote Desktop Easy Print printer driver first", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_easy_print_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_easy_print_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_enablevirtualgraphics", + "displayName": "Configure RemoteFX", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_enablevirtualgraphics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_enablevirtualgraphics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_fallbackprintdrivertype", + "displayName": "Specify RD Session Host server fallback printer driver behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_fallbackprintdrivertype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_fallbackprintdrivertype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_fallbackprintdrivertype_ts_fallback_options", + "displayName": "When attempting to find a suitable driver: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_fallbackprintdrivertype_ts_fallback_options_1", + "displayName": "Do nothing if one is not found.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_fallbackprintdrivertype_ts_fallback_options_2", + "displayName": "Default to PCL if one is not found.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_fallbackprintdrivertype_ts_fallback_options_3", + "displayName": "Default to PS if one is not found.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_fallbackprintdrivertype_ts_fallback_options_4", + "displayName": "Show both PCL and PS if one is not found.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_forcible_logoff", + "displayName": "Deny logoff of an administrator logged in to the console session", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_forcible_logoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_forcible_logoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_join_session_directory", + "displayName": "Join RD Connection Broker", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_join_session_directory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_join_session_directory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_keep_alive", + "displayName": "Configure keep-alive connection interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_keep_alive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_keep_alive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_keep_alive_ts_keep_alive_interval", + "displayName": "Keep-Alive interval: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_secgroup", + "displayName": "License server security group", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_secgroup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_secgroup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_servers", + "displayName": "Use the specified Remote Desktop license servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_servers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_servers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_servers_ts_license_edit", + "displayName": "License servers to use: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_tooltip", + "displayName": "Hide notifications about RD Licensing problems that affect the RD Session Host server", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_tooltip_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_license_tooltip_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_licensing_mode", + "displayName": "Set the Remote Desktop licensing mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_licensing_mode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_licensing_mode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_licensing_mode_ts_licensing_name", + "displayName": "Specify the licensing mode for the RD Session Host server. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_licensing_mode_ts_licensing_name_2", + "displayName": "Per Device", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_licensing_mode_ts_licensing_name_4", + "displayName": "Per User", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_licensing_mode_ts_licensing_name_6", + "displayName": "AAD Per User", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_max_con_policy", + "displayName": "Limit number of connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_max_con_policy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_max_con_policy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_max_con_policy_ts_maximum_connections_allowed", + "displayName": "RD Maximum Connections allowed (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxdisplayres", + "displayName": "Limit maximum display resolution", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxdisplayres_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxdisplayres_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxdisplayres_ts_displayres_height", + "displayName": "Height (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxdisplayres_ts_displayres_width", + "displayName": "Width (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxmonitor", + "displayName": "Limit number of monitors", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxmonitor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxmonitor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_maxmonitor_ts_max_monitor", + "displayName": "Maximum Monitors (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_nodisconnectmenu", + "displayName": "Remove \"Disconnect\" option from Shut Down dialog", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_nodisconnectmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_nodisconnectmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_nosecuritymenu", + "displayName": "Remove Windows Security item from Start menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_nosecuritymenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_nosecuritymenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_preventlicenseupgrade", + "displayName": "Prevent license upgrade", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_preventlicenseupgrade_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_preventlicenseupgrade_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_promt_creds_client_comp", + "displayName": "Prompt for credentials on the client computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_promt_creds_client_comp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_promt_creds_client_comp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_rdsappx_waitforregistration", + "displayName": "Suspend user sign-in to complete app registration", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_rdsappx_waitforregistration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_rdsappx_waitforregistration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2", + "displayName": "Set rules for remote control of Remote Desktop Services user sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2_ts_remotecontrol_levels", + "displayName": "Options: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2_ts_remotecontrol_levels_0", + "displayName": "No remote control allowed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2_ts_remotecontrol_levels_1", + "displayName": "Full Control with user's permission", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2_ts_remotecontrol_levels_2", + "displayName": "Full Control without user's permission", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2_ts_remotecontrol_levels_3", + "displayName": "View Session with user's permission", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_2_ts_remotecontrol_levels_4", + "displayName": "View Session without user's permission", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics", + "displayName": "Optimize visual experience when using RemoteFX", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_ts_remotedesktopvirtualgraphics_screencapturerate", + "displayName": "Screen capture rate (frames per second): (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_ts_remotedesktopvirtualgraphics_screencapturerate_1", + "displayName": "Highest (best quality)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_ts_remotedesktopvirtualgraphics_screencapturerate_2", + "displayName": "Medium (default)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_ts_remotedesktopvirtualgraphics_screencapturerate_3", + "displayName": "Lowest", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_ts_remotedesktopvirtualgraphics_screenimagequality", + "displayName": "Screen Image Quality: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_ts_remotedesktopvirtualgraphics_screenimagequality_1", + "displayName": "Highest (best quality)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_ts_remotedesktopvirtualgraphics_screenimagequality_2", + "displayName": "Medium (default)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_remotedesktopvirtualgraphics_ts_remotedesktopvirtualgraphics_screenimagequality_3", + "displayName": "Lowest", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_clustname", + "displayName": "Configure RD Connection Broker farm name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_clustname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_clustname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_clustname_ts_sd_clustname", + "displayName": "Configure RD Connection Broker farm name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_expose_address", + "displayName": "Use IP Address Redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_expose_address_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_expose_address_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_loc", + "displayName": "Configure RD Connection Broker server name", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_loc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_loc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sd_loc_ts_sd_loc", + "displayName": "Configure RD Connection Broker server name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_security_layer_policy", + "displayName": "Require use of specific security layer for remote (RDP) connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_security_layer_policy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_security_layer_policy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_security_layer_policy_ts_security_layer", + "displayName": "Security Layer (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_security_layer_policy_ts_security_layer_0", + "displayName": "RDP", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_security_layer_policy_ts_security_layer_1", + "displayName": "Negotiate", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_security_layer_policy_ts_security_layer_2", + "displayName": "SSL", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_network_detect", + "displayName": "Select network detection on the server", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_network_detect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_network_detect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_network_detect_ts_select_network_detect_level", + "displayName": "Select Network Detect Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_network_detect_ts_select_network_detect_level_0", + "displayName": "Use both Connect Time Detect and Continuous Network Detect", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_network_detect_ts_select_network_detect_level_1", + "displayName": "Turn off Connect Time Detect", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_network_detect_ts_select_network_detect_level_2", + "displayName": "Turn off Continuous Network Detect", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_network_detect_ts_select_network_detect_level_3", + "displayName": "Turn off Connect Time Detect and Continuous Network Detect", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_transport", + "displayName": "Select RDP transport protocols", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_transport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_transport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_transport_ts_select_transport_type", + "displayName": "Select Transport Type (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_transport_ts_select_transport_type_0", + "displayName": "Use both UDP and TCP", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_transport_ts_select_transport_type_1", + "displayName": "Use only TCP", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_select_transport_ts_select_transport_type_2", + "displayName": "Use either UDP or TCP", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_advanced_remotefx_remoteapp", + "displayName": "Use advanced RemoteFX graphics for RemoteApp", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_advanced_remotefx_remoteapp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_advanced_remotefx_remoteapp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_auth", + "displayName": "Configure server authentication for client", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_auth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_auth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_auth_ts_server_auth_level", + "displayName": "Authentication setting: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_auth_ts_server_auth_level_0", + "displayName": "Always connect, even if authentication fails", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_auth_ts_server_auth_level_2", + "displayName": "Warn me if authentication fails", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_auth_ts_server_auth_level_1", + "displayName": "Do not connect if authentication fails", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_avc_hw_encode_preferred", + "displayName": "Configure H.264/AVC hardware encoding for Remote Desktop Connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_avc_hw_encode_preferred_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_avc_hw_encode_preferred_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_avc444_mode_preferred", + "displayName": "Prioritize H.264/AVC 444 graphics mode for Remote Desktop Connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_avc444_mode_preferred_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_avc444_mode_preferred_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_compressor", + "displayName": "Configure compression for RemoteFX data", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_compressor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_compressor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_compressor_ts_compressor_levels", + "displayName": "RDP compression algorithm: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_compressor_ts_compressor_levels_1", + "displayName": "Optimized to use less memory", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_compressor_ts_compressor_levels_3", + "displayName": "Optimized to use less network bandwidth", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_compressor_ts_compressor_levels_2", + "displayName": "Balances memory and network bandwidth", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_compressor_ts_compressor_levels_0", + "displayName": "Do not use an RDP compression algorithm", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_image_quality", + "displayName": "Configure image quality for RemoteFX Adaptive Graphics", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_image_quality_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_image_quality_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_image_quality_ts_server_image_quality_levels", + "displayName": "Image quality: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_image_quality_ts_server_image_quality_levels_1", + "displayName": "Lossless", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_image_quality_ts_server_image_quality_levels_2", + "displayName": "High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_image_quality_ts_server_image_quality_levels_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_image_quality_ts_server_image_quality_levels_4", + "displayName": "Low", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_legacy_rfx", + "displayName": "Enable RemoteFX encoding for RemoteFX clients designed for Windows Server 2008 R2 SP1", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_legacy_rfx_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_legacy_rfx_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_profile", + "displayName": "Configure RemoteFX Adaptive Graphics", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_profile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_profile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_profile_ts_server_profile_levels", + "displayName": "RDP experience: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_profile_ts_server_profile_levels_2", + "displayName": "Let the system choose experience for network condition", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_profile_ts_server_profile_levels_1", + "displayName": "Optimize for server scalability", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_profile_ts_server_profile_levels_3", + "displayName": "Optimize for minimum bandwidth usage", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_visexp", + "displayName": "Optimize visual experience for Remote Desktop Service Sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_visexp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_visexp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_visexp_ts_visexp_settings", + "displayName": "Visual experience: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_visexp_ts_visexp_settings_1", + "displayName": "Rich multimedia", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_visexp_ts_visexp_settings_2", + "displayName": "Text", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_wddm_graphics_driver", + "displayName": "Use WDDM graphics display driver for Remote Desktop Connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_wddm_graphics_driver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_server_wddm_graphics_driver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_session_end_on_limit_2", + "displayName": "End session when time limits are reached", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_session_end_on_limit_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_session_end_on_limit_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2", + "displayName": "Set time limit for disconnected sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected", + "displayName": "End a disconnected session (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_0", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_60000", + "displayName": "1 minute", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_300000", + "displayName": "5 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_600000", + "displayName": "10 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_900000", + "displayName": "15 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_1800000", + "displayName": "30 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_3600000", + "displayName": "1 hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_7200000", + "displayName": "2 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_10800000", + "displayName": "3 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_21600000", + "displayName": "6 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_28800000", + "displayName": "8 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_43200000", + "displayName": "12 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_57600000", + "displayName": "16 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_64800000", + "displayName": "18 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_86400000", + "displayName": "1 day", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_172800000", + "displayName": "2 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_259200000", + "displayName": "3 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_345600000", + "displayName": "4 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_2_ts_sessions_enddisconnected_432000000", + "displayName": "5 days", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2", + "displayName": "Set time limit for active but idle Remote Desktop Services sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext", + "displayName": "Idle session limit: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_0", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_60000", + "displayName": "1 minute", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_300000", + "displayName": "5 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_600000", + "displayName": "10 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_900000", + "displayName": "15 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_1800000", + "displayName": "30 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_3600000", + "displayName": "1 hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_7200000", + "displayName": "2 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_10800000", + "displayName": "3 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_21600000", + "displayName": "6 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_28800000", + "displayName": "8 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_43200000", + "displayName": "12 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_57600000", + "displayName": "16 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_64800000", + "displayName": "18 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_86400000", + "displayName": "1 day", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_172800000", + "displayName": "2 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_259200000", + "displayName": "3 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_345600000", + "displayName": "4 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_2_ts_sessions_idlelimittext_432000000", + "displayName": "5 days", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2", + "displayName": "Set time limit for active Remote Desktop Services sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit", + "displayName": "Active session limit : (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_0", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_60000", + "displayName": "1 minute", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_300000", + "displayName": "5 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_600000", + "displayName": "10 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_900000", + "displayName": "15 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_1800000", + "displayName": "30 minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_3600000", + "displayName": "1 hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_7200000", + "displayName": "2 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_10800000", + "displayName": "3 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_21600000", + "displayName": "6 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_28800000", + "displayName": "8 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_43200000", + "displayName": "12 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_57600000", + "displayName": "16 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_64800000", + "displayName": "18 hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_86400000", + "displayName": "1 day", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_172800000", + "displayName": "2 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_259200000", + "displayName": "3 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_345600000", + "displayName": "4 days", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_2_ts_sessions_activelimit_432000000", + "displayName": "5 days", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_single_session", + "displayName": "Restrict Remote Desktop Services users to a single Remote Desktop Services session", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_single_session_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_single_session_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_smart_card", + "displayName": "Do not allow smart card device redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_smart_card_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_smart_card_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_start_program_2", + "displayName": "Start a program on connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_start_program_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_start_program_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_start_program_2_ts_program_name", + "displayName": "Program path and file name (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_start_program_2_ts_workdir", + "displayName": "Working Directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_temp_delete", + "displayName": "Do not delete temp folders upon exit", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_temp_delete_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_temp_delete_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_temp_per_session", + "displayName": "Do not use temporary folders per session", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_temp_per_session_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_temp_per_session_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_time_zone", + "displayName": "Allow time zone redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_time_zone_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_time_zone_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_tscc_permissions_policy", + "displayName": "Do not allow local administrators to customize permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_tscc_permissions_policy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_tscc_permissions_policy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_turnoff_singleapp", + "displayName": "Always show desktop on connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_turnoff_singleapp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_turnoff_singleapp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_usb_redirection_disable", + "displayName": "Allow RDP redirection of other supported RemoteFX USB devices from this computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_usb_redirection_disable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_usb_redirection_disable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_usb_redirection_disable_usbaccessright", + "displayName": "RemoteFX USB Redirection Access Rights (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_usb_redirection_disable_usbaccessright_1", + "displayName": "Adminstrators Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_usb_redirection_disable_usbaccessright_2", + "displayName": "Adminstrators and Users", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_authentication_policy", + "displayName": "Require user authentication for remote connections by using Network Level Authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_authentication_policy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_authentication_policy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home", + "displayName": "Set Remote Desktop Services User Home Directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter", + "displayName": "Drive Letter (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_g:", + "displayName": "G:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_h:", + "displayName": "H:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_i:", + "displayName": "I:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_j:", + "displayName": "J:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_k:", + "displayName": "K:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_l:", + "displayName": "L:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_m:", + "displayName": "M:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_n:", + "displayName": "N:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_o:", + "displayName": "O:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_p:", + "displayName": "P:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_q:", + "displayName": "Q:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_r:", + "displayName": "R:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_s:", + "displayName": "S:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_t:", + "displayName": "T:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_u:", + "displayName": "U:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_v:", + "displayName": "V:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_w:", + "displayName": "W:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_x:", + "displayName": "X:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_y:", + "displayName": "Y:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_drive_letter_z:", + "displayName": "Z:", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_home_dir", + "displayName": "Home Dir Root Path: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_user_home_location", + "displayName": "Location: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_user_home_location_1", + "displayName": "On the Network", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_home_ts_user_home_location_0", + "displayName": "On the Local machine", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_mandatory_profiles", + "displayName": "Use mandatory profiles on the RD Session Host server", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_mandatory_profiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_mandatory_profiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_profiles", + "displayName": "Set path for Remote Desktop Services Roaming User Profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_profiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_profiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_terminalserver_ts_user_profiles_ts_profile_path", + "displayName": "Profile path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_touchinput_panningeverywhereoff_2", + "displayName": "Turn off Touch Panning", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_touchinput_panningeverywhereoff_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_touchinput_panningeverywhereoff_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_touchinput_touchinputoff_2", + "displayName": "Turn off Tablet PC touch input", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_touchinput_touchinputoff_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_touchinput_touchinputoff_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_blockedcommandslist_name", + "displayName": "Configure the list of blocked TPM commands", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_blockedcommandslist_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_blockedcommandslist_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_blockedcommandslist_name_blockedcommandslist_ordinals2", + "displayName": "The list of blocked TPM commands: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_cleartpmifnotready_name", + "displayName": "Configure the system to clear the TPM if it is not in a ready state.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_cleartpmifnotready_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_cleartpmifnotready_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_ignoredefaultlist_name", + "displayName": "Ignore the default list of blocked TPM commands", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_ignoredefaultlist_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_ignoredefaultlist_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_ignorelocallist_name", + "displayName": "Ignore the local list of blocked TPM commands", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_ignorelocallist_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_ignorelocallist_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_optintodsha_name", + "displayName": "Enable Device Health Attestation Monitoring and Reporting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_optintodsha_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_optintodsha_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_osmanagedauth_name", + "displayName": "Configure the level of TPM owner authorization information available to the operating system", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_osmanagedauth_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_osmanagedauth_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_osmanagedauth_name_selectosmanagedauthlevel", + "displayName": "Operating system managed TPM authentication level: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_osmanagedauth_name_selectosmanagedauthlevel_4", + "displayName": "Full", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_osmanagedauth_name_selectosmanagedauthlevel_2", + "displayName": "Delegated", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_osmanagedauth_name_selectosmanagedauthlevel_0", + "displayName": "None", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailureduration_name", + "displayName": "Standard User Lockout Duration", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailureduration_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailureduration_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailureduration_name_dxt_standarduserauthorizationfailureduration_name", + "displayName": "Duration for counting TPM authorization failures (minutes): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailureindividualthreshold_name", + "displayName": "Standard User Individual Lockout Threshold", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailureindividualthreshold_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailureindividualthreshold_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailureindividualthreshold_name_dxt_standarduserauthorizationfailureindividualthreshold_name", + "displayName": "Maximum number of authorization failures per duration: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailuretotalthreshold_name", + "displayName": "Standard User Total Lockout Threshold", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailuretotalthreshold_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailuretotalthreshold_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_standarduserauthorizationfailuretotalthreshold_name_dxt_standarduserauthorizationfailuretotalthreshold_name", + "displayName": "Maximum number of authorization failures per duration: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_uselegacydap_name", + "displayName": "Configure the system to use legacy Dictionary Attack Prevention Parameters setting for TPM 2.0.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_tpm_uselegacydap_name_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_tpm_uselegacydap_name_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_calculator", + "displayName": "Calculator", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_calculator_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_calculator_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod", + "displayName": "Configure Sync Method", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_settingsimportnotification_delay", + "displayName": "Notification delay (in seconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_settingsimportnotification_enable", + "displayName": "Enable notification (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_settingsimportnotification_enable_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_settingsimportnotification_enable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_syncmethodconfiguration_list", + "displayName": "Sync Method: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_syncmethodconfiguration_list_syncprovider", + "displayName": "SyncProvider", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_syncmethodconfiguration_list_none", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_syncmethodconfiguration_list_external", + "displayName": "External", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configurevdi", + "displayName": "VDI Configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configurevdi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configurevdi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_configurevdi_vdicollectionname", + "displayName": "VDI Collection Name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_contactitdescription", + "displayName": "Contact IT Link Text", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_contactitdescription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_contactitdescription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_contactitdescription_contactitdescription", + "displayName": "Contact IT Link Text (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_contactiturl", + "displayName": "Contact IT URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_contactiturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_contactiturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_contactiturl_contactiturl", + "displayName": "Contact IT URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewin8sync", + "displayName": "Do not synchronize Windows Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewin8sync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewin8sync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings", + "displayName": "Synchronize Windows settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_desktopsettings", + "displayName": "Desktop settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_desktopsettings_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_desktopsettings_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_easeofaccesssettings", + "displayName": "Ease of access (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_easeofaccesssettings_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_easeofaccesssettings_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_networkprinters", + "displayName": "Network Printers (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_networkprinters_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_networkprinters_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_roamingcredentialsettings", + "displayName": "Roaming Credentials (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_roamingcredentialsettings_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_roamingcredentialsettings_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_themesettings", + "displayName": "Themes (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_themesettings_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_themesettings_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_enableuev", + "displayName": "Enable UEV", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_enableuev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_enableuev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_enableuev_registerinboxtemplates", + "displayName": "Auto-register inbox templates (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_enableuev_registerinboxtemplates_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_enableuev_registerinboxtemplates_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_finance", + "displayName": "Finance", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_finance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_finance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_firstusenotificationenabled", + "displayName": "First Use Notification", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_firstusenotificationenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_firstusenotificationenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_games", + "displayName": "Games", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_games_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_games_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer10", + "displayName": "Internet Explorer 10", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer11", + "displayName": "Internet Explorer 11", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer8", + "displayName": "Internet Explorer 8", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer8_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer8_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer9", + "displayName": "Internet Explorer 9", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer9_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer9_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorercommon", + "displayName": "Internet Explorer Common Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorercommon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorercommon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_maps", + "displayName": "Maps", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_maps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_maps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_maxpackagesizeinbytes", + "displayName": "Settings package size warning threshold", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_maxpackagesizeinbytes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_maxpackagesizeinbytes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_maxpackagesizeinbytes_maxpackagesizeinbytes", + "displayName": "Package size threshold (in bytes): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010access", + "displayName": "Microsoft Access 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010access_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010access_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010common", + "displayName": "Microsoft Office 2010 Common Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010common_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010common_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010excel", + "displayName": "Microsoft Excel 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010excel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010excel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010infopath", + "displayName": "Microsoft InfoPath 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010infopath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010infopath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010lync", + "displayName": "Microsoft Lync 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010lync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010lync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010onenote", + "displayName": "Microsoft OneNote 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010onenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010onenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010outlook", + "displayName": "Microsoft Outlook 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010outlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010outlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010powerpoint", + "displayName": "Microsoft PowerPoint 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010powerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010powerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010project", + "displayName": "Microsoft Project 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010project_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010project_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010publisher", + "displayName": "Microsoft Publisher 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010publisher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010publisher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointdesigner", + "displayName": "Microsoft SharePoint Designer 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointdesigner_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointdesigner_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointworkspace", + "displayName": "Microsoft SharePoint Workspace 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointworkspace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointworkspace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010visio", + "displayName": "Microsoft Visio 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010visio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010visio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010word", + "displayName": "Microsoft Word 2010", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010word_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010word_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013access", + "displayName": "Microsoft Access 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013access_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013access_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013accessbackup", + "displayName": "Access 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013accessbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013accessbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013common", + "displayName": "Microsoft Office 2013 Common Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013common_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013common_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013commonbackup", + "displayName": "Common 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013commonbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013commonbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excel", + "displayName": "Microsoft Excel 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excelbackup", + "displayName": "Excel 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excelbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excelbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopath", + "displayName": "Microsoft InfoPath 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopathbackup", + "displayName": "InfoPath 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopathbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopathbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lync", + "displayName": "Microsoft Lync 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lyncbackup", + "displayName": "Lync 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lyncbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lyncbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onedriveforbusiness", + "displayName": "Microsoft OneDrive for Business 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onedriveforbusiness_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onedriveforbusiness_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenote", + "displayName": "Microsoft OneNote 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenotebackup", + "displayName": "OneNote 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenotebackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenotebackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlook", + "displayName": "Microsoft Outlook 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlookbackup", + "displayName": "Outlook 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlookbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlookbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpoint", + "displayName": "Microsoft PowerPoint 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpointbackup", + "displayName": "PowerPoint 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpointbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpointbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013project", + "displayName": "Microsoft Project 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013project_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013project_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013projectbackup", + "displayName": "Project 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013projectbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013projectbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisher", + "displayName": "Microsoft Publisher 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisherbackup", + "displayName": "Publisher 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisherbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisherbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesigner", + "displayName": "Microsoft SharePoint Designer 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesigner_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesigner_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesignerbackup", + "displayName": "SharePoint Designer 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesignerbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesignerbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013uploadcenter", + "displayName": "Microsoft Office 2013 Upload Center", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013uploadcenter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013uploadcenter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visio", + "displayName": "Microsoft Visio 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visiobackup", + "displayName": "Visio 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visiobackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visiobackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013word", + "displayName": "Microsoft Word 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013word_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013word_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013wordbackup", + "displayName": "Word 2013 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013wordbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013wordbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016access", + "displayName": "Microsoft Access 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016access_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016access_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016accessbackup", + "displayName": "Access 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016accessbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016accessbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016common", + "displayName": "Microsoft Office 2016 Common Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016common_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016common_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016commonbackup", + "displayName": "Common 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016commonbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016commonbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excel", + "displayName": "Microsoft Excel 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excelbackup", + "displayName": "Excel 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excelbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excelbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lync", + "displayName": "Microsoft Lync 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lyncbackup", + "displayName": "Lync 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lyncbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lyncbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onedriveforbusiness", + "displayName": "Microsoft OneDrive for Business 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onedriveforbusiness_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onedriveforbusiness_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenote", + "displayName": "Microsoft OneNote 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenotebackup", + "displayName": "OneNote 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenotebackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenotebackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlook", + "displayName": "Microsoft Outlook 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlookbackup", + "displayName": "Outlook 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlookbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlookbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpoint", + "displayName": "Microsoft PowerPoint 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpointbackup", + "displayName": "PowerPoint 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpointbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpointbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016project", + "displayName": "Microsoft Project 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016project_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016project_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016projectbackup", + "displayName": "Project 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016projectbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016projectbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisher", + "displayName": "Microsoft Publisher 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisherbackup", + "displayName": "Publisher 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisherbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisherbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016uploadcenter", + "displayName": "Microsoft Office 2016 Upload Center", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016uploadcenter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016uploadcenter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visio", + "displayName": "Microsoft Visio 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visiobackup", + "displayName": "Visio 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visiobackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visiobackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016word", + "displayName": "Microsoft Word 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016word_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016word_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016wordbackup", + "displayName": "Word 2016 backup only", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016wordbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016wordbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2013", + "displayName": "Microsoft Office 365 Access 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2016", + "displayName": "Microsoft Office 365 Access 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2013", + "displayName": "Microsoft Office 365 Common 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2016", + "displayName": "Microsoft Office 365 Common 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2013", + "displayName": "Microsoft Office 365 Excel 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2016", + "displayName": "Microsoft Office 365 Excel 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365infopath2013", + "displayName": "Microsoft Office 365 InfoPath 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365infopath2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365infopath2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2013", + "displayName": "Microsoft Office 365 Lync 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2016", + "displayName": "Microsoft Office 365 Lync 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2013", + "displayName": "Microsoft Office 365 OneNote 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2016", + "displayName": "Microsoft Office 365 OneNote 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2013", + "displayName": "Microsoft Office 365 Outlook 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2016", + "displayName": "Microsoft Office 365 Outlook 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2013", + "displayName": "Microsoft Office 365 PowerPoint 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2016", + "displayName": "Microsoft Office 365 PowerPoint 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2013", + "displayName": "Microsoft Office 365 Project 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2016", + "displayName": "Microsoft Office 365 Project 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2013", + "displayName": "Microsoft Office 365 Publisher 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2016", + "displayName": "Microsoft Office 365 Publisher 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365sharepointdesigner2013", + "displayName": "Microsoft Office 365 SharePoint Designer 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365sharepointdesigner2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365sharepointdesigner2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2013", + "displayName": "Microsoft Office 365 Visio 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2016", + "displayName": "Microsoft Office 365 Visio 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2013", + "displayName": "Microsoft Office 365 Word 2013", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2016", + "displayName": "Microsoft Office 365 Word 2016", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_music", + "displayName": "Music", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_music_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_music_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_news", + "displayName": "News", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_news_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_news_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_notepad", + "displayName": "Notepad", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_notepad_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_notepad_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_reader", + "displayName": "Reader", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_reader_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_reader_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_repositorytimeout", + "displayName": "Synchronization timeout", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_repositorytimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_repositorytimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_repositorytimeout_repositorytimeout", + "displayName": "Synchronization timeout (in milliseconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingsstoragepath", + "displayName": "Settings storage path", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingsstoragepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingsstoragepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingsstoragepath_settingsstoragepath", + "displayName": "Settings storage path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingstemplatecatalogpath", + "displayName": "Settings template catalog path", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingstemplatecatalogpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingstemplatecatalogpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingstemplatecatalogpath_overridemstemplates", + "displayName": "Replace the default Microsoft templates (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingstemplatecatalogpath_overridemstemplates_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingstemplatecatalogpath_overridemstemplates_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_settingstemplatecatalogpath_settingstemplatecatalogpath", + "displayName": "Settings template catalog path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_sports", + "displayName": "Sports", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_sports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_sports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncenabled", + "displayName": "Use User Experience Virtualization (UE-V)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetwork", + "displayName": "Sync settings over metered connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetworkwhenroaming", + "displayName": "Sync settings over metered connections even when roaming", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetworkwhenroaming_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetworkwhenroaming_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncproviderpingenabled", + "displayName": "Ping the settings storage location before sync", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncproviderpingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncproviderpingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncunlistedwindows8apps", + "displayName": "Sync Unlisted Windows Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncunlistedwindows8apps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_syncunlistedwindows8apps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_travel", + "displayName": "Travel", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_travel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_travel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_trayiconenabled", + "displayName": "Tray Icon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_trayiconenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_trayiconenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_video", + "displayName": "Video", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_video_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_video_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_weather", + "displayName": "Weather", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_weather_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_weather_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_wordpad", + "displayName": "WordPad", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_wordpad_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userexperiencevirtualization_wordpad_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_cleanupprofiles", + "displayName": "Delete user profiles older than a specified number of days on system restart", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_cleanupprofiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_cleanupprofiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_cleanupprofiles_cleanupprofiles_days", + "displayName": "Delete user profiles older than (days) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_dontforceunloadhive", + "displayName": "Do not forcefully unload the users registry at user logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_dontforceunloadhive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_dontforceunloadhive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_leaveappmgmtdata", + "displayName": "Leave Windows Installer and Group Policy Software Installation Data", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_leaveappmgmtdata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_leaveappmgmtdata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_profileerroraction", + "displayName": "Do not log users on with temporary profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_profileerroraction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_profileerroraction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_slowlinktimeout", + "displayName": "Control slow network connection timeout for user profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_slowlinktimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_slowlinktimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_slowlinktimeout_slowlinkwaitinterval", + "displayName": "Time (milliseconds) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_slowlinktimeout_transferrateop", + "displayName": "Connection speed (Kbps): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home", + "displayName": "Set user home folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter", + "displayName": "Drive letter (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_g:", + "displayName": "G:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_h:", + "displayName": "H:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_i:", + "displayName": "I:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_j:", + "displayName": "J:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_k:", + "displayName": "K:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_l:", + "displayName": "L:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_m:", + "displayName": "M:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_n:", + "displayName": "N:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_o:", + "displayName": "O:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_p:", + "displayName": "P:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_q:", + "displayName": "Q:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_r:", + "displayName": "R:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_s:", + "displayName": "S:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_t:", + "displayName": "T:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_u:", + "displayName": "U:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_v:", + "displayName": "V:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_w:", + "displayName": "W:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_x:", + "displayName": "X:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_y:", + "displayName": "Y:", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_drive_letter_z:", + "displayName": "Z:", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_home_path", + "displayName": "Path: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_user_home_location", + "displayName": "Location: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_user_home_location_1", + "displayName": "On the network", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_user_home_user_home_location_0", + "displayName": "On the local computer", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_userinfoaccessaction", + "displayName": "User management of sharing user name, account picture, and domain information with apps (not desktop apps)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_userinfoaccessaction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_userinfoaccessaction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_userinfoaccessaction_allowuserinfoaccess", + "displayName": "Action: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_userinfoaccessaction_allowuserinfoaccess_1", + "displayName": "Always on", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_userprofiles_userinfoaccessaction_allowuserinfoaccess_2", + "displayName": "Always off", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config", + "displayName": "Global Configuration Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_announceflags", + "displayName": "AnnounceFlags (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_chaindisable", + "displayName": "ChainDisable (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_chainentrytimeout", + "displayName": "ChainEntryTimeout (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_chainloggingrate", + "displayName": "ChainLoggingRate (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_chainmaxentries", + "displayName": "ChainMaxEntries (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_chainmaxhostentries", + "displayName": "ChainMaxHostEntries (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_clockadjustmentauditlimit", + "displayName": "ClockAdjustmentAuditLimit (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_clockholdoverperiod", + "displayName": "ClockHoldoverPeriod (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_eventlogflags", + "displayName": "EventLogFlags (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_frequencycorrectrate", + "displayName": "FrequencyCorrectRate (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_holdperiod", + "displayName": "HoldPeriod (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_largephaseoffset", + "displayName": "LargePhaseOffset (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_localclockdispersion", + "displayName": "LocalClockDispersion (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_maxallowedphaseoffset", + "displayName": "MaxAllowedPhaseOffset (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_maxnegphasecorrection", + "displayName": "MaxNegPhaseCorrection (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_maxpollinterval", + "displayName": "MaxPollInterval (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_maxposphasecorrection", + "displayName": "MaxPosPhaseCorrection (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_minpollinterval", + "displayName": "MinPollInterval (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_phasecorrectrate", + "displayName": "PhaseCorrectRate (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_polladjustfactor", + "displayName": "PollAdjustFactor (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_requiresecuretimesyncrequests", + "displayName": "RequireSecureTimeSyncRequests (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_spikewatchperiod", + "displayName": "SpikeWatchPeriod (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_updateinterval", + "displayName": "UpdateInterval (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_config_w32time_utilizessltimedata", + "displayName": "UtilizeSslTimeData (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient", + "displayName": "Configure Windows NTP Client", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_crosssitesyncflags", + "displayName": "CrossSiteSyncFlags (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_ntpclienteventlogflags", + "displayName": "EventLogFlags (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_ntpserver", + "displayName": "NtpServer (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_resolvepeerbackoffmaxtimes", + "displayName": "ResolvePeerBackoffMaxTimes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_resolvepeerbackoffminutes", + "displayName": "ResolvePeerBackoffMinutes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_specialpollinterval", + "displayName": "SpecialPollInterval (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_type", + "displayName": "Type (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_type_nosync", + "displayName": "NoSync", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_type_ntp", + "displayName": "NTP", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_type_nt5ds", + "displayName": "NT5DS", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_configure_ntpclient_w32time_type_allsync", + "displayName": "AllSync", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_enable_ntpclient", + "displayName": "Enable Windows NTP Client", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_enable_ntpclient_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_enable_ntpclient_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_enable_ntpserver", + "displayName": "Enable Windows NTP Server", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_enable_ntpserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_w32time_w32time_policy_enable_ntpserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_disablepowermanagement", + "displayName": "Disable power management in connected standby mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_disablepowermanagement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_disablepowermanagement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_enablesoftdisconnect", + "displayName": "Enable Windows to soft-disconnect a computer from a network", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_enablesoftdisconnect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_enablesoftdisconnect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_minimizeconnections", + "displayName": "Minimize the number of simultaneous connections to the Internet or a Windows Domain", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_minimizeconnections_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_minimizeconnections_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_minimizeconnections_wcm_minimizeconnections_options", + "displayName": "Minimize Policy Options (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_minimizeconnections_wcm_minimizeconnections_options_0", + "displayName": "0 = Allow simultaneous connections", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_minimizeconnections_wcm_minimizeconnections_options_1", + "displayName": "1 = Minimize simultaneous connections", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_minimizeconnections_wcm_minimizeconnections_options_2", + "displayName": "2 = Stay connected to cellular", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wcm_wcm_minimizeconnections_wcm_minimizeconnections_options_3", + "displayName": "3 = Prevent Wi-Fi when on Ethernet", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenariodatasizelimitpolicy", + "displayName": "Diagnostics: Configure scenario retention", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenariodatasizelimitpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenariodatasizelimitpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenariodatasizelimitpolicy_wdidpsscenariodatasizelimitpolicyvalue", + "displayName": "Scenario data size limit (in MB) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenarioexecutionpolicy", + "displayName": "Diagnostics: Configure scenario execution level", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenarioexecutionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenarioexecutionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenarioexecutionpolicy_wdidpsscenarioexecutionpolicylevel", + "displayName": "Scenario Execution Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenarioexecutionpolicy_wdidpsscenarioexecutionpolicylevel_1", + "displayName": "Detection and Troubleshooting Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wdi_wdidpsscenarioexecutionpolicy_wdidpsscenarioexecutionpolicylevel_2", + "displayName": "Detection, Troubleshooting and Resolution", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wincal_turnoffwincal_2", + "displayName": "Turn off Windows Calendar", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wincal_turnoffwincal_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wincal_turnoffwincal_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowscolorsystem_prohibitchanginginstalledprofilelist_2", + "displayName": "Prohibit installing or uninstalling color profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowscolorsystem_prohibitchanginginstalledprofilelist_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowscolorsystem_prohibitchanginginstalledprofilelist_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_disablewcnui_2", + "displayName": "Prohibit access of the Windows Connect Now wizards", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_disablewcnui_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_disablewcnui_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar", + "displayName": "Configuration of wireless settings using Windows Connect Now", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableflashconfig", + "displayName": "Turn off ability to configure using a USB Flash Drive (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableflashconfig_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableflashconfig_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableinband802dot11", + "displayName": "Turn off ability to configure using WCN over In-band 802.11 WLAN (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableinband802dot11_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableinband802dot11_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableupnp", + "displayName": "Turn off ability to configure using WCN over Ethernet (UPnP) (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableupnp_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disableupnp_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disablewpd", + "displayName": "Turn off ability to configure Windows Portable Device (WPD) (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disablewpd_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_disablewpd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_enableregistrar_maxwcndevicenumber", + "displayName": "Maximum number of WCN devices allowed: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_higher_precedence_registrar", + "displayName": "Higher precedence medium for devices discovered by multiple media: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_higher_precedence_registrar_1", + "displayName": "WCN over Ethernet (UPnP)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsconnectnow_wcn_enableregistrar_wcn_higher_precedence_registrar_2", + "displayName": "WCN over In-band 802.11 WLAN", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_checksamesourceandtargetforfranddfs", + "displayName": "Verify old and new Folder Redirection targets point to the same share before redirecting", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_checksamesourceandtargetforfranddfs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_checksamesourceandtargetforfranddfs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_defaultlibrarieslocation", + "displayName": "Location where all default Library definition files for users/machines reside.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_defaultlibrarieslocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_defaultlibrarieslocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_defaultlibrarieslocation_defaultlibrarieslocation", + "displayName": "Default Libraries definition location (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_disablebinddirectlytopropertysetstorage", + "displayName": "Disable binding directly to IPropertySetStorage without intermediate layers.", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_disablebinddirectlytopropertysetstorage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_disablebinddirectlytopropertysetstorage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enableshellshortcuticonremotepath", + "displayName": "Allow the use of remote paths in file shortcut icons", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enableshellshortcuticonremotepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enableshellshortcuticonremotepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enablesmartscreen", + "displayName": "Configure Windows Defender SmartScreen", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enablesmartscreen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enablesmartscreen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enablesmartscreen_enablesmartscreendropdown", + "displayName": "Pick one of the following settings: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enablesmartscreen_enablesmartscreendropdown_block", + "displayName": "Warn and prevent bypass", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_enablesmartscreen_enablesmartscreendropdown_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized", + "displayName": "Start File Explorer with ribbon minimized", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown", + "displayName": "Pick one of the following settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown_1", + "displayName": "Always open new File Explorer windows with the ribbon minimized.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown_2", + "displayName": "Never open new File Explorer windows with the ribbon minimized.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown_3", + "displayName": "Minimize the ribbon when File Explorer is opened the first time.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown_4", + "displayName": "Display the full ribbon when File Explorer is opened the first time.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internet", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internetlockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internetlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internetlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranet", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranetlockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranetlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranetlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachine", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachinelockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachinelockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachinelockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restricted", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restricted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restricted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restrictedlockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restrictedlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restrictedlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trusted", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trusted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trusted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trustedlockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trustedlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trustedlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internet", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internetlockdown", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internetlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internetlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranet", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranetlockdown", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranetlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranetlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachine", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachinelockdown", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachinelockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachinelockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restricted", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restricted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restricted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restrictedlockdown", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restrictedlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restrictedlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trusted", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trusted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trusted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trustedlockdown", + "displayName": "Allow OpenSearch queries in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trustedlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trustedlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_nonewappalert", + "displayName": "Do not show the 'new application installed' notification", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_nonewappalert_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_nonewappalert_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_nostrcmplogical", + "displayName": "Turn off numerical sorting in File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_nostrcmplogical_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_nostrcmplogical_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_shellprotocolprotectedmodetitle_2", + "displayName": "Turn off shell protocol protected mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_shellprotocolprotectedmodetitle_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_shellprotocolprotectedmodetitle_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_showhibernateoption", + "displayName": "Show hibernate in the power options menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_showhibernateoption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_showhibernateoption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_showsleepoption", + "displayName": "Show sleep in the power options menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_showsleepoption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsexplorer_showsleepoption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpdllcachedir", + "displayName": "Specify Windows File Protection cache location (Windows Insiders only)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpdllcachedir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpdllcachedir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpdllcachedir_wfpdllcachedirbox", + "displayName": "Cache file path: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpquota", + "displayName": "Limit Windows File Protection cache size (Windows Insiders only)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpquota_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpquota_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpquota_wfpquota_size", + "displayName": "Cache size (in MB) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpscan", + "displayName": "Set Windows File Protection scanning (Windows Insiders only)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpscan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpscan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpscan_wfpscanlist", + "displayName": "Scanning frequency: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpscan_wfpscanlist_0", + "displayName": "Do not scan during startup", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpscan_wfpscanlist_1", + "displayName": "Scan during startup", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpshowprogress", + "displayName": "Hide the file scan progress window (Windows Insiders only)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpshowprogress_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsfileprotection_wfpshowprogress_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediadrm_disableonline", + "displayName": "Prevent Windows Media DRM Internet Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsmediadrm_disableonline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediadrm_disableonline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_disableautoupdate", + "displayName": "Prevent Automatic Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_disableautoupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_disableautoupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_disablesetupfirstuseconfiguration", + "displayName": "Do Not Show First Use Dialog Boxes", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_disablesetupfirstuseconfiguration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_disablesetupfirstuseconfiguration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_dontuseframeinterpolation", + "displayName": "Prevent Video Smoothing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_dontuseframeinterpolation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_dontuseframeinterpolation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventlibrarysharing", + "displayName": "Prevent Media Sharing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventlibrarysharing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventlibrarysharing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventquicklaunchshortcut", + "displayName": "Prevent Quick Launch Toolbar Shortcut Creation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventquicklaunchshortcut_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventquicklaunchshortcut_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventwmpdesktopshortcut", + "displayName": "Prevent Desktop Shortcut Creation", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventwmpdesktopshortcut_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsmediaplayer_preventwmpdesktopshortcut_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsremotemanagement_disallowkerberos_1", + "displayName": "Disallow Kerberos authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsremotemanagement_disallowkerberos_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsremotemanagement_disallowkerberos_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsremotemanagement_disallowkerberos_2", + "displayName": "Disallow Kerberos authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsremotemanagement_disallowkerberos_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsremotemanagement_disallowkerberos_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_disableautodownloadwin8", + "displayName": "Turn off Automatic Download of updates on Win8 machines", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_disableautodownloadwin8_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_disableautodownloadwin8_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_disableosupgrade_2", + "displayName": "Turn off the offer to update to the latest version of Windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_disableosupgrade_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_disableosupgrade_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_removewindowsstore_2", + "displayName": "Turn off the Store application", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_removewindowsstore_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_windowsstore_removewindowsstore_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wininit_disablenamedpipeshutdownpolicydescription", + "displayName": "Turn off legacy remote shutdown interface", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wininit_disablenamedpipeshutdownpolicydescription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wininit_disablenamedpipeshutdownpolicydescription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wininit_hiberboot", + "displayName": "Require use of fast startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wininit_hiberboot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wininit_hiberboot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wininit_shutdowntimeouthungsessionsdescription", + "displayName": "Timeout for hung logon sessions during shutdown", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wininit_shutdowntimeouthungsessionsdescription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wininit_shutdowntimeouthungsessionsdescription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wininit_shutdowntimeouthungsessionsdescription_shutdownsessiontimeout_time", + "displayName": "Hung session timeout in Minutes: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_displaylastlogoninfodescription", + "displayName": "Display information about previous logons during user logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_winlogon_displaylastlogoninfodescription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_displaylastlogoninfodescription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_reportcachedlogonpolicydescription", + "displayName": "Report when logon server was not available during user logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_winlogon_reportcachedlogonpolicydescription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_reportcachedlogonpolicydescription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_softwaresasgeneration", + "displayName": "Disable or enable software Secure Attention Sequence", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_winlogon_softwaresasgeneration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_softwaresasgeneration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_softwaresasgeneration_softwaresasgenerationdescription", + "displayName": "Set which software is allowed to generate the Secure Attention Sequence (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_winlogon_softwaresasgeneration_softwaresasgenerationdescription_0", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_softwaresasgeneration_softwaresasgenerationdescription_1", + "displayName": "Services", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_softwaresasgeneration_softwaresasgenerationdescription_2", + "displayName": "Ease of Access applications", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_winlogon_softwaresasgeneration_softwaresasgenerationdescription_3", + "displayName": "Services and Ease of Access applications", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_winsrv_allowblockingappsatshutdown", + "displayName": "Turn off automatic termination of applications that block or cancel shutdown", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_winsrv_allowblockingappsatshutdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_winsrv_allowblockingappsatshutdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setcost", + "displayName": "Set Cost", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setcost_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setcost_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setcost_cost_dropdownlist", + "displayName": "Please select a wlan connection cost value to set: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setcost_cost_dropdownlist_1", + "displayName": "Unrestricted", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setcost_cost_dropdownlist_2", + "displayName": "Fixed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setcost_cost_dropdownlist_3", + "displayName": "Variable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setpinenforced", + "displayName": "Require PIN pairing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setpinenforced_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setpinenforced_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setpinpreferred", + "displayName": "Prefer PIN pairing", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setpinpreferred_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_wlansvc_setpinpreferred_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_admx_workfoldersclient_pol_machineenableworkfolders", + "displayName": "Force automatic setup for all users", + "options": [ + { + "id": "device_vendor_msft_policy_config_admx_workfoldersclient_pol_machineenableworkfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_admx_workfoldersclient_pol_machineenableworkfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationcontrol_built_in_controls", + "displayName": "App Control for Business Built In Controls", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_applicationcontrol_built_in_controls_enable_app_control", + "displayName": "Enable App Control for Business policy to trust Windows components and Store apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationcontrol_built_in_controls_enable_app_control_0", + "displayName": "Enforce", + "description": "Enforce" + }, + { + "id": "device_vendor_msft_policy_config_applicationcontrol_built_in_controls_enable_app_control_1", + "displayName": "Audit only", + "description": "Audit only" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationcontrol_built_in_controls_trust_apps", + "displayName": "Select additional rules for trusting apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationcontrol_built_in_controls_trust_apps_0", + "displayName": "Trust apps with good reputation", + "description": "Trust app with good reputation" + }, + { + "id": "device_vendor_msft_policy_config_applicationcontrol_built_in_controls_trust_apps_1", + "displayName": "Trust apps from managed installers", + "description": "Trust apps from managed installers" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationcontrol_policies_{policyguid}_policiesoptions", + "displayName": "Configuration settings format", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationcontrol_configure_xml_selected", + "displayName": "Enter xml data", + "description": "Enter xml data" + }, + { + "id": "device_vendor_msft_policy_config_applicationcontrol_built_in_controls_selected", + "displayName": "Use built-in controls", + "description": "Use built-in controls" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationcontrol_policies_{policyguid}_xml", + "displayName": "App Control for Business policy", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_applicationdefaults_defaultassociationsconfiguration", + "displayName": "Default Associations Configuration", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_applicationdefaults_enableappurihandlers", + "displayName": "Enable App Uri Handlers", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationdefaults_enableappurihandlers_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_applicationdefaults_enableappurihandlers_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowalltrustedapps", + "displayName": "Allow All Trusted Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowalltrustedapps_0", + "displayName": "Explicit deny.", + "description": "Explicit deny." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowalltrustedapps_1", + "displayName": "Explicit allow unlock.", + "description": "Explicit allow unlock." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowalltrustedapps_65535", + "displayName": "Not configured.", + "description": "Not configured." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowappstoreautoupdate", + "displayName": "Allow apps from the Microsoft app store to auto update", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowappstoreautoupdate_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowappstoreautoupdate_1", + "displayName": "Allowed.", + "description": "Allowed." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowappstoreautoupdate_2", + "displayName": "Not configured.", + "description": "Not configured." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowdeveloperunlock", + "displayName": "Allow Developer Unlock", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowdeveloperunlock_0", + "displayName": "Explicit deny.", + "description": "Explicit deny." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowdeveloperunlock_1", + "displayName": "Explicit allow unlock.", + "description": "Explicit allow unlock." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowdeveloperunlock_65535", + "displayName": "Not configured.", + "description": "Not configured." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowgamedvr", + "displayName": "Allow Game DVR", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowgamedvr_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowgamedvr_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowshareduserappdata", + "displayName": "Allow Shared User App Data", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowshareduserappdata_0", + "displayName": "Block", + "description": "Prevented/not allowed, but Microsoft Edge downloads book files to a per-user folder for each user." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_allowshareduserappdata_1", + "displayName": "Allow", + "description": "Allowed. Microsoft Edge downloads book files into a shared folder. For this policy to work correctly, you must also enable the Allow a Windows app to share application data between users group policy. Also, the users must be signed in with a school or work account." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_blocknonadminuserinstall", + "displayName": "Block Non Admin User Install", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_blocknonadminuserinstall_0", + "displayName": "Block", + "description": "Disabled. All users will be able to initiate installation of Windows app packages." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_blocknonadminuserinstall_1", + "displayName": "Allow", + "description": "Enabled. Non-administrator users will not be able to initiate installation of Windows app packages." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_disablestoreoriginatedapps", + "displayName": "Disable Store Originated Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_disablestoreoriginatedapps_0", + "displayName": "Disabled", + "description": "Enable launch of apps." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_disablestoreoriginatedapps_1", + "displayName": "Enabled", + "description": "Disable launch of apps." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_launchappafterlogon", + "displayName": "Launch App After Log On", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_msiallowusercontroloverinstall", + "displayName": "MSI Allow User Control Over Install", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_msiallowusercontroloverinstall_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_msiallowusercontroloverinstall_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_msialwaysinstallwithelevatedprivileges", + "displayName": "MSI Always Install With Elevated Privileges", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_msialwaysinstallwithelevatedprivileges_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_msialwaysinstallwithelevatedprivileges_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_requireprivatestoreonly", + "displayName": "Require Private Store Only", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_requireprivatestoreonly_0", + "displayName": "Allow both public and Private store.", + "description": "Allow both public and Private store." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_requireprivatestoreonly_1", + "displayName": "Only Private store is enabled.", + "description": "Only Private store is enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_restrictappdatatosystemvolume", + "displayName": "Restrict App Data To System Volume", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_restrictappdatatosystemvolume_0", + "displayName": "Disabled", + "description": "Not restricted." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_restrictappdatatosystemvolume_1", + "displayName": "Enabled", + "description": "Restricted." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_restrictapptosystemvolume", + "displayName": "Restrict App To System Volume", + "options": [ + { + "id": "device_vendor_msft_policy_config_applicationmanagement_restrictapptosystemvolume_0", + "displayName": "Disabled", + "description": "Not restricted." + }, + { + "id": "device_vendor_msft_policy_config_applicationmanagement_restrictapptosystemvolume_1", + "displayName": "Enabled", + "description": "Restricted." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appruntime_allowmicrosoftaccountstobeoptional", + "displayName": "Allow Microsoft accounts to be optional", + "options": [ + { + "id": "device_vendor_msft_policy_config_appruntime_allowmicrosoftaccountstobeoptional_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appruntime_allowmicrosoftaccountstobeoptional_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowappvclient", + "displayName": "Enable App-V Client", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowappvclient_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowappvclient_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowdynamicvirtualization", + "displayName": "Enable Dynamic Virtualization", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowdynamicvirtualization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowdynamicvirtualization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpackagecleanup", + "displayName": "Enable automatic cleanup of unused appv packages", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpackagecleanup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpackagecleanup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpackagescripts", + "displayName": "Enable Package Scripts", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpackagescripts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpackagescripts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpublishingrefreshux", + "displayName": "Enable Publishing Refresh UX", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpublishingrefreshux_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowpublishingrefreshux_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver", + "displayName": "Reporting Server", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver_data_block_size", + "displayName": "Data Block Size", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver_data_cache_limit", + "displayName": "Data Cache Limit", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver_interval", + "displayName": "Repeat reporting for every (days)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver_random_delay", + "displayName": "Delay reporting for the random minutes", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver_reporting_server_url_prompt", + "displayName": "Reporting Server URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowreportingserver_start_time", + "displayName": "Reporting Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowroamingfileexclusions", + "displayName": "Roaming File Exclusions", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowroamingfileexclusions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowroamingfileexclusions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowroamingfileexclusions_integration_roaming_file_exclusions_prompt", + "displayName": "Roaming Registry Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowroamingregistryexclusions", + "displayName": "Roaming Registry Exclusions", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowroamingregistryexclusions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowroamingregistryexclusions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowroamingregistryexclusions_integration_roaming_registry_exclusions_prompt", + "displayName": "Roaming File Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowstreamingautoload", + "displayName": "Specify what to load in background (aka AutoLoad)", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowstreamingautoload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowstreamingautoload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowstreamingautoload_steaming_autoload_options", + "displayName": "Autoload Options", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowstreamingautoload_steaming_autoload_options_0", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowstreamingautoload_steaming_autoload_options_1", + "displayName": "Previously Used", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_allowstreamingautoload_steaming_autoload_options_2", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_clientcoexistenceallowmigrationmode", + "displayName": "Enable Migration Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_clientcoexistenceallowmigrationmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_clientcoexistenceallowmigrationmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_integrationallowrootglobal", + "displayName": "Integration Root User", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_integrationallowrootglobal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_integrationallowrootglobal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_integrationallowrootglobal_integration_root_user_prompt", + "displayName": "Integration Root User", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_integrationallowrootuser", + "displayName": "Integration Root Global", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_integrationallowrootuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_integrationallowrootuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_integrationallowrootuser_integration_root_global_prompt", + "displayName": "Integration Root Global", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1", + "displayName": "Publishing Server 1 Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_publishing_refresh_options", + "displayName": "Global Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_refresh_interval_prompt", + "displayName": "Global Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_refresh_onlogon_options", + "displayName": "Global Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_refresh_unit_options", + "displayName": "Global Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_global_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_publishing_server_url_prompt", + "displayName": "Publishing Server URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_publishing_server1_name_prompt", + "displayName": "Publishing Server Display Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_publishing_refresh_options", + "displayName": "User Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_refresh_interval_prompt", + "displayName": "User Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_refresh_onlogon_options", + "displayName": "User Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_refresh_unit_options", + "displayName": "User Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver1_user_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2", + "displayName": "Publishing Server 2 Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_publishing_refresh_options", + "displayName": "Global Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_refresh_interval_prompt", + "displayName": "Global Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_refresh_onlogon_options", + "displayName": "Global Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_refresh_unit_options", + "displayName": "Global Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_global_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_publishing_server_url_prompt", + "displayName": "Publishing Server URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_publishing_server2_name_prompt", + "displayName": "Publishing Server Display Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_publishing_refresh_options", + "displayName": "User Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_refresh_interval_prompt", + "displayName": "User Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_refresh_onlogon_options", + "displayName": "User Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_refresh_unit_options", + "displayName": "User Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver2_user_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3", + "displayName": "Publishing Server 3 Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_publishing_refresh_options", + "displayName": "Global Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_refresh_interval_prompt", + "displayName": "Global Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_refresh_onlogon_options", + "displayName": "Global Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_refresh_unit_options", + "displayName": "Global Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_global_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_publishing_server_url_prompt", + "displayName": "Publishing Server URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_publishing_server3_name_prompt", + "displayName": "Publishing Server Display Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_publishing_refresh_options", + "displayName": "User Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_refresh_interval_prompt", + "displayName": "User Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_refresh_onlogon_options", + "displayName": "User Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_refresh_unit_options", + "displayName": "User Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver3_user_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4", + "displayName": "Publishing Server 4 Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_publishing_refresh_options", + "displayName": "Global Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_refresh_interval_prompt", + "displayName": "Global Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_refresh_onlogon_options", + "displayName": "Global Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_refresh_unit_options", + "displayName": "Global Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_global_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_publishing_server_url_prompt", + "displayName": "Publishing Server URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_publishing_server4_name_prompt", + "displayName": "Publishing Server Display Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_publishing_refresh_options", + "displayName": "User Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_refresh_interval_prompt", + "displayName": "User Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_refresh_onlogon_options", + "displayName": "User Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_refresh_unit_options", + "displayName": "User Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver4_user_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5", + "displayName": "Publishing Server 5 Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_publishing_refresh_options", + "displayName": "Global Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_refresh_interval_prompt", + "displayName": "Global Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_refresh_onlogon_options", + "displayName": "Global Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_refresh_unit_options", + "displayName": "Global Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_global_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_publishing_server_url_prompt", + "displayName": "Publishing Server URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_publishing_server5_name_prompt", + "displayName": "Publishing Server Display Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_publishing_refresh_options", + "displayName": "User Publishing Refresh", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_publishing_refresh_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_publishing_refresh_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_refresh_interval_prompt", + "displayName": "User Publishing Refresh Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_refresh_onlogon_options", + "displayName": "User Publishing Refresh On Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_refresh_onlogon_options_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_refresh_onlogon_options_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_refresh_unit_options", + "displayName": "User Publishing Refresh Interval Unit", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_refresh_unit_options_0", + "displayName": "Hour", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_publishingallowserver5_user_refresh_unit_options_1", + "displayName": "Day", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowcertificatefilterforclient_ssl", + "displayName": "Certificate Filter For Client SSL", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowcertificatefilterforclient_ssl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowcertificatefilterforclient_ssl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowcertificatefilterforclient_ssl_streaming_certificate_filter_for_client_ssl_prompt", + "displayName": "Certificate Filter For Client SSL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowhighcostlaunch", + "displayName": "Allow First Time Application Launches if on a High Cost Windows 8 Metered Connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowhighcostlaunch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowhighcostlaunch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowlocationprovider", + "displayName": "Location Provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowlocationprovider_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowlocationprovider_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowlocationprovider_streaming_location_provider_prompt", + "displayName": "Location Provider", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowpackageinstallationroot", + "displayName": "Package Installation Root", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowpackageinstallationroot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowpackageinstallationroot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowpackageinstallationroot_streaming_package_installation_root_prompt", + "displayName": "Package Installation Root", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowpackagesourceroot", + "displayName": "Package Source Root", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowpackagesourceroot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowpackagesourceroot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowpackagesourceroot_package_source_root_prompt", + "displayName": "Package Source Root", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowreestablishmentinterval", + "displayName": "Reestablishment Interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowreestablishmentinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowreestablishmentinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowreestablishmentinterval_streaming_reestablishment_interval_prompt", + "displayName": "Reestablishment Interval:", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowreestablishmentretries", + "displayName": "Reestablishment Retries", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowreestablishmentretries_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowreestablishmentretries_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingallowreestablishmentretries_streaming_reestablishment_retries_prompt", + "displayName": "Reestablishment Retries:", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingsharedcontentstoremode", + "displayName": "Shared Content Store (SCS) mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingsharedcontentstoremode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingsharedcontentstoremode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingsupportbranchcache", + "displayName": "Enable Support for BranchCache", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingsupportbranchcache_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingsupportbranchcache_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingverifycertificaterevocationlist", + "displayName": "Verify certificate revocation list", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingverifycertificaterevocationlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_streamingverifycertificaterevocationlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_virtualcomponentsallowlist", + "displayName": "Virtual Component Process Allow List", + "options": [ + { + "id": "device_vendor_msft_policy_config_appvirtualization_virtualcomponentsallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_virtualcomponentsallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_appvirtualization_virtualcomponentsallowlist_virtualization_jitvallowlist_prompt", + "displayName": "Virtual Component Process Allow List", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditcredentialvalidation", + "displayName": "Account Logon Audit Credential Validation", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditcredentialvalidation_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditcredentialvalidation_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditcredentialvalidation_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditcredentialvalidation_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosauthenticationservice", + "displayName": "Account Logon Audit Kerberos Authentication Service", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosauthenticationservice_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosauthenticationservice_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosauthenticationservice_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosauthenticationservice_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosserviceticketoperations", + "displayName": "Account Logon Audit Kerberos Service Ticket Operations", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosserviceticketoperations_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosserviceticketoperations_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosserviceticketoperations_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditkerberosserviceticketoperations_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditotheraccountlogonevents", + "displayName": "Account Logon Audit Other Account Logon Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditotheraccountlogonevents_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditotheraccountlogonevents_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditotheraccountlogonevents_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogon_auditotheraccountlogonevents_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditaccountlockout", + "displayName": "Account Logon Logoff Audit Account Lockout", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditaccountlockout_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditaccountlockout_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditaccountlockout_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditaccountlockout_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditgroupmembership", + "displayName": "Account Logon Logoff Audit Group Membership", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditgroupmembership_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditgroupmembership_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditgroupmembership_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditgroupmembership_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecextendedmode", + "displayName": "Account Logon Logoff Audit I Psec Extended Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecextendedmode_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecextendedmode_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecextendedmode_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecextendedmode_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecmainmode", + "displayName": "Account Logon Logoff Audit I Psec Main Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecmainmode_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecmainmode_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecmainmode_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecmainmode_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecquickmode", + "displayName": "Account Logon Logoff Audit I Psec Quick Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecquickmode_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecquickmode_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecquickmode_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditipsecquickmode_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogoff", + "displayName": "Account Logon Logoff Audit Logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogoff_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogoff_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogoff_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogoff_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogon", + "displayName": "Account Logon Logoff Audit Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogon_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogon_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogon_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditlogon_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditnetworkpolicyserver", + "displayName": "Account Logon Logoff Audit Network Policy Server", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditnetworkpolicyserver_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditnetworkpolicyserver_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditnetworkpolicyserver_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditnetworkpolicyserver_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditotherlogonlogoffevents", + "displayName": "Audit Other Logon Logoff Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditotherlogonlogoffevents_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditotherlogonlogoffevents_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditotherlogonlogoffevents_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditotherlogonlogoffevents_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditspeciallogon", + "displayName": "Audit Special Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditspeciallogon_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditspeciallogon_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditspeciallogon_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_auditspeciallogon_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_audituserdeviceclaims", + "displayName": "Account Logon Logoff Audit User Device Claims", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_audituserdeviceclaims_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_audituserdeviceclaims_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_audituserdeviceclaims_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountlogonlogoff_audituserdeviceclaims_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditapplicationgroupmanagement", + "displayName": "Account Management Audit Application Group Management", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditapplicationgroupmanagement_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditapplicationgroupmanagement_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditapplicationgroupmanagement_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditapplicationgroupmanagement_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditcomputeraccountmanagement", + "displayName": "Account Management Audit Computer Account Management", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditcomputeraccountmanagement_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditcomputeraccountmanagement_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditcomputeraccountmanagement_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditcomputeraccountmanagement_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditdistributiongroupmanagement", + "displayName": "Account Management Audit Distribution Group Management", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditdistributiongroupmanagement_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditdistributiongroupmanagement_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditdistributiongroupmanagement_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditdistributiongroupmanagement_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditotheraccountmanagementevents", + "displayName": "Account Management Audit Other Account Management Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditotheraccountmanagementevents_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditotheraccountmanagementevents_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditotheraccountmanagementevents_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditotheraccountmanagementevents_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditsecuritygroupmanagement", + "displayName": "Audit Security Group Management", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditsecuritygroupmanagement_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditsecuritygroupmanagement_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditsecuritygroupmanagement_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_auditsecuritygroupmanagement_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_audituseraccountmanagement", + "displayName": "Audit User Account Management", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_audituseraccountmanagement_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_audituseraccountmanagement_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_audituseraccountmanagement_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_accountmanagement_audituseraccountmanagement_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditdpapiactivity", + "displayName": "Detailed Tracking Audit DPAPI Activity", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditdpapiactivity_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditdpapiactivity_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditdpapiactivity_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditdpapiactivity_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditpnpactivity", + "displayName": "Detailed Tracking Audit PNP Activity", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditpnpactivity_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditpnpactivity_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditpnpactivity_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditpnpactivity_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesscreation", + "displayName": "Detailed Tracking Audit Process Creation", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesscreation_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesscreation_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesscreation_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesscreation_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesstermination", + "displayName": "Detailed Tracking Audit Process Termination", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesstermination_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesstermination_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesstermination_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditprocesstermination_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditrpcevents", + "displayName": "Detailed Tracking Audit RPC Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditrpcevents_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditrpcevents_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditrpcevents_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_auditrpcevents_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_audittokenrightadjusted", + "displayName": "Detailed Tracking Audit Token Right Adjusted", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_audittokenrightadjusted_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_audittokenrightadjusted_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_audittokenrightadjusted_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_detailedtracking_audittokenrightadjusted_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdetaileddirectoryservicereplication", + "displayName": "DS Access Audit Detailed Directory Service Replication", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdetaileddirectoryservicereplication_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdetaileddirectoryservicereplication_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdetaileddirectoryservicereplication_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdetaileddirectoryservicereplication_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryserviceaccess", + "displayName": "DS Access Audit Directory Service Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryserviceaccess_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryserviceaccess_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryserviceaccess_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryserviceaccess_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicechanges", + "displayName": "Audit Directory Service Changes", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicechanges_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicechanges_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicechanges_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicechanges_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicereplication", + "displayName": "DS Access Audit Directory Service Replication", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicereplication_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicereplication_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicereplication_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_dsaccess_auditdirectoryservicereplication_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditapplicationgenerated", + "displayName": "Object Access Audit Application Generated", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditapplicationgenerated_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditapplicationgenerated_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditapplicationgenerated_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditapplicationgenerated_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcentralaccesspolicystaging", + "displayName": "Object Access Audit Central Access Policy Staging", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcentralaccesspolicystaging_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcentralaccesspolicystaging_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcentralaccesspolicystaging_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcentralaccesspolicystaging_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcertificationservices", + "displayName": "Object Access Audit Certification Services", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcertificationservices_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcertificationservices_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcertificationservices_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditcertificationservices_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditdetailedfileshare", + "displayName": "Object Access Audit Detailed File Share", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditdetailedfileshare_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditdetailedfileshare_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditdetailedfileshare_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditdetailedfileshare_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfileshare", + "displayName": "Audit File Share Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfileshare_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfileshare_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfileshare_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfileshare_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilesystem", + "displayName": "Object Access Audit File System", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilesystem_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilesystem_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilesystem_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilesystem_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformconnection", + "displayName": "Object Access Audit Filtering Platform Connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformconnection_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformconnection_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformconnection_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformconnection_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformpacketdrop", + "displayName": "Object Access Audit Filtering Platform Packet Drop", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformpacketdrop_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformpacketdrop_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformpacketdrop_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditfilteringplatformpacketdrop_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_audithandlemanipulation", + "displayName": "Object Access Audit Handle Manipulation", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_audithandlemanipulation_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_audithandlemanipulation_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_audithandlemanipulation_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_audithandlemanipulation_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditkernelobject", + "displayName": "Object Access Audit Kernel Object", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditkernelobject_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditkernelobject_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditkernelobject_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditkernelobject_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditotherobjectaccessevents", + "displayName": "Object Access Audit Other Object Access Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditotherobjectaccessevents_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditotherobjectaccessevents_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditotherobjectaccessevents_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditotherobjectaccessevents_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditregistry", + "displayName": "Object Access Audit Registry", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditregistry_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditregistry_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditregistry_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditregistry_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditremovablestorage", + "displayName": "Object Access Audit Removable Storage", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditremovablestorage_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditremovablestorage_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditremovablestorage_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditremovablestorage_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditsam", + "displayName": "Object Access Audit SAM", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditsam_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditsam_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditsam_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_objectaccess_auditsam_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthenticationpolicychange", + "displayName": "Audit Authentication Policy Change", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthenticationpolicychange_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthenticationpolicychange_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthenticationpolicychange_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthenticationpolicychange_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthorizationpolicychange", + "displayName": "Audit Authorization Policy Change", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthorizationpolicychange_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthorizationpolicychange_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthorizationpolicychange_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditauthorizationpolicychange_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditfilteringplatformpolicychange", + "displayName": "Policy Change Audit Filtering Platform Policy Change", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditfilteringplatformpolicychange_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditfilteringplatformpolicychange_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditfilteringplatformpolicychange_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditfilteringplatformpolicychange_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditmpssvcrulelevelpolicychange", + "displayName": "Policy Change Audit MPSSVC Rule Level Policy Change", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditmpssvcrulelevelpolicychange_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditmpssvcrulelevelpolicychange_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditmpssvcrulelevelpolicychange_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditmpssvcrulelevelpolicychange_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditotherpolicychangeevents", + "displayName": "Policy Change Audit Other Policy Change Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditotherpolicychangeevents_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditotherpolicychangeevents_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditotherpolicychangeevents_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditotherpolicychangeevents_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditpolicychange", + "displayName": "Audit Changes to Audit Policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditpolicychange_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditpolicychange_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditpolicychange_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_policychange_auditpolicychange_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditnonsensitiveprivilegeuse", + "displayName": "Privilege Use Audit Non Sensitive Privilege Use", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditnonsensitiveprivilegeuse_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditnonsensitiveprivilegeuse_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditnonsensitiveprivilegeuse_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditnonsensitiveprivilegeuse_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditotherprivilegeuseevents", + "displayName": "Privilege Use Audit Other Privilege Use Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditotherprivilegeuseevents_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditotherprivilegeuseevents_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditotherprivilegeuseevents_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditotherprivilegeuseevents_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditsensitiveprivilegeuse", + "displayName": "Privilege Use Audit Sensitive Privilege Use", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditsensitiveprivilegeuse_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditsensitiveprivilegeuse_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditsensitiveprivilegeuse_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_privilegeuse_auditsensitiveprivilegeuse_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditipsecdriver", + "displayName": "System Audit I Psec Driver", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_system_auditipsecdriver_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditipsecdriver_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditipsecdriver_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditipsecdriver_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditothersystemevents", + "displayName": "System Audit Other System Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_system_auditothersystemevents_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditothersystemevents_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditothersystemevents_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditothersystemevents_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritystatechange", + "displayName": "System Audit Security State Change", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritystatechange_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritystatechange_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritystatechange_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritystatechange_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritysystemextension", + "displayName": "Audit Security System Extension", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritysystemextension_0", + "displayName": "Off/None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritysystemextension_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritysystemextension_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsecuritysystemextension_3", + "displayName": "Success+Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsystemintegrity", + "displayName": "System Audit System Integrity", + "options": [ + { + "id": "device_vendor_msft_policy_config_audit_system_auditsystemintegrity_0", + "displayName": "Off/ None", + "description": "Off/None" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsystemintegrity_1", + "displayName": "Success", + "description": "Success" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsystemintegrity_2", + "displayName": "Failure", + "description": "Failure" + }, + { + "id": "device_vendor_msft_policy_config_audit_system_auditsystemintegrity_3", + "displayName": "Success+ Failure", + "description": "Success+Failure" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_authentication_allowaadpasswordreset", + "displayName": "Allow Aad Password Reset", + "options": [ + { + "id": "device_vendor_msft_policy_config_authentication_allowaadpasswordreset_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_authentication_allowaadpasswordreset_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_authentication_allowfastreconnect", + "displayName": "Allow Fast Reconnect", + "options": [ + { + "id": "device_vendor_msft_policy_config_authentication_allowfastreconnect_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_authentication_allowfastreconnect_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_authentication_allowsecondaryauthenticationdevice", + "displayName": "Allow Secondary Authentication Device", + "options": [ + { + "id": "device_vendor_msft_policy_config_authentication_allowsecondaryauthenticationdevice_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_authentication_allowsecondaryauthenticationdevice_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_authentication_configurewebcamaccessdomainnames", + "displayName": "Configure Webcam Access Domain Names", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_authentication_configurewebsigninallowedurls", + "displayName": "Configure Web Sign In Allowed Urls", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablefastfirstsignin", + "displayName": "Enable Fast First Sign In", + "options": [ + { + "id": "device_vendor_msft_policy_config_authentication_enablefastfirstsignin_0", + "displayName": "The feature defaults to the existing SKU and device capabilities.", + "description": "The feature defaults to the existing SKU and device capabilities." + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablefastfirstsignin_1", + "displayName": "Enabled. Auto-connect new non-admin Azure AD accounts to pre-configured candidate local accounts", + "description": "Enabled. Auto-connect new non-admin Azure AD accounts to pre-configured candidate local accounts" + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablefastfirstsignin_2", + "displayName": "Disabled. Do not auto-connect new non-admin Azure AD accounts to pre-configured local accounts", + "description": "Disabled. Do not auto-connect new non-admin Azure AD accounts to pre-configured local accounts" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablepasswordlessexperience", + "displayName": "Enable Passwordless Experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_authentication_enablepasswordlessexperience_0", + "displayName": "The feature defaults to the existing edition and device capabilities.", + "description": "The feature defaults to the existing edition and device capabilities." + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablepasswordlessexperience_1", + "displayName": "Enabled. The Passwordless experience will be enabled on Windows", + "description": "Enabled. The Passwordless experience will be enabled on Windows" + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablepasswordlessexperience_2", + "displayName": "Disabled. The Passwordless experience will not be enabled on Windows", + "description": "Disabled. The Passwordless experience will not be enabled on Windows" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablewebsignin", + "displayName": "Enable Web Sign In", + "options": [ + { + "id": "device_vendor_msft_policy_config_authentication_enablewebsignin_0", + "displayName": "The feature defaults to the existing SKU and device capabilities.", + "description": "The feature defaults to the existing SKU and device capabilities." + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablewebsignin_1", + "displayName": "Enabled. Web Sign-in will be enabled for signing in to Windows", + "description": "Enabled. Web Sign-in will be enabled for signing in to Windows" + }, + { + "id": "device_vendor_msft_policy_config_authentication_enablewebsignin_2", + "displayName": "Disabled. Web Sign-in will not be enabled for signing in to Windows", + "description": "Disabled. Web Sign-in will not be enabled for signing in to Windows" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_authentication_preferredaadtenantdomainname", + "displayName": "Preferred Aad Tenant Domain Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_autoplay_disallowautoplayfornonvolumedevices", + "displayName": "Disallow Autoplay for non-volume devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_autoplay_disallowautoplayfornonvolumedevices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_autoplay_disallowautoplayfornonvolumedevices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior", + "displayName": "Set the default behavior for AutoRun", + "options": [ + { + "id": "device_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_noautorun_dropdown", + "displayName": "Default AutoRun Behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_noautorun_dropdown_1", + "displayName": "Do not execute any autorun commands", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_noautorun_dropdown_2", + "displayName": "Automatically execute autorun commands", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_autoplay_turnoffautoplay", + "displayName": "Turn off Autoplay", + "options": [ + { + "id": "device_vendor_msft_policy_config_autoplay_turnoffautoplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_autoplay_turnoffautoplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_autoplay_turnoffautoplay_autorun_box", + "displayName": "Turn off Autoplay on:", + "options": [ + { + "id": "device_vendor_msft_policy_config_autoplay_turnoffautoplay_autorun_box_181", + "displayName": "CD-ROM and removable media drives", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_autoplay_turnoffautoplay_autorun_box_255", + "displayName": "All drives", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_bits_bandwidththrottlingendtime", + "displayName": "Bandwidth Throttling End Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_bits_bandwidththrottlingstarttime", + "displayName": "Bandwidth Throttling Start Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_bits_bandwidththrottlingtransferrate", + "displayName": "Bandwidth Throttling Transfer Rate", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorbackgroundpriority", + "displayName": "Costed Network Behavior Background Priority", + "options": [ + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorbackgroundpriority_1", + "displayName": "Always transfer", + "description": "Always transfer" + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorbackgroundpriority_2", + "displayName": "Transfer unless roaming", + "description": "Transfer unless roaming" + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorbackgroundpriority_3", + "displayName": "Transfer unless surcharge applies (when not roaming or over cap)", + "description": "Transfer unless surcharge applies (when not roaming or over cap)" + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorbackgroundpriority_4", + "displayName": "Transfer unless nearing limit (when not roaming or nearing cap)", + "description": "Transfer unless nearing limit (when not roaming or nearing cap)" + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorbackgroundpriority_5", + "displayName": "Transfer only if unconstrained", + "description": "Transfer only if unconstrained" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorforegroundpriority", + "displayName": "Costed Network Behavior Foreground Priority", + "options": [ + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorforegroundpriority_1", + "displayName": "Always transfer", + "description": "Always transfer" + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorforegroundpriority_2", + "displayName": "Transfer unless roaming", + "description": "Transfer unless roaming" + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorforegroundpriority_3", + "displayName": "Transfer unless surcharge applies (when not roaming or over cap)", + "description": "Transfer unless surcharge applies (when not roaming or over cap)" + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorforegroundpriority_4", + "displayName": "Transfer unless nearing limit (when not roaming or nearing cap)", + "description": "Transfer unless nearing limit (when not roaming or nearing cap)" + }, + { + "id": "device_vendor_msft_policy_config_bits_costednetworkbehaviorforegroundpriority_5", + "displayName": "Transfer only if unconstrained", + "description": "Transfer only if unconstrained" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_bits_jobinactivitytimeout", + "displayName": "Job Inactivity Timeout", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_allowadvertising", + "displayName": "Allow Advertising", + "options": [ + { + "id": "device_vendor_msft_policy_config_bluetooth_allowadvertising_0", + "displayName": "Block", + "description": "Not allowed. When set to 0, the device will not send out advertisements. To verify, use any Bluetooth LE app and enable it to do advertising. Then, verify that the advertisement is not received by the peripheral." + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_allowadvertising_1", + "displayName": "Allow", + "description": "Allowed. When set to 1, the device will send out advertisements. To verify, use any Bluetooth LE app and enable it to do advertising. Then, verify that the advertisement is received by the peripheral." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_allowdiscoverablemode", + "displayName": "Allow Discoverable Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_bluetooth_allowdiscoverablemode_0", + "displayName": "Block", + "description": "Not allowed. When set to 0, other devices will not be able to detect the device. To verify, open the Bluetooth control panel on the device. Then, go to another Bluetooth-enabled device, open the Bluetooth control panel, and verify that you cannot see the name of the device." + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_allowdiscoverablemode_1", + "displayName": "Allow", + "description": "Allowed. When set to 1, other devices will be able to detect the device. To verify, open the Bluetooth control panel on the device. Then, go to another Bluetooth-enabled device, open the Bluetooth control panel and verify that you can discover it." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_allowprepairing", + "displayName": "Allow Prepairing", + "options": [ + { + "id": "device_vendor_msft_policy_config_bluetooth_allowprepairing_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_allowprepairing_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_allowpromptedproximalconnections", + "displayName": "Allow Prompted Proximal Connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_bluetooth_allowpromptedproximalconnections_0", + "displayName": "Block", + "description": "Disallow. Block users on these managed devices from using Swift Pair and other proximity based scenarios" + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_allowpromptedproximalconnections_1", + "displayName": "Allow", + "description": "Allow. Allow users on these managed devices to use Swift Pair and other proximity based scenarios" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_localdevicename", + "displayName": "Local Device Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_servicesallowedlist", + "displayName": "Services Allowed List", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_bluetooth_setminimumencryptionkeysize", + "displayName": "Set Minimum Encryption Key Size", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_allowaddressbardropdown", + "displayName": "Allow Address Bar Dropdown", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowaddressbardropdown_0", + "displayName": "Block", + "description": "Prevented/not allowed. Hide the Address bar drop-down functionality and disable the Show search and site suggestions as I type toggle in Settings." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowaddressbardropdown_1", + "displayName": "Allow", + "description": "Allowed. Show the Address bar drop-down list and make it available." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowautofill", + "displayName": "Allow Autofill", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowautofill_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowautofill_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowconfigurationupdateforbookslibrary", + "displayName": "Allow Configuration Update For Books Library", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowconfigurationupdateforbookslibrary_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowconfigurationupdateforbookslibrary_1", + "displayName": "Allow", + "description": "Allowed. Microsoft Edge updates the configuration data for the Books Library automatically." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowcookies", + "displayName": "Allow Cookies", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowcookies_0", + "displayName": "Block all cookies from all sites", + "description": "Block all cookies from all sites" + }, + { + "id": "device_vendor_msft_policy_config_browser_allowcookies_1", + "displayName": "Block only cookies from third party websites", + "description": "Block only cookies from third party websites" + }, + { + "id": "device_vendor_msft_policy_config_browser_allowcookies_2", + "displayName": "Allow all cookies from all sites", + "description": "Allow all cookies from all sites" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowdevelopertools", + "displayName": "Allow Developer Tools", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowdevelopertools_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowdevelopertools_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowdonottrack", + "displayName": "Allow Do Not Track", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowdonottrack_0", + "displayName": "Block", + "description": "Never send tracking information." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowdonottrack_1", + "displayName": "Allow", + "description": "Send tracking information." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowextensions", + "displayName": "Allow Extensions", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowextensions_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowextensions_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowflash", + "displayName": "Allow Flash", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowflash_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowflash_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowflashclicktorun", + "displayName": "Allow Flash Click To Run", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowflashclicktorun_0", + "displayName": "Block", + "description": "Load and run Adobe Flash content automatically." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowflashclicktorun_1", + "displayName": "Allow", + "description": "Does not load or run Adobe Flash content automatically. Requires action from the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowfullscreenmode", + "displayName": "Allow Full Screen Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowfullscreenmode_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowfullscreenmode_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowinprivate", + "displayName": "Allow InPrivate", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowinprivate_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowinprivate_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowmicrosoftcompatibilitylist", + "displayName": "Allow Microsoft Compatibility List", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowmicrosoftcompatibilitylist_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowmicrosoftcompatibilitylist_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowpasswordmanager", + "displayName": "Allow Password Manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowpasswordmanager_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowpasswordmanager_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowpopups", + "displayName": "Allow Popups", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowpopups_0", + "displayName": "Block", + "description": "Turn off Pop-up Blocker letting pop-up windows open." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowpopups_1", + "displayName": "Allow", + "description": "Turn on Pop-up Blocker stopping pop-up windows from opening." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowprelaunch", + "displayName": "Allow Prelaunch", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowprelaunch_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowprelaunch_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowprinting", + "displayName": "Allow Printing", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowprinting_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowprinting_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsavinghistory", + "displayName": "Allow Saving History", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowsavinghistory_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsavinghistory_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsearchenginecustomization", + "displayName": "Allow Search Engine Customization", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowsearchenginecustomization_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsearchenginecustomization_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsearchsuggestionsinaddressbar", + "displayName": "Allow Search Suggestionsin Address Bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowsearchsuggestionsinaddressbar_0", + "displayName": "Block", + "description": "Prevented/Not allowed. Hide the search suggestions." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsearchsuggestionsinaddressbar_1", + "displayName": "Allow", + "description": "Allowed. Show the search suggestions." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsideloadingofextensions", + "displayName": "Allow Sideloading Of Extensions", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowsideloadingofextensions_0", + "displayName": "Block", + "description": "Prevented/Not allowed. Disabling does not prevent sideloading of extensions using Add-AppxPackage via Powershell. To prevent this, set the ApplicationManagement/AllowDeveloperUnlock policy to 1 (enabled)." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsideloadingofextensions_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsmartscreen", + "displayName": "Allow Smart Screen", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowsmartscreen_0", + "displayName": "Block", + "description": "Turned off. Do not protect users from potential threats and prevent users from turning it on." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowsmartscreen_1", + "displayName": "Allow", + "description": "Turned on. Protect users from potential threats and prevent users from turning it off." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowtabpreloading", + "displayName": "Allow Tab Preloading", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowtabpreloading_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowtabpreloading_1", + "displayName": "Allow", + "description": "Allowed. Preload Start and New tab pages." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_allowwebcontentonnewtabpage", + "displayName": "Allow Web Content On New Tab Page", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_allowwebcontentonnewtabpage_0", + "displayName": "Block", + "description": "Load a blank page instead of the default New tab page and prevent users from changing it." + }, + { + "id": "device_vendor_msft_policy_config_browser_allowwebcontentonnewtabpage_1", + "displayName": "Allow", + "description": "Load the default New tab page." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_alwaysenablebookslibrary", + "displayName": "Always Enable Books Library", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_alwaysenablebookslibrary_0", + "displayName": "Disabled", + "description": "Show the Books Library only in countries or regions where supported." + }, + { + "id": "device_vendor_msft_policy_config_browser_alwaysenablebookslibrary_1", + "displayName": "Enabled", + "description": "Show the Books Library, regardless of the device's country or region." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_clearbrowsingdataonexit", + "displayName": "Clear Browsing Data On Exit", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_clearbrowsingdataonexit_0", + "displayName": "Disabled", + "description": "Prevented/not allowed. Users can configure the 'Clear browsing data' option in Settings." + }, + { + "id": "device_vendor_msft_policy_config_browser_clearbrowsingdataonexit_1", + "displayName": "Enabled", + "description": "Allowed. Clear the browsing data upon exit automatically." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_configureadditionalsearchengines", + "displayName": "Configure Additional Search Engines", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_configurefavoritesbar", + "displayName": "Configure Favorites Bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_configurefavoritesbar_0", + "displayName": "Disabled", + "description": "Hide the favorites bar on all pages. Also, the favorites bar toggle, in Settings, is set to Off and disabled preventing users from making changes. Microsoft Edge also hides the “show bar/hide bar” option in the context menu." + }, + { + "id": "device_vendor_msft_policy_config_browser_configurefavoritesbar_1", + "displayName": "Enabled", + "description": "Show the favorites bar on all pages. Also, the favorites bar toggle, in Settings, is set to On and disabled preventing users from making changes. Microsoft Edge also hides the “show bar/hide bar” option in the context menu." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_configurehomebutton", + "displayName": "Configure Home Button", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_configurehomebutton_0", + "displayName": "Show home button and load the Start page", + "description": "Show home button and load the Start page" + }, + { + "id": "device_vendor_msft_policy_config_browser_configurehomebutton_1", + "displayName": "Show home button and load the New tab page", + "description": "Show home button and load the New tab page" + }, + { + "id": "device_vendor_msft_policy_config_browser_configurehomebutton_2", + "displayName": "Show home button and load the custom URL defined in the Set Home Button URL policy", + "description": "Show home button and load the custom URL defined in the Set Home Button URL policy" + }, + { + "id": "device_vendor_msft_policy_config_browser_configurehomebutton_3", + "displayName": "Hide home button", + "description": "Hide home button" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_configurekioskmode", + "displayName": "Configure Kiosk Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_configurekioskmode_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_browser_configurekioskmode_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_configurekioskresetafteridletimeout", + "displayName": "Configure Kiosk Reset After Idle Timeout", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith", + "displayName": "Configure Open Microsoft Edge With", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith_0", + "displayName": "Load the Start page", + "description": "Load the Start page" + }, + { + "id": "device_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith_1", + "displayName": "Load the New tab page", + "description": "Load the New tab page" + }, + { + "id": "device_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith_2", + "displayName": "Load the previous pages", + "description": "Load the previous pages" + }, + { + "id": "device_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith_3", + "displayName": "Load a specific page or pages", + "description": "Load a specific page or pages" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics", + "displayName": "Configure Telemetry For Microsoft 365 Analytics", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics_0", + "displayName": "No data collected or sent", + "description": "No data collected or sent" + }, + { + "id": "device_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics_1", + "displayName": "Send intranet history only", + "description": "Send intranet history only" + }, + { + "id": "device_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics_2", + "displayName": "Send Internet history only", + "description": "Send Internet history only" + }, + { + "id": "device_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics_3", + "displayName": "Send both intranet and Internet history", + "description": "Send both intranet and Internet history" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_disablelockdownofstartpages", + "displayName": "Disable Lockdown Of Start Pages", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_disablelockdownofstartpages_0", + "displayName": "Disabled", + "description": "Lock down Start pages configured in either the ConfigureOpenEdgeWith policy and HomePages policy." + }, + { + "id": "device_vendor_msft_policy_config_browser_disablelockdownofstartpages_1", + "displayName": "Enabled", + "description": "Unlocked. Users can make changes to all configured start pages." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_enableextendedbookstelemetry", + "displayName": "Enable Extended Books Telemetry", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_enableextendedbookstelemetry_0", + "displayName": "Disabled", + "description": "Gather and send only basic diagnostic data, depending on the device configuration." + }, + { + "id": "device_vendor_msft_policy_config_browser_enableextendedbookstelemetry_1", + "displayName": "Enabled", + "description": "Gather all diagnostic data." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_enterprisemodesitelist", + "displayName": "Enterprise Mode Site List", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_enterprisesitelistserviceurl", + "displayName": "Enterprise Site List Service Url", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_homepages", + "displayName": "Home Pages", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_lockdownfavorites", + "displayName": "Lockdown Favorites", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_lockdownfavorites_0", + "displayName": "Disabled", + "description": "Allowed/not locked down. Users can add, import, and make changes to the favorites." + }, + { + "id": "device_vendor_msft_policy_config_browser_lockdownfavorites_1", + "displayName": "Enabled", + "description": "Prevented/locked down." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_preventaccesstoaboutflagsinmicrosoftedge", + "displayName": "Prevent Access To About Flags In Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_preventaccesstoaboutflagsinmicrosoftedge_0", + "displayName": "Disabled", + "description": "Allowed." + }, + { + "id": "device_vendor_msft_policy_config_browser_preventaccesstoaboutflagsinmicrosoftedge_1", + "displayName": "Enabled", + "description": "Prevents users from accessing the about:flags page." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_preventcerterroroverrides", + "displayName": "Prevent Cert Error Overrides", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_preventcerterroroverrides_0", + "displayName": "Disabled", + "description": "Allowed/turned on. Override the security warning to sites that have SSL errors." + }, + { + "id": "device_vendor_msft_policy_config_browser_preventcerterroroverrides_1", + "displayName": "Enabled", + "description": "Prevented/turned on." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_preventlivetiledatacollection", + "displayName": "Prevent Live Tile Data Collection", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_preventlivetiledatacollection_0", + "displayName": "Disabled", + "description": "Collect and send Live Tile metadata." + }, + { + "id": "device_vendor_msft_policy_config_browser_preventlivetiledatacollection_1", + "displayName": "Enabled", + "description": "No data collected." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_preventsmartscreenpromptoverride", + "displayName": "Prevent Smart Screen Prompt Override", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_preventsmartscreenpromptoverride_0", + "displayName": "Disabled", + "description": "Allowed/turned off. Users can ignore the warning and continue to the site." + }, + { + "id": "device_vendor_msft_policy_config_browser_preventsmartscreenpromptoverride_1", + "displayName": "Enabled", + "description": "Prevented/turned on." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_preventsmartscreenpromptoverrideforfiles", + "displayName": "Prevent Smart Screen Prompt Override For Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_preventsmartscreenpromptoverrideforfiles_0", + "displayName": "Disabled", + "description": "Allowed/turned off. Users can ignore the warning and continue to download the unverified file(s)." + }, + { + "id": "device_vendor_msft_policy_config_browser_preventsmartscreenpromptoverrideforfiles_1", + "displayName": "Enabled", + "description": "Prevented/turned on." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_preventturningoffrequiredextensions", + "displayName": "Prevent Turning Off Required Extensions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_preventusinglocalhostipaddressforwebrtc", + "displayName": "Prevent Using Local Host IP Address For Web RTC", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_preventusinglocalhostipaddressforwebrtc_0", + "displayName": "Disabled", + "description": "Allowed. Show localhost IP addresses." + }, + { + "id": "device_vendor_msft_policy_config_browser_preventusinglocalhostipaddressforwebrtc_1", + "displayName": "Enabled", + "description": "Prevented/Not allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_provisionfavorites", + "displayName": "Provision Favorites", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_sendintranettraffictointernetexplorer", + "displayName": "Send Intranet Trafficto Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_sendintranettraffictointernetexplorer_0", + "displayName": "Disabled", + "description": "All sites, including intranet sites, open in Microsoft Edge automatically." + }, + { + "id": "device_vendor_msft_policy_config_browser_sendintranettraffictointernetexplorer_1", + "displayName": "Enabled", + "description": "Only intranet sites open in Internet Explorer 11 automatically." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_setdefaultsearchengine", + "displayName": "Set Default Search Engine", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_sethomebuttonurl", + "displayName": "Set Home Button URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_setnewtabpageurl", + "displayName": "Set New Tab Page URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_browser_showmessagewhenopeningsitesininternetexplorer", + "displayName": "Show Message When Opening Sites In Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_showmessagewhenopeningsitesininternetexplorer_0", + "displayName": "No additional message displays.", + "description": "No additional message displays." + }, + { + "id": "device_vendor_msft_policy_config_browser_showmessagewhenopeningsitesininternetexplorer_1", + "displayName": "Show an additional message stating that a site has opened in IE11.", + "description": "Show an additional message stating that a site has opened in IE11." + }, + { + "id": "device_vendor_msft_policy_config_browser_showmessagewhenopeningsitesininternetexplorer_2", + "displayName": "Show an additional message with a \"Keep going in Microsoft Edge\" link.", + "description": "Show an additional message with a \"Keep going in Microsoft Edge\" link." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_syncfavoritesbetweenieandmicrosoftedge", + "displayName": "Sync Favorites Between IE And Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_syncfavoritesbetweenieandmicrosoftedge_0", + "displayName": "Disabled", + "description": "Turned off/not syncing." + }, + { + "id": "device_vendor_msft_policy_config_browser_syncfavoritesbetweenieandmicrosoftedge_1", + "displayName": "Enabled", + "description": "Turned on/syncing." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_unlockhomebutton", + "displayName": "Unlock Home Button", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_unlockhomebutton_0", + "displayName": "Disabled", + "description": "Lock down and prevent users from making changes to the settings." + }, + { + "id": "device_vendor_msft_policy_config_browser_unlockhomebutton_1", + "displayName": "Enabled", + "description": "Let users make changes." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_browser_usesharedfolderforbooks", + "displayName": "Use Shared Folder For Books", + "options": [ + { + "id": "device_vendor_msft_policy_config_browser_usesharedfolderforbooks_0", + "displayName": "Disabled", + "description": "Prevented/not allowed, but Microsoft Edge downloads book files to a per-user folder for each user." + }, + { + "id": "device_vendor_msft_policy_config_browser_usesharedfolderforbooks_1", + "displayName": "Enabled", + "description": "Allowed. Microsoft Edge downloads book files to a shared folder. For this policy to work correctly, you must also enable the Allow a Windows app to share application data between users group policy. Also, the users must be signed in with a school or work account." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_camera_allowcamera", + "displayName": "Allow Camera", + "options": [ + { + "id": "device_vendor_msft_policy_config_camera_allowcamera_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_camera_allowcamera_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_cellular_letappsaccesscellulardata", + "displayName": "Let Apps Access Cellular Data", + "options": [ + { + "id": "device_vendor_msft_policy_config_cellular_letappsaccesscellulardata_0", + "displayName": "User is in control", + "description": "User is in control" + }, + { + "id": "device_vendor_msft_policy_config_cellular_letappsaccesscellulardata_1", + "displayName": "Force Allow", + "description": "Force Allow" + }, + { + "id": "device_vendor_msft_policy_config_cellular_letappsaccesscellulardata_2", + "displayName": "Force Deny", + "description": "Force Deny" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_cellular_letappsaccesscellulardata_forceallowtheseapps", + "displayName": "Let Apps Access Cellular Data Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_cellular_letappsaccesscellulardata_forcedenytheseapps", + "displayName": "Let Apps Access Cellular Data Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_cellular_letappsaccesscellulardata_userincontroloftheseapps", + "displayName": "Let Apps Access Cellular Data User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_cellular_showappcellularaccessui", + "displayName": "Set Per-App Cellular Access UI Visibility", + "options": [ + { + "id": "device_vendor_msft_policy_config_cellular_showappcellularaccessui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_cellular_showappcellularaccessui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_cellular_showappcellularaccessui_showappcellularaccessui_option", + "displayName": "Please select one option to set: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_cellular_showappcellularaccessui_showappcellularaccessui_option_0", + "displayName": "Hide", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_cellular_showappcellularaccessui_showappcellularaccessui_option_1", + "displayName": "Show", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_abusiveexperienceinterventionenforce", + "displayName": "Abusive Experience Intervention Enforce", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_abusiveexperienceinterventionenforce_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_abusiveexperienceinterventionenforce_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_accessibilityimagelabelsenabled", + "displayName": "Enable Get Image Descriptions from Google.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_accessibilityimagelabelsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_accessibilityimagelabelsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_additionaldnsquerytypesenabled", + "displayName": "Allow DNS queries for additional DNS record types", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_additionaldnsquerytypesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_additionaldnsquerytypesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_adssettingforintrusiveadssites_1", + "displayName": "Allow ads on all sites", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_adssettingforintrusiveadssites_2", + "displayName": "Do not allow ads on sites with intrusive ads", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_advancedprotectionallowed", + "displayName": "Enable additional protections for users enrolled in the Advanced Protection program", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_advancedprotectionallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_advancedprotectionallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdeletingbrowserhistory", + "displayName": "Enable deleting browser and download history", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdeletingbrowserhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdeletingbrowserhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdinosaureasteregg", + "displayName": "Allow Dinosaur Easter Egg Game", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdinosaureasteregg_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdinosaureasteregg_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alloweddomainsforapps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alloweddomainsforapps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alloweddomainsforapps_alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowfileselectiondialogs", + "displayName": "Allow invocation of file selection dialogs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowfileselectiondialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowfileselectiondialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowsyncxhrinpagedismissal", + "displayName": "Allows a page to perform synchronous XHR requests during page dismissal.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowsyncxhrinpagedismissal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowsyncxhrinpagedismissal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alternateerrorpagesenabled", + "displayName": "Enable alternate error pages", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alternateerrorpagesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alternateerrorpagesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alwaysopenpdfexternally", + "displayName": "Always Open PDF files externally", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alwaysopenpdfexternally_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alwaysopenpdfexternally_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for profile types.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for profile types. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Enable ambient authentication in regular sessions only.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enable ambient authentication in incognito and regular sessions.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_2", + "displayName": "Enable ambient authentication in guest and regular sessions.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_3", + "displayName": "Enable ambient authentication in regular, incognito and guest sessions.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_applicationlocalevalue", + "displayName": "Application locale", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_applicationlocalevalue_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_applicationlocalevalue_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_applicationlocalevalue_applicationlocalevalue", + "displayName": "Application locale (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowed", + "displayName": "Allow or deny audio capture", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowedurls", + "displayName": "URLs that will be granted access to audio capture devices without prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowedurls_audiocaptureallowedurlsdesc", + "displayName": "URLs that will be granted access to audio capture devices without prompt (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audioprocesshighpriorityenabled", + "displayName": "Allow the audio process to run with priority above normal on Windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audioprocesshighpriorityenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audioprocesshighpriorityenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiosandboxenabled", + "displayName": "Allow the audio sandbox to run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiosandboxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiosandboxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofilladdressenabled", + "displayName": "Enable AutoFill for addresses", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofilladdressenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofilladdressenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofillcreditcardenabled", + "displayName": "Enable AutoFill for credit cards", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofillcreditcardenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofillcreditcardenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autolaunchprotocolsfromorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autolaunchprotocolsfromorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autolaunchprotocolsfromorigins_autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenallowedforurls", + "displayName": "URLs where AutoOpenFileTypes can apply", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenallowedforurls_autoopenallowedforurlsdesc", + "displayName": "URLs where AutoOpenFileTypes can apply (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenfiletypes", + "displayName": "List of file types that should be automatically opened on download", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenfiletypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenfiletypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenfiletypes_autoopenfiletypesdesc", + "displayName": "List of file types that should be automatically opened on download (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowed", + "displayName": "Allow media autoplay", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowlist", + "displayName": "Allow media autoplay on a allowlist of URL patterns", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowlist_autoplayallowlistdesc", + "displayName": "Allow media autoplay on a allowlist of URL patterns (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_backgroundmodeenabled", + "displayName": "Continue running background apps when Google Chrome is closed", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_backgroundmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_backgroundmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_blockthirdpartycookies", + "displayName": "Block third party cookies", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_blockthirdpartycookies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_blockthirdpartycookies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_bookmarkbarenabled", + "displayName": "Enable Bookmark Bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_bookmarkbarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_bookmarkbarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browseraddpersonenabled", + "displayName": "Enable add person in user manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browseraddpersonenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browseraddpersonenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenabled", + "displayName": "Enable guest mode in browser", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenforced", + "displayName": "Enforce browser guest mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenforced_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenforced_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlabsenabled", + "displayName": "Browser experiments icon in toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlegacyextensionpointsblocked", + "displayName": "Block Browser Legacy Extension Points", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlegacyextensionpointsblocked_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlegacyextensionpointsblocked_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsernetworktimequeriesenabled", + "displayName": "Allow queries to a Google time service", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsernetworktimequeriesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsernetworktimequeriesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin", + "displayName": "Browser sign in settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_browsersignin", + "displayName": "Browser sign in settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_browsersignin_0", + "displayName": "Disable browser sign-in", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_browsersignin_1", + "displayName": "Enable browser sign-in", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_browsersignin_2", + "displayName": "Force users to sign-in to use the browser", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserthemecolor", + "displayName": "Configure the color of the browser's theme", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserthemecolor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserthemecolor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserthemecolor_browserthemecolor", + "displayName": "Configure the color of the browser's theme (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsingdatalifetime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsingdatalifetime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsingdatalifetime_browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_builtindnsclientenabled", + "displayName": "Use built-in DNS client", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_builtindnsclientenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_builtindnsclientenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cecpq2enabled", + "displayName": "CECPQ2 post-quantum key-agreement enabled for TLS", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cecpq2enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cecpq2enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforcas", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforcas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforcas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforcas_certificatetransparencyenforcementdisabledforcasdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforlegacycas", + "displayName": "Disable Certificate Transparency enforcement for a list of Legacy Certificate Authorities", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforlegacycas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforlegacycas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforlegacycas_certificatetransparencyenforcementdisabledforlegacycasdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of Legacy Certificate Authorities (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforurls", + "displayName": "Disable Certificate Transparency enforcement for a list of URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforurls_certificatetransparencyenforcementdisabledforurlsdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupenabled", + "displayName": "Enable Chrome Cleanup on Windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupreportingenabled", + "displayName": "Control how Chrome Cleanup reports data to Google", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations", + "displayName": "Determine the availability of variations", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_chromevariations", + "displayName": "Determine the availability of variations (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_chromevariations_0", + "displayName": "Enable all variations", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_chromevariations_1", + "displayName": "Enable variations concerning critical fixes only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_chromevariations_2", + "displayName": "Disable all variations", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clearbrowsingdataonexitlist", + "displayName": "Clear Browsing Data on Exit", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clearbrowsingdataonexitlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clearbrowsingdataonexitlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clearbrowsingdataonexitlist_clearbrowsingdataonexitlistdesc", + "displayName": "Clear Browsing Data on Exit (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clicktocallenabled", + "displayName": "Enable the Click to Call Feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clicktocallenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clicktocallenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmentmandatory", + "displayName": "Enable mandatory cloud management enrollment", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmentmandatory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmentmandatory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmenttoken", + "displayName": "The enrollment token of cloud policy on desktop", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmenttoken_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmenttoken_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmenttoken_cloudmanagementenrollmenttoken", + "displayName": "The enrollment token of cloud policy on desktop (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudpolicyoverridesplatformpolicy", + "displayName": "Google Chrome cloud policy overrides Platform policy.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudpolicyoverridesplatformpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudpolicyoverridesplatformpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicymerge", + "displayName": "Enables merging of user cloud policies into machine-level policies", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicymerge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicymerge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicyoverridescloudmachinepolicy", + "displayName": "Allow user cloud policies to override Chrome Browser Cloud Management policies.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicyoverridescloudmachinepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicyoverridescloudmachinepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_commandlineflagsecuritywarningsenabled", + "displayName": "Enable security warnings for command-line flags", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_commandlineflagsecuritywarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_commandlineflagsecuritywarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_componentupdatesenabled", + "displayName": "Enable component updates in Google Chrome", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_componentupdatesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_componentupdatesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_corsnonwildcardrequestheaderssupport", + "displayName": "CORS non-wildcard request headers support", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_corsnonwildcardrequestheaderssupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_corsnonwildcardrequestheaderssupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_crossoriginwebassemblymodulesharingenabled", + "displayName": "Specifies whether WebAssembly modules can be sent cross-origin", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_crossoriginwebassemblymodulesharingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_crossoriginwebassemblymodulesharingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultbrowsersettingenabled", + "displayName": "Set Google Chrome as Default Browser", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultbrowsersettingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultbrowsersettingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultsearchprovidercontextmenuaccessallowed", + "displayName": "Allow default search provider context menu search access", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultsearchprovidercontextmenuaccessallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultsearchprovidercontextmenuaccessallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_desktopsharinghubenabled", + "displayName": "Enable desktop sharing in the omnibox and 3-dot menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_desktopsharinghubenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_desktopsharinghubenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability", + "displayName": "Control where Developer Tools can be used", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_developertoolsavailability", + "displayName": "Control where Developer Tools can be used (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_developertoolsavailability_0", + "displayName": "Disallow usage of the Developer Tools on extensions installed by enterprise policy, allow usage of the Developer Tools in other contexts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_developertoolsavailability_1", + "displayName": "Allow usage of the Developer Tools", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_developertoolsavailability_2", + "displayName": "Disallow usage of the Developer Tools", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disable3dapis", + "displayName": "Disable support for 3D graphics APIs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disable3dapis_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disable3dapis_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablesafebrowsingproceedanyway", + "displayName": "Disable proceeding from the Safe Browsing warning page", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablesafebrowsingproceedanyway_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablesafebrowsingproceedanyway_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablescreenshots", + "displayName": "Disable taking screenshots", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablescreenshots_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablescreenshots_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachedir", + "displayName": "Set disk cache directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachedir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachedir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachedir_diskcachedir", + "displayName": "Set disk cache directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachesize", + "displayName": "Set disk cache size in bytes", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachesize_diskcachesize", + "displayName": "Set disk cache size: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_displaycapturepermissionspolicyenabled", + "displayName": "Specifies whether the display-capture permissions-policy is checked or skipped.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_displaycapturepermissionspolicyenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_displaycapturepermissionspolicyenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsinterceptionchecksenabled", + "displayName": "DNS interception checks enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsinterceptionchecksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsinterceptionchecksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode", + "displayName": "Controls the mode of DNS-over-HTTPS", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_dnsoverhttpsmode", + "displayName": "Controls the mode of DNS-over-HTTPS (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_dnsoverhttpsmode_off", + "displayName": "Disable DNS-over-HTTPS", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_dnsoverhttpsmode_automatic", + "displayName": "Enable DNS-over-HTTPS with insecure fallback", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_dnsoverhttpsmode_secure", + "displayName": "Enable DNS-over-HTTPS without insecure fallback", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpstemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpstemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpstemplates_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloaddirectory", + "displayName": "Set download directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloaddirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloaddirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloaddirectory_downloaddirectory", + "displayName": "Set download directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions", + "displayName": "Allow download restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions", + "displayName": "Download restrictions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_0", + "displayName": "No special restrictions. Default.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_1", + "displayName": "Block malicious downloads and dangerous file types.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_2", + "displayName": "Block malicious downloads, uncommon or unwanted downloads and dangerous file types.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_3", + "displayName": "Block all downloads.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_4", + "displayName": "Block malicious downloads. Recommended.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_editbookmarksenabled", + "displayName": "Enable or disable bookmark editing", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_editbookmarksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_editbookmarksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableexperimentalpolicies", + "displayName": "Enables experimental policies", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableexperimentalpolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableexperimentalpolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableexperimentalpolicies_enableexperimentalpoliciesdesc", + "displayName": "Enables experimental policies (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableonlinerevocationchecks", + "displayName": "Enable online OCSP/CRL checks", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableonlinerevocationchecks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableonlinerevocationchecks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enterprisehardwareplatformapienabled", + "displayName": "Enables managed extensions to use the Enterprise Hardware Platform API", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enterprisehardwareplatformapienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enterprisehardwareplatformapienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_explicitlyallowednetworkports", + "displayName": "Explicitly allowed network ports", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_explicitlyallowednetworkports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_explicitlyallowednetworkports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_explicitlyallowednetworkports_explicitlyallowednetworkportsdesc", + "displayName": "Explicitly allowed network ports (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_externalprotocoldialogshowalwaysopencheckbox", + "displayName": "Show an \"Always open\" checkbox in external protocol dialog.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_externalprotocoldialogshowalwaysopencheckbox_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_externalprotocoldialogshowalwaysopencheckbox_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on Shutdown", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fetchkeepalivedurationsecondsonshutdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fetchkeepalivedurationsecondsonshutdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fetchkeepalivedurationsecondsonshutdown_fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on Shutdown: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcedlanguages", + "displayName": "Configure the content and order of preferred languages", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcedlanguages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcedlanguages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcedlanguages_forcedlanguagesdesc", + "displayName": "Configure the content and order of preferred languages (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceephemeralprofiles", + "displayName": "Ephemeral profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceephemeralprofiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceephemeralprofiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcegooglesafesearch", + "displayName": "Force Google SafeSearch", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcegooglesafesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcegooglesafesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_forceyoutuberestrict_0", + "displayName": "Do not enforce Restricted Mode on YouTube", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_forceyoutuberestrict_1", + "displayName": "Enforce at least Moderate Restricted Mode on YouTube", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_forceyoutuberestrict_2", + "displayName": "Enforce Strict Restricted Mode for YouTube", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fullscreenallowed", + "displayName": "Allow fullscreen mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fullscreenallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fullscreenallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_globallyscopehttpauthcacheenabled", + "displayName": "Enable globally scoped HTTP auth cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_globallyscopehttpauthcacheenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_globallyscopehttpauthcacheenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hardwareaccelerationmodeenabled", + "displayName": "Use hardware acceleration when available", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hardwareaccelerationmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hardwareaccelerationmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode", + "displayName": "Control use of the Headless Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_headlessmode", + "displayName": "Control use of the Headless Mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_headlessmode_1", + "displayName": "Allow use of the Headless Mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_headlessmode_2", + "displayName": "Do not allow use of the Headless Mode", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hidewebstoreicon", + "displayName": "Hide the web store from the New Tab Page and app launcher", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hidewebstoreicon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hidewebstoreicon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_historyclustersvisible", + "displayName": "Show history clusters on the Chrome history page", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_historyclustersvisible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_historyclustersvisible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hstspolicybypasslist", + "displayName": "List of names that will bypass the HSTS policy check", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hstspolicybypasslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hstspolicybypasslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hstspolicybypasslist_hstspolicybypasslistdesc", + "displayName": "List of names that will bypass the HSTS policy check (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode", + "displayName": "Allow HTTPS-Only Mode to be enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_httpsonlymode", + "displayName": "Allow HTTPS-Only Mode to be enabled (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_httpsonlymode_allowed", + "displayName": "Allow users to enable HTTPS-Only Mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_httpsonlymode_disallowed", + "displayName": "Do not allow users to enable HTTPS-Only Mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_httpsonlymode_force_enabled", + "displayName": "Force enable HTTPS-Only Mode (not supported yet)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importautofillformdata", + "displayName": "Import autofill form data from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importautofillformdata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importautofillformdata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importbookmarks", + "displayName": "Import bookmarks from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importbookmarks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importbookmarks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhistory", + "displayName": "Import browsing history from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhomepage", + "displayName": "Import of homepage from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsavedpasswords", + "displayName": "Import saved passwords from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsavedpasswords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsavedpasswords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsearchengine", + "displayName": "Import search engines from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsearchengine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsearchengine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability", + "displayName": "Incognito mode availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_incognitomodeavailability", + "displayName": "Incognito mode availability (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_incognitomodeavailability_0", + "displayName": "Incognito mode available", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_incognitomodeavailability_1", + "displayName": "Incognito mode disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_incognitomodeavailability_2", + "displayName": "Incognito mode forced", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureformswarningsenabled", + "displayName": "Enable warnings for insecure forms", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureformswarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureformswarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowed", + "displayName": "Specifies whether to allow insecure websites to make requests to more-private network endpoints", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowedforurls", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from insecure contexts.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowedforurls_insecureprivatenetworkrequestsallowedforurlsdesc", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from insecure contexts. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intensivewakeupthrottlingenabled", + "displayName": "Control the IntensiveWakeUpThrottling feature.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intensivewakeupthrottlingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intensivewakeupthrottlingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior_0", + "displayName": "Use default browser behavior.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior_1", + "displayName": "Disable DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior_2", + "displayName": "Disable DNS interception checks; allow did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior_3", + "displayName": "Allow DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_isolateorigins", + "displayName": "Enable Site Isolation for specified origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_isolateorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_isolateorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_isolateorigins_isolateorigins", + "displayName": "Enable Site Isolation for specified origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lensregionsearchenabled", + "displayName": "Allow Google Lens region search menu item to be shown in context menu if supported.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lensregionsearchenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lensregionsearchenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lockiconinaddressbarenabled", + "displayName": "Enable lock icon in the omnibox for secure connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lockiconinaddressbarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lockiconinaddressbarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lookalikewarningallowlistdomains", + "displayName": "Suppress lookalike domain warnings on domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lookalikewarningallowlistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lookalikewarningallowlistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lookalikewarningallowlistdomains_lookalikewarningallowlistdomainsdesc", + "displayName": "Suppress lookalike domain warnings on domains (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction", + "displayName": "Add restrictions on managed accounts", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_managedaccountssigninrestriction", + "displayName": "Add restrictions on managed accounts (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_managedaccountssigninrestriction_primary_account", + "displayName": "A Managed account must be a primary account", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_managedaccountssigninrestriction_primary_account_strict", + "displayName": "A Managed account must be a primary account and have no secondary accounts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_managedaccountssigninrestriction_none", + "displayName": "No restrictions on managed accounts", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedbookmarks", + "displayName": "Managed Bookmarks", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedbookmarks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedbookmarks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedbookmarks_managedbookmarks", + "displayName": "Managed Bookmarks (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedconfigurationperorigin", + "displayName": "Sets managed configuration values to websites to specific origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedconfigurationperorigin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedconfigurationperorigin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedconfigurationperorigin_managedconfigurationperorigin", + "displayName": "Sets managed configuration values to websites to specific origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxconnectionsperproxy", + "displayName": "Maximal number of concurrent connections to the proxy server", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxconnectionsperproxy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxconnectionsperproxy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxconnectionsperproxy_maxconnectionsperproxy", + "displayName": "Maximal number of concurrent connections to the proxy server: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxinvalidationfetchdelay", + "displayName": "Maximum fetch delay after a policy invalidation", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxinvalidationfetchdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxinvalidationfetchdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxinvalidationfetchdelay_maxinvalidationfetchdelay", + "displayName": "Maximum fetch delay after a policy invalidation: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediarecommendationsenabled", + "displayName": "Enable Media Recommendations", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediarecommendationsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediarecommendationsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediaroutercastallowallips", + "displayName": "Allow Google Cast to connect to Cast devices on all IP addresses.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediaroutercastallowallips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediaroutercastallowallips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_metricsreportingenabled", + "displayName": "Enable reporting of usage and crash-related data", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_metricsreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_metricsreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions", + "displayName": "Enable network prediction", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_networkpredictionoptions", + "displayName": "Enable network prediction (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular.\r\n(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_networkpredictionoptions_2", + "displayName": "Do not predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkservicesandboxenabled", + "displayName": "Enable the network service sandbox", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkservicesandboxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkservicesandboxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcardsvisible", + "displayName": "Show cards on the New Tab Page", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcardsvisible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcardsvisible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcustombackgroundenabled", + "displayName": "Allow users to customize the background on the New Tab page", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcustombackgroundenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcustombackgroundenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_overridesecurityrestrictionsoninsecureorigin", + "displayName": "Origins or hostname patterns for which restrictions on\r\ninsecure origins should not apply", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_overridesecurityrestrictionsoninsecureorigin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_overridesecurityrestrictionsoninsecureorigin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_overridesecurityrestrictionsoninsecureorigin_overridesecurityrestrictionsoninsecureorigindesc", + "displayName": "Origins or hostname patterns for which restrictions on\r\ninsecure origins should not apply (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_paymentmethodqueryenabled", + "displayName": "Allow websites to query for available payment methods.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_paymentmethodqueryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_paymentmethodqueryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyatomicgroupsenabled", + "displayName": "Enables the concept of policy atomic groups", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyatomicgroupsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyatomicgroupsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policydictionarymultiplesourcemergelist", + "displayName": "Allow merging dictionary policies from different sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policydictionarymultiplesourcemergelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policydictionarymultiplesourcemergelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policydictionarymultiplesourcemergelist_policydictionarymultiplesourcemergelistdesc", + "displayName": "Allow merging dictionary policies from different sources (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policylistmultiplesourcemergelist", + "displayName": "Allow merging list policies from different sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policylistmultiplesourcemergelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policylistmultiplesourcemergelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policylistmultiplesourcemergelist_policylistmultiplesourcemergelistdesc", + "displayName": "Allow merging list policies from different sources (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyrefreshrate", + "displayName": "Refresh rate for user policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyrefreshrate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyrefreshrate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyrefreshrate_policyrefreshrate", + "displayName": "Refresh rate for user policy: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability", + "displayName": "Profile picker availability on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_profilepickeronstartupavailability", + "displayName": "Profile picker availability on startup (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_profilepickeronstartupavailability_0", + "displayName": "Profile picker available at startup", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_profilepickeronstartupavailability_1", + "displayName": "Profile picker disabled at startup", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_profilepickeronstartupavailability_2", + "displayName": "Profile picker forced at startup", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promotionaltabsenabled", + "displayName": "Enable showing full-tab promotional content", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promotionaltabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promotionaltabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promptfordownloadlocation", + "displayName": "Ask where to save each file before downloading", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promptfordownloadlocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promptfordownloadlocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_proxysettings", + "displayName": "Proxy settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_proxysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_proxysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_proxysettings_proxysettings", + "displayName": "Proxy settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_quicallowed", + "displayName": "Allow QUIC protocol", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_quicallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_quicallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alternateerrorpagesenabled_recommended", + "displayName": "Enable alternate error pages", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alternateerrorpagesenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alternateerrorpagesenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alwaysopenpdfexternally_recommended", + "displayName": "Always Open PDF files externally", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alwaysopenpdfexternally_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alwaysopenpdfexternally_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_applicationlocalevalue_recommended", + "displayName": "Application locale", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_applicationlocalevalue_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_applicationlocalevalue_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_applicationlocalevalue_recommended_applicationlocalevalue", + "displayName": "Application locale (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofilladdressenabled_recommended", + "displayName": "Enable AutoFill for addresses", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofilladdressenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofilladdressenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofillcreditcardenabled_recommended", + "displayName": "Enable AutoFill for credit cards", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofillcreditcardenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofillcreditcardenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_backgroundmodeenabled_recommended", + "displayName": "Continue running background apps when Google Chrome is closed", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_backgroundmodeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_backgroundmodeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_blockthirdpartycookies_recommended", + "displayName": "Block third party cookies", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_blockthirdpartycookies_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_blockthirdpartycookies_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_bookmarkbarenabled_recommended", + "displayName": "Enable Bookmark Bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_bookmarkbarenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_bookmarkbarenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultdownloaddirectory_recommended", + "displayName": "Set default download directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultdownloaddirectory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultdownloaddirectory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultdownloaddirectory_recommended_defaultdownloaddirectory", + "displayName": "Set default download directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultsearchprovidercontextmenuaccessallowed_recommended", + "displayName": "Allow default search provider context menu search access", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultsearchprovidercontextmenuaccessallowed_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultsearchprovidercontextmenuaccessallowed_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloaddirectory_recommended", + "displayName": "Set download directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloaddirectory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloaddirectory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloaddirectory_recommended_downloaddirectory", + "displayName": "Set download directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended", + "displayName": "Allow download restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions", + "displayName": "Download restrictions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_0", + "displayName": "No special restrictions. Default.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_1", + "displayName": "Block malicious downloads and dangerous file types.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_2", + "displayName": "Block malicious downloads, uncommon or unwanted downloads and dangerous file types.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_3", + "displayName": "Block all downloads.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_4", + "displayName": "Block malicious downloads. Recommended.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importautofillformdata_recommended", + "displayName": "Import autofill form data from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importautofillformdata_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importautofillformdata_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importbookmarks_recommended", + "displayName": "Import bookmarks from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importbookmarks_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importbookmarks_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importhistory_recommended", + "displayName": "Import browsing history from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importhistory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importhistory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsavedpasswords_recommended", + "displayName": "Import saved passwords from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsavedpasswords_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsavedpasswords_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsearchengine_recommended", + "displayName": "Import search engines from default browser on first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsearchengine_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsearchengine_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_metricsreportingenabled_recommended", + "displayName": "Enable reporting of usage and crash-related data", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_metricsreportingenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_metricsreportingenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended", + "displayName": "Enable network prediction", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_networkpredictionoptions", + "displayName": "Enable network prediction (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular.\r\n(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_networkpredictionoptions_2", + "displayName": "Do not predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_safebrowsingfortrustedsourcesenabled_recommended", + "displayName": "Enable Safe Browsing for trusted sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_safebrowsingfortrustedsourcesenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_safebrowsingfortrustedsourcesenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_searchsuggestenabled_recommended", + "displayName": "Enable search suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_searchsuggestenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_searchsuggestenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_showfullurlsinaddressbar_recommended", + "displayName": "Show Full URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_showfullurlsinaddressbar_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_showfullurlsinaddressbar_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_spellcheckserviceenabled_recommended", + "displayName": "Enable or disable spell checking web service", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_spellcheckserviceenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_spellcheckserviceenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_translateenabled_recommended", + "displayName": "Enable Translate", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_translateenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_translateenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended", + "displayName": "Register protocol handlers", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_registeredprotocolhandlers", + "displayName": "Register protocol handlers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovideralternateurls_recommended", + "displayName": "List of alternate URLs for the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovideralternateurls_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovideralternateurls_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovideralternateurls_recommended_defaultsearchprovideralternateurlsdesc", + "displayName": "List of alternate URLs for the default search provider (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended", + "displayName": "Enable the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended", + "displayName": "Default search provider encodings", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_defaultsearchproviderencodingsdesc", + "displayName": "Default search provider encodings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidericonurl_recommended", + "displayName": "Default search provider icon", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidericonurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidericonurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidericonurl_recommended_defaultsearchprovidericonurl", + "displayName": "Default search provider icon (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended", + "displayName": "Parameter providing search-by-image feature for the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_defaultsearchproviderimageurl", + "displayName": "Parameter providing search-by-image feature for the default search provider (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended", + "displayName": "Parameters for image URL which uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for image URL which uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended", + "displayName": "Default search provider keyword", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended", + "displayName": "Default search provider name", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_defaultsearchprovidername", + "displayName": "Default search provider name (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidernewtaburl_recommended", + "displayName": "Default search provider new tab page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidernewtaburl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidernewtaburl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidernewtaburl_recommended_defaultsearchprovidernewtaburl", + "displayName": "Default search provider new tab page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended", + "displayName": "Default search provider search URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurlpostparams_recommended", + "displayName": "Parameters for search URL which uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurlpostparams_recommended_defaultsearchprovidersearchurlpostparams", + "displayName": "Parameters for search URL which uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended", + "displayName": "Default search provider suggest URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_defaultsearchprovidersuggesturl", + "displayName": "Default search provider suggest URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturlpostparams_recommended", + "displayName": "Parameters for suggest URL which uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturlpostparams_recommended_defaultsearchprovidersuggesturlpostparams", + "displayName": "Parameters for suggest URL which uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_autofillenabled_recommended", + "displayName": "Enable AutoFill", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_autofillenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_autofillenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_safebrowsingenabled_recommended", + "displayName": "Enable Safe Browsing", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_safebrowsingenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_safebrowsingenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordleakdetectionenabled_recommended", + "displayName": "Enable leak detection for entered credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordleakdetectionenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordleakdetectionenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended", + "displayName": "Enable saving passwords to the password manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printheaderfooter_recommended", + "displayName": "Print Headers and Footers", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printheaderfooter_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printheaderfooter_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpdfasimagedefault_recommended", + "displayName": "Print PDF as Image Default", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpdfasimagedefault_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpdfasimagedefault_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended", + "displayName": "Use System Default Printer as Default", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_clearsitedataonexit_recommended", + "displayName": "Clear site data on browser shutdown (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_clearsitedataonexit_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_clearsitedataonexit_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturl_recommended", + "displayName": "Default search provider instant URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturl_recommended_defaultsearchproviderinstanturl", + "displayName": "Default search provider instant URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturlpostparams_recommended", + "displayName": "Parameters for instant URL which uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturlpostparams_recommended_defaultsearchproviderinstanturlpostparams", + "displayName": "Parameters for instant URL which uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchprovidersearchtermsreplacementkey_recommended", + "displayName": "Parameter controlling search term placement for the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchprovidersearchtermsreplacementkey_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchprovidersearchtermsreplacementkey_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchprovidersearchtermsreplacementkey_recommended_defaultsearchprovidersearchtermsreplacementkey", + "displayName": "Parameter controlling search term placement for the default search provider (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_dnsprefetchingenabled_recommended", + "displayName": "Enable network prediction", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_dnsprefetchingenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_dnsprefetchingenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_instantenabled_recommended", + "displayName": "Enable Instant", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_instantenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_instantenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended", + "displayName": "Safe Browsing Protection Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_safebrowsingprotectionlevel", + "displayName": "Safe Browsing Protection Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_safebrowsingprotectionlevel_0", + "displayName": "Safe Browsing is never active.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_safebrowsingprotectionlevel_1", + "displayName": "Safe Browsing is active in the standard mode.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_safebrowsingprotectionlevel_2", + "displayName": "Safe Browsing is active in the enhanced mode. This mode provides better security, but requires sharing more browsing information with Google.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepageisnewtabpage_recommended", + "displayName": "Use New Tab Page as homepage", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepageisnewtabpage_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepageisnewtabpage_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepagelocation_recommended", + "displayName": "Configure the home page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepagelocation_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepagelocation_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepagelocation_recommended_homepagelocation", + "displayName": "Home page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended", + "displayName": "Action on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup", + "displayName": "Action on startup (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_5", + "displayName": "Open New Tab Page", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartupurls_recommended", + "displayName": "URLs to open on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartupurls_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartupurls_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartupurls_recommended_restoreonstartupurlsdesc", + "displayName": "URLs to open on startup (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_showhomebutton_recommended", + "displayName": "Show Home button on toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_showhomebutton_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_showhomebutton_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification", + "displayName": "Notify a user that a browser relaunch or device restart is recommended or required", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_relaunchnotification", + "displayName": "Notify a user that a browser relaunch or device restart is recommended or required (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_relaunchnotification_1", + "displayName": "Show a recurring prompt to the user indicating that a relaunch is recommended", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_relaunchnotification_2", + "displayName": "Show a recurring prompt to the user indicating that a relaunch is required", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotificationperiod", + "displayName": "Set the time period for update notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotificationperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotificationperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotificationperiod_relaunchnotificationperiod", + "displayName": "Time period (milliseconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchwindow", + "displayName": "Set the time interval for relaunch", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchwindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchwindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchwindow_relaunchwindow", + "displayName": "Relaunch time window (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_remotedebuggingallowed", + "displayName": "Allow remote debugging", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_remotedebuggingallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_remotedebuggingallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_renderercodeintegrityenabled", + "displayName": "Enable Renderer Code Integrity", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_renderercodeintegrityenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_renderercodeintegrityenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_requireonlinerevocationchecksforlocalanchors", + "displayName": "Require online OCSP/CRL checks for local trust anchors", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_requireonlinerevocationchecksforlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_requireonlinerevocationchecksforlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_restrictsignintopattern", + "displayName": "Restrict which Google accounts are allowed to be set as browser primary accounts in Google Chrome", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_restrictsignintopattern_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_restrictsignintopattern_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_restrictsignintopattern_restrictsignintopattern", + "displayName": "Restrict which Google accounts are allowed to be set as browser primary accounts in Google Chrome (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilelocation", + "displayName": "Set the roaming profile directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilelocation_roamingprofilelocation", + "displayName": "Set the roaming profile directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilesupportenabled", + "displayName": "Enable the creation of roaming copies for Google Chrome profile data", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilesupportenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilesupportenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safebrowsingfortrustedsourcesenabled", + "displayName": "Enable Safe Browsing for trusted sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safebrowsingfortrustedsourcesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safebrowsingfortrustedsourcesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior", + "displayName": "Control SafeSites adult content filtering.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_safesitesfilterbehavior", + "displayName": "Control SafeSites adult content filtering. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_safesitesfilterbehavior_0", + "displayName": "Do not filter sites for adult content", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_safesitesfilterbehavior_1", + "displayName": "Filter top level sites (but not embedded iframes) for adult content", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sandboxexternalprotocolblocked", + "displayName": "Allow Chrome to block navigations toward external protocols in sandboxed iframes", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sandboxexternalprotocolblocked_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sandboxexternalprotocolblocked_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_savingbrowserhistorydisabled", + "displayName": "Disable saving browser history", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_savingbrowserhistorydisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_savingbrowserhistorydisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_scrolltotextfragmentenabled", + "displayName": "Enable scrolling to text specified in URL fragments", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_scrolltotextfragmentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_scrolltotextfragmentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_searchsuggestenabled", + "displayName": "Enable search suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_searchsuggestenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_searchsuggestenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_securitykeypermitattestation", + "displayName": "URLs/domains automatically permitted direct Security Key attestation", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_securitykeypermitattestation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_securitykeypermitattestation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_securitykeypermitattestation_securitykeypermitattestationdesc", + "displayName": "URLs/domains automatically permitted direct Security Key attestation (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedarraybufferunrestrictedaccessallowed", + "displayName": "Specifies whether SharedArrayBuffers can be used in a non cross-origin-isolated context", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedarraybufferunrestrictedaccessallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedarraybufferunrestrictedaccessallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedclipboardenabled", + "displayName": "Enable the Shared Clipboard Feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedclipboardenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedclipboardenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showappsshortcutinbookmarkbar", + "displayName": "Show the apps shortcut in the bookmark bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showappsshortcutinbookmarkbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showappsshortcutinbookmarkbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showfullurlsinaddressbar", + "displayName": "Show Full URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showfullurlsinaddressbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showfullurlsinaddressbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signedhttpexchangeenabled", + "displayName": "Enable Signed HTTP Exchange (SXG) support", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signedhttpexchangeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signedhttpexchangeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signininterceptionenabled", + "displayName": "Enable signin interception", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signininterceptionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signininterceptionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_siteperprocess", + "displayName": "Require Site Isolation for every site", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_siteperprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_siteperprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckenabled", + "displayName": "Enable spellcheck", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguage", + "displayName": "Force enable spellcheck languages", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguage_spellchecklanguagedesc", + "displayName": "Force enable spellcheck languages (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguageblocklist", + "displayName": "Force disable spellcheck languages", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguageblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguageblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguageblocklist_spellchecklanguageblocklistdesc", + "displayName": "Force disable spellcheck languages (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckserviceenabled", + "displayName": "Enable or disable spell checking web service", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckserviceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckserviceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowed", + "displayName": "Allow proceeding from the SSL warning page", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowedfororigins", + "displayName": "Allow proceeding from the SSL warning page on specific origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowedfororigins_sslerroroverrideallowedfororiginsdesc", + "displayName": "Allow proceeding from the SSL warning page on specific origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin", + "displayName": "Minimum SSL version enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_sslversionmin", + "displayName": "Minimum SSL version enabled (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_sslversionmin_tls1", + "displayName": "TLS 1.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_sslversionmin_tls1.1", + "displayName": "TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_sslversionmin_tls1.2", + "displayName": "TLS 1.2", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressdifferentoriginsubframedialogs", + "displayName": "Suppress JavaScript Dialogs triggered from different origin subframes", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressdifferentoriginsubframedialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressdifferentoriginsubframedialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressunsupportedoswarning", + "displayName": "Suppress the unsupported OS warning", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressunsupportedoswarning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressunsupportedoswarning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_syncdisabled", + "displayName": "Disable synchronization of data with Google", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_syncdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_syncdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_synctypeslistdisabled", + "displayName": "List of types that should be excluded from synchronization", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_synctypeslistdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_synctypeslistdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_synctypeslistdisabled_synctypeslistdisableddesc", + "displayName": "List of types that should be excluded from synchronization (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_targetblankimpliesnoopener", + "displayName": "Do not set window.opener for links targeting _blank", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_targetblankimpliesnoopener_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_targetblankimpliesnoopener_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_taskmanagerendprocessenabled", + "displayName": "Enable ending processes in Task Manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_taskmanagerendprocessenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_taskmanagerendprocessenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_thirdpartyblockingenabled", + "displayName": "Enable third party software injection blocking", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_thirdpartyblockingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_thirdpartyblockingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_totalmemorylimitmb", + "displayName": "Set limit on megabytes of memory a single Chrome instance can use.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_totalmemorylimitmb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_totalmemorylimitmb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_totalmemorylimitmb_totalmemorylimitmb", + "displayName": "Set memory limit for Chrome instances: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_translateenabled", + "displayName": "Enable Translate", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_translateenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_translateenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_u2fsecuritykeyapienabled", + "displayName": "Allow using the deprecated U2F Security Key API", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_u2fsecuritykeyapienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_u2fsecuritykeyapienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlallowlist", + "displayName": "Allow access to a list of URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlallowlist_urlallowlistdesc", + "displayName": "Allow access to a list of URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlblocklist", + "displayName": "Block access to a list of URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlblocklist_urlblocklistdesc", + "displayName": "Block access to a list of URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlkeyedanonymizeddatacollectionenabled", + "displayName": "Enable URL-keyed anonymized data collection", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlkeyedanonymizeddatacollectionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlkeyedanonymizeddatacollectionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatadir", + "displayName": "Set user data directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatadir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatadir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatadir_userdatadir", + "displayName": "Set user data directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatasnapshotretentionlimit", + "displayName": "Limits the number of user data snapshots retained for use in case of emergency rollback.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatasnapshotretentionlimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatasnapshotretentionlimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatasnapshotretentionlimit_userdatasnapshotretentionlimit", + "displayName": "Limits the number of user data snapshots retained for use in case of emergency rollback.: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userfeedbackallowed", + "displayName": "Allow user feedback", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userfeedbackallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userfeedbackallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowed", + "displayName": "Allow or deny video capture", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowedurls", + "displayName": "URLs that will be granted access to video capture devices without prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowedurls_videocaptureallowedurlsdesc", + "displayName": "URLs that will be granted access to video capture devices without prompt (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webappinstallforcelist", + "displayName": "Configure list of force-installed Web Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webappinstallforcelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webappinstallforcelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webappinstallforcelist_webappinstallforcelist", + "displayName": "URLs for Web Apps to be silently installed. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcallowlegacytlsprotocols", + "displayName": "Allow legacy TLS/DTLS downgrade in WebRTC", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcallowlegacytlsprotocols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcallowlegacytlsprotocols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtceventlogcollectionallowed", + "displayName": "Allow collection of WebRTC event logs from Google services", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtceventlogcollectionallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtceventlogcollectionallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling", + "displayName": "The IP handling policy of WebRTC", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling", + "displayName": "The IP handling policy of WebRTC (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling_default", + "displayName": "WebRTC will use all available interfaces when searching for the best path.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling_default_public_and_private_interfaces", + "displayName": "WebRTC will only use the interface connecting to the public Internet, but may connect using private IP addresses.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling_default_public_interface_only", + "displayName": "WebRTC will only use the interface connecting to the public Internet, and will not connect using private IP addresses.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling_disable_non_proxied_udp", + "displayName": "WebRTC will use TCP on the public-facing interface, and will only use UDP if supported by a configured proxy.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtclocalipsallowedurls", + "displayName": "URLs for which local IPs are exposed in WebRTC ICE candidates", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtclocalipsallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtclocalipsallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtclocalipsallowedurls_webrtclocalipsallowedurlsdesc", + "displayName": "URLs for which local IPs are exposed in WebRTC ICE candidates (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcudpportrange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcudpportrange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcudpportrange_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_websqlinthirdpartycontextenabled", + "displayName": "Force WebSQL in third-party contexts to be re-enabled.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_websqlinthirdpartycontextenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_websqlinthirdpartycontextenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_windowocclusionenabled", + "displayName": "Enable Window Occlusion", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_windowocclusionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_windowocclusionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_wpadquickcheckenabled", + "displayName": "Enable WPAD optimization", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_wpadquickcheckenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_wpadquickcheckenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserparameters", + "displayName": "Command-line parameters for the alternative browser.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserparameters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserparameters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserparameters_alternativebrowserparametersdesc", + "displayName": "Command-line parameters for the alternative browser. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserpath", + "displayName": "Alternative browser to launch for configured websites.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserpath_alternativebrowserpath", + "displayName": "Alternative browser to launch for configured websites. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromeparameters", + "displayName": "Command-line parameters for switching from the alternative browser.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromeparameters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromeparameters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromeparameters_browserswitcherchromeparametersdesc", + "displayName": "Command-line parameters for switching from the alternative browser. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromepath", + "displayName": "Path to Chrome for switching from the alternative browser.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromepath_browserswitcherchromepath", + "displayName": "Path to Chrome for switching from the alternative browser. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherdelay", + "displayName": "Delay before launching alternative browser (milliseconds)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherdelay_browserswitcherdelay", + "displayName": "Delay before launching alternative browser (milliseconds): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherenabled", + "displayName": "Enable the Legacy Browser Support feature.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalgreylisturl", + "displayName": "URL of an XML file that contains URLs that should never trigger a browser switch.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalgreylisturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalgreylisturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalgreylisturl_browserswitcherexternalgreylisturl", + "displayName": "URL of an XML file that contains URLs that should never trigger a browser switch. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalsitelisturl", + "displayName": "URL of an XML file that contains URLs to load in an alternative browser.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalsitelisturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalsitelisturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalsitelisturl_browserswitcherexternalsitelisturl", + "displayName": "URL of an XML file that contains URLs to load in an alternative browser. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherkeeplastchrometab", + "displayName": "Keep last tab open in Chrome.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherkeeplastchrometab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherkeeplastchrometab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode", + "displayName": "Sitelist parsing mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_browserswitcherparsingmode", + "displayName": "Sitelist parsing mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_browserswitcherparsingmode_0", + "displayName": "Default behavior for LBS.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_browserswitcherparsingmode_1", + "displayName": "More compatible with Microsoft IE/Edge enterprise mode sitelists.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurlgreylist", + "displayName": "Websites that should never trigger a browser switch.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurlgreylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurlgreylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurlgreylist_browserswitcherurlgreylistdesc", + "displayName": "Websites that should never trigger a browser switch. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurllist", + "displayName": "Websites to open in alternative browser", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurllist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurllist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurllist_browserswitcherurllistdesc", + "displayName": "Websites to open in alternative browser (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcheruseiesitelist", + "displayName": "Use Internet Explorer's SiteList policy for Legacy Browser Support.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcheruseiesitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcheruseiesitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_autoselectcertificateforurls", + "displayName": "Automatically select client certificates for these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_autoselectcertificateforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_autoselectcertificateforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_autoselectcertificateforurls_autoselectcertificateforurlsdesc", + "displayName": "Automatically select client certificates for these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesallowedforurls", + "displayName": "Allow cookies on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesallowedforurls_cookiesallowedforurlsdesc", + "displayName": "Allow cookies on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesblockedforurls", + "displayName": "Block cookies on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesblockedforurls_cookiesblockedforurlsdesc", + "displayName": "Block cookies on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiessessiononlyforurls", + "displayName": "Limit cookies from matching URLs to the current session", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiessessiononlyforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiessessiononlyforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiessessiononlyforurls_cookiessessiononlyforurlsdesc", + "displayName": "Limit cookies from matching URLs to the current session (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting", + "displayName": "Default cookies setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_defaultcookiessetting", + "displayName": "Default cookies setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_defaultcookiessetting_1", + "displayName": "Allow all sites to set local data", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_defaultcookiessetting_2", + "displayName": "Do not allow any site to set local data", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_defaultcookiessetting_4", + "displayName": "Keep cookies for the duration of the session", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting_2", + "displayName": "Do not allow any site to request read access to files and directories via the File System API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting_3", + "displayName": "Allow sites to ask the user to grant read access to files and directories via the File System API", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting_2", + "displayName": "Do not allow any site to request write access to files and directories", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting_3", + "displayName": "Allow sites to ask the user to grant write access to files and directories", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting", + "displayName": "Default geolocation setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting", + "displayName": "Default geolocation setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_1", + "displayName": "Allow sites to track the users' physical location", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_2", + "displayName": "Do not allow any site to track the users' physical location", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_3", + "displayName": "Ask whenever a site wants to track the users' physical location", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting", + "displayName": "Default images setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_defaultimagessetting", + "displayName": "Default images setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_defaultimagessetting_1", + "displayName": "Allow all sites to show all images", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_defaultimagessetting_2", + "displayName": "Do not allow any site to show images", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting_2", + "displayName": "Do not allow any site to load mixed content", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting_3", + "displayName": "Allow users to add exceptions to allow mixed content", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting_1", + "displayName": "Allow any site to run JavaScript JIT", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting_2", + "displayName": "Do not allow any site to run JavaScript JIT", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting", + "displayName": "Default JavaScript setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting", + "displayName": "Default JavaScript setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting_1", + "displayName": "Allow all sites to run JavaScript", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting_2", + "displayName": "Do not allow any site to run JavaScript", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting", + "displayName": "Default notification setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_defaultnotificationssetting", + "displayName": "Default notification setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_defaultnotificationssetting_1", + "displayName": "Allow sites to show desktop notifications", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_defaultnotificationssetting_2", + "displayName": "Do not allow any site to show desktop notifications", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_defaultnotificationssetting_3", + "displayName": "Ask every time a site wants to show desktop notifications", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting", + "displayName": "Default popups setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_defaultpopupssetting", + "displayName": "Default popups setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_defaultpopupssetting_1", + "displayName": "Allow all sites to show pop-ups", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_defaultpopupssetting_2", + "displayName": "Do not allow any site to show popups", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting", + "displayName": "Default sensors setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_defaultsensorssetting", + "displayName": "Default sensors setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_defaultsensorssetting_1", + "displayName": "Allow sites to access sensors", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_defaultsensorssetting_2", + "displayName": "Do not allow any site to access sensors", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting", + "displayName": "Control use of the Serial API", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_defaultserialguardsetting", + "displayName": "Control use of the Serial API (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_defaultserialguardsetting_2", + "displayName": "Do not allow any site to request access to serial ports via the Serial API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_defaultserialguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a serial port", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting_2", + "displayName": "Do not allow any site to request access to Bluetooth devices via the Web Bluetooth API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a nearby Bluetooth device", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting_2", + "displayName": "Do not allow any site to request access to USB devices via the WebUSB API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a connected USB device", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadaskforurls", + "displayName": "Allow read access via the File System API on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadaskforurls_filesystemreadaskforurlsdesc", + "displayName": "Allow read access via the File System API on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadblockedforurls", + "displayName": "Block read access via the File System API on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadblockedforurls_filesystemreadblockedforurlsdesc", + "displayName": "Block read access via the File System API on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteaskforurls", + "displayName": "Allow write access to files and directories on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteaskforurls_filesystemwriteaskforurlsdesc", + "displayName": "Allow write access to files and directories on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteblockedforurls", + "displayName": "Block write access to files and directories on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteblockedforurls_filesystemwriteblockedforurlsdesc", + "displayName": "Block write access to files and directories on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesallowedforurls", + "displayName": "Allow images on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesallowedforurls_imagesallowedforurlsdesc", + "displayName": "Allow images on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesblockedforurls", + "displayName": "Block images on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesblockedforurls_imagesblockedforurlsdesc", + "displayName": "Block images on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentallowedforurls", + "displayName": "Allow insecure content on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentallowedforurls_insecurecontentallowedforurlsdesc", + "displayName": "Allow insecure content on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentblockedforurls", + "displayName": "Block insecure content on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentblockedforurls_insecurecontentblockedforurlsdesc", + "displayName": "Block insecure content on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptallowedforurls", + "displayName": "Allow JavaScript on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptallowedforurls_javascriptallowedforurlsdesc", + "displayName": "Allow JavaScript on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptblockedforurls", + "displayName": "Block JavaScript on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptblockedforurls_javascriptblockedforurlsdesc", + "displayName": "Block JavaScript on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitallowedforsites", + "displayName": "Allow JavaScript to use JIT on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitallowedforsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitallowedforsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitallowedforsites_javascriptjitallowedforsitesdesc", + "displayName": "Allow JavaScript to use JIT on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitblockedforsites", + "displayName": "Block JavaScript from using JIT on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitblockedforsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitblockedforsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitblockedforsites_javascriptjitblockedforsitesdesc", + "displayName": "Block JavaScript from using JIT on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist", + "displayName": "Revert to legacy SameSite behavior for cookies on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_legacysamesitecookiebehaviorenabledfordomainlistdesc", + "displayName": "Revert to legacy SameSite behavior for cookies on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsallowedforurls", + "displayName": "Allow notifications on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsallowedforurls_notificationsallowedforurlsdesc", + "displayName": "Allow notifications on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsblockedforurls", + "displayName": "Block notifications on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsblockedforurls_notificationsblockedforurlsdesc", + "displayName": "Block notifications on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsallowedforurls", + "displayName": "Allow popups on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsallowedforurls_popupsallowedforurlsdesc", + "displayName": "Allow popups on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsblockedforurls", + "displayName": "Block popups on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsblockedforurls_popupsblockedforurlsdesc", + "displayName": "Block popups on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsallowedforurls", + "displayName": "Allow access to sensors on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsallowedforurls_sensorsallowedforurlsdesc", + "displayName": "Allow access to sensors on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsblockedforurls", + "displayName": "Block access to sensors on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsblockedforurls_sensorsblockedforurlsdesc", + "displayName": "Block access to sensors on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowallportsforurls", + "displayName": "Automatically grant permission to sites to connect all serial ports.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowallportsforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowallportsforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowallportsforurls_serialallowallportsforurlsdesc", + "displayName": "Automatically grant permission to sites to connect all serial ports. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowusbdevicesforurls", + "displayName": "Automatically grant permission to sites to connect to USB serial devices.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowusbdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowusbdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowusbdevicesforurls_serialallowusbdevicesforurls", + "displayName": "Automatically grant permission to sites to connect to USB serial devices. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialaskforurls", + "displayName": "Allow the Serial API on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialaskforurls_serialaskforurlsdesc", + "displayName": "Allow the Serial API on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialblockedforurls", + "displayName": "Block the Serial API on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialblockedforurls_serialblockedforurlsdesc", + "displayName": "Block the Serial API on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusballowdevicesforurls", + "displayName": "Automatically grant permission to these sites to connect to USB devices with the given vendor and product IDs.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusballowdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusballowdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusballowdevicesforurls_webusballowdevicesforurls", + "displayName": "Automatically grant permission to these sites to connect to USB devices with the given vendor and product IDs. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbaskforurls", + "displayName": "Allow WebUSB on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbaskforurls_webusbaskforurlsdesc", + "displayName": "Allow WebUSB on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbblockedforurls", + "displayName": "Block WebUSB on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbblockedforurls_webusbblockedforurlsdesc", + "displayName": "Block WebUSB on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovideralternateurls", + "displayName": "List of alternate URLs for the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovideralternateurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovideralternateurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovideralternateurls_defaultsearchprovideralternateurlsdesc", + "displayName": "List of alternate URLs for the default search provider (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderenabled", + "displayName": "Enable the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderencodings", + "displayName": "Default search provider encodings", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderencodings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderencodings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderencodings_defaultsearchproviderencodingsdesc", + "displayName": "Default search provider encodings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidericonurl", + "displayName": "Default search provider icon", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidericonurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidericonurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidericonurl_defaultsearchprovidericonurl", + "displayName": "Default search provider icon (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurl", + "displayName": "Parameter providing search-by-image feature for the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurl_defaultsearchproviderimageurl", + "displayName": "Parameter providing search-by-image feature for the default search provider (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for image URL which uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurlpostparams_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for image URL which uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderkeyword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderkeyword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderkeyword_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidername", + "displayName": "Default search provider name", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidername_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidername_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidername_defaultsearchprovidername", + "displayName": "Default search provider name (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidernewtaburl", + "displayName": "Default search provider new tab page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidernewtaburl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidernewtaburl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidernewtaburl_defaultsearchprovidernewtaburl", + "displayName": "Default search provider new tab page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurl_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurlpostparams", + "displayName": "Parameters for search URL which uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurlpostparams_defaultsearchprovidersearchurlpostparams", + "displayName": "Parameters for search URL which uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturl", + "displayName": "Default search provider suggest URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturl_defaultsearchprovidersuggesturl", + "displayName": "Default search provider suggest URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturlpostparams", + "displayName": "Parameters for suggest URL which uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturlpostparams_defaultsearchprovidersuggesturlpostparams", + "displayName": "Parameters for suggest URL which uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authnegotiatedelegatewhitelist", + "displayName": "Kerberos delegation server whitelist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authnegotiatedelegatewhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authnegotiatedelegatewhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authnegotiatedelegatewhitelist_authnegotiatedelegatewhitelist", + "displayName": "Kerberos delegation server whitelist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authserverwhitelist", + "displayName": "Authentication server whitelist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authserverwhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authserverwhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authserverwhitelist_authserverwhitelist", + "displayName": "Authentication server whitelist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autofillenabled", + "displayName": "Enable AutoFill", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autofillenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autofillenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autoplaywhitelist", + "displayName": "Allow media autoplay on a whitelist of URL patterns", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autoplaywhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autoplaywhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autoplaywhitelist_autoplaywhitelistdesc", + "displayName": "Allow media autoplay on a whitelist of URL patterns (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting", + "displayName": "Default mediastream setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_defaultmediastreamsetting", + "displayName": "Default mediastream setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_defaultmediastreamsetting_2", + "displayName": "Do not allow any site to access the camera and microphone", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_defaultmediastreamsetting_3", + "displayName": "Ask every time a site wants to access the camera and/or microphone", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_developertoolsdisabled", + "displayName": "Disable Developer Tools", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_developertoolsdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_developertoolsdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_disabledschemes", + "displayName": "Disable URL protocol schemes", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_disabledschemes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_disabledschemes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_disabledschemes_disabledschemesdesc", + "displayName": "List of disabled protocol schemes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallblacklist", + "displayName": "Configure extension installation blacklist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallblacklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallblacklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallblacklist_extensioninstallblacklistdesc", + "displayName": "Extension IDs the user should be prevented from installing (or * for all) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallwhitelist", + "displayName": "Configure extension installation whitelist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallwhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallwhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallwhitelist_extensioninstallwhitelistdesc", + "displayName": "Extension IDs to exempt from the blacklist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcebrowsersignin", + "displayName": "Enable force sign in for Google Chrome", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcebrowsersignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcebrowsersignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcesafesearch", + "displayName": "Force SafeSearch", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcesafesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcesafesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forceyoutubesafetymode", + "displayName": "Force YouTube Safety Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forceyoutubesafetymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forceyoutubesafetymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_incognitoenabled", + "displayName": "Enable Incognito mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_incognitoenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_incognitoenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_javascriptenabled", + "displayName": "Enable JavaScript", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_javascriptenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_javascriptenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingblacklist", + "displayName": "Configure native messaging blocklist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingblacklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingblacklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingblacklist_nativemessagingblacklistdesc", + "displayName": "Names of the forbidden native messaging hosts (or * for all) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingwhitelist", + "displayName": "Configure native messaging whitelist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingwhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingwhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingwhitelist_nativemessagingwhitelistdesc", + "displayName": "Names of the native messaging hosts to exempt from the blocklist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativewindowocclusionenabled", + "displayName": "Enable Native Window Occlusion", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativewindowocclusionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativewindowocclusionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxybypasslist", + "displayName": "Proxy bypass rules", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxybypasslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxybypasslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxybypasslist_proxybypasslist", + "displayName": "Comma-separated list of proxy bypass rules (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode", + "displayName": "Choose how to specify proxy server settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode", + "displayName": "Choose how to specify proxy server settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_direct", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_auto_detect", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_pac_script", + "displayName": "Use a .pac proxy script", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_fixed_servers", + "displayName": "Use fixed proxy servers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_system", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxypacurl", + "displayName": "URL to a proxy .pac file", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxypacurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxypacurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxypacurl_proxypacurl", + "displayName": "URL to a proxy .pac file (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyserver", + "displayName": "Address or URL of proxy server", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyserver_proxyserver", + "displayName": "Address or URL of proxy server (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode", + "displayName": "Choose how to specify proxy server settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode", + "displayName": "Choose how to specify proxy server settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode_0", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode_1", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode_2", + "displayName": "Manually specify proxy settings", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode_3", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostclientdomain", + "displayName": "Configure the required domain name for remote access clients", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostclientdomain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostclientdomain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostclientdomain_remoteaccesshostclientdomain", + "displayName": "Configure the required domain name for remote access clients (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostdomain", + "displayName": "Configure the required domain name for remote access hosts", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostdomain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostdomain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostdomain_remoteaccesshostdomain", + "displayName": "Configure the required domain name for remote access hosts (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingenabled", + "displayName": "Enable Safe Browsing", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingwhitelistdomains", + "displayName": "Configure the list of domains on which Safe Browsing will not trigger warnings.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingwhitelistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingwhitelistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingwhitelistdomains_safebrowsingwhitelistdomainsdesc", + "displayName": "Configure the list of domains on which Safe Browsing will not trigger warnings. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_signinallowed", + "displayName": "Allow sign in to Google Chrome", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_signinallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_signinallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_spellchecklanguageblacklist", + "displayName": "Force disable spellcheck languages", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_spellchecklanguageblacklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_spellchecklanguageblacklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_spellchecklanguageblacklist_spellchecklanguageblacklistdesc", + "displayName": "Force disable spellcheck languages (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_strictermixedcontenttreatmentenabled", + "displayName": "Enable stricter treatment for mixed content", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_strictermixedcontenttreatmentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_strictermixedcontenttreatmentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_unsafelytreatinsecureoriginassecure", + "displayName": "Origins or hostname patterns for which restrictions on\r\ninsecure origins should not apply", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_unsafelytreatinsecureoriginassecure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_unsafelytreatinsecureoriginassecure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_unsafelytreatinsecureoriginassecure_unsafelytreatinsecureoriginassecuredesc", + "displayName": "Origins or hostname patterns for which restrictions on\r\ninsecure origins should not apply (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlblacklist", + "displayName": "Block access to a list of URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlblacklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlblacklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlblacklist_urlblacklistdesc", + "displayName": "Block access to a list of URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlwhitelist", + "displayName": "Allow access to a list of URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlwhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlwhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlwhitelist_urlwhitelistdesc", + "displayName": "Allow access to a list of URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_blockexternalextensions", + "displayName": "Blocks external extensions from being installed", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_blockexternalextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_blockexternalextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionallowedtypes", + "displayName": "Configure allowed app/extension types", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionallowedtypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionallowedtypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionallowedtypes_extensionallowedtypesdesc", + "displayName": "Types of extensions/apps that are allowed to be installed (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallallowlist", + "displayName": "Configure extension installation allow list", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallallowlist_extensioninstallallowlistdesc", + "displayName": "Extension IDs to exempt from the blocklist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallblocklist", + "displayName": "Configure extension installation blocklist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallblocklist_extensioninstallblocklistdesc", + "displayName": "Extension IDs the user should be prevented from installing (or * for all) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallforcelist", + "displayName": "Configure the list of force-installed apps and extensions", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallforcelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallforcelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallforcelist_extensioninstallforcelistdesc", + "displayName": "Extension/App IDs and update URLs to be silently installed (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallsources", + "displayName": "Configure extension, app, and user script install sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallsources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallsources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallsources_extensioninstallsourcesdesc", + "displayName": "URL patterns to allow extension, app, and user script installs from (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionsettings", + "displayName": "Extension management settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionsettings_extensionsettings", + "displayName": "Extension management settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_enablemediarouter", + "displayName": "Enable Google Cast", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_enablemediarouter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_enablemediarouter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_showcasticonintoolbar", + "displayName": "Show the Google Cast toolbar icon", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_showcasticonintoolbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_showcasticonintoolbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_allowcrossoriginauthprompt", + "displayName": "Cross-origin HTTP Authentication prompts", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_allowcrossoriginauthprompt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_allowcrossoriginauthprompt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authnegotiatedelegateallowlist", + "displayName": "Kerberos delegation server allowlist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authnegotiatedelegateallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authnegotiatedelegateallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authnegotiatedelegateallowlist_authnegotiatedelegateallowlist", + "displayName": "Kerberos delegation server allowlist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authschemes", + "displayName": "Supported authentication schemes", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authschemes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authschemes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authschemes_authschemes", + "displayName": "Supported authentication schemes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authserverallowlist", + "displayName": "Authentication server allowlist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authserverallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authserverallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authserverallowlist_authserverallowlist", + "displayName": "Authentication server allowlist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_basicauthoverhttpenabled", + "displayName": "Allow Basic authentication for HTTP", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_basicauthoverhttpenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_basicauthoverhttpenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_disableauthnegotiatecnamelookup", + "displayName": "Disable CNAME lookup when negotiating Kerberos authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_disableauthnegotiatecnamelookup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_disableauthnegotiatecnamelookup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_enableauthnegotiateport", + "displayName": "Include non-standard port in Kerberos SPN", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_enableauthnegotiateport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_enableauthnegotiateport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingallowlist", + "displayName": "Configure native messaging allowlist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingallowlist_nativemessagingallowlistdesc", + "displayName": "Names of the native messaging hosts to exempt from the blocklist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingblocklist", + "displayName": "Configure native messaging blocklist", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingblocklist_nativemessagingblocklistdesc", + "displayName": "Names of the forbidden native messaging hosts (or * for all) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessaginguserlevelhosts", + "displayName": "Allow user-level Native Messaging hosts (installed without admin permissions)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessaginguserlevelhosts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessaginguserlevelhosts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~other_promptonmultiplematchingcertificates", + "displayName": "Prompt for the client certificate when multiple certificates match.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~other_promptonmultiplematchingcertificates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~other_promptonmultiplematchingcertificates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordleakdetectionenabled", + "displayName": "Enable leak detection for entered credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordleakdetectionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordleakdetectionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordmanagerenabled", + "displayName": "Enable saving passwords to the password manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordmanagerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordmanagerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintproxyenabled", + "displayName": "Enable Google Cloud Print proxy", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintproxyenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintproxyenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintsubmitenabled", + "displayName": "Enable submission of documents to Google Cloud Print", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintsubmitenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintsubmitenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_defaultprinterselection", + "displayName": "Default printer selection rules", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_defaultprinterselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_defaultprinterselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_defaultprinterselection_defaultprinterselection", + "displayName": "Default printer selection rules (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_disableprintpreview", + "displayName": "Disable Print Preview", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_disableprintpreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_disableprintpreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printertypedenylist", + "displayName": "Disable printer types on the deny list", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printertypedenylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printertypedenylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printertypedenylist_printertypedenylistdesc", + "displayName": "Disable printer types on the deny list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printheaderfooter", + "displayName": "Print Headers and Footers", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printheaderfooter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printheaderfooter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_any", + "displayName": "Allow printing both with and without background graphics", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_enabled", + "displayName": "Allow printing only with background graphics", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_disabled", + "displayName": "Allow printing only without background graphics", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault_enabled", + "displayName": "Enable background graphics printing mode by default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault_disabled", + "displayName": "Disable background graphics printing mode by default", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingenabled", + "displayName": "Enable printing", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingpapersizedefault", + "displayName": "Default printing page size", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingpapersizedefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingpapersizedefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingpapersizedefault_printingpapersizedefault", + "displayName": "Default printing page size (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpdfasimageavailability", + "displayName": "Print PDF as Image Available", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpdfasimageavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpdfasimageavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode", + "displayName": "Print PostScript Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_printpostscriptmode", + "displayName": "Print PostScript Mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_printpostscriptmode_0", + "displayName": "Default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_printpostscriptmode_1", + "displayName": "Type42", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpreviewusesystemdefaultprinter", + "displayName": "Use System Default Printer as Default", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpreviewusesystemdefaultprinter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpreviewusesystemdefaultprinter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode", + "displayName": "Print Rasterization Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_printrasterizationmode", + "displayName": "Print Rasterization Mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_printrasterizationmode_0", + "displayName": "Full", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_printrasterizationmode_1", + "displayName": "Fast", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizepdfdpi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizepdfdpi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizepdfdpi_printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowclientpairing", + "displayName": "Enable or disable PIN-less authentication for remote access hosts", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowclientpairing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowclientpairing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowfiletransfer", + "displayName": "Allow remote access users to transfer files to/from the host", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowfiletransfer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowfiletransfer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowrelayedconnection", + "displayName": "Enable the use of relay servers by the remote access host", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowrelayedconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowrelayedconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremoteaccessconnections", + "displayName": "Allow remote access connections to this machine", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremoteaccessconnections_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremoteaccessconnections_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremotesupportconnections", + "displayName": "Allow remote support connections to this machine", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremotesupportconnections_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremotesupportconnections_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowuiaccessforremoteassistance", + "displayName": "Allow remote users to interact with elevated windows in remote assistance sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowuiaccessforremoteassistance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowuiaccessforremoteassistance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclientdomainlist", + "displayName": "Configure the required domain names for remote access clients", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclientdomainlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclientdomainlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclientdomainlist_remoteaccesshostclientdomainlistdesc", + "displayName": "Configure the required domain names for remote access clients (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclipboardsizebytes", + "displayName": "The maximum size, in bytes, that can be transferred between client and host via clipboard synchronization", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclipboardsizebytes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclipboardsizebytes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclipboardsizebytes_remoteaccesshostclipboardsizebytes", + "displayName": "The maximum size, in bytes, that can be transferred between client and host via clipboard synchronization: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostdomainlist", + "displayName": "Configure the required domain names for remote access hosts", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostdomainlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostdomainlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostdomainlist_remoteaccesshostdomainlistdesc", + "displayName": "Configure the required domain names for remote access hosts (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostfirewalltraversal", + "displayName": "Enable firewall traversal from remote access host", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostfirewalltraversal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostfirewalltraversal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostmaximumsessiondurationminutes", + "displayName": "Maximum session duration allowed for remote access connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostmaximumsessiondurationminutes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostmaximumsessiondurationminutes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostmaximumsessiondurationminutes_remoteaccesshostmaximumsessiondurationminutes", + "displayName": "Maximum session duration allowed for remote access connections: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostrequirecurtain", + "displayName": "Enable curtaining of remote access hosts", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostrequirecurtain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostrequirecurtain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostudpportrange", + "displayName": "Restrict the UDP port range used by the remote access host", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostudpportrange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostudpportrange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostudpportrange_remoteaccesshostudpportrange", + "displayName": "Restrict the UDP port range used by the remote access host (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_additionallaunchparameters", + "displayName": "Additional command line parameters for Google Chrome", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_additionallaunchparameters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_additionallaunchparameters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_additionallaunchparameters_additionallaunchparameters", + "displayName": "Additional command line parameters for Google Chrome (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_advancedprotectiondeepscanningenabled", + "displayName": "Enable sending downloads to Google for deep scanning for users enrolled in the Advanced Protection program", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_advancedprotectiondeepscanningenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_advancedprotectiondeepscanningenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowoutdatedplugins", + "displayName": "Allow running plugins that are outdated", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowoutdatedplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowoutdatedplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowpopupsduringpageunload", + "displayName": "Allows a page to show popups during its unloading", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowpopupsduringpageunload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowpopupsduringpageunload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_alwaysauthorizeplugins", + "displayName": "Always runs plugins that require authorization (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_alwaysauthorizeplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_alwaysauthorizeplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_appcacheforceenabled", + "displayName": "Allows the AppCache feature to be re-enabled even if it is off by default.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_appcacheforceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_appcacheforceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframecontenttypes", + "displayName": "Allow Google Chrome Frame to handle the listed content types", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframecontenttypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframecontenttypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframecontenttypes_chromeframecontenttypesdesc", + "displayName": "Allow Google Chrome Frame to handle the listed content types (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings", + "displayName": "Default HTML renderer for Google Chrome Frame", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_chromeframerenderersettings", + "displayName": "Default HTML renderer for Google Chrome Frame (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_chromeframerenderersettings_0", + "displayName": "Use the host browser by default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_chromeframerenderersettings_1", + "displayName": "Use Google Chrome Frame by default", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_clearsitedataonexit", + "displayName": "Clear site data on browser shutdown (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_clearsitedataonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_clearsitedataonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_cloudprintwarningssuppressed", + "displayName": "Suppress Google Cloud Print deprecation messages", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_cloudprintwarningssuppressed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_cloudprintwarningssuppressed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corslegacymodeenabled", + "displayName": "Use the legacy CORS implementation rather than new CORS", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corslegacymodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corslegacymodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corsmitigationlist", + "displayName": "Enable CORS check mitigations in the new CORS implementation", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corsmitigationlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corsmitigationlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corsmitigationlist_corsmitigationlistdesc", + "displayName": "Enable CORS check mitigations in the new CORS implementation (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting", + "displayName": "Control use of the File Handling API", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_defaultfilehandlingguardsetting", + "displayName": "Control use of the File Handling API (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_defaultfilehandlingguardsetting_2", + "displayName": "Do not allow any web app to access file types via the File Handling API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_defaultfilehandlingguardsetting_3", + "displayName": "Allow web apps to ask the user to grant access to file types via the File Handling API", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting", + "displayName": "Default key generation setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_defaultkeygensetting", + "displayName": "Default key generation setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_defaultkeygensetting_1", + "displayName": "Allow all sites to use key generation", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_defaultkeygensetting_2", + "displayName": "Do not allow any site to use key generation", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting", + "displayName": "Default Flash setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_defaultpluginssetting", + "displayName": "Default Flash setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_defaultpluginssetting_1", + "displayName": "Allow all sites to automatically run the Flash plugin", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_defaultpluginssetting_2", + "displayName": "Block the Flash plugin", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_defaultpluginssetting_3", + "displayName": "Click to play", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturl", + "displayName": "Default search provider instant URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturl_defaultsearchproviderinstanturl", + "displayName": "Default search provider instant URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturlpostparams", + "displayName": "Parameters for instant URL which uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturlpostparams_defaultsearchproviderinstanturlpostparams", + "displayName": "Parameters for instant URL which uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchprovidersearchtermsreplacementkey", + "displayName": "Parameter controlling search term placement for the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchprovidersearchtermsreplacementkey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchprovidersearchtermsreplacementkey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchprovidersearchtermsreplacementkey_defaultsearchprovidersearchtermsreplacementkey", + "displayName": "Parameter controlling search term placement for the default search provider (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dheenabled", + "displayName": "Enable DHE cipher suites in TLS", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dheenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dheenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledplugins", + "displayName": "Specify a list of disabled plugins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledplugins_disabledpluginsdesc", + "displayName": "List of disabled plugins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledpluginsexceptions", + "displayName": "Specify a list of plugins that the user can enable or disable", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledpluginsexceptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledpluginsexceptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledpluginsexceptions_disabledpluginsexceptionsdesc", + "displayName": "List of exceptions to the list of disabled plugins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablepluginfinder", + "displayName": "Specify whether the plugin finder should be disabled (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablepluginfinder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablepluginfinder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablespdy", + "displayName": "Disable SPDY protocol", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablespdy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablespdy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablesslrecordsplitting", + "displayName": "Disable TLS False Start", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablesslrecordsplitting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablesslrecordsplitting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dnsprefetchingenabled", + "displayName": "Enable network prediction", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dnsprefetchingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dnsprefetchingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablecommonnamefallbackforlocalanchors", + "displayName": "Allow certificates issued by local trust anchors without subjectAlternativeName extension", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablecommonnamefallbackforlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablecommonnamefallbackforlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedprivetprinting", + "displayName": "Enable deprecated privet printing", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedprivetprinting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedprivetprinting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebbasedsignin", + "displayName": "Enable the old web-based signin flow", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebbasedsignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebbasedsignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebplatformfeatures", + "displayName": "Enable deprecated web platform features for a limited time", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebplatformfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebplatformfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebplatformfeatures_enabledeprecatedwebplatformfeaturesdesc", + "displayName": "Enable deprecated web platform features for a limited time (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledplugins", + "displayName": "Specify a list of enabled plugins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledplugins_enabledpluginsdesc", + "displayName": "List of enabled plugins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesha1forlocalanchors", + "displayName": "Allow SHA-1 signed certificates issued by local trust anchors", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesha1forlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesha1forlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesymanteclegacyinfrastructure", + "displayName": "Enable trust in Symantec Corporation's Legacy PKI Infrastructure", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesymanteclegacyinfrastructure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesymanteclegacyinfrastructure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstorename", + "displayName": "Enterprise web store name (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstorename_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstorename_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstorename_enterprisewebstorename", + "displayName": "Enterprise web store name (deprecated) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstoreurl", + "displayName": "Enterprise web store URL (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstoreurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstoreurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstoreurl_enterprisewebstoreurl", + "displayName": "Enterprise web store URL (deprecated) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_extensionallowinsecureupdates", + "displayName": "Allow insecure algorithms in integrity checks on extension updates and installs", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_extensionallowinsecureupdates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_extensionallowinsecureupdates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingallowedforurls", + "displayName": "Allow the File Handling API on these web apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingallowedforurls_filehandlingallowedforurlsdesc", + "displayName": "Allow the File Handling API on these web apps (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingblockedforurls", + "displayName": "Block the File Handling API on these web apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingblockedforurls_filehandlingblockedforurlsdesc", + "displayName": "Block the File Handling API on these web apps (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcelegacydefaultreferrerpolicy", + "displayName": "Use a default referrer policy of no-referrer-when-downgrade.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcelegacydefaultreferrerpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcelegacydefaultreferrerpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcenetworkinprocess", + "displayName": "Force networking code to run in the browser process", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcenetworkinprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcenetworkinprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_gcfuserdatadir", + "displayName": "Set Google Chrome Frame user data directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_gcfuserdatadir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_gcfuserdatadir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_gcfuserdatadir_gcfuserdatadir", + "displayName": "Set user data directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_hidewebstorepromo", + "displayName": "Prevent app promotions from appearing on the new tab page", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_hidewebstorepromo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_hidewebstorepromo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_http09onnondefaultportsenabled", + "displayName": "Enable HTTP/0.9 support on non-default ports", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_http09onnondefaultportsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_http09onnondefaultportsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_instantenabled", + "displayName": "Enable Instant", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_instantenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_instantenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenallowedforurls", + "displayName": "Allow key generation on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenallowedforurls_keygenallowedforurlsdesc", + "displayName": "Allow key generation on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenblockedforurls", + "displayName": "Block key generation on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenblockedforurls_keygenblockedforurlsdesc", + "displayName": "Block key generation on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled", + "displayName": "Default legacy SameSite cookie behavior setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled", + "displayName": "Default legacy SameSite cookie behavior setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled_1", + "displayName": "Revert to legacy SameSite behavior for cookies on all sites", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled_2", + "displayName": "Use SameSite-by-default behavior for cookies on all sites", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_localdiscoveryenabled", + "displayName": "Enable chrome://devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_localdiscoveryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_localdiscoveryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_machinelevelusercloudpolicyenrollmenttoken", + "displayName": "The enrollment token of cloud policy on desktop", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_machinelevelusercloudpolicyenrollmenttoken_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_machinelevelusercloudpolicyenrollmenttoken_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_machinelevelusercloudpolicyenrollmenttoken_machinelevelusercloudpolicyenrollmenttoken", + "displayName": "The enrollment token of cloud policy on desktop (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_mediacachesize", + "displayName": "Set media disk cache size in bytes", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_mediacachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_mediacachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_mediacachesize_mediacachesize", + "displayName": "Set media disk cache size: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pachttpsurlstrippingenabled", + "displayName": "Enable PAC URL stripping (for https://)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pachttpsurlstrippingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pachttpsurlstrippingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_passwordmanagerallowshowpasswords", + "displayName": "Allow users to show passwords in Password Manager (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_passwordmanagerallowshowpasswords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_passwordmanagerallowshowpasswords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsallowedforurls", + "displayName": "Allow the Flash plugin on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsallowedforurls_pluginsallowedforurlsdesc", + "displayName": "Allow the Flash plugin on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsblockedforurls", + "displayName": "Block the Flash plugin on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsblockedforurls_pluginsblockedforurlsdesc", + "displayName": "Block the Flash plugin on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_rc4enabled", + "displayName": "Enable RC4 cipher suites in TLS", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_rc4enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_rc4enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccessclientfirewalltraversal", + "displayName": "Enable firewall traversal from remote access client", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccessclientfirewalltraversal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccessclientfirewalltraversal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostdebugoverridepolicies", + "displayName": "Policy overrides for Debug builds of the remote access host", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostdebugoverridepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostdebugoverridepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostdebugoverridepolicies_remoteaccesshostdebugoverridepolicies", + "displayName": "Policy overrides for Debug builds of the remote access host (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostrequiretwofactor", + "displayName": "Enable two-factor authentication for remote access hosts", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostrequiretwofactor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostrequiretwofactor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshosttalkgadgetprefix", + "displayName": "Configure the TalkGadget prefix for remote access hosts", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshosttalkgadgetprefix_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshosttalkgadgetprefix_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshosttalkgadgetprefix_remoteaccesshosttalkgadgetprefix", + "displayName": "Configure the TalkGadget prefix for remote access hosts (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinchromeframelist", + "displayName": "Always render the following URL patterns in Google Chrome Frame", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinchromeframelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinchromeframelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinchromeframelist_renderinchromeframelistdesc", + "displayName": "Always render the following URL patterns in Google Chrome Frame (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinhostlist", + "displayName": "Always render the following URL patterns in the host browser", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinhostlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinhostlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinhostlist_renderinhostlistdesc", + "displayName": "Always render the following URL patterns in the host browser (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_runallflashinallowmode", + "displayName": "Extend Flash content setting to all content (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_runallflashinallowmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_runallflashinallowmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_safebrowsingextendedreportingoptinallowed", + "displayName": "Allow users to opt in to Safe Browsing extended reporting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_safebrowsingextendedreportingoptinallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_safebrowsingextendedreportingoptinallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_skipmetadatacheck", + "displayName": "Skip the meta tag check in Google Chrome Frame", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_skipmetadatacheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_skipmetadatacheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin", + "displayName": "Minimum TLS version to fallback to", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_sslversionfallbackmin", + "displayName": "Minimum TLS version to fallback to (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_sslversionfallbackmin_tls1.1", + "displayName": "TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_sslversionfallbackmin_tls1.2", + "displayName": "TLS 1.2", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax", + "displayName": "Maximum SSL version enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_sslversionmax", + "displayName": "Maximum SSL version enabled (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_sslversionmax_tls1.2", + "displayName": "TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_sslversionmax_tls1.3", + "displayName": "TLS 1.3", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_supervisedusercreationenabled", + "displayName": "Enable creation of supervised users", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_supervisedusercreationenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_supervisedusercreationenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_suppresschromeframeturndownprompt", + "displayName": "Suppress the Google Chrome Frame turndown prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_suppresschromeframeturndownprompt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_suppresschromeframeturndownprompt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabfreezingenabled", + "displayName": "Allow background tabs freeze", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabfreezingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabfreezingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabunderallowed", + "displayName": "Allow sites to simultaneously navigate and open pop-ups", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabunderallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabunderallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tls13hardeningforlocalanchorsenabled", + "displayName": "Enable a TLS 1.3 security feature for local trust anchors.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tls13hardeningforlocalanchorsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tls13hardeningforlocalanchorsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tripledesenabled", + "displayName": "Enable 3DES cipher suites in TLS", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tripledesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tripledesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_uselegacyformcontrols", + "displayName": "Use Legacy Form Controls until M84.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_uselegacyformcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_uselegacyformcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_useragentclienthintsenabled", + "displayName": "Control the User-Agent Client Hints feature.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_useragentclienthintsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_useragentclienthintsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webcomponentsv0enabled", + "displayName": "Re-enable Web Components v0 API until M84.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webcomponentsv0enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webcomponentsv0enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webdriveroverridesincompatiblepolicies", + "displayName": "Allow WebDriver to Override Incompatible Policies", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webdriveroverridesincompatiblepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webdriveroverridesincompatiblepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_welcomepageonosupgradeenabled", + "displayName": "Enable showing the welcome page on the first browser launch following OS upgrade", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_welcomepageonosupgradeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_welcomepageonosupgradeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionchangepasswordurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionchangepasswordurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionchangepasswordurl_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionloginurls", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture salted hashes of passwords.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionloginurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionloginurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionloginurls_passwordprotectionloginurlsdesc", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture salted hashes of passwords. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger", + "displayName": "Password protection warning trigger", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger", + "displayName": "Password protection warning trigger (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_0", + "displayName": "Password protection warning is off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_1", + "displayName": "Password protection warning is triggered by password reuse", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_2", + "displayName": "Password protection warning is triggered by password reuse on phishing page", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingallowlistdomains", + "displayName": "Configure the list of domains on which Safe Browsing will not trigger warnings.", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingallowlistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingallowlistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingallowlistdomains_safebrowsingallowlistdomainsdesc", + "displayName": "Configure the list of domains on which Safe Browsing will not trigger warnings. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingextendedreportingenabled", + "displayName": "Enable Safe Browsing Extended Reporting", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingextendedreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingextendedreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel", + "displayName": "Safe Browsing Protection Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_safebrowsingprotectionlevel", + "displayName": "Safe Browsing Protection Level (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_safebrowsingprotectionlevel_0", + "displayName": "Safe Browsing is never active.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_safebrowsingprotectionlevel_1", + "displayName": "Safe Browsing is active in the standard mode.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_safebrowsingprotectionlevel_2", + "displayName": "Safe Browsing is active in the enhanced mode. This mode provides better security, but requires sharing more browsing information with Google.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_sameorigintabcaptureallowedbyorigins", + "displayName": "Allow Same Origin Tab capture by these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_sameorigintabcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_sameorigintabcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_sameorigintabcaptureallowedbyorigins_sameorigintabcaptureallowedbyoriginsdesc", + "displayName": "Allow Same Origin Tab capture by these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowed", + "displayName": "Allow or deny screen capture", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowedbyorigins", + "displayName": "Allow Desktop, Window, and Tab capture by these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowedbyorigins_screencaptureallowedbyoriginsdesc", + "displayName": "Allow Desktop, Window, and Tab capture by these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_tabcaptureallowedbyorigins", + "displayName": "Allow Tab capture by these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_tabcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_tabcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_tabcaptureallowedbyorigins_tabcaptureallowedbyoriginsdesc", + "displayName": "Allow Tab capture by these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_windowcaptureallowedbyorigins", + "displayName": "Allow Window and Tab capture by these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_windowcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_windowcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_windowcaptureallowedbyorigins_windowcaptureallowedbyoriginsdesc", + "displayName": "Allow Window and Tab capture by these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepageisnewtabpage", + "displayName": "Use New Tab Page as homepage", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepageisnewtabpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepageisnewtabpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepagelocation", + "displayName": "Configure the home page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepagelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepagelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepagelocation_homepagelocation", + "displayName": "Home page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_newtabpagelocation", + "displayName": "Configure the New Tab page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_newtabpagelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_newtabpagelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_newtabpagelocation_newtabpagelocation", + "displayName": "New Tab page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup", + "displayName": "Action on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_restoreonstartup", + "displayName": "Action on startup (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_restoreonstartup_5", + "displayName": "Open New Tab Page", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartupurls", + "displayName": "URLs to open on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartupurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartupurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartupurls_restoreonstartupurlsdesc", + "displayName": "URLs to open on startup (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_showhomebutton", + "displayName": "Show Home button on toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_showhomebutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_showhomebutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_boottocloudmode", + "displayName": "Boot To Cloud Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_clouddesktop_boottocloudmode_0", + "displayName": "Not Configured", + "description": "Not Configured" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_boottocloudmode_1", + "displayName": "Enable Boot to Cloud Desktop", + "description": "Enable Boot to Cloud Desktop" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout", + "displayName": "Set Max Connection Timeout", + "options": [ + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_5", + "displayName": "5 min", + "description": "5 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_6", + "displayName": "6 min", + "description": "6 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_7", + "displayName": "7 min", + "description": "7 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_8", + "displayName": "8 min", + "description": "8 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_9", + "displayName": "9 min", + "description": "9 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_10", + "displayName": "10 min", + "description": "10 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_11", + "displayName": "11 min", + "description": "11 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_12", + "displayName": "12 min", + "description": "12 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_13", + "displayName": "13 min", + "description": "13 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_14", + "displayName": "14 min", + "description": "14 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_15", + "displayName": "15 min", + "description": "15 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_16", + "displayName": "16 min", + "description": "16 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_17", + "displayName": "17 min", + "description": "17 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_18", + "displayName": "18 min", + "description": "18 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_19", + "displayName": "19 min", + "description": "19 min" + }, + { + "id": "device_vendor_msft_policy_config_clouddesktop_setmaxconnectiontimeout_20", + "displayName": "20 min", + "description": "20 min" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowbluetooth", + "displayName": "Allow Bluetooth", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_allowbluetooth_0", + "displayName": "Disallow Bluetooth. The radio in the Bluetooth control panel will be grayed out and the user will not be able to turn Bluetooth on.", + "description": "Disallow Bluetooth. If this is set to 0, the radio in the Bluetooth control panel will be grayed out and the user will not be able to turn Bluetooth on." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowbluetooth_1", + "displayName": "Reserved. The radio in the Bluetooth control panel will be functional and the user will be able to turn Bluetooth on.", + "description": "Reserved. If this is set to 1, the radio in the Bluetooth control panel will be functional and the user will be able to turn Bluetooth on." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowbluetooth_2", + "displayName": "Allow Bluetooth. The radio in the Bluetooth control panel will be functional and the user will be able to turn Bluetooth on.", + "description": "Allow Bluetooth. If this is set to 2, the radio in the Bluetooth control panel will be functional and the user will be able to turn Bluetooth on." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowcellulardata", + "displayName": "Allow Cellular Data", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_allowcellulardata_0", + "displayName": "Do not allow the cellular data channel. The user cannot turn it on. This value is not supported in Windows 10, version 1511.", + "description": "Do not allow the cellular data channel. The user cannot turn it on. This value is not supported in Windows 10, version 1511." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowcellulardata_1", + "displayName": "Allow the cellular data channel. The user can turn it off.", + "description": "Allow the cellular data channel. The user can turn it off." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowcellulardata_2", + "displayName": "Allow the cellular data channel. The user cannot turn it off.", + "description": "Allow the cellular data channel. The user cannot turn it off." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowcellulardataroaming", + "displayName": "Allow Cellular Data Roaming", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_allowcellulardataroaming_0", + "displayName": "Do not allow cellular data roaming. The user cannot turn it on. This value is not supported in Windows 10, version 1511.", + "description": "Do not allow cellular data roaming. The user cannot turn it on. This value is not supported in Windows 10, version 1511." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowcellulardataroaming_1", + "displayName": "Allow cellular data roaming.", + "description": "Allow cellular data roaming." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowcellulardataroaming_2", + "displayName": "Allow cellular data roaming on. The user cannot turn it off.", + "description": "Allow cellular data roaming on. The user cannot turn it off." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowconnecteddevices", + "displayName": "Allow Connected Devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_allowconnecteddevices_0", + "displayName": "Block", + "description": "Disable (CDP service not available)." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowconnecteddevices_1", + "displayName": "Allow", + "description": "Allow (CDP service available)." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowphonepclinking", + "displayName": "Allow Phone PC Linking", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_allowphonepclinking_0", + "displayName": "Block", + "description": "Do not link." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowphonepclinking_1", + "displayName": "Allow", + "description": "Allow phone-PC linking." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowusbconnection", + "displayName": "Allow USB Connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_allowusbconnection_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowusbconnection_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowvpnovercellular", + "displayName": "Allow VPN Over Cellular", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_allowvpnovercellular_0", + "displayName": "Block", + "description": "VPN is not allowed over cellular." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowvpnovercellular_1", + "displayName": "Allow", + "description": "VPN can use any connection, including cellular." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowvpnroamingovercellular", + "displayName": "Allow VPN Roaming Over Cellular", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_allowvpnroamingovercellular_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_connectivity_allowvpnroamingovercellular_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_diableprintingoverhttp", + "displayName": "Turn off printing over HTTP", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_diableprintingoverhttp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_connectivity_diableprintingoverhttp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_disabledownloadingofprintdriversoverhttp", + "displayName": "Turn off downloading of print drivers over HTTP", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_disabledownloadingofprintdriversoverhttp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_connectivity_disabledownloadingofprintdriversoverhttp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_disableinternetdownloadforwebpublishingandonlineorderingwizards", + "displayName": "Turn off Internet download for Web publishing and online ordering wizards", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_disableinternetdownloadforwebpublishingandonlineorderingwizards_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_connectivity_disableinternetdownloadforwebpublishingandonlineorderingwizards_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_disallownetworkconnectivityactivetests", + "displayName": "Disallow Network Connectivity Active Tests", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_disallownetworkconnectivityactivetests_1", + "displayName": "Allow", + "description": "Allow" + }, + { + "id": "device_vendor_msft_policy_config_connectivity_disallownetworkconnectivityactivetests_0", + "displayName": "Block", + "description": "Block" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_hardeneduncpaths", + "displayName": "Hardened UNC Paths", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_hardeneduncpaths_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_connectivity_hardeneduncpaths_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_connectivity_hardeneduncpaths_pol_hardenedpaths", + "displayName": "Hardened UNC Paths: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_connectivity_hardeneduncpaths_pol_hardenedpaths_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_connectivity_hardeneduncpaths_pol_hardenedpaths_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_connectivity_prohibitinstallationandconfigurationofnetworkbridge", + "displayName": "Prohibit installation and configuration of Network Bridge on your DNS domain network", + "options": [ + { + "id": "device_vendor_msft_policy_config_connectivity_prohibitinstallationandconfigurationofnetworkbridge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_connectivity_prohibitinstallationandconfigurationofnetworkbridge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_controlpolicyconflict_mdmwinsovergp", + "displayName": "MDM Wins Over GP", + "options": [ + { + "id": "device_vendor_msft_policy_config_controlpolicyconflict_mdmwinsovergp_0", + "displayName": "", + "description": "" + }, + { + "id": "device_vendor_msft_policy_config_controlpolicyconflict_mdmwinsovergp_1", + "displayName": "The MDM policy is used and the GP policy is blocked.", + "description": "The MDM policy is used and the GP policy is blocked." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_credentialproviders_allowpinlogon", + "displayName": "Turn on convenience PIN sign-in", + "options": [ + { + "id": "device_vendor_msft_policy_config_credentialproviders_allowpinlogon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_credentialproviders_allowpinlogon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_credentialproviders_blockpicturepassword", + "displayName": "Turn off picture password sign-in", + "options": [ + { + "id": "device_vendor_msft_policy_config_credentialproviders_blockpicturepassword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_credentialproviders_blockpicturepassword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_credentialproviders_disableautomaticredeploymentcredentials", + "displayName": "Disable Automatic Re Deployment Credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_credentialproviders_disableautomaticredeploymentcredentials_0", + "displayName": "Disabled", + "description": "Enable the visibility of the credentials for Autopilot Reset." + }, + { + "id": "device_vendor_msft_policy_config_credentialproviders_disableautomaticredeploymentcredentials_1", + "displayName": "Enabled", + "description": "Disable visibility of the credentials for Autopilot Reset." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_credentialsdelegation_remotehostallowsdelegationofnonexportablecredentials", + "displayName": "Remote host allows delegation of non-exportable credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_credentialsdelegation_remotehostallowsdelegationofnonexportablecredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_credentialsdelegation_remotehostallowsdelegationofnonexportablecredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_credentialsui_disablepasswordreveal", + "displayName": "Do not display the password reveal button", + "options": [ + { + "id": "device_vendor_msft_policy_config_credentialsui_disablepasswordreveal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_credentialsui_disablepasswordreveal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_credentialsui_enumerateadministrators", + "displayName": "Enumerate administrator accounts on elevation", + "options": [ + { + "id": "device_vendor_msft_policy_config_credentialsui_enumerateadministrators_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_credentialsui_enumerateadministrators_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_cryptography_allowfipsalgorithmpolicy", + "displayName": "Allow Fips Algorithm Policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_cryptography_allowfipsalgorithmpolicy_1", + "displayName": "Allow", + "description": "Allow" + }, + { + "id": "device_vendor_msft_policy_config_cryptography_allowfipsalgorithmpolicy_0", + "displayName": "Block", + "description": "Block" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_cryptography_tlsciphersuites", + "displayName": "TLS Cipher Suites", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_dataprotection_allowdirectmemoryaccess", + "displayName": "Allow Direct Memory Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_dataprotection_allowdirectmemoryaccess_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_dataprotection_allowdirectmemoryaccess_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_dataprotection_legacyselectivewipeid", + "displayName": "Legacy Selective Wipe ID", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost3g", + "displayName": "Set 3G Cost", + "options": [ + { + "id": "device_vendor_msft_policy_config_datausage_setcost3g_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost3g_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost3g_cost3g_dropdownlist", + "displayName": "Please select a 3G connection cost value to set: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_datausage_setcost3g_cost3g_dropdownlist_1", + "displayName": "Unrestricted", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost3g_cost3g_dropdownlist_2", + "displayName": "Fixed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost3g_cost3g_dropdownlist_3", + "displayName": "Variable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost4g", + "displayName": "Set 4G Cost", + "options": [ + { + "id": "device_vendor_msft_policy_config_datausage_setcost4g_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost4g_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost4g_cost4g_dropdownlist", + "displayName": "Please select a 4G connection cost value to set: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_datausage_setcost4g_cost4g_dropdownlist_1", + "displayName": "Unrestricted", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost4g_cost4g_dropdownlist_2", + "displayName": "Fixed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_datausage_setcost4g_cost4g_dropdownlist_3", + "displayName": "Variable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowarchivescanning", + "displayName": "Allow Archive Scanning", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowarchivescanning_0", + "displayName": "Not allowed. Turns off scanning on archived files.", + "description": "Not allowed. Turns off scanning on archived files." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowarchivescanning_1", + "displayName": "Allowed. Scans the archive files.", + "description": "Allowed. Scans the archive files." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowbehaviormonitoring", + "displayName": "Allow Behavior Monitoring", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowbehaviormonitoring_0", + "displayName": "Not allowed. Turns off behavior monitoring.", + "description": "Not allowed. Turns off behavior monitoring." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowbehaviormonitoring_1", + "displayName": "Allowed. Turns on real-time behavior monitoring.", + "description": "Allowed. Turns on real-time behavior monitoring." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowcloudprotection", + "displayName": "Allow Cloud Protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowcloudprotection_0", + "displayName": "Not allowed. Turns off Cloud Protection.", + "description": "Not allowed. Turns off Cloud Protection." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowcloudprotection_1", + "displayName": "Allowed. Turns on Cloud Protection.", + "description": "Allowed. Turns on Cloud Protection." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowemailscanning", + "displayName": "Allow Email Scanning", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowemailscanning_0", + "displayName": "Not allowed. Turns off email scanning.", + "description": "Not allowed. Turns off email scanning." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowemailscanning_1", + "displayName": "Allowed. Turns on email scanning.", + "description": "Allowed. Turns on email scanning." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowfullscanonmappednetworkdrives", + "displayName": "Allow Full Scan On Mapped Network Drives", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowfullscanonmappednetworkdrives_0", + "displayName": "Not allowed. Disables scanning on mapped network drives.", + "description": "Not allowed. Disables scanning on mapped network drives." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowfullscanonmappednetworkdrives_1", + "displayName": "Allowed. Scans mapped network drives.", + "description": "Allowed. Scans mapped network drives." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowfullscanremovabledrivescanning", + "displayName": "Allow Full Scan Removable Drive Scanning", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowfullscanremovabledrivescanning_0", + "displayName": "Not allowed. Turns off scanning on removable drives.", + "description": "Not allowed. Turns off scanning on removable drives." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowfullscanremovabledrivescanning_1", + "displayName": "Allowed. Scans removable drives.", + "description": "Allowed. Scans removable drives." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowintrusionpreventionsystem", + "displayName": "[Deprecated] Allow Intrusion Prevention System", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowintrusionpreventionsystem_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowintrusionpreventionsystem_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowioavprotection", + "displayName": "Allow scanning of all downloaded files and attachments", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowioavprotection_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowioavprotection_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowonaccessprotection", + "displayName": "Allow On Access Protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowonaccessprotection_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowonaccessprotection_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowrealtimemonitoring", + "displayName": "Allow Realtime Monitoring", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowrealtimemonitoring_0", + "displayName": "Not allowed. Turns off the real-time monitoring service.", + "description": "Not allowed. Turns off the real-time monitoring service." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowrealtimemonitoring_1", + "displayName": "Allowed. Turns on and runs the real-time monitoring service.", + "description": "Allowed. Turns on and runs the real-time monitoring service." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowscanningnetworkfiles", + "displayName": "Allow Scanning Network Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowscanningnetworkfiles_0", + "displayName": "Not allowed. Turns off scanning of network files.", + "description": "Not allowed. Turns off scanning of network files." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowscanningnetworkfiles_1", + "displayName": "Allowed. Scans network files.", + "description": "Allowed. Scans network files." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowscriptscanning", + "displayName": "Allow Script Scanning", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowscriptscanning_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowscriptscanning_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_allowuseruiaccess", + "displayName": "Allow User UI Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_allowuseruiaccess_0", + "displayName": "Not allowed. Prevents users from accessing UI.", + "description": "Not allowed. Prevents users from accessing UI." + }, + { + "id": "device_vendor_msft_policy_config_defender_allowuseruiaccess_1", + "displayName": "Allowed. Lets users access UI.", + "description": "Allowed. Lets users access UI." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductiononlyexclusions", + "displayName": "Attack Surface Reduction Only Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules", + "displayName": "Attack Surface Reduction Rules", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockabuseofexploitedvulnerablesigneddrivers", + "displayName": "Block abuse of exploited vulnerable signed drivers (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockabuseofexploitedvulnerablesigneddrivers_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockabuseofexploitedvulnerablesigneddrivers_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockabuseofexploitedvulnerablesigneddrivers_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockabuseofexploitedvulnerablesigneddrivers_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockabuseofexploitedvulnerablesigneddrivers_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockadobereaderfromcreatingchildprocesses", + "displayName": "Block Adobe Reader from creating child processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockadobereaderfromcreatingchildprocesses_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockadobereaderfromcreatingchildprocesses_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockadobereaderfromcreatingchildprocesses_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockadobereaderfromcreatingchildprocesses_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockadobereaderfromcreatingchildprocesses_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockallofficeapplicationsfromcreatingchildprocesses", + "displayName": "Block all Office applications from creating child processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockallofficeapplicationsfromcreatingchildprocesses_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockallofficeapplicationsfromcreatingchildprocesses_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockallofficeapplicationsfromcreatingchildprocesses_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockallofficeapplicationsfromcreatingchildprocesses_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockallofficeapplicationsfromcreatingchildprocesses_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockcredentialstealingfromwindowslocalsecurityauthoritysubsystem", + "displayName": "Block credential stealing from the Windows local security authority subsystem", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockcredentialstealingfromwindowslocalsecurityauthoritysubsystem_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockcredentialstealingfromwindowslocalsecurityauthoritysubsystem_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockcredentialstealingfromwindowslocalsecurityauthoritysubsystem_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockcredentialstealingfromwindowslocalsecurityauthoritysubsystem_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockcredentialstealingfromwindowslocalsecurityauthoritysubsystem_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablecontentfromemailclientandwebmail", + "displayName": "Block executable content from email client and webmail", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablecontentfromemailclientandwebmail_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablecontentfromemailclientandwebmail_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablecontentfromemailclientandwebmail_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablecontentfromemailclientandwebmail_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablecontentfromemailclientandwebmail_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablefilesrunningunlesstheymeetprevalenceagetrustedlistcriterion", + "displayName": "Block executable files from running unless they meet a prevalence, age, or trusted list criterion", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablefilesrunningunlesstheymeetprevalenceagetrustedlistcriterion_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablefilesrunningunlesstheymeetprevalenceagetrustedlistcriterion_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablefilesrunningunlesstheymeetprevalenceagetrustedlistcriterion_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablefilesrunningunlesstheymeetprevalenceagetrustedlistcriterion_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutablefilesrunningunlesstheymeetprevalenceagetrustedlistcriterion_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutionofpotentiallyobfuscatedscripts", + "displayName": "Block execution of potentially obfuscated scripts", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutionofpotentiallyobfuscatedscripts_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutionofpotentiallyobfuscatedscripts_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutionofpotentiallyobfuscatedscripts_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutionofpotentiallyobfuscatedscripts_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockexecutionofpotentiallyobfuscatedscripts_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockjavascriptorvbscriptfromlaunchingdownloadedexecutablecontent", + "displayName": "Block JavaScript or VBScript from launching downloaded executable content", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockjavascriptorvbscriptfromlaunchingdownloadedexecutablecontent_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockjavascriptorvbscriptfromlaunchingdownloadedexecutablecontent_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockjavascriptorvbscriptfromlaunchingdownloadedexecutablecontent_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockjavascriptorvbscriptfromlaunchingdownloadedexecutablecontent_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockjavascriptorvbscriptfromlaunchingdownloadedexecutablecontent_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfromcreatingexecutablecontent", + "displayName": "Block Office applications from creating executable content", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfromcreatingexecutablecontent_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfromcreatingexecutablecontent_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfromcreatingexecutablecontent_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfromcreatingexecutablecontent_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfromcreatingexecutablecontent_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfrominjectingcodeintootherprocesses", + "displayName": "Block Office applications from injecting code into other processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfrominjectingcodeintootherprocesses_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfrominjectingcodeintootherprocesses_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfrominjectingcodeintootherprocesses_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfrominjectingcodeintootherprocesses_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficeapplicationsfrominjectingcodeintootherprocesses_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficecommunicationappfromcreatingchildprocesses", + "displayName": "Block Office communication application from creating child processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficecommunicationappfromcreatingchildprocesses_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficecommunicationappfromcreatingchildprocesses_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficecommunicationappfromcreatingchildprocesses_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficecommunicationappfromcreatingchildprocesses_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockofficecommunicationappfromcreatingchildprocesses_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockpersistencethroughwmieventsubscription", + "displayName": "Block persistence through WMI event subscription", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockpersistencethroughwmieventsubscription_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockpersistencethroughwmieventsubscription_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockpersistencethroughwmieventsubscription_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockpersistencethroughwmieventsubscription_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockprocesscreationsfrompsexecandwmicommands", + "displayName": "Block process creations originating from PSExec and WMI commands", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockprocesscreationsfrompsexecandwmicommands_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockprocesscreationsfrompsexecandwmicommands_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockprocesscreationsfrompsexecandwmicommands_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockprocesscreationsfrompsexecandwmicommands_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockprocesscreationsfrompsexecandwmicommands_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockrebootingmachineinsafemode", + "displayName": "[PREVIEW] Block rebooting machine in Safe Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockrebootingmachineinsafemode_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockrebootingmachineinsafemode_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockrebootingmachineinsafemode_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockrebootingmachineinsafemode_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockrebootingmachineinsafemode_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuntrustedunsignedprocessesthatrunfromusb", + "displayName": "Block untrusted and unsigned processes that run from USB", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuntrustedunsignedprocessesthatrunfromusb_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuntrustedunsignedprocessesthatrunfromusb_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuntrustedunsignedprocessesthatrunfromusb_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuntrustedunsignedprocessesthatrunfromusb_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuntrustedunsignedprocessesthatrunfromusb_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuseofcopiedorimpersonatedsystemtools", + "displayName": "[PREVIEW] Block use of copied or impersonated system tools", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuseofcopiedorimpersonatedsystemtools_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuseofcopiedorimpersonatedsystemtools_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuseofcopiedorimpersonatedsystemtools_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuseofcopiedorimpersonatedsystemtools_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockuseofcopiedorimpersonatedsystemtools_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwebshellcreationforservers", + "displayName": "Block Webshell creation for Servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwebshellcreationforservers_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwebshellcreationforservers_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwebshellcreationforservers_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwebshellcreationforservers_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwebshellcreationforservers_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwin32apicallsfromofficemacros", + "displayName": "Block Win32 API calls from Office macros", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwin32apicallsfromofficemacros_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwin32apicallsfromofficemacros_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwin32apicallsfromofficemacros_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwin32apicallsfromofficemacros_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_blockwin32apicallsfromofficemacros_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_useadvancedprotectionagainstransomware", + "displayName": "Use advanced protection against ransomware", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_useadvancedprotectionagainstransomware_off", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_useadvancedprotectionagainstransomware_block", + "displayName": "Block", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_useadvancedprotectionagainstransomware_audit", + "displayName": "Audit", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_useadvancedprotectionagainstransomware_warn", + "displayName": "Warn", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_attacksurfacereductionrules_useadvancedprotectionagainstransomware_perruleexclusions", + "displayName": "ASR Only Per Rule Exclusions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_avgcpuloadfactor", + "displayName": "Avg CPU Load Factor", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_checkforsignaturesbeforerunningscan", + "displayName": "Check For Signatures Before Running Scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_checkforsignaturesbeforerunningscan_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_defender_checkforsignaturesbeforerunningscan_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_cloudblocklevel", + "displayName": "Cloud Block Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_cloudblocklevel_0", + "displayName": "Default State", + "description": "Default State" + }, + { + "id": "device_vendor_msft_policy_config_defender_cloudblocklevel_2", + "displayName": "High", + "description": "High" + }, + { + "id": "device_vendor_msft_policy_config_defender_cloudblocklevel_4", + "displayName": "High Plus", + "description": "HighPlus" + }, + { + "id": "device_vendor_msft_policy_config_defender_cloudblocklevel_6", + "displayName": "Zero Tolerance", + "description": "ZeroTolerance" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_cloudextendedtimeout", + "displayName": "Cloud Extended Timeout", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_controlledfolderaccessallowedapplications", + "displayName": "Controlled Folder Access Allowed Applications", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_controlledfolderaccessprotectedfolders", + "displayName": "Controlled Folder Access Protected Folders", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_daystoretaincleanedmalware", + "displayName": "Days To Retain Cleaned Malware", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_disablecatchupfullscan", + "displayName": "Disable Catchup Full Scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_disablecatchupfullscan_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_defender_disablecatchupfullscan_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_disablecatchupquickscan", + "displayName": "Disable Catchup Quick Scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_disablecatchupquickscan_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_defender_disablecatchupquickscan_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_enablecontrolledfolderaccess", + "displayName": "Enable Controlled Folder Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_enablecontrolledfolderaccess_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_defender_enablecontrolledfolderaccess_1", + "displayName": "Enabled", + "description": "Enabled" + }, + { + "id": "device_vendor_msft_policy_config_defender_enablecontrolledfolderaccess_2", + "displayName": "Audit Mode", + "description": "Audit Mode" + }, + { + "id": "device_vendor_msft_policy_config_defender_enablecontrolledfolderaccess_3", + "displayName": "Block disk modification only", + "description": "Block disk modification only" + }, + { + "id": "device_vendor_msft_policy_config_defender_enablecontrolledfolderaccess_4", + "displayName": "Audit disk modification only", + "description": "Audit disk modification only" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_enablelowcpupriority", + "displayName": "Enable Low CPU Priority", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_enablelowcpupriority_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_defender_enablelowcpupriority_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_enablenetworkprotection", + "displayName": "Enable Network Protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_enablenetworkprotection_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_defender_enablenetworkprotection_1", + "displayName": "Enabled (block mode)", + "description": "Enabled (block mode)" + }, + { + "id": "device_vendor_msft_policy_config_defender_enablenetworkprotection_2", + "displayName": "Enabled (audit mode)", + "description": "Enabled (audit mode)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_excludedextensions", + "displayName": "Excluded Extensions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_excludedpaths", + "displayName": "Excluded Paths", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_excludedprocesses", + "displayName": "Excluded Processes", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_puaprotection", + "displayName": "PUA Protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_puaprotection_0", + "displayName": "PUA Protection off. Windows Defender will not protect against potentially unwanted applications.", + "description": "PUA Protection off. Windows Defender will not protect against potentially unwanted applications." + }, + { + "id": "device_vendor_msft_policy_config_defender_puaprotection_1", + "displayName": "PUA Protection on. Detected items are blocked. They will show in history along with other threats.", + "description": "PUA Protection on. Detected items are blocked. They will show in history along with other threats." + }, + { + "id": "device_vendor_msft_policy_config_defender_puaprotection_2", + "displayName": "Audit mode. Windows Defender will detect potentially unwanted applications, but take no action. You can review information about the applications Windows Defender would have taken action against by searching for events created by Windows Defender in the Event Viewer.", + "description": "Audit mode. Windows Defender will detect potentially unwanted applications, but take no action. You can review information about the applications Windows Defender would have taken action against by searching for events created by Windows Defender in the Event Viewer." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_realtimescandirection", + "displayName": "Real Time Scan Direction", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_realtimescandirection_0", + "displayName": "Monitor all files (bi-directional).", + "description": "Monitor all files (bi-directional)." + }, + { + "id": "device_vendor_msft_policy_config_defender_realtimescandirection_1", + "displayName": "Monitor incoming files.", + "description": "Monitor incoming files." + }, + { + "id": "device_vendor_msft_policy_config_defender_realtimescandirection_2", + "displayName": "Monitor outgoing files.", + "description": "Monitor outgoing files." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_scanparameter", + "displayName": "Scan Parameter", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_scanparameter_1", + "displayName": "Quick scan", + "description": "Quick scan" + }, + { + "id": "device_vendor_msft_policy_config_defender_scanparameter_2", + "displayName": "Full scan", + "description": "Full scan" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulequickscantime", + "displayName": "Schedule Quick Scan Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday", + "displayName": "Schedule Scan Day", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_0", + "displayName": "Every day", + "description": "Every day" + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_1", + "displayName": "Sunday", + "description": "Sunday" + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_2", + "displayName": "Monday", + "description": "Monday" + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_3", + "displayName": "Tuesday", + "description": "Tuesday" + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_4", + "displayName": "Wednesday", + "description": "Wednesday" + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_5", + "displayName": "Thursday", + "description": "Thursday" + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_6", + "displayName": "Friday", + "description": "Friday" + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_7", + "displayName": "Saturday", + "description": "Saturday" + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescanday_8", + "displayName": "No scheduled scan", + "description": "No scheduled scan" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_schedulescantime", + "displayName": "Schedule Scan Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_securityintelligencelocation", + "displayName": "Security Intelligence Location", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_signatureupdatefallbackorder", + "displayName": "Signature Update Fallback Order", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_signatureupdatefilesharessources", + "displayName": "Signature Update File Shares Sources", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_signatureupdateinterval", + "displayName": "Signature Update Interval", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_submitsamplesconsent", + "displayName": "Submit Samples Consent", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_submitsamplesconsent_0", + "displayName": "Always prompt.", + "description": "Always prompt." + }, + { + "id": "device_vendor_msft_policy_config_defender_submitsamplesconsent_1", + "displayName": "Send safe samples automatically.", + "description": "Send safe samples automatically." + }, + { + "id": "device_vendor_msft_policy_config_defender_submitsamplesconsent_2", + "displayName": "Never send.", + "description": "Never send." + }, + { + "id": "device_vendor_msft_policy_config_defender_submitsamplesconsent_3", + "displayName": "Send all samples automatically.", + "description": "Send all samples automatically." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction", + "displayName": "Threat Severity Default Action", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_highseveritythreats", + "displayName": "Remediation action for High severity threats", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_highseveritythreats_clean", + "displayName": "Clean. Service tries to recover files and try to disinfect.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_highseveritythreats_quarantine", + "displayName": "Quarantine. Moves files to quarantine.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_highseveritythreats_remove", + "displayName": "Remove. Removes files from system.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_highseveritythreats_allow", + "displayName": "Allow. Allows file/does none of the above actions.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_highseveritythreats_userdefined", + "displayName": "User defined. Requires user to make a decision on which action to take.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_highseveritythreats_block", + "displayName": "Block. Blocks file execution.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_lowseveritythreats", + "displayName": "Remediation action for Low severity threats", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_lowseveritythreats_clean", + "displayName": "Clean. Service tries to recover files and try to disinfect.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_lowseveritythreats_quarantine", + "displayName": "Quarantine. Moves files to quarantine.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_lowseveritythreats_remove", + "displayName": "Remove. Removes files from system.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_lowseveritythreats_allow", + "displayName": "Allow. Allows file/does none of the above actions.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_lowseveritythreats_userdefined", + "displayName": "User defined. Requires user to make a decision on which action to take.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_lowseveritythreats_block", + "displayName": "Block. Blocks file execution.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_moderateseveritythreats", + "displayName": "Remediation action for Moderate severity threats", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_moderateseveritythreats_clean", + "displayName": "Clean. Service tries to recover files and try to disinfect.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_moderateseveritythreats_quarantine", + "displayName": "Quarantine. Moves files to quarantine.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_moderateseveritythreats_remove", + "displayName": "Remove. Removes files from system.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_moderateseveritythreats_allow", + "displayName": "Allow. Allows file/does none of the above actions.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_moderateseveritythreats_userdefined", + "displayName": "User defined. Requires user to make a decision on which action to take.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_moderateseveritythreats_block", + "displayName": "Block. Blocks file execution.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_severethreats", + "displayName": "Remediation action for Severe threats", + "options": [ + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_severethreats_clean", + "displayName": "Clean. Service tries to recover files and try to disinfect.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_severethreats_quarantine", + "displayName": "Quarantine. Moves files to quarantine.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_severethreats_remove", + "displayName": "Remove. Removes files from system.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_severethreats_allow", + "displayName": "Allow. Allows file/does none of the above actions.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_severethreats_userdefined", + "displayName": "User defined. Requires user to make a decision on which action to take.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_defender_threatseveritydefaultaction_severethreats_block", + "displayName": "Block. Blocks file execution.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_doabsolutemaxcachesize", + "displayName": "DO Absolute Max Cache Size", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_doallowvpnpeercaching", + "displayName": "DO Allow VPN Peer Caching", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_doallowvpnpeercaching_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_doallowvpnpeercaching_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_docachehost", + "displayName": "DO Cache Host", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_docachehostsource", + "displayName": "DO Cache Host Source", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodelaybackgrounddownloadfromhttp", + "displayName": "DO Delay Background Download From Http", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodelaycacheserverfallbackbackground", + "displayName": "DO Delay Cache Server Fallback Background", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodelaycacheserverfallbackforeground", + "displayName": "DO Delay Cache Server Fallback Foreground", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodelayforegrounddownloadfromhttp", + "displayName": "DO Delay Foreground Download From Http", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodisallowcacheserverdownloadsonvpn", + "displayName": "DO Disallow Cache Server Downloads On VPN", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodisallowcacheserverdownloadsonvpn_0", + "displayName": "Allowed", + "description": "Allowed" + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodisallowcacheserverdownloadsonvpn_1", + "displayName": "Not allowed", + "description": "Not allowed" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodownloadmode", + "displayName": "DO Download Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodownloadmode_0", + "displayName": "HTTP only, no peering.", + "description": "HTTP only, no peering." + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodownloadmode_1", + "displayName": "HTTP blended with peering behind the same NAT.", + "description": "HTTP blended with peering behind the same NAT." + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodownloadmode_2", + "displayName": "When this option is selected, peering will cross NATs. To create a custom group use Group ID in combination with Mode 2.", + "description": "When this option is selected, peering will cross NATs. To create a custom group use Group ID in combination with Mode 2." + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodownloadmode_3", + "displayName": "HTTP blended with Internet peering.", + "description": "HTTP blended with Internet peering." + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodownloadmode_99", + "displayName": "9 - Simple download mode with no peering. Delivery Optimization downloads using HTTP only and does not attempt to contact the Delivery Optimization cloud services. Added in Windows 10, version 1607.", + "description": "9 - Simple download mode with no peering. Delivery Optimization downloads using HTTP only and does not attempt to contact the Delivery Optimization cloud services. Added in Windows 10, version 1607." + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dodownloadmode_100", + "displayName": "Bypass mode. Windows 10: Do not use Delivery Optimization and use BITS instead. Windows 11: Deprecated, use Simple mode instead.", + "description": "Bypass mode. Windows 10: Do not use Delivery Optimization and use BITS instead. Windows 11: Deprecated, use Simple mode instead." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dogroupid", + "displayName": "DO Group Id", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dogroupidsource", + "displayName": "DO Group Id Source", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dogroupidsource_0", + "displayName": "Unset", + "description": "Unset" + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dogroupidsource_1", + "displayName": "AD site", + "description": "AD site" + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dogroupidsource_2", + "displayName": "Authenticated domain SID", + "description": "Authenticated domain SID" + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dogroupidsource_3", + "displayName": "DHCP user option", + "description": "DHCP user option" + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dogroupidsource_4", + "displayName": "DNS suffix", + "description": "DNS suffix" + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dogroupidsource_5", + "displayName": "AAD", + "description": "AAD" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domaxbackgrounddownloadbandwidth", + "displayName": "DO Max Background Download Bandwidth", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domaxcacheage", + "displayName": "DO Max Cache Age", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domaxcachesize", + "displayName": "DO Max Cache Size", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domaxdownloadbandwidth", + "displayName": "DO Max Download Bandwidth", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domaxforegrounddownloadbandwidth", + "displayName": "DO Max Foreground Download Bandwidth", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domaxuploadbandwidth", + "displayName": "DO Max Upload Bandwidth", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dominbackgroundqos", + "displayName": "DO Min Background Qos", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dominbatterypercentageallowedtoupload", + "displayName": "DO Min Battery Percentage Allowed To Upload", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domindisksizeallowedtopeer", + "displayName": "DO Min Disk Size Allowed To Peer", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dominfilesizetocache", + "displayName": "DO Min File Size To Cache", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dominramallowedtopeer", + "displayName": "DO Min RAM Allowed To Peer", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domodifycachedrive", + "displayName": "DO Modify Cache Drive", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_domonthlyuploaddatacap", + "displayName": "DO Monthly Upload Data Cap", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dopercentagemaxbackgroundbandwidth", + "displayName": "DO Percentage Max Background Bandwidth", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dopercentagemaxforegroundbandwidth", + "displayName": "DO Percentage Max Foreground Bandwidth", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dorestrictpeerselectionby", + "displayName": "DO Restrict Peer Selection By", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dorestrictpeerselectionby_0", + "displayName": "None.", + "description": "None." + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dorestrictpeerselectionby_1", + "displayName": "Subnet mask.", + "description": "Subnet mask." + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dorestrictpeerselectionby_2", + "displayName": "Local peer discovery (DNS-SD).", + "description": "Local peer discovery (DNS-SD)." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth", + "displayName": "Set Business Hours to Limit Background Download Bandwidth", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom", + "displayName": "From: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_0", + "displayName": "12 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_1", + "displayName": "1 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_2", + "displayName": "2 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_3", + "displayName": "3 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_4", + "displayName": "4 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_5", + "displayName": "5 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_6", + "displayName": "6 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_7", + "displayName": "7 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_8", + "displayName": "8 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_9", + "displayName": "9 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_10", + "displayName": "10 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_11", + "displayName": "11 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_12", + "displayName": "12 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_13", + "displayName": "1 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_14", + "displayName": "2 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_15", + "displayName": "3 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_16", + "displayName": "4 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_17", + "displayName": "5 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_18", + "displayName": "6 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_19", + "displayName": "7 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_20", + "displayName": "8 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_21", + "displayName": "9 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_22", + "displayName": "10 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthfrom_23", + "displayName": "11 PM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthin", + "displayName": "\r\nMaximum Background Download Bandwidth (percentage) during Business Hours:\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthout", + "displayName": "\r\nMaximum Background Download Bandwidth (percentage) outside of Business Hours:\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto", + "displayName": "To: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_0", + "displayName": "12 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_1", + "displayName": "1 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_2", + "displayName": "2 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_3", + "displayName": "3 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_4", + "displayName": "4 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_5", + "displayName": "5 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_6", + "displayName": "6 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_7", + "displayName": "7 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_8", + "displayName": "8 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_9", + "displayName": "9 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_10", + "displayName": "10 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_11", + "displayName": "11 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_12", + "displayName": "12 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_13", + "displayName": "1 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_14", + "displayName": "2 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_15", + "displayName": "3 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_16", + "displayName": "4 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_17", + "displayName": "5 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_18", + "displayName": "6 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_19", + "displayName": "7 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_20", + "displayName": "8 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_21", + "displayName": "9 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_22", + "displayName": "10 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitbackgrounddownloadbandwidth_sethourstolimitbackgrounddownloadbandwidthto_23", + "displayName": "11 PM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth", + "displayName": "Set Business Hours to Limit Foreground Download Bandwidth", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom", + "displayName": "From: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_0", + "displayName": "12 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_1", + "displayName": "1 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_2", + "displayName": "2 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_3", + "displayName": "3 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_4", + "displayName": "4 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_5", + "displayName": "5 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_6", + "displayName": "6 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_7", + "displayName": "7 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_8", + "displayName": "8 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_9", + "displayName": "9 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_10", + "displayName": "10 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_11", + "displayName": "11 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_12", + "displayName": "12 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_13", + "displayName": "1 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_14", + "displayName": "2 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_15", + "displayName": "3 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_16", + "displayName": "4 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_17", + "displayName": "5 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_18", + "displayName": "6 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_19", + "displayName": "7 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_20", + "displayName": "8 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_21", + "displayName": "9 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_22", + "displayName": "10 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthfrom_23", + "displayName": "11 PM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthin", + "displayName": "\r\nMaximum Foreground Download Bandwidth (percentage) during Business Hours:\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthout", + "displayName": "\r\nMaximum Foreground Download Bandwidth (percentage) outside of Business Hours:\r\n", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto", + "displayName": "To: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_0", + "displayName": "12 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_1", + "displayName": "1 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_2", + "displayName": "2 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_3", + "displayName": "3 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_4", + "displayName": "4 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_5", + "displayName": "5 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_6", + "displayName": "6 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_7", + "displayName": "7 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_8", + "displayName": "8 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_9", + "displayName": "9 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_10", + "displayName": "10 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_11", + "displayName": "11 AM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_12", + "displayName": "12 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_13", + "displayName": "1 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_14", + "displayName": "2 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_15", + "displayName": "3 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_16", + "displayName": "4 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_17", + "displayName": "5 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_18", + "displayName": "6 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_19", + "displayName": "7 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_20", + "displayName": "8 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_21", + "displayName": "9 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_22", + "displayName": "10 PM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dosethourstolimitforegrounddownloadbandwidth_sethourstolimitforegrounddownloadbandwidthto_23", + "displayName": "11 PM", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deliveryoptimization_dovpnkeywords", + "displayName": "DO Vpn Keywords", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableadditionalsources", + "displayName": "Enable App Installer Additional Sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableadditionalsources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableadditionalsources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableadditionalsources_additionalsources", + "displayName": "Additional Sources: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableallowedsources", + "displayName": "Enable App Installer Allowed Sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableallowedsources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableallowedsources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableallowedsources_allowedsources", + "displayName": "Allowed Sources: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableappinstaller", + "displayName": "Enable App Installer", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableappinstaller_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableappinstaller_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enabledefaultsource", + "displayName": "Enable App Installer Default Source", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enabledefaultsource_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enabledefaultsource_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableexperimentalfeatures", + "displayName": "Enable App Installer Experimental Features", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableexperimentalfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enableexperimentalfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablehashoverride", + "displayName": "Enable App Installer Hash Override", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablehashoverride_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablehashoverride_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablelocalmanifestfiles", + "displayName": "Enable App Installer Local Manifest Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablelocalmanifestfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablelocalmanifestfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablemicrosoftstoresource", + "displayName": "Enable App Installer Microsoft Store Source", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablemicrosoftstoresource_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablemicrosoftstoresource_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablemsappinstallerprotocol", + "displayName": "Enable App Installer ms-appinstaller protocol", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablemsappinstallerprotocol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablemsappinstallerprotocol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablesettings", + "displayName": "Enable App Installer Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_enablesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_sourceautoupdateinterval", + "displayName": "Set App Installer Source Auto Update Interval In Minutes", + "options": [ + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_sourceautoupdateinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_sourceautoupdateinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_desktopappinstaller_sourceautoupdateinterval_sourceautoupdateinterval", + "displayName": "Source Auto Update Interval In Minutes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_configuresystemguardlaunch", + "displayName": "Configure System Guard Launch", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceguard_configuresystemguardlaunch_0", + "displayName": "Unmanaged Configurable by Administrative user", + "description": "Unmanaged Configurable by Administrative user" + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_configuresystemguardlaunch_1", + "displayName": "Unmanaged Enables Secure Launch if supported by hardware", + "description": "Unmanaged Enables Secure Launch if supported by hardware" + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_configuresystemguardlaunch_2", + "displayName": "Unmanaged Disables Secure Launch", + "description": "Unmanaged Disables Secure Launch" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_enablevirtualizationbasedsecurity", + "displayName": "Enable Virtualization Based Security", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceguard_enablevirtualizationbasedsecurity_0", + "displayName": "disable virtualization based security.", + "description": "disable virtualization based security." + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_enablevirtualizationbasedsecurity_1", + "displayName": "enable virtualization based security.", + "description": "enable virtualization based security." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_lsacfgflags", + "displayName": "Credential Guard", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceguard_lsacfgflags_0", + "displayName": "(Disabled) Turns off Credential Guard remotely if configured previously without UEFI Lock.", + "description": "(Disabled) Turns off Credential Guard remotely if configured previously without UEFI Lock." + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_lsacfgflags_1", + "displayName": "(Enabled with UEFI lock) Turns on Credential Guard with UEFI lock.", + "description": "(Enabled with UEFI lock) Turns on Credential Guard with UEFI lock." + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_lsacfgflags_2", + "displayName": "(Enabled without lock) Turns on Credential Guard without UEFI lock.", + "description": "(Enabled without lock) Turns on Credential Guard without UEFI lock." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_requireplatformsecurityfeatures", + "displayName": "Require Platform Security Features", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceguard_requireplatformsecurityfeatures_1", + "displayName": "Turns on VBS with Secure Boot.", + "description": "Turns on VBS with Secure Boot." + }, + { + "id": "device_vendor_msft_policy_config_deviceguard_requireplatformsecurityfeatures_3", + "displayName": "Turns on VBS with Secure Boot and direct memory access (DMA). DMA requires hardware support.", + "description": "Turns on VBS with Secure Boot and direct memory access (DMA). DMA requires hardware support." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_allowdevicehealthmonitoring", + "displayName": "Allow Device Health Monitoring", + "options": [ + { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_allowdevicehealthmonitoring_1", + "displayName": "The DeviceHealthMonitoring connection is enabled.", + "description": "The DeviceHealthMonitoring connection is enabled." + }, + { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_allowdevicehealthmonitoring_0", + "displayName": "The DeviceHealthMonitoring connection is disabled.", + "description": "The DeviceHealthMonitoring connection is disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_configdevicehealthmonitoringscope", + "displayName": "[Deprecated] Config Device Health Monitoring Scope", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_configdevicehealthmonitoringscope_v2_epm", + "displayName": "Config Device Health Monitoring Scope", + "options": { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_configdevicehealthmonitoringscope_v2_epm_privilegemanagement", + "displayName": "Privilege Management", + "description": null + } + }, + { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_configdevicehealthmonitoringserviceinstance", + "displayName": "[Deprecated] Config Device Health Monitoring Service Instance", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_configdevicehealthmonitoringuploaddestination", + "displayName": "[Deprecated] Config Device Health Monitoring Upload Destination", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicehealthmonitoring_configdevicehealthmonitoringuploaddestination_v2", + "displayName": "Config Device Health Monitoring Upload Destination", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdeviceids", + "displayName": "Allow installation of devices that match any of these device IDs", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdeviceids_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdeviceids_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdeviceids_deviceinstall_ids_allow_list", + "displayName": "Allowed device IDs", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdeviceinstanceids", + "displayName": "Allow installation of devices that match any of these device instance IDs", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdeviceinstanceids_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdeviceinstanceids_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdeviceinstanceids_deviceinstall_instance_ids_allow_list", + "displayName": "Allowed Instance IDs", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdevicesetupclasses", + "displayName": "Allow installation of devices using drivers that match these device setup classes", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdevicesetupclasses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdevicesetupclasses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_allowinstallationofmatchingdevicesetupclasses_deviceinstall_classes_allow_list", + "displayName": "Allowed classes", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_enableinstallationpolicylayering", + "displayName": "Apply layered order of evaluation for Allow and Prevent device installation policies across all device match criteria", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_enableinstallationpolicylayering_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_enableinstallationpolicylayering_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventdevicemetadatafromnetwork", + "displayName": "Prevent device metadata retrieval from the Internet", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventdevicemetadatafromnetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventdevicemetadatafromnetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofdevicesnotdescribedbyotherpolicysettings", + "displayName": "Prevent installation of devices not described by other policy settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofdevicesnotdescribedbyotherpolicysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofdevicesnotdescribedbyotherpolicysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceids", + "displayName": "Prevent installation of devices that match any of these device IDs", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceids_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceids_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceids_deviceinstall_ids_deny_list", + "displayName": "Prevented device IDs", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceids_deviceinstall_ids_deny_retroactive", + "displayName": "Also apply to matching devices that are already installed.", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceids_deviceinstall_ids_deny_retroactive_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceids_deviceinstall_ids_deny_retroactive_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceinstanceids", + "displayName": "Prevent installation of devices that match any of these device instance IDs", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceinstanceids_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceinstanceids_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceinstanceids_deviceinstall_instance_ids_deny_list", + "displayName": "Prevented Instance IDs", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceinstanceids_deviceinstall_instance_ids_deny_retroactive", + "displayName": "Also apply to matching devices that are already installed. (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceinstanceids_deviceinstall_instance_ids_deny_retroactive_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdeviceinstanceids_deviceinstall_instance_ids_deny_retroactive_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdevicesetupclasses", + "displayName": "Prevent installation of devices using drivers that match these device setup classes", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdevicesetupclasses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdevicesetupclasses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdevicesetupclasses_deviceinstall_classes_deny_list", + "displayName": "Prevented Classes", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdevicesetupclasses_deviceinstall_classes_deny_retroactive", + "displayName": "Also apply to matching devices that are already installed.", + "options": [ + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdevicesetupclasses_deviceinstall_classes_deny_retroactive_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_deviceinstallation_preventinstallationofmatchingdevicesetupclasses_deviceinstall_classes_deny_retroactive_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_devicelock_allowsimpledevicepassword", + "displayName": "Allow Simple Device Password", + "options": [ + { + "id": "device_vendor_msft_policy_config_devicelock_allowsimpledevicepassword_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_devicelock_allowsimpledevicepassword_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_devicelock_alphanumericdevicepasswordrequired", + "displayName": "Alphanumeric Device Password Required", + "options": [ + { + "id": "device_vendor_msft_policy_config_devicelock_alphanumericdevicepasswordrequired_0", + "displayName": "Password or Alphanumeric PIN required.", + "description": "Password or Alphanumeric PIN required." + }, + { + "id": "device_vendor_msft_policy_config_devicelock_alphanumericdevicepasswordrequired_1", + "displayName": "Password or Numeric PIN required.", + "description": "Password or Numeric PIN required." + }, + { + "id": "device_vendor_msft_policy_config_devicelock_alphanumericdevicepasswordrequired_2", + "displayName": "Password, Numeric PIN, or Alphanumeric PIN required.", + "description": "Password, Numeric PIN, or Alphanumeric PIN required." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_devicelock_devicepasswordenabled", + "displayName": "Device Password Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_devicelock_devicepasswordenabled_0", + "displayName": "Enabled", + "description": "Enabled" + }, + { + "id": "device_vendor_msft_policy_config_devicelock_devicepasswordenabled_1", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_devicelock_devicepasswordexpiration", + "displayName": "Device Password Expiration", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_devicepasswordhistory", + "displayName": "Device Password History", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_enforcelockscreenandlogonimage", + "displayName": "Enforce Lock Screen And Logon Image", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_enforcelockscreenprovider", + "displayName": "Enforce Lock Screen Provider", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_maxdevicepasswordfailedattempts", + "displayName": "Max Device Password Failed Attempts", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_maxinactivitytimedevicelock", + "displayName": "Max Inactivity Time Device Lock", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_maxinactivitytimedevicelockwithexternaldisplay", + "displayName": "[Deprecated] Max Inactivity Time Device Lock With External Display", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_mindevicepasswordcomplexcharacters", + "displayName": "Min Device Password Complex Characters", + "options": [ + { + "id": "device_vendor_msft_policy_config_devicelock_mindevicepasswordcomplexcharacters_1", + "displayName": "Digits only", + "description": "Digits only" + }, + { + "id": "device_vendor_msft_policy_config_devicelock_mindevicepasswordcomplexcharacters_2", + "displayName": "Digits and lowercase letters are required", + "description": "Digits and lowercase letters are required" + }, + { + "id": "device_vendor_msft_policy_config_devicelock_mindevicepasswordcomplexcharacters_3", + "displayName": "Digits lowercase letters and uppercase letters are required. Not supported in desktop Microsoft accounts and domain accounts", + "description": "Digits lowercase letters and uppercase letters are required. Not supported in desktop Microsoft accounts and domain accounts" + }, + { + "id": "device_vendor_msft_policy_config_devicelock_mindevicepasswordcomplexcharacters_4", + "displayName": "Digits lowercase letters uppercase letters and special characters are required. Not supported in desktop", + "description": "Digits lowercase letters uppercase letters and special characters are required. Not supported in desktop" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_devicelock_mindevicepasswordlength", + "displayName": "Min Device Password Length", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_minimumpasswordage", + "displayName": "Minimum Password Age", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_preventenablinglockscreencamera", + "displayName": "Prevent enabling lock screen camera", + "options": [ + { + "id": "device_vendor_msft_policy_config_devicelock_preventenablinglockscreencamera_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_preventenablinglockscreencamera_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_devicelock_preventlockscreenslideshow", + "displayName": "Prevent enabling lock screen slide show", + "options": [ + { + "id": "device_vendor_msft_policy_config_devicelock_preventlockscreenslideshow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_devicelock_preventlockscreenslideshow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_display_disableperprocessdpiforapps", + "displayName": "Disable Per Process Dpi For Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_display_enableperprocessdpi", + "displayName": "Enable Per Process Dpi", + "options": [ + { + "id": "device_vendor_msft_policy_config_display_enableperprocessdpi_0", + "displayName": "Disabled", + "description": "Disable." + }, + { + "id": "device_vendor_msft_policy_config_display_enableperprocessdpi_1", + "displayName": "Enabled", + "description": "Enable." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_display_enableperprocessdpiforapps", + "displayName": "Enable Per Process Dpi For Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_display_turnoffgdidpiscalingforapps", + "displayName": "Turn Off Gdi DPI Scaling For Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_display_turnongdidpiscalingforapps", + "displayName": "Turn On Gdi DPI Scaling For Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_dmaguard_deviceenumerationpolicy", + "displayName": "Device Enumeration Policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_dmaguard_deviceenumerationpolicy_0", + "displayName": "Block all (Most restrictive)", + "description": "Block all (Most restrictive)" + }, + { + "id": "device_vendor_msft_policy_config_dmaguard_deviceenumerationpolicy_1", + "displayName": "Only after log in/screen unlock", + "description": "Only after log in/screen unlock" + }, + { + "id": "device_vendor_msft_policy_config_dmaguard_deviceenumerationpolicy_2", + "displayName": "Allow all (Least restrictive)", + "description": "Allow all (Least restrictive)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_eap_allowtls1_3", + "displayName": "Allow TLS13", + "options": [ + { + "id": "device_vendor_msft_policy_config_eap_allowtls1_3_0", + "displayName": "Use of TLS version 1.3 is not allowed for authentication.", + "description": "Use of TLS version 1.3 is not allowed for authentication." + }, + { + "id": "device_vendor_msft_policy_config_eap_allowtls1_3_1", + "displayName": "Use of TLS version 1.3 is allowed for authentication.", + "description": "Use of TLS version 1.3 is allowed for authentication." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_education_enableeduthemes", + "displayName": "Enable Edu Themes", + "options": [ + { + "id": "device_vendor_msft_policy_config_education_enableeduthemes_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_education_enableeduthemes_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_education_iseducationenvironment", + "displayName": "Is Education Environment", + "options": [ + { + "id": "device_vendor_msft_policy_config_education_iseducationenvironment_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_education_iseducationenvironment_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_customizeconsentsettings", + "displayName": "Customize consent settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_errorreporting_customizeconsentsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_customizeconsentsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_customizeconsentsettings_werconsentcustomize", + "displayName": "Customize consent settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_customizeconsentsettings_werconsentcustomize_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_customizeconsentsettings_werconsentcustomize_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_disablewindowserrorreporting", + "displayName": "Disable Windows Error Reporting", + "options": [ + { + "id": "device_vendor_msft_policy_config_errorreporting_disablewindowserrorreporting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_disablewindowserrorreporting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_displayerrornotification", + "displayName": "Display Error Notification", + "options": [ + { + "id": "device_vendor_msft_policy_config_errorreporting_displayerrornotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_displayerrornotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_donotsendadditionaldata", + "displayName": "Do not send additional data", + "options": [ + { + "id": "device_vendor_msft_policy_config_errorreporting_donotsendadditionaldata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_donotsendadditionaldata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_preventcriticalerrordisplay", + "displayName": "Prevent display of the user interface for critical errors", + "options": [ + { + "id": "device_vendor_msft_policy_config_errorreporting_preventcriticalerrordisplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_errorreporting_preventcriticalerrordisplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_controleventlogbehavior", + "displayName": "Control Event Log behavior when the log file reaches its maximum size", + "options": [ + { + "id": "device_vendor_msft_policy_config_eventlogservice_controleventlogbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_controleventlogbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizeapplicationlog", + "displayName": "Specify the maximum log file size (KB)", + "options": [ + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizeapplicationlog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizeapplicationlog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizeapplicationlog_channel_logmaxsize", + "displayName": "Maximum Log Size (KB)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizesecuritylog", + "displayName": "Specify the maximum log file size (KB)", + "options": [ + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizesecuritylog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizesecuritylog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizesecuritylog_channel_logmaxsize", + "displayName": "Maximum Log Size (KB)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizesystemlog", + "displayName": "Specify the maximum log file size (KB)", + "options": [ + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizesystemlog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizesystemlog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_eventlogservice_specifymaximumfilesizesystemlog_channel_logmaxsize", + "displayName": "Maximum Log Size (KB)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_experience_allowclipboardhistory", + "displayName": "Allow Clipboard History", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowclipboardhistory_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowclipboardhistory_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowcortana", + "displayName": "Allow Cortana", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowcortana_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowcortana_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowdevicediscovery", + "displayName": "Allow Device Discovery", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowdevicediscovery_0", + "displayName": "Block", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowdevicediscovery_1", + "displayName": "Allow", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowfindmydevice", + "displayName": "Allow Find My Device", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowfindmydevice_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowfindmydevice_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowmanualmdmunenrollment", + "displayName": "Allow Manual MDM Unenrollment", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowmanualmdmunenrollment_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowmanualmdmunenrollment_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowsaveasofofficefiles", + "displayName": "Allow Save As Of Office Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowsaveasofofficefiles_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowsaveasofofficefiles_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowscreencapture", + "displayName": "Allow Screen Capture", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowscreencapture_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowscreencapture_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowsimerrordialogpromptwhennosim", + "displayName": "Allow SIM Error Dialog Prompt When No SIM", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowsimerrordialogpromptwhennosim_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowsimerrordialogpromptwhennosim_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowsyncmysettings", + "displayName": "Allow Sync My Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowsyncmysettings_0", + "displayName": "Block", + "description": "Sync settings are not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowsyncmysettings_1", + "displayName": "Allow", + "description": "Sync settings allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowwindowsconsumerfeatures", + "displayName": "Allow Windows Consumer Features", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowwindowsconsumerfeatures_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowwindowsconsumerfeatures_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_allowwindowstips", + "displayName": "Allow Windows Tips", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_allowwindowstips_0", + "displayName": "Block", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_experience_allowwindowstips_1", + "displayName": "Allow", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_configurechaticon", + "displayName": "Configure Chat Icon", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_configurechaticon_0", + "displayName": "Windows default", + "description": "Not configured" + }, + { + "id": "device_vendor_msft_policy_config_experience_configurechaticon_1", + "displayName": "Show", + "description": "Show" + }, + { + "id": "device_vendor_msft_policy_config_experience_configurechaticon_2", + "displayName": "Hide", + "description": "Hide" + }, + { + "id": "device_vendor_msft_policy_config_experience_configurechaticon_3", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_disablecloudoptimizedcontent", + "displayName": "Disable Cloud Optimized Content", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_disablecloudoptimizedcontent_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_experience_disablecloudoptimizedcontent_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_disableconsumeraccountstatecontent", + "displayName": "Disable Consumer Account State Content", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_disableconsumeraccountstatecontent_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_experience_disableconsumeraccountstatecontent_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_donotshowfeedbacknotifications", + "displayName": "Do Not Show Feedback Notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_donotshowfeedbacknotifications_0", + "displayName": "Feedback notifications are not disabled. The actual state of feedback notifications on the device will then depend on what GP has configured or what the user has configured locally.", + "description": "Feedback notifications are not disabled. The actual state of feedback notifications on the device will then depend on what GP has configured or what the user has configured locally." + }, + { + "id": "device_vendor_msft_policy_config_experience_donotshowfeedbacknotifications_1", + "displayName": "Feedback notifications are disabled.", + "description": "Feedback notifications are disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_donotsyncbrowsersettings", + "displayName": "Do Not Sync Browser Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_donotsyncbrowsersettings_2", + "displayName": "Disable Syncing", + "description": "Disable Syncing" + }, + { + "id": "device_vendor_msft_policy_config_experience_donotsyncbrowsersettings_0", + "displayName": "Allow syncing", + "description": "Allow syncing" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_preventusersfromturningonbrowsersyncing", + "displayName": "Prevent Users From Turning On Browser Syncing", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_preventusersfromturningonbrowsersyncing_0", + "displayName": "Disabled", + "description": "Allowed/turned on. Users can sync the browser settings." + }, + { + "id": "device_vendor_msft_policy_config_experience_preventusersfromturningonbrowsersyncing_1", + "displayName": "Enabled", + "description": "Prevented/turned off." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_experience_showlockonusertile", + "displayName": "Show Lock On User Tile", + "options": [ + { + "id": "device_vendor_msft_policy_config_experience_showlockonusertile_0", + "displayName": "Disabled", + "description": "The lock option is not displayed in the User Tile menu." + }, + { + "id": "device_vendor_msft_policy_config_experience_showlockonusertile_1", + "displayName": "Enabled", + "description": "The lock option is displayed in the User Tile menu." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_exploitguard_exploitprotectionsettings", + "displayName": "Exploit Protection Settings", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_federatedauthentication_enablewebsigninforprimaryuser", + "displayName": "Enable Web Sign In For Primary User", + "options": [ + { + "id": "device_vendor_msft_policy_config_federatedauthentication_enablewebsigninforprimaryuser_0", + "displayName": "Feature defaults as appropriate for edition and device capabilities. As of now, all editions/devices exhibit Disabled behavior by default. However, this may change for future editions/devices.", + "description": "Feature defaults as appropriate for edition and device capabilities. As of now, all editions/devices exhibit Disabled behavior by default. However, this may change for future editions/devices." + }, + { + "id": "device_vendor_msft_policy_config_federatedauthentication_enablewebsigninforprimaryuser_1", + "displayName": "Enabled. Web Sign-in Credential Provider will be enabled for device sign-in.", + "description": "Enabled. Web Sign-in Credential Provider will be enabled for device sign-in." + }, + { + "id": "device_vendor_msft_policy_config_federatedauthentication_enablewebsigninforprimaryuser_2", + "displayName": "Disabled. Web Sign-in Credential Provider will be not be enabled for device sign-in.", + "description": "Disabled. Web Sign-in Credential Provider will be not be enabled for device sign-in." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_feeds_feedsenabled", + "displayName": "Enable News and interests", + "options": [ + { + "id": "device_vendor_msft_policy_config_feeds_feedsenabled_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_feeds_feedsenabled_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_allowoptiontoshownetwork", + "displayName": "Allow Option To Show Network", + "options": [ + { + "id": "device_vendor_msft_policy_config_fileexplorer_allowoptiontoshownetwork_0", + "displayName": "Not Allowed.", + "description": "Not Allowed." + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_allowoptiontoshownetwork_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_allowoptiontoshowthispc", + "displayName": "Allow Option To Show This PC", + "options": [ + { + "id": "device_vendor_msft_policy_config_fileexplorer_allowoptiontoshowthispc_0", + "displayName": "Not Allowed.", + "description": "Not Allowed." + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_allowoptiontoshowthispc_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_disablegraphrecentitems", + "displayName": "Disable Graph Recent Items", + "options": [ + { + "id": "device_vendor_msft_policy_config_fileexplorer_disablegraphrecentitems_0", + "displayName": "File Explorer will request cloud file metadata and display it in the Quick access view.", + "description": "File Explorer will request cloud file metadata and display it in the Quick access view." + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_disablegraphrecentitems_1", + "displayName": "File Explorer will not request cloud file metadata or display it in the Quick access view.", + "description": "File Explorer will not request cloud file metadata or display it in the Quick access view." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations", + "displayName": "Set Allowed Folder Locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_0", + "displayName": "Access to all folder locations.", + "description": "Access to all folder locations." + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_13", + "displayName": "Documents, Pictures, Downloads", + "description": "Documents, Pictures, Downloads" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_15", + "displayName": "Desktop, Documents, Pictures, Downloads", + "description": "Desktop, Documents, Pictures, Downloads" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_31", + "displayName": "Desktop, Documents, Pictures, Downloads, Network", + "description": "Desktop, Documents, Pictures, Downloads, Network" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_47", + "displayName": "This PC, Desktop, Documents, Pictures, Downloads", + "description": "This PC, Desktop, Documents, Pictures, Downloads" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_63", + "displayName": "This PC, Desktop, Documents, Pictures, Downloads, Network", + "description": "This PC, Desktop, Documents, Pictures, Downloads, Network" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations", + "displayName": "Set Allowed Storage Locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_0", + "displayName": "Access to all storage locations.", + "description": "Access to all storage locations." + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_1", + "displayName": "Removable Drives", + "description": "Removable Drives" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_2", + "displayName": "Sync roots", + "description": "Sync roots" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_3", + "displayName": "Removable Drives, Sync roots", + "description": "Removable Drives, Sync roots" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_4", + "displayName": "Local Drives", + "description": "Local Drives" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_5", + "displayName": "Removable Drives, Local Drives", + "description": "Removable Drives, Local Drives" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_6", + "displayName": "Sync Roots, Local Drives", + "description": "Sync Roots, Local Drives" + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_7", + "displayName": "Removable Drives, Sync Roots, Local Drives", + "description": "Removable Drives, Sync Roots, Local Drives" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_turnoffdataexecutionpreventionforexplorer", + "displayName": "Turn off Data Execution Prevention for Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_fileexplorer_turnoffdataexecutionpreventionforexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_turnoffdataexecutionpreventionforexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_turnoffheapterminationoncorruption", + "displayName": "Turn off heap termination on corruption", + "options": [ + { + "id": "device_vendor_msft_policy_config_fileexplorer_turnoffheapterminationoncorruption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fileexplorer_turnoffheapterminationoncorruption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_filesystem_devdriveattachpolicy", + "displayName": "Dev drive filter attach policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_filesystem_devdriveattachpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_filesystem_devdriveattachpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_filesystem_devdriveattachpolicy_devdriveattachpolicy", + "displayName": "Filter list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_filesystem_enabledevdrive", + "displayName": "Enable dev drive", + "options": [ + { + "id": "device_vendor_msft_policy_config_filesystem_enabledevdrive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_filesystem_enabledevdrive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_filesystem_enabledevdrive_devdriveallowantivirusfilter", + "displayName": "Let antivirus filter protect dev drives (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_filesystem_enabledevdrive_devdriveallowantivirusfilter_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_filesystem_enabledevdrive_devdriveallowantivirusfilter_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_cleanupinvalidsessions", + "displayName": "Clean-up Invalid Sessions", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_cleanupinvalidsessions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_cleanupinvalidsessions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_roamrecyclebin", + "displayName": "Roam Recycle Bin", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_roamrecyclebin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_roamrecyclebin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_vhdcompactdisk", + "displayName": "VHD Compact Disk", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_vhdcompactdisk_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix_vhdcompactdisk_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdcachedirectory", + "displayName": "Cache Directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdcachedirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdcachedirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdcachedirectory_ccdcachedirectory", + "displayName": "Cache Directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdproxydirectory", + "displayName": "Proxy Directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdproxydirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdproxydirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdproxydirectory_ccdproxydirectory", + "displayName": "Proxy Directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdwritecachedirectory", + "displayName": "Write Cache Directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdwritecachedirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdwritecachedirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~ccd_ccdwritecachedirectory_ccdwritecachedirectory", + "displayName": "Write Cache Directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingadcomputergroupprocess", + "displayName": "AD Computer Group Process", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingadcomputergroupprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingadcomputergroupprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingdriverinterface", + "displayName": "Driver Interface", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingdriverinterface_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingdriverinterface_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingenabled", + "displayName": "Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingenabled_loggingenabled", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingenabled_loggingenabled_0", + "displayName": "Logging Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingenabled_loggingenabled_1", + "displayName": "Specific Logs Only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingenabled_loggingenabled_2", + "displayName": "Enable All Logs", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingfontvisibility", + "displayName": "Font Visibility", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingfontvisibility_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingfontvisibility_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingfrxlauncher", + "displayName": "FrxLauncher", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingfrxlauncher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingfrxlauncher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingieplugin", + "displayName": "IE plugin", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingieplugin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingieplugin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingjavaruleeditor", + "displayName": "Java rule editor", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingjavaruleeditor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingjavaruleeditor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_logginglogdirectory", + "displayName": "Log Directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_logginglogdirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_logginglogdirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_logginglogdirectory_logginglogdirectory", + "displayName": "Log Directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_logginglogkeepingperiod", + "displayName": "Log Keeping Period", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_logginglogkeepingperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_logginglogkeepingperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_logginglogkeepingperiod_logginglogkeepingperiod", + "displayName": "Log Keeping Period (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingnetwork", + "displayName": "Network", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingnetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingnetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingodfccontainer", + "displayName": "ODFC Container", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingodfccontainer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingodfccontainer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprintervisibility", + "displayName": "Printer Visibility", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprintervisibility_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprintervisibility_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprocessstart", + "displayName": "Process Start", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprocessstart_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprocessstart_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprofileconfigurationtool", + "displayName": "Profile Configuration Tool", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprofileconfigurationtool_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprofileconfigurationtool_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprofilecontainer", + "displayName": "Profile Container", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprofilecontainer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingprofilecontainer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingrulecompilation", + "displayName": "Rule Compilation", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingrulecompilation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingrulecompilation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingruleeditor", + "displayName": "Rule Editor", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingruleeditor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingruleeditor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingsearchplugin", + "displayName": "Search Plugin", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingsearchplugin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingsearchplugin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingsearchroaming", + "displayName": "Search Roaming", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingsearchroaming_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingsearchroaming_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingservices", + "displayName": "Services", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingservices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~logging_loggingservices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcaccessnetworkascomputer", + "displayName": "Access Network as Computer Object", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcaccessnetworkascomputer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcaccessnetworkascomputer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcattachedvhdsddl", + "displayName": "Attached VHD SDDL", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcattachedvhdsddl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcattachedvhdsddl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcattachedvhdsddl_odfcattachedvhdsddl", + "displayName": "Attached VHD SDDL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeofficeactivation", + "displayName": "Include Office Activation", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeofficeactivation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeofficeactivation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonedrive", + "displayName": "Include OneDrive", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonedrive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonedrive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonenote", + "displayName": "Include OneNote", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonenoteuwp", + "displayName": "Include OneNote UWP", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonenoteuwp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeonenoteuwp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeoutlook", + "displayName": "Include Outlook", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeoutlookpersonalization", + "displayName": "Include Outlook Personalization", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeoutlookpersonalization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeoutlookpersonalization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludesharepoint", + "displayName": "Include SharePoint", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludesharepoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludesharepoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeskype", + "displayName": "Include Skype", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeskype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeskype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeteams", + "displayName": "Include Teams", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeteams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcincludeteams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcisdynamicvhd", + "displayName": "Is Dynamic (VHD)", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcisdynamicvhd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcisdynamicvhd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfclockedretrycount", + "displayName": "Locked Retry Count", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfclockedretrycount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfclockedretrycount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfclockedretrycount_odfclockedretrycount", + "displayName": "Locked Retry Count (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfclockedretryinterval", + "displayName": "Locked Retry Interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfclockedretryinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfclockedretryinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfclockedretryinterval_odfclockedretryinterval", + "displayName": "Locked Retry Interval (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcmirrorlocalosttovhd", + "displayName": "Mirror Local OST To VHD", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcmirrorlocalosttovhd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcmirrorlocalosttovhd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcmirrorlocalosttovhd_odfcmirrorlocalosttovhd", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcmirrorlocalosttovhd_odfcmirrorlocalosttovhd_0", + "displayName": "Do not mirror OST to VHD", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcmirrorlocalosttovhd_odfcmirrorlocalosttovhd_1", + "displayName": "Copy OST to VHD", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcmirrorlocalosttovhd_odfcmirrorlocalosttovhd_2", + "displayName": "Move OST to VHD", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcnumbersessionvhdstokeep", + "displayName": "Number Session VHD(s) To Keep", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcnumbersessionvhdstokeep_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcnumbersessionvhdstokeep_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcnumbersessionvhdstokeep_odfcnumbersessionvhdstokeep", + "displayName": "Number Session VHD(s) To Keep (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcodfcenabled", + "displayName": "Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcodfcenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcodfcenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcoutlookcachedmode", + "displayName": "Outlook Cached Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcoutlookcachedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcoutlookcachedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcoutlookfolderpath", + "displayName": "Outlook Folder Path", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcoutlookfolderpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcoutlookfolderpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcoutlookfolderpath_odfcoutlookfolderpath", + "displayName": "Outlook Folder Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcpreventloginwithfailure", + "displayName": "Prevent Login With Failure", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcpreventloginwithfailure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcpreventloginwithfailure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcpreventloginwithtempprofile", + "displayName": "Prevent Login With Temp Profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcpreventloginwithtempprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcpreventloginwithtempprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcreattachcount", + "displayName": "Reattach Count", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcreattachcount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcreattachcount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcreattachcount_odfcreattachcount", + "displayName": "Reattach Count (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcreattachinterval", + "displayName": "Reattach Interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcreattachinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcreattachinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcreattachinterval_odfcreattachinterval", + "displayName": "Reattach Interval (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcredirecttype", + "displayName": "Redirect Type", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcredirecttype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcredirecttype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcredirecttype_odfcredirecttype", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcredirecttype_odfcredirecttype_1", + "displayName": "Legacy Redirection", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcredirecttype_odfcredirecttype_2", + "displayName": "FSLogix Redirection", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcrefreshuserpolicy", + "displayName": "Refresh User Policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcrefreshuserpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcrefreshuserpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcremoveorphanedostfilesonlogoff", + "displayName": "Remove Orphaned OST Files On Logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcremoveorphanedostfilesonlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcremoveorphanedostfilesonlogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcroamsearch", + "displayName": "Roam Search", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcroamsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcroamsearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcroamsearch_odfcroamsearch", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcroamsearch_odfcroamsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcroamsearch_odfcroamsearch_1", + "displayName": "Single-user Search", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcroamsearch_odfcroamsearch_2", + "displayName": "Multi-user Search", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcsizeinmbs", + "displayName": "Size In MBs", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcsizeinmbs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcsizeinmbs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcsizeinmbs_odfcsizeinmbs", + "displayName": "Size In MBs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdaccessmode", + "displayName": "VHD Access Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdaccessmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdaccessmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdaccessmode_odfcvhdaccessmode", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdaccessmode_odfcvhdaccessmode_0", + "displayName": "Direct Access", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdaccessmode_odfcvhdaccessmode_1", + "displayName": "DiffDisk On Network", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdaccessmode_odfcvhdaccessmode_2", + "displayName": "Local DiffDisk", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdaccessmode_odfcvhdaccessmode_3", + "displayName": "Unique Disk per Session", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdlocations", + "displayName": "VHD Locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdlocations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdlocations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdlocations_odfcvhdlocations", + "displayName": "VHD Locations (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdxsectorsize", + "displayName": "VHDX Sector Size", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdxsectorsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdxsectorsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdxsectorsize_odfcvhdxsectorsize", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdxsectorsize_odfcvhdxsectorsize_512", + "displayName": "512 bytes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvhdxsectorsize_odfcvhdxsectorsize_4096", + "displayName": "4 KB", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumetypevhdorvhdx", + "displayName": "Volume Type (VHD or VHDX)", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumetypevhdorvhdx_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumetypevhdorvhdx_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumetypevhdorvhdx_odfcvolumetypevhdorvhdx", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumetypevhdorvhdx_odfcvolumetypevhdorvhdx_vhd", + "displayName": "VHD", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumetypevhdorvhdx_odfcvolumetypevhdorvhdx_vhdx", + "displayName": "VHDX", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumewaittimemilliseconds", + "displayName": "Volume Wait Time (milliseconds)", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumewaittimemilliseconds_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumewaittimemilliseconds_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc_odfcvolumewaittimemilliseconds_odfcvolumewaittimemilliseconds", + "displayName": "Volume Wait Time (milliseconds) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdlocations", + "displayName": "CCD Locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdlocations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdlocations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdlocations_odfcccdlocations", + "displayName": "CCD Locations (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdmaxcachesizeinmbs", + "displayName": "CCD Max Cache Size in MBs", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdmaxcachesizeinmbs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdmaxcachesizeinmbs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdmaxcachesizeinmbs_odfcccdmaxcachesizeinmbs", + "displayName": "CCD Max Cache Size in MBs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdunregistertimeout", + "displayName": "CCD Unregister Timeout", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdunregistertimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdunregistertimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcccdunregistertimeout_odfcccdunregistertimeout", + "displayName": "CCD Unregister Timeout (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcclearcacheonforcedunregister", + "displayName": "Clear Cache On Forced Unregister", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcclearcacheonforcedunregister_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcclearcacheonforcedunregister_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcclearcacheonlogoff", + "displayName": "Clear Cache On Logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcclearcacheonlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfcclearcacheonlogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfchealthyprovidersrequiredforregister", + "displayName": "Healthy Providers Required For Register", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfchealthyprovidersrequiredforregister_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfchealthyprovidersrequiredforregister_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfchealthyprovidersrequiredforregister_odfchealthyprovidersrequiredforregister", + "displayName": "Healthy Providers Required For Register (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfchealthyprovidersrequiredforunregister", + "displayName": "Healthy Providers Required For Unregister", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfchealthyprovidersrequiredforunregister_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfchealthyprovidersrequiredforunregister_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_ccd_odfchealthyprovidersrequiredforunregister_odfchealthyprovidersrequiredforunregister", + "displayName": "Healthy Providers Required For Unregister (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcdiffdiskparentfolderpath", + "displayName": "Diff Disk Parent Folder Path", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcdiffdiskparentfolderpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcdiffdiskparentfolderpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcdiffdiskparentfolderpath_odfcdiffdiskparentfolderpath", + "displayName": "Diff Disk Parent Folder Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcflipflopprofiledirectoryname", + "displayName": "Flip Flop Profile Directory Name", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcflipflopprofiledirectoryname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcflipflopprofiledirectoryname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcnoprofilecontainingfolder", + "displayName": "No Profile Containing Folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcnoprofilecontainingfolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcnoprofilecontainingfolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcsiddirectorynamematch", + "displayName": "SID Directory Name Match", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcsiddirectorynamematch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcsiddirectorynamematch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcsiddirectorynamematch_odfcsiddirectorynamematch", + "displayName": "SID Directory Name Match (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcsiddirectorynamepattern", + "displayName": "SID Directory Name Pattern", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcsiddirectorynamepattern_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcsiddirectorynamepattern_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcsiddirectorynamepattern_odfcsiddirectorynamepattern", + "displayName": "SID Directory Name Pattern (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcvhdnamematch", + "displayName": "VHD Name Match", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcvhdnamematch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcvhdnamematch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcvhdnamematch_odfcvhdnamematch", + "displayName": "VHD Name Match (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcvhdnamepattern", + "displayName": "VHD Name Pattern", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcvhdnamepattern_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcvhdnamepattern_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~odfc~odfc_containeranddirectorynaming_odfcvhdnamepattern_odfcvhdnamepattern", + "displayName": "VHD Name Pattern (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesaccessnetworkascomputer", + "displayName": "Access Network as Computer Object", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesaccessnetworkascomputer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesaccessnetworkascomputer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesattachedvhdsddl", + "displayName": "Attached VHD SDDL", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesattachedvhdsddl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesattachedvhdsddl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesattachedvhdsddl_profilesattachedvhdsddl", + "displayName": "Attached VHD SDDL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilescleanoutnotifications", + "displayName": "Clean Out Notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilescleanoutnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilescleanoutnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesdeletelocalprofilewhenvhdshouldapply", + "displayName": "Delete Local Profile When VHD Should Apply", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesdeletelocalprofilewhenvhdshouldapply_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesdeletelocalprofilewhenvhdshouldapply_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesenabled", + "displayName": "Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesinstallappxpackages", + "displayName": "Install Appx Packages", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesinstallappxpackages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesinstallappxpackages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesisdynamicvhd", + "displayName": "Is Dynamic (VHD)", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesisdynamicvhd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesisdynamicvhd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileskeeplocaldirectoryafterlogoff", + "displayName": "Keep Local Directory (after logoff)", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileskeeplocaldirectoryafterlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileskeeplocaldirectoryafterlogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileslockedretrycount", + "displayName": "Locked Retry Count", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileslockedretrycount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileslockedretrycount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileslockedretrycount_profileslockedretrycount", + "displayName": "Locked Retry Count (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileslockedretryinterval", + "displayName": "Locked Retry Interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileslockedretryinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileslockedretryinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profileslockedretryinterval_profileslockedretryinterval", + "displayName": "Locked Retry Interval (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesoutlookcachedmode", + "displayName": "Outlook Cached Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesoutlookcachedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesoutlookcachedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilespreventloginwithfailure", + "displayName": "Prevent Login With Failure", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilespreventloginwithfailure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilespreventloginwithfailure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilespreventloginwithtempprofile", + "displayName": "Prevent Login With Temp Profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilespreventloginwithtempprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilespreventloginwithtempprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiledirectorysddl", + "displayName": "Profile Directory SDDL", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiledirectorysddl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiledirectorysddl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiledirectorysddl_profilesprofiledirectorysddl", + "displayName": "Profile Directory SDDL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiletype", + "displayName": "Profile Type", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiletype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiletype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiletype_profilesprofiletype", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiletype_profilesprofiletype_0", + "displayName": "Normal Profile", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiletype_profilesprofiletype_1", + "displayName": "Read / Write Profile", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiletype_profilesprofiletype_2", + "displayName": "Read Only Profile", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesprofiletype_profilesprofiletype_3", + "displayName": "Read / Write profile - fallback to Read Only", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesreattachcount", + "displayName": "Reattach Count", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesreattachcount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesreattachcount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesreattachcount_profilesreattachcount", + "displayName": "Reattach Count (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesreattachinterval", + "displayName": "Reattach Interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesreattachinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesreattachinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesreattachinterval_profilesreattachinterval", + "displayName": "Reattach Interval (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesrebootonuserlogoff", + "displayName": "Reboot On User Logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesrebootonuserlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesrebootonuserlogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesrebootonuserlogoff_profilesrebootonuserlogoff", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesrebootonuserlogoff_profilesrebootonuserlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesrebootonuserlogoff_profilesrebootonuserlogoff_1", + "displayName": "Reboot on any logoff", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesrebootonuserlogoff_profilesrebootonuserlogoff_2", + "displayName": "Reboot only on any FSLogix Profile logoff", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirectionxmlsourcefolder", + "displayName": "Redirection XML Source Folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirectionxmlsourcefolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirectionxmlsourcefolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirectionxmlsourcefolder_profilesredirectionxmlsourcefolder", + "displayName": "Redirection XML Source Folder (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirecttype", + "displayName": "Redirect Type", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirecttype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirecttype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirecttype_profilesredirecttype", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirecttype_profilesredirecttype_1", + "displayName": "Legacy Redirection", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesredirecttype_profilesredirecttype_2", + "displayName": "FSLogix Redirection", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesremoveorphanedostfilesonlogoff", + "displayName": "Remove Orphaned OST Files On Logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesremoveorphanedostfilesonlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesremoveorphanedostfilesonlogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamidentity", + "displayName": "Roam Identity", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamidentity_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamidentity_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamsearch", + "displayName": "Roam Search", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamsearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamsearch_profilesroamsearch", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamsearch_profilesroamsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamsearch_profilesroamsearch_1", + "displayName": "Single-user Search", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesroamsearch_profilesroamsearch_2", + "displayName": "Multi-user Search", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessettempfolderstolocalpath", + "displayName": "Set Temp Folders to Local Path", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessettempfolderstolocalpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessettempfolderstolocalpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessettempfolderstolocalpath_profilessettempfolderstolocalpath", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessettempfolderstolocalpath_profilessettempfolderstolocalpath_0", + "displayName": "Take no action", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessettempfolderstolocalpath_profilessettempfolderstolocalpath_1", + "displayName": "Redirect TEMP and TMP to local drive", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessettempfolderstolocalpath_profilessettempfolderstolocalpath_2", + "displayName": "Redirect INetCache to local drive", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessettempfolderstolocalpath_profilessettempfolderstolocalpath_3", + "displayName": "Redirect TEMP, TMP and INetCache to local drive", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesshutdownonuserlogoff", + "displayName": "Shutdown On User Logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesshutdownonuserlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesshutdownonuserlogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesshutdownonuserlogoff_profilesshutdownonuserlogoff", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesshutdownonuserlogoff_profilesshutdownonuserlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesshutdownonuserlogoff_profilesshutdownonuserlogoff_1", + "displayName": "Shutdown on any logoff", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesshutdownonuserlogoff_profilesshutdownonuserlogoff_2", + "displayName": "Shutdown on any FSLogix Profile logoff", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessiddirectorysddl", + "displayName": "SID Directory SDDL", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessiddirectorysddl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessiddirectorysddl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessiddirectorysddl_profilessiddirectorysddl", + "displayName": "SID Directory SDDL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessizeinmbs", + "displayName": "Size In MBs", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessizeinmbs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessizeinmbs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilessizeinmbs_profilessizeinmbs", + "displayName": "Size In MBs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdlocations", + "displayName": "VHD Locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdlocations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdlocations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdlocations_profilesvhdlocations", + "displayName": "VHD Locations (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdxsectorsize", + "displayName": "VHDX Sector Size", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdxsectorsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdxsectorsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdxsectorsize_profilesvhdxsectorsize", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdxsectorsize_profilesvhdxsectorsize_512", + "displayName": "512 bytes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvhdxsectorsize_profilesvhdxsectorsize_4096", + "displayName": "4 KB", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvolumewaittimemilliseconds", + "displayName": "Volume Wait Time (milliseconds)", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvolumewaittimemilliseconds_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvolumewaittimemilliseconds_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles_profilesvolumewaittimemilliseconds_profilesvolumewaittimemilliseconds", + "displayName": "Volume Wait Time (milliseconds) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdlocations", + "displayName": "CCD Locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdlocations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdlocations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdlocations_profilesccdlocations", + "displayName": "CCD Locations (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdmaxcachesizeinmbs", + "displayName": "CCD Max Cache Size in MBs", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdmaxcachesizeinmbs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdmaxcachesizeinmbs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdmaxcachesizeinmbs_profilesccdmaxcachesizeinmbs", + "displayName": "CCD Max Cache Size in MBs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdunregistertimeout", + "displayName": "CCD Unregister Timeout", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdunregistertimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdunregistertimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesccdunregistertimeout_profilesccdunregistertimeout", + "displayName": "CCD Unregister Timeout (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesclearcacheonforcedunregister", + "displayName": "Clear Cache on Forced Unregister", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesclearcacheonforcedunregister_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesclearcacheonforcedunregister_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesclearcacheonlogoff", + "displayName": "Clear Cache on Logoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesclearcacheonlogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profilesclearcacheonlogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profileshealthyprovidersrequiredforregister", + "displayName": "Healthy Providers Required For Register", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profileshealthyprovidersrequiredforregister_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profileshealthyprovidersrequiredforregister_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profileshealthyprovidersrequiredforregister_profileshealthyprovidersrequiredforregister", + "displayName": "Healthy Providers Required For Register (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profileshealthyprovidersrequiredforunregister", + "displayName": "Healthy Providers Required For Unregister", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profileshealthyprovidersrequiredforunregister_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profileshealthyprovidersrequiredforunregister_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_ccd_profileshealthyprovidersrequiredforunregister_profileshealthyprovidersrequiredforunregister", + "displayName": "Healthy Providers Required For Unregister (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesdiffdiskparentfolderpath", + "displayName": "Diff Disk Parent Folder Path", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesdiffdiskparentfolderpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesdiffdiskparentfolderpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesdiffdiskparentfolderpath_profilesdiffdiskparentfolderpath", + "displayName": "Diff Disk Parent Folder Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesflipflopprofiledirectoryname", + "displayName": "Flip Flop Profile Directory Name", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesflipflopprofiledirectoryname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesflipflopprofiledirectoryname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesnoprofilecontainingfolder", + "displayName": "No Profile Containing Folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesnoprofilecontainingfolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesnoprofilecontainingfolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilessiddirectorynamematch", + "displayName": "SID Directory Name Match", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilessiddirectorynamematch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilessiddirectorynamematch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilessiddirectorynamematch_profilessiddirectorynamematch", + "displayName": "SID Directory Name Match (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilessiddirectorynamepattern", + "displayName": "SID Directory Name Pattern", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilessiddirectorynamepattern_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilessiddirectorynamepattern_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilessiddirectorynamepattern_profilessiddirectorynamepattern", + "displayName": "SID Directory Name Pattern (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvhdnamematch", + "displayName": "VHD Name Match", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvhdnamematch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvhdnamematch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvhdnamematch_profilesvhdnamematch", + "displayName": "VHD Name Match (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvhdnamepattern", + "displayName": "VHD Name Pattern", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvhdnamepattern_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvhdnamepattern_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvhdnamepattern_profilesvhdnamepattern", + "displayName": "VHD Name Pattern (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvolumetypevhdorvhdx", + "displayName": "Volume Type (VHD or VHDX)", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvolumetypevhdorvhdx_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvolumetypevhdorvhdx_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvolumetypevhdorvhdx_profilesvolumetypevhdorvhdx", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvolumetypevhdorvhdx_profilesvolumetypevhdorvhdx_vhd", + "displayName": "VHD", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_fslogixv1~policy~fslogix~profiles~profiles_containeranddirectorynaming_profilesvolumetypevhdorvhdx_profilesvolumetypevhdorvhdx_vhdx", + "displayName": "VHDX", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_games_allowadvancedgamingservices", + "displayName": "Allow Advanced Gaming Services", + "options": [ + { + "id": "device_vendor_msft_policy_config_games_allowadvancedgamingservices_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_games_allowadvancedgamingservices_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_handwriting_paneldefaultmodedocked", + "displayName": "Panel Default Mode Docked", + "options": [ + { + "id": "device_vendor_msft_policy_config_handwriting_paneldefaultmodedocked_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_handwriting_paneldefaultmodedocked_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forceinstantlock", + "displayName": "Force Instant Lock", + "options": [ + { + "id": "device_vendor_msft_policy_config_humanpresence_forceinstantlock_2", + "displayName": "Forced Off.", + "description": "ForcedOff." + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forceinstantlock_1", + "displayName": "Forced On.", + "description": "ForcedOn." + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forceinstantlock_0", + "displayName": "Default To User Choice.", + "description": "DefaultToUserChoice." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forceinstantwake", + "displayName": "Force Instant Wake", + "options": [ + { + "id": "device_vendor_msft_policy_config_humanpresence_forceinstantwake_2", + "displayName": "Forced Off.", + "description": "ForcedOff." + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forceinstantwake_1", + "displayName": "Forced On.", + "description": "ForcedOn." + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forceinstantwake_0", + "displayName": "Default To User Choice.", + "description": "DefaultToUserChoice." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forcelocktimeout", + "displayName": "Force Lock Timeout", + "options": [ + { + "id": "device_vendor_msft_policy_config_humanpresence_forcelocktimeout_120", + "displayName": "Two Minutes", + "description": "TwoMinutes" + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forcelocktimeout_30", + "displayName": "Thirty Seconds.", + "description": "ThirtySeconds." + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forcelocktimeout_10", + "displayName": "Ten Seconds.", + "description": "TenSeconds." + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forcelocktimeout_1", + "displayName": "Immediate.", + "description": "Immediate." + }, + { + "id": "device_vendor_msft_policy_config_humanpresence_forcelocktimeout_0", + "displayName": "Default To User Choice.", + "description": "DefaultToUserChoice." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_addsearchprovider", + "displayName": "Add a specific list of search providers to the user's list of search providers", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_addsearchprovider_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_addsearchprovider_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowactivexfiltering", + "displayName": "Turn on ActiveX Filtering", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowactivexfiltering_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowactivexfiltering_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowaddonlist", + "displayName": "Add-on List", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowaddonlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowaddonlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowaddonlist_addonlist", + "displayName": "Add-on List (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowaddonlist_addonlist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowaddonlist_addonlist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowcertificateaddressmismatchwarning", + "displayName": "Turn on certificate address mismatch warning", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowcertificateaddressmismatchwarning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowcertificateaddressmismatchwarning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowdeletingbrowsinghistoryonexit", + "displayName": "Allow deleting browsing history on exit", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowdeletingbrowsinghistoryonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowdeletingbrowsinghistoryonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenhancedprotectedmode", + "displayName": "Turn on Enhanced Protected Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenhancedprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenhancedprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenhancedsuggestionsinaddressbar", + "displayName": "Allow Microsoft services to provide enhanced suggestions as the user types in the Address bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenhancedsuggestionsinaddressbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenhancedsuggestionsinaddressbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenterprisemodefromtoolsmenu", + "displayName": "Let users turn on and use Enterprise Mode from the Tools menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenterprisemodefromtoolsmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenterprisemodefromtoolsmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenterprisemodefromtoolsmenu_enterreportbackprompt", + "displayName": "Type the location (URL) of where to receive reports about the websites for which users turn on and use Enterprise Mode", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenterprisemodesitelist", + "displayName": "Use the Enterprise Mode IE website list", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenterprisemodesitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenterprisemodesitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowenterprisemodesitelist_entersitelistprompt", + "displayName": "Type the location (URL) of your Enterprise Mode IE website list", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowfallbacktossl3", + "displayName": "Allow fallback to SSL 3.0 (Internet Explorer)", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowfallbacktossl3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowfallbacktossl3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowfallbacktossl3_advanced_enablessl3fallbackoptions", + "displayName": "Allow insecure fallback for:", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowfallbacktossl3_advanced_enablessl3fallbackoptions_0", + "displayName": "No Sites", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowfallbacktossl3_advanced_enablessl3fallbackoptions_1", + "displayName": "Non-Protected Mode Sites", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowfallbacktossl3_advanced_enablessl3fallbackoptions_3", + "displayName": "All Sites", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetexplorer7policylist", + "displayName": "Use Policy List of Internet Explorer 7 sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetexplorer7policylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetexplorer7policylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetexplorer7policylist_compatview_sitelist", + "displayName": "List of sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetexplorerstandardsmode", + "displayName": "Turn on Internet Explorer Standards Mode for local intranet", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetexplorerstandardsmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetexplorerstandardsmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate", + "displayName": "Internet Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate", + "displayName": "Internet", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate", + "displayName": "Intranet Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate", + "displayName": "Intranet", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate", + "displayName": "Local Machine Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate", + "displayName": "Local Machine Zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate", + "displayName": "Locked-Down Internet Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate", + "displayName": "Locked-Down Internet", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate", + "displayName": "Locked-Down Intranet Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate", + "displayName": "Locked-Down Intranet", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate", + "displayName": "Locked-Down Local Machine Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate", + "displayName": "Locked-Down Local Machine Zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate", + "displayName": "Locked-Down Restricted Sites Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate", + "displayName": "Locked-Down Restricted Sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowonewordentry", + "displayName": "Go to an intranet site for a one-word entry in the Address bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowonewordentry_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowonewordentry_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsavetargetasiniemode", + "displayName": "Allow \"Save Target As\" in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsavetargetasiniemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsavetargetasiniemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist", + "displayName": "Site to Zone Assignment List", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_iz_zonemapprompt", + "displayName": "Enter the zone assignments here. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_iz_zonemapprompt_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_iz_zonemapprompt_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate", + "displayName": "Locked-Down Trusted Sites Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate", + "displayName": "Locked-Down Trusted Sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsoftwarewhensignatureisinvalid", + "displayName": "Allow software to run or install even if the signature is invalid", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsoftwarewhensignatureisinvalid_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsoftwarewhensignatureisinvalid_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate", + "displayName": "Restricted Sites Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate", + "displayName": "Restricted Sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsuggestedsites", + "displayName": "Turn on Suggested Sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsuggestedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowsuggestedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate", + "displayName": "Trusted Sites Zone Template", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate", + "displayName": "Trusted Sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_checkservercertificaterevocation", + "displayName": "Check for server certificate revocation", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_checkservercertificaterevocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_checkservercertificaterevocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_checksignaturesondownloadedprograms", + "displayName": "Check for signatures on downloaded programs", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_checksignaturesondownloadedprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_checksignaturesondownloadedprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel", + "displayName": "Configure which channel of Microsoft Edge to use for opening redirected sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser", + "displayName": "First choice (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_", + "displayName": "", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_1", + "displayName": "Microsoft Edge Stable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_2", + "displayName": "Microsoft Edge Beta version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_3", + "displayName": "Microsoft Edge Dev version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_4", + "displayName": "Microsoft Edge Canary version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_0", + "displayName": "Microsoft Edge version 45 or earlier", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2", + "displayName": "Second choice (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_", + "displayName": "", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_1", + "displayName": "Microsoft Edge Stable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_2", + "displayName": "Microsoft Edge Beta version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_3", + "displayName": "Microsoft Edge Dev version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_4", + "displayName": "Microsoft Edge Canary version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_0", + "displayName": "Microsoft Edge version 45 or earlier", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3", + "displayName": "Third choice (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_", + "displayName": "", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_1", + "displayName": "Microsoft Edge Stable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_2", + "displayName": "Microsoft Edge Beta version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_3", + "displayName": "Microsoft Edge Dev version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_4", + "displayName": "Microsoft Edge Canary version 77 or later", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_0", + "displayName": "Microsoft Edge version 45 or earlier", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_consistentmimehandlinginternetexplorerprocesses", + "displayName": "Internet Explorer Processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_consistentmimehandlinginternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_consistentmimehandlinginternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableadobeflash", + "displayName": "Turn off Adobe Flash in Internet Explorer and prevent applications from using Internet Explorer technology to instantiate Flash objects", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableadobeflash_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableadobeflash_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarnings", + "displayName": "Prevent bypassing SmartScreen Filter warnings", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarningsaboutuncommonfiles", + "displayName": "Prevent bypassing SmartScreen Filter warnings about files that are not commonly downloaded from the Internet", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarningsaboutuncommonfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarningsaboutuncommonfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecompatview", + "displayName": "Turn off Compatibility View", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecompatview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecompatview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableconfiguringhistory", + "displayName": "Disable \"Configuring History\"", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableconfiguringhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableconfiguringhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableconfiguringhistory_daystokeep_prompt", + "displayName": "Days to keep pages in History", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecrashdetection", + "displayName": "Turn off Crash Detection", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecrashdetection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecrashdetection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecustomerexperienceimprovementprogramparticipation", + "displayName": "Prevent participation in the Customer Experience Improvement Program", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecustomerexperienceimprovementprogramparticipation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablecustomerexperienceimprovementprogramparticipation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disabledeletinguservisitedwebsites", + "displayName": "Prevent deleting websites that the user has visited", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disabledeletinguservisitedwebsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disabledeletinguservisitedwebsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableenclosuredownloading", + "displayName": "Prevent downloading of enclosures", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableenclosuredownloading_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableenclosuredownloading_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport", + "displayName": "Turn off encryption support", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions", + "displayName": "Secure Protocol combinations", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_0", + "displayName": "Use no secure protocols", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_8", + "displayName": "Only use SSL 2.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_32", + "displayName": "Only use SSL 3.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_40", + "displayName": "Use SSL 2.0 and SSL 3.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_128", + "displayName": "Only use TLS 1.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_136", + "displayName": "Use SSL 2.0 and TLS 1.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_160", + "displayName": "Use SSL 3.0 and TLS 1.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_168", + "displayName": "Use SSL 2.0, SSL 3.0, and TLS 1.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_512", + "displayName": "Only use TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_520", + "displayName": "Use SSL 2.0 and TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_544", + "displayName": "Use SSL 3.0 and TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_552", + "displayName": "Use SSL 2.0, SSL 3.0, and TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_640", + "displayName": "Use TLS 1.0 and TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_648", + "displayName": "Use SSL 2.0, TLS 1.0, and TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_672", + "displayName": "Use SSL 3.0, TLS 1.0, and TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_680", + "displayName": "Use SSL 2.0, SSL 3.0, TLS 1.0, and TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2048", + "displayName": "Only use TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2056", + "displayName": "Use SSL 2.0 and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2080", + "displayName": "Use SSL 3.0 and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2088", + "displayName": "Use SSL 2.0, SSL 3.0, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2176", + "displayName": "Use TLS 1.0 and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2184", + "displayName": "Use SSL 2.0, TLS 1.0, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2208", + "displayName": "Use SSL 3.0, TLS 1.0, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2216", + "displayName": "Use SSL 2.0, SSL 3.0, TLS 1.0, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2560", + "displayName": "Use TLS 1.1 and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2568", + "displayName": "Use SSL 2.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2592", + "displayName": "Use SSL 3.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2600", + "displayName": "Use SSL 2.0, SSL 3.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2688", + "displayName": "Use TLS 1.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2696", + "displayName": "Use SSL 2.0, TLS 1.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2720", + "displayName": "Use SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2728", + "displayName": "Use SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_8192", + "displayName": "Only use TLS 1.3", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_10240", + "displayName": "Use TLS 1.2 and TLS 1.3", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_10752", + "displayName": "Use TLS 1.1, TLS 1.2, and TLS 1.3", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_10880", + "displayName": "Use TLS 1.0, TLS 1.1, TLS 1.2, and TLS 1.3", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_10912", + "displayName": "Use SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, and TLS 1.3", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefeedsbackgroundsync", + "displayName": "Turn off background synchronization for feeds and Web Slices", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefeedsbackgroundsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefeedsbackgroundsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard", + "displayName": "Prevent running First Run wizard", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_firstrunoptions", + "displayName": "Select your choice", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_firstrunoptions_1", + "displayName": "Go directly to home page", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_firstrunoptions_2", + "displayName": "Go directly to \"Welcome To IE\" page", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableflipaheadfeature", + "displayName": "Turn off the flip ahead with page prediction feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableflipaheadfeature_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableflipaheadfeature_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablegeolocation", + "displayName": "Turn off browser geolocation", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablegeolocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablegeolocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablehtmlapplication", + "displayName": "Disable HTML Application", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablehtmlapplication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablehtmlapplication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableignoringcertificateerrors", + "displayName": "Prevent ignoring certificate errors", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableignoringcertificateerrors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableignoringcertificateerrors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinprivatebrowsing", + "displayName": "Turn off InPrivate Browsing", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinprivatebrowsing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinprivatebrowsing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp", + "displayName": "[Deprecated] Disable Internet Explorer 11 as a standalone browser", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2", + "displayName": "Disable Internet Explorer 11 as a standalone browser", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_notifydisableieoptions", + "displayName": "Notify that Internet Explorer 11 browser is disabled (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_notifydisableieoptions_0", + "displayName": "Never", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_notifydisableieoptions_1", + "displayName": "Always", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_notifydisableieoptions_2", + "displayName": "Once per user", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableprocessesinenhancedprotectedmode", + "displayName": "Turn on 64-bit tab processes when running in Enhanced Protected Mode on 64-bit versions of Windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableprocessesinenhancedprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableprocessesinenhancedprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableproxychange", + "displayName": "Prevent changing proxy settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableproxychange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableproxychange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesearchproviderchange", + "displayName": "Prevent changing the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesearchproviderchange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesearchproviderchange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesecondaryhomepagechange", + "displayName": "Disable changing secondary home page settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesecondaryhomepagechange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesecondaryhomepagechange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesecondaryhomepagechange_secondaryhomepageslist", + "displayName": "Secondary home pages (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesecuritysettingscheck", + "displayName": "Turn off the Security Settings Check feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesecuritysettingscheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablesecuritysettingscheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableupdatecheck", + "displayName": "Disable Periodic Check for Internet Explorer software updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableupdatecheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disableupdatecheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablewebaddressautocomplete", + "displayName": "Turn off the auto-complete feature for web addresses", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablewebaddressautocomplete_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_disablewebaddressautocomplete_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowactivexcontrolsinprotectedmode", + "displayName": "Do not allow ActiveX controls to run in Protected Mode when Enhanced Protected Mode is enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowactivexcontrolsinprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowactivexcontrolsinprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowuserstoaddsites", + "displayName": "Security Zones: Do not allow users to add/delete sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowuserstoaddsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowuserstoaddsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowuserstochangepolicies", + "displayName": "Security Zones: Do not allow users to change policies", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowuserstochangepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotallowuserstochangepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrols", + "displayName": "Turn off blocking of outdated ActiveX controls for Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrolsonspecificdomains", + "displayName": "Turn off blocking of outdated ActiveX controls for Internet Explorer on specific domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrolsonspecificdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrolsonspecificdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrolsonspecificdomains_domainlist", + "displayName": "Domain allow list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_enableextendediemodehotkeys", + "displayName": "Enable extended hot keys in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_enableextendediemodehotkeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_enableextendediemodehotkeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_enableglobalwindowlistiniemode", + "displayName": "Enable global window list in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_enableglobalwindowlistiniemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_enableglobalwindowlistiniemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_includealllocalsites", + "displayName": "Intranet Sites: Include all local (intranet) sites not listed in other zones", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_includealllocalsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_includealllocalsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_includeallnetworkpaths", + "displayName": "Intranet Sites: Include all network paths (UNCs)", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_includeallnetworkpaths_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_includeallnetworkpaths_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript", + "displayName": "Allow cut, copy or paste operations from the clipboard via script", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_iz_partname1407", + "displayName": "Allow paste operations via script", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_iz_partname1407_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_iz_partname1407_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_iz_partname1407_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles", + "displayName": "Allow drag and drop or copy and paste files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_iz_partname1802", + "displayName": "Allow drag and drop or copy and paste files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_iz_partname1802_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_iz_partname1802_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_iz_partname1802_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles", + "displayName": "Allow loading of XAML files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_iz_partname2402", + "displayName": "XAML Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_iz_partname2402_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_iz_partname2402_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_iz_partname2402_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols", + "displayName": "Allow only approved domains to use ActiveX controls without prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b", + "displayName": "Only allow approved domains to use ActiveX controls without prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol", + "displayName": "Allow only approved domains to use the TDC ActiveX control", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c", + "displayName": "Only allow approved domains to use the TDC ActiveX control", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols", + "displayName": "Allow scripting of Internet Explorer WebBrowser controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206", + "displayName": "Internet Explorer web browser control", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows", + "displayName": "Allow script-initiated windows without size or position constraints", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_iz_partname2102", + "displayName": "Allow script-initiated windows without size or position constraints", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_iz_partname2102_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_iz_partname2102_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript", + "displayName": "Allow updates to status bar via script", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_iz_partname2103", + "displayName": "Status bar updates via script", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_iz_partname2103_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_iz_partname2103_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer", + "displayName": "Allow VBScript to run in Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_iz_partname140c", + "displayName": "Allow VBScript to run in Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_iz_partname140c_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_iz_partname140c_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_iz_partname140c_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols", + "displayName": "Download signed ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_iz_partname1001", + "displayName": "Download signed ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_iz_partname1001_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_iz_partname1001_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_iz_partname1001_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols", + "displayName": "Download unsigned ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_iz_partname1004", + "displayName": "Download unsigned ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_iz_partname1004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_iz_partname1004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_iz_partname1004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter", + "displayName": "Turn on Cross-Site Scripting Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_iz_partname1409", + "displayName": "Turn on Cross-Site Scripting (XSS) Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_iz_partname1409_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_iz_partname1409_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows", + "displayName": "Enable dragging of content from different domains across windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709", + "displayName": "Enable dragging of content from different domains across windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows", + "displayName": "Enable dragging of content from different domains within a window", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708", + "displayName": "Enable dragging of content from different domains within a window", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing", + "displayName": "Enable MIME Sniffing", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_iz_partname2100", + "displayName": "Enable MIME Sniffing", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_iz_partname2100_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_iz_partname2100_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode", + "displayName": "Turn on Protected Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_iz_partname2500", + "displayName": "Protected Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_iz_partname2500_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_iz_partname2500_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver", + "displayName": "Include local path when user is uploading files to a server", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a", + "displayName": "Include local directory path when uploading files to a server", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe", + "displayName": "Launching applications and files in an IFRAME", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_iz_partname1804", + "displayName": "Launching applications and files in an IFRAME", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_iz_partname1804_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_iz_partname1804_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_iz_partname1804_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions", + "displayName": "Logon options", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00", + "displayName": "Logon options", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00_196608", + "displayName": "Anonymous logon", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00_131072", + "displayName": "Automatic logon only in Intranet zone", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00_0", + "displayName": "Automatic logon with current username and password", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00_65536", + "displayName": "Prompt for user name and password", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode", + "displayName": "Run .NET Framework-reliant components signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001", + "displayName": "Run .NET Framework-reliant components signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles", + "displayName": "Show security warning for potentially unsafe files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806", + "displayName": "Launching programs and unsafe files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker", + "displayName": "Use Pop-up Blocker", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_iz_partname1809", + "displayName": "Use Pop-up Blocker", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_iz_partname1809_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_iz_partname1809_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_jscriptreplacement", + "displayName": "Replace JScript by loading JScript9Legacy in place of JScript via MSHTML/WebOC.", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_jscriptreplacement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_jscriptreplacement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_keepintranetsitesininternetexplorer", + "displayName": "Keep all intranet sites in Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_keepintranetsitesininternetexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_keepintranetsitesininternetexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_mimesniffingsafetyfeatureinternetexplorerprocesses", + "displayName": "Internet Explorer Processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_mimesniffingsafetyfeatureinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_mimesniffingsafetyfeatureinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_mkprotocolsecurityrestrictioninternetexplorerprocesses", + "displayName": "Internet Explorer Processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_mkprotocolsecurityrestrictioninternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_mkprotocolsecurityrestrictioninternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_newtabdefaultpage", + "displayName": "Specify default behavior for a new tab", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions", + "displayName": "New tab behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions_3", + "displayName": "New tab page with my news feed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions_0", + "displayName": "about:blank", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions_2", + "displayName": "New tab page", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions_1", + "displayName": "Home page", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_notificationbarinternetexplorerprocesses", + "displayName": "Internet Explorer Processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_notificationbarinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_notificationbarinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter", + "displayName": "Prevent managing SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_ie9safetyfilteroptions", + "displayName": "Select SmartScreen Filter mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_ie9safetyfilteroptions_0", + "displayName": "Off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_ie9safetyfilteroptions_1", + "displayName": "On", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventperuserinstallationofactivexcontrols", + "displayName": "Prevent per-user installation of ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventperuserinstallationofactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_preventperuserinstallationofactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_protectionfromzoneelevationinternetexplorerprocesses", + "displayName": "Internet Explorer Processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_protectionfromzoneelevationinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_protectionfromzoneelevationinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_removerunthistimebuttonforoutdatedactivexcontrols", + "displayName": "Remove \"Run this time\" button for outdated ActiveX controls in Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_removerunthistimebuttonforoutdatedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_removerunthistimebuttonforoutdatedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_resetzoomfordialoginiemode", + "displayName": "Reset zoom to default for HTML dialogs in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_resetzoomfordialoginiemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_resetzoomfordialoginiemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictactivexinstallinternetexplorerprocesses", + "displayName": "Internet Explorer Processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictactivexinstallinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictactivexinstallinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting", + "displayName": "Allow active scripting", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_iz_partname1400", + "displayName": "Allow active scripting", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_iz_partname1400_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_iz_partname1400_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_iz_partname1400_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors", + "displayName": "Allow binary and script behaviors", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_iz_partname2000", + "displayName": "Allow Binary and Script Behaviors", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_iz_partname2000_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_iz_partname2000_65536", + "displayName": "Administrator approved", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_iz_partname2000_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript", + "displayName": "Allow cut, copy or paste operations from the clipboard via script", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_iz_partname1407", + "displayName": "Allow paste operations via script", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_iz_partname1407_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_iz_partname1407_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_iz_partname1407_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles", + "displayName": "Allow drag and drop or copy and paste files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_iz_partname1802", + "displayName": "Allow drag and drop or copy and paste files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_iz_partname1802_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_iz_partname1802_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_iz_partname1802_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads", + "displayName": "Allow file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_iz_partname1803", + "displayName": "Allow file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_iz_partname1803_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_iz_partname1803_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles", + "displayName": "Allow loading of XAML files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_iz_partname2402", + "displayName": "XAML Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_iz_partname2402_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_iz_partname2402_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_iz_partname2402_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh", + "displayName": "Allow META REFRESH", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_iz_partname1608", + "displayName": "Allow META REFRESH", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_iz_partname1608_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_iz_partname1608_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols", + "displayName": "Allow only approved domains to use ActiveX controls without prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b", + "displayName": "Only allow approved domains to use ActiveX controls without prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol", + "displayName": "Allow only approved domains to use the TDC ActiveX control", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c", + "displayName": "Only allow approved domains to use the TDC ActiveX control", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols", + "displayName": "Allow scripting of Internet Explorer WebBrowser controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206", + "displayName": "Internet Explorer web browser control", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows", + "displayName": "Allow script-initiated windows without size or position constraints", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_iz_partname2102", + "displayName": "Allow script-initiated windows without size or position constraints", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_iz_partname2102_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_iz_partname2102_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript", + "displayName": "Allow updates to status bar via script", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_iz_partname2103", + "displayName": "Status bar updates via script", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_iz_partname2103_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_iz_partname2103_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer", + "displayName": "Allow VBScript to run in Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_iz_partname140c", + "displayName": "Allow VBScript to run in Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_iz_partname140c_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_iz_partname140c_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_iz_partname140c_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols", + "displayName": "Download signed ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_iz_partname1001", + "displayName": "Download signed ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_iz_partname1001_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_iz_partname1001_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_iz_partname1001_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols", + "displayName": "Download unsigned ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_iz_partname1004", + "displayName": "Download unsigned ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_iz_partname1004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_iz_partname1004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_iz_partname1004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter", + "displayName": "Turn on Cross-Site Scripting Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_iz_partname1409", + "displayName": "Turn on Cross-Site Scripting (XSS) Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_iz_partname1409_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_iz_partname1409_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows", + "displayName": "Enable dragging of content from different domains across windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709", + "displayName": "Enable dragging of content from different domains across windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows", + "displayName": "Enable dragging of content from different domains within a window", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708", + "displayName": "Enable dragging of content from different domains within a window", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing", + "displayName": "Enable MIME Sniffing", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_iz_partname2100", + "displayName": "Enable MIME Sniffing", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_iz_partname2100_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_iz_partname2100_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver", + "displayName": "Include local path when user is uploading files to a server", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a", + "displayName": "Include local directory path when uploading files to a server", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe", + "displayName": "Launching applications and files in an IFRAME", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_iz_partname1804", + "displayName": "Launching applications and files in an IFRAME", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_iz_partname1804_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_iz_partname1804_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_iz_partname1804_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions", + "displayName": "Logon options", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00", + "displayName": "Logon options", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00_196608", + "displayName": "Anonymous logon", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00_131072", + "displayName": "Automatic logon only in Intranet zone", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00_0", + "displayName": "Automatic logon with current username and password", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00_65536", + "displayName": "Prompt for user name and password", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins", + "displayName": "Run ActiveX controls and plugins", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200", + "displayName": "Run ActiveX controls and plugins", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200_65536", + "displayName": "Administrator approved", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode", + "displayName": "Run .NET Framework-reliant components signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001", + "displayName": "Run .NET Framework-reliant components signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting", + "displayName": "Script ActiveX controls marked safe for scripting", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_iz_partname1405", + "displayName": "Script ActiveX controls marked safe for scripting", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_iz_partname1405_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_iz_partname1405_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_iz_partname1405_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets", + "displayName": "Scripting of Java applets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_iz_partname1402", + "displayName": "Scripting of Java applets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_iz_partname1402_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_iz_partname1402_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_iz_partname1402_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles", + "displayName": "Show security warning for potentially unsafe files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806", + "displayName": "Launching programs and unsafe files", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode", + "displayName": "Turn on Protected Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_iz_partname2500", + "displayName": "Protected Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_iz_partname2500_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_iz_partname2500_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker", + "displayName": "Use Pop-up Blocker", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_iz_partname1809", + "displayName": "Use Pop-up Blocker", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_iz_partname1809_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_iz_partname1809_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictfiledownloadinternetexplorerprocesses", + "displayName": "Internet Explorer Processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictfiledownloadinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_restrictfiledownloadinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_scriptedwindowsecurityrestrictionsinternetexplorerprocesses", + "displayName": "Internet Explorer Processes", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_scriptedwindowsecurityrestrictionsinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_scriptedwindowsecurityrestrictionsinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_searchproviderlist", + "displayName": "Restrict search providers to a specific list", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_searchproviderlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_searchproviderlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_securityzonesuseonlymachinesettings", + "displayName": "Security Zones: Use only machine settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_securityzonesuseonlymachinesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_securityzonesuseonlymachinesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_sendsitesnotinenterprisesitelisttoedge", + "displayName": "Send all sites not included in the Enterprise Mode Site List to Microsoft Edge.", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_sendsitesnotinenterprisesitelisttoedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_sendsitesnotinenterprisesitelisttoedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_specifyuseofactivexinstallerservice", + "displayName": "Specify use of ActiveX Installer Service for installation of ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_specifyuseofactivexinstallerservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_specifyuseofactivexinstallerservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets", + "displayName": "Allow scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00", + "displayName": "Java permissions", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kerberos_allowforestsearchorder", + "displayName": "Use forest search order", + "options": [ + { + "id": "device_vendor_msft_policy_config_kerberos_allowforestsearchorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_kerberos_allowforestsearchorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kerberos_allowforestsearchorder_forestsearchlist", + "displayName": "Forests to Search (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_kerberos_kerberosclientsupportsclaimscompoundarmor", + "displayName": "Kerberos client support for claims, compound authentication and Kerberos armoring", + "options": [ + { + "id": "device_vendor_msft_policy_config_kerberos_kerberosclientsupportsclaimscompoundarmor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_kerberos_kerberosclientsupportsclaimscompoundarmor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kerberos_requirekerberosarmoring", + "displayName": "Fail authentication requests when Kerberos armoring is not available", + "options": [ + { + "id": "device_vendor_msft_policy_config_kerberos_requirekerberosarmoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_kerberos_requirekerberosarmoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kerberos_requirestrictkdcvalidation", + "displayName": "Require strict KDC validation", + "options": [ + { + "id": "device_vendor_msft_policy_config_kerberos_requirestrictkdcvalidation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_kerberos_requirestrictkdcvalidation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kerberos_setmaximumcontexttokensize", + "displayName": "Set maximum Kerberos SSPI context token buffer size", + "options": [ + { + "id": "device_vendor_msft_policy_config_kerberos_setmaximumcontexttokensize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_kerberos_setmaximumcontexttokensize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kerberos_setmaximumcontexttokensize_maxtokensize", + "displayName": "Maximum size (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_kerberos_upnnamehints", + "displayName": "UPN Name Hints", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_blockedurlexceptions", + "displayName": "Blocked Url Exceptions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_blockedurls", + "displayName": "Blocked Urls", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_defaulturl", + "displayName": "Default URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enableendsessionbutton", + "displayName": "Enable End Session Button", + "options": [ + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enableendsessionbutton_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enableendsessionbutton_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enablehomebutton", + "displayName": "Enable Home Button", + "options": [ + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enablehomebutton_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enablehomebutton_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enablenavigationbuttons", + "displayName": "Enable Navigation Buttons", + "options": [ + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enablenavigationbuttons_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_enablenavigationbuttons_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_kioskbrowser_restartonidletime", + "displayName": "Restart On Idle Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_lanmanworkstation_enableinsecureguestlogons", + "displayName": "Enable Insecure Guest Logons", + "options": [ + { + "id": "device_vendor_msft_policy_config_lanmanworkstation_enableinsecureguestlogons_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_lanmanworkstation_enableinsecureguestlogons_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_licensing_allowwindowsentitlementreactivation", + "displayName": "Allow Windows Entitlement Reactivation", + "options": [ + { + "id": "device_vendor_msft_policy_config_licensing_allowwindowsentitlementreactivation_0", + "displayName": "Block", + "description": "Disable Windows license reactivation on managed devices." + }, + { + "id": "device_vendor_msft_policy_config_licensing_allowwindowsentitlementreactivation_1", + "displayName": "Allow", + "description": "Enable Windows license reactivation on managed devices." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_licensing_disallowkmsclientonlineavsvalidation", + "displayName": "Disallow KMS Client Online AVS Validation", + "options": [ + { + "id": "device_vendor_msft_policy_config_licensing_disallowkmsclientonlineavsvalidation_0", + "displayName": "Block", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_licensing_disallowkmsclientonlineavsvalidation_1", + "displayName": "Allow", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_blockmicrosoftaccounts", + "displayName": "Accounts Block Microsoft Accounts", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_blockmicrosoftaccounts_0", + "displayName": "Disabled (users will be able to use Microsoft accounts with Windows).", + "description": "Disabled (users will be able to use Microsoft accounts with Windows)." + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_blockmicrosoftaccounts_1", + "displayName": "Enabled (users can't add Microsoft accounts).", + "description": "Enabled (users can't add Microsoft accounts)." + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_blockmicrosoftaccounts_3", + "displayName": "Users can't add or log on with Microsoft accounts", + "description": "Users can't add or log on with Microsoft accounts" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_enableadministratoraccountstatus", + "displayName": "Accounts Enable Administrator Account Status", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_enableadministratoraccountstatus_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_enableadministratoraccountstatus_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_enableguestaccountstatus", + "displayName": "Accounts Enable Guest Account Status", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_enableguestaccountstatus_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_enableguestaccountstatus_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_limitlocalaccountuseofblankpasswordstoconsolelogononly", + "displayName": "Accounts Limit Local Account Use Of Blank Passwords To Console Logon Only", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_limitlocalaccountuseofblankpasswordstoconsolelogononly_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_limitlocalaccountuseofblankpasswordstoconsolelogononly_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_renameadministratoraccount", + "displayName": "Accounts Rename Administrator Account", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_accounts_renameguestaccount", + "displayName": "Accounts Rename Guest Account", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_devices_allowedtoformatandejectremovablemedia", + "displayName": "Devices Allowed To Format And Eject Removable Media", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_devices_allowundockwithouthavingtologon", + "displayName": "Devices Allow Undock Without Having To Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_devices_allowundockwithouthavingtologon_1", + "displayName": "Allow", + "description": "Allow" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_devices_allowundockwithouthavingtologon_0", + "displayName": "Block", + "description": "Block" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_devices_preventusersfrominstallingprinterdriverswhenconnectingtosharedprinters", + "displayName": "Devices Prevent Users From Installing Printer Drivers When Connecting To Shared Printers", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_devices_preventusersfrominstallingprinterdriverswhenconnectingtosharedprinters_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_devices_preventusersfrominstallingprinterdriverswhenconnectingtosharedprinters_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_devices_restrictcdromaccesstolocallyloggedonuseronly", + "displayName": "Devices Restrict CDROM Access To Locally Logged On User Only", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_displayuserinformationwhenthesessionislocked", + "displayName": "Interactive Logon Display User Information When The Session Is Locked", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_displayuserinformationwhenthesessionislocked_1", + "displayName": "User display name, domain and user names", + "description": "User display name, domain and user names" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_displayuserinformationwhenthesessionislocked_2", + "displayName": "User display name only", + "description": "User display name only" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_displayuserinformationwhenthesessionislocked_3", + "displayName": "Do not display user information", + "description": "Do not display user information" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_displayuserinformationwhenthesessionislocked_4", + "displayName": "Domain and user names only", + "description": "Domain and user names only" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotdisplaylastsignedin", + "displayName": "Interactive Logon Do Not Display Last Signed In", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotdisplaylastsignedin_0", + "displayName": "Disabled (username will be shown)", + "description": "Disabled (username will be shown)" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotdisplaylastsignedin_1", + "displayName": "Enabled (username will not be shown)", + "description": "Enabled (username will not be shown)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotdisplayusernameatsignin", + "displayName": "Interactive Logon Do Not Display Username At Sign In", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotdisplayusernameatsignin_0", + "displayName": "Disabled (username will be shown)", + "description": "Disabled (username will be shown)" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotdisplayusernameatsignin_1", + "displayName": "Enabled (username will not be shown)", + "description": "Enabled (username will not be shown)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotrequirectrlaltdel", + "displayName": "Interactive Logon Do Not Require CTRLALTDEL", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotrequirectrlaltdel_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_donotrequirectrlaltdel_1", + "displayName": "Enabled (a user is not required to press CTRL+ALT+DEL to log on)", + "description": "Enabled (a user is not required to press CTRL+ALT+DEL to log on)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_machineinactivitylimit", + "displayName": "[Deprecated] Interactive Logon Machine Inactivity Limit (Deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_machineinactivitylimit_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_machineinactivitylimit_1", + "displayName": "Enabled (session will lock after amount of inactive time exceeds the inactivity limit)", + "description": "Enabled (session will lock after amount of inactive time exceeds the inactivity limit)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_machineinactivitylimit_v2", + "displayName": "Interactive Logon Machine Inactivity Limit", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_messagetextforusersattemptingtologon", + "displayName": "Interactive Logon Message Text For Users Attempting To Log On", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_messagetitleforusersattemptingtologon", + "displayName": "Interactive Logon Message Title For Users Attempting To Log On", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_smartcardremovalbehavior", + "displayName": "Interactive Logon Smart Card Removal Behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_smartcardremovalbehavior_0", + "displayName": "No Action", + "description": "No Action" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_smartcardremovalbehavior_1", + "displayName": "Lock Workstation", + "description": "Lock Workstation" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_smartcardremovalbehavior_2", + "displayName": "Force Logoff", + "description": "Force Logoff" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_interactivelogon_smartcardremovalbehavior_3", + "displayName": "Disconnect Remote Desktop Session", + "description": "Disconnect Remote Desktop Session" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_digitallysigncommunicationsalways", + "displayName": "Microsoft Network Client Digitally Sign Communications Always", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_digitallysigncommunicationsalways_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_digitallysigncommunicationsalways_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_digitallysigncommunicationsifserveragrees", + "displayName": "Microsoft Network Client Digitally Sign Communications If Server Agrees", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_digitallysigncommunicationsifserveragrees_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_digitallysigncommunicationsifserveragrees_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_sendunencryptedpasswordtothirdpartysmbservers", + "displayName": "Microsoft Network Client Send Unencrypted Password To Third Party SMB Servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_sendunencryptedpasswordtothirdpartysmbservers_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkclient_sendunencryptedpasswordtothirdpartysmbservers_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkserver_digitallysigncommunicationsalways", + "displayName": "Microsoft Network Server Digitally Sign Communications Always", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkserver_digitallysigncommunicationsalways_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkserver_digitallysigncommunicationsalways_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkserver_digitallysigncommunicationsifclientagrees", + "displayName": "Microsoft Network Server Digitally Sign Communications If Client Agrees", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkserver_digitallysigncommunicationsifclientagrees_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_microsoftnetworkserver_digitallysigncommunicationsifclientagrees_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_donotallowanonymousenumerationofsamaccounts", + "displayName": "Network Access Do Not Allow Anonymous Enumeration Of SAM Accounts", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_donotallowanonymousenumerationofsamaccounts_1", + "displayName": "Enabled", + "description": "Enabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_donotallowanonymousenumerationofsamaccounts_0", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_donotallowanonymousenumerationofsamaccountsandshares", + "displayName": "Network Access Do Not Allow Anonymous Enumeration Of Sam Accounts And Shares", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_donotallowanonymousenumerationofsamaccountsandshares_1", + "displayName": "Enabled", + "description": "Enabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_donotallowanonymousenumerationofsamaccountsandshares_0", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_restrictanonymousaccesstonamedpipesandshares", + "displayName": "Network Access Restrict Anonymous Access To Named Pipes And Shares", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_restrictanonymousaccesstonamedpipesandshares_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_restrictanonymousaccesstonamedpipesandshares_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networkaccess_restrictclientsallowedtomakeremotecallstosam", + "displayName": "Network Access Restrict Clients Allowed To Make Remote Calls To SAM", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_allowlocalsystemtousecomputeridentityforntlm", + "displayName": "Network Security Allow Local System To Use Computer Identity For NTLM", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_allowlocalsystemtousecomputeridentityforntlm_1", + "displayName": "Allow", + "description": "Allow" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_allowlocalsystemtousecomputeridentityforntlm_0", + "displayName": "Block", + "description": "Block" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_allowpku2uauthenticationrequests", + "displayName": "Network Security Allow PKU2U Authentication Requests", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_allowpku2uauthenticationrequests_0", + "displayName": "Block", + "description": "Block" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_allowpku2uauthenticationrequests_1", + "displayName": "Allow", + "description": "Allow" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_donotstorelanmanagerhashvalueonnextpasswordchange", + "displayName": "Network Security Do Not Store LAN Manager Hash Value On Next Password Change", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_donotstorelanmanagerhashvalueonnextpasswordchange_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_donotstorelanmanagerhashvalueonnextpasswordchange_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_lanmanagerauthenticationlevel", + "displayName": "Network Security LAN Manager Authentication Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_lanmanagerauthenticationlevel_0", + "displayName": "Send LM and NTLM responses", + "description": "Send LM and NTLM responses" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_lanmanagerauthenticationlevel_1", + "displayName": "Send LM and NTLM-use NTLMv2 session security if negotiated", + "description": "Send LM and NTLM-use NTLMv2 session security if negotiated" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_lanmanagerauthenticationlevel_2", + "displayName": "Send LM and NTLM responses only", + "description": "Send LM and NTLM responses only" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_lanmanagerauthenticationlevel_3", + "displayName": "Send LM and NTLMv2 responses only", + "description": "Send LM and NTLMv2 responses only" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_lanmanagerauthenticationlevel_4", + "displayName": "Send LM and NTLMv2 responses only. Refuse LM", + "description": "Send LM and NTLMv2 responses only. Refuse LM" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_lanmanagerauthenticationlevel_5", + "displayName": "Send LM and NTLMv2 responses only. Refuse LM and NTLM", + "description": "Send LM and NTLMv2 responses only. Refuse LM and NTLM" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedclients", + "displayName": "Network Security Minimum Session Security For NTLMSSP Based Clients", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedclients_0", + "displayName": "None", + "description": "None" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedclients_524288", + "displayName": "Require NTLMv2 session security", + "description": "Require NTLMv2 session security" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedclients_536870912", + "displayName": "Require 128-bit encryption", + "description": "Require 128-bit encryption" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedclients_537395200", + "displayName": "Require NTLM and 128-bit encryption", + "description": "Require NTLM and 128-bit encryption" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedservers", + "displayName": "Network Security Minimum Session Security For NTLMSSP Based Servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedservers_0", + "displayName": "None", + "description": "None" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedservers_524288", + "displayName": "Require NTLMv2 session security", + "description": "Require NTLMv2 session security" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedservers_536870912", + "displayName": "Require 128-bit encryption", + "description": "Require 128-bit encryption" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_minimumsessionsecurityforntlmsspbasedservers_537395200", + "displayName": "Require NTLM and 128-bit encryption", + "description": "Require NTLM and 128-bit encryption" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_addremoteserverexceptionsforntlmauthentication", + "displayName": "Network Security Restrict NTLM Add Remote Server Exceptions For NTLM Authentication", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_auditincomingntlmtraffic", + "displayName": "Network Security Restrict NTLM Audit Incoming NTLM Traffic", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_auditincomingntlmtraffic_0", + "displayName": "Disable", + "description": "Disable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_auditincomingntlmtraffic_1", + "displayName": "Enable auditing for domain accounts", + "description": "Enable auditing for domain accounts" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_auditincomingntlmtraffic_2", + "displayName": "Enable auditing for all accounts", + "description": "Enable auditing for all accounts" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_incomingntlmtraffic", + "displayName": "Network Security Restrict NTLM Incoming NTLM Traffic", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_incomingntlmtraffic_0", + "displayName": "Allow all", + "description": "Allow all" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_incomingntlmtraffic_1", + "displayName": "Deny all domain accounts", + "description": "Deny all domain accounts" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_incomingntlmtraffic_2", + "displayName": "Deny all accounts", + "description": "Deny all accounts" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_outgoingntlmtraffictoremoteservers", + "displayName": "Network Security Restrict NTLM Outgoing NTLM Traffic To Remote Servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_outgoingntlmtraffictoremoteservers_0", + "displayName": "Allow all", + "description": "Allow all" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_outgoingntlmtraffictoremoteservers_1", + "displayName": "Deny all domain accounts", + "description": "Deny all domain accounts" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_networksecurity_restrictntlm_outgoingntlmtraffictoremoteservers_2", + "displayName": "Deny all accounts", + "description": "Deny all accounts" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_shutdown_allowsystemtobeshutdownwithouthavingtologon", + "displayName": "Shutdown Allow System To Be Shut Down Without Having To Log On", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_shutdown_allowsystemtobeshutdownwithouthavingtologon_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_shutdown_allowsystemtobeshutdownwithouthavingtologon_1", + "displayName": "Enabled (Allow system to be shut down without having to log on)", + "description": "Enabled (Allow system to be shut down without having to log on)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_shutdown_clearvirtualmemorypagefile", + "displayName": "Shutdown Clear Virtual Memory Page File", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_shutdown_clearvirtualmemorypagefile_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_shutdown_clearvirtualmemorypagefile_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_allowuiaccessapplicationstopromptforelevation", + "displayName": "User Account Control Allow UI Access Applications To Prompt For Elevation", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_allowuiaccessapplicationstopromptforelevation_0", + "displayName": "disabled", + "description": "disabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_allowuiaccessapplicationstopromptforelevation_1", + "displayName": "enabled (allow UIAccess applications to prompt for elevation without using the secure desktop)", + "description": "enabled (allow UIAccess applications to prompt for elevation without using the secure desktop)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministratorprotection", + "displayName": "User Account Control Behavior Of The Elevation Prompt For Administrator Protection (Windows Insiders only)", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministratorprotection_1", + "displayName": "Prompt for credentials on the secure desktop", + "description": "Prompt for credentials on the secure desktop" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministratorprotection_2", + "displayName": "Prompt for consent on the secure desktop", + "description": "Prompt for consent on the secure desktop" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministrators", + "displayName": "User Account Control Behavior Of The Elevation Prompt For Administrators", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministrators_0", + "displayName": "Elevate without prompting", + "description": "Elevate without prompting" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministrators_1", + "displayName": "Prompt for credentials on the secure desktop", + "description": "Prompt for credentials on the secure desktop" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministrators_2", + "displayName": "Prompt for consent on the secure desktop", + "description": "Prompt for consent on the secure desktop" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministrators_3", + "displayName": "Prompt for credentials", + "description": "Prompt for credentials" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministrators_4", + "displayName": "Prompt for consent", + "description": "Prompt for consent" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforadministrators_5", + "displayName": "Prompt for consent for non-Windows binaries", + "description": "Prompt for consent for non-Windows binaries" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforstandardusers", + "displayName": "User Account Control Behavior Of The Elevation Prompt For Standard Users", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforstandardusers_0", + "displayName": "Automatically deny elevation requests", + "description": "Automatically deny elevation requests" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforstandardusers_1", + "displayName": "Prompt for credentials on the secure desktop", + "description": "Prompt for credentials on the secure desktop" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_behavioroftheelevationpromptforstandardusers_3", + "displayName": "Prompt for credentials", + "description": "Prompt for credentials" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_detectapplicationinstallationsandpromptforelevation", + "displayName": "User Account Control Detect Application Installations And Prompt For Elevation", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_detectapplicationinstallationsandpromptforelevation_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_detectapplicationinstallationsandpromptforelevation_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_onlyelevateexecutablefilesthataresignedandvalidated", + "displayName": "User Account Control Only Elevate Executable Files That Are Signed And Validated", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_onlyelevateexecutablefilesthataresignedandvalidated_0", + "displayName": "Disabled: Does not enforce validation.", + "description": "Disabled: Does not enforce validation." + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_onlyelevateexecutablefilesthataresignedandvalidated_1", + "displayName": "Enabled: Enforces validation.", + "description": "Enabled: Enforces validation." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_onlyelevateuiaccessapplicationsthatareinstalledinsecurelocations", + "displayName": "User Account Control Only Elevate UI Access Applications That Are Installed In Secure Locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_onlyelevateuiaccessapplicationsthatareinstalledinsecurelocations_0", + "displayName": "Disabled: Application runs with UIAccess integrity even if it does not reside in a secure location.", + "description": "Disabled: Application runs with UIAccess integrity even if it does not reside in a secure location." + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_onlyelevateuiaccessapplicationsthatareinstalledinsecurelocations_1", + "displayName": "Enabled: Application runs with UIAccess integrity only if it resides in secure location.", + "description": "Enabled: Application runs with UIAccess integrity only if it resides in secure location." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_runalladministratorsinadminapprovalmode", + "displayName": "User Account Control Run All Administrators In Admin Approval Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_runalladministratorsinadminapprovalmode_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_runalladministratorsinadminapprovalmode_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_switchtothesecuredesktopwhenpromptingforelevation", + "displayName": "User Account Control Switch To The Secure Desktop When Prompting For Elevation", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_switchtothesecuredesktopwhenpromptingforelevation_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_switchtothesecuredesktopwhenpromptingforelevation_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_typeofadminapprovalmode", + "displayName": "User Account Control Type Of Admin Approval Mode (Windows Insiders only)", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_typeofadminapprovalmode_1", + "displayName": "Legacy Admin Approval Mode", + "description": "Legacy Admin Approval Mode" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_typeofadminapprovalmode_2", + "displayName": "Admin Approval Mode with Administrator protection", + "description": "Admin Approval Mode with Administrator protection" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_useadminapprovalmode", + "displayName": "User Account Control Use Admin Approval Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_useadminapprovalmode_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_useadminapprovalmode_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_virtualizefileandregistrywritefailurestoperuserlocations", + "displayName": "User Account Control Virtualize File And Registry Write Failures To Per User Locations", + "options": [ + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_virtualizefileandregistrywritefailurestoperuserlocations_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_localpoliciessecurityoptions_useraccountcontrol_virtualizefileandregistrywritefailurestoperuserlocations_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localsecurityauthority_allowcustomsspsaps", + "displayName": "Allow Custom SSPs and APs to be loaded into LSASS", + "options": [ + { + "id": "device_vendor_msft_policy_config_localsecurityauthority_allowcustomsspsaps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localsecurityauthority_allowcustomsspsaps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localsecurityauthority_configurelsaprotectedprocess", + "displayName": "Configure Lsa Protected Process", + "options": [ + { + "id": "device_vendor_msft_policy_config_localsecurityauthority_configurelsaprotectedprocess_0", + "displayName": "Disabled. Default value. LSA will not run as protected process.", + "description": "Disabled. Default value. LSA will not run as protected process." + }, + { + "id": "device_vendor_msft_policy_config_localsecurityauthority_configurelsaprotectedprocess_1", + "displayName": "Enabled with UEFI lock. LSA will run as protected process and this configuration is UEFI locked.", + "description": "Enabled with UEFI lock. LSA will run as protected process and this configuration is UEFI locked." + }, + { + "id": "device_vendor_msft_policy_config_localsecurityauthority_configurelsaprotectedprocess_2", + "displayName": "Enabled without UEFI lock. LSA will run as protected process and this configuration is not UEFI locked.", + "description": "Enabled without UEFI lock. LSA will run as protected process and this configuration is not UEFI locked." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure", + "displayName": "Group Configuration", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup", + "displayName": "access group", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_action", + "displayName": "Group and user action", + "options": [ + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_action_add_update", + "displayName": "Add (Update)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_action_remove_update", + "displayName": "Remove (Update)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_action_add_restrict", + "displayName": "Add (Replace)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_desc", + "displayName": "Local group", + "options": [ + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_desc_administrators", + "displayName": "Administrators", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_desc_users", + "displayName": "Users", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_desc_guests", + "displayName": "Guests", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_desc_powerusers", + "displayName": "Power Users", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_desc_remotedesktopusers", + "displayName": "Remote Desktop Users", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_desc_remotemanagementusers", + "displayName": "Remote Management Users", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_users", + "displayName": "Selected user(s)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_userselectiontype", + "displayName": "User selection type", + "options": [ + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_userselectiontype_users", + "displayName": "Users/Groups", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_localusersandgroups_configure_groupconfiguration_accessgroup_userselectiontype_manual", + "displayName": "Manual", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lockdown_allowedgeswipe", + "displayName": "Allow Edge Swipe", + "options": [ + { + "id": "device_vendor_msft_policy_config_lockdown_allowedgeswipe_0", + "displayName": "Block", + "description": "Disallow edge swipe." + }, + { + "id": "device_vendor_msft_policy_config_lockdown_allowedgeswipe_1", + "displayName": "Allow", + "description": "Allow edge swipe." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode", + "displayName": "Specify server", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_l_serveraddressexternal_value", + "displayName": "DNS name of the external server (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_l_serveraddressinternal_value", + "displayName": "DNS name of the internal server (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfiguredservercheckvalues", + "displayName": "Additional server versions supported", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfiguredservercheckvalues_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfiguredservercheckvalues_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfiguredservercheckvalues_l_configuredservercheckvalues_value", + "displayName": "Server version names (semicolon separated list): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableautomaticsendtracing", + "displayName": "Disable automatic upload of sign-in failure logs", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableautomaticsendtracing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableautomaticsendtracing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablehttpconnect", + "displayName": "Disable HTTP fallback for SIP connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablehttpconnect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablehttpconnect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablentcredentials", + "displayName": "Require logon credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablentcredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablentcredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableservercheck", + "displayName": "Disable server version check", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableservercheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableservercheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablebitsforgaldownload", + "displayName": "Enable using BITS to download Address Book Service files", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablebitsforgaldownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablebitsforgaldownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablesiphighsecuritymode", + "displayName": "Configure SIP security mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablesiphighsecuritymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablesiphighsecuritymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policygaldownloadinitialdelay", + "displayName": "Global Address Book Download Initial Delay", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policygaldownloadinitialdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policygaldownloadinitialdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policygaldownloadinitialdelay_l_galdownloadinitialdelay_value", + "displayName": "Maximum possible number of minutes to delay download: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policypreventrun", + "displayName": "Prevent users from running Microsoft Lync", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policypreventrun_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policypreventrun_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysavepassword", + "displayName": "Allow storage of user passwords", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysavepassword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysavepassword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression", + "displayName": "Configure SIP compression mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_l_policysipcompression", + "displayName": "Configure SIP compression mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_l_policysipcompression_0", + "displayName": "Always disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_l_policysipcompression_1", + "displayName": "Always enabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_l_policysipcompression_2", + "displayName": "Based on adaptor speed (default)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_l_policysipcompression_3", + "displayName": "Based on ping round-trip time", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policytrustmodeldata", + "displayName": "Trusted Domain List", + "options": [ + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policytrustmodeldata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policytrustmodeldata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policytrustmodeldata_l_trustmodeldata_value", + "displayName": "Trusted Domains (comma separated list): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_maps_allowofflinemapsdownloadovermeteredconnection", + "displayName": "Allow Offline Maps Download Over Metered Connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_maps_allowofflinemapsdownloadovermeteredconnection_0", + "displayName": "Disabled. Force disable auto-update over metered connection.", + "description": "Disabled. Force disable auto-update over metered connection." + }, + { + "id": "device_vendor_msft_policy_config_maps_allowofflinemapsdownloadovermeteredconnection_1", + "displayName": "Enabled. Force enable auto-update over metered connection.", + "description": "Enabled. Force enable auto-update over metered connection." + }, + { + "id": "device_vendor_msft_policy_config_maps_allowofflinemapsdownloadovermeteredconnection_65535", + "displayName": "Not configured. User's choice.", + "description": "Not configured. User's choice." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_maps_enableofflinemapsautoupdate", + "displayName": "Enable Offline Maps Auto Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_maps_enableofflinemapsautoupdate_0", + "displayName": "Disabled. Force off auto-update.", + "description": "Disabled. Force off auto-update." + }, + { + "id": "device_vendor_msft_policy_config_maps_enableofflinemapsautoupdate_1", + "displayName": "Enabled. Force on auto-update.", + "description": "Enabled. Force on auto-update." + }, + { + "id": "device_vendor_msft_policy_config_maps_enableofflinemapsautoupdate_65535", + "displayName": "Not configured. User's choice.", + "description": "Not configured. User's choice." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_memorydump_allowcrashdump", + "displayName": "Allow Crash Dump", + "options": [ + { + "id": "device_vendor_msft_policy_config_memorydump_allowcrashdump_0", + "displayName": "Block", + "description": "Disable crash dump collection." + }, + { + "id": "device_vendor_msft_policy_config_memorydump_allowcrashdump_1", + "displayName": "Allow", + "description": "Allow crash dump collection." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_memorydump_allowlivedump", + "displayName": "Allow Live Dump", + "options": [ + { + "id": "device_vendor_msft_policy_config_memorydump_allowlivedump_0", + "displayName": "Block", + "description": "Disable live dump collection." + }, + { + "id": "device_vendor_msft_policy_config_memorydump_allowlivedump_1", + "displayName": "Allow", + "description": "Allow live dump collection." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_messaging_allowmessagesync", + "displayName": "Allow Message Sync", + "options": [ + { + "id": "device_vendor_msft_policy_config_messaging_allowmessagesync_0", + "displayName": "message sync is not allowed and cannot be changed by the user.", + "description": "message sync is not allowed and cannot be changed by the user." + }, + { + "id": "device_vendor_msft_policy_config_messaging_allowmessagesync_1", + "displayName": "message sync is allowed. The user can change this setting.", + "description": "message sync is allowed. The user can change this setting." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder", + "displayName": "Configure the location of the browser executable folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_browserexecutablefolderdesc", + "displayName": "Set value name to the Application User Model ID or the executable file name. You can use the \"*\" wildcard as value name to apply to all applications. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_browserexecutablefolderdesc_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_browserexecutablefolderdesc_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference", + "displayName": "Set the release channel search order preference", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_releasechannelpreferencedesc", + "displayName": "Set value name to the Application User Model ID or the executable file name. You can use the \"*\" wildcard as value name to apply to all applications. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_releasechannelpreferencedesc_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_releasechannelpreferencedesc_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_2", + "displayName": "Retrieve configurations and experiments", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_1", + "displayName": "Retrieve configurations only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_0", + "displayName": "Disable communication with the Experimentation and Configuration Service", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_forcepermissionpolicyunloaddefaultenabled", + "displayName": "Controls whether unload event handlers can be disabled.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_forcepermissionpolicyunloaddefaultenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_forcepermissionpolicyunloaddefaultenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist", + "displayName": "HTTP Allowlist", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_httpallowlistdesc", + "displayName": "HTTP Allowlist (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_httpallowlistdesc_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_httpallowlistdesc_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newbaseurlinheritancebehaviorallowed", + "displayName": "Allows enabling the feature NewBaseUrlInheritanceBehavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newbaseurlinheritancebehaviorallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newbaseurlinheritancebehaviorallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list", + "displayName": "Enable built-in PDF reader powered by Adobe Acrobat for WebView2", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_newpdfreaderwebview2listdesc", + "displayName": "Set value name to the Application User Model ID or the executable file name. You can use the \"*\" wildcard as value name to apply to all applications. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_newpdfreaderwebview2listdesc_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_newpdfreaderwebview2listdesc_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_rsakeyusageforlocalanchorsenabled", + "displayName": "Check RSA key usage for server certificates issued by local trust anchors", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_rsakeyusageforlocalanchorsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_rsakeyusageforlocalanchorsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowdeletingbrowserhistory", + "displayName": "Enable deleting browser and download history", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowdeletingbrowserhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowdeletingbrowserhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowfileselectiondialogs", + "displayName": "Allow file selection dialogs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowfileselectiondialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowfileselectiondialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_alwaysopenpdfexternally", + "displayName": "Always open PDF files externally", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_alwaysopenpdfexternally_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_alwaysopenpdfexternally_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_applicationlocalevalue", + "displayName": "Set application locale", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_applicationlocalevalue_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_applicationlocalevalue_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_applicationlocalevalue_applicationlocalevalue", + "displayName": "Application locale (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowed", + "displayName": "Allow or block audio capture", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowedurls", + "displayName": "Sites that can access audio capture devices without requesting permission", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowedurls_audiocaptureallowedurlsdesc", + "displayName": "Sites that can access audio capture devices without requesting permission (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofilladdressenabled", + "displayName": "Enable AutoFill for addresses", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofilladdressenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofilladdressenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofillcreditcardenabled", + "displayName": "Enable AutoFill for payment instruments", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofillcreditcardenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofillcreditcardenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun", + "displayName": "Automatically import another browser's data and settings at first run", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun", + "displayName": "Automatically import another browser's data and settings at first run (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_0", + "displayName": "Automatically imports all supported datatypes and settings from the default browser", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_1", + "displayName": "Automatically imports all supported datatypes and settings from Internet Explorer", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_2", + "displayName": "Automatically imports all supported datatypes and settings from Google Chrome", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_3", + "displayName": "Automatically imports all supported datatypes and settings from Safari", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_4", + "displayName": "Disables automatic import, and the import section of the first-run experience is skipped", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_backgroundmodeenabled", + "displayName": "Continue running background apps after Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_backgroundmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_backgroundmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_blockthirdpartycookies", + "displayName": "Block third party cookies", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_blockthirdpartycookies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_blockthirdpartycookies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browseraddprofileenabled", + "displayName": "Enable profile creation from the Identity flyout menu or the Settings page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browseraddprofileenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browseraddprofileenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browserguestmodeenabled", + "displayName": "Enable guest mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browserguestmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browserguestmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsernetworktimequeriesenabled", + "displayName": "Allow queries to a Browser Network Time service", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsernetworktimequeriesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsernetworktimequeriesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin", + "displayName": "Browser sign-in settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_browsersignin", + "displayName": "Browser sign-in settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_browsersignin_0", + "displayName": "Disable browser sign-in", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_browsersignin_1", + "displayName": "Enable browser sign-in", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_browsersignin_2", + "displayName": "Force users to sign-in to use the browser", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_builtindnsclientenabled", + "displayName": "Use built-in DNS client", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_builtindnsclientenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_builtindnsclientenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforcas", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforcas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforcas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforcas_certificatetransparencyenforcementdisabledforcasdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforlegacycas", + "displayName": "Disable Certificate Transparency enforcement for a list of legacy certificate authorities", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforlegacycas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforlegacycas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforlegacycas_certificatetransparencyenforcementdisabledforlegacycasdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of legacy certificate authorities (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforurls", + "displayName": "Disable Certificate Transparency enforcement for specific URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforurls_certificatetransparencyenforcementdisabledforurlsdesc", + "displayName": "Disable Certificate Transparency enforcement for specific URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_componentupdatesenabled", + "displayName": "Enable component updates in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_componentupdatesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_componentupdatesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configuredonottrack", + "displayName": "Configure Do Not Track", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configuredonottrack_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configuredonottrack_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configureonlinetexttospeech", + "displayName": "Configure Online Text To Speech", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configureonlinetexttospeech_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configureonlinetexttospeech_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability", + "displayName": "Control where developer tools can be used", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_developertoolsavailability", + "displayName": "Control where developer tools can be used (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_developertoolsavailability_0", + "displayName": "Block the developer tools on extensions installed by enterprise policy, allow in other contexts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_developertoolsavailability_1", + "displayName": "Allow using the developer tools", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_developertoolsavailability_2", + "displayName": "Don't allow using the developer tools", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disable3dapis", + "displayName": "Disable support for 3D graphics APIs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disable3dapis_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disable3dapis_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disablescreenshots", + "displayName": "Disable taking screenshots", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disablescreenshots_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disablescreenshots_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachedir", + "displayName": "Set disk cache directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachedir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachedir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachedir_diskcachedir", + "displayName": "Set disk cache directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachesize", + "displayName": "Set disk cache size, in bytes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachesize_diskcachesize", + "displayName": "Set disk cache size: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloaddirectory", + "displayName": "Set download directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloaddirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloaddirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloaddirectory_downloaddirectory", + "displayName": "Set download directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions", + "displayName": "Allow download restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions", + "displayName": "Download restrictions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_1", + "displayName": "Block dangerous downloads", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_2", + "displayName": "Block potentially dangerous downloads", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_editfavoritesenabled", + "displayName": "Allows users to edit favorites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_editfavoritesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_editfavoritesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledeprecatedwebplatformfeatures", + "displayName": "Re-enable deprecated web platform features for a limited time", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledeprecatedwebplatformfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledeprecatedwebplatformfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledeprecatedwebplatformfeatures_enabledeprecatedwebplatformfeaturesdesc", + "displayName": "Re-enable deprecated web platform features for a limited time (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledomainactionsdownload", + "displayName": "Enable Domain Actions Download from Microsoft (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledomainactionsdownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledomainactionsdownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enableonlinerevocationchecks", + "displayName": "Enable online OCSP/CRL checks", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enableonlinerevocationchecks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enableonlinerevocationchecks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_2", + "displayName": "Retrieve configurations and experiments", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_1", + "displayName": "Retrieve configurations only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_0", + "displayName": "Disable communication with the Experimentation and Configuration Service", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_favoritesbarenabled", + "displayName": "Enable favorites bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_favoritesbarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_favoritesbarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch", + "displayName": "Enforce Bing SafeSearch", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_forcebingsafesearch", + "displayName": "Enforce Bing SafeSearch (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_forcebingsafesearch_0", + "displayName": "Don't configure search restrictions in Bing", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_forcebingsafesearch_1", + "displayName": "Configure moderate search restrictions in Bing", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_forcebingsafesearch_2", + "displayName": "Configure strict search restrictions in Bing", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceephemeralprofiles", + "displayName": "Enable use of ephemeral profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceephemeralprofiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceephemeralprofiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcegooglesafesearch", + "displayName": "Enforce Google SafeSearch", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcegooglesafesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcegooglesafesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_forceyoutuberestrict_0", + "displayName": "Do not enforce Restricted Mode on YouTube", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_forceyoutuberestrict_1", + "displayName": "Enforce at least Moderate Restricted Mode on YouTube", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_forceyoutuberestrict_2", + "displayName": "Enforce Strict Restricted Mode for YouTube", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_fullscreenallowed", + "displayName": "Allow full screen mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_fullscreenallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_fullscreenallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_hardwareaccelerationmodeenabled", + "displayName": "Use hardware acceleration when available", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_hardwareaccelerationmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_hardwareaccelerationmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importautofillformdata", + "displayName": "Allow importing of autofill form data", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importautofillformdata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importautofillformdata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importfavorites", + "displayName": "Allow importing of favorites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importfavorites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importfavorites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhistory", + "displayName": "Allow importing of browsing history", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhomepage", + "displayName": "Allow importing of home page settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importpaymentinfo", + "displayName": "Allow importing of payment info", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importpaymentinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importpaymentinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsavedpasswords", + "displayName": "Allow importing of saved passwords", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsavedpasswords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsavedpasswords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsearchengine", + "displayName": "Allow importing of search engine settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsearchengine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsearchengine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability", + "displayName": "Configure InPrivate mode availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_inprivatemodeavailability", + "displayName": "Configure InPrivate mode availability (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_inprivatemodeavailability_0", + "displayName": "InPrivate mode available", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_inprivatemodeavailability_1", + "displayName": "InPrivate mode disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_inprivatemodeavailability_2", + "displayName": "InPrivate mode forced", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel", + "displayName": "Configure Internet Explorer integration", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_internetexplorerintegrationlevel", + "displayName": "Configure Internet Explorer integration (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_internetexplorerintegrationlevel_1", + "displayName": "Internet Explorer mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_internetexplorerintegrationlevel_2", + "displayName": "Internet Explorer 11", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_isolateorigins", + "displayName": "Enable site isolation for specific origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_isolateorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_isolateorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_isolateorigins_isolateorigins", + "displayName": "Enable site isolation for specific origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedfavorites", + "displayName": "Configure favorites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedfavorites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedfavorites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedfavorites_managedfavorites", + "displayName": "Configure favorites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedsearchengines", + "displayName": "Manage Search Engines", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedsearchengines_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedsearchengines_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedsearchengines_managedsearchengines", + "displayName": "Manage Search Engines (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_maxconnectionsperproxy", + "displayName": "Maximum number of concurrent connections to the proxy server", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_maxconnectionsperproxy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_maxconnectionsperproxy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_maxconnectionsperproxy_maxconnectionsperproxy", + "displayName": "Maximum number of concurrent connections to the proxy server: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_mediaroutercastallowallips", + "displayName": "Allow Google Cast to connect to Cast devices on all IP addresses", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_mediaroutercastallowallips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_mediaroutercastallowallips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_metricsreportingenabled", + "displayName": "Enable usage and crash-related data reporting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_metricsreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_metricsreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions", + "displayName": "Enable network prediction", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_networkpredictionoptions", + "displayName": "Enable network prediction (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular.\r\n(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_networkpredictionoptions_2", + "displayName": "Don't predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_overridesecurityrestrictionsoninsecureorigin", + "displayName": "Control where security restrictions on insecure origins apply", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_overridesecurityrestrictionsoninsecureorigin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_overridesecurityrestrictionsoninsecureorigin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_overridesecurityrestrictionsoninsecureorigin_overridesecurityrestrictionsoninsecureorigindesc", + "displayName": "Control where security restrictions on insecure origins apply (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_proactiveauthenabled", + "displayName": "Enable Proactive Authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_proactiveauthenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_proactiveauthenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promotionaltabsenabled", + "displayName": "Enable full-tab promotional content", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promotionaltabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promotionaltabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promptfordownloadlocation", + "displayName": "Ask where to save downloaded files", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promptfordownloadlocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promptfordownloadlocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_quicallowed", + "displayName": "Allow QUIC protocol", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_quicallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_quicallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_applicationlocalevalue_recommended", + "displayName": "Set application locale", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_applicationlocalevalue_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_applicationlocalevalue_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_applicationlocalevalue_recommended_applicationlocalevalue", + "displayName": "Application locale (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofilladdressenabled_recommended", + "displayName": "Enable AutoFill for addresses", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofilladdressenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofilladdressenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofillcreditcardenabled_recommended", + "displayName": "Enable AutoFill for credit cards", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofillcreditcardenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofillcreditcardenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_backgroundmodeenabled_recommended", + "displayName": "Continue running background apps after Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_backgroundmodeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_backgroundmodeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_blockthirdpartycookies_recommended", + "displayName": "Block third party cookies", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_blockthirdpartycookies_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_blockthirdpartycookies_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloaddirectory_recommended", + "displayName": "Set download directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloaddirectory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloaddirectory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloaddirectory_recommended_downloaddirectory", + "displayName": "Set download directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended", + "displayName": "Allow download restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions", + "displayName": "Download restrictions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_1", + "displayName": "Block dangerous downloads", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_2", + "displayName": "Block potentially dangerous downloads", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_favoritesbarenabled_recommended", + "displayName": "Enable favorites bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_favoritesbarenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_favoritesbarenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importautofillformdata_recommended", + "displayName": "Allow importing of autofill form data", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importautofillformdata_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importautofillformdata_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importfavorites_recommended", + "displayName": "Allow importing of favorites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importfavorites_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importfavorites_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importhistory_recommended", + "displayName": "Allow importing of browsing history", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importhistory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importhistory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importpaymentinfo_recommended", + "displayName": "Allow importing of payment info", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importpaymentinfo_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importpaymentinfo_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsavedpasswords_recommended", + "displayName": "Allow importing of saved passwords", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsavedpasswords_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsavedpasswords_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsearchengine_recommended", + "displayName": "Allow importing of search engine settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsearchengine_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsearchengine_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended", + "displayName": "Enable network prediction", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_networkpredictionoptions", + "displayName": "Enable network prediction (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular.\r\n(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_networkpredictionoptions_2", + "displayName": "Don't predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_resolvenavigationerrorsusewebservice_recommended", + "displayName": "Enable resolution of navigation errors using a web service", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_resolvenavigationerrorsusewebservice_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_resolvenavigationerrorsusewebservice_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_searchsuggestenabled_recommended", + "displayName": "Enable search suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_searchsuggestenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_searchsuggestenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_syncdisabled_recommended", + "displayName": "Disable synchronization of data using Microsoft sync services", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_syncdisabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_syncdisabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_translateenabled_recommended", + "displayName": "Enable Translate", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_translateenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_translateenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended", + "displayName": "Register protocol handlers", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_registeredprotocolhandlers", + "displayName": "Register protocol handlers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended", + "displayName": "Enable saving passwords to the password manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printheaderfooter_recommended", + "displayName": "Print headers and footers", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printheaderfooter_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printheaderfooter_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended", + "displayName": "Set the system default printer as the default printer", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenenabled_recommended", + "displayName": "Configure Microsoft Defender SmartScreen", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepageisnewtabpage_recommended", + "displayName": "Set the new tab page as the home page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepageisnewtabpage_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepageisnewtabpage_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepagelocation_recommended", + "displayName": "Configure the home page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepagelocation_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepagelocation_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepagelocation_recommended_homepagelocation", + "displayName": "Home page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_newtabpagelocation_recommended", + "displayName": "Configure the new tab page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_newtabpagelocation_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_newtabpagelocation_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_newtabpagelocation_recommended_newtabpagelocation", + "displayName": "New tab page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended", + "displayName": "Action to take on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup", + "displayName": "Action to take on startup (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_5", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartupurls_recommended", + "displayName": "Sites to open when the browser starts", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartupurls_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartupurls_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartupurls_recommended_restoreonstartupurlsdesc", + "displayName": "Sites to open when the browser starts (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_showhomebutton_recommended", + "displayName": "Show Home button on toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_showhomebutton_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_showhomebutton_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification", + "displayName": "Notify a user that a browser restart is recommended or required for pending updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_relaunchnotification", + "displayName": "Notify a user that a browser restart is recommended or required for pending updates (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_relaunchnotification_1", + "displayName": "Recommended - Show a recurring prompt to the user indicating that a restart is recommended", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_relaunchnotification_2", + "displayName": "Required - Show a recurring prompt to the user indicating that a restart is required", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotificationperiod", + "displayName": "Set the time period for update notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotificationperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotificationperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotificationperiod_relaunchnotificationperiod", + "displayName": "Set the time period for update notifications: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_requireonlinerevocationchecksforlocalanchors", + "displayName": "Specify if online OCSP/CRL checks are required for local trust anchors", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_requireonlinerevocationchecksforlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_requireonlinerevocationchecksforlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_resolvenavigationerrorsusewebservice", + "displayName": "Enable resolution of navigation errors using a web service", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_resolvenavigationerrorsusewebservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_resolvenavigationerrorsusewebservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_restrictsignintopattern", + "displayName": "Restrict which accounts can be used to sign in to Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_restrictsignintopattern_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_restrictsignintopattern_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_restrictsignintopattern_restrictsignintopattern", + "displayName": "Restrict which accounts can be used as Microsoft Edge primary accounts (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_runallflashinallowmode", + "displayName": "Extend Adobe Flash content setting to all content", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_runallflashinallowmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_runallflashinallowmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_savingbrowserhistorydisabled", + "displayName": "Disable saving browser history", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_savingbrowserhistorydisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_savingbrowserhistorydisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_searchsuggestenabled", + "displayName": "Enable search suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_searchsuggestenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_searchsuggestenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_securitykeypermitattestation", + "displayName": "Websites or domains that don't need permission to use direct Security Key attestation", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_securitykeypermitattestation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_securitykeypermitattestation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_securitykeypermitattestation_securitykeypermitattestationdesc", + "displayName": "Websites or domains that don't need permission to use direct Security Key attestation (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendintranettointernetexplorer", + "displayName": "Send all intranet sites to Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendintranettointernetexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendintranettointernetexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendsiteinfotoimproveservices", + "displayName": "Send site information to improve Microsoft services", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendsiteinfotoimproveservices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendsiteinfotoimproveservices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_showofficeshortcutinfavoritesbar", + "displayName": "Show Microsoft Office shortcut in favorites bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_showofficeshortcutinfavoritesbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_showofficeshortcutinfavoritesbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_siteperprocess", + "displayName": "Enable site isolation for every site", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_siteperprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_siteperprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellcheckenabled", + "displayName": "Enable spellcheck", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellcheckenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellcheckenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellchecklanguage", + "displayName": "Enable specific spellcheck languages", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellchecklanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellchecklanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellchecklanguage_spellchecklanguagedesc", + "displayName": "Enable specific spellcheck languages (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslerroroverrideallowed", + "displayName": "Allow users to proceed from the HTTPS warning page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslerroroverrideallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslerroroverrideallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin", + "displayName": "Minimum TLS version enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_sslversionmin", + "displayName": "Minimum SSL version enabled (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_sslversionmin_tls1", + "displayName": "TLS 1.0", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_sslversionmin_tls1.1", + "displayName": "TLS 1.1", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_sslversionmin_tls1.2", + "displayName": "TLS 1.2", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_suppressunsupportedoswarning", + "displayName": "Suppress the unsupported OS warning", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_suppressunsupportedoswarning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_suppressunsupportedoswarning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_syncdisabled", + "displayName": "Disable synchronization of data using Microsoft sync services", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_syncdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_syncdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_tablifecyclesenabled", + "displayName": "Configure tab lifecycles", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_tablifecyclesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_tablifecyclesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_taskmanagerendprocessenabled", + "displayName": "Enable ending processes in the Browser task manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_taskmanagerendprocessenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_taskmanagerendprocessenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_translateenabled", + "displayName": "Enable Translate", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_translateenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_translateenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlallowlist", + "displayName": "Define a list of allowed URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlallowlist_urlallowlistdesc", + "displayName": "Define a list of allowed URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlblocklist", + "displayName": "Block access to a list of URLs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlblocklist_urlblocklistdesc", + "displayName": "Block access to a list of URLs (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userdatadir", + "displayName": "Set the user data directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userdatadir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userdatadir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userdatadir_userdatadir", + "displayName": "Set the user data directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userfeedbackallowed", + "displayName": "Allow user feedback", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userfeedbackallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userfeedbackallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowed", + "displayName": "Allow or block video capture", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowedurls", + "displayName": "Sites that can access video capture devices without requesting permission", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowedurls_videocaptureallowedurlsdesc", + "displayName": "Sites that can access video capture devices without requesting permission (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webdriveroverridesincompatiblepolicies", + "displayName": "Allow WebDriver to Override Incompatible Policies (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webdriveroverridesincompatiblepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webdriveroverridesincompatiblepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling", + "displayName": "Restrict exposure of local IP address by WebRTC", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling", + "displayName": "Restrict exposure of localhost IP address by WebRTC (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling_default", + "displayName": "Allow all interfaces. This exposes the local IP address", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling_default_public_and_private_interfaces", + "displayName": "Allow public and private interfaces over http default route. This exposes the local IP address", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling_default_public_interface_only", + "displayName": "Allow public interface over http default route. This doesn't expose the local IP address", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling_disable_non_proxied_udp", + "displayName": "Use TCP unless proxy server supports UDP. This doesn't expose the local IP address", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtcudpportrange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtcudpportrange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtcudpportrange_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_wpadquickcheckenabled", + "displayName": "Set WPAD optimization", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_wpadquickcheckenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_wpadquickcheckenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_autoselectcertificateforurls", + "displayName": "Automatically select client certificates for these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_autoselectcertificateforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_autoselectcertificateforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_autoselectcertificateforurls_autoselectcertificateforurlsdesc", + "displayName": "Automatically select client certificates for these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesallowedforurls", + "displayName": "Allow cookies on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesallowedforurls_cookiesallowedforurlsdesc", + "displayName": "Allow cookies on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesblockedforurls", + "displayName": "Block cookies on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesblockedforurls_cookiesblockedforurlsdesc", + "displayName": "Block cookies on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiessessiononlyforurls", + "displayName": "Limit cookies from specific websites to the current session", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiessessiononlyforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiessessiononlyforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiessessiononlyforurls_cookiessessiononlyforurlsdesc", + "displayName": "Limit cookies from specific websites to the current session (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting", + "displayName": "Configure cookies", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_defaultcookiessetting", + "displayName": "Configure cookies (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_defaultcookiessetting_1", + "displayName": "Let all sites create cookies", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_defaultcookiessetting_2", + "displayName": "Don't let any site create cookies", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_defaultcookiessetting_4", + "displayName": "Keep cookies for the duration of the session", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting", + "displayName": "Default geolocation setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting", + "displayName": "Default geolocation setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_1", + "displayName": "Allow sites to track users' physical location", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_2", + "displayName": "Don't allow any site to track users' physical location", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_3", + "displayName": "Ask whenever a site wants to track users' physical location", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting", + "displayName": "Default images setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_defaultimagessetting", + "displayName": "Default images setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_defaultimagessetting_1", + "displayName": "Allow all sites to show all images", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_defaultimagessetting_2", + "displayName": "Don't allow any site to show images", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting", + "displayName": "Default JavaScript setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting", + "displayName": "Default JavaScript setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting_1", + "displayName": "Allow all sites to run JavaScript", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting_2", + "displayName": "Don't allow any site to run JavaScript", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting", + "displayName": "Default notification setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_defaultnotificationssetting", + "displayName": "Default notification setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_defaultnotificationssetting_1", + "displayName": "Allow sites to show desktop notifications", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_defaultnotificationssetting_2", + "displayName": "Don't allow any site to show desktop notifications", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_defaultnotificationssetting_3", + "displayName": "Ask every time a site wants to show desktop notifications", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting", + "displayName": "Default Adobe Flash setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_defaultpluginssetting", + "displayName": "Default Adobe Flash setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_defaultpluginssetting_2", + "displayName": "Block the Adobe Flash plugin", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_defaultpluginssetting_3", + "displayName": "Click to play", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting", + "displayName": "Default pop-up window setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_defaultpopupssetting", + "displayName": "Default pop-up window setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_defaultpopupssetting_1", + "displayName": "Allow all sites to show pop-ups", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_defaultpopupssetting_2", + "displayName": "Do not allow any site to show popups", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting_2", + "displayName": "Do not allow any site to request access to Bluetooth devices via the Web Bluetooth API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a nearby Bluetooth device", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting_2", + "displayName": "Do not allow any site to request access to USB devices via the WebUSB API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a connected USB device", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesallowedforurls", + "displayName": "Allow images on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesallowedforurls_imagesallowedforurlsdesc", + "displayName": "Allow images on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesblockedforurls", + "displayName": "Block images on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesblockedforurls_imagesblockedforurlsdesc", + "displayName": "Block images on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptallowedforurls", + "displayName": "Allow JavaScript on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptallowedforurls_javascriptallowedforurlsdesc", + "displayName": "Allow JavaScript on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptblockedforurls", + "displayName": "Block JavaScript on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptblockedforurls_javascriptblockedforurlsdesc", + "displayName": "Block JavaScript on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsallowedforurls", + "displayName": "Allow notifications on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsallowedforurls_notificationsallowedforurlsdesc", + "displayName": "Allow notifications on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsblockedforurls", + "displayName": "Block notifications on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsblockedforurls_notificationsblockedforurlsdesc", + "displayName": "Block notifications on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsallowedforurls", + "displayName": "Allow the Adobe Flash plug-in on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsallowedforurls_pluginsallowedforurlsdesc", + "displayName": "Allow the Adobe Flash plug-in on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsblockedforurls", + "displayName": "Block the Adobe Flash plug-in on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsblockedforurls_pluginsblockedforurlsdesc", + "displayName": "Block the Adobe Flash plug-in on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsallowedforurls", + "displayName": "Allow pop-up windows on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsallowedforurls_popupsallowedforurlsdesc", + "displayName": "Allow pop-up windows on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsblockedforurls", + "displayName": "Block pop-up windows on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsblockedforurls_popupsblockedforurlsdesc", + "displayName": "Block pop-up windows on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusballowdevicesforurls", + "displayName": "Grant access to specific sites to connect to specific USB devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusballowdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusballowdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusballowdevicesforurls_webusballowdevicesforurls", + "displayName": "Grant access to specific sites to connect to specific USB devices (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbaskforurls", + "displayName": "Allow WebUSB on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbaskforurls_webusbaskforurlsdesc", + "displayName": "Allow WebUSB on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbblockedforurls", + "displayName": "Block WebUSB on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbblockedforurls_webusbblockedforurlsdesc", + "displayName": "Block WebUSB on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderenabled", + "displayName": "Enable the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderencodings", + "displayName": "Default search provider encodings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderencodings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderencodings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderencodings_defaultsearchproviderencodingsdesc", + "displayName": "Default search provider encodings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurl", + "displayName": "Specifies the search-by-image feature for the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurl_defaultsearchproviderimageurl", + "displayName": "Specifies the search-by-image feature for the default search provider (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for an image URL that uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurlpostparams_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for an image URL that uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderkeyword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderkeyword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderkeyword_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidername", + "displayName": "Default search provider name", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidername_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidername_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidername_defaultsearchprovidername", + "displayName": "Default search provider name (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersearchurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersearchurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersearchurl_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersuggesturl", + "displayName": "Default search provider URL for suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersuggesturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersuggesturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersuggesturl_defaultsearchprovidersuggesturl", + "displayName": "Default search provider URL for suggestions (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionallowedtypes", + "displayName": "Configure allowed extension types", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionallowedtypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionallowedtypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionallowedtypes_extensionallowedtypesdesc", + "displayName": "Types of extensions/apps that are allowed to be installed (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallallowlist", + "displayName": "Allow specific extensions to be installed", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallallowlist_extensioninstallallowlistdesc", + "displayName": "Extension IDs to exempt from the block list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallblocklist", + "displayName": "Control which extensions cannot be installed", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallblocklist_extensioninstallblocklistdesc", + "displayName": "Extension IDs the user should be prevented from installing (or * for all) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallforcelist", + "displayName": "Control which extensions are installed silently", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallforcelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallforcelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallforcelist_extensioninstallforcelistdesc", + "displayName": "Extension/App IDs and update URLs to be silently installed (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallsources", + "displayName": "Configure extension and user script install sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallsources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallsources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallsources_extensioninstallsourcesdesc", + "displayName": "URL patterns to allow extension, app, and user script installs from (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionsettings", + "displayName": "Configure extension management settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionsettings_extensionsettings", + "displayName": "Configure extension management settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_enablemediarouter", + "displayName": "Enable Google Cast", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_enablemediarouter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_enablemediarouter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_showcasticonintoolbar", + "displayName": "Show the cast icon in the toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_showcasticonintoolbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_showcasticonintoolbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_allowcrossoriginauthprompt", + "displayName": "Allow cross-origin HTTP Basic Auth prompts", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_allowcrossoriginauthprompt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_allowcrossoriginauthprompt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authnegotiatedelegateallowlist", + "displayName": "Specifies a list of servers that Microsoft Edge can delegate user credentials to", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authnegotiatedelegateallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authnegotiatedelegateallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authnegotiatedelegateallowlist_authnegotiatedelegateallowlist", + "displayName": "Specifies a list of servers that Microsoft Edge can delegate user credentials to (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authschemes", + "displayName": "Supported authentication schemes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authschemes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authschemes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authschemes_authschemes", + "displayName": "Supported authentication schemes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authserverallowlist", + "displayName": "Configure list of allowed authentication servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authserverallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authserverallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authserverallowlist_authserverallowlist", + "displayName": "Configure list of allowed authentication servers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_disableauthnegotiatecnamelookup", + "displayName": "Disable CNAME lookup when negotiating Kerberos authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_disableauthnegotiatecnamelookup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_disableauthnegotiatecnamelookup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_enableauthnegotiateport", + "displayName": "Include non-standard port in Kerberos SPN", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_enableauthnegotiateport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_enableauthnegotiateport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingallowlist", + "displayName": "Control which native messaging hosts users can use", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingallowlist_nativemessagingallowlistdesc", + "displayName": "Names of the native messaging hosts to exempt from the block list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingblocklist", + "displayName": "Configure native messaging block list", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingblocklist_nativemessagingblocklistdesc", + "displayName": "Names of the forbidden native messaging hosts (or * for all) (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessaginguserlevelhosts", + "displayName": "Allow user-level native messaging hosts (installed without admin permissions)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessaginguserlevelhosts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessaginguserlevelhosts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordmanagerenabled", + "displayName": "Enable saving passwords to the password manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordmanagerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordmanagerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionchangepasswordurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionchangepasswordurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionchangepasswordurl_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionloginurls", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture fingerprint of password", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionloginurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionloginurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionloginurls_passwordprotectionloginurlsdesc", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture fingerprint of password (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger", + "displayName": "Configure password protection warning trigger", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger", + "displayName": "Configure password protection warning trigger (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_0", + "displayName": "Password protection warning is off", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_1", + "displayName": "Password protection warning is triggered by password reuse", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_defaultprinterselection", + "displayName": "Default printer selection rules", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_defaultprinterselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_defaultprinterselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_defaultprinterselection_defaultprinterselection", + "displayName": "Default printer selection rules (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printheaderfooter", + "displayName": "Print headers and footers", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printheaderfooter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printheaderfooter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printingenabled", + "displayName": "Enable printing", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printpreviewusesystemdefaultprinter", + "displayName": "Set the system default printer as the default printer", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printpreviewusesystemdefaultprinter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printpreviewusesystemdefaultprinter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_usesystemprintdialog", + "displayName": "Print using system print dialog", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_usesystemprintdialog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_usesystemprintdialog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxybypasslist", + "displayName": "Configure proxy bypass rules", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxybypasslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxybypasslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxybypasslist_proxybypasslist", + "displayName": "Comma-separated list of proxy bypass rules (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode", + "displayName": "Configure proxy server settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode", + "displayName": "Configure proxy server settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_direct", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_auto_detect", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_pac_script", + "displayName": "Use a .pac proxy script", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_fixed_servers", + "displayName": "Use fixed proxy servers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_system", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxypacurl", + "displayName": "Set the proxy .pac file URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxypacurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxypacurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxypacurl_proxypacurl", + "displayName": "Set the proxy .pac file URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxyserver", + "displayName": "Configure address or URL of proxy server", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxyserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxyserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxyserver_proxyserver", + "displayName": "Configure address or URL of proxy server (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxysettings", + "displayName": "Proxy settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxysettings_proxysettings", + "displayName": "Proxy settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverride", + "displayName": "Prevent bypassing Microsoft Defender SmartScreen prompts for sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverride_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverride_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverrideforfiles", + "displayName": "Prevent bypassing of Microsoft Defender SmartScreen warnings about downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverrideforfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverrideforfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenallowlistdomains", + "displayName": "Configure the list of domains for which Microsoft Defender SmartScreen won't trigger warnings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenallowlistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenallowlistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenallowlistdomains_smartscreenallowlistdomainsdesc", + "displayName": "Configure the list of domains for which SmartScreen won't trigger warnings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenenabled", + "displayName": "Configure Microsoft Defender SmartScreen", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepageisnewtabpage", + "displayName": "Set the new tab page as the home page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepageisnewtabpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepageisnewtabpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepagelocation", + "displayName": "Configure the home page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepagelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepagelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepagelocation_homepagelocation", + "displayName": "Home page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagehidedefaulttopsites", + "displayName": "Hide the default top sites from the new tab page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagehidedefaulttopsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagehidedefaulttopsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagelocation", + "displayName": "Configure the new tab page URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagelocation_newtabpagelocation", + "displayName": "New tab page URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup", + "displayName": "Action to take on startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup", + "displayName": "Action to take on startup (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_5", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartupurls", + "displayName": "Sites to open when the browser starts", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartupurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartupurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartupurls_restoreonstartupurlsdesc", + "displayName": "Sites to open when the browser starts (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_showhomebutton", + "displayName": "Show Home button on toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_showhomebutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_showhomebutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions", + "displayName": "Allow download restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions", + "displayName": "Download restrictions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_1", + "displayName": "Block malicious downloads and dangerous file types", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_2", + "displayName": "Block potentially dangerous or unwanted downloads and dangerous file types", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_4", + "displayName": "Block malicious downloads", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended", + "displayName": "Allow download restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions", + "displayName": "Download restrictions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_1", + "displayName": "Block malicious downloads and dangerous file types", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_2", + "displayName": "Block potentially dangerous or unwanted downloads and dangerous file types", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_4", + "displayName": "Block malicious downloads", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_adstransparencyenabled", + "displayName": "Configure if the ads transparency feature is enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_adstransparencyenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_adstransparencyenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_hiderestoredialogenabled", + "displayName": "Hide restore pages dialog after browser crash", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_hiderestoredialogenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_hiderestoredialogenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_pdfsecuremode", + "displayName": "Secure mode and Certificate-based Digital Signature validation in native PDF reader", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_pdfsecuremode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_pdfsecuremode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_promptonmultiplematchingcertificates", + "displayName": "Prompt the user to select a certificate when multiple certificates match", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_promptonmultiplematchingcertificates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_promptonmultiplematchingcertificates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting", + "displayName": "Control use of the WebHID API", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_defaultwebhidguardsetting", + "displayName": "Control use of the WebHID API (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_defaultwebhidguardsetting_2", + "displayName": "Do not allow any site to request access to HID devices via the WebHID API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_defaultwebhidguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a HID device", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidaskforurls", + "displayName": "Allow the WebHID API on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidaskforurls_webhidaskforurlsdesc", + "displayName": "Allow the WebHID API on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidblockedforurls", + "displayName": "Block the WebHID API on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidblockedforurls_webhidblockedforurlsdesc", + "displayName": "Block the WebHID API on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_configurekeyboardshortcuts", + "displayName": "Configure the list of commands for which to disable keyboard shortcuts", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_configurekeyboardshortcuts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_configurekeyboardshortcuts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_configurekeyboardshortcuts_configurekeyboardshortcuts", + "displayName": "Configure the list of commands for which to disable keyboard shortcuts (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_edgeassetdeliveryserviceenabled", + "displayName": "Allow features to download assets from the Asset Delivery Service", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_edgeassetdeliveryserviceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_edgeassetdeliveryserviceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_internetexplorermodeenablesavepageas", + "displayName": "Allow Save page as in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_internetexplorermodeenablesavepageas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_internetexplorermodeenablesavepageas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_edgeassetdeliveryserviceenabled_recommended", + "displayName": "Allow features to download assets from the Asset Delivery Service", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_edgeassetdeliveryserviceenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_edgeassetdeliveryserviceenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_sitesafetyservicesenabled_recommended", + "displayName": "Allow users to configure Site safety services", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_sitesafetyservicesenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_sitesafetyservicesenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended~extensions_recommended_controldefaultstateofallowextensionfromotherstoressettingenabled_recommended", + "displayName": "Configure default state of Allow extensions from other stores setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended~extensions_recommended_controldefaultstateofallowextensionfromotherstoressettingenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended~extensions_recommended_controldefaultstateofallowextensionfromotherstoressettingenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_sitesafetyservicesenabled", + "displayName": "Allow users to configure Site safety services", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_sitesafetyservicesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_sitesafetyservicesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~identity_edgedefaultprofileenabled", + "displayName": "Default Profile Setting Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~identity_edgedefaultprofileenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~identity_edgedefaultprofileenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~identity_edgedefaultprofileenabled_edgedefaultprofileenabled", + "displayName": "Default Profile Setting Enabled (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~kioskmode_kioskswipegesturesenabled", + "displayName": "Swipe gestures in Microsoft Edge kiosk mode enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~kioskmode_kioskswipegesturesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~kioskmode_kioskswipegesturesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_networkservicesandboxenabled", + "displayName": "Enable the network service sandbox", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_networkservicesandboxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_networkservicesandboxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_outlookhubmenuenabled", + "displayName": "Allow users to access the Outlook menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_outlookhubmenuenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_outlookhubmenuenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_recommended_outlookhubmenuenabled_recommended", + "displayName": "Allow users to access the Outlook menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_recommended_outlookhubmenuenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_recommended_outlookhubmenuenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_settimeoutwithout1msclampenabled", + "displayName": "Control Javascript setTimeout() function minimum timeout (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_settimeoutwithout1msclampenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_settimeoutwithout1msclampenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_useragentclienthintsgreaseupdateenabled", + "displayName": "Control the User-Agent Client Hints GREASE Update feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_useragentclienthintsgreaseupdateenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_useragentclienthintsgreaseupdateenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge~httpauthentication_allhttpauthschemesallowedfororigins", + "displayName": "List of origins that allow all HTTP authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge~httpauthentication_allhttpauthschemesallowedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge~httpauthentication_allhttpauthschemesallowedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge~httpauthentication_allhttpauthschemesallowedfororigins_allhttpauthschemesallowedfororiginsdesc", + "displayName": "List of origins that allow all HTTP authentication (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_internetexplorerzoomdisplay", + "displayName": "Display zoom in IE Mode tabs with DPI Scale included like it is in Internet Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_internetexplorerzoomdisplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_internetexplorerzoomdisplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_livecaptionsallowed", + "displayName": "Live captions allowed", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_livecaptionsallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_livecaptionsallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_originagentclusterdefaultenabled", + "displayName": "Origin-keyed agent clustering enabled by default", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_originagentclusterdefaultenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_originagentclusterdefaultenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge~identity_guidedswitchenabled", + "displayName": "Guided Switch Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge~identity_guidedswitchenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge~identity_guidedswitchenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_alloweddomainsforapps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_alloweddomainsforapps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_alloweddomainsforapps_alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_askbeforecloseenabled", + "displayName": "Get user confirmation before closing a browser window with multiple tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_askbeforecloseenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_askbeforecloseenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting", + "displayName": "Configure browser process code integrity guard setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_browsercodeintegritysetting", + "displayName": "Configure browser process code integrity guard setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_browsercodeintegritysetting_0", + "displayName": "Do not enable code integrity guard in the browser process.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_browsercodeintegritysetting_1", + "displayName": "Enable code integrity guard audit mode in the browser process.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_browsercodeintegritysetting_2", + "displayName": "Enable code integrity guard enforcement in the browser process.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_doubleclickclosetabenabled", + "displayName": "Double Click feature in Microsoft Edge enabled (only available in China)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_doubleclickclosetabenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_doubleclickclosetabenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_edgeedropenabled", + "displayName": "Enable Drop feature in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_edgeedropenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_edgeedropenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_importoneachlaunch", + "displayName": "Allow import of data from other browsers on each Microsoft Edge launch", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_importoneachlaunch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_importoneachlaunch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_pdfxfaenabled", + "displayName": "XFA support in native PDF reader enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_pdfxfaenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_pdfxfaenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_quicksearchshowminimenu", + "displayName": "Enables Microsoft Edge mini menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_quicksearchshowminimenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_quicksearchshowminimenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_askbeforecloseenabled_recommended", + "displayName": "Get user confirmation before closing a browser window with multiple tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_askbeforecloseenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_askbeforecloseenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_quicksearchshowminimenu_recommended", + "displayName": "Enables Microsoft Edge mini menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_quicksearchshowminimenu_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_quicksearchshowminimenu_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_textpredictionenabled", + "displayName": "Text prediction enabled by default", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_textpredictionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_textpredictionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge~passwordmanager_passwordmanagerrestrictlengthenabled", + "displayName": "Restrict the length of passwords that can be saved in the Password Manager", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge~passwordmanager_passwordmanagerrestrictlengthenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge~passwordmanager_passwordmanagerrestrictlengthenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_exemptfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_exemptfiletypedownloadwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_exemptfiletypedownloadwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_exemptfiletypedownloadwarnings_exemptfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_internetexplorerintegrationalwayswaitforunload", + "displayName": "Wait for Internet Explorer mode tabs to completely unload before ending the browser session", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_internetexplorerintegrationalwayswaitforunload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_internetexplorerintegrationalwayswaitforunload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorproofingenabled", + "displayName": "Spell checking provided by Microsoft Editor", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorproofingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorproofingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorsynonymsenabled", + "displayName": "Synonyms are provided when using Microsoft Editor spell checker", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorsynonymsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorsynonymsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_configurefriendlyurlformat", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_configurefriendlyurlformat_1", + "displayName": "The plain URL without any extra information, such as the page's title. This is the recommended option when this policy is configured. For more information, see the description.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_configurefriendlyurlformat_3", + "displayName": "Titled Hyperlink: A hyperlink that points to the copied URL, but whose visible text is the title of the destination page. This is the Friendly URL format.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_configurefriendlyurlformat_4", + "displayName": "Coming soon. If set, behaves the same as 'Plain URL'.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_unthrottlednestedtimeoutenabled", + "displayName": "JavaScript setTimeout will not be clamped until a higher nesting threshold is set (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_unthrottlednestedtimeoutenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_unthrottlednestedtimeoutenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_internetexplorerintegrationalwaysuseoscapture", + "displayName": "Always use the OS capture engine to avoid issues with capturing Internet Explorer mode tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_internetexplorerintegrationalwaysuseoscapture_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_internetexplorerintegrationalwaysuseoscapture_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeenabled_recommended", + "displayName": "Efficiency mode enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeonpowerenabled_recommended", + "displayName": "Enable efficiency mode when the device is connected to a power source", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeonpowerenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeonpowerenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeenabled", + "displayName": "Efficiency mode enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeonpowerenabled", + "displayName": "Enable efficiency mode when the device is connected to a power source", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeonpowerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeonpowerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~printing_printpdfasimagedefault", + "displayName": "Print PDF as Image Default", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~printing_printpdfasimagedefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~printing_printpdfasimagedefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_enhancesecuritymodebypassintranet", + "displayName": "Enhanced Security Mode configuration for Intranet zone sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_enhancesecuritymodebypassintranet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_enhancesecuritymodebypassintranet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_eventpathenabled", + "displayName": "Re-enable the Event.path API until Microsoft Edge version 115", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_eventpathenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_eventpathenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_internetexplorerintegrationlocalmhtfileallowed", + "displayName": "Allow local MHTML files to open automatically in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_internetexplorerintegrationlocalmhtfileallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_internetexplorerintegrationlocalmhtfileallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_recommended~performance_recommended_performancedetectorenabled_recommended", + "displayName": "Performance Detector Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_recommended~performance_recommended_performancedetectorenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_recommended~performance_recommended_performancedetectorenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_webselectenabled", + "displayName": "Web Select Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_webselectenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_webselectenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlaccess", + "displayName": "Force WebSQL to be enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlnonsecurecontextenabled", + "displayName": "Force WebSQL in non-secure contexts to be enabled (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlnonsecurecontextenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlnonsecurecontextenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~edgeworkspaces_edgeworkspacesenabled", + "displayName": "Enable Workspaces", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~edgeworkspaces_edgeworkspacesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~edgeworkspaces_edgeworkspacesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~identity_linkedaccountenabled", + "displayName": "Enable the linked account feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~identity_linkedaccountenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~identity_linkedaccountenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~performance_performancedetectorenabled", + "displayName": "Performance Detector Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~performance_performancedetectorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~performance_performancedetectorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~startup_restoreonstartupuserurlsenabled", + "displayName": "Allow users to add and remove their own sites during startup when the RestoreOnStartupURLs policy is configured", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~startup_restoreonstartupuserurlsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~startup_restoreonstartupuserurlsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting", + "displayName": "Set the default \"share additional operating system region\" setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_defaultshareadditionalosregionsetting", + "displayName": "'Set the default \"share additional operating system region\" setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_defaultshareadditionalosregionsetting_0", + "displayName": "Limited", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_defaultshareadditionalosregionsetting_1", + "displayName": "Always share the OS Regional format", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_defaultshareadditionalosregionsetting_2", + "displayName": "Never share the OS Regional format", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_encryptedclienthelloenabled", + "displayName": "TLS Encrypted ClientHello Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_encryptedclienthelloenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_encryptedclienthelloenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended", + "displayName": "Set the default \"share additional operating system region\" setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_defaultshareadditionalosregionsetting", + "displayName": "'Set the default \"share additional operating system region\" setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_defaultshareadditionalosregionsetting_0", + "displayName": "Limited", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_defaultshareadditionalosregionsetting_1", + "displayName": "Always share the OS Regional format", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_defaultshareadditionalosregionsetting_2", + "displayName": "Never share the OS Regional format", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge~startup_newtabpageapplauncherenabled", + "displayName": "Hide App Launcher on Microsoft Edge new tab page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge~startup_newtabpageapplauncherenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge~startup_newtabpageapplauncherenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardallowedforurls", + "displayName": "Allow clipboard use on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardallowedforurls_clipboardallowedforurlsdesc", + "displayName": "Allow clipboard use on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardblockedforurls", + "displayName": "Block clipboard use on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardblockedforurls_clipboardblockedforurlsdesc", + "displayName": "Block clipboard use on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting", + "displayName": "Default clipboard site permission", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_defaultclipboardsetting", + "displayName": "Default clipboard site permission (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_defaultclipboardsetting_2", + "displayName": "Do not allow any site to use the clipboard site permission", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_defaultclipboardsetting_3", + "displayName": "Allow sites to ask the user to grant the clipboard site permission", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_microsoftrootstoreenabled", + "displayName": "Determines whether the Microsoft Root Store and built-in certificate verifier will be used to verify server certificates (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_microsoftrootstoreenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_microsoftrootstoreenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowalldevicesforurls", + "displayName": "Allow listed sites to connect to any HID device", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowalldevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowalldevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowalldevicesforurls_webhidallowalldevicesforurlsdesc", + "displayName": "Allow listed sites to connect to any HID device (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdevicesforurls", + "displayName": "Allow listed sites connect to specific HID devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdevicesforurls_webhidallowdevicesforurls", + "displayName": "Allow listed sites connect to specific HID devices (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdeviceswithhidusagesforurls", + "displayName": "Automatically grant permission to these sites to connect to HID devices containing top-level collections with the given HID usage", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdeviceswithhidusagesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdeviceswithhidusagesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdeviceswithhidusagesforurls_webhidallowdeviceswithhidusagesforurls", + "displayName": "Automatically grant permission to these sites to connect to HID devices containing top-level collections with the given HID usage (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_autofillmembershipsenabled", + "displayName": "Save and fill memberships", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_autofillmembershipsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_autofillmembershipsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_autofillmembershipsenabled_recommended", + "displayName": "Save and fill memberships", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_autofillmembershipsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_autofillmembershipsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_searchfiltersenabled_recommended", + "displayName": "Search Filters Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_searchfiltersenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_searchfiltersenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended~printing_recommended_printpreviewstickysettings_recommended", + "displayName": "Configure the sticky print preview settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended~printing_recommended_printpreviewstickysettings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended~printing_recommended_printpreviewstickysettings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended~printing_recommended_printpreviewstickysettings_recommended_printpreviewstickysettings", + "displayName": "Configure the sticky print preview settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchfiltersenabled", + "displayName": "Search Filters Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchfiltersenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchfiltersenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled", + "displayName": "Search in Sidebar enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_searchinsidebarenabled", + "displayName": "Search in Sidebar enabled (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_searchinsidebarenabled_0", + "displayName": "Enable search in sidebar", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_searchinsidebarenabled_1", + "displayName": "Disable search in sidebar for Kids Mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_searchinsidebarenabled_2", + "displayName": "Disable search in sidebar", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsallowedforurls", + "displayName": "Allow multiple automatic downloads in quick succession on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsallowedforurls_automaticdownloadsallowedforurlsdesc", + "displayName": "Allow multiple automatic downloads in quick succession on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsblockedforurls", + "displayName": "Block multiple automatic downloads in quick succession on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsblockedforurls_automaticdownloadsblockedforurlsdesc", + "displayName": "Block multiple automatic downloads in quick succession on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting", + "displayName": "Default automatic downloads setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_defaultautomaticdownloadssetting", + "displayName": "Default automatic downloads setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_defaultautomaticdownloadssetting_1", + "displayName": "Allow all websites to perform automatic downloads", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_defaultautomaticdownloadssetting_2", + "displayName": "Don't allow any website to perform automatic downloads", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~edgeworkspaces_workspacesnavigationsettings", + "displayName": "Configure navigation settings per groups of URLs in Microsoft Edge Workspaces", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~edgeworkspaces_workspacesnavigationsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~edgeworkspaces_workspacesnavigationsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~edgeworkspaces_workspacesnavigationsettings_workspacesnavigationsettings", + "displayName": "Configure navigation settings per groups of URLs in Microsoft Edge Workspaces (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereadergrammartoolsenabled", + "displayName": "Enable Grammar Tools feature within Immersive Reader in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereadergrammartoolsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereadergrammartoolsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereaderpicturedictionaryenabled", + "displayName": "Enable Picture Dictionary feature within Immersive Reader in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereaderpicturedictionaryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereaderpicturedictionaryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~printing_printpreviewstickysettings", + "displayName": "Configure the sticky print preview settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~printing_printpreviewstickysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~printing_printpreviewstickysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~printing_printpreviewstickysettings_printpreviewstickysettings", + "displayName": "Configure the sticky print preview settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_internetexplorermodecleardataonexitenabled", + "displayName": "Clear history for IE and IE mode every time you exit", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_internetexplorermodecleardataonexitenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_internetexplorermodecleardataonexitenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_newpdfreaderenabled", + "displayName": "Microsoft Edge built-in PDF reader powered by Adobe Acrobat enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_newpdfreaderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_newpdfreaderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_recommended_newpdfreaderenabled_recommended", + "displayName": "Microsoft Edge built-in PDF reader powered by Adobe Acrobat enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_recommended_newpdfreaderenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_recommended_newpdfreaderenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_sharedarraybufferunrestrictedaccessallowed", + "displayName": "Specifies whether SharedArrayBuffers can be used in a non cross-origin-isolated context", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_sharedarraybufferunrestrictedaccessallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_sharedarraybufferunrestrictedaccessallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_showacrobatsubscriptionbutton", + "displayName": "Shows button on native PDF viewer in Microsoft Edge that allows users to sign up for Adobe Acrobat subscription", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_showacrobatsubscriptionbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_showacrobatsubscriptionbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_cryptowalletenabled", + "displayName": "Enable CryptoWallet feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_cryptowalletenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_cryptowalletenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_mousegestureenabled", + "displayName": "Mouse Gesture Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_mousegestureenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_mousegestureenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_readaloudenabled", + "displayName": "Enable Read Aloud feature in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_readaloudenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_readaloudenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_restorepdfview", + "displayName": "Restore PDF view", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_restorepdfview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_restorepdfview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_tabservicesenabled", + "displayName": "Enable tab organization suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_tabservicesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_tabservicesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_defaultbrowsersettingscampaignenabled", + "displayName": "Enables default browser settings campaigns", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_defaultbrowsersettingscampaignenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_defaultbrowsersettingscampaignenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_discoverpagecontextenabled", + "displayName": "Enable Discover access to page contents for AAD profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_discoverpagecontextenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_discoverpagecontextenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_enforcelocalanchorconstraintsenabled", + "displayName": "Determines whether the built-in certificate verifier will enforce constraints encoded into trust anchors loaded from the platform trust store (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_enforcelocalanchorconstraintsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_enforcelocalanchorconstraintsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_showdownloadstoolbarbutton", + "displayName": "Show Downloads button on the toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_showdownloadstoolbarbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_showdownloadstoolbarbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_standalonehubssidebarenabled", + "displayName": "Standalone Sidebar Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_standalonehubssidebarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_standalonehubssidebarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_composeinlineenabled", + "displayName": "Compose is enabled for writing on the web", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_composeinlineenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_composeinlineenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeindicatoruienabled", + "displayName": "Manage the indicator UI of the Enhanced Security Mode (ESM) feature in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeindicatoruienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeindicatoruienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeoptoutuxenabled", + "displayName": "Manage opt-out user experience for Enhanced Security Mode (ESM) in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeoptoutuxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeoptoutuxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_recommended_walletdonationenabled_recommended", + "displayName": "Wallet Donation Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_recommended_walletdonationenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_recommended_walletdonationenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_searchforimageenabled", + "displayName": "Search for image enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_searchforimageenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_searchforimageenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_walletdonationenabled", + "displayName": "Wallet Donation Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_walletdonationenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_walletdonationenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenabled", + "displayName": "Microsoft Edge management enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenrollmenttoken", + "displayName": "Microsoft Edge management enrollment token", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenrollmenttoken_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenrollmenttoken_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenrollmenttoken_edgemanagementenrollmenttoken", + "displayName": "Microsoft Edge management enrollment token (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementextensionsfeedbackenabled", + "displayName": "Microsoft Edge management extensions feedback enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementextensionsfeedbackenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementextensionsfeedbackenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_recommended~performance_recommended_pinbrowseressentialstoolbarbutton_recommended", + "displayName": "Pin browser essentials toolbar button", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_recommended~performance_recommended_pinbrowseressentialstoolbarbutton_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_recommended~performance_recommended_pinbrowseressentialstoolbarbutton_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_throttlenonvisiblecrossoriginiframesallowed", + "displayName": "Allows enabling throttling of non-visible, cross-origin iframes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_throttlenonvisiblecrossoriginiframesallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_throttlenonvisiblecrossoriginiframesallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting", + "displayName": "Default setting for third-party storage partitioning", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_defaultthirdpartystoragepartitioningsetting", + "displayName": "Default setting for third-party storage partitioning (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_defaultthirdpartystoragepartitioningsetting_1", + "displayName": "Let third-party storage partitioning to be enabled.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_defaultthirdpartystoragepartitioningsetting_2", + "displayName": "Block third-party storage partitioning from being enabled.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_thirdpartystoragepartitioningblockedfororigins", + "displayName": "Block third-party storage partitioning for these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_thirdpartystoragepartitioningblockedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_thirdpartystoragepartitioningblockedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_thirdpartystoragepartitioningblockedfororigins_thirdpartystoragepartitioningblockedfororiginsdesc", + "displayName": "Block third-party storage partitioning for these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~performance_pinbrowseressentialstoolbarbutton", + "displayName": "Pin browser essentials toolbar button", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~performance_pinbrowseressentialstoolbarbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~performance_pinbrowseressentialstoolbarbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_allowsystemnotifications", + "displayName": "Allows system notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_allowsystemnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_allowsystemnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_edgewalletetreeenabled", + "displayName": "Edge Wallet E-Tree Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_edgewalletetreeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_edgewalletetreeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_internetexplorerintegrationzoneidentifiermhtfileallowed", + "displayName": "Automatically open downloaded MHT or MHTML files from the web in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_internetexplorerintegrationzoneidentifiermhtfileallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_internetexplorerintegrationzoneidentifiermhtfileallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended_edgewalletetreeenabled_recommended", + "displayName": "Edge Wallet E-Tree Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended_edgewalletetreeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended_edgewalletetreeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended~edgegames_recommended_gamermodeenabled_recommended", + "displayName": "Enable Gamer Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended~edgegames_recommended_gamermodeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended~edgegames_recommended_gamermodeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarallowed", + "displayName": "Enable the Search bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarisenabledonstartup", + "displayName": "Allow the Search bar at Windows startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarisenabledonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarisenabledonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_showhistorythumbnails", + "displayName": "Show thumbnail images for browsing history", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_showhistorythumbnails_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_showhistorythumbnails_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_splitscreenenabled", + "displayName": "Enable split screen feature in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_splitscreenenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_splitscreenenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_uploadfromphoneenabled", + "displayName": "Enable upload files from phone in Microsoft Edge desktop", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_uploadfromphoneenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_uploadfromphoneenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge~edgegames_gamermodeenabled", + "displayName": "Enable Gamer Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge~edgegames_gamermodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge~edgegames_gamermodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_beforeunloadeventcancelbypreventdefaultenabled", + "displayName": "Control the behavior for the cancel dialog produced by the beforeunload event", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_beforeunloadeventcancelbypreventdefaultenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_beforeunloadeventcancelbypreventdefaultenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcebuiltinpushmessagingclient", + "displayName": "Forces Microsoft Edge to use its built-in WNS push client to connect to the Windows Push Notification Service.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcebuiltinpushmessagingclient_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcebuiltinpushmessagingclient_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcepermissionpolicyunloaddefaultenabled", + "displayName": "Controls whether unload event handlers can be disabled.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcepermissionpolicyunloaddefaultenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcepermissionpolicyunloaddefaultenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_pictureinpictureoverlayenabled", + "displayName": "Enable Picture in Picture overlay feature on supported webpages in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_pictureinpictureoverlayenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_pictureinpictureoverlayenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_recommended~passwordmanager_recommended_passworddeleteonbrowsercloseenabled_recommended", + "displayName": "Prevent passwords from being deleted if any Edge settings is enabled to delete browsing data when Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_recommended~passwordmanager_recommended_passworddeleteonbrowsercloseenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_recommended~passwordmanager_recommended_passworddeleteonbrowsercloseenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_sendmouseeventsdisabledformcontrolsenabled", + "displayName": "Control the new behavior for event dispatching on disabled form controls", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_sendmouseeventsdisabledformcontrolsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_sendmouseeventsdisabledformcontrolsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~contentsettings_dataurlinsvguseenabled", + "displayName": "Data URL support for SVGUseElement", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~contentsettings_dataurlinsvguseenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~contentsettings_dataurlinsvguseenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~network_compressiondictionarytransportenabled", + "displayName": "Enable compression dictionary transport support", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~network_compressiondictionarytransportenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~network_compressiondictionarytransportenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~passwordmanager_passworddeleteonbrowsercloseenabled", + "displayName": "Prevent passwords from being deleted if any Edge settings is enabled to delete browsing data when Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~passwordmanager_passworddeleteonbrowsercloseenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~passwordmanager_passworddeleteonbrowsercloseenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~smartscreen_exemptsmartscreendownloadwarnings", + "displayName": "Disable SmartScreen AppRep based warnings for specified file types on specified domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~smartscreen_exemptsmartscreendownloadwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~smartscreen_exemptsmartscreendownloadwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~smartscreen_exemptsmartscreendownloadwarnings_exemptsmartscreendownloadwarnings", + "displayName": "Disable SmartScreen AppRep based warnings for specified file types on specified domains (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagebingchatenabled", + "displayName": "Disable Bing chat entry-points on Microsoft Edge Enterprise new tab page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagebingchatenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagebingchatenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagecompanylogoenabled", + "displayName": "Hide the company logo on the Microsoft Edge new tab page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagecompanylogoenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagecompanylogoenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge_recommended_organizationalbrandingonworkprofileuienabled_recommended", + "displayName": "Allow the use of your organization's branding assets from M365 on the profile-related UI of a work profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge_recommended_organizationalbrandingonworkprofileuienabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge_recommended_organizationalbrandingonworkprofileuienabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchintranetsitestoworkprofile", + "displayName": "Switch intranet sites to a work profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchintranetsitestoworkprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchintranetsitestoworkprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchsitesoniemodesitelisttoworkprofile", + "displayName": "Switch sites on the IE mode site list to a work profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchsitesoniemodesitelisttoworkprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchsitesoniemodesitelisttoworkprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementpolicyoverridesplatformpolicy", + "displayName": "Microsoft Edge management service policy overrides platform policy.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementpolicyoverridesplatformpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementpolicyoverridesplatformpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementuserpolicyoverridescloudmachinepolicy", + "displayName": "Allow Microsoft Edge management service user policies to override policies set through an enrollment token.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementuserpolicyoverridescloudmachinepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementuserpolicyoverridescloudmachinepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_edge3pserptelemetryenabled", + "displayName": "Edge 3P SERP Telemetry Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_edge3pserptelemetryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_edge3pserptelemetryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_edge3pserptelemetryenabled_recommended", + "displayName": "Edge 3P SERP Telemetry Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_edge3pserptelemetryenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_edge3pserptelemetryenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_organizationlogooverlayonappiconenabled_recommended", + "displayName": "Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_organizationlogooverlayonappiconenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_organizationlogooverlayonappiconenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~identity_recommended_automaticprofileswitchingsitelist_recommended", + "displayName": "Configure the automatic profile switching site list", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~identity_recommended_automaticprofileswitchingsitelist_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~identity_recommended_automaticprofileswitchingsitelist_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~identity_recommended_automaticprofileswitchingsitelist_recommended_automaticprofileswitchingsitelist", + "displayName": "Configure the automatic profile switching site list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~sleepingtabs_recommended_autodiscardsleepingtabsenabled_recommended", + "displayName": "Configure auto discard sleeping tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~sleepingtabs_recommended_autodiscardsleepingtabsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~sleepingtabs_recommended_autodiscardsleepingtabsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_webappsettings", + "displayName": "Web App management settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_webappsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_webappsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_webappsettings_webappsettings", + "displayName": "Web App management settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~identity_automaticprofileswitchingsitelist", + "displayName": "Configure the automatic profile switching site list", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~identity_automaticprofileswitchingsitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~identity_automaticprofileswitchingsitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~identity_automaticprofileswitchingsitelist_automaticprofileswitchingsitelist", + "displayName": "Configure the automatic profile switching site list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~sleepingtabs_autodiscardsleepingtabsenabled", + "displayName": "Configure auto discard sleeping tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~sleepingtabs_autodiscardsleepingtabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~sleepingtabs_autodiscardsleepingtabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_nativehostsexecutableslaunchdirectly", + "displayName": "Force Windows executable Native Messaging hosts to launch directly", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_nativehostsexecutableslaunchdirectly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_nativehostsexecutableslaunchdirectly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_postquantumkeyagreementenabled", + "displayName": "Enable post-quantum key agreement for TLS", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_postquantumkeyagreementenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_postquantumkeyagreementenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~googlecast_edgedisabledialprotocolforcastdiscovery", + "displayName": "Disable DIAL protocol for cast device discovery", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~googlecast_edgedisabledialprotocolforcastdiscovery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~googlecast_edgedisabledialprotocolforcastdiscovery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsenabled", + "displayName": "Enable Related Website Sets", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsoverrides", + "displayName": "Override Related Website Sets.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsoverrides_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsoverrides_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsoverrides_relatedwebsitesetsoverrides", + "displayName": "Override Related Website Sets. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_preventtyposquattingpromptoverride", + "displayName": "Prevent bypassing Edge Website Typo Protection prompts for sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_preventtyposquattingpromptoverride_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_preventtyposquattingpromptoverride_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_typosquattingallowlistdomains", + "displayName": "Configure the list of domains for which Edge Website Typo Protection won't trigger warnings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_typosquattingallowlistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_typosquattingallowlistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_typosquattingallowlistdomains_typosquattingallowlistdomainsdesc", + "displayName": "Configure the list of domains for which Edge Website Typo Protection won't trigger warnings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_aigenthemesenabled", + "displayName": "Enables DALL-E themes generation", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_aigenthemesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_aigenthemesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_enhancesecuritymodeallowuserbypass", + "displayName": "Allow users to bypass Enhanced Security Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_enhancesecuritymodeallowuserbypass_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_enhancesecuritymodeallowuserbypass_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_superdragdropenabled", + "displayName": "Super Drag Drop Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_superdragdropenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_superdragdropenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_urldiagnosticdataenabled", + "displayName": "URL reporting in Edge diagnostic data enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_urldiagnosticdataenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_urldiagnosticdataenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_rsakeyusageforlocalanchorsenabled", + "displayName": "Check RSA key usage for server certificates issued by local trust anchors", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_rsakeyusageforlocalanchorsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_rsakeyusageforlocalanchorsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_screencapturewithoutgestureallowedfororigins", + "displayName": "Allow screen capture without prior user gesture", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_screencapturewithoutgestureallowedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_screencapturewithoutgestureallowedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_screencapturewithoutgestureallowedfororigins_screencapturewithoutgestureallowedfororiginsdesc", + "displayName": "Allow screen capture without prior user gesture (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting", + "displayName": "Default Window Management permission setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_defaultwindowmanagementsetting", + "displayName": "Default Window Management permission setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_defaultwindowmanagementsetting_2", + "displayName": "Denies the Window Management permission on all sites by default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_defaultwindowmanagementsetting_3", + "displayName": "Ask every time a site wants obtain the Window Management permission", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementallowedforurls", + "displayName": "Allow Window Management permission on specified sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementallowedforurls_windowmanagementallowedforurlsdesc", + "displayName": "Allow Window Management permission on specified sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementblockedforurls", + "displayName": "Block Window Management permission on specified sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementblockedforurls_windowmanagementblockedforurlsdesc", + "displayName": "Block Window Management permission on specified sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensioninstalltypeblocklist", + "displayName": "Blocklist for extension install types", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensioninstalltypeblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensioninstalltypeblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensioninstalltypeblocklist_extensioninstalltypeblocklistdesc", + "displayName": "Blocklist for extension install types (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability", + "displayName": "Control Manifest v2 extension availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability", + "displayName": "Control Manifest v2 extension availability (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability_0", + "displayName": "Default browser behavior", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability_1", + "displayName": "Manifest v2 is disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability_2", + "displayName": "Manifest v2 is enabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability_3", + "displayName": "Manifest v2 is enabled for forced extensions only", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotcdppagecontext", + "displayName": "Control Copilot with Commerical Data Protection access to browser context for Microsoft Entra ID profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotcdppagecontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotcdppagecontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotpagecontext", + "displayName": "Control Copilot access to browser context for Microsoft Entra ID profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotpagecontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotpagecontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_mutationeventsenabled", + "displayName": "Enable deprecated/removed Mutation Events", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_mutationeventsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_mutationeventsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_imageeditorserviceenabled", + "displayName": "Enable the Designer for Image Editor feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_imageeditorserviceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_imageeditorserviceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_qrcodegeneratorenabled", + "displayName": "Enable QR Code Generator", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_qrcodegeneratorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_qrcodegeneratorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge~network_zstdcontentencodingenabled", + "displayName": "Enable zstd content encoding support", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge~network_zstdcontentencodingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge~network_zstdcontentencodingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge_internetexplorersetforegroundwhenactive", + "displayName": "Keep the active Microsoft Edge window with an Internet Explorer mode tab always in the foreground.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge_internetexplorersetforegroundwhenactive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge_internetexplorersetforegroundwhenactive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge~identity_proactiveauthworkflowenabled", + "displayName": "Enable proactive authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge~identity_proactiveauthworkflowenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge~identity_proactiveauthworkflowenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_csscustomstatedeprecatedsyntaxenabled", + "displayName": "Controls whether the deprecated :--foo syntax for CSS custom state is enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_csscustomstatedeprecatedsyntaxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_csscustomstatedeprecatedsyntaxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_edgesidebarappurlhostblocklist", + "displayName": "Control which apps cannot be opened in Microsoft Edge sidebar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_edgesidebarappurlhostblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_edgesidebarappurlhostblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_edgesidebarappurlhostblocklist_edgesidebarappurlhostblocklistdesc", + "displayName": "Control which apps cannot be opened in Microsoft Edge sidebar (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128.1~policy~microsoft_edge_applicationboundencryptionenabled", + "displayName": "Enable Application Bound Encryption", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128.1~policy~microsoft_edge_applicationboundencryptionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128.1~policy~microsoft_edge_applicationboundencryptionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings", + "displayName": "Dynamic Code Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_dynamiccodesettings", + "displayName": "Dynamic Code Settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_dynamiccodesettings_0", + "displayName": "Default dynamic code settings", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_dynamiccodesettings_1", + "displayName": "Prevent the browser process from creating dynamic code", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgeopeninsidebarenabled", + "displayName": "Enable open in sidebar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgeopeninsidebarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgeopeninsidebarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgesidebarcustomizeenabled", + "displayName": "Enable sidebar customize", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgesidebarcustomizeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgesidebarcustomizeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_keyboardfocusablescrollersenabled", + "displayName": "Enable keyboard focusable scrollers", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_keyboardfocusablescrollersenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_keyboardfocusablescrollersenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_recommended~downloads_recommended_showdownloadsinsecurewarningsenabled_recommended", + "displayName": "Enable insecure download warnings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_recommended~downloads_recommended_showdownloadsinsecurewarningsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_recommended~downloads_recommended_showdownloadsinsecurewarningsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~downloads_showdownloadsinsecurewarningsenabled", + "displayName": "Enable insecure download warnings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~downloads_showdownloadsinsecurewarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~downloads_showdownloadsinsecurewarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings", + "displayName": "Control the availability of developer mode on extensions page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_extensiondevelopermodesettings", + "displayName": "Control the availability of developer mode on extensions page (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_extensiondevelopermodesettings_0", + "displayName": "Allow the usage of developer mode on extensions page", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_extensiondevelopermodesettings_1", + "displayName": "Do not allow the usage of developer mode on extensions page", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensionextendedbackgroundlifetimeforportconnectionstourls", + "displayName": "Configure a list of origins that grant an extended background lifetime to connecting extensions.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensionextendedbackgroundlifetimeforportconnectionstourls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensionextendedbackgroundlifetimeforportconnectionstourls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensionextendedbackgroundlifetimeforportconnectionstourls_extensionextendedbackgroundlifetimeforportconnectionstourlsdesc", + "displayName": "Configure a list of origins that grant an extended background lifetime to connecting extensions. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended", + "displayName": "Action to take on Microsoft Edge startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup", + "displayName": "Action to take on Microsoft Edge startup (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_5", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_6", + "displayName": "Open a list of URLs and restore the last session", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup", + "displayName": "Action to take on Microsoft Edge startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup", + "displayName": "Action to take on Microsoft Edge startup (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_5", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_6", + "displayName": "Open a list of URLs and restore the last session", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_adssettingforintrusiveadssites_1", + "displayName": "Allow ads on all sites", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_adssettingforintrusiveadssites_2", + "displayName": "Block ads on sites with intrusive ads. (Default value)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowpopupsduringpageunload", + "displayName": "Allows a page to show popups during its unloading", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowpopupsduringpageunload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowpopupsduringpageunload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowtrackingforurls", + "displayName": "Configure tracking prevention exceptions for specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowtrackingforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowtrackingforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowtrackingforurls_allowtrackingforurlsdesc", + "displayName": "Configure tracking prevention exceptions for specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_autoplayallowed", + "displayName": "Allow media autoplay for websites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_autoplayallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_autoplayallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clearbrowsingdataonexit", + "displayName": "Clear browsing data when Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clearbrowsingdataonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clearbrowsingdataonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clickonceenabled", + "displayName": "Allow users to open files using the ClickOnce protocol", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clickonceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clickonceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_commandlineflagsecuritywarningsenabled", + "displayName": "Enable security warnings for command-line flags", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_commandlineflagsecuritywarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_commandlineflagsecuritywarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_directinvokeenabled", + "displayName": "Allow users to open files using the DirectInvoke protocol", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_directinvokeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_directinvokeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_edgecollectionsenabled", + "displayName": "Enable the Collections feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_edgecollectionsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_edgecollectionsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_enterprisehardwareplatformapienabled", + "displayName": "Allow managed extensions to use the Enterprise Hardware Platform API", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_enterprisehardwareplatformapienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_enterprisehardwareplatformapienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_forcenetworkinprocess", + "displayName": "Force networking code to run in the browser process", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_forcenetworkinprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_forcenetworkinprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_gotointranetsiteforsinglewordentryinaddressbar", + "displayName": "Force direct intranet site navigation instead of searching on single word entries in the Address Bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_gotointranetsiteforsinglewordentryinaddressbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_gotointranetsiteforsinglewordentryinaddressbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_importbrowsersettings", + "displayName": "Allow importing of browser settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_importbrowsersettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_importbrowsersettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_internetexplorerintegrationsitelist", + "displayName": "Configure the Enterprise Mode Site List", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_internetexplorerintegrationsitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_internetexplorerintegrationsitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_internetexplorerintegrationsitelist_internetexplorerintegrationsitelist", + "displayName": "Configure the Enterprise Mode Site List (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_nonremovableprofileenabled", + "displayName": "Configure whether a user always has a default profile automatically signed in with their work or school account", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_nonremovableprofileenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_nonremovableprofileenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_clearbrowsingdataonexit_recommended", + "displayName": "Clear browsing data when Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_clearbrowsingdataonexit_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_clearbrowsingdataonexit_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_importbrowsersettings_recommended", + "displayName": "Allow importing of browser settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_importbrowsersettings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_importbrowsersettings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenfortrusteddownloadsenabled_recommended", + "displayName": "Force Microsoft Defender SmartScreen checks on downloads from trusted sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenfortrusteddownloadsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenfortrusteddownloadsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_renderercodeintegrityenabled", + "displayName": "Enable renderer code integrity", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_renderercodeintegrityenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_renderercodeintegrityenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_signedhttpexchangeenabled", + "displayName": "Enable Signed HTTP Exchange (SXG) support", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_signedhttpexchangeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_signedhttpexchangeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_spellchecklanguageblocklist", + "displayName": "Force disable spellcheck languages", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_spellchecklanguageblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_spellchecklanguageblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_spellchecklanguageblocklist_spellchecklanguageblocklistdesc", + "displayName": "Force disable spellcheck languages (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention", + "displayName": "Block tracking of users' web-browsing activity", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention", + "displayName": "Block tracking of users' web-browsing activity (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention_0", + "displayName": "Off (no tracking prevention)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention_1", + "displayName": "Basic (blocks harmful trackers, content and ads will be personalized)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention_2", + "displayName": "Balanced (blocks harmful trackers and trackers from sites user has not visited; content and ads will be less personalized)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention_3", + "displayName": "Strict (blocks harmful trackers and majority of trackers from all sites; content and ads will have minimal personalization. Some parts of sites might not work)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge~smartscreen_smartscreenfortrusteddownloadsenabled", + "displayName": "Force Microsoft Defender SmartScreen checks on downloads from trusted sources", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge~smartscreen_smartscreenfortrusteddownloadsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge~smartscreen_smartscreenfortrusteddownloadsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_allowsyncxhrinpagedismissal", + "displayName": "Allow pages to send synchronous XHR requests during page dismissal", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_allowsyncxhrinpagedismissal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_allowsyncxhrinpagedismissal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_backgroundtemplatelistupdatesenabled", + "displayName": "Enables background updates to the list of available templates for Collections and other features that use templates", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_backgroundtemplatelistupdatesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_backgroundtemplatelistupdatesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_customhelplink", + "displayName": "Specify custom help link", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_customhelplink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_customhelplink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_customhelplink_customhelplink", + "displayName": "Specify custom help link (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_externalprotocoldialogshowalwaysopencheckbox", + "displayName": "Show an \"Always open\" checkbox in external protocol dialog", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_externalprotocoldialogshowalwaysopencheckbox_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_externalprotocoldialogshowalwaysopencheckbox_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_hstspolicybypasslist", + "displayName": "Configure the list of names that will bypass the HSTS policy check", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_hstspolicybypasslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_hstspolicybypasslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_hstspolicybypasslist_hstspolicybypasslistdesc", + "displayName": "Configure the list of names that will bypass the HSTS policy check (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_importopentabs", + "displayName": "Allow importing of open tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_importopentabs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_importopentabs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended_importopentabs_recommended", + "displayName": "Allow importing of open tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended_importopentabs_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended_importopentabs_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagemanagedquicklinks_recommended", + "displayName": "Set new tab page quick links", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagemanagedquicklinks_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagemanagedquicklinks_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagemanagedquicklinks_recommended_newtabpagemanagedquicklinks", + "displayName": "Set new tab page quick links (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended", + "displayName": "Configure the Microsoft Edge new tab page experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_newtabpagesetfeedtype", + "displayName": "New tab page experience (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_newtabpagesetfeedtype_0", + "displayName": "Microsoft News feed experience", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_newtabpagesetfeedtype_1", + "displayName": "Office 365 feed experience", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_tabfreezingenabled", + "displayName": "Allow freezing of background tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_tabfreezingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_tabfreezingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagecompanylogo", + "displayName": "Set new tab page company logo (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagecompanylogo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagecompanylogo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagecompanylogo_newtabpagecompanylogo", + "displayName": "New tab page company logo (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagemanagedquicklinks", + "displayName": "Set new tab page quick links", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagemanagedquicklinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagemanagedquicklinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagemanagedquicklinks_newtabpagemanagedquicklinks", + "displayName": "Set new tab page quick links (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype", + "displayName": "Configure the Microsoft Edge new tab page experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_newtabpagesetfeedtype", + "displayName": "New tab page experience (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_newtabpagesetfeedtype_0", + "displayName": "Microsoft News feed experience", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_newtabpagesetfeedtype_1", + "displayName": "Office 365 feed experience", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_alternateerrorpagesenabled", + "displayName": "Suggest similar pages when a webpage can’t be found", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_alternateerrorpagesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_alternateerrorpagesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_dnsinterceptionchecksenabled", + "displayName": "DNS interception checks enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_dnsinterceptionchecksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_dnsinterceptionchecksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_hidefirstrunexperience", + "displayName": "Hide the First-run experience and splash screen", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_hidefirstrunexperience_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_hidefirstrunexperience_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_paymentmethodqueryenabled", + "displayName": "Allow websites to query for available payment methods", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_paymentmethodqueryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_paymentmethodqueryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_personalizationreportingenabled", + "displayName": "Allow personalization of ads, search and news by sending browsing history to Microsoft", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_personalizationreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_personalizationreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_pinningwizardallowed", + "displayName": "Allow Pin to taskbar wizard", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_pinningwizardallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_pinningwizardallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended_alternateerrorpagesenabled_recommended", + "displayName": "Suggest similar pages when a webpage can’t be found", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended_alternateerrorpagesenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended_alternateerrorpagesenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenpuaenabled_recommended", + "displayName": "Configure Microsoft Defender SmartScreen to block potentially unwanted apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenpuaenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenpuaenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_totalmemorylimitmb", + "displayName": "Set limit on megabytes of memory a single Microsoft Edge instance can use.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_totalmemorylimitmb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_totalmemorylimitmb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_totalmemorylimitmb_totalmemorylimitmb", + "displayName": "Set memory limit for Microsoft Edge instances: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webappinstallforcelist", + "displayName": "Configure list of force-installed Web Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webappinstallforcelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webappinstallforcelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webappinstallforcelist_webappinstallforcelist", + "displayName": "URLs for Web Apps to be silently installed. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webcomponentsv0enabled", + "displayName": "Re-enable Web Components v0 API until M84. (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webcomponentsv0enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webcomponentsv0enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webrtclocalipsallowedurls", + "displayName": "Manage exposure of local IP addressess by WebRTC", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webrtclocalipsallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webrtclocalipsallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webrtclocalipsallowedurls_webrtclocalipsallowedurlsdesc", + "displayName": "Manage exposure of local IP addressess by WebRTC (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting_2", + "displayName": "Do not allow any site to load blockable mixed content", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting_3", + "displayName": "Allow users to add exceptions to allow blockable mixed content", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentallowedforurls", + "displayName": "Allow insecure content on specified sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentallowedforurls_insecurecontentallowedforurlsdesc", + "displayName": "Allow insecure content on specified sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentblockedforurls", + "displayName": "Block insecure content on specified sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentblockedforurls_insecurecontentblockedforurlsdesc", + "displayName": "Block insecure content on specified sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled", + "displayName": "Enable default legacy SameSite cookie behavior setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled", + "displayName": "Enable default legacy SameSite cookie behavior setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled_1", + "displayName": "Revert to legacy SameSite behavior for cookies on all sites", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled_2", + "displayName": "Use SameSite-by-default behavior for cookies on all sites", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist", + "displayName": "Revert to legacy SameSite behavior for cookies on specified sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_legacysamesitecookiebehaviorenabledfordomainlistdesc", + "displayName": "Revert to legacy SameSite behavior for cookies on specified sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~smartscreen_smartscreenpuaenabled", + "displayName": "Configure Microsoft Defender SmartScreen to block potentially unwanted apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~smartscreen_smartscreenpuaenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~smartscreen_smartscreenpuaenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_addressbarmicrosoftsearchinbingproviderenabled", + "displayName": "Enable Microsoft Search in Bing suggestions in the address bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_addressbarmicrosoftsearchinbingproviderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_addressbarmicrosoftsearchinbingproviderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for InPrivate and Guest profiles", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for InPrivate and Guest profiles (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Enable ambient authentication in regular sessions only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enable ambient authentication in InPrivate and regular sessions", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_2", + "displayName": "Enable ambient authentication in guest and regular sessions", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_3", + "displayName": "Enable ambient authentication in regular, InPrivate and guest sessions", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_audiosandboxenabled", + "displayName": "Allow the audio sandbox to run", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_audiosandboxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_audiosandboxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin", + "displayName": "Configure automatic sign in with an Active Directory domain account when there is no Azure AD domain account", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_configureonpremisesaccountautosignin", + "displayName": "Configure automatic sign in with an Active Directory domain account when there is no Azure AD domain account (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_configureonpremisesaccountautosignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_configureonpremisesaccountautosignin_1", + "displayName": "Sign in and make domain account non-removable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_forcelegacydefaultreferrerpolicy", + "displayName": "Use a default referrer policy of no-referrer-when-downgrade. (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_forcelegacydefaultreferrerpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_forcelegacydefaultreferrerpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_globallyscopehttpauthcacheenabled", + "displayName": "Enable globally scoped HTTP auth cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_globallyscopehttpauthcacheenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_globallyscopehttpauthcacheenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importcookies", + "displayName": "Allow importing of Cookies", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importcookies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importcookies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importextensions", + "displayName": "Allow importing of extensions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importshortcuts", + "displayName": "Allow importing of shortcuts", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importshortcuts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importshortcuts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect", + "displayName": "Specify how \"in-page\" navigations to unconfigured sites behave when started from Internet Explorer mode pages", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_internetexplorerintegrationsiteredirect", + "displayName": "Specify how \"in-page\" navigations to unconfigured sites behave when started from Internet Explorer mode pages (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_internetexplorerintegrationsiteredirect_0", + "displayName": "Default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_internetexplorerintegrationsiteredirect_1", + "displayName": "Keep only automatic navigations in Internet Explorer mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_internetexplorerintegrationsiteredirect_2", + "displayName": "Keep all in-page navigations in Internet Explorer mode", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importcookies_recommended", + "displayName": "Allow importing of Cookies", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importcookies_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importcookies_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importextensions_recommended", + "displayName": "Allow importing of extensions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importextensions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importextensions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importshortcuts_recommended", + "displayName": "Allow importing of shortcuts", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importshortcuts_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importshortcuts_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_strictermixedcontenttreatmentenabled", + "displayName": "Enable stricter treatment for mixed content", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_strictermixedcontenttreatmentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_strictermixedcontenttreatmentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_tls13hardeningforlocalanchorsenabled", + "displayName": "Enable a TLS 1.3 security feature for local trust anchors.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_tls13hardeningforlocalanchorsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_tls13hardeningforlocalanchorsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81identitydiff~policy~microsoft_edge_forcecertificatepromptsonmultiplematches", + "displayName": "Configure whether Microsoft Edge should automatically select a certificate when there are multiple certificate matches for a site configured with \"AutoSelectCertificateForUrls\"", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81identitydiff~policy~microsoft_edge_forcecertificatepromptsonmultiplematches_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev81identitydiff~policy~microsoft_edge_forcecertificatepromptsonmultiplematches_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowsurfgame", + "displayName": "Allow surf game", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowsurfgame_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowsurfgame_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowtokenbindingforurls", + "displayName": "Configure the list of sites for which Microsoft Edge will attempt to establish a Token Binding with.", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowtokenbindingforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowtokenbindingforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowtokenbindingforurls_allowtokenbindingforurlsdesc", + "displayName": "Configure the list of sites for which Microsoft Edge will attempt to establish a Token Binding with. (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_bingadssuppression", + "displayName": "Block all ads on Bing search results", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_bingadssuppression_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_bingadssuppression_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_clearcachedimagesandfilesonexit", + "displayName": "Clear cached images and files when Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_clearcachedimagesandfilesonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_clearcachedimagesandfilesonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare", + "displayName": "Configure the Share experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_configureshare", + "displayName": "Configure the Share experience (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_configureshare_0", + "displayName": "Allow using the Share experience", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_configureshare_1", + "displayName": "Don't allow using the Share experience", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_deletedataonmigration", + "displayName": "Delete old browser data on migration", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_deletedataonmigration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_deletedataonmigration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode", + "displayName": "Control the mode of DNS-over-HTTPS", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_dnsoverhttpsmode", + "displayName": "Control the mode of DNS-over-HTTPS (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_dnsoverhttpsmode_off", + "displayName": "Disable DNS-over-HTTPS", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_dnsoverhttpsmode_automatic", + "displayName": "Enable DNS-over-HTTPS with insecure fallback", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_dnsoverhttpsmode_secure", + "displayName": "Enable DNS-over-HTTPS without insecure fallback", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpstemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpstemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpstemplates_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_familysafetysettingsenabled", + "displayName": "Allow users to configure Family safety", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_familysafetysettingsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_familysafetysettingsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_localprovidersenabled", + "displayName": "Allow suggestions from local providers", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_localprovidersenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_localprovidersenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_clearcachedimagesandfilesonexit_recommended", + "displayName": "Clear cached images and files when Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_clearcachedimagesandfilesonexit_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_clearcachedimagesandfilesonexit_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_localprovidersenabled_recommended", + "displayName": "Allow suggestions from local providers", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_localprovidersenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_localprovidersenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_screencaptureallowed", + "displayName": "Allow or deny screen capture", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_screencaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_screencaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_scrolltotextfragmentenabled", + "displayName": "Enable scrolling to text specified in URL fragments", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_scrolltotextfragmentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_scrolltotextfragmentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_synctypeslistdisabled", + "displayName": "Configure the list of types that are excluded from synchronization", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_synctypeslistdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_synctypeslistdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_synctypeslistdisabled_synctypeslistdisableddesc", + "displayName": "Configure the list of types that are excluded from synchronization (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_appcacheforceenabled", + "displayName": "Allows the AppCache feature to be re-enabled, even if it's turned off by default", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_appcacheforceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_appcacheforceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload", + "displayName": "Require that the Enterprise Mode Site List is available before tab navigation", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_delaynavigationsforinitialsitelistdownload", + "displayName": "Require that the Enterprise Mode Site List is available before tab navigation (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_delaynavigationsforinitialsitelistdownload_0", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_delaynavigationsforinitialsitelistdownload_1", + "displayName": "All eligible navigations", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection", + "displayName": "Configure enhanced hang detection for Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_internetexplorerintegrationenhancedhangdetection", + "displayName": "Configure enhanced hang detection for Internet Explorer mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_internetexplorerintegrationenhancedhangdetection_0", + "displayName": "Enhanced hang detection disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_internetexplorerintegrationenhancedhangdetection_1", + "displayName": "Enhanced hang detection enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_nativewindowocclusionenabled", + "displayName": "Enable Hiding of Native Windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_nativewindowocclusionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_nativewindowocclusionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_navigationdelayforinitialsitelistdownloadtimeout", + "displayName": "Set a timeout for delay of tab navigation for the Enterprise Mode Site List", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_navigationdelayforinitialsitelistdownloadtimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_navigationdelayforinitialsitelistdownloadtimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_navigationdelayforinitialsitelistdownloadtimeout_navigationdelayforinitialsitelistdownloadtimeout", + "displayName": "Set a timeout for delay of tab navigation for the Enterprise Mode Site List: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended_managedsearchengines_recommended", + "displayName": "Manage Search Engines", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended_managedsearchengines_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended_managedsearchengines_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended_managedsearchengines_recommended_managedsearchengines", + "displayName": "Manage Search Engines (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended", + "displayName": "Enable the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended", + "displayName": "Default search provider encodings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_defaultsearchproviderencodingsdesc", + "displayName": "Default search provider encodings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended", + "displayName": "Specifies the search-by-image feature for the default search provider", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_defaultsearchproviderimageurl", + "displayName": "Specifies the search-by-image feature for the default search provider (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended", + "displayName": "Parameters for an image URL that uses POST", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for an image URL that uses POST (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended", + "displayName": "Default search provider keyword", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended", + "displayName": "Default search provider name", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_defaultsearchprovidername", + "displayName": "Default search provider name (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended", + "displayName": "Default search provider search URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended", + "displayName": "Default search provider URL for suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_defaultsearchprovidersuggesturl", + "displayName": "Default search provider URL for suggestions (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_winhttpproxyresolverenabled", + "displayName": "Use Windows proxy resolver (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_winhttpproxyresolverenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_winhttpproxyresolverenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge~applicationguard_applicationguardcontainerproxy", + "displayName": "Application Guard Container Proxy", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge~applicationguard_applicationguardcontainerproxy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge~applicationguard_applicationguardcontainerproxy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge~applicationguard_applicationguardcontainerproxy_applicationguardcontainerproxy", + "displayName": "Application Guard Container Proxy (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autolaunchprotocolsfromorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autolaunchprotocolsfromorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autolaunchprotocolsfromorigins_autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenallowedforurls", + "displayName": "URLs where AutoOpenFileTypes can apply", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenallowedforurls_autoopenallowedforurlsdesc", + "displayName": "URLs where AutoOpenFileTypes can apply (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenfiletypes", + "displayName": "List of file types that should be automatically opened on download", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenfiletypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenfiletypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenfiletypes_autoopenfiletypesdesc", + "displayName": "List of file types that should be automatically opened on download (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_defaultsearchprovidercontextmenuaccessallowed", + "displayName": "Allow default search provider context menu search access", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_defaultsearchprovidercontextmenuaccessallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_defaultsearchprovidercontextmenuaccessallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_enablesha1forlocalanchors", + "displayName": "Allow certificates signed using SHA-1 when issued by local trust anchors (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_enablesha1forlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_enablesha1forlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_exemptdomainfiletypepairsfromfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_exemptdomainfiletypepairsfromfiletypedownloadwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_exemptdomainfiletypepairsfromfiletypedownloadwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_exemptdomainfiletypepairsfromfiletypedownloadwarnings_exemptdomainfiletypepairsfromfiletypedownloadwarningsdesc", + "displayName": "Disable download file type extension-based warnings for specified file types on domains (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_intensivewakeupthrottlingenabled", + "displayName": "Control the IntensiveWakeUpThrottling feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_intensivewakeupthrottlingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_intensivewakeupthrottlingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended", + "displayName": "Configure the new tab page search box experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_newtabpagesearchbox", + "displayName": "New tab page search box experience (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_newtabpagesearchbox_bing", + "displayName": "Search box (Recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_newtabpagesearchbox_redirect", + "displayName": "Address bar", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmonitorallowed_recommended", + "displayName": "Allow users to be alerted if their passwords are found to be unsafe", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmonitorallowed_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmonitorallowed_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~startup_recommended_newtabpageprerenderenabled_recommended", + "displayName": "Enable preload of the new tab page for faster rendering", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~startup_recommended_newtabpageprerenderenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~startup_recommended_newtabpageprerenderenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilelocation", + "displayName": "Set the roaming profile directory", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilelocation_roamingprofilelocation", + "displayName": "Set the roaming profile directory (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilesupportenabled", + "displayName": "Enable using roaming copies for Microsoft Edge profile data", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilesupportenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilesupportenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_tlsciphersuitedenylist", + "displayName": "Specify the TLS cipher suites to disable", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_tlsciphersuitedenylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_tlsciphersuitedenylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_tlsciphersuitedenylist_tlsciphersuitedenylistdesc", + "displayName": "Specify the TLS cipher suites to disable (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox", + "displayName": "Configure the new tab page search box experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_newtabpagesearchbox", + "displayName": "New tab page search box experience (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_newtabpagesearchbox_bing", + "displayName": "Search box (Recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_newtabpagesearchbox_redirect", + "displayName": "Address bar", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~passwordmanager_passwordmonitorallowed", + "displayName": "Allow users to be alerted if their passwords are found to be unsafe", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~passwordmanager_passwordmonitorallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~passwordmanager_passwordmonitorallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~startup_newtabpageprerenderenabled", + "displayName": "Enable preload of the new tab page for faster rendering", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~startup_newtabpageprerenderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~startup_newtabpageprerenderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_collectionsservicesandexportsblocklist", + "displayName": "Block access to a specified list of services and export targets in Collections", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_collectionsservicesandexportsblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_collectionsservicesandexportsblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_collectionsservicesandexportsblocklist_collectionsservicesandexportsblocklistdesc", + "displayName": "Block access to a specified list of services and export targets in Collections (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting", + "displayName": "Default sensors setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_defaultsensorssetting", + "displayName": "Default sensors setting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_defaultsensorssetting_1", + "displayName": "Allow sites to access sensors", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_defaultsensorssetting_2", + "displayName": "Do not allow any site to access sensors", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting", + "displayName": "Control use of the Serial API", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_defaultserialguardsetting", + "displayName": "Control use of the Serial API (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_defaultserialguardsetting_2", + "displayName": "Do not allow any site to request access to serial ports via the Serial API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_defaultserialguardsetting_3", + "displayName": "Allow sites to ask for user permission to access a serial port", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata", + "displayName": "Send required and optional diagnostic data about browser usage", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_diagnosticdata", + "displayName": "Send required and optional diagnostic data about browser usage (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_diagnosticdata_0", + "displayName": "Off (Not recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_diagnosticdata_1", + "displayName": "Required data", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_diagnosticdata_2", + "displayName": "Optional data", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_enterprisemodesitelistmanagerallowed", + "displayName": "Allow access to the Enterprise Mode Site List Manager tool", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_enterprisemodesitelistmanagerallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_enterprisemodesitelistmanagerallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_forcesync", + "displayName": "Force synchronization of browser data and do not show the sync consent prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_forcesync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_forcesync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_insecureformswarningsenabled", + "displayName": "Enable warnings for insecure forms", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_insecureformswarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_insecureformswarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_internetexplorerintegrationtestingallowed", + "displayName": "Allow Internet Explorer mode testing", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_internetexplorerintegrationtestingallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_internetexplorerintegrationtestingallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_savecookiesonexit", + "displayName": "Save cookies when Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_savecookiesonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_savecookiesonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_savecookiesonexit_savecookiesonexitdesc", + "displayName": "Save cookies when Microsoft Edge closes (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsallowedforurls", + "displayName": "Allow access to sensors on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsallowedforurls_sensorsallowedforurlsdesc", + "displayName": "Allow access to sensors on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsblockedforurls", + "displayName": "Block access to sensors on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsblockedforurls_sensorsblockedforurlsdesc", + "displayName": "Block access to sensors on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialaskforurls", + "displayName": "Allow the Serial API on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialaskforurls_serialaskforurlsdesc", + "displayName": "Allow the Serial API on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialblockedforurls", + "displayName": "Block the Serial API on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialblockedforurls_serialblockedforurlsdesc", + "displayName": "Block the Serial API on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_useragentclienthintsenabled", + "displayName": "Enable the User-Agent Client Hints feature (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_useragentclienthintsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_useragentclienthintsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_userdatasnapshotretentionlimit", + "displayName": "Limits the number of user data snapshots retained for use in case of emergency rollback", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_userdatasnapshotretentionlimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_userdatasnapshotretentionlimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_userdatasnapshotretentionlimit_userdatasnapshotretentionlimit", + "displayName": "Limits the number of user data snapshots retained for use in case of emergency rollback: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting_2", + "displayName": "Don't allow any site to request read access to files and directories via the File System API", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting_3", + "displayName": "Allow sites to ask the user to grant read access to files and directories via the File System API", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting_2", + "displayName": "Don't allow any site to request write access to files and directories", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting_3", + "displayName": "Allow sites to ask the user to grant write access to files and directories", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadaskforurls", + "displayName": "Allow read access via the File System API on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadaskforurls_filesystemreadaskforurlsdesc", + "displayName": "Allow read access via the File System API on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadblockedforurls", + "displayName": "Block read access via the File System API on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadblockedforurls_filesystemreadblockedforurlsdesc", + "displayName": "Block read access via the File System API on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteaskforurls", + "displayName": "Allow write access to files and directories on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteaskforurls_filesystemwriteaskforurlsdesc", + "displayName": "Allow write access to files and directories on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteblockedforurls", + "displayName": "Block write access to files and directories on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteblockedforurls_filesystemwriteblockedforurlsdesc", + "displayName": "Block write access to files and directories on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_spotlightexperiencesandrecommendationsenabled", + "displayName": "Choose whether users can receive customized background images and text, suggestions, notifications,\r\nand tips for Microsoft services", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_spotlightexperiencesandrecommendationsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_spotlightexperiencesandrecommendationsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes", + "displayName": "Configure the background types allowed for the new tab page layout", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_newtabpageallowedbackgroundtypes", + "displayName": "New tab page experience (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_newtabpageallowedbackgroundtypes_1", + "displayName": "Disable daily background image type", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_newtabpageallowedbackgroundtypes_2", + "displayName": "Disable custom background image type", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_newtabpageallowedbackgroundtypes_3", + "displayName": "Disable all background image types", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_configurefriendlyurlformat", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_configurefriendlyurlformat_1", + "displayName": "The plain URL without any extra information, such as the page's title. This is the recommended option when this policy is configured. For more information, see the description.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_configurefriendlyurlformat_3", + "displayName": "Titled Hyperlink: A hyperlink that points to the copied URL, but whose visible text is the title of the destination page. This is the Friendly URL format.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_configurefriendlyurlformat_4", + "displayName": "Coming soon. If set, behaves the same as 'Plain URL'.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_edgeshoppingassistantenabled", + "displayName": "Shopping in Microsoft Edge Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_edgeshoppingassistantenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_edgeshoppingassistantenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_hideinternetexplorerredirectuxforincompatiblesitesenabled", + "displayName": "Hide the one-time redirection dialog and the banner on Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_hideinternetexplorerredirectuxforincompatiblesitesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_hideinternetexplorerredirectuxforincompatiblesitesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_edgeshoppingassistantenabled_recommended", + "displayName": "Shopping in Microsoft Edge Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_edgeshoppingassistantenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_edgeshoppingassistantenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended", + "displayName": "Redirect incompatible sites from Internet Explorer to Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_redirectsitesfrominternetexplorerredirectmode", + "displayName": "Redirect incompatible sites from Internet Explorer to Microsoft Edge (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_redirectsitesfrominternetexplorerredirectmode_0", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_redirectsitesfrominternetexplorerredirectmode_1", + "displayName": "Redirect sites based on the incompatible sites sitelist", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordrevealenabled_recommended", + "displayName": "Enable Password reveal button", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordrevealenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordrevealenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerpreventbhoinstall", + "displayName": "Prevent install of the BHO to redirect incompatible sites from Internet Explorer to Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerpreventbhoinstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerpreventbhoinstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode", + "displayName": "Redirect incompatible sites from Internet Explorer to Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_redirectsitesfrominternetexplorerredirectmode", + "displayName": "Redirect incompatible sites from Internet Explorer to Microsoft Edge (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_redirectsitesfrominternetexplorerredirectmode_0", + "displayName": "Disable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_redirectsitesfrominternetexplorerredirectmode_1", + "displayName": "Redirect sites based on the incompatible sites sitelist", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_speechrecognitionenabled", + "displayName": "Configure Speech Recognition", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_speechrecognitionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_speechrecognitionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_webcaptureenabled", + "displayName": "Enable web capture feature in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_webcaptureenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_webcaptureenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskaddressbareditingenabled", + "displayName": "Configure address bar editing for kiosk mode public browsing experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskaddressbareditingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskaddressbareditingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskdeletedownloadsonexit", + "displayName": "Delete files downloaded as part of kiosk session when Microsoft Edge closes", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskdeletedownloadsonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskdeletedownloadsonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~printing_printingpapersizedefault", + "displayName": "Default printing page size", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~printing_printingpapersizedefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~printing_printingpapersizedefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~printing_printingpapersizedefault_printingpapersizedefault", + "displayName": "Default printing page size (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.0.705.23~policy~microsoft_edge_targetblankimpliesnoopener", + "displayName": "Do not set window.opener for links targeting _blank", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.0.705.23~policy~microsoft_edge_targetblankimpliesnoopener_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.0.705.23~policy~microsoft_edge_targetblankimpliesnoopener_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.0.705.23~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled", + "displayName": "Allow Basic authentication for HTTP", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.0.705.23~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.0.705.23~policy~microsoft_edge~httpauthentication_basicauthoverhttpenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended", + "displayName": "Set the background tab inactivity timeout for sleeping tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for sleeping tabs (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_30", + "displayName": "30 seconds of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_300", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_900", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_1800", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_3600", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_7200", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_10800", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_21600", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_43200", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for sleeping tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for sleeping tabs (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_30", + "displayName": "30 seconds of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_300", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_900", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_1800", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_3600", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_7200", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_10800", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_21600", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_43200", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileallowed", + "displayName": "Allow launching of local files in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileextensionallowlist", + "displayName": "Open local files in Internet Explorer mode file extension allow list", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileextensionallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileextensionallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileextensionallowlist_internetexplorerintegrationlocalfileextensionallowlistdesc", + "displayName": "Open local files in Internet Explorer mode file extension allow list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileshowcontextmenu", + "displayName": "Show context menu to open a link in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileshowcontextmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileshowcontextmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior_0", + "displayName": "Use default browser behavior.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior_1", + "displayName": "Disable DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior_2", + "displayName": "Disable DNS interception checks; allow did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior_3", + "displayName": "Allow DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended_showmicrosoftrewards_recommended", + "displayName": "Show Microsoft Rewards experiences", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended_showmicrosoftrewards_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended_showmicrosoftrewards_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~performance_recommended_startupboostenabled_recommended", + "displayName": "Enable startup boost", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~performance_recommended_startupboostenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~performance_recommended_startupboostenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsblockedforurls_recommended", + "displayName": "Block Sleeping Tabs on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsblockedforurls_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsblockedforurls_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsblockedforurls_recommended_sleepingtabsblockedforurlsdesc", + "displayName": "Block Sleeping Tabs on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsenabled_recommended", + "displayName": "Configure Sleeping Tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_300", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_900", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_1800", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_3600", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_7200", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_10800", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_21600", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_43200", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_showmicrosoftrewards", + "displayName": "Show Microsoft Rewards experiences", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_showmicrosoftrewards_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_showmicrosoftrewards_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_verticaltabsallowed", + "displayName": "Configures availability of a vertical layout for tabs on the side of the browser", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_verticaltabsallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_verticaltabsallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webrtcallowlegacytlsprotocols", + "displayName": "Allow legacy TLS/DTLS downgrade in WebRTC (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webrtcallowlegacytlsprotocols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webrtcallowlegacytlsprotocols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetallowed", + "displayName": "Enable the Web widget", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetisenabledonstartup", + "displayName": "Allow the Web widget at Windows startup", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetisenabledonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetisenabledonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~extensions_blockexternalextensions", + "displayName": "Blocks external extensions from being installed", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~extensions_blockexternalextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~extensions_blockexternalextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~performance_startupboostenabled", + "displayName": "Enable startup boost", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~performance_startupboostenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~performance_startupboostenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~printing_printertypedenylist", + "displayName": "Disable printer types on the deny list", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~printing_printertypedenylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~printing_printertypedenylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~printing_printertypedenylist_printertypedenylistdesc", + "displayName": "Disable printer types on the deny list (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsblockedforurls", + "displayName": "Block Sleeping Tabs on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsblockedforurls_sleepingtabsblockedforurlsdesc", + "displayName": "Block Sleeping Tabs on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsenabled", + "displayName": "Configure Sleeping Tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_300", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_900", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_1800", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_3600", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_7200", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_10800", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_21600", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_43200", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_browsingdatalifetime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_browsingdatalifetime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_browsingdatalifetime_browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_definepreferredlanguages", + "displayName": "Define an ordered list of preferred languages that websites should display in if the site supports the language", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_definepreferredlanguages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_definepreferredlanguages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_definepreferredlanguages_definepreferredlanguages", + "displayName": "Define an ordered list of preferred languages that websites should display in if the site supports the language (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_recommended_smartactionsblocklist_recommended", + "displayName": "Block smart actions for a list of services", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_recommended_smartactionsblocklist_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_recommended_smartactionsblocklist_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_recommended_smartactionsblocklist_recommended_smartactionsblocklistdesc", + "displayName": "Block smart actions for a list of services (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_showrecommendationsenabled", + "displayName": "Allow feature recommendations and browser assistance notifications from Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_showrecommendationsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_showrecommendationsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_smartactionsblocklist", + "displayName": "Block smart actions for a list of services", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_smartactionsblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_smartactionsblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_smartactionsblocklist_smartactionsblocklistdesc", + "displayName": "Block smart actions for a list of services (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~manageability_mamenabled", + "displayName": "Mobile App Management Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~manageability_mamenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~manageability_mamenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_any", + "displayName": "Allow printing with and without background graphics", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_enabled", + "displayName": "Allow printing only with background graphics", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_disabled", + "displayName": "Allow printing only without background graphics", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault_enabled", + "displayName": "Enable background graphics printing mode by default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault_disabled", + "displayName": "Disable background graphics printing mode by default", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on shutdown", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_fetchkeepalivedurationsecondsonshutdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_fetchkeepalivedurationsecondsonshutdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_fetchkeepalivedurationsecondsonshutdown_fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on shutdown: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_managedconfigurationperorigin", + "displayName": "Sets managed configuration values for websites to specific origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_managedconfigurationperorigin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_managedconfigurationperorigin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_managedconfigurationperorigin_managedconfigurationperorigin", + "displayName": "Sets managed configuration values for websites to specific origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_quickviewofficefilesenabled", + "displayName": "Manage QuickView Office files capability in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_quickviewofficefilesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_quickviewofficefilesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_recommended~httpauthentication_recommended_windowshelloforhttpauthenabled_recommended", + "displayName": "Windows Hello For HTTP Auth Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_recommended~httpauthentication_recommended_windowshelloforhttpauthenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_recommended~httpauthentication_recommended_windowshelloforhttpauthenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_sslerroroverrideallowedfororigins", + "displayName": "Allow users to proceed from the HTTPS warning page for specific origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_sslerroroverrideallowedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_sslerroroverrideallowedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_sslerroroverrideallowedfororigins_sslerroroverrideallowedfororiginsdesc", + "displayName": "Allow users to proceed from the HTTPS warning page for specific origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~applicationguard_applicationguardfavoritessyncenabled", + "displayName": "Application Guard Favorites Sync Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~applicationguard_applicationguardfavoritessyncenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~applicationguard_applicationguardfavoritessyncenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~httpauthentication_windowshelloforhttpauthenabled", + "displayName": "Windows Hello For HTTP Auth Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~httpauthentication_windowshelloforhttpauthenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~httpauthentication_windowshelloforhttpauthenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode", + "displayName": "Print Rasterization Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_printrasterizationmode", + "displayName": "Print Rasterization Mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_printrasterizationmode_0", + "displayName": "Full page rasterization", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_printrasterizationmode_1", + "displayName": "Avoid rasterization if possible", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_explicitlyallowednetworkports", + "displayName": "Explicitly allowed network ports", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_explicitlyallowednetworkports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_explicitlyallowednetworkports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_explicitlyallowednetworkports_explicitlyallowednetworkportsdesc", + "displayName": "Explicitly allowed network ports (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_importstartuppagesettings", + "displayName": "Allow importing of startup page settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_importstartuppagesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_importstartuppagesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_mathsolverenabled", + "displayName": "Let users snip a Math problem and get the solution with a step-by-step explanation in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_mathsolverenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_mathsolverenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_recommended_importstartuppagesettings_recommended", + "displayName": "Allow importing of startup page settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_recommended_importstartuppagesettings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_recommended_importstartuppagesettings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~applicationguard_applicationguardtrafficidentificationenabled", + "displayName": "Application Guard Traffic Identification", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~applicationguard_applicationguardtrafficidentificationenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~applicationguard_applicationguardtrafficidentificationenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagecontentenabled", + "displayName": "Allow Microsoft News content on the new tab page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagecontentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagecontentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagequicklinksenabled", + "displayName": "Allow quick links on the new tab page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagequicklinksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagequicklinksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_aadwebsitessousingthisprofileenabled", + "displayName": "Single sign-on for work or school sites using this profile enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_aadwebsitessousingthisprofileenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_aadwebsitessousingthisprofileenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault", + "displayName": "Configure Automatic HTTPS", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_automatichttpsdefault", + "displayName": "Configure Automatic HTTPS (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_automatichttpsdefault_0", + "displayName": "Automatic HTTPS functionality is disabled.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_automatichttpsdefault_1", + "displayName": "Navigations delivered over HTTP are switched to HTTPS, only on domains likely to support HTTPS.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_automatichttpsdefault_2", + "displayName": "All navigations delivered over HTTP are switched to HTTPS. Connection errors might occur more often.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_headlessmodeenabled", + "displayName": "Control use of the Headless Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_headlessmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_headlessmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationlocalsitelistexpirationdays", + "displayName": "Specify the number of days that a site remains on the local IE mode site list", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationlocalsitelistexpirationdays_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationlocalsitelistexpirationdays_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationlocalsitelistexpirationdays_internetexplorerintegrationlocalsitelistexpirationdays", + "displayName": "Specify the number of days that a site remains on the local IE mode site list: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationreloadiniemodeallowed", + "displayName": "Allow unconfigured sites to be reloaded in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationreloadiniemodeallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationreloadiniemodeallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_aadwebsitessousingthisprofileenabled_recommended", + "displayName": "Single sign-on for work or school sites using this profile enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_aadwebsitessousingthisprofileenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_aadwebsitessousingthisprofileenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended", + "displayName": "Configure Automatic HTTPS", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_automatichttpsdefault", + "displayName": "Configure Automatic HTTPS (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_automatichttpsdefault_0", + "displayName": "Automatic HTTPS functionality is disabled.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_automatichttpsdefault_1", + "displayName": "Navigations delivered over HTTP are switched to HTTPS, only on domains likely to support HTTPS.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_automatichttpsdefault_2", + "displayName": "All navigations delivered over HTTP are switched to HTTPS. Connection errors might occur more often.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_internetexplorerintegrationreloadiniemodeallowed_recommended", + "displayName": "Allow unconfigured sites to be reloaded in Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_internetexplorerintegrationreloadiniemodeallowed_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_internetexplorerintegrationreloadiniemodeallowed_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowed", + "displayName": "Specifies whether to allow insecure websites to make requests to more-private network endpoints", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowedforurls", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from insecure contexts", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowedforurls_insecureprivatenetworkrequestsallowedforurlsdesc", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from insecure contexts (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_0", + "displayName": "Automatically", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_1", + "displayName": "With device password", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_2", + "displayName": "With custom primary password", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_3", + "displayName": "Autofill off", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_autoplayallowlist", + "displayName": "Allow media autoplay on specific sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_autoplayallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_autoplayallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_autoplayallowlist_autoplayallowlistdesc", + "displayName": "Allow media autoplay on specific sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_cecpq2enabled", + "displayName": "CECPQ2 post-quantum key-agreement enabled for TLS", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_cecpq2enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_cecpq2enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_configureviewinfileexplorer", + "displayName": "Configure the View in File Explorer feature for SharePoint pages in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_configureviewinfileexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_configureviewinfileexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_configureviewinfileexplorer_configureviewinfileexplorer", + "displayName": "Configure the View in File Explorer feature for SharePoint pages in Microsoft Edge (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationcloudsitelist", + "displayName": "Configure the Enterprise Mode Cloud Site List", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationcloudsitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationcloudsitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationcloudsitelist_internetexplorerintegrationcloudsitelist", + "displayName": "Configure the Enterprise Mode Cloud Site List (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationsitelistrefreshinterval", + "displayName": "Configure how frequently the Enterprise Mode Site List is refreshed", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationsitelistrefreshinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationsitelistrefreshinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationsitelistrefreshinterval_internetexplorerintegrationsitelistrefreshinterval", + "displayName": "Configure how frequently the Enterprise Mode Site List is refreshed: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_localbrowserdatashareenabled", + "displayName": "Enable Windows to search local Microsoft Edge browsing data", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_localbrowserdatashareenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_localbrowserdatashareenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_msawebsitessousingthisprofileallowed", + "displayName": "Allow single sign-on for Microsoft sites using this profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_msawebsitessousingthisprofileallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_msawebsitessousingthisprofileallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_localbrowserdatashareenabled_recommended", + "displayName": "Enable Windows to search local Microsoft Edge browsing data", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_localbrowserdatashareenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_localbrowserdatashareenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_msawebsitessousingthisprofileallowed_recommended", + "displayName": "Allow single sign-on for Microsoft sites using this profile", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_msawebsitessousingthisprofileallowed_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_msawebsitessousingthisprofileallowed_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_travelassistanceenabled_recommended", + "displayName": "Enable travel assistance", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_travelassistanceenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_travelassistanceenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended", + "displayName": "Sets layout for printing", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_printingwebpagelayout", + "displayName": "Sets layout for printing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_printingwebpagelayout_0", + "displayName": "Sets layout option as portrait", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_printingwebpagelayout_1", + "displayName": "Sets layout option as landscape", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_relaunchwindow", + "displayName": "Set the time interval for relaunch", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_relaunchwindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_relaunchwindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_relaunchwindow_relaunchwindow", + "displayName": "Relaunch time window (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_remotedebuggingallowed", + "displayName": "Allow remote debugging", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_remotedebuggingallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_remotedebuggingallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_travelassistanceenabled", + "displayName": "Enable travel assistance", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_travelassistanceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_travelassistanceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_tripledesenabled", + "displayName": "Enable 3DES cipher suites in TLS", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_tripledesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_tripledesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting_1", + "displayName": "Allow any site to run JavaScript JIT", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting_2", + "displayName": "Do not allow any site to run JavaScript JIT", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitallowedforsites", + "displayName": "Allow JavaScript to use JIT on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitallowedforsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitallowedforsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitallowedforsites_javascriptjitallowedforsitesdesc", + "displayName": "Allow JavaScript to use JIT on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitblockedforsites", + "displayName": "Block JavaScript from using JIT on these sites", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitblockedforsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitblockedforsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitblockedforsites_javascriptjitblockedforsitesdesc", + "displayName": "Block JavaScript from using JIT on these sites (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_showpdfdefaultrecommendationsenabled", + "displayName": "Allow notifications to set Microsoft Edge as default PDF reader", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_showpdfdefaultrecommendationsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_showpdfdefaultrecommendationsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol", + "displayName": "Configure users ability to override feature flags", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_featureflagoverridescontrol", + "displayName": "Configure users ability to override feature flags (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_featureflagoverridescontrol_2", + "displayName": "Allow users to override feature flags using command line arguments only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_featureflagoverridescontrol_1", + "displayName": "Allow users to override feature flags", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_featureflagoverridescontrol_0", + "displayName": "Prevent users from overriding feature flags", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_implicitsigninenabled", + "displayName": "Enable implicit sign-in", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_implicitsigninenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_implicitsigninenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_oneauthauthenticationenforced", + "displayName": "OneAuth Authentication Flow Enforced for signin", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_oneauthauthenticationenforced_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_oneauthauthenticationenforced_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_passwordgeneratorenabled", + "displayName": "Allow users to get a strong password suggestion whenever they are creating an account online", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_passwordgeneratorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_passwordgeneratorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_0", + "displayName": "Automatically", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_1", + "displayName": "With device password", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout", + "displayName": "Sets layout for printing", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_printingwebpagelayout", + "displayName": "Sets layout for printing (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_printingwebpagelayout_0", + "displayName": "Sets layout option as portrait", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_printingwebpagelayout_1", + "displayName": "Sets layout option as landscape", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge_webrtcrespectosroutingtableenabled", + "displayName": "Enable support for Windows OS routing table rules when making peer to peer connections via WebRTC", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge_webrtcrespectosroutingtableenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge_webrtcrespectosroutingtableenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~applicationguard_applicationguardpassivemodeenabled", + "displayName": "Ignore Application Guard site list configuration and browse Edge normally", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~applicationguard_applicationguardpassivemodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~applicationguard_applicationguardpassivemodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~identity_onlyonpremisesimplicitsigninenabled", + "displayName": "Only on-premises account enabled for implicit sign-in", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~identity_onlyonpremisesimplicitsigninenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~identity_onlyonpremisesimplicitsigninenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_browserlegacyextensionpointsblockingenabled", + "displayName": "Enable browser legacy extension point blocking", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_browserlegacyextensionpointsblockingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_browserlegacyextensionpointsblockingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_crossoriginwebassemblymodulesharingenabled", + "displayName": "Specifies whether WebAssembly modules can be sent cross-origin", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_crossoriginwebassemblymodulesharingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_crossoriginwebassemblymodulesharingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_displaycapturepermissionspolicyenabled", + "displayName": "Specifies whether the display-capture permissions-policy is checked or skipped", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_displaycapturepermissionspolicyenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_displaycapturepermissionspolicyenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenheightadjustment", + "displayName": "Configure the pixel adjustment between window.open heights sourced from IE mode pages vs. Edge mode pages", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenheightadjustment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenheightadjustment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenheightadjustment_internetexplorerintegrationwindowopenheightadjustment", + "displayName": "Configure the pixel adjustment between window.open heights sourced from IE mode pages vs. Edge mode pages: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenwidthadjustment", + "displayName": "Configure the pixel adjustment between window.open widths sourced from IE mode pages vs. Edge mode pages", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenwidthadjustment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenwidthadjustment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenwidthadjustment_internetexplorerintegrationwindowopenwidthadjustment", + "displayName": "Configure the pixel adjustment between window.open widths sourced from IE mode pages vs. Edge mode pages: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended_visualsearchenabled_recommended", + "displayName": "Visual search enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended_visualsearchenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended_visualsearchenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended~smartscreen_recommended_newsmartscreenlibraryenabled_recommended", + "displayName": "Enable new SmartScreen library", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended~smartscreen_recommended_newsmartscreenlibraryenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended~smartscreen_recommended_newsmartscreenlibraryenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior", + "displayName": "Configure ShadowStack crash rollback behavior", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_shadowstackcrashrollbackbehavior", + "displayName": "Configure ShadowStack crash rollback behavior (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_shadowstackcrashrollbackbehavior_0", + "displayName": "Disable Hardware-enforced Stack Protection", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_shadowstackcrashrollbackbehavior_1", + "displayName": "Disable Hardware-enforced Stack Protection until the next Microsoft Edge update", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_shadowstackcrashrollbackbehavior_2", + "displayName": "Enable Hardware-enforced Stack Protection", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_visualsearchenabled", + "displayName": "Visual search enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_visualsearchenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_visualsearchenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~contentsettings_intranetfilelinksenabled", + "displayName": "Allow intranet zone file URL links from Microsoft Edge to open in Windows File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~contentsettings_intranetfilelinksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~contentsettings_intranetfilelinksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~smartscreen_newsmartscreenlibraryenabled", + "displayName": "Enable new SmartScreen library", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~smartscreen_newsmartscreenlibraryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~smartscreen_newsmartscreenlibraryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended", + "displayName": "Configure when efficiency mode should become active", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode", + "displayName": "Configure when efficiency mode should become active (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_0", + "displayName": "Efficiency mode is always active", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_1", + "displayName": "Efficiency mode is never active", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_2", + "displayName": "Efficiency mode is active when the device is unplugged", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_3", + "displayName": "Efficiency mode is active when the device is unplugged and the battery is low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_4", + "displayName": "When the device is unplugged, efficiency mode takes moderate steps to save battery. When the device is unplugged and the battery is low, efficiency mode takes additional steps to save battery.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_5", + "displayName": "When the device is unplugged or unplugged and the battery is low, efficiency mode takes additional steps to save battery.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode", + "displayName": "Configure when efficiency mode should become active", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode", + "displayName": "Configure when efficiency mode should become active (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_0", + "displayName": "Efficiency mode is always active", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_1", + "displayName": "Efficiency mode is never active", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_2", + "displayName": "Efficiency mode is active when the device is unplugged", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_3", + "displayName": "Efficiency mode is active when the device is unplugged and the battery is low", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_4", + "displayName": "When the device is unplugged, efficiency mode takes moderate steps to save battery. When the device is unplugged and the battery is low, efficiency mode takes additional steps to save battery.", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_5", + "displayName": "When the device is unplugged or unplugged and the battery is low, efficiency mode takes additional steps to save battery.", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_audioprocesshighpriorityenabled", + "displayName": "Allow the audio process to run with priority above normal on Windows", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_audioprocesshighpriorityenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_audioprocesshighpriorityenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_autolaunchprotocolscomponentenabled", + "displayName": "AutoLaunch Protocols Component Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_autolaunchprotocolscomponentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_autolaunchprotocolscomponentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_forcesynctypes", + "displayName": "Configure the list of types that are included for synchronization", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_forcesynctypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_forcesynctypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_forcesynctypes_forcesynctypesdesc", + "displayName": "Configure the list of types that are included for synchronization (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes", + "displayName": "Configure whether form data and HTTP headers will be sent when entering or exiting Internet Explorer mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes", + "displayName": "Configure whether form data and HTTP headers will be sent when entering or exiting Internet Explorer mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes_0", + "displayName": "Do not send form data or headers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes_1", + "displayName": "Send form data only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes_2", + "displayName": "Send additional headers only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes_3", + "displayName": "Send form data and additional headers", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorermodetoolbarbuttonenabled", + "displayName": "Show the Reload in Internet Explorer mode button in the toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorermodetoolbarbuttonenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorermodetoolbarbuttonenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended_internetexplorermodetoolbarbuttonenabled_recommended", + "displayName": "Show the Reload in Internet Explorer mode button in the toolbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended_internetexplorermodetoolbarbuttonenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended_internetexplorermodetoolbarbuttonenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended", + "displayName": "Configure when efficiency mode should become active", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode", + "displayName": "Configure when efficiency mode should become active (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_0", + "displayName": "Efficiency mode is always active", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_1", + "displayName": "Efficiency mode is never active", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_2", + "displayName": "Efficiency mode is active when the device is unplugged", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_3", + "displayName": "Efficiency mode is active when the device is unplugged and the battery is low", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~typosquattingchecker_recommended_typosquattingcheckerenabled_recommended", + "displayName": "Configure Edge TyposquattingChecker", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~typosquattingchecker_recommended_typosquattingcheckerenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~typosquattingchecker_recommended_typosquattingcheckerenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_rendererappcontainerenabled", + "displayName": "Enable renderer in app container", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_rendererappcontainerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_rendererappcontainerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_sharedlinksenabled", + "displayName": "Show links shared from Microsoft 365 apps in History", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_sharedlinksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_sharedlinksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~applicationguard_applicationguarduploadblockingenabled", + "displayName": "Prevents files from being uploaded while in Application Guard", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~applicationguard_applicationguarduploadblockingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~applicationguard_applicationguarduploadblockingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode", + "displayName": "Configure when efficiency mode should become active", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode", + "displayName": "Configure when efficiency mode should become active (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode_0", + "displayName": "Efficiency mode is always active", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode_1", + "displayName": "Efficiency mode is never active", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode_2", + "displayName": "Efficiency mode is active when the device is unplugged", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode_3", + "displayName": "Efficiency mode is active when the device is unplugged and the battery is low", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode", + "displayName": "Print PostScript Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_printpostscriptmode", + "displayName": "Print PostScript Mode (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_printpostscriptmode_0", + "displayName": "Default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_printpostscriptmode_1", + "displayName": "Type42", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printrasterizepdfdpi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printrasterizepdfdpi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printrasterizepdfdpi_printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~typosquattingchecker_typosquattingcheckerenabled", + "displayName": "Configure Edge TyposquattingChecker", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~typosquattingchecker_typosquattingcheckerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~typosquattingchecker_typosquattingcheckerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_accessibilityimagelabelsenabled", + "displayName": "Get Image Descriptions from Microsoft Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_accessibilityimagelabelsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_accessibilityimagelabelsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_corsnonwildcardrequestheaderssupport", + "displayName": "CORS non-wildcard request header support enabled (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_corsnonwildcardrequestheaderssupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_corsnonwildcardrequestheaderssupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgediscoverenabled", + "displayName": "Discover feature In Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgediscoverenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgediscoverenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgeenhanceimagesenabled", + "displayName": "Enhance images enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgeenhanceimagesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgeenhanceimagesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_internetexplorermodetabinedgemodeallowed", + "displayName": "Allow sites configured for Internet Explorer mode to open in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_internetexplorermodetabinedgemodeallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_internetexplorermodetabinedgemodeallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_openmicrosoftlinksinedgeenabled", + "displayName": "Always open links from certain Microsoft apps in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_openmicrosoftlinksinedgeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_openmicrosoftlinksinedgeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended_edgediscoverenabled_recommended", + "displayName": "Discover feature In Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended_edgediscoverenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended_edgediscoverenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreendnsrequestsenabled_recommended", + "displayName": "Enable Microsoft Defender SmartScreen DNS requests", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreendnsrequestsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreendnsrequestsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_websqlinthirdpartycontextenabled", + "displayName": "Force WebSQL in third-party contexts to be re-enabled (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_websqlinthirdpartycontextenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_websqlinthirdpartycontextenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowallportsforurls", + "displayName": "Automatically grant sites permission to connect all serial ports", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowallportsforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowallportsforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowallportsforurls_serialallowallportsforurlsdesc", + "displayName": "Automatically grant sites permission to connect all serial ports (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowusbdevicesforurls", + "displayName": "Automatically grant sites permission to connect to USB serial devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowusbdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowusbdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowusbdevicesforurls_serialallowusbdevicesforurls", + "displayName": "Automatically grant sites permission to connect to USB serial devices (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_sameorigintabcaptureallowedbyorigins", + "displayName": "Allow Same Origin Tab capture by these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_sameorigintabcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_sameorigintabcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_sameorigintabcaptureallowedbyorigins_sameorigintabcaptureallowedbyoriginsdesc", + "displayName": "Allow Same Origin Tab capture by these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_screencaptureallowedbyorigins", + "displayName": "Allow Desktop, Window, and Tab capture by these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_screencaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_screencaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_screencaptureallowedbyorigins_screencaptureallowedbyoriginsdesc", + "displayName": "Allow Desktop, Window, and Tab capture by these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_tabcaptureallowedbyorigins", + "displayName": "Allow Tab capture by these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_tabcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_tabcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_tabcaptureallowedbyorigins_tabcaptureallowedbyoriginsdesc", + "displayName": "Allow Tab capture by these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_windowcaptureallowedbyorigins", + "displayName": "Allow Window and Tab capture by these origins", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_windowcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_windowcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_windowcaptureallowedbyorigins_windowcaptureallowedbyoriginsdesc", + "displayName": "Allow Window and Tab capture by these origins (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~smartscreen_smartscreendnsrequestsenabled", + "displayName": "Enable Microsoft Defender SmartScreen DNS requests", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~smartscreen_smartscreendnsrequestsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~smartscreen_smartscreendnsrequestsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_0", + "displayName": "Standard mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_1", + "displayName": "Balanced mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_2", + "displayName": "Strict mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_3", + "displayName": "Basic mode", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_edgefollowenabled", + "displayName": "Enable Follow service in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_edgefollowenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_edgefollowenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_0", + "displayName": "Standard mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_1", + "displayName": "Balanced mode", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_2", + "displayName": "Strict mode", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodebypasslistdomains", + "displayName": "Configure the list of domains for which enhance security mode will not be enforced", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodebypasslistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodebypasslistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodebypasslistdomains_enhancesecuritymodebypasslistdomainsdesc", + "displayName": "Configure the list of domains for which enhance security mode will not be enforced (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodeenforcelistdomains", + "displayName": "Configure the list of domains for which enhance security mode will always be enforced", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodeenforcelistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodeenforcelistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodeenforcelistdomains_enhancesecuritymodeenforcelistdomainsdesc", + "displayName": "Configure the list of domains for which enhance security mode will always be enforced (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_inappsupportenabled", + "displayName": "In-app support Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_inappsupportenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_inappsupportenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_microsoftedgeinsiderpromotionenabled", + "displayName": "Microsoft Edge Insider Promotion Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_microsoftedgeinsiderpromotionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_microsoftedgeinsiderpromotionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_u2fsecuritykeyapienabled", + "displayName": "Allow using the deprecated U2F Security Key API (deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_u2fsecuritykeyapienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_u2fsecuritykeyapienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings", + "displayName": "Print preview sticky settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings", + "displayName": "Print preview sticky settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings_0", + "displayName": "Enable sticky settings for PDF and Webpages", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings_1", + "displayName": "Disable sticky settings for PDF and Webpages", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings_2", + "displayName": "Disable sticky settings for PDF", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings_3", + "displayName": "Disable sticky settings for Webpages", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_addressbareditingenabled", + "displayName": "Configure address bar editing", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_addressbareditingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_addressbareditingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_allowgamesmenu", + "displayName": "Allow users to access the games menu", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_allowgamesmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_allowgamesmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_donotsilentlyblockprotocolsfromorigins", + "displayName": "Define a list of protocols that can not be silently blocked by anti-flood protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_donotsilentlyblockprotocolsfromorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_donotsilentlyblockprotocolsfromorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_donotsilentlyblockprotocolsfromorigins_donotsilentlyblockprotocolsfromorigins", + "displayName": "Define a list of protocols that can not be silently blocked by anti-flood protection (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_hubssidebarenabled", + "displayName": "Show Hubs Sidebar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_hubssidebarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_hubssidebarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudneutralsitesreporting", + "displayName": "Configure reporting of potentially misconfigured neutral site URLs to the M365 Admin Center Site Lists app", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudneutralsitesreporting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudneutralsitesreporting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudneutralsitesreporting_internetexplorerintegrationcloudneutralsitesreporting", + "displayName": "Configure reporting of potentially misconfigured neutral site URLs to the M365 Admin Center Site Lists app (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudusersitesreporting", + "displayName": "Configure reporting of IE Mode user list entries to the M365 Admin Center Site Lists app", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudusersitesreporting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudusersitesreporting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudusersitesreporting_internetexplorerintegrationcloudusersitesreporting", + "displayName": "Configure reporting of IE Mode user list entries to the M365 Admin Center Site Lists app (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended_hubssidebarenabled_recommended", + "displayName": "Show Hubs Sidebar", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended_hubssidebarenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended_hubssidebarenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended~identity_recommended_signinctaonntpenabled_recommended", + "displayName": "Enable sign in click to action dialog", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended~identity_recommended_signinctaonntpenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended~identity_recommended_signinctaonntpenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_relatedmatchescloudserviceenabled", + "displayName": "Configure Related Matches in Find on Page", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_relatedmatchescloudserviceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_relatedmatchescloudserviceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_sandboxexternalprotocolblocked", + "displayName": "Allow Microsoft Edge to block navigations to external protocols in a sandboxed iframe", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_sandboxexternalprotocolblocked_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_sandboxexternalprotocolblocked_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction", + "displayName": "Enable or disable the User-Agent Reduction", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_useragentreduction", + "displayName": "Enable or disable the User-Agent Reduction (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_useragentreduction_0", + "displayName": "User-Agent reduction will be controllable via Experimentation", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_useragentreduction_1", + "displayName": "User-Agent reduction diabled, and not enabled by Experimentation", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_useragentreduction_2", + "displayName": "User-Agent reduction will be enabled for all origins", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge~passwordmanager_passwordmanagerblocklist", + "displayName": "Configure the list of domains for which the password manager UI (Save and Fill) will be disabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge~passwordmanager_passwordmanagerblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge~passwordmanager_passwordmanagerblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge~passwordmanager_passwordmanagerblocklist_passwordmanagerblocklistdesc", + "displayName": "Configure the list of domains for which the password manager UI (Save and Fill) will be disabled (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_aadgroupmembershipcachevalidityindays", + "displayName": "AAD Group Membership Cache Validity In Days", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_allowcaptiveportalbeforelogon", + "displayName": "Allow Captive Portal Before Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_allowcaptiveportalbeforelogon_0", + "displayName": "Displaying captive portal is not allowed.", + "description": "Displaying captive portal is not allowed." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_allowcaptiveportalbeforelogon_1", + "displayName": "Displaying captive portal is allowed.", + "description": "Displaying captive portal is allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_allowlaunchuriinsingleappkiosk", + "displayName": "Allow Launch Uri In Single App Kiosk", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_allowlaunchuriinsingleappkiosk_0", + "displayName": "Applications are not allowed to be launched with Launcher API, when in single app kiosk mode.", + "description": "Applications are not allowed to be launched with Launcher API, when in single app kiosk mode." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_allowlaunchuriinsingleappkiosk_1", + "displayName": "Applications are allowed to be launched with Launcher API, when in single app kiosk mode.", + "description": "Applications are allowed to be launched with Launcher API, when in single app kiosk mode." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_autologonuser", + "displayName": "Auto Logon User", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_automaticdisplayadjustment", + "displayName": "Automatic Display Adjustment", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_automaticdisplayadjustment_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_automaticdisplayadjustment_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_brightnessbuttondisabled", + "displayName": "Brightness Button Disabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_brightnessbuttondisabled_0", + "displayName": "Disabled", + "description": "Brightness can be changed with press of brightness button." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_brightnessbuttondisabled_1", + "displayName": "Enabled", + "description": "Brightness cannot be changed with press of brightness button." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_configuremovingplatform", + "displayName": "Configure Moving Platform", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_configuremovingplatform_0", + "displayName": "Last set user's preference. Initial state is OFF and after that user's preference is persisted across reboots and is used to initialize the system.", + "description": "Last set user's preference. Initial state is OFF and after that user's preference is persisted across reboots and is used to initialize the system." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_configuremovingplatform_1", + "displayName": "Moving platform is disabled and cannot be changed by user.", + "description": "Moving platform is disabled and cannot be changed by user." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_configuremovingplatform_2", + "displayName": "Moving platform is enabled and cannot be changed by user.", + "description": "Moving platform is enabled and cannot be changed by user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_disallownetworkconnectivitypassivepolling", + "displayName": "Disallow Network Connectivity Passive Polling", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_disallownetworkconnectivitypassivepolling_0", + "displayName": "Allowed.", + "description": "Allowed." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_disallownetworkconnectivitypassivepolling_1", + "displayName": "Not allowed.", + "description": "Not allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_eyetrackingcalibrationprompt", + "displayName": "Eye Tracking Calibration Prompt", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_eyetrackingcalibrationprompt_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_eyetrackingcalibrationprompt_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_fallbackdiagnostics", + "displayName": "Fallback Diagnostics", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_fallbackdiagnostics_0", + "displayName": "Not allowed. Diagnostic logs cannot be collected by pressing the button combination.", + "description": "Not allowed. Diagnostic logs cannot be collected by pressing the button combination." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_fallbackdiagnostics_1", + "displayName": "Allowed for device owners only. Diagnostics logs can be collected by pressing the button combination only if signed-in user is considered as device owner.", + "description": "Allowed for device owners only. Diagnostics logs can be collected by pressing the button combination only if signed-in user is considered as device owner." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_fallbackdiagnostics_2", + "displayName": "Allowed for all users. Diagnostic logs can be collected by pressing the button combination.", + "description": "Allowed for all users. Diagnostic logs can be collected by pressing the button combination." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_headtrackingmode", + "displayName": "Head Tracking Mode", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_manualdowndirectiondisabled", + "displayName": "Manual Down Direction Disabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_manualdowndirectiondisabled_0", + "displayName": "User is allowed to manually change down direction.", + "description": "User is allowed to manually change down direction." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_manualdowndirectiondisabled_1", + "displayName": "User is not allowed to manually change down direction.", + "description": "User is not allowed to manually change down direction." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_microphonedisabled", + "displayName": "Microphone Disabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_microphonedisabled_0", + "displayName": "Disabled", + "description": "Microphone can be used for voice." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_microphonedisabled_1", + "displayName": "Enabled", + "description": "Microphone cannot be used for voice." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_skipcalibrationduringsetup", + "displayName": "Skip Calibration During Setup", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_skipcalibrationduringsetup_0", + "displayName": "Eye tracking calibration process will be shown during device setup and first time user setup.", + "description": "Eye tracking calibration process will be shown during device setup and first time user setup." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_skipcalibrationduringsetup_1", + "displayName": "Eye tracking calibration process will not be shown during device setup and first time user setup.", + "description": "Eye tracking calibration process will not be shown during device setup and first time user setup." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_skiptrainingduringsetup", + "displayName": "Skip Training During Setup", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_skiptrainingduringsetup_0", + "displayName": "Training process will be shown during device setup and first time user setup.", + "description": "Training process will be shown during device setup and first time user setup." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_skiptrainingduringsetup_1", + "displayName": "Training process will not be shown during device setup and first time user setup.", + "description": "Training process will not be shown during device setup and first time user setup." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_visitorautologon", + "displayName": "Visitor Auto Logon", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_visitorautologon_0", + "displayName": "Visitor user will not be signed in automatically.", + "description": "Visitor user will not be signed in automatically." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_visitorautologon_1", + "displayName": "Visitor user will be signed in automatically.", + "description": "Visitor user will be signed in automatically." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_volumebuttondisabled", + "displayName": "Volume Button Disabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_mixedreality_volumebuttondisabled_0", + "displayName": "Disabled", + "description": "Volume can be changed with press of the volume button." + }, + { + "id": "device_vendor_msft_policy_config_mixedreality_volumebuttondisabled_1", + "displayName": "Enabled", + "description": "Volume cannot be changed with press of the volume button." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_applyuacrestrictionstolocalaccountsonnetworklogon", + "displayName": "Apply UAC restrictions to local accounts on network logons", + "options": [ + { + "id": "device_vendor_msft_policy_config_mssecurityguide_applyuacrestrictionstolocalaccountsonnetworklogon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_applyuacrestrictionstolocalaccountsonnetworklogon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1clientdriver", + "displayName": "Configure SMB v1 client driver", + "options": [ + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1clientdriver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1clientdriver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1clientdriver_pol_secguide_smb1clientdriver", + "displayName": "Configure MrxSmb10 driver", + "options": [ + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1clientdriver_pol_secguide_smb1clientdriver_4", + "displayName": "Disable driver (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1clientdriver_pol_secguide_smb1clientdriver_3", + "displayName": "Manual start (default for Win7/2008/2008R2/2012)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1clientdriver_pol_secguide_smb1clientdriver_2", + "displayName": "Automatic start (default for Win8.1/2012R2/newer)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1server", + "displayName": "Configure SMB v1 server", + "options": [ + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1server_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_configuresmbv1server_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_enablestructuredexceptionhandlingoverwriteprotection", + "displayName": "Enable Structured Exception Handling Overwrite Protection (SEHOP)", + "options": [ + { + "id": "device_vendor_msft_policy_config_mssecurityguide_enablestructuredexceptionhandlingoverwriteprotection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_enablestructuredexceptionhandlingoverwriteprotection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_turnonwindowsdefenderprotectionagainstpotentiallyunwantedapplications", + "displayName": "Turn on Windows Defender protection against Potentially Unwanted Applications (DEPRECATED)", + "options": [ + { + "id": "device_vendor_msft_policy_config_mssecurityguide_turnonwindowsdefenderprotectionagainstpotentiallyunwantedapplications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_turnonwindowsdefenderprotectionagainstpotentiallyunwantedapplications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_wdigestauthentication", + "displayName": "WDigest Authentication (disabling may require KB2871997)", + "options": [ + { + "id": "device_vendor_msft_policy_config_mssecurityguide_wdigestauthentication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_mssecurityguide_wdigestauthentication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_allowicmpredirectstooverrideospfgeneratedroutes", + "displayName": "MSS: (EnableICMPRedirect) Allow ICMP redirects to override OSPF generated routes", + "options": [ + { + "id": "device_vendor_msft_policy_config_msslegacy_allowicmpredirectstooverrideospfgeneratedroutes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_allowicmpredirectstooverrideospfgeneratedroutes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_allowthecomputertoignorenetbiosnamereleaserequestsexceptfromwinsservers", + "displayName": "MSS: (NoNameReleaseOnDemand) Allow the computer to ignore NetBIOS name release requests except from WINS servers", + "options": [ + { + "id": "device_vendor_msft_policy_config_msslegacy_allowthecomputertoignorenetbiosnamereleaserequestsexceptfromwinsservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_allowthecomputertoignorenetbiosnamereleaserequestsexceptfromwinsservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipsourceroutingprotectionlevel", + "displayName": "MSS: (DisableIPSourceRouting) IP source routing protection level (protects against packet spoofing)", + "options": [ + { + "id": "device_vendor_msft_policy_config_msslegacy_ipsourceroutingprotectionlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipsourceroutingprotectionlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipsourceroutingprotectionlevel_disableipsourcerouting", + "displayName": "DisableIPSourceRouting (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_msslegacy_ipsourceroutingprotectionlevel_disableipsourcerouting_0", + "displayName": "No additional protection, source routed packets are allowed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipsourceroutingprotectionlevel_disableipsourcerouting_1", + "displayName": "Medium, source routed packets ignored when IP forwarding is enabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipsourceroutingprotectionlevel_disableipsourcerouting_2", + "displayName": "Highest protection, source routing is completely disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipv6sourceroutingprotectionlevel", + "displayName": "MSS: (DisableIPSourceRouting IPv6) IP source routing protection level (protects against packet spoofing)", + "options": [ + { + "id": "device_vendor_msft_policy_config_msslegacy_ipv6sourceroutingprotectionlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipv6sourceroutingprotectionlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipv6sourceroutingprotectionlevel_disableipsourceroutingipv6", + "displayName": "DisableIPSourceRoutingIPv6 (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_msslegacy_ipv6sourceroutingprotectionlevel_disableipsourceroutingipv6_0", + "displayName": "No additional protection, source routed packets are allowed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipv6sourceroutingprotectionlevel_disableipsourceroutingipv6_1", + "displayName": "Medium, source routed packets ignored when IP forwarding is enabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_msslegacy_ipv6sourceroutingprotectionlevel_disableipsourceroutingipv6_2", + "displayName": "Highest protection, source routing is completely disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterprisecloudresources", + "displayName": "Enterprise Cloud Resources", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseinternalproxyservers", + "displayName": "Enterprise Internal Proxy Servers", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseiprange", + "displayName": "Enterprise IP Range", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseiprangesareauthoritative", + "displayName": "Enterprise IP Ranges Are Authoritative", + "options": [ + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseiprangesareauthoritative_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseiprangesareauthoritative_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterprisenetworkdomainnames", + "displayName": "Enterprise Network Domain Names", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseproxyservers", + "displayName": "Enterprise Proxy Servers", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseproxyserversareauthoritative", + "displayName": "Enterprise Proxy Servers Are Authoritative", + "options": [ + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseproxyserversareauthoritative_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_enterpriseproxyserversareauthoritative_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_networkisolation_neutralresources", + "displayName": "Neutral Resources", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_networklistmanager_allowedtlsauthenticationendpoints", + "displayName": "Allowed Tls Authentication Endpoints", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_networklistmanager_configuredtlsauthenticationnetworkname", + "displayName": "Configured Tls Authentication Network Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_newsandinterests_allownewsandinterests", + "displayName": "Allow widgets", + "options": [ + { + "id": "device_vendor_msft_policy_config_newsandinterests_allownewsandinterests_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_newsandinterests_allownewsandinterests_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_notifications_disallowcloudnotification", + "displayName": "Disallow Cloud Notification", + "options": [ + { + "id": "device_vendor_msft_policy_config_notifications_disallowcloudnotification_0", + "displayName": "Block", + "description": "Enable cloud notification." + }, + { + "id": "device_vendor_msft_policy_config_notifications_disallowcloudnotification_1", + "displayName": "Allow", + "description": "Disable cloud notification." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_graphsettings_l_mapchartitadminoptin", + "displayName": "Allow Map Charts to send geographic data to Bing", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_graphsettings_l_mapchartitadminoptin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_graphsettings_l_mapchartitadminoptin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingmachine", + "displayName": "Disable Training of all features on the computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingmachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingmachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingofadaptivefloatiemachine", + "displayName": "Disable Training of the Adaptive Floatie feature on the computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingofadaptivefloatiemachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingofadaptivefloatiemachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_orgideduenabledcentennial", + "displayName": "Enable EDU Org ID Sign In in Office from Windows Store", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_orgideduenabledcentennial_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_orgideduenabledcentennial_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_sclcacheoverride", + "displayName": "Specify the location to save the licensing token used by shared computer activation", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_sclcacheoverride_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_sclcacheoverride_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_sclcacheoverride_l_sclcacheoverride", + "displayName": "Folder location: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_sharedcomputerlicensing", + "displayName": "Use shared computer activation", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_sharedcomputerlicensing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_licensingsettings_l_sharedcomputerlicensing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_ageoutpolicy", + "displayName": "Age out documents older than n days", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_ageoutpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_ageoutpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_documentinspector", + "displayName": "Prevent document inspectors from running", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_documentinspector_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_documentinspector_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_documentinspector_l_empty197", + "displayName": "", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_evictserverversionspolicy", + "displayName": "Age out the locally cached copies of server document versions that are more than n days old.", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_evictserverversionspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_evictserverversionspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_filepreviewing", + "displayName": "File Previewing", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_filepreviewing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_filepreviewing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_filepreviewing_l_empty196", + "displayName": "", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_maximplicitcachesize", + "displayName": "Set the max size of the Office Document Cache", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_maximplicitcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_maximplicitcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_opendirectlyinapp", + "displayName": "Open Directly in Office Client Application", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_opendirectlyinapp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_miscellaneous_l_opendirectlyinapp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablepackagerepair", + "displayName": "Disable Package Repair", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablepackagerepair_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablepackagerepair_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablepasswordcaching", + "displayName": "Disable Password Caching", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablepasswordcaching_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablepasswordcaching_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablevbaforofficeapplications", + "displayName": "Disable VBA for Office applications", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablevbaforofficeapplications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_disablevbaforofficeapplications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_graphicsfilterimport", + "displayName": "Graphics filter import", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_graphicsfilterimport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine_l_graphicsfilterimport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement", + "displayName": "Add-on Management", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_excelexe15", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_excelexe15_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_excelexe15_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_exprwdexe24", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_exprwdexe24_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_exprwdexe24_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_grooveexe14", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_grooveexe14_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_grooveexe14_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_msaccessexe25", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_msaccessexe25_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_msaccessexe25_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_mse7exe27", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_mse7exe27_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_mse7exe27_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_mspubexe16", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_mspubexe16_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_mspubexe16_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_onenoteexe26", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_onenoteexe26_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_onenoteexe26_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_outlookexe22", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_outlookexe22_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_outlookexe22_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_powerpntexe17", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_powerpntexe17_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_powerpntexe17_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_pptviewexe18", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_pptviewexe18_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_pptviewexe18_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_spdesignexe23", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_spdesignexe23_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_spdesignexe23_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_visioexe19", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_visioexe19_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_visioexe19_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_winprojexe20", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_winprojexe20_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_winprojexe20_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_winwordexe21", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_winwordexe21_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_addonmanagement_l_winwordexe21_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject", + "displayName": "Bind to object", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_excelexe141", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_excelexe141_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_excelexe141_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_exprwdexe150", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_exprwdexe150_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_exprwdexe150_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_grooveexe140", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_grooveexe140_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_grooveexe140_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_msaccessexe151", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_msaccessexe151_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_msaccessexe151_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_mse7exe153", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_mse7exe153_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_mse7exe153_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_mspubexe142", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_mspubexe142_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_mspubexe142_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_onenoteexe152", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_onenoteexe152_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_onenoteexe152_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_outlookexe148", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_outlookexe148_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_outlookexe148_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_powerpntexe143", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_powerpntexe143_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_powerpntexe143_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_pptviewexe144", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_pptviewexe144_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_pptviewexe144_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_spdesignexe149", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_spdesignexe149_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_spdesignexe149_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_visioexe145", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_visioexe145_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_visioexe145_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_winprojexe146", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_winprojexe146_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_winprojexe146_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_winwordexe147", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_winwordexe147_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_bindtoobject_l_winwordexe147_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups", + "displayName": "Block popups", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_excelexe183", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_excelexe183_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_excelexe183_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_exprwdexe192", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_exprwdexe192_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_exprwdexe192_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_grooveexe182", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_grooveexe182_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_grooveexe182_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_msaccessexe193", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_msaccessexe193_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_msaccessexe193_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_mse7exe195", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_mse7exe195_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_mse7exe195_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_mspubexe184", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_mspubexe184_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_mspubexe184_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_onenoteexe194", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_onenoteexe194_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_onenoteexe194_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_outlookexe190", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_outlookexe190_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_outlookexe190_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_powerpntexe185", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_powerpntexe185_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_powerpntexe185_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_pptviewexe186", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_pptviewexe186_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_pptviewexe186_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_spdesignexe191", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_spdesignexe191_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_spdesignexe191_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_visioexe187", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_visioexe187_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_visioexe187_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_winprojexe188", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_winprojexe188_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_winprojexe188_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_winwordexe189", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_winwordexe189_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_blockpopups_l_winwordexe189_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling", + "displayName": "Consistent Mime Handling", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_excelexe43", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_excelexe43_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_excelexe43_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_exprwdexe52", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_exprwdexe52_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_exprwdexe52_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_grooveexe42", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_grooveexe42_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_grooveexe42_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_msaccessexe53", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_msaccessexe53_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_msaccessexe53_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_mse7exe55", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_mse7exe55_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_mse7exe55_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_mspubexe44", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_mspubexe44_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_mspubexe44_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_onenoteexe54", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_onenoteexe54_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_onenoteexe54_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_outlookexe50", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_outlookexe50_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_outlookexe50_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_powerpntexe45", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_powerpntexe45_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_powerpntexe45_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_pptviewexe46", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_pptviewexe46_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_pptviewexe46_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_spdesignexe51", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_spdesignexe51_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_spdesignexe51_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_visioexe47", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_visioexe47_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_visioexe47_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_winprojexe48", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_winprojexe48_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_winprojexe48_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_winwordexe49", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_winwordexe49_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_consistentmimehandling_l_winwordexe49_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword", + "displayName": "Disable user name and password", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_excelexe127", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_excelexe127_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_excelexe127_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_exprwdexe136", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_exprwdexe136_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_exprwdexe136_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_grooveexe126", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_grooveexe126_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_grooveexe126_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_msaccessexe137", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_msaccessexe137_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_msaccessexe137_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_mse7exe139", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_mse7exe139_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_mse7exe139_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_mspubexe128", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_mspubexe128_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_mspubexe128_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_onenoteexe138", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_onenoteexe138_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_onenoteexe138_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_outlookexe134", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_outlookexe134_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_outlookexe134_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_powerpntexe129", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_powerpntexe129_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_powerpntexe129_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_pptviewexe130", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_pptviewexe130_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_pptviewexe130_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_spdesignexe135", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_spdesignexe135_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_spdesignexe135_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_visioexe131", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_visioexe131_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_visioexe131_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_winprojexe132", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_winprojexe132_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_winprojexe132_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_winwordexe133", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_winwordexe133_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_disableusernameandpassword_l_winwordexe133_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar", + "displayName": "Information Bar", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_excelexe113", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_excelexe113_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_excelexe113_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_exprwdexe122", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_exprwdexe122_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_exprwdexe122_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_grooveexe112", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_grooveexe112_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_grooveexe112_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_msaccessexe123", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_msaccessexe123_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_msaccessexe123_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_mse7exe125", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_mse7exe125_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_mse7exe125_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_mspubexe114", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_mspubexe114_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_mspubexe114_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_onenoteexe124", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_onenoteexe124_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_onenoteexe124_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_outlookexe120", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_outlookexe120_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_outlookexe120_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_powerpntexe115", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_powerpntexe115_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_powerpntexe115_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_pptviewexe116", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_pptviewexe116_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_pptviewexe116_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_spdesignexe121", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_spdesignexe121_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_spdesignexe121_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_visioexe117", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_visioexe117_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_visioexe117_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_winprojexe118", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_winprojexe118_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_winprojexe118_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_winwordexe119", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_winwordexe119_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_informationbar_l_winwordexe119_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity", + "displayName": "Local Machine Zone Lockdown Security", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_excelexe29", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_excelexe29_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_excelexe29_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_exprwdexe38", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_exprwdexe38_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_exprwdexe38_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_grooveexe28", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_grooveexe28_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_grooveexe28_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_msaccessexe39", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_msaccessexe39_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_msaccessexe39_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_mse7exe41", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_mse7exe41_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_mse7exe41_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_mspubexe30", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_mspubexe30_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_mspubexe30_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_onenoteexe40", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_onenoteexe40_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_onenoteexe40_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_outlookexe36", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_outlookexe36_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_outlookexe36_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_powerpntexe31", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_powerpntexe31_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_powerpntexe31_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_pptviewexe32", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_pptviewexe32_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_pptviewexe32_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_spdesignexe37", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_spdesignexe37_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_spdesignexe37_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_visioexe33", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_visioexe33_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_visioexe33_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_winprojexe34", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_winprojexe34_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_winprojexe34_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_winwordexe35", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_winwordexe35_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_localmachinezonelockdownsecurity_l_winwordexe35_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature", + "displayName": "Mime Sniffing Safety Feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_excelexe57", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_excelexe57_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_excelexe57_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_exprwdexe66", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_exprwdexe66_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_exprwdexe66_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_grooveexe56", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_grooveexe56_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_grooveexe56_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_msaccessexe67", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_msaccessexe67_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_msaccessexe67_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_mse7exe69", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_mse7exe69_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_mse7exe69_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_mspubexe58", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_mspubexe58_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_mspubexe58_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_onenoteexe68", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_onenoteexe68_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_onenoteexe68_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_outlookexe64", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_outlookexe64_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_outlookexe64_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_powerpntexe59", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_powerpntexe59_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_powerpntexe59_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_pptviewexe60", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_pptviewexe60_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_pptviewexe60_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_spdesignexe65", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_spdesignexe65_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_spdesignexe65_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_visioexe61", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_visioexe61_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_visioexe61_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_winprojexe62", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_winprojexe62_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_winprojexe62_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_winwordexe63", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_winwordexe63_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_mimesniffingsafetyfature_l_winwordexe63_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl", + "displayName": "Navigate URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_excelexe169", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_excelexe169_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_excelexe169_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_exprwdexe178", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_exprwdexe178_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_exprwdexe178_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_grooveexe168", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_grooveexe168_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_grooveexe168_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_msaccessexe179", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_msaccessexe179_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_msaccessexe179_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_mse7exe181", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_mse7exe181_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_mse7exe181_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_mspubexe170", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_mspubexe170_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_mspubexe170_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_onenoteexe180", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_onenoteexe180_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_onenoteexe180_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_outlookexe176", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_outlookexe176_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_outlookexe176_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_powerpntexe171", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_powerpntexe171_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_powerpntexe171_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_pptviewexe172", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_pptviewexe172_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_pptviewexe172_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_spdesignexe177", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_spdesignexe177_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_spdesignexe177_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_visioexe173", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_visioexe173_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_visioexe173_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_winprojexe174", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_winprojexe174_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_winprojexe174_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_winwordexe175", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_winwordexe175_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_navigateurl_l_winwordexe175_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection", + "displayName": "Object Caching Protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_excelexe71", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_excelexe71_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_excelexe71_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_exprwdexe80", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_exprwdexe80_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_exprwdexe80_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_grooveexe70", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_grooveexe70_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_grooveexe70_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_msaccessexe81", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_msaccessexe81_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_msaccessexe81_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_mse7exe83", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_mse7exe83_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_mse7exe83_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_mspubexe72", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_mspubexe72_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_mspubexe72_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_onenoteexe82", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_onenoteexe82_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_onenoteexe82_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_outlookexe78", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_outlookexe78_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_outlookexe78_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_powerpntexe73", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_powerpntexe73_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_powerpntexe73_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_pptviewexe74", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_pptviewexe74_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_pptviewexe74_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_spdesignexe79", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_spdesignexe79_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_spdesignexe79_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_visioexe75", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_visioexe75_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_visioexe75_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_winprojexe76", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_winprojexe76_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_winprojexe76_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_winwordexe77", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_winwordexe77_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_objectcachingprotection_l_winwordexe77_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation", + "displayName": "Protection From Zone Elevation", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_excelexe99", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_excelexe99_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_excelexe99_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_exprwdexe108", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_exprwdexe108_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_exprwdexe108_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_grooveexe98", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_grooveexe98_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_grooveexe98_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_msaccessexe109", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_msaccessexe109_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_msaccessexe109_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_mse7exe111", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_mse7exe111_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_mse7exe111_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_mspubexe100", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_mspubexe100_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_mspubexe100_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_onenoteexe110", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_onenoteexe110_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_onenoteexe110_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_outlookexe106", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_outlookexe106_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_outlookexe106_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_powerpntexe101", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_powerpntexe101_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_powerpntexe101_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_pptviewexe102", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_pptviewexe102_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_pptviewexe102_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_spdesignexe107", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_spdesignexe107_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_spdesignexe107_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_visioexe103", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_visioexe103_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_visioexe103_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_winprojexe104", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_winprojexe104_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_winprojexe104_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_winwordexe105", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_winwordexe105_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_protectionfromzoneelevation_l_winwordexe105_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall", + "displayName": "Restrict ActiveX Install", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_excelexe", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_excelexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_excelexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_exprwdexe", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_exprwdexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_exprwdexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_grooveexe", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_grooveexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_grooveexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_msaccessexe", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_msaccessexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_msaccessexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_mse7exe", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_mse7exe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_mse7exe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_mspubexe", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_mspubexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_mspubexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_onenoteexe", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_onenoteexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_onenoteexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_outlookexe", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_outlookexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_outlookexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_powerpntexe", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_powerpntexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_powerpntexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_pptviewexe", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_pptviewexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_pptviewexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_spdesignexe", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_spdesignexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_spdesignexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_visioexe", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_visioexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_visioexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_winprojexe", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_winprojexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_winprojexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_winwordexe", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_winwordexe_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictactivexinstall_l_winwordexe_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload", + "displayName": "Restrict File Download", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_excelexe1", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_excelexe1_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_excelexe1_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_exprwdexe10", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_exprwdexe10_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_exprwdexe10_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_grooveexe0", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_grooveexe0_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_grooveexe0_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_msaccessexe11", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_msaccessexe11_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_msaccessexe11_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_mse7exe13", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_mse7exe13_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_mse7exe13_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_mspubexe2", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_mspubexe2_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_mspubexe2_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_onenoteexe12", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_onenoteexe12_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_onenoteexe12_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_outlookexe8", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_outlookexe8_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_outlookexe8_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_powerpntexe3", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_powerpntexe3_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_powerpntexe3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_pptviewexe4", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_pptviewexe4_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_pptviewexe4_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_spdesignexe9", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_spdesignexe9_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_spdesignexe9_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_visioexe5", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_visioexe5_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_visioexe5_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_winprojexe6", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_winprojexe6_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_winprojexe6_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_winwordexe7", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_winwordexe7_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_restrictfiledownload_l_winwordexe7_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl", + "displayName": "Saved from URL", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_excelexe155", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_excelexe155_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_excelexe155_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_exprwdexe164", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_exprwdexe164_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_exprwdexe164_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_grooveexe154", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_grooveexe154_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_grooveexe154_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_msaccessexe165", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_msaccessexe165_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_msaccessexe165_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_mse7exe167", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_mse7exe167_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_mse7exe167_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_mspubexe156", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_mspubexe156_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_mspubexe156_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_onenoteexe166", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_onenoteexe166_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_onenoteexe166_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_outlookexe162", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_outlookexe162_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_outlookexe162_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_powerpntexe157", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_powerpntexe157_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_powerpntexe157_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_pptviewexe158", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_pptviewexe158_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_pptviewexe158_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_spdesignexe163", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_spdesignexe163_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_spdesignexe163_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_visioexe159", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_visioexe159_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_visioexe159_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_winprojexe160", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_winprojexe160_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_winprojexe160_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_winwordexe161", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_winwordexe161_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_savedfromurl_l_winwordexe161_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions", + "displayName": "Scripted Window Security Restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_excelexe85", + "displayName": "excel.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_excelexe85_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_excelexe85_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_exprwdexe94", + "displayName": "exprwd.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_exprwdexe94_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_exprwdexe94_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_grooveexe84", + "displayName": "groove.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_grooveexe84_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_grooveexe84_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_msaccessexe95", + "displayName": "msaccess.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_msaccessexe95_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_msaccessexe95_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_mse7exe97", + "displayName": "mse7.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_mse7exe97_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_mse7exe97_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_mspubexe86", + "displayName": "mspub.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_mspubexe86_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_mspubexe86_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_onenoteexe96", + "displayName": "onent.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_onenoteexe96_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_onenoteexe96_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_outlookexe92", + "displayName": "outlook.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_outlookexe92_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_outlookexe92_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_powerpntexe87", + "displayName": "powerpnt.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_powerpntexe87_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_powerpntexe87_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_pptviewexe88", + "displayName": "pptview.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_pptviewexe88_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_pptviewexe88_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_spdesignexe93", + "displayName": "spDesign.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_spdesignexe93_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_spdesignexe93_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_visioexe89", + "displayName": "visio.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_visioexe89_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_visioexe89_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_winprojexe90", + "displayName": "winproj.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_winprojexe90_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_winprojexe90_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_winwordexe91", + "displayName": "winword.exe (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_winwordexe91_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_securitysettingsmachine~l_iesecurity_l_scriptedwindowsecurityrestrictions_l_winwordexe91_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_enableautomaticupdates", + "displayName": "Enable Automatic Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_enableautomaticupdates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_enableautomaticupdates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_hideenabledisableupdates", + "displayName": "Hide option to enable or disable updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_hideenabledisableupdates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_hideenabledisableupdates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_hideupdatenotifications", + "displayName": "Hide Update Notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_hideupdatenotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_hideupdatenotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_officemgmtcom", + "displayName": "Office 365 Client Management", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_officemgmtcom_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_officemgmtcom_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_onlinerepair", + "displayName": "Online Repair", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_onlinerepair_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_onlinerepair_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_onlinerepair_l_fallbacktocdn", + "displayName": "Use Office CDN (if needed) (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_onlinerepair_l_fallbacktocdn_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_onlinerepair_l_fallbacktocdn_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_onlinerepair_l_localodtpath", + "displayName": "Location of Office Deployment Tool: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_setbitsasprimary", + "displayName": "Prioritize BITS", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_setbitsasprimary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_setbitsasprimary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updateblockversion", + "displayName": "Prevent Office from being updated to a specific version", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updateblockversion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updateblockversion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updateblockversion_l_updateblockversionid", + "displayName": "Block version: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch", + "displayName": "Update Channel (Deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid", + "displayName": "Channel Name: (Device) (Deprecated)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_current", + "displayName": "Monthly Channel", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_firstreleasecurrent", + "displayName": "Monthly Channel (Targeted)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_deferred", + "displayName": "Semi-Annual Channel", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_firstreleasedeferred", + "displayName": "Semi-Annual Channel (Targeted)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_insiderfast", + "displayName": "Insider Fast", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatedeadline", + "displayName": "Update Deadline", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatedeadline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatedeadline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatedeadline_l_updatedeadlineid", + "displayName": "Deadline: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatepath", + "displayName": "Update Path", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatepath_l_updatepathid", + "displayName": "Location for updates: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatetargetversion", + "displayName": "Target Version", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatetargetversion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatetargetversion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_updatetargetversion_l_updatetargetversionid", + "displayName": "Update version: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_vltosubscription", + "displayName": "Upgrade Office 2019 to Office 365 ProPlus", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_vltosubscription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_updates_l_vltosubscription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_volumeactivation_l_preventtokenactivationdialogfromclosing", + "displayName": "Prevent Token Activation dialog from closing", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_volumeactivation_l_preventtokenactivationdialogfromclosing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_volumeactivation_l_preventtokenactivationdialogfromclosing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_volumeactivation_l_useonlytokenactivation", + "displayName": "Use only Token Activation", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_volumeactivation_l_useonlytokenactivation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v2~policy~l_microsoftofficemachine~l_volumeactivation_l_useonlytokenactivation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_globaloptionsmachine~l_customizemachine_l_defaultuithememachine", + "displayName": "Default Office theme", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_globaloptionsmachine~l_customizemachine_l_defaultuithememachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_globaloptionsmachine~l_customizemachine_l_defaultuithememachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_globaloptionsmachine~l_customizemachine_l_defaultuithememachine_l_defaultuithemeenum", + "displayName": "Theme: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_globaloptionsmachine~l_customizemachine_l_defaultuithememachine_l_defaultuithemeenum_0", + "displayName": "Colorful", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_globaloptionsmachine~l_customizemachine_l_defaultuithememachine_l_defaultuithemeenum_3", + "displayName": "Dark Gray", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_globaloptionsmachine~l_customizemachine_l_defaultuithememachine_l_defaultuithemeenum_4", + "displayName": "Black", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_globaloptionsmachine~l_customizemachine_l_defaultuithememachine_l_defaultuithemeenum_5", + "displayName": "White", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_licensingsettings_l_dbs", + "displayName": "Use a device-based license for Office 365 ProPlus", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_licensingsettings_l_dbs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_licensingsettings_l_dbs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_updates_l_deferupdatedays", + "displayName": "Delay downloading and installing updates for Office", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_updates_l_deferupdatedays_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_updates_l_deferupdatedays_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_updates_l_deferupdatedays_l_deferupdatedaysid", + "displayName": "Days: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_updates_l_preventteamsinstall", + "displayName": "Don’t install Microsoft Teams with new installations or updates of Office", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_updates_l_preventteamsinstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v3~policy~l_microsoftofficemachine~l_updates_l_preventteamsinstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v4~policy~l_microsoftofficemachine~l_licensingsettings_l_extendedofflinesubscription", + "displayName": "Allow extended offline use for Office 365 ProPlus", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v4~policy~l_microsoftofficemachine~l_licensingsettings_l_extendedofflinesubscription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v4~policy~l_microsoftofficemachine~l_licensingsettings_l_extendedofflinesubscription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v5~policy~l_microsoftofficemachine~l_updates_l_preventbinginstall", + "displayName": "Don’t install extension for Microsoft Search in Bing that makes Bing the default search engine", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v5~policy~l_microsoftofficemachine~l_updates_l_preventbinginstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v5~policy~l_microsoftofficemachine~l_updates_l_preventbinginstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v6~policy~l_microsoftofficemachine~l_licensingsettings_l_viewermode", + "displayName": "Use Viewer Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v6~policy~l_microsoftofficemachine~l_licensingsettings_l_viewermode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v6~policy~l_microsoftofficemachine~l_licensingsettings_l_viewermode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine", + "displayName": "Show the option for the Office Update Channel experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_insiderfast", + "displayName": "Beta Channel (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_insiderfast_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_insiderfast_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_insiderslow", + "displayName": "Current Channel (Preview) (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_insiderslow_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_insiderslow_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_mec", + "displayName": "Monthly Enterprise Channel (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_mec_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_mec_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_production", + "displayName": "Current Channel (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_production_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_production_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_sae", + "displayName": "Semi-Annual Enterprise Channel (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_sae_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_sae_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_saepreview", + "displayName": "Semi-Annual Enterprise Channel (Preview) (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_saepreview_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_office16v9~policy~l_microsoftofficemachine~l_miscellaneous_l_updatechannelselectormachine_l_uc_saepreview_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard", + "displayName": "Silently move Windows known folders to OneDrive", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_desktop_checkbox", + "displayName": "Desktop (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_desktop_checkbox_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_desktop_checkbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_documents_checkbox", + "displayName": "Documents (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_documents_checkbox_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_documents_checkbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_dropdown", + "displayName": "Show notification to users after folders have been redirected: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_dropdown_0", + "displayName": "No", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_dropdown_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_pictures_checkbox", + "displayName": "Pictures (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_pictures_checkbox_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_pictures_checkbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2.updates~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_textbox", + "displayName": "Tenant ID: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_allowtenantlist", + "displayName": "Allow syncing OneDrive accounts for only specific organizations", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_allowtenantlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_allowtenantlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_allowtenantlist_allowtenantlistbox", + "displayName": "Tenant ID: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automaticuploadbandwidthpercentage", + "displayName": "Limit the sync app upload rate to a percentage of throughput", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automaticuploadbandwidthpercentage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automaticuploadbandwidthpercentage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automaticuploadbandwidthpercentage_bandwidthspinbox", + "displayName": "Bandwidth: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites", + "displayName": "Configure team site libraries to sync automatically", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_automountteamsiteslistbox", + "displayName": "Libraries: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_automountteamsiteslistbox_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_automountteamsiteslistbox_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blockexternalsync", + "displayName": "Prevent users from syncing libraries and folders shared from other organizations", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blockexternalsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blockexternalsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blockknownfoldermove", + "displayName": "Prevent users from moving their Windows known folders to OneDrive", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blockknownfoldermove_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blockknownfoldermove_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blocktenantlist", + "displayName": "Block syncing OneDrive accounts for specific organizations", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blocktenantlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blocktenantlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_blocktenantlist_blocktenantlistbox", + "displayName": "Tenant ID: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_dehydratesyncedteamsites", + "displayName": "Convert synced team site files to online-only files", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_dehydratesyncedteamsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_dehydratesyncedteamsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_diskspacecheckthresholdmb", + "displayName": "Set the maximum size of a user's OneDrive that can download automatically", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_diskspacecheckthresholdmb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_diskspacecheckthresholdmb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_diskspacecheckthresholdmb_diskspacecheckthresholdmblist", + "displayName": "Max size: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_diskspacecheckthresholdmb_diskspacecheckthresholdmblist_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_diskspacecheckthresholdmb_diskspacecheckthresholdmblist_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_filesondemandenabled", + "displayName": "Use OneDrive Files On-Demand", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_filesondemandenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_filesondemandenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_forcedlocalmassdeletedetection", + "displayName": "Require users to confirm large delete operations", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_forcedlocalmassdeletedetection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_forcedlocalmassdeletedetection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_gposetupdatering", + "displayName": "Set the sync app update ring", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_gposetupdatering_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_gposetupdatering_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_gposetupdatering_gposetupdatering_dropdown", + "displayName": "Update ring: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_gposetupdatering_gposetupdatering_dropdown_0", + "displayName": "Deferred", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_gposetupdatering_gposetupdatering_dropdown_5", + "displayName": "Production", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_gposetupdatering_gposetupdatering_dropdown_4", + "displayName": "Insiders", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmblockoptout", + "displayName": "Prevent users from redirecting their Windows known folders to their PC", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmblockoptout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmblockoptout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinnowizard", + "displayName": "Silently move Windows known folders to OneDrive", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinnowizard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinnowizard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_dropdown", + "displayName": "Show notification to users after folders have been redirected: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_dropdown_0", + "displayName": "No", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_dropdown_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinnowizard_kfmoptinnowizard_textbox", + "displayName": "Tenant ID: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinwithwizard", + "displayName": "Prompt users to move Windows known folders to OneDrive", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinwithwizard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinwithwizard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_kfmoptinwithwizard_kfmoptinwithwizard_textbox", + "displayName": "Tenant ID: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_preventnetworktrafficpreusersignin", + "displayName": "Prevent the sync app from generating network traffic until users sign in", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_preventnetworktrafficpreusersignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_preventnetworktrafficpreusersignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremfrontdoorurl", + "displayName": "Specify SharePoint Server URL and organization name", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremfrontdoorurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremfrontdoorurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremfrontdoorurl_sharepointonpremfrontdoorurlbox", + "displayName": "SharePoint Server 2019 URL: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremfrontdoorurl_sharepointonpremtenantnamebox", + "displayName": "Organization name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremprioritization", + "displayName": "Specify the OneDrive location in a hybrid environment", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremprioritization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremprioritization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremprioritization_sharepointonpremprioritization_dropdown", + "displayName": "Authenticate first against: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremprioritization_sharepointonpremprioritization_dropdown_0", + "displayName": "SharePoint Online", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_sharepointonpremprioritization_sharepointonpremprioritization_dropdown_1", + "displayName": "SharePoint Server 2019", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_silentaccountconfig", + "displayName": "Silently sign in users to the OneDrive sync app with their Windows credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_silentaccountconfig_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_silentaccountconfig_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_enableautomaticuploadbandwidthmanagement", + "displayName": "Enable automatic upload bandwidth management for OneDrive", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_enableautomaticuploadbandwidthmanagement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_enableautomaticuploadbandwidthmanagement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_localmassdeletefiledeletethreshold", + "displayName": "Prompt users when they delete multiple OneDrive files on their local computer", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_localmassdeletefiledeletethreshold_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_localmassdeletefiledeletethreshold_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_localmassdeletefiledeletethreshold_lmdfiledeletethresholdbox", + "displayName": "Number of files: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_mindiskspacelimitinmb", + "displayName": "Block file downloads when users are low on disk space", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_mindiskspacelimitinmb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_mindiskspacelimitinmb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_mindiskspacelimitinmb_mindiskspacemb", + "displayName": "Minimum available disk space: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_permitdisablepermissioninheritance", + "displayName": "Allow OneDrive to disable Windows permission inheritance in folders synced read-only", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_permitdisablepermissioninheritance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_permitdisablepermissioninheritance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_warningmindiskspacelimitinmb", + "displayName": "Warn users who are low on disk space", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_warningmindiskspacelimitinmb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_warningmindiskspacelimitinmb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv3~policy~onedrivengsc_warningmindiskspacelimitinmb_warningmindiskspacemb", + "displayName": "Minimum available disk space: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_disablefirstdeletedialog", + "displayName": "Hide the \"Deleted files are removed everywhere\" reminder", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_disablefirstdeletedialog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_disablefirstdeletedialog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_enableodignorelistfromgpo", + "displayName": "Exclude specific kinds of files from being uploaded", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_enableodignorelistfromgpo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_enableodignorelistfromgpo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_enableodignorelistfromgpo_enableodignorelistfromgpolistbox", + "displayName": "Keywords: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_ignorewebproxy", + "displayName": "Cause sync client to ignore normal web proxy detection logic", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_ignorewebproxy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_ignorewebproxy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_kfmforcewindowsdisplaylanguage", + "displayName": "Always use the user's Windows display language when provisioning known folders in OneDrive", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_kfmforcewindowsdisplaylanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_kfmforcewindowsdisplaylanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv5~policy~onedrivengsc_syncadminreports", + "displayName": "Sync Admin Reports", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv5~policy~onedrivengsc_syncadminreports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv5~policy~onedrivengsc_syncadminreports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv5~policy~onedrivengsc_syncadminreports_syncadminreports_textbox", + "displayName": "Tenant Association Key: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_blockexternallistsync", + "displayName": "Blocks syncing of external lists via Lists sync", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_blockexternallistsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_blockexternallistsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_disablelistsync", + "displayName": "Disables Lists sync on this device.", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_disablelistsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_disablelistsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_disablelistsyncsilentconfig", + "displayName": "Disables silent configuration of Lists sync on this device.", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_disablelistsyncsilentconfig_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~nucleuslistsync_disablelistsyncsilentconfig_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_disableautoconfig", + "displayName": "Disable silently sign in users to the OneDrive sync app with an existing credential that is made available to Microsoft applications", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_disableautoconfig_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_disableautoconfig_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_disableautoconfig_disableautoconfigtypes", + "displayName": "Disabled Account Types: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport", + "displayName": "Allow users to contact Microsoft for feedback and support", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_contactsupport_checkbox", + "displayName": "Contact OneDrive Support​ (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_contactsupport_checkbox_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_contactsupport_checkbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_receivesurveys_checkbox", + "displayName": "Receive user satisfication surveys (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_receivesurveys_checkbox_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_receivesurveys_checkbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_sendfeedback_checkbox", + "displayName": "Send Feedback (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_sendfeedback_checkbox_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablefeedbackandsupport_granularfeedbackcontrol_sendfeedback_checkbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablesyncadminreports", + "displayName": "Enable sync health reporting for OneDrive", + "options": [ + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablesyncadminreports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_enablesyncadminreports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_allowhibernate", + "displayName": "Allow Hibernate", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_allowhibernate_0", + "displayName": "Block", + "description": "Disable hibernate." + }, + { + "id": "device_vendor_msft_policy_config_power_allowhibernate_1", + "displayName": "Allow", + "description": "Allow hibernate." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_allowstandbystateswhensleepingonbattery", + "displayName": "Allow standby states (S1-S3) when sleeping (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_allowstandbystateswhensleepingonbattery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_allowstandbystateswhensleepingonbattery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_allowstandbywhensleepingpluggedin", + "displayName": "Allow standby states (S1-S3) when sleeping (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_allowstandbywhensleepingpluggedin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_allowstandbywhensleepingpluggedin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_displayofftimeoutonbattery", + "displayName": "Turn off the display (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_displayofftimeoutonbattery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_displayofftimeoutonbattery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_displayofftimeoutonbattery_entervideodcpowerdowntimeout", + "displayName": "On battery power, turn display off after (seconds)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_displayofftimeoutpluggedin", + "displayName": "Turn off the display (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_displayofftimeoutpluggedin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_displayofftimeoutpluggedin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_displayofftimeoutpluggedin_entervideoacpowerdowntimeout", + "displayName": "When plugged in, turn display off after (seconds)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_energysaverbatterythresholdonbattery", + "displayName": "Energy Saver Battery Threshold On Battery", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_energysaverbatterythresholdpluggedin", + "displayName": "Energy Saver Battery Threshold Plugged In", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_hibernatetimeoutonbattery", + "displayName": "Specify the system hibernate timeout (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_hibernatetimeoutonbattery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_hibernatetimeoutonbattery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_hibernatetimeoutonbattery_enterdchibernatetimeout", + "displayName": "System Hibernate Timeout (seconds):", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_hibernatetimeoutpluggedin", + "displayName": "Specify the system hibernate timeout (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_hibernatetimeoutpluggedin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_hibernatetimeoutpluggedin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_hibernatetimeoutpluggedin_enterachibernatetimeout", + "displayName": "System Hibernate Timeout (seconds):", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_requirepasswordwhencomputerwakesonbattery", + "displayName": "Require a password when a computer wakes (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_requirepasswordwhencomputerwakesonbattery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_requirepasswordwhencomputerwakesonbattery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_requirepasswordwhencomputerwakespluggedin", + "displayName": "Require a password when a computer wakes (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_requirepasswordwhencomputerwakespluggedin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_requirepasswordwhencomputerwakespluggedin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactiononbattery", + "displayName": "Select Lid Close Action On Battery", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactiononbattery_0", + "displayName": "Take no action", + "description": "Take no action" + }, + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactiononbattery_1", + "displayName": "Sleep", + "description": "Sleep" + }, + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactiononbattery_2", + "displayName": "System hibernate sleep state", + "description": "System hibernate sleep state" + }, + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactiononbattery_3", + "displayName": "System shutdown", + "description": "System shutdown" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactionpluggedin", + "displayName": "Select Lid Close Action Plugged In", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactionpluggedin_0", + "displayName": "Take no action", + "description": "Take no action" + }, + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactionpluggedin_1", + "displayName": "Sleep", + "description": "Sleep" + }, + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactionpluggedin_2", + "displayName": "System hibernate sleep state", + "description": "System hibernate sleep state" + }, + { + "id": "device_vendor_msft_policy_config_power_selectlidcloseactionpluggedin_3", + "displayName": "System shutdown", + "description": "System shutdown" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactiononbattery", + "displayName": "Select Power Button Action On Battery", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactiononbattery_0", + "displayName": "Take no action", + "description": "Take no action" + }, + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactiononbattery_1", + "displayName": "Sleep", + "description": "Sleep" + }, + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactiononbattery_2", + "displayName": "System hibernate sleep state", + "description": "System hibernate sleep state" + }, + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactiononbattery_3", + "displayName": "System shutdown", + "description": "System shutdown" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactionpluggedin", + "displayName": "Select Power Button Action Plugged In", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactionpluggedin_0", + "displayName": "Take no action", + "description": "Take no action" + }, + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactionpluggedin_1", + "displayName": "Sleep", + "description": "Sleep" + }, + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactionpluggedin_2", + "displayName": "System hibernate sleep state", + "description": "System hibernate sleep state" + }, + { + "id": "device_vendor_msft_policy_config_power_selectpowerbuttonactionpluggedin_3", + "displayName": "System shutdown", + "description": "System shutdown" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactiononbattery", + "displayName": "Select Sleep Button Action On Battery", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactiononbattery_0", + "displayName": "Take no action", + "description": "Take no action" + }, + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactiononbattery_1", + "displayName": "Sleep", + "description": "Sleep" + }, + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactiononbattery_2", + "displayName": "System hibernate sleep state", + "description": "System hibernate sleep state" + }, + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactiononbattery_3", + "displayName": "System shutdown", + "description": "System shutdown" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactionpluggedin", + "displayName": "Select Sleep Button Action Plugged In", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactionpluggedin_0", + "displayName": "Take no action", + "description": "Take no action" + }, + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactionpluggedin_1", + "displayName": "Sleep", + "description": "Sleep" + }, + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactionpluggedin_2", + "displayName": "System hibernate sleep state", + "description": "System hibernate sleep state" + }, + { + "id": "device_vendor_msft_policy_config_power_selectsleepbuttonactionpluggedin_3", + "displayName": "System shutdown", + "description": "System shutdown" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_standbytimeoutonbattery", + "displayName": "Specify the system sleep timeout (on battery)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_standbytimeoutonbattery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_standbytimeoutonbattery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_standbytimeoutonbattery_enterdcstandbytimeout", + "displayName": "System Sleep Timeout (seconds):", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_standbytimeoutpluggedin", + "displayName": "Specify the system sleep timeout (plugged in)", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_standbytimeoutpluggedin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_power_standbytimeoutpluggedin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_standbytimeoutpluggedin_enteracstandbytimeout", + "displayName": "System Sleep Timeout (seconds):", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_turnoffhybridsleeponbattery", + "displayName": "Turn Off Hybrid Sleep On Battery", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_turnoffhybridsleeponbattery_0", + "displayName": "", + "description": "" + }, + { + "id": "device_vendor_msft_policy_config_power_turnoffhybridsleeponbattery_1", + "displayName": "hybrid sleep", + "description": "hybrid sleep" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_turnoffhybridsleeppluggedin", + "displayName": "Turn Off Hybrid Sleep Plugged In", + "options": [ + { + "id": "device_vendor_msft_policy_config_power_turnoffhybridsleeppluggedin_0", + "displayName": "", + "description": "" + }, + { + "id": "device_vendor_msft_policy_config_power_turnoffhybridsleeppluggedin_1", + "displayName": "hybrid sleep", + "description": "hybrid sleep" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_power_unattendedsleeptimeoutonbattery", + "displayName": "Unattended Sleep Timeout On Battery", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_power_unattendedsleeptimeoutpluggedin", + "displayName": "Unattended Sleep Timeout Plugged In", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpointmachine~l_convertersmachineppt_l_externalconverterasdefaultforfileextensionppt", + "displayName": "Turn on an external converter as the default for a file extension", + "options": [ + { + "id": "device_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpointmachine~l_convertersmachineppt_l_externalconverterasdefaultforfileextensionppt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpointmachine~l_convertersmachineppt_l_externalconverterasdefaultforfileextensionppt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpointmachine~l_convertersmachineppt_l_externalconverterasdefaultforfileextensionppt_l_listofexternalconvertersppt", + "displayName": "List of external file format converters to customize (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpointmachine~l_convertersmachineppt_l_externalconverterasdefaultforfileextensionppt_l_listofexternalconvertersppt_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpointmachine~l_convertersmachineppt_l_externalconverterasdefaultforfileextensionppt_l_listofexternalconvertersppt_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_printers_approvedusbprintdevices", + "displayName": "List of Approved USB-connected print devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_approvedusbprintdevices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_approvedusbprintdevices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_approvedusbprintdevices_approvedusbprintdevices_list", + "displayName": "vid/pid (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurecopyfilespolicy", + "displayName": "Manage processing of Queue-specific files", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurecopyfilespolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurecopyfilespolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurecopyfilespolicy_copyfilespolicy_enum", + "displayName": "Manage processing of Queue-Specific files: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurecopyfilespolicy_copyfilespolicy_enum_0", + "displayName": "Do not allow Queue-specific files", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurecopyfilespolicy_copyfilespolicy_enum_1", + "displayName": "Limit Queue-specific files to Color profiles", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurecopyfilespolicy_copyfilespolicy_enum_2", + "displayName": "Allow all Queue-specfic files", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel", + "displayName": "Manage Print Driver signature validation", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel_drivervalidationlevel_enum", + "displayName": "Select the driver signature mechanism for this computer: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel_drivervalidationlevel_enum_0", + "displayName": "Require inbox signed drivers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel_drivervalidationlevel_enum_1", + "displayName": "Allow inbox and Print Drivers Trusted Store signed drivers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel_drivervalidationlevel_enum_2", + "displayName": "Allow inbox, Print Drivers Trusted Store, and WHQL signed drivers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel_drivervalidationlevel_enum_3", + "displayName": "Allow inbox, Print Drivers Trusted Store, WHQL, and Trusted Publisher Store signed drivers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configuredrivervalidationlevel_drivervalidationlevel_enum_4", + "displayName": "Allow all validly signed drivers", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configureipppagecountspolicy", + "displayName": "Always send job page count information for IPP printers", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configureipppagecountspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configureipppagecountspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configureredirectionguardpolicy", + "displayName": "Configure Redirection Guard", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configureredirectionguardpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configureredirectionguardpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configureredirectionguardpolicy_redirectionguardpolicy_enum", + "displayName": "Redirection Guard Options (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configureredirectionguardpolicy_redirectionguardpolicy_enum_0", + "displayName": "Redirection Guard Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configureredirectionguardpolicy_redirectionguardpolicy_enum_1", + "displayName": "Redirection Guard Enabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configureredirectionguardpolicy_redirectionguardpolicy_enum_2", + "displayName": "Redirection Guard Audit Only", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy", + "displayName": "Configure RPC connection settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_rpcconnectionauthentication_enum", + "displayName": "Use authentication for outgoing RPC connections: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_rpcconnectionauthentication_enum_0", + "displayName": "Default", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_rpcconnectionauthentication_enum_1", + "displayName": "Authentication enabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_rpcconnectionauthentication_enum_2", + "displayName": "Authentication disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_rpcconnectionprotocol_enum", + "displayName": "Protocol to use for outgoing RPC connections: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_rpcconnectionprotocol_enum_0", + "displayName": "RPC over TCP", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpcconnectionpolicy_rpcconnectionprotocol_enum_1", + "displayName": "RPC over named pipes", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy", + "displayName": "Configure RPC listener settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_rpcauthenticationprotocol_enum", + "displayName": "Authentication protocol to use for incoming RPC connections: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_rpcauthenticationprotocol_enum_0", + "displayName": "Negotiate", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_rpcauthenticationprotocol_enum_1", + "displayName": "Kerberos", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_rpclistenerprotocols_enum", + "displayName": "Protocols to allow for incoming RPC connections: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_rpclistenerprotocols_enum_3", + "displayName": "RPC over named pipes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_rpclistenerprotocols_enum_5", + "displayName": "RPC over TCP", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpclistenerpolicy_rpclistenerprotocols_enum_7", + "displayName": "RPC over named pipes and TCP", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpctcpport", + "displayName": "Configure RPC over TCP port", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_configurerpctcpport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpctcpport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_configurerpctcpport_rpctcpport", + "displayName": "RPC over TCP port: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_printers_enabledevicecontrol", + "displayName": "Enable Device Control Printing Restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_enabledevicecontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_enabledevicecontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_managedriverexclusionlist", + "displayName": "Manage Print Driver exclusion list", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_managedriverexclusionlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_managedriverexclusionlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_managedriverexclusionlist_driver_exclusionlistentry", + "displayName": "File Hash File Name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_printers_managedriverexclusionlist_driver_exclusionlistentry_key", + "displayName": "Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_printers_managedriverexclusionlist_driver_exclusionlistentry_value", + "displayName": "Value", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions", + "displayName": "Point and Print Restrictions", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_nowarningnoelevationoninstall_enum", + "displayName": "When installing drivers for a new connection: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_nowarningnoelevationoninstall_enum_0", + "displayName": "Show warning and elevation prompt", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_nowarningnoelevationoninstall_enum_1", + "displayName": "Do not show warning or elevation prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_nowarningnoelevationonupdate_enum", + "displayName": "When updating drivers for an existing connection: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_nowarningnoelevationonupdate_enum_0", + "displayName": "Show warning and elevation prompt", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_nowarningnoelevationonupdate_enum_1", + "displayName": "Show warning only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_nowarningnoelevationonupdate_enum_2", + "displayName": "Do not show warning or elevation prompt", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_trustedforest_chk", + "displayName": "Users can only point and print to machines in their forest (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_trustedforest_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_trustedforest_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_trustedservers_chk", + "displayName": "Users can only point and print to these servers: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_trustedservers_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_trustedservers_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_pointandprintrestrictions_pointandprint_trustedservers_edit", + "displayName": "Enter fully qualified server names separated by semicolons (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_printers_publishprinters", + "displayName": "Allow printers to be published", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_publishprinters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_publishprinters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_printers_restrictdriverinstallationtoadministrators", + "displayName": "Limits print driver installation to Administrators", + "options": [ + { + "id": "device_vendor_msft_policy_config_printers_restrictdriverinstallationtoadministrators_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_printers_restrictdriverinstallationtoadministrators_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_allowautoacceptpairingandprivacyconsentprompts", + "displayName": "Allow Auto Accept Pairing And Privacy Consent Prompts", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_allowautoacceptpairingandprivacyconsentprompts_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_privacy_allowautoacceptpairingandprivacyconsentprompts_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_allowcrossdeviceclipboard", + "displayName": "Allow Cross Device Clipboard", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_allowcrossdeviceclipboard_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_privacy_allowcrossdeviceclipboard_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_allowinputpersonalization", + "displayName": "Allow Input Personalization", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_allowinputpersonalization_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_privacy_allowinputpersonalization_1", + "displayName": "Allow", + "description": "Choice deferred to user's preference." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_disableadvertisingid", + "displayName": "Disable Advertising ID", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_disableadvertisingid_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_privacy_disableadvertisingid_1", + "displayName": "Enabled", + "description": "Enabled" + }, + { + "id": "device_vendor_msft_policy_config_privacy_disableadvertisingid_65535", + "displayName": "Not Configured", + "description": "Not Configured" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_disableprivacyexperience", + "displayName": "Disable Privacy Experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_disableprivacyexperience_0", + "displayName": "Disabled", + "description": "Allow the 'choose privacy settings for your device' screen for a new user during their first logon or when an existing user logs in for the first time after an upgrade." + }, + { + "id": "device_vendor_msft_policy_config_privacy_disableprivacyexperience_1", + "displayName": "Enabled", + "description": "Do not allow the 'choose privacy settings for your device' screen when a new user logs in or an existing user logs in for the first time after an upgrade." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_enableactivityfeed", + "displayName": "Enable Activity Feed", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_enableactivityfeed_0", + "displayName": "Disabled", + "description": "Disabled. Apps/OS can't publish the activities and roaming is disabled. (not published to the cloud)." + }, + { + "id": "device_vendor_msft_policy_config_privacy_enableactivityfeed_1", + "displayName": "Enabled", + "description": "Enabled. Apps/OS can publish the activities and will be roamed across device graph." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessaccountinfo", + "displayName": "Let Apps Access Account Info", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessaccountinfo_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessaccountinfo_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessaccountinfo_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessaccountinfo_forceallowtheseapps", + "displayName": "Let Apps Access Account Info Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessaccountinfo_forcedenytheseapps", + "displayName": "Let Apps Access Account Info Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessaccountinfo_userincontroloftheseapps", + "displayName": "Let Apps Access Account Info User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessbackgroundspatialperception", + "displayName": "Let Apps Access Background Spatial Perception", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessbackgroundspatialperception_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessbackgroundspatialperception_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessbackgroundspatialperception_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessbackgroundspatialperception_forceallowtheseapps", + "displayName": "Let Apps Access Background Spatial Perception Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessbackgroundspatialperception_forcedenytheseapps", + "displayName": "Let Apps Access Background Spatial Perception Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessbackgroundspatialperception_userincontroloftheseapps", + "displayName": "Let Apps Access Background Spatial Perception User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscalendar", + "displayName": "Let Apps Access Calendar", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscalendar_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscalendar_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscalendar_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscalendar_forceallowtheseapps", + "displayName": "Let Apps Access Calendar Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscalendar_forcedenytheseapps", + "displayName": "Let Apps Access Calendar Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscalendar_userincontroloftheseapps", + "displayName": "Let Apps Access Calendar User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscallhistory", + "displayName": "Let Apps Access Call History", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscallhistory_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscallhistory_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscallhistory_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscallhistory_forceallowtheseapps", + "displayName": "Let Apps Access Call History Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscallhistory_forcedenytheseapps", + "displayName": "Let Apps Access Call History Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscallhistory_userincontroloftheseapps", + "displayName": "Let Apps Access Call History User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscamera", + "displayName": "Let Apps Access Camera", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscamera_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscamera_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscamera_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscamera_forceallowtheseapps", + "displayName": "Let Apps Access Camera Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscamera_forcedenytheseapps", + "displayName": "Let Apps Access Camera Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscamera_userincontroloftheseapps", + "displayName": "Let Apps Access Camera User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscontacts", + "displayName": "Let Apps Access Contacts", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscontacts_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscontacts_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscontacts_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscontacts_forceallowtheseapps", + "displayName": "Let Apps Access Contacts Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscontacts_forcedenytheseapps", + "displayName": "Let Apps Access Contacts Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesscontacts_userincontroloftheseapps", + "displayName": "Let Apps Access Contacts User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessemail", + "displayName": "Let Apps Access Email", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessemail_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessemail_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessemail_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessemail_forceallowtheseapps", + "displayName": "Let Apps Access Email Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessemail_forcedenytheseapps", + "displayName": "Let Apps Access Email Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessemail_userincontroloftheseapps", + "displayName": "Let Apps Access Email User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgazeinput", + "displayName": "Let Apps Access Gaze Input", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgazeinput_forceallowtheseapps", + "displayName": "Let Apps Access Gaze Input Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgazeinput_forcedenytheseapps", + "displayName": "Let Apps Access Gaze Input Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgazeinput_userincontroloftheseapps", + "displayName": "Let Apps Access Gaze Input User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgraphicscaptureprogrammatic", + "displayName": "Let Apps Access Graphics Capture Programmatic", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgraphicscaptureprogrammatic_forceallowtheseapps", + "displayName": "Let Apps Access Graphics Capture Programmatic Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgraphicscaptureprogrammatic_forcedenytheseapps", + "displayName": "Let Apps Access Graphics Capture Programmatic Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgraphicscaptureprogrammatic_userincontroloftheseapps", + "displayName": "Let Apps Access Graphics Capture Programmatic User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgraphicscapturewithoutborder", + "displayName": "Let Apps Access Graphics Capture Without Border", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgraphicscapturewithoutborder_forceallowtheseapps", + "displayName": "Let Apps Access Graphics Capture Without Border Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgraphicscapturewithoutborder_forcedenytheseapps", + "displayName": "Let Apps Access Graphics Capture Without Border Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessgraphicscapturewithoutborder_userincontroloftheseapps", + "displayName": "Let Apps Access Graphics Capture Without Border User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesslocation", + "displayName": "Let Apps Access Location", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesslocation_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesslocation_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesslocation_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesslocation_forceallowtheseapps", + "displayName": "Let Apps Access Location Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesslocation_forcedenytheseapps", + "displayName": "Let Apps Access Location Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesslocation_userincontroloftheseapps", + "displayName": "Let Apps Access Location User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmessaging", + "displayName": "Let Apps Access Messaging", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmessaging_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmessaging_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmessaging_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmessaging_forceallowtheseapps", + "displayName": "Let Apps Access Messaging Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmessaging_forcedenytheseapps", + "displayName": "Let Apps Access Messaging Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmessaging_userincontroloftheseapps", + "displayName": "Let Apps Access Messaging User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmicrophone", + "displayName": "Let Apps Access Microphone", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmicrophone_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmicrophone_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmicrophone_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmicrophone_forceallowtheseapps", + "displayName": "Let Apps Access Microphone Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmicrophone_forcedenytheseapps", + "displayName": "Let Apps Access Microphone Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmicrophone_userincontroloftheseapps", + "displayName": "Let Apps Access Microphone User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmotion", + "displayName": "Let Apps Access Motion", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmotion_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmotion_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmotion_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmotion_forceallowtheseapps", + "displayName": "Let Apps Access Motion Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmotion_forcedenytheseapps", + "displayName": "Let Apps Access Motion Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessmotion_userincontroloftheseapps", + "displayName": "Let Apps Access Motion User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessnotifications", + "displayName": "Let Apps Access Notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessnotifications_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessnotifications_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessnotifications_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessnotifications_forceallowtheseapps", + "displayName": "Let Apps Access Notifications Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessnotifications_forcedenytheseapps", + "displayName": "Let Apps Access Notifications Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessnotifications_userincontroloftheseapps", + "displayName": "Let Apps Access Notifications User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessphone", + "displayName": "Let Apps Access Phone", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessphone_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessphone_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessphone_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessphone_forceallowtheseapps", + "displayName": "Let Apps Access Phone Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessphone_forcedenytheseapps", + "displayName": "Let Apps Access Phone Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessphone_userincontroloftheseapps", + "displayName": "Let Apps Access Phone User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessradios", + "displayName": "Let Apps Access Radios", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessradios_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessradios_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessradios_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessradios_forceallowtheseapps", + "displayName": "Let Apps Access Radios Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessradios_forcedenytheseapps", + "displayName": "Let Apps Access Radios Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccessradios_userincontroloftheseapps", + "displayName": "Let Apps Access Radios User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstasks", + "displayName": "Let Apps Access Tasks", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstasks_forceallowtheseapps", + "displayName": "Let Apps Access Tasks Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstasks_forcedenytheseapps", + "displayName": "Let Apps Access Tasks Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstasks_userincontroloftheseapps", + "displayName": "Let Apps Access Tasks User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstrusteddevices", + "displayName": "Let Apps Access Trusted Devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstrusteddevices_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstrusteddevices_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstrusteddevices_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstrusteddevices_forceallowtheseapps", + "displayName": "Let Apps Access Trusted Devices Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstrusteddevices_forcedenytheseapps", + "displayName": "Let Apps Access Trusted Devices Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsaccesstrusteddevices_userincontroloftheseapps", + "displayName": "Let Apps Access Trusted Devices User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsactivatewithvoice", + "displayName": "Let Apps Activate With Voice", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsactivatewithvoice_0", + "displayName": "User in control. Users can decide if Windows apps can be activated by voice using Settings > Privacy options on the device.", + "description": "User in control. Users can decide if Windows apps can be activated by voice using Settings > Privacy options on the device." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsactivatewithvoice_1", + "displayName": "Force allow. Windows apps can be activated by voice and users cannot change it.", + "description": "Force allow. Windows apps can be activated by voice and users cannot change it." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsactivatewithvoice_2", + "displayName": "Force deny. Windows apps cannot be activated by voice and users cannot change it.", + "description": "Force deny. Windows apps cannot be activated by voice and users cannot change it." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsactivatewithvoiceabovelock", + "displayName": "Let Apps Activate With Voice Above Lock", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsactivatewithvoiceabovelock_0", + "displayName": "User in control. Users can decide if Windows apps can be activated by voice while the screen is locked using Settings > Privacy options on the device.", + "description": "User in control. Users can decide if Windows apps can be activated by voice while the screen is locked using Settings > Privacy options on the device." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsactivatewithvoiceabovelock_1", + "displayName": "Force allow. Windows apps can be activated by voice while the screen is locked, and users cannot change it.", + "description": "Force allow. Windows apps can be activated by voice while the screen is locked, and users cannot change it." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsactivatewithvoiceabovelock_2", + "displayName": "Force deny. Windows apps cannot be activated by voice while the screen is locked, and users cannot change it.", + "description": "Force deny. Windows apps cannot be activated by voice while the screen is locked, and users cannot change it." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsgetdiagnosticinfo", + "displayName": "Let Apps Get Diagnostic Info", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsgetdiagnosticinfo_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsgetdiagnosticinfo_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsgetdiagnosticinfo_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsgetdiagnosticinfo_forceallowtheseapps", + "displayName": "Let Apps Get Diagnostic Info Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsgetdiagnosticinfo_forcedenytheseapps", + "displayName": "Let Apps Get Diagnostic Info Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsgetdiagnosticinfo_userincontroloftheseapps", + "displayName": "Let Apps Get Diagnostic Info User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsruninbackground", + "displayName": "Let Apps Run In Background", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappsruninbackground_0", + "displayName": "User in control (default).", + "description": "User in control (default)." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsruninbackground_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsruninbackground_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsruninbackground_forceallowtheseapps", + "displayName": "Force Allow These Apps to Run in Background", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsruninbackground_forcedenytheseapps", + "displayName": "Let Apps Run In Background Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappsruninbackground_userincontroloftheseapps", + "displayName": "Let Apps Run In Background User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappssyncwithdevices", + "displayName": "Let Apps Sync With Devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_letappssyncwithdevices_0", + "displayName": "User in control.", + "description": "User in control." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappssyncwithdevices_1", + "displayName": "Force allow.", + "description": "Force allow." + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappssyncwithdevices_2", + "displayName": "Force deny.", + "description": "Force deny." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappssyncwithdevices_forceallowtheseapps", + "displayName": "Let Apps Sync With Devices Force Allow These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappssyncwithdevices_forcedenytheseapps", + "displayName": "Let Apps Sync With Devices Force Deny These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_letappssyncwithdevices_userincontroloftheseapps", + "displayName": "Let Apps Sync With Devices User In Control Of These Apps", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_privacy_publishuseractivities", + "displayName": "Publish User Activities", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_publishuseractivities_0", + "displayName": "Disabled", + "description": "Disabled. Apps/OS can't publish the user activities." + }, + { + "id": "device_vendor_msft_policy_config_privacy_publishuseractivities_1", + "displayName": "Enabled", + "description": "Enabled. Apps/OS can publish the user activities." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_privacy_uploaduseractivities", + "displayName": "Upload User Activities", + "options": [ + { + "id": "device_vendor_msft_policy_config_privacy_uploaduseractivities_0", + "displayName": "Disabled", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_privacy_uploaduseractivities_1", + "displayName": "Enabled", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_quiettime_allowusertochangesetting", + "displayName": "Allow user to change setting", + "options": [ + { + "id": "device_vendor_msft_policy_config_quiettime_allowusertochangesetting_0", + "displayName": "No", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_allowusertochangesetting_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday", + "displayName": "Mute notifications all day", + "options": { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_1", + "displayName": "Require", + "description": null + } + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_daysoftheweek", + "displayName": "Days of the week", + "options": [ + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_daysoftheweek_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_daysoftheweek_1", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_daysoftheweek_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_daysoftheweek_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_daysoftheweek_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_daysoftheweek_5", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsallday_daysoftheweek_6", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsclockedout", + "displayName": "Mute notifications", + "options": { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsclockedout_1", + "displayName": "Require", + "description": null + } + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily", + "displayName": "Mute notifications daily", + "options": { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_1", + "displayName": "Require", + "description": null + } + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_daysoftheweek", + "displayName": "Days of the week", + "options": [ + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_daysoftheweek_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_daysoftheweek_1", + "displayName": "Monday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_daysoftheweek_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_daysoftheweek_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_daysoftheweek_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_daysoftheweek_5", + "displayName": "Friday", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_daysoftheweek_6", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_endtime", + "displayName": "End time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_mutenotificationsdaily_starttime", + "displayName": "Start time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_rangesettings_endtime", + "displayName": "End", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_quiettime_rangesettings_starttime", + "displayName": "Start", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_customizewarningmessages", + "displayName": "Customize warning messages", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteassistance_customizewarningmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_customizewarningmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_customizewarningmessages_ra_options_connect_message", + "displayName": "Display warning message before connecting: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_customizewarningmessages_ra_options_share_control_message", + "displayName": "Display warning message before sharing control: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_sessionlogging", + "displayName": "Turn on session logging", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteassistance_sessionlogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_sessionlogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance", + "displayName": "Configure Solicited Remote Assistance", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_control_list", + "displayName": "Permit remote control of this computer:", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_control_list_1", + "displayName": "Allow helpers to remotely control the computer", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_control_list_0", + "displayName": "Allow helpers to only view the computer", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_expireunits_list", + "displayName": "Maximum ticket time (units):", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_expireunits_list_0", + "displayName": "Minutes", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_expireunits_list_1", + "displayName": "Hours", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_expireunits_list_2", + "displayName": "Days", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_expirevalue_edt", + "displayName": "Maximum ticket time (value):", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_mailto_list", + "displayName": "Method for sending email invitations:", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_mailto_list_0", + "displayName": "Simple MAPI", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_solicitedremoteassistance_ra_solicit_mailto_list_1", + "displayName": "Mailto", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_unsolicitedremoteassistance", + "displayName": "Configure Offer Remote Assistance", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteassistance_unsolicitedremoteassistance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_unsolicitedremoteassistance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_unsolicitedremoteassistance_ra_unsolicit_control_list", + "displayName": "Permit remote control of this computer: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteassistance_unsolicitedremoteassistance_ra_unsolicit_control_list_1", + "displayName": "Allow helpers to remotely control the computer", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_unsolicitedremoteassistance_ra_unsolicit_control_list_0", + "displayName": "Allow helpers to only view the computer", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteassistance_unsolicitedremoteassistance_ra_unsolicit_dacl_edit", + "displayName": "Helpers: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_allowuserstoconnectremotely", + "displayName": "Allow users to connect remotely by using Remote Desktop Services", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_allowuserstoconnectremotely_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_allowuserstoconnectremotely_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_clientconnectionencryptionlevel", + "displayName": "Set client connection encryption level", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_clientconnectionencryptionlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_clientconnectionencryptionlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_clientconnectionencryptionlevel_ts_encryption_level", + "displayName": "Encryption Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_clientconnectionencryptionlevel_ts_encryption_level_1", + "displayName": "Low Level", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_clientconnectionencryptionlevel_ts_encryption_level_2", + "displayName": "Client Compatible", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_clientconnectionencryptionlevel_ts_encryption_level_3", + "displayName": "High Level", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_disconnectonlocklegacyauthn", + "displayName": "Disconnect remote session on lock for legacy authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_disconnectonlocklegacyauthn_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_disconnectonlocklegacyauthn_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_disconnectonlockmicrosoftidentityauthn", + "displayName": "Disconnect remote session on lock for Microsoft identity platform authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_disconnectonlockmicrosoftidentityauthn_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_disconnectonlockmicrosoftidentityauthn_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowdriveredirection", + "displayName": "Do not allow drive redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowdriveredirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowdriveredirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowpasswordsaving", + "displayName": "Do not allow passwords to be saved", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowpasswordsaving_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowpasswordsaving_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowwebauthnredirection", + "displayName": "Do not allow WebAuthn redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowwebauthnredirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_donotallowwebauthnredirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection", + "displayName": "Restrict clipboard transfer from client to server", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text", + "displayName": "Restrict clipboard transfer from client to server: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_0", + "displayName": "Disable clipboard transfers from client to server", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_1", + "displayName": "Allow plain text", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_2", + "displayName": "Allow plain text and images", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_3", + "displayName": "Allow plain text, images and Rich Text Format", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_4", + "displayName": "Allow plain text, images, Rich Text Format and HTML", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection", + "displayName": "Restrict clipboard transfer from server to client", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text", + "displayName": "Restrict clipboard transfer from server to client: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_0", + "displayName": "Disable clipboard transfers from server to client", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_1", + "displayName": "Allow plain text", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_2", + "displayName": "Allow plain text and images", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_3", + "displayName": "Allow plain text, images and Rich Text Format", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_4", + "displayName": "Allow plain text, images, Rich Text Format and HTML", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_promptforpassworduponconnection", + "displayName": "Always prompt for password upon connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_promptforpassworduponconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_promptforpassworduponconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_requiresecurerpccommunication", + "displayName": "Require secure RPC communication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_requiresecurerpccommunication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotedesktopservices_requiresecurerpccommunication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowbasicauthentication_client", + "displayName": "Allow Basic authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowbasicauthentication_client_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowbasicauthentication_client_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowbasicauthentication_service", + "displayName": "Allow Basic authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowbasicauthentication_service_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowbasicauthentication_service_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowcredsspauthenticationclient", + "displayName": "Allow CredSSP authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowcredsspauthenticationclient_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowcredsspauthenticationclient_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowcredsspauthenticationservice", + "displayName": "Allow CredSSP authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowcredsspauthenticationservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowcredsspauthenticationservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowremoteservermanagement", + "displayName": "Allow remote server management through WinRM", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowremoteservermanagement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowremoteservermanagement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowremoteservermanagement_allowautoconfig_ipv4filter", + "displayName": "IPv4 filter: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowremoteservermanagement_allowautoconfig_ipv6filter", + "displayName": "IPv6 filter: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowunencryptedtraffic_client", + "displayName": "Allow unencrypted traffic", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowunencryptedtraffic_client_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowunencryptedtraffic_client_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowunencryptedtraffic_service", + "displayName": "Allow unencrypted traffic", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowunencryptedtraffic_service_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_allowunencryptedtraffic_service_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallowdigestauthentication", + "displayName": "Disallow Digest authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallowdigestauthentication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallowdigestauthentication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallownegotiateauthenticationclient", + "displayName": "Disallow Negotiate authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallownegotiateauthenticationclient_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallownegotiateauthenticationclient_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallownegotiateauthenticationservice", + "displayName": "Disallow Negotiate authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallownegotiateauthenticationservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallownegotiateauthenticationservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallowstoringofrunascredentials", + "displayName": "Disallow WinRM from storing RunAs credentials", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallowstoringofrunascredentials_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_disallowstoringofrunascredentials_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_specifychannelbindingtokenhardeninglevel", + "displayName": "Specify channel binding token hardening level", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_specifychannelbindingtokenhardeninglevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_specifychannelbindingtokenhardeninglevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_specifychannelbindingtokenhardeninglevel_hardeninglevelcombo", + "displayName": "Hardening Level: (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_specifychannelbindingtokenhardeninglevel_hardeninglevelcombo_none", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_specifychannelbindingtokenhardeninglevel_hardeninglevelcombo_relaxed", + "displayName": "Relaxed", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_specifychannelbindingtokenhardeninglevel_hardeninglevelcombo_strict", + "displayName": "Strict", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_trustedhosts", + "displayName": "Trusted Hosts", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_trustedhosts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_trustedhosts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_trustedhosts_trustedhosts_list", + "displayName": "TrustedHostsList: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_turnoncompatibilityhttplistener", + "displayName": "Turn On Compatibility HTTP Listener", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_turnoncompatibilityhttplistener_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_turnoncompatibilityhttplistener_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_turnoncompatibilityhttpslistener", + "displayName": "Turn On Compatibility HTTPS Listener", + "options": [ + { + "id": "device_vendor_msft_policy_config_remotemanagement_turnoncompatibilityhttpslistener_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remotemanagement_turnoncompatibilityhttpslistener_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_restrictunauthenticatedrpcclients", + "displayName": "Restrict Unauthenticated RPC clients", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_restrictunauthenticatedrpcclients_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_restrictunauthenticatedrpcclients_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_restrictunauthenticatedrpcclients_rpcrestrictremoteclientslist", + "displayName": "RPC Runtime Unauthenticated Client Restriction to Apply:", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_restrictunauthenticatedrpcclients_rpcrestrictremoteclientslist_0", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_restrictunauthenticatedrpcclients_rpcrestrictremoteclientslist_1", + "displayName": "Authenticated", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_restrictunauthenticatedrpcclients_rpcrestrictremoteclientslist_2", + "displayName": "Authenticated without exceptions", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_rpcendpointmapperclientauthentication", + "displayName": "Enable RPC Endpoint Mapper Client Authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_rpcendpointmapperclientauthentication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteprocedurecall_rpcendpointmapperclientauthentication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_allowremoteshellaccess", + "displayName": "Allow Remote Shell Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteshell_allowremoteshellaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_allowremoteshellaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_maxconcurrentusers", + "displayName": "MaxConcurrentUsers", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteshell_maxconcurrentusers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_maxconcurrentusers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_maxconcurrentusers_maxconcurrentusers", + "displayName": "MaxConcurrentUsers (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifyidletimeout", + "displayName": "Specify idle Timeout", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteshell_specifyidletimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifyidletimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifyidletimeout_idletimeout", + "displayName": "IdleTimeout (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxmemory", + "displayName": "Specify maximum amount of memory in MB per Shell", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxmemory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxmemory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxmemory_maxmemorypershellmb", + "displayName": "MaxMemoryPerShellMB (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxprocesses", + "displayName": "Specify maximum number of processes per Shell", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxprocesses_maxprocessespershell", + "displayName": "MaxProcessesPerShell (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxremoteshells", + "displayName": "Specify maximum number of remote shells per user", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxremoteshells_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxremoteshells_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifymaxremoteshells_maxshellsperuser", + "displayName": "MaxShellsPerUser (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifyshelltimeout", + "displayName": "Specify Shell Timeout", + "options": [ + { + "id": "device_vendor_msft_policy_config_remoteshell_specifyshelltimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifyshelltimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_remoteshell_specifyshelltimeout_shelltimeout", + "displayName": "ShellTimeOut (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_search_allowcloudsearch", + "displayName": "Allow Cloud Search", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_allowcloudsearch_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_search_allowcloudsearch_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_allowcortanainaad", + "displayName": "Allow Cortana In AAD", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_allowcortanainaad_0", + "displayName": "Block", + "description": "Not allowed. The Cortana consent page will not appear in AAD OOBE during setup." + }, + { + "id": "device_vendor_msft_policy_config_search_allowcortanainaad_1", + "displayName": "Allow", + "description": "Allowed. The Cortana consent page will appear in Azure AAD OOBE during setup." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_allowfindmyfiles", + "displayName": "Allow Find My Files", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_allowfindmyfiles_1", + "displayName": "Find My Files feature can be toggled (still off by default), and the settings UI is present.", + "description": "Find My Files feature can be toggled (still off by default), and the settings UI is present." + }, + { + "id": "device_vendor_msft_policy_config_search_allowfindmyfiles_0", + "displayName": "Find My Files feature is turned off completely, and the settings UI is disabled.", + "description": "Find My Files feature is turned off completely, and the settings UI is disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_allowindexingencryptedstoresoritems", + "displayName": "Allow Indexing Encrypted Stores Or Items", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_allowindexingencryptedstoresoritems_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_search_allowindexingencryptedstoresoritems_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_allowsearchhighlights", + "displayName": "Allow Search Highlights", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_search_allowsearchtouselocation", + "displayName": "Allow Search To Use Location", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_allowsearchtouselocation_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_search_allowsearchtouselocation_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_allowstoringimagesfromvisionsearch", + "displayName": "Allow Storing Images From Vision Search", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_allowstoringimagesfromvisionsearch_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_search_allowstoringimagesfromvisionsearch_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_allowusingdiacritics", + "displayName": "Allow Using Diacritics", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_allowusingdiacritics_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_search_allowusingdiacritics_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_allowwindowsindexer", + "displayName": "Allow Windows Indexer", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_search_alwaysuseautolangdetection", + "displayName": "Always Use Auto Lang Detection", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_alwaysuseautolangdetection_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_search_alwaysuseautolangdetection_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_configuresearchontaskbarmode", + "displayName": "Configure Search On Taskbar Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_configuresearchontaskbarmode_0", + "displayName": "Hide", + "description": "Hide" + }, + { + "id": "device_vendor_msft_policy_config_search_configuresearchontaskbarmode_1", + "displayName": "Search icon only", + "description": "Search icon only" + }, + { + "id": "device_vendor_msft_policy_config_search_configuresearchontaskbarmode_2", + "displayName": "Search icon and label", + "description": "Search icon and label" + }, + { + "id": "device_vendor_msft_policy_config_search_configuresearchontaskbarmode_3", + "displayName": "Search box", + "description": "Search box" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_disablebackoff", + "displayName": "Disable Backoff", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_disablebackoff_0", + "displayName": "Disable.", + "description": "Disable." + }, + { + "id": "device_vendor_msft_policy_config_search_disablebackoff_1", + "displayName": "Enable.", + "description": "Enable." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_disableremovabledriveindexing", + "displayName": "Disable Removable Drive Indexing", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_disableremovabledriveindexing_0", + "displayName": "Disable.", + "description": "Disable." + }, + { + "id": "device_vendor_msft_policy_config_search_disableremovabledriveindexing_1", + "displayName": "Enable.", + "description": "Enable." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_disablesearch", + "displayName": "Disable Search", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_disablesearch_0", + "displayName": "Do not disable.", + "description": "Do not disable." + }, + { + "id": "device_vendor_msft_policy_config_search_disablesearch_1", + "displayName": "Disable.", + "description": "Disable." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_donotusewebresults", + "displayName": "Do Not Use Web Results", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_donotusewebresults_0", + "displayName": "Not allowed. Queries won't be performed on the web and web results won't be displayed when a user performs a query in Search.", + "description": "Not allowed. Queries won't be performed on the web and web results won't be displayed when a user performs a query in Search." + }, + { + "id": "device_vendor_msft_policy_config_search_donotusewebresults_1", + "displayName": "Allowed. Queries will be performed on the web and web results will be displayed when a user performs a query in Search.", + "description": "Allowed. Queries will be performed on the web and web results will be displayed when a user performs a query in Search." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_preventindexinglowdiskspacemb", + "displayName": "Prevent Indexing Low Disk Space MB", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_preventindexinglowdiskspacemb_0", + "displayName": "Disable.", + "description": "Disable." + }, + { + "id": "device_vendor_msft_policy_config_search_preventindexinglowdiskspacemb_1", + "displayName": "Enable.", + "description": "Enable." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_search_preventremotequeries", + "displayName": "Prevent Remote Queries", + "options": [ + { + "id": "device_vendor_msft_policy_config_search_preventremotequeries_0", + "displayName": "Disable.", + "description": "Disable." + }, + { + "id": "device_vendor_msft_policy_config_search_preventremotequeries_1", + "displayName": "Enable.", + "description": "Enable." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_a001_block_flash", + "displayName": "Block Flash activation in Office documents", + "options": [ + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_a001_block_flash_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_a001_block_flash_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_a001_block_flash_pol_secguide_block_flash", + "displayName": "Block Flash player in Office (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_a001_block_flash_pol_secguide_block_flash_block all flash activation", + "displayName": "Block all activation", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_a001_block_flash_pol_secguide_block_flash_block embedded flash activation only", + "displayName": "Block embedding/linking, allow other activation", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_a001_block_flash_pol_secguide_block_flash_allow all flash activation", + "displayName": "Allow all activation", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript", + "displayName": "Restrict legacy JScript execution for Office", + "options": [ + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_excel", + "displayName": "Excel: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_msaccess", + "displayName": "Access: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_mspub", + "displayName": "Publisher: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_onenote", + "displayName": "OneNote: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_outlook", + "displayName": "Outlook: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_powerpnt", + "displayName": "PowerPoint: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_visio", + "displayName": "Visio: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_winproj", + "displayName": "Project: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_secguidev22h2~policy~cat_secguide_pol_secguide_legacy_jscript_pol_sg_winword", + "displayName": "Word: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_security_allowaddprovisioningpackage", + "displayName": "Allow Add Provisioning Package", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_allowaddprovisioningpackage_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_security_allowaddprovisioningpackage_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_security_allowremoveprovisioningpackage", + "displayName": "Allow Remove Provisioning Package", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_allowremoveprovisioningpackage_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_security_allowremoveprovisioningpackage_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_security_cleartpmifnotready", + "displayName": "Clear TPM If Not Ready", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_cleartpmifnotready_0", + "displayName": "Disabled", + "description": "Will not force recovery from a non-ready TPM state." + }, + { + "id": "device_vendor_msft_policy_config_security_cleartpmifnotready_1", + "displayName": "Enabled", + "description": "Will prompt to clear the TPM if the TPM is in a non-ready state (or reduced functionality) which can be remediated with a TPM Clear." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_security_configurewindowspasswords", + "displayName": "Configure Windows Passwords", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_configurewindowspasswords_0", + "displayName": "-Disallow passwords (Asymmetric credentials will be promoted to replace passwords on Windows features)", + "description": "-Disallow passwords (Asymmetric credentials will be promoted to replace passwords on Windows features)" + }, + { + "id": "device_vendor_msft_policy_config_security_configurewindowspasswords_1", + "displayName": "Allow passwords (Passwords continue to be allowed to be used for Windows features)", + "description": "Allow passwords (Passwords continue to be allowed to be used for Windows features)" + }, + { + "id": "device_vendor_msft_policy_config_security_configurewindowspasswords_2", + "displayName": "as per SKU and device capabilities. Windows 10 S devices will exhibit \"Disallow passwords\" default, and all other devices will default to \"Allow passwords\")", + "description": "as per SKU and device capabilities. Windows 10 S devices will exhibit \"Disallow passwords\" default, and all other devices will default to \"Allow passwords\")" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_security_preventautomaticdeviceencryptionforazureadjoineddevices", + "displayName": "Prevent Automatic Device Encryption For Azure AD Joined Devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_preventautomaticdeviceencryptionforazureadjoineddevices_0", + "displayName": "Encryption enabled.", + "description": "Encryption enabled." + }, + { + "id": "device_vendor_msft_policy_config_security_preventautomaticdeviceencryptionforazureadjoineddevices_1", + "displayName": "Encryption disabled.", + "description": "Encryption disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_security_recoveryenvironmentauthentication", + "displayName": "Recovery Environment Authentication", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_recoveryenvironmentauthentication_0", + "displayName": "current) behavior", + "description": "current) behavior" + }, + { + "id": "device_vendor_msft_policy_config_security_recoveryenvironmentauthentication_1", + "displayName": "RequireAuthentication: Admin Authentication is always required for components in RecoveryEnvironment", + "description": "RequireAuthentication: Admin Authentication is always required for components in RecoveryEnvironment" + }, + { + "id": "device_vendor_msft_policy_config_security_recoveryenvironmentauthentication_2", + "displayName": "NoRequireAuthentication: Admin Authentication is not required for components in RecoveryEnvironment", + "description": "NoRequireAuthentication: Admin Authentication is not required for components in RecoveryEnvironment" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_security_requiredeviceencryption", + "displayName": "Require Device Encryption", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_requiredeviceencryption_0", + "displayName": "Encryption is not required.", + "description": "Encryption is not required." + }, + { + "id": "device_vendor_msft_policy_config_security_requiredeviceencryption_1", + "displayName": "Encryption is required.", + "description": "Encryption is required." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_security_requireprovisioningpackagesignature", + "displayName": "Require Provisioning Package Signature", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_requireprovisioningpackagesignature_0", + "displayName": "Not required.", + "description": "Not required." + }, + { + "id": "device_vendor_msft_policy_config_security_requireprovisioningpackagesignature_1", + "displayName": "Required.", + "description": "Required." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_security_requireretrievehealthcertificateonboot", + "displayName": "Require Retrieve Health Certificate On Boot", + "options": [ + { + "id": "device_vendor_msft_policy_config_security_requireretrievehealthcertificateonboot_0", + "displayName": "Not required.", + "description": "Not required." + }, + { + "id": "device_vendor_msft_policy_config_security_requireretrievehealthcertificateonboot_1", + "displayName": "Required.", + "description": "Required." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_servicecontrolmanager_svchostprocessmitigation", + "displayName": "Enable svchost.exe mitigation options", + "options": [ + { + "id": "device_vendor_msft_policy_config_servicecontrolmanager_svchostprocessmitigation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_servicecontrolmanager_svchostprocessmitigation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowdatasense", + "displayName": "Allow Data Sense", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowdatasense_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowdatasense_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowdatetime", + "displayName": "Allow Date Time", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowdatetime_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowdatetime_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowlanguage", + "displayName": "Allow Language", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowlanguage_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowlanguage_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowonlinetips", + "displayName": "Allow Online Tips", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowonlinetips_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowonlinetips_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowpowersleep", + "displayName": "Allow Power Sleep", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowpowersleep_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowpowersleep_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowregion", + "displayName": "Allow Region", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowregion_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowregion_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowsigninoptions", + "displayName": "Allow Sign In Options", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowsigninoptions_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowsigninoptions_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowvpn", + "displayName": "Allow VPN", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowvpn_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowvpn_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowworkplace", + "displayName": "Allow Workplace", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowworkplace_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowworkplace_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_allowyouraccount", + "displayName": "Allow Your Account", + "options": [ + { + "id": "device_vendor_msft_policy_config_settings_allowyouraccount_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_settings_allowyouraccount_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_settings_pagevisibilitylist", + "displayName": "Page Visibility List", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_smartscreen_enableappinstallcontrol", + "displayName": "Enable App Install Control", + "options": [ + { + "id": "device_vendor_msft_policy_config_smartscreen_enableappinstallcontrol_0", + "displayName": "Disable", + "description": "Turns off Application Installation Control, allowing users to download and install files from anywhere on the web." + }, + { + "id": "device_vendor_msft_policy_config_smartscreen_enableappinstallcontrol_1", + "displayName": "Enable", + "description": "Turns on Application Installation Control, allowing users to only install apps from the Store." + }, + { + "id": "device_vendor_msft_policy_config_smartscreen_enableappinstallcontrol_2", + "displayName": "Turns on Application Installation Control, letting users know that there's a comparable app in the Store", + "description": "Turns on Application Installation Control, letting users know that there's a comparable app in the Store" + }, + { + "id": "device_vendor_msft_policy_config_smartscreen_enableappinstallcontrol_3", + "displayName": "Turns on Application Installation Control, warning users before installing apps from outside the Store", + "description": "Turns on Application Installation Control, warning users before installing apps from outside the Store" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_smartscreen_enablesmartscreeninshell", + "displayName": "Enable Smart Screen In Shell", + "options": [ + { + "id": "device_vendor_msft_policy_config_smartscreen_enablesmartscreeninshell_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_smartscreen_enablesmartscreeninshell_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_smartscreen_preventoverrideforfilesinshell", + "displayName": "Prevent Override For Files In Shell", + "options": [ + { + "id": "device_vendor_msft_policy_config_smartscreen_preventoverrideforfilesinshell_0", + "displayName": "Disabled", + "description": "Do not prevent override." + }, + { + "id": "device_vendor_msft_policy_config_smartscreen_preventoverrideforfilesinshell_1", + "displayName": "Enabled", + "description": "Prevent override." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_speech_allowspeechmodelupdate", + "displayName": "Allow Speech Model Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_speech_allowspeechmodelupdate_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_speech_allowspeechmodelupdate_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderdocuments", + "displayName": "Allow Pinned Folder Documents", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderdocuments_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderdocuments_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderdocuments_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderdownloads", + "displayName": "Allow Pinned Folder Downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderdownloads_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderdownloads_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderdownloads_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderfileexplorer", + "displayName": "Allow Pinned Folder File Explorer", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderfileexplorer_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderfileexplorer_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderfileexplorer_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderhomegroup", + "displayName": "Allow Pinned Folder Home Group", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderhomegroup_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderhomegroup_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderhomegroup_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldermusic", + "displayName": "Allow Pinned Folder Music", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldermusic_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldermusic_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldermusic_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldernetwork", + "displayName": "Allow Pinned Folder Network", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldernetwork_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldernetwork_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldernetwork_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderpersonalfolder", + "displayName": "Allow Pinned Folder Personal Folder", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderpersonalfolder_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderpersonalfolder_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderpersonalfolder_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderpictures", + "displayName": "Allow Pinned Folder Pictures", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderpictures_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderpictures_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfolderpictures_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldersettings", + "displayName": "Allow Pinned Folder Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldersettings_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldersettings_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldersettings_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldervideos", + "displayName": "Allow Pinned Folder Videos", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldervideos_0", + "displayName": "The shortcut is hidden and disables the setting in the Settings app.", + "description": "The shortcut is hidden and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldervideos_1", + "displayName": "The shortcut is visible and disables the setting in the Settings app.", + "description": "The shortcut is visible and disables the setting in the Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_allowpinnedfoldervideos_65535", + "displayName": "There is no enforced configuration and the setting can be changed by the user.", + "description": "There is no enforced configuration and the setting can be changed by the user." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_configurestartpins", + "displayName": "Configure Start Pins", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_start_disablecontextmenus", + "displayName": "Disable Context Menus", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_disablecontextmenus_0", + "displayName": "Disabled", + "description": "Do not disable." + }, + { + "id": "device_vendor_msft_policy_config_start_disablecontextmenus_1", + "displayName": "Enabled", + "description": "Disable." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_disableeditingquicksettings", + "displayName": "Disable Editing Quick Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_disableeditingquicksettings_0", + "displayName": "Enable editing Quick Settings.", + "description": "Enable editing Quick Settings." + }, + { + "id": "device_vendor_msft_policy_config_start_disableeditingquicksettings_1", + "displayName": "Disable editing Quick Settings.", + "description": "Disable editing Quick Settings." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_forcestartsize", + "displayName": "Force Start Size", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_forcestartsize_0", + "displayName": "Do not force size of Start.", + "description": "Do not force size of Start." + }, + { + "id": "device_vendor_msft_policy_config_start_forcestartsize_1", + "displayName": "Force non-fullscreen size of Start.", + "description": "Force non-fullscreen size of Start." + }, + { + "id": "device_vendor_msft_policy_config_start_forcestartsize_2", + "displayName": "Force a fullscreen size of Start.", + "description": "Force a fullscreen size of Start." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hideapplist", + "displayName": "Hide App List", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hideapplist_0", + "displayName": "None.", + "description": "None." + }, + { + "id": "device_vendor_msft_policy_config_start_hideapplist_1", + "displayName": "Hide all apps list.", + "description": "Hide all apps list." + }, + { + "id": "device_vendor_msft_policy_config_start_hideapplist_2", + "displayName": "Hide all apps list, and Disable \"Show app list in Start menu\" in Settings app.", + "description": "Hide all apps list, and Disable \"Show app list in Start menu\" in Settings app." + }, + { + "id": "device_vendor_msft_policy_config_start_hideapplist_3", + "displayName": "Hide all apps list, remove all apps button, and Disable \"Show app list in Start menu\" in Settings app.", + "description": "Hide all apps list, remove all apps button, and Disable \"Show app list in Start menu\" in Settings app." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hidechangeaccountsettings", + "displayName": "Hide Change Account Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hidechangeaccountsettings_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hidechangeaccountsettings_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hidefrequentlyusedapps", + "displayName": "Hide Frequently Used Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hidefrequentlyusedapps_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hidefrequentlyusedapps_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hidehibernate", + "displayName": "Hide Hibernate", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hidehibernate_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hidehibernate_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hidelock", + "displayName": "Hide Lock", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hidelock_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hidelock_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hidepowerbutton", + "displayName": "Hide Power Button", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hidepowerbutton_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hidepowerbutton_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hiderecentjumplists", + "displayName": "Hide Recent Jumplists", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hiderecentjumplists_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hiderecentjumplists_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hiderecentlyaddedapps", + "displayName": "Hide Recently Added Apps", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hiderecentlyaddedapps_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hiderecentlyaddedapps_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hiderestart", + "displayName": "Hide Restart", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hiderestart_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hiderestart_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hideshutdown", + "displayName": "Hide Shut Down", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hideshutdown_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hideshutdown_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hidesignout", + "displayName": "Hide Sign Out", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hidesignout_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hidesignout_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hidesleep", + "displayName": "Hide Sleep", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hidesleep_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hidesleep_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hideswitchaccount", + "displayName": "Hide Switch Account", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hideswitchaccount_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hideswitchaccount_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_hideusertile", + "displayName": "Hide User Tile", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_hideusertile_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "device_vendor_msft_policy_config_start_hideusertile_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_importedgeassets", + "displayName": "Import Edge Assets", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_start_nopinningtotaskbar", + "displayName": "No Pinning To Taskbar", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_nopinningtotaskbar_0", + "displayName": "Disabled", + "description": "Pinning enabled." + }, + { + "id": "device_vendor_msft_policy_config_start_nopinningtotaskbar_1", + "displayName": "Enabled", + "description": "Pinning disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_simplifyquicksettings", + "displayName": "Simplify Quick Settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_start_simplifyquicksettings_0", + "displayName": "Load regular Quick Settings layout.", + "description": "Load regular Quick Settings layout." + }, + { + "id": "device_vendor_msft_policy_config_start_simplifyquicksettings_1", + "displayName": "Load simplified Quick Settings layout.", + "description": "Load simplified Quick Settings layout." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_start_startlayout", + "displayName": "Start Layout", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_storage_allowdiskhealthmodelupdates", + "displayName": "Allow Disk Health Model Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_storage_allowdiskhealthmodelupdates_0", + "displayName": "Do not allow", + "description": "Do not allow" + }, + { + "id": "device_vendor_msft_policy_config_storage_allowdiskhealthmodelupdates_1", + "displayName": "Allow", + "description": "Allow" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_storage_allowstoragesenseglobal", + "displayName": "Allow Storage Sense Global", + "options": [ + { + "id": "device_vendor_msft_policy_config_storage_allowstoragesenseglobal_1", + "displayName": "Allow", + "description": "Allow" + }, + { + "id": "device_vendor_msft_policy_config_storage_allowstoragesenseglobal_0", + "displayName": "Block", + "description": "Block" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_storage_allowstoragesensetemporaryfilescleanup", + "displayName": "Allow Storage Sense Temporary Files Cleanup", + "options": [ + { + "id": "device_vendor_msft_policy_config_storage_allowstoragesensetemporaryfilescleanup_1", + "displayName": "Allow", + "description": "Allow" + }, + { + "id": "device_vendor_msft_policy_config_storage_allowstoragesensetemporaryfilescleanup_0", + "displayName": "Block", + "description": "Block" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_storage_configstoragesensecloudcontentdehydrationthreshold", + "displayName": "Config Storage Sense Cloud Content Dehydration Threshold", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_storage_configstoragesensedownloadscleanupthreshold", + "displayName": "Config Storage Sense Downloads Cleanup Threshold", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_storage_configstoragesenseglobalcadence", + "displayName": "Config Storage Sense Global Cadence", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_storage_configstoragesenserecyclebincleanupthreshold", + "displayName": "Config Storage Sense Recycle Bin Cleanup Threshold", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_storage_enhancedstoragedevices", + "displayName": "Do not allow Windows to activate Enhanced Storage devices", + "options": [ + { + "id": "device_vendor_msft_policy_config_storage_enhancedstoragedevices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_storage_enhancedstoragedevices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_storage_removablediskdenywriteaccess", + "displayName": "Removable Disk Deny Write Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_storage_removablediskdenywriteaccess_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_storage_removablediskdenywriteaccess_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowbuildpreview", + "displayName": "Allow Build Preview", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowbuildpreview_0", + "displayName": "Not allowed. The item \"Get Insider builds\" is unavailable, users are unable to make their devices available for preview software.", + "description": "Not allowed. The item \"Get Insider builds\" is unavailable, users are unable to make their devices available for preview software." + }, + { + "id": "device_vendor_msft_policy_config_system_allowbuildpreview_1", + "displayName": "Allowed. Users can make their devices available for downloading and installing preview software.", + "description": "Allowed. Users can make their devices available for downloading and installing preview software." + }, + { + "id": "device_vendor_msft_policy_config_system_allowbuildpreview_2", + "displayName": "Not configured. Users can make their devices available for downloading and installing preview software.", + "description": "Not configured. Users can make their devices available for downloading and installing preview software." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowcommercialdatapipeline", + "displayName": "Allow Commercial Data Pipeline", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowcommercialdatapipeline_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_allowcommercialdatapipeline_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowdesktopanalyticsprocessing", + "displayName": "Allow Desktop Analytics Processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowdesktopanalyticsprocessing_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_system_allowdesktopanalyticsprocessing_2", + "displayName": "Allowed", + "description": "Allowed" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowdevicenameindiagnosticdata", + "displayName": "Allow device name to be sent in Windows diagnostic data", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowdevicenameindiagnosticdata_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_allowdevicenameindiagnosticdata_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowembeddedmode", + "displayName": "Allow Embedded Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowembeddedmode_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_system_allowembeddedmode_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowexperimentation", + "displayName": "Allow Experimentation", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowexperimentation_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_allowexperimentation_1", + "displayName": "Permits Microsoft to configure device settings only.", + "description": "Permits Microsoft to configure device settings only." + }, + { + "id": "device_vendor_msft_policy_config_system_allowexperimentation_2", + "displayName": "Allows Microsoft to conduct full experimentation.", + "description": "Allows Microsoft to conduct full experimentation." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowfontproviders", + "displayName": "Allow Font Providers", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowfontproviders_0", + "displayName": "Not allowed. No traffic to fs.microsoft.com and only locally installed fonts are available.", + "description": "Not allowed. No traffic to fs.microsoft.com and only locally installed fonts are available." + }, + { + "id": "device_vendor_msft_policy_config_system_allowfontproviders_1", + "displayName": "Allowed. There may be network traffic to fs.microsoft.com and downloadable fonts are available to apps that support them.", + "description": "Allowed. There may be network traffic to fs.microsoft.com and downloadable fonts are available to apps that support them." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowlocation", + "displayName": "Allow Location", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowlocation_0", + "displayName": "Force Location Off. All Location Privacy settings are toggled off and grayed out. Users cannot change the settings, and no apps are allowed access to the Location service, including Cortana and Search.", + "description": "Force Location Off. All Location Privacy settings are toggled off and grayed out. Users cannot change the settings, and no apps are allowed access to the Location service, including Cortana and Search." + }, + { + "id": "device_vendor_msft_policy_config_system_allowlocation_1", + "displayName": "Location service is allowed. The user has control and can change Location Privacy settings on or off.", + "description": "Location service is allowed. The user has control and can change Location Privacy settings on or off." + }, + { + "id": "device_vendor_msft_policy_config_system_allowlocation_2", + "displayName": "Force Location On. All Location Privacy settings are toggled on and grayed out. Users cannot change the settings and all consent permissions will be automatically suppressed.", + "description": "Force Location On. All Location Privacy settings are toggled on and grayed out. Users cannot change the settings and all consent permissions will be automatically suppressed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowmicrosoftmanageddesktopprocessing", + "displayName": "Allow Microsoft Managed Desktop Processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowmicrosoftmanageddesktopprocessing_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_system_allowmicrosoftmanageddesktopprocessing_32", + "displayName": "Allowed", + "description": "Allowed" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowstoragecard", + "displayName": "Allow Storage Card", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowstoragecard_0", + "displayName": "SD card use is not allowed and USB drives are disabled. This setting does not prevent programmatic access to the storage card.", + "description": "SD card use is not allowed and USB drives are disabled. This setting does not prevent programmatic access to the storage card." + }, + { + "id": "device_vendor_msft_policy_config_system_allowstoragecard_1", + "displayName": "Allow a storage card.", + "description": "Allow a storage card." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowtelemetry", + "displayName": "Allow Telemetry", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowtelemetry_0", + "displayName": "Security", + "description": "Security. Information that is required to help keep Windows more secure, including data about the Connected User Experience and Telemetry component settings, the Malicious Software Removal Tool, and Windows Defender.\nNote: This value is only applicable to Windows 10 Enterprise, Windows 10 Education, Windows 10 Mobile Enterprise, Windows 10 IoT Core (IoT Core), and Windows Server 2016. Using this setting on other devices is equivalent to setting the value of 1." + }, + { + "id": "device_vendor_msft_policy_config_system_allowtelemetry_1", + "displayName": "Basic", + "description": "Basic. Basic device info, including: quality-related data, app compatibility, app usage data, and data from the Security level." + }, + { + "id": "device_vendor_msft_policy_config_system_allowtelemetry_3", + "displayName": "Full", + "description": "Full. All data necessary to identify and help to fix problems, plus data from the Security, Basic, and Enhanced levels." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowupdatecomplianceprocessing", + "displayName": "Allow Update Compliance Processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowupdatecomplianceprocessing_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_system_allowupdatecomplianceprocessing_16", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowusertoresetphone", + "displayName": "Allow User To Reset Phone", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowusertoresetphone_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_system_allowusertoresetphone_1", + "displayName": "Allowed to reset to factory default settings.", + "description": "Allowed to reset to factory default settings." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_allowwufbcloudprocessing", + "displayName": "Allow WUfB Cloud Processing", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_allowwufbcloudprocessing_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_system_allowwufbcloudprocessing_8", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_bootstartdriverinitialization", + "displayName": "Boot-Start Driver Initialization Policy", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_bootstartdriverinitialization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_system_bootstartdriverinitialization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_bootstartdriverinitialization_selectdriverloadpolicy", + "displayName": "Choose the boot-start drivers that can be initialized:", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_bootstartdriverinitialization_selectdriverloadpolicy_8", + "displayName": "Good only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_system_bootstartdriverinitialization_selectdriverloadpolicy_1", + "displayName": "Good and unknown", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_system_bootstartdriverinitialization_selectdriverloadpolicy_3", + "displayName": "Good, unknown and bad but critical", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_system_bootstartdriverinitialization_selectdriverloadpolicy_7", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_configuremicrosoft365uploadendpoint", + "displayName": "Configure Microsoft 365 Upload Endpoint", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_system_configuretelemetryoptinchangenotification", + "displayName": "Configure Telemetry Opt In Change Notification", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_configuretelemetryoptinchangenotification_0", + "displayName": "Enable telemetry change notifications.", + "description": "Enable telemetry change notifications." + }, + { + "id": "device_vendor_msft_policy_config_system_configuretelemetryoptinchangenotification_1", + "displayName": "Disable telemetry change notifications.", + "description": "Disable telemetry change notifications." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_configuretelemetryoptinsettingsux", + "displayName": "Configure Telemetry Opt In Settings Ux", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_configuretelemetryoptinsettingsux_0", + "displayName": "Enable Telemetry opt-in Settings.", + "description": "Enable Telemetry opt-in Settings." + }, + { + "id": "device_vendor_msft_policy_config_system_configuretelemetryoptinsettingsux_1", + "displayName": "Disable Telemetry opt-in Settings.", + "description": "Disable Telemetry opt-in Settings." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_disabledevicedelete", + "displayName": "Disable Device Delete", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_disabledevicedelete_0", + "displayName": "Not disabled.", + "description": "Not disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_disabledevicedelete_1", + "displayName": "Disabled.", + "description": "Disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_disablediagnosticdataviewer", + "displayName": "Disable Diagnostic Data Viewer", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_disablediagnosticdataviewer_0", + "displayName": "Not disabled.", + "description": "Not disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_disablediagnosticdataviewer_1", + "displayName": "Disabled.", + "description": "Disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_disabledirectxdatabaseupdate", + "displayName": "Disable Direct X Database Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_disabledirectxdatabaseupdate_0", + "displayName": "Not disabled.", + "description": "Not disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_disabledirectxdatabaseupdate_1", + "displayName": "Disabled.", + "description": "Disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_disableenterpriseauthproxy", + "displayName": "Disable Enterprise Auth Proxy", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_disableenterpriseauthproxy_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_system_disableenterpriseauthproxy_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_disableonedrivefilesync", + "displayName": "Disable One Drive File Sync", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_disableonedrivefilesync_0", + "displayName": "Sync enabled.", + "description": "Sync enabled." + }, + { + "id": "device_vendor_msft_policy_config_system_disableonedrivefilesync_1", + "displayName": "Sync disabled.", + "description": "Sync disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_disableonesettingsdownloads", + "displayName": "Disable One Settings Downloads", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_disableonesettingsdownloads_0", + "displayName": "Not disabled.", + "description": "Not disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_disableonesettingsdownloads_1", + "displayName": "Disabled.", + "description": "Disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_disablesystemrestore", + "displayName": "Turn off System Restore", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_disablesystemrestore_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_system_disablesystemrestore_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_enableonesettingsauditing", + "displayName": "Enable One Settings Auditing", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_enableonesettingsauditing_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_enableonesettingsauditing_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_feedbackhubalwayssavediagnosticslocally", + "displayName": "Feedback Hub Always Save Diagnostics Locally", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_feedbackhubalwayssavediagnosticslocally_0", + "displayName": "False. The Feedback Hub will not always save a local copy of diagnostics that may be created when a feedback is submitted. The user will have the option to do so.", + "description": "False. The Feedback Hub will not always save a local copy of diagnostics that may be created when a feedback is submitted. The user will have the option to do so." + }, + { + "id": "device_vendor_msft_policy_config_system_feedbackhubalwayssavediagnosticslocally_1", + "displayName": "True. The Feedback Hub should always save a local copy of diagnostics that may be created when a feedback is submitted.", + "description": "True. The Feedback Hub should always save a local copy of diagnostics that may be created when a feedback is submitted." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_limitdiagnosticlogcollection", + "displayName": "Limit Diagnostic Log Collection", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_limitdiagnosticlogcollection_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_limitdiagnosticlogcollection_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_limitdumpcollection", + "displayName": "Limit Dump Collection", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_limitdumpcollection_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_limitdumpcollection_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_limitenhanceddiagnosticdatawindowsanalytics", + "displayName": "Limit Enhanced Diagnostic Data Windows Analytics", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_limitenhanceddiagnosticdatawindowsanalytics_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_system_limitenhanceddiagnosticdatawindowsanalytics_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_system_telemetryproxy", + "displayName": "Telemetry Proxy", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_system_turnofffilehistory", + "displayName": "Turn Off File History", + "options": [ + { + "id": "device_vendor_msft_policy_config_system_turnofffilehistory_0", + "displayName": "Allow file history.", + "description": "Allow file history." + }, + { + "id": "device_vendor_msft_policy_config_system_turnofffilehistory_1", + "displayName": "Turn off file history.", + "description": "Turn off file history." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurehomegrouplistenerservicestartupmode", + "displayName": "Configure Home Group Listener Service Startup Mode", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurehomegroupproviderservicestartupmode", + "displayName": "Configure Home Group Provider Service Startup Mode", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxaccessorymanagementservicestartupmode", + "displayName": "Configure Xbox Accessory Management Service Startup Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxaccessorymanagementservicestartupmode_2", + "displayName": "Automatic", + "description": "Automatic" + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxaccessorymanagementservicestartupmode_3", + "displayName": "Manual", + "description": "Manual" + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxaccessorymanagementservicestartupmode_4", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxliveauthmanagerservicestartupmode", + "displayName": "Configure Xbox Live Auth Manager Service Startup Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxliveauthmanagerservicestartupmode_2", + "displayName": "Automatic", + "description": "Automatic" + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxliveauthmanagerservicestartupmode_3", + "displayName": "Manual", + "description": "Manual" + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxliveauthmanagerservicestartupmode_4", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxlivegamesaveservicestartupmode", + "displayName": "Configure Xbox Live Game Save Service Startup Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxlivegamesaveservicestartupmode_2", + "displayName": "Automatic", + "description": "Automatic" + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxlivegamesaveservicestartupmode_3", + "displayName": "Manual", + "description": "Manual" + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxlivegamesaveservicestartupmode_4", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxlivenetworkingservicestartupmode", + "displayName": "Configure Xbox Live Networking Service Startup Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxlivenetworkingservicestartupmode_2", + "displayName": "Automatic", + "description": "Automatic" + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxlivenetworkingservicestartupmode_3", + "displayName": "Manual", + "description": "Manual" + }, + { + "id": "device_vendor_msft_policy_config_systemservices_configurexboxlivenetworkingservicestartupmode_4", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_taskmanager_allowendtask", + "displayName": "Allow End Task", + "options": [ + { + "id": "device_vendor_msft_policy_config_taskmanager_allowendtask_0", + "displayName": "Block", + "description": "Disabled. EndTask functionality is blocked in TaskManager." + }, + { + "id": "device_vendor_msft_policy_config_taskmanager_allowendtask_1", + "displayName": "Allow", + "description": "Enabled. Users can perform EndTask in TaskManager." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_taskscheduler_enablexboxgamesavetask", + "displayName": "Enable Xbox Game Save Task", + "options": [ + { + "id": "device_vendor_msft_policy_config_taskscheduler_enablexboxgamesavetask_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_taskscheduler_enablexboxgamesavetask_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions", + "displayName": "Cloud Policy Details", + "options": [ + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_enforcefirewall", + "displayName": "Enable firewall protection of Microsoft endpoints (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_enforcefirewall_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_enforcefirewall_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_payloadcloudid", + "displayName": "Cloud ID (optional): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_payloadhostnamesid", + "displayName": "Hostnames (optional): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_payloadiprangesid", + "displayName": "IP Ranges (optional): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_payloadpolicyid", + "displayName": "Policy GUID: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_payloadsubdomainsupportedhostnamesid", + "displayName": "Subdomain Supported Hostnames (optional): (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_tenantrestrictions_configuretenantrestrictions_payloadtenantid", + "displayName": "Azure AD Directory ID: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking", + "displayName": "Enable watermarking", + "options": [ + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_part_watermarkingcontent", + "displayName": "QR code embedded content (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_part_watermarkingcontent_0", + "displayName": "Connection ID", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_part_watermarkingcontent_1", + "displayName": "Device ID", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_part_watermarkingheightfactor", + "displayName": "Height of grid box in percent relative to QR code bitmap height (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_part_watermarkingopacity", + "displayName": "QR code bitmap opacity (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_part_watermarkingqrscale", + "displayName": "QR code bitmap scale factor (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1.upadtes~policy~avd_gp_node_avd_server_watermarking_part_watermarkingwidthfactor", + "displayName": "Width of grid box in percent relative to QR code bitmap width (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_connection_interval_graphics_data", + "displayName": "Enable Graphics related data logging for every connection interval", + "options": [ + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_connection_interval_graphics_data_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_connection_interval_graphics_data_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_screen_capture_protection", + "displayName": "Enable screen capture protection", + "options": [ + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_screen_capture_protection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_screen_capture_protection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_screen_capture_protection_avd_server_screen_capture_protection_level", + "displayName": "Screen Capture Protection Options (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_screen_capture_protection_avd_server_screen_capture_protection_level_1", + "displayName": " Block screen capture on client ", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_screen_capture_protection_avd_server_screen_capture_protection_level_2", + "displayName": " Block screen capture on client and server ", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_port_redirector", + "displayName": "Enable RDP Shortpath for managed networks", + "options": [ + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_port_redirector_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_port_redirector_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_port_redirector_part_udpredirectorport", + "displayName": "UDP port (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_stun_client_port_range", + "displayName": "Use port range for RDP Shortpath for unmanaged networks", + "options": [ + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_stun_client_port_range_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_stun_client_port_range_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_stun_client_port_range_part_iceclientportbase", + "displayName": "UDP port base (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_udp_stun_client_port_range_part_iceclientportrange", + "displayName": "Port pool size (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_watermarking", + "displayName": "[Deprecated] Enable watermarking", + "options": [ + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_watermarking_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_watermarking_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_watermarking_part_watermarkingheightfactor", + "displayName": "[Deprecated] Height of grid box in percent relative to QR code bitmap height (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_watermarking_part_watermarkingopacity", + "displayName": "[Deprecated] QR code bitmap opacity (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_watermarking_part_watermarkingqrscale", + "displayName": "[Deprecated] QR code bitmap scale factor (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_terminalserver-avdv1~policy~avd_gp_node_avd_server_watermarking_part_watermarkingwidthfactor", + "displayName": "[Deprecated] Width of grid box in percent relative to QR code bitmap width (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowhardwarekeyboardtextsuggestions", + "displayName": "Allow Hardware Keyboard Text Suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowhardwarekeyboardtextsuggestions_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowhardwarekeyboardtextsuggestions_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowimelogging", + "displayName": "Allow IME Logging", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowimelogging_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowimelogging_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowimenetworkaccess", + "displayName": "Allow IME Network Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowimenetworkaccess_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowimenetworkaccess_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowinputpanel", + "displayName": "Allow Input Panel", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowinputpanel_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowinputpanel_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseimesurrogatepaircharacters", + "displayName": "Allow Japanese IME Surrogate Pair Characters", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseimesurrogatepaircharacters_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseimesurrogatepaircharacters_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseivscharacters", + "displayName": "Allow Japanese IVS Characters", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseivscharacters_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseivscharacters_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowjapanesenonpublishingstandardglyph", + "displayName": "Allow Japanese Non Publishing Standard Glyph", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowjapanesenonpublishingstandardglyph_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowjapanesenonpublishingstandardglyph_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseuserdictionary", + "displayName": "Allow Japanese User Dictionary", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseuserdictionary_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowjapaneseuserdictionary_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowkeyboardtextsuggestions", + "displayName": "Allow Keyboard Text Suggestions", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowkeyboardtextsuggestions_0", + "displayName": "Block", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowkeyboardtextsuggestions_1", + "displayName": "Allow", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowlanguagefeaturesuninstall", + "displayName": "Allow Language Features Uninstall", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowlanguagefeaturesuninstall_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowlanguagefeaturesuninstall_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowlinguisticdatacollection", + "displayName": "Allow Linguistic Data Collection", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_allowlinguisticdatacollection_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_textinput_allowlinguisticdatacollection_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_configurejapaneseimeversion", + "displayName": "Configure Japanese IME Version", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_configurejapaneseimeversion_0", + "displayName": "Allows you to configure which Microsoft Japanese IME version to use. The new Microsoft Japanese IME version is configured by default.", + "description": "Allows you to configure which Microsoft Japanese IME version to use. The new Microsoft Japanese IME version is configured by default." + }, + { + "id": "device_vendor_msft_policy_config_textinput_configurejapaneseimeversion_1", + "displayName": "Does not allow you to configure which Microsoft Japanese IME version to use. The previous version of Microsoft Japanese IME is always selected.", + "description": "Does not allow you to configure which Microsoft Japanese IME version to use. The previous version of Microsoft Japanese IME is always selected." + }, + { + "id": "device_vendor_msft_policy_config_textinput_configurejapaneseimeversion_2", + "displayName": "Does not allow you to configure which Microsoft Japanese IME version to use. The new Microsoft Japanese IME version is always selected.", + "description": "Does not allow you to configure which Microsoft Japanese IME version to use. The new Microsoft Japanese IME version is always selected." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_configuresimplifiedchineseimeversion", + "displayName": "Configure Simplified Chinese IME Version", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_configuresimplifiedchineseimeversion_0", + "displayName": "Allows you to configure which Microsoft Simplified Chinese IME version to use. The new Microsoft Simplified Chinese IME version is configured by default.", + "description": "Allows you to configure which Microsoft Simplified Chinese IME version to use. The new Microsoft Simplified Chinese IME version is configured by default." + }, + { + "id": "device_vendor_msft_policy_config_textinput_configuresimplifiedchineseimeversion_1", + "displayName": "Does not allow you to configure which Microsoft Simplified Chinese IME version to use. The previous version of Microsoft Simplified Chinese IME is always selected.", + "description": "Does not allow you to configure which Microsoft Simplified Chinese IME version to use. The previous version of Microsoft Simplified Chinese IME is always selected." + }, + { + "id": "device_vendor_msft_policy_config_textinput_configuresimplifiedchineseimeversion_2", + "displayName": "Does not allow you to configure which Microsoft Simplified Chinese IME version to use. The new Microsoft Simplified Chinese IME version is always selected.", + "description": "Does not allow you to configure which Microsoft Simplified Chinese IME version to use. The new Microsoft Simplified Chinese IME version is always selected." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_configuretraditionalchineseimeversion", + "displayName": "Configure Traditional Chinese IME Version", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_configuretraditionalchineseimeversion_0", + "displayName": "Allows you to configure which Microsoft Traditional Chinese IME version to use. The new Microsoft Traditional Chinese IME version is configured by default.", + "description": "Allows you to configure which Microsoft Traditional Chinese IME version to use. The new Microsoft Traditional Chinese IME version is configured by default." + }, + { + "id": "device_vendor_msft_policy_config_textinput_configuretraditionalchineseimeversion_1", + "displayName": "Does not allow you to configure which Microsoft Traditional Chinese IME version to use. The previous version of Microsoft Traditional Chinese IME is always selected.", + "description": "Does not allow you to configure which Microsoft Traditional Chinese IME version to use. The previous version of Microsoft Traditional Chinese IME is always selected." + }, + { + "id": "device_vendor_msft_policy_config_textinput_configuretraditionalchineseimeversion_2", + "displayName": "Does not allow you to configure which Microsoft Traditional Chinese IME version to use. The new Microsoft Traditional Chinese IME version is always selected.", + "description": "Does not allow you to configure which Microsoft Traditional Chinese IME version to use. The new Microsoft Traditional Chinese IME version is always selected." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_enabletouchkeyboardautoinvokeindesktopmode", + "displayName": "Enable Touch Keyboard Auto Invoke In Desktop Mode", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_enabletouchkeyboardautoinvokeindesktopmode_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_textinput_enabletouchkeyboardautoinvokeindesktopmode_1", + "displayName": "Enabled", + "description": "Enabled." + }, + { + "id": "device_vendor_msft_policy_config_textinput_enabletouchkeyboardautoinvokeindesktopmode_2", + "displayName": "Always.", + "description": "Always." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptjis0208", + "displayName": "Exclude Japanese IME Except JIS0208", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptjis0208_0", + "displayName": "No characters are filtered.", + "description": "No characters are filtered." + }, + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptjis0208_1", + "displayName": "All characters except JIS0208 are filtered.", + "description": "All characters except JIS0208 are filtered." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptjis0208andeudc", + "displayName": "Exclude Japanese IME Except JIS0208and EUDC", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptjis0208andeudc_0", + "displayName": "No characters are filtered.", + "description": "No characters are filtered." + }, + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptjis0208andeudc_1", + "displayName": "All characters except JIS0208 and EUDC are filtered.", + "description": "All characters except JIS0208 and EUDC are filtered." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptshiftjis", + "displayName": "Exclude Japanese IME Except Shift JIS", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptshiftjis_0", + "displayName": "No characters are filtered.", + "description": "No characters are filtered." + }, + { + "id": "device_vendor_msft_policy_config_textinput_excludejapaneseimeexceptshiftjis_1", + "displayName": "All characters except ShiftJIS are filtered.", + "description": "All characters except ShiftJIS are filtered." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_forcetouchkeyboarddockedstate", + "displayName": "Force Touch Keyboard Docked State", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_forcetouchkeyboarddockedstate_0", + "displayName": "The OS determines when it's most appropriate to be available.", + "description": "The OS determines when it's most appropriate to be available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_forcetouchkeyboarddockedstate_1", + "displayName": "Touch keyboard is always docked.", + "description": "Touch keyboard is always docked." + }, + { + "id": "device_vendor_msft_policy_config_textinput_forcetouchkeyboarddockedstate_2", + "displayName": "Touch keyboard docking can be changed.", + "description": "Touch keyboard docking can be changed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboarddictationbuttonavailability", + "displayName": "Touch Keyboard Dictation Button Availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboarddictationbuttonavailability_0", + "displayName": "The OS determines when it's most appropriate to be available.", + "description": "The OS determines when it's most appropriate to be available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboarddictationbuttonavailability_1", + "displayName": "Dictation button on the keyboard is always available.", + "description": "Dictation button on the keyboard is always available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboarddictationbuttonavailability_2", + "displayName": "Dictation button on the keyboard is always disabled.", + "description": "Dictation button on the keyboard is always disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardemojibuttonavailability", + "displayName": "Touch Keyboard Emoji Button Availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardemojibuttonavailability_0", + "displayName": "The OS determines when it's most appropriate to be available.", + "description": "The OS determines when it's most appropriate to be available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardemojibuttonavailability_1", + "displayName": "Emoji button on keyboard is always available.", + "description": "Emoji button on keyboard is always available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardemojibuttonavailability_2", + "displayName": "Emoji button on keyboard is always disabled.", + "description": "Emoji button on keyboard is always disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardfullmodeavailability", + "displayName": "Touch Keyboard Full Mode Availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardfullmodeavailability_0", + "displayName": "The OS determines when it's most appropriate to be available.", + "description": "The OS determines when it's most appropriate to be available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardfullmodeavailability_1", + "displayName": "Full keyboard is always available.", + "description": "Full keyboard is always available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardfullmodeavailability_2", + "displayName": "Full keyboard is always disabled.", + "description": "Full keyboard is always disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardhandwritingmodeavailability", + "displayName": "Touch Keyboard Handwriting Mode Availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardhandwritingmodeavailability_0", + "displayName": "The OS determines when it's most appropriate to be available.", + "description": "The OS determines when it's most appropriate to be available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardhandwritingmodeavailability_1", + "displayName": "Handwriting input panel is always available.", + "description": "Handwriting input panel is always available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardhandwritingmodeavailability_2", + "displayName": "Handwriting input panel is always disabled.", + "description": "Handwriting input panel is always disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardnarrowmodeavailability", + "displayName": "Touch Keyboard Narrow Mode Availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardnarrowmodeavailability_0", + "displayName": "The OS determines when it's most appropriate to be available.", + "description": "The OS determines when it's most appropriate to be available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardnarrowmodeavailability_1", + "displayName": "Narrow keyboard is always available.", + "description": "Narrow keyboard is always available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardnarrowmodeavailability_2", + "displayName": "Narrow keyboard is always disabled.", + "description": "Narrow keyboard is always disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardsplitmodeavailability", + "displayName": "Touch Keyboard Split Mode Availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardsplitmodeavailability_0", + "displayName": "The OS determines when it's most appropriate to be available.", + "description": "The OS determines when it's most appropriate to be available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardsplitmodeavailability_1", + "displayName": "Split keyboard is always available.", + "description": "Split keyboard is always available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardsplitmodeavailability_2", + "displayName": "Split keyboard is always disabled.", + "description": "Split keyboard is always disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardwidemodeavailability", + "displayName": "Touch Keyboard Wide Mode Availability", + "options": [ + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardwidemodeavailability_0", + "displayName": "The OS determines when it's most appropriate to be available.", + "description": "The OS determines when it's most appropriate to be available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardwidemodeavailability_1", + "displayName": "Wide keyboard is always available.", + "description": "Wide keyboard is always available." + }, + { + "id": "device_vendor_msft_policy_config_textinput_touchkeyboardwidemodeavailability_2", + "displayName": "Wide keyboard is always disabled.", + "description": "Wide keyboard is always disabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_allowset24hourclock", + "displayName": "Allow Set24 Hour Clock", + "options": [ + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_allowset24hourclock_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_allowset24hourclock_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_blockcleanupofunusedpreinstalledlangpacks", + "displayName": "Block Cleanup Of Unused Preinstalled Lang Packs", + "options": [ + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_blockcleanupofunusedpreinstalledlangpacks_0", + "displayName": "Block", + "description": "Not blocked." + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_blockcleanupofunusedpreinstalledlangpacks_1", + "displayName": "Allow", + "description": "Blocked." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_configuretimezone", + "displayName": "Configure Time Zone", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_machineuilanguageoverwrite", + "displayName": "Machine UI Language Overwrite", + "options": [ + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_machineuilanguageoverwrite_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_machineuilanguageoverwrite_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_restrictlanguagepacksandfeaturesinstall", + "displayName": "Restrict Language Packs And Features Install", + "options": [ + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_restrictlanguagepacksandfeaturesinstall_0", + "displayName": "Disabled", + "description": "Not restricted." + }, + { + "id": "device_vendor_msft_policy_config_timelanguagesettings_restrictlanguagepacksandfeaturesinstall_1", + "displayName": "Enabled", + "description": "Restricted." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_troubleshooting_allowrecommendations", + "displayName": "Allow Recommendations", + "options": [ + { + "id": "device_vendor_msft_policy_config_troubleshooting_allowrecommendations_0", + "displayName": "Turn this feature off.", + "description": "Turn this feature off." + }, + { + "id": "device_vendor_msft_policy_config_troubleshooting_allowrecommendations_1", + "displayName": "Turn this feature off but still apply critical troubleshooting.", + "description": "Turn this feature off but still apply critical troubleshooting." + }, + { + "id": "device_vendor_msft_policy_config_troubleshooting_allowrecommendations_2", + "displayName": "Notify users when recommended troubleshooting is available, then allow the user to run or ignore it.", + "description": "Notify users when recommended troubleshooting is available, then allow the user to run or ignore it." + }, + { + "id": "device_vendor_msft_policy_config_troubleshooting_allowrecommendations_3", + "displayName": "Run recommended troubleshooting automatically and notify the user after it's been successfully run.", + "description": "Run recommended troubleshooting automatically and notify the user after it's been successfully run." + }, + { + "id": "device_vendor_msft_policy_config_troubleshooting_allowrecommendations_4", + "displayName": "Run recommended troubleshooting automatically without notifying the user.", + "description": "Run recommended troubleshooting automatically without notifying the user." + }, + { + "id": "device_vendor_msft_policy_config_troubleshooting_allowrecommendations_5", + "displayName": "Allow the user to choose their own recommended troubleshooting settings.", + "description": "Allow the user to choose their own recommended troubleshooting settings." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_activehoursend", + "displayName": "Active Hours End", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_activehoursmaxrange", + "displayName": "Active Hours Max Range", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_activehoursstart", + "displayName": "Active Hours Start", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_allowautoupdate", + "displayName": "Allow Auto Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_allowautoupdate_0", + "displayName": "Notify the user before downloading the update. This policy is used by the enterprise who wants to enable the end-users to manage data usage. With this option users are notified when there are updates that apply to the device and are ready for download. Users can download and install the updates from the Windows Update control panel.", + "description": "Notify the user before downloading the update. This policy is used by the enterprise who wants to enable the end-users to manage data usage. With this option users are notified when there are updates that apply to the device and are ready for download. Users can download and install the updates from the Windows Update control panel." + }, + { + "id": "device_vendor_msft_policy_config_update_allowautoupdate_1", + "displayName": "Auto install the update and then notify the user to schedule a device restart. Updates are downloaded automatically on non-metered networks and installed during \"Automatic Maintenance\" when the device is not in use and is not running on battery power. If automatic maintenance is unable to install updates for two days, Windows Update will install updates immediately. If the installation requires a restart, the end-user is prompted to schedule the restart time. The end-user has up to seven days to schedule the restart and after that, a restart of the device is forced. Enabling the end-user to control the start time reduces the risk of accidental data loss caused by applications that do not shutdown properly on restart.", + "description": "Auto install the update and then notify the user to schedule a device restart. Updates are downloaded automatically on non-metered networks and installed during \"Automatic Maintenance\" when the device is not in use and is not running on battery power. If automatic maintenance is unable to install updates for two days, Windows Update will install updates immediately. If the installation requires a restart, the end-user is prompted to schedule the restart time. The end-user has up to seven days to schedule the restart and after that, a restart of the device is forced. Enabling the end-user to control the start time reduces the risk of accidental data loss caused by applications that do not shutdown properly on restart." + }, + { + "id": "device_vendor_msft_policy_config_update_allowautoupdate_2", + "displayName": "Auto install and restart. Updates are downloaded automatically on non-metered networks and installed during \"Automatic Maintenance\" when the device is not in use and is not running on battery power. If automatic maintenance is unable to install updates for two days, Windows Update will install updates right away. If a restart is required, then the device is automatically restarted when the device is not actively being used. This is the default behavior for unmanaged devices. Devices are updated quickly, but it increases the risk of accidental data loss caused by an application that does not shutdown properly on restart.", + "description": "Auto install and restart. Updates are downloaded automatically on non-metered networks and installed during \"Automatic Maintenance\" when the device is not in use and is not running on battery power. If automatic maintenance is unable to install updates for two days, Windows Update will install updates right away. If a restart is required, then the device is automatically restarted when the device is not actively being used. This is the default behavior for unmanaged devices. Devices are updated quickly, but it increases the risk of accidental data loss caused by an application that does not shutdown properly on restart." + }, + { + "id": "device_vendor_msft_policy_config_update_allowautoupdate_3", + "displayName": "Auto install and restart at a specified time. The IT specifies the installation day and time. If no day and time are specified, the default is 3 AM daily. Automatic installation happens at this time and device restart happens after a 15-minute countdown. If the user is logged in when Windows is ready to restart, the user can interrupt the 15-minute countdown to delay the restart.", + "description": "Auto install and restart at a specified time. The IT specifies the installation day and time. If no day and time are specified, the default is 3 AM daily. Automatic installation happens at this time and device restart happens after a 15-minute countdown. If the user is logged in when Windows is ready to restart, the user can interrupt the 15-minute countdown to delay the restart." + }, + { + "id": "device_vendor_msft_policy_config_update_allowautoupdate_4", + "displayName": "Auto install and restart without end-user control. Updates are downloaded automatically on non-metered networks and installed during \"Automatic Maintenance\" when the device is not in use and is not running on battery power. If automatic maintenance is unable to install updates for two days, Windows Update will install updates right away. If a restart is required, then the device is automatically restarted when the device is not actively being used. This setting option also sets the end-user control panel to read-only.", + "description": "Auto install and restart without end-user control. Updates are downloaded automatically on non-metered networks and installed during \"Automatic Maintenance\" when the device is not in use and is not running on battery power. If automatic maintenance is unable to install updates for two days, Windows Update will install updates right away. If a restart is required, then the device is automatically restarted when the device is not actively being used. This setting option also sets the end-user control panel to read-only." + }, + { + "id": "device_vendor_msft_policy_config_update_allowautoupdate_5", + "displayName": "Turn off automatic updates.", + "description": "Turn off automatic updates." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_allowautowindowsupdatedownloadovermeterednetwork", + "displayName": "Allow Auto Windows Update Download Over Metered Network", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_allowautowindowsupdatedownloadovermeterednetwork_0", + "displayName": "Not allowed", + "description": "Not allowed" + }, + { + "id": "device_vendor_msft_policy_config_update_allowautowindowsupdatedownloadovermeterednetwork_1", + "displayName": "Allowed", + "description": "Allowed" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_allowmuupdateservice", + "displayName": "Allow MU Update Service", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_allowmuupdateservice_0", + "displayName": "Not allowed or not configured.", + "description": "Not allowed or not configured." + }, + { + "id": "device_vendor_msft_policy_config_update_allowmuupdateservice_1", + "displayName": "Allowed. Accepts updates received through Microsoft Update.", + "description": "Allowed. Accepts updates received through Microsoft Update." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_allownonmicrosoftsignedupdate", + "displayName": "Allow Non Microsoft Signed Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_allownonmicrosoftsignedupdate_0", + "displayName": "Block", + "description": "Not allowed or not configured. Updates from an intranet Microsoft update service location must be signed by Microsoft." + }, + { + "id": "device_vendor_msft_policy_config_update_allownonmicrosoftsignedupdate_1", + "displayName": "Allow", + "description": "Allowed. Accepts updates received through an intranet Microsoft update service location, if they are signed by a certificate found in the 'Trusted Publishers' certificate store of the local computer." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_allowoptionalcontent", + "displayName": "Allow Optional Content", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_allowoptionalcontent_0", + "displayName": "Don't receive optional updates", + "description": "Don't receive optional updates" + }, + { + "id": "device_vendor_msft_policy_config_update_allowoptionalcontent_1", + "displayName": "Automatically receive optional updates (including CFRs)", + "description": "Automatically receive optional updates (including CFRs)" + }, + { + "id": "device_vendor_msft_policy_config_update_allowoptionalcontent_2", + "displayName": "Automatically receive optional updates", + "description": "Automatically receive optional updates" + }, + { + "id": "device_vendor_msft_policy_config_update_allowoptionalcontent_3", + "displayName": "Users can select which optional updates to receive", + "description": "Users can select which optional updates to receive" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_allowtemporaryenterprisefeaturecontrol", + "displayName": "Allow Temporary Enterprise Feature Control", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_allowtemporaryenterprisefeaturecontrol_0", + "displayName": "Not allowed", + "description": "Not allowed" + }, + { + "id": "device_vendor_msft_policy_config_update_allowtemporaryenterprisefeaturecontrol_1", + "displayName": "Allowed", + "description": "Allowed" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_allowupdateservice", + "displayName": "Allow Update Service", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_allowupdateservice_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_update_allowupdateservice_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_automaticmaintenancewakeup", + "displayName": "Automatic Maintenance Wake Up", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_automaticmaintenancewakeup_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_update_automaticmaintenancewakeup_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartdeadlineperiodindays", + "displayName": "Auto Restart Deadline Period In Days", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartdeadlineperiodindaysforfeatureupdates", + "displayName": "Auto Restart Deadline Period In Days For Feature Updates", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartnotificationschedule", + "displayName": "[Deprecated] Auto Restart Notification Schedule", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartnotificationschedule_v2", + "displayName": "Auto Restart Notification Schedule", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_autorestartnotificationschedule_15", + "displayName": "15 Minutes", + "description": "15 Minutes" + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartnotificationschedule_30", + "displayName": "30 Minutes", + "description": "30 Minutes" + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartnotificationschedule_60", + "displayName": "60 Minutes", + "description": "60 Minutes" + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartnotificationschedule_120", + "displayName": "120 Minutes", + "description": "120 Minutes" + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartnotificationschedule_240", + "displayName": "240 Minutes", + "description": "240 Minutes" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartrequirednotificationdismissal", + "displayName": "Auto Restart Required Notification Dismissal", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_autorestartrequirednotificationdismissal_1", + "displayName": "Auto Dismissal.", + "description": "Auto Dismissal." + }, + { + "id": "device_vendor_msft_policy_config_update_autorestartrequirednotificationdismissal_2", + "displayName": "User Dismissal.", + "description": "User Dismissal." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_branchreadinesslevel", + "displayName": "Branch Readiness Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_branchreadinesslevel_2", + "displayName": "{0x2} - Windows Insider build - Fast (added in Windows 10, version 1709)", + "description": "{0x2} - Windows Insider build - Fast (added in Windows 10, version 1709)" + }, + { + "id": "device_vendor_msft_policy_config_update_branchreadinesslevel_4", + "displayName": "{0x4} - Windows Insider build - Slow (added in Windows 10, version 1709)", + "description": "{0x4} - Windows Insider build - Slow (added in Windows 10, version 1709)" + }, + { + "id": "device_vendor_msft_policy_config_update_branchreadinesslevel_8", + "displayName": "{0x8} - Release Windows Insider build (added in Windows 10, version 1709)", + "description": "{0x8} - Release Windows Insider build (added in Windows 10, version 1709)" + }, + { + "id": "device_vendor_msft_policy_config_update_branchreadinesslevel_16", + "displayName": "{0x10} - Semi-annual Channel (Targeted). Device gets all applicable feature updates from Semi-annual Channel (Targeted).", + "description": "{0x10} - Semi-annual Channel (Targeted). Device gets all applicable feature updates from Semi-annual Channel (Targeted)." + }, + { + "id": "device_vendor_msft_policy_config_update_branchreadinesslevel_32", + "displayName": "2 {0x20} - Semi-annual Channel. Device gets feature updates from Semi-annual Channel. (*Only applicable to releases prior to 1903, for all releases 1903 and after the Semi-annual Channel and Semi-annual Channel (Targeted) into a single Semi-annual Channel with a value of 16)", + "description": "2 {0x20} - Semi-annual Channel. Device gets feature updates from Semi-annual Channel. (*Only applicable to releases prior to 1903, for all releases 1903 and after the Semi-annual Channel and Semi-annual Channel (Targeted) into a single Semi-annual Channel with a value of 16)" + }, + { + "id": "device_vendor_msft_policy_config_update_branchreadinesslevel_64", + "displayName": "{0x40} - Release Preview of Quality Updates Only.", + "description": "{0x40} - Release Preview of Quality Updates Only." + }, + { + "id": "device_vendor_msft_policy_config_update_branchreadinesslevel_128", + "displayName": "{0x80} - Canary Channel.", + "description": "{0x80} - Canary Channel." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlineforfeatureupdates", + "displayName": "Configure Deadline For Feature Updates", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlineforqualityupdates", + "displayName": "Quality Update Deadline Period (Days)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinegraceperiod", + "displayName": "Configure Deadline Grace Period", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinegraceperiodforfeatureupdates", + "displayName": "Configure Deadline Grace Period For Feature Updates", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautoreboot", + "displayName": "Configure Deadline No Auto Reboot", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautoreboot_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautoreboot_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautorebootforfeatureupdates", + "displayName": "Configure Deadline No Auto Reboot For Feature Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautorebootforfeatureupdates_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautorebootforfeatureupdates_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautorebootforqualityupdates", + "displayName": "Configure Deadline No Auto Reboot For Quality Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautorebootforqualityupdates_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_update_configuredeadlinenoautorebootforqualityupdates_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_configurefeatureupdateuninstallperiod", + "displayName": "Configure Feature Update Uninstall Period", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_deferfeatureupdatesperiodindays", + "displayName": "Defer Feature Updates Period In Days", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_deferqualityupdatesperiodindays", + "displayName": "Defer Quality Updates Period (Days)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_deferupdateperiod", + "displayName": "Defer Update Period", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_deferupgradeperiod", + "displayName": "Defer Upgrade Period", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_detectionfrequency", + "displayName": "Detection Frequency", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_disabledualscan", + "displayName": "Disable Dual Scan", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_disabledualscan_0", + "displayName": "allow scan against Windows Update", + "description": "allow scan against Windows Update" + }, + { + "id": "device_vendor_msft_policy_config_update_disabledualscan_1", + "displayName": "do not allow update deferral policies to cause scans against Windows Update", + "description": "do not allow update deferral policies to cause scans against Windows Update" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_disablewufbsafeguards_v2", + "displayName": "Disable WUfB Safeguards", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_disablewufbsafeguards_0", + "displayName": "Safeguards are enabled and devices may be blocked for upgrades until the safeguard is cleared.", + "description": "Safeguards are enabled and devices may be blocked for upgrades until the safeguard is cleared." + }, + { + "id": "device_vendor_msft_policy_config_update_disablewufbsafeguards_1", + "displayName": "Safeguards are not enabled and upgrades will be deployed without blocking on safeguards.", + "description": "Safeguards are not enabled and upgrades will be deployed without blocking on safeguards." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_donotenforceenterprisetlscertpinningforupdatedetection", + "displayName": "Do Not Enforce Enterprise TLS Cert Pinning For Update Detection", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_donotenforceenterprisetlscertpinningforupdatedetection_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_update_donotenforceenterprisetlscertpinningforupdatedetection_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_engagedrestartdeadline", + "displayName": "Engaged Restart Deadline", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_engagedrestartdeadlineforfeatureupdates", + "displayName": "Engaged Restart Deadline For Feature Updates", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_engagedrestartsnoozeschedule", + "displayName": "Engaged Restart Snooze Schedule", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_engagedrestartsnoozescheduleforfeatureupdates", + "displayName": "Engaged Restart Snooze Schedule For Feature Updates", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_engagedrestarttransitionschedule", + "displayName": "Engaged Restart Transition Schedule", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_engagedrestarttransitionscheduleforfeatureupdates", + "displayName": "Engaged Restart Transition Schedule For Feature Updates", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_excludewudriversinqualityupdate", + "displayName": "Exclude WU Drivers In Quality Update", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_excludewudriversinqualityupdate_0", + "displayName": "Allow Windows Update drivers.", + "description": "Allow Windows Update drivers." + }, + { + "id": "device_vendor_msft_policy_config_update_excludewudriversinqualityupdate_1", + "displayName": "Exclude Windows Update drivers.", + "description": "Exclude Windows Update drivers." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_fillemptycontenturls", + "displayName": "Fill Empty Content Urls", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_fillemptycontenturls_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_update_fillemptycontenturls_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_ignoremoappdownloadlimit", + "displayName": "Ignore MO App Download Limit", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_ignoremoappdownloadlimit_0", + "displayName": "Disabled", + "description": "Do not ignore MO download limit for apps and their updates." + }, + { + "id": "device_vendor_msft_policy_config_update_ignoremoappdownloadlimit_1", + "displayName": "Enabled", + "description": "Ignore MO download limit (allow unlimited downloading) for apps and their updates." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_ignoremoupdatedownloadlimit", + "displayName": "Ignore MO Update Download Limit", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_ignoremoupdatedownloadlimit_0", + "displayName": "Disabled", + "description": "Do not ignore MO download limit for OS updates." + }, + { + "id": "device_vendor_msft_policy_config_update_ignoremoupdatedownloadlimit_1", + "displayName": "Enabled", + "description": "Ignore MO download limit (allow unlimited downloading) for OS updates." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_managepreviewbuilds", + "displayName": "Manage Preview Builds", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_managepreviewbuilds_0", + "displayName": "Disable Preview builds", + "description": "Disable Preview builds" + }, + { + "id": "device_vendor_msft_policy_config_update_managepreviewbuilds_1", + "displayName": "Disable Preview builds once the next release is public", + "description": "Disable Preview builds once the next release is public" + }, + { + "id": "device_vendor_msft_policy_config_update_managepreviewbuilds_2", + "displayName": "Enable Preview builds", + "description": "Enable Preview builds" + }, + { + "id": "device_vendor_msft_policy_config_update_managepreviewbuilds_3", + "displayName": "Preview builds is left to user selection", + "description": "Preview builds is left to user selection" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_noupdatenotificationsduringactivehours", + "displayName": "No Update Notifications During Active Hours", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_noupdatenotificationsduringactivehours_0", + "displayName": "Disabled.", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_update_noupdatenotificationsduringactivehours_1", + "displayName": "Enabled.", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_pausedeferrals", + "displayName": "Pause Deferrals", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_pausedeferrals_0", + "displayName": "Deferrals are not paused.", + "description": "Deferrals are not paused." + }, + { + "id": "device_vendor_msft_policy_config_update_pausedeferrals_1", + "displayName": "Deferrals are paused.", + "description": "Deferrals are paused." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_pausefeatureupdates", + "displayName": "Pause Feature Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_pausefeatureupdates_0", + "displayName": "Feature Updates are not paused.", + "description": "Feature Updates are not paused." + }, + { + "id": "device_vendor_msft_policy_config_update_pausefeatureupdates_1", + "displayName": "Feature Updates are paused for 60 days or until value set to back to 0, whichever is sooner.", + "description": "Feature Updates are paused for 60 days or until value set to back to 0, whichever is sooner." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_pausefeatureupdatesstarttime", + "displayName": "Pause Feature Updates Start Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_pausequalityupdates", + "displayName": "Pause Quality Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_pausequalityupdates_0", + "displayName": "Quality Updates are not paused.", + "description": "Quality Updates are not paused." + }, + { + "id": "device_vendor_msft_policy_config_update_pausequalityupdates_1", + "displayName": "Quality Updates are paused for 35 days or until value set back to 0, whichever is sooner.", + "description": "Quality Updates are paused for 35 days or until value set back to 0, whichever is sooner." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_pausequalityupdatesstarttime", + "displayName": "Pause Quality Updates Start Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_phoneupdaterestrictions", + "displayName": "Phone Update Restrictions", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_productversion", + "displayName": "Product Version", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_requiredeferupgrade", + "displayName": "Require Defer Upgrade", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_requiredeferupgrade_0", + "displayName": "User gets upgrades from Semi-Annual Channel (Targeted).", + "description": "User gets upgrades from Semi-Annual Channel (Targeted)." + }, + { + "id": "device_vendor_msft_policy_config_update_requiredeferupgrade_1", + "displayName": "User gets upgrades from Semi-Annual Channel.", + "description": "User gets upgrades from Semi-Annual Channel." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_requireupdateapproval", + "displayName": "Require Update Approval", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_requireupdateapproval_0", + "displayName": "Not configured. The device installs all applicable updates.", + "description": "Not configured. The device installs all applicable updates." + }, + { + "id": "device_vendor_msft_policy_config_update_requireupdateapproval_1", + "displayName": "The device only installs updates that are both applicable and on the Approved Updates list. Set this policy to 1 if IT wants to control the deployment of updates on devices, such as when testing is required prior to deployment.", + "description": "The device only installs updates that are both applicable and on the Approved Updates list. Set this policy to 1 if IT wants to control the deployment of updates on devices, such as when testing is required prior to deployment." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday", + "displayName": "Scheduled Install Day", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday_0", + "displayName": "Every day", + "description": "Every day" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday_1", + "displayName": "Sunday", + "description": "Sunday" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday_2", + "displayName": "Monday", + "description": "Monday" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday_3", + "displayName": "Tuesday", + "description": "Tuesday" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday_4", + "displayName": "Wednesday", + "description": "Wednesday" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday_5", + "displayName": "Thursday", + "description": "Thursday" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday_6", + "displayName": "Friday", + "description": "Friday" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallday_7", + "displayName": "Saturday", + "description": "Saturday" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstalleveryweek", + "displayName": "Scheduled Install Every Week", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_scheduledinstalleveryweek_0", + "displayName": "no update in the schedule", + "description": "no update in the schedule" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstalleveryweek_1", + "displayName": "update is scheduled every week", + "description": "update is scheduled every week" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallfirstweek", + "displayName": "Scheduled Install First Week", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallfirstweek_0", + "displayName": "no update in the schedule", + "description": "no update in the schedule" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallfirstweek_1", + "displayName": "update is scheduled every first week of the month", + "description": "update is scheduled every first week of the month" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallfourthweek", + "displayName": "Scheduled Install Fourth Week", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallfourthweek_0", + "displayName": "no update in the schedule", + "description": "no update in the schedule" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallfourthweek_1", + "displayName": "update is scheduled every fourth week of the month", + "description": "update is scheduled every fourth week of the month" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallsecondweek", + "displayName": "Scheduled Install Second Week", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallsecondweek_0", + "displayName": "no update in the schedule", + "description": "no update in the schedule" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallsecondweek_1", + "displayName": "update is scheduled every second week of the month", + "description": "update is scheduled every second week of the month" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallthirdweek", + "displayName": "Scheduled Install Third Week", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallthirdweek_0", + "displayName": "no update in the schedule", + "description": "no update in the schedule" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstallthirdweek_1", + "displayName": "update is scheduled every third week of the month", + "description": "update is scheduled every third week of the month" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_scheduledinstalltime", + "displayName": "Scheduled Install Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_scheduleimminentrestartwarning", + "displayName": "[Deprecated] Schedule Imminent Restart Warning", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_scheduleimminentrestartwarning_v2", + "displayName": "Schedule Imminent Restart Warning", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_scheduleimminentrestartwarning_15", + "displayName": "15 Minutes", + "description": "15 Minutes" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduleimminentrestartwarning_30", + "displayName": "30 Minutes", + "description": "30 Minutes" + }, + { + "id": "device_vendor_msft_policy_config_update_scheduleimminentrestartwarning_60", + "displayName": "60 Minutes", + "description": "60 Minutes" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_schedulerestartwarning", + "displayName": "Schedule Restart Warning", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_schedulerestartwarning_2", + "displayName": "2 Hours", + "description": "2 Hours" + }, + { + "id": "device_vendor_msft_policy_config_update_schedulerestartwarning_4", + "displayName": "4 Hours", + "description": "4 Hours" + }, + { + "id": "device_vendor_msft_policy_config_update_schedulerestartwarning_8", + "displayName": "8 Hours", + "description": "8 Hours" + }, + { + "id": "device_vendor_msft_policy_config_update_schedulerestartwarning_12", + "displayName": "12 Hours", + "description": "12 Hours" + }, + { + "id": "device_vendor_msft_policy_config_update_schedulerestartwarning_24", + "displayName": "24 Hours", + "description": "24 Hours" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setautorestartnotificationdisable", + "displayName": "Set Auto Restart Notification Disable", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setautorestartnotificationdisable_0", + "displayName": "Enabled", + "description": "Enabled" + }, + { + "id": "device_vendor_msft_policy_config_update_setautorestartnotificationdisable_1", + "displayName": "Disabled", + "description": "Disabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setdisablepauseuxaccess", + "displayName": "Block \"Pause Updates\" ability", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setdisablepauseuxaccess_1", + "displayName": "Block", + "description": "Enable" + }, + { + "id": "device_vendor_msft_policy_config_update_setdisablepauseuxaccess_0", + "displayName": "Allow", + "description": "Disable" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setdisableuxwuaccess", + "displayName": "Set Disable UXWU Access", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setdisableuxwuaccess_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_update_setdisableuxwuaccess_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setedurestart", + "displayName": "Set EDU Restart", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setedurestart_0", + "displayName": "not configured", + "description": "not configured" + }, + { + "id": "device_vendor_msft_policy_config_update_setedurestart_1", + "displayName": "configured", + "description": "configured" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourcefordriverupdates", + "displayName": "Set Policy Driven Update Source For Driver Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourcefordriverupdates_0", + "displayName": "Detect, download and deploy Driver Updates from Windows Update", + "description": "Detect, download and deploy Driver Updates from Windows Update" + }, + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourcefordriverupdates_1", + "displayName": "Detect, download and deploy Driver Updates from Windows Server Update Services (WSUS)", + "description": "Detect, download and deploy Driver Updates from Windows Server Update Services (WSUS)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforfeatureupdates", + "displayName": "Set Policy Driven Update Source For Feature Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforfeatureupdates_0", + "displayName": "Detect, download and deploy Feature Updates from Windows Update", + "description": "Detect, download and deploy Feature Updates from Windows Update" + }, + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforfeatureupdates_1", + "displayName": "Detect, download and deploy Feature Updates from Windows Server Update Services (WSUS)", + "description": "Detect, download and deploy Feature Updates from Windows Server Update Services (WSUS)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforotherupdates", + "displayName": "Set Policy Driven Update Source For Other Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforotherupdates_0", + "displayName": "Detect, download and deploy other Updates from Windows Update", + "description": "Detect, download and deploy other Updates from Windows Update" + }, + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforotherupdates_1", + "displayName": "Detect, download and deploy other Updates from Windows Server Update Services (WSUS)", + "description": "Detect, download and deploy other Updates from Windows Server Update Services (WSUS)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforqualityupdates", + "displayName": "Set Policy Driven Update Source For Quality Updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforqualityupdates_0", + "displayName": "Detect, download and deploy Quality Updates from Windows Update", + "description": "Detect, download and deploy Quality Updates from Windows Update" + }, + { + "id": "device_vendor_msft_policy_config_update_setpolicydrivenupdatesourceforqualityupdates_1", + "displayName": "Detect, download and deploy Quality Updates from Windows Server Update Services (WSUS)", + "description": "Detect, download and deploy Quality Updates from Windows Server Update Services (WSUS)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_setproxybehaviorforupdatedetection", + "displayName": "Set Proxy Behavior For Update Detection", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_setproxybehaviorforupdatedetection_0", + "displayName": "Only use system proxy for detecting updates (default)", + "description": "Only use system proxy for detecting updates (default)" + }, + { + "id": "device_vendor_msft_policy_config_update_setproxybehaviorforupdatedetection_1", + "displayName": "Allow user proxy to be used as a fallback if detection using system proxy fails", + "description": "Allow user proxy to be used as a fallback if detection using system proxy fails" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_targetreleaseversion", + "displayName": "Target Release Version", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_updatenotificationlevel", + "displayName": "Update Notification Level", + "options": [ + { + "id": "device_vendor_msft_policy_config_update_updatenotificationlevel_0", + "displayName": "Use the default Windows Update notifications", + "description": "Use the default Windows Update notifications" + }, + { + "id": "device_vendor_msft_policy_config_update_updatenotificationlevel_1", + "displayName": "Turn off all notifications, excluding restart warnings", + "description": "Turn off all notifications, excluding restart warnings" + }, + { + "id": "device_vendor_msft_policy_config_update_updatenotificationlevel_2", + "displayName": "Turn off all notifications, including restart warnings", + "description": "Turn off all notifications, including restart warnings" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update_updateserviceurl", + "displayName": "Update Service Url", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update_updateserviceurlalternate", + "displayName": "Update Service Url Alternate", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultallowinstallation", + "displayName": "Allow installation default", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultallowinstallation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultallowinstallation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultupdatepolicy", + "displayName": "Update policy override default", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultupdatepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultupdatepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultupdatepolicy_part_updatepolicy", + "displayName": "Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultupdatepolicy_part_updatepolicy_1", + "displayName": "Always allow updates (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultupdatepolicy_part_updatepolicy_2", + "displayName": "Manual updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultupdatepolicy_part_updatepolicy_3", + "displayName": "Automatic silent updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications_pol_defaultupdatepolicy_part_updatepolicy_0", + "displayName": "Updates disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_updatepolicymicrosoftedge", + "displayName": "Update policy override", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_updatepolicymicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_updatepolicymicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_updatepolicymicrosoftedge_part_updatepolicy", + "displayName": "Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_updatepolicymicrosoftedge_part_updatepolicy_1", + "displayName": "Always allow updates (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_updatepolicymicrosoftedge_part_updatepolicy_2", + "displayName": "Manual updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_updatepolicymicrosoftedge_part_updatepolicy_3", + "displayName": "Automatic silent updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedge_pol_updatepolicymicrosoftedge_part_updatepolicy_0", + "displayName": "Updates disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_updatepolicymicrosoftedgebeta", + "displayName": "Update policy override", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_updatepolicymicrosoftedgebeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_updatepolicymicrosoftedgebeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_updatepolicymicrosoftedgebeta_part_updatepolicy", + "displayName": "Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_updatepolicymicrosoftedgebeta_part_updatepolicy_1", + "displayName": "Always allow updates (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_updatepolicymicrosoftedgebeta_part_updatepolicy_2", + "displayName": "Manual updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_updatepolicymicrosoftedgebeta_part_updatepolicy_3", + "displayName": "Automatic silent updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgebeta_pol_updatepolicymicrosoftedgebeta_part_updatepolicy_0", + "displayName": "Updates disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_updatepolicymicrosoftedgecanary", + "displayName": "Update policy override", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_updatepolicymicrosoftedgecanary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_updatepolicymicrosoftedgecanary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_updatepolicymicrosoftedgecanary_part_updatepolicy", + "displayName": "Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_updatepolicymicrosoftedgecanary_part_updatepolicy_1", + "displayName": "Always allow updates (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_updatepolicymicrosoftedgecanary_part_updatepolicy_2", + "displayName": "Manual updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_updatepolicymicrosoftedgecanary_part_updatepolicy_3", + "displayName": "Automatic silent updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgecanary_pol_updatepolicymicrosoftedgecanary_part_updatepolicy_0", + "displayName": "Updates disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_updatepolicymicrosoftedgedev", + "displayName": "Update policy override", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_updatepolicymicrosoftedgedev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_updatepolicymicrosoftedgedev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_updatepolicymicrosoftedgedev_part_updatepolicy", + "displayName": "Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_updatepolicymicrosoftedgedev_part_updatepolicy_1", + "displayName": "Always allow updates (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_updatepolicymicrosoftedgedev_part_updatepolicy_2", + "displayName": "Manual updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_updatepolicymicrosoftedgedev_part_updatepolicy_3", + "displayName": "Automatic silent updates only", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_applications~cat_microsoftedgedev_pol_updatepolicymicrosoftedgedev_part_updatepolicy_0", + "displayName": "Updates disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_autoupdatecheckperiod", + "displayName": "Auto-update check period override", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_autoupdatecheckperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_autoupdatecheckperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_autoupdatecheckperiod_part_autoupdatecheckperiod", + "displayName": "Minutes between update checks (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_updatechecksuppressedperiod", + "displayName": "Time period in each day to suppress auto-update check", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_updatechecksuppressedperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_updatechecksuppressedperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_updatechecksuppressedperiod_part_updatechecksuppresseddurationmin", + "displayName": "Duration (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_updatechecksuppressedperiod_part_updatechecksuppressedstarthour", + "displayName": "Hour (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_preferences_pol_updatechecksuppressedperiod_part_updatechecksuppressedstartmin", + "displayName": "Minute (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode", + "displayName": "Choose how to specify proxy server settings", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode_part_proxymode", + "displayName": "Choose how to specify proxy server settings (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode_part_proxymode_direct", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode_part_proxymode_auto_detect", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode_part_proxymode_pac_script", + "displayName": "Use a .pac proxy script", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode_part_proxymode_fixed_servers", + "displayName": "Use fixed proxy servers", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxymode_part_proxymode_system", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxypacurl", + "displayName": "URL to a proxy .pac file", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxypacurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxypacurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxypacurl_part_proxypacurl", + "displayName": "URL to a proxy .pac file (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxyserver", + "displayName": "Address or URL of proxy server", + "options": [ + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxyserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxyserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_update~policy~cat_google~cat_googleupdate~cat_proxyserver_pol_proxyserver_part_proxyserver", + "displayName": "Address or URL of proxy server (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications_pol_defaultallowinstallation", + "displayName": "Allow installation default", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications_pol_defaultallowinstallation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications_pol_defaultallowinstallation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications_pol_defaultallowinstallation_part_installpolicy", + "displayName": "Install Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications_pol_defaultallowinstallation_part_installpolicy_1", + "displayName": "Always allow Installs (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications_pol_defaultallowinstallation_part_installpolicy_0", + "displayName": "Installs disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_part_installpolicy", + "displayName": "Install Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_part_installpolicy_1", + "displayName": "Always allow Installs (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_part_installpolicy_0", + "displayName": "Installs disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_part_installpolicy_5", + "displayName": "Force Installs (Machine-Wide)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_part_installpolicy_4", + "displayName": "Always allow Machine-Wide Installs, but not Per-User Installs", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_allowinstallationmicrosoftedge_part_installpolicy_6", + "displayName": "Force Installs (Per-User)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_part_installpolicy", + "displayName": "Install Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_part_installpolicy_1", + "displayName": "Always allow Installs (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_part_installpolicy_0", + "displayName": "Installs disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_part_installpolicy_5", + "displayName": "Force Installs (Machine-Wide)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_part_installpolicy_4", + "displayName": "Always allow Machine-Wide Installs, but not Per-User Installs", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_allowinstallationmicrosoftedgebeta_part_installpolicy_6", + "displayName": "Force Installs (Per-User)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary_part_installpolicy", + "displayName": "Install Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary_part_installpolicy_1", + "displayName": "Always allow Installs (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary_part_installpolicy_0", + "displayName": "Installs disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_allowinstallationmicrosoftedgecanary_part_installpolicy_6", + "displayName": "Force Installs (Per-User)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_part_installpolicy", + "displayName": "Install Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_part_installpolicy_1", + "displayName": "Always allow Installs (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_part_installpolicy_0", + "displayName": "Installs disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_part_installpolicy_5", + "displayName": "Force Installs (Machine-Wide)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_part_installpolicy_4", + "displayName": "Always allow Machine-Wide Installs, but not Per-User Installs", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updateupdates.1~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_allowinstallationmicrosoftedgedev_part_installpolicy_6", + "displayName": "Force Installs (Per-User)", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultmeteredupdates", + "displayName": "Let users update all apps on metered connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultmeteredupdates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultmeteredupdates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultmeteredupdates_part_defaultmeteredupdatespolicy", + "displayName": "Default Metered Updates policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultmeteredupdates_part_defaultmeteredupdatespolicy_1", + "displayName": "Default Metered Updates Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultmeteredupdates_part_defaultmeteredupdatespolicy_2", + "displayName": "Default Metered Updates Allowed", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultremovedesktopshortcut", + "displayName": "Remove Desktop Shortcuts upon update default", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultremovedesktopshortcut_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultremovedesktopshortcut_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultremovedesktopshortcut_part_removedesktopshortcut", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultremovedesktopshortcut_part_removedesktopshortcut_1", + "displayName": "Force delete system-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultremovedesktopshortcut_part_removedesktopshortcut_2", + "displayName": "Force delete system-level and user-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications_pol_defaultremovedesktopshortcut_part_removedesktopshortcut_0", + "displayName": "Prevent Desktop Shortcut creation on install", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_edgepreviewmicrosoftedge", + "displayName": "Allow users in the Windows Insider Program to be enrolled in Edge Preview", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_edgepreviewmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_edgepreviewmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_meteredupdatesmicrosoftedge", + "displayName": "Let users update on metered connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_meteredupdatesmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_meteredupdatesmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_meteredupdatesmicrosoftedge_part_meteredupdatespolicy", + "displayName": "Metered Updates Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_meteredupdatesmicrosoftedge_part_meteredupdatespolicy_1", + "displayName": "Metered Disable updates", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_meteredupdatesmicrosoftedge_part_meteredupdatespolicy_2", + "displayName": "Metered Updates Allowed", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_removedesktopshortcutmicrosoftedge", + "displayName": "Remove Desktop Shortcuts upon update", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_removedesktopshortcutmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_removedesktopshortcutmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_removedesktopshortcutmicrosoftedge_part_removedesktopshortcut", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_removedesktopshortcutmicrosoftedge_part_removedesktopshortcut_1", + "displayName": "Force delete system-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_removedesktopshortcutmicrosoftedge_part_removedesktopshortcut_2", + "displayName": "Force delete system-level and user-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_removedesktopshortcutmicrosoftedge_part_removedesktopshortcut_0", + "displayName": "Prevent Desktop Shortcut creation on install", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_uninstalledgemicrosoftedge", + "displayName": "Specify uninstall behavior for Microsoft Edge", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_uninstalledgemicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_uninstalledgemicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_uninstalledgemicrosoftedge_part_uninstalledgepolicy", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_uninstalledgemicrosoftedge_part_uninstalledgepolicy_1", + "displayName": "Enabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_uninstalledgemicrosoftedge_part_uninstalledgepolicy_2", + "displayName": "Enabled and delete user data", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_uninstalledgemicrosoftedge_part_uninstalledgepolicy_3", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_uninstalledgemicrosoftedge_part_uninstalledgepolicy_0", + "displayName": "Not Configured", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_meteredupdatesmicrosoftedgebeta", + "displayName": "Let users update on metered connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_meteredupdatesmicrosoftedgebeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_meteredupdatesmicrosoftedgebeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_meteredupdatesmicrosoftedgebeta_part_meteredupdatespolicy", + "displayName": "Metered Updates Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_meteredupdatesmicrosoftedgebeta_part_meteredupdatespolicy_1", + "displayName": "Metered Disable updates", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_meteredupdatesmicrosoftedgebeta_part_meteredupdatespolicy_2", + "displayName": "Metered Updates Allowed", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_removedesktopshortcutmicrosoftedgebeta", + "displayName": "Remove Desktop Shortcuts upon update", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_removedesktopshortcutmicrosoftedgebeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_removedesktopshortcutmicrosoftedgebeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_removedesktopshortcutmicrosoftedgebeta_part_removedesktopshortcut", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_removedesktopshortcutmicrosoftedgebeta_part_removedesktopshortcut_1", + "displayName": "Force delete system-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_removedesktopshortcutmicrosoftedgebeta_part_removedesktopshortcut_2", + "displayName": "Force delete system-level and user-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_removedesktopshortcutmicrosoftedgebeta_part_removedesktopshortcut_0", + "displayName": "Prevent Desktop Shortcut creation on install", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_meteredupdatesmicrosoftedgecanary", + "displayName": "Let users update on metered connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_meteredupdatesmicrosoftedgecanary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_meteredupdatesmicrosoftedgecanary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_meteredupdatesmicrosoftedgecanary_part_meteredupdatespolicy", + "displayName": "Metered Updates Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_meteredupdatesmicrosoftedgecanary_part_meteredupdatespolicy_1", + "displayName": "Metered Disable updates", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_meteredupdatesmicrosoftedgecanary_part_meteredupdatespolicy_2", + "displayName": "Metered Updates Allowed", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_removedesktopshortcutmicrosoftedgecanary", + "displayName": "Remove Desktop Shortcuts upon update", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_removedesktopshortcutmicrosoftedgecanary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_removedesktopshortcutmicrosoftedgecanary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_removedesktopshortcutmicrosoftedgecanary_part_removedesktopshortcut", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_removedesktopshortcutmicrosoftedgecanary_part_removedesktopshortcut_1", + "displayName": "Force delete system-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_removedesktopshortcutmicrosoftedgecanary_part_removedesktopshortcut_2", + "displayName": "Force delete system-level and user-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_removedesktopshortcutmicrosoftedgecanary_part_removedesktopshortcut_0", + "displayName": "Prevent Desktop Shortcut creation on install", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_meteredupdatesmicrosoftedgedev", + "displayName": "Let users update on metered connections", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_meteredupdatesmicrosoftedgedev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_meteredupdatesmicrosoftedgedev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_meteredupdatesmicrosoftedgedev_part_meteredupdatespolicy", + "displayName": "Metered Updates Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_meteredupdatesmicrosoftedgedev_part_meteredupdatespolicy_1", + "displayName": "Metered Disable updates", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_meteredupdatesmicrosoftedgedev_part_meteredupdatespolicy_2", + "displayName": "Metered Updates Allowed", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_removedesktopshortcutmicrosoftedgedev", + "displayName": "Remove Desktop Shortcuts upon update", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_removedesktopshortcutmicrosoftedgedev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_removedesktopshortcutmicrosoftedgedev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_removedesktopshortcutmicrosoftedgedev_part_removedesktopshortcut", + "displayName": "", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_removedesktopshortcutmicrosoftedgedev_part_removedesktopshortcut_1", + "displayName": "Force delete system-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_removedesktopshortcutmicrosoftedgedev_part_removedesktopshortcut_2", + "displayName": "Force delete system-level and user-level Desktop Shortcuts", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev127~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_removedesktopshortcutmicrosoftedgedev_part_removedesktopshortcut_0", + "displayName": "Prevent Desktop Shortcut creation on install", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev78diff~policy~cat_google~cat_googleupdate~cat_applications_pol_allowsidebysideexperience", + "displayName": "Allow Microsoft Edge Side by Side browser experience", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev78diff~policy~cat_google~cat_googleupdate~cat_applications_pol_allowsidebysideexperience_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev78diff~policy~cat_google~cat_googleupdate~cat_applications_pol_allowsidebysideexperience_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications_pol_defaultcreatedesktopshortcut", + "displayName": "Prevent Desktop Shortcut creation upon install default", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications_pol_defaultcreatedesktopshortcut_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications_pol_defaultcreatedesktopshortcut_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_createdesktopshortcutmicrosoftedge", + "displayName": "Prevent Desktop Shortcut creation upon install", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_createdesktopshortcutmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_createdesktopshortcutmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_createdesktopshortcutmicrosoftedgebeta", + "displayName": "Prevent Desktop Shortcut creation upon install", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_createdesktopshortcutmicrosoftedgebeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_createdesktopshortcutmicrosoftedgebeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_createdesktopshortcutmicrosoftedgecanary", + "displayName": "Prevent Desktop Shortcut creation upon install", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_createdesktopshortcutmicrosoftedgecanary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_createdesktopshortcutmicrosoftedgecanary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_createdesktopshortcutmicrosoftedgedev", + "displayName": "Prevent Desktop Shortcut creation upon install", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_createdesktopshortcutmicrosoftedgedev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev83diff~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_createdesktopshortcutmicrosoftedgedev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_rollbacktotargetversionmicrosoftedge", + "displayName": "Rollback to Target version", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_rollbacktotargetversionmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_rollbacktotargetversionmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_rollbacktotargetversionmicrosoftedgebeta", + "displayName": "Rollback to Target version", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_rollbacktotargetversionmicrosoftedgebeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgebeta_pol_rollbacktotargetversionmicrosoftedgebeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_rollbacktotargetversionmicrosoftedgecanary", + "displayName": "Rollback to Target version", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_rollbacktotargetversionmicrosoftedgecanary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgecanary_pol_rollbacktotargetversionmicrosoftedgecanary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_rollbacktotargetversionmicrosoftedgedev", + "displayName": "Rollback to Target version", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_rollbacktotargetversionmicrosoftedgedev_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev86~policy~cat_edgeupdate~cat_applications~cat_microsoftedgedev_pol_rollbacktotargetversionmicrosoftedgedev_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev87.updates.1~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev87.updates.1~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev87.updates.1~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev87.updates.1~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_part_installpolicy", + "displayName": "Install Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev87.updates.1~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_part_installpolicy_1", + "displayName": "Always allow Installs (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev87.updates.1~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_part_installpolicy_0", + "displayName": "Installs disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev87.updates.1~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_part_installpolicy_5", + "displayName": "Force Installs (Machine-Wide)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev87.updates.1~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_part_installpolicy_4", + "displayName": "Always allow Machine-Wide Installs, but not Per-User Installs", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview", + "displayName": "Allow installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_allowinstallationmicrosoftedgewebview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_updatepolicymicrosoftedgewebview", + "displayName": "Update policy override", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_updatepolicymicrosoftedgewebview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_updatepolicymicrosoftedgewebview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_updatepolicymicrosoftedgewebview_part_updatepolicy", + "displayName": "Update Policy (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_updatepolicymicrosoftedgewebview_part_updatepolicy_1", + "displayName": "Always allow updates (recommended)", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev87~policy~cat_edgeupdate~cat_webview_pol_updatepolicymicrosoftedgewebview_part_updatepolicy_0", + "displayName": "Updates disabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev94~policy~cat_edgeupdate_pol_ecscontrol", + "displayName": "Control updater's communication with the Experimentation and Configuration Service", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev94~policy~cat_edgeupdate_pol_ecscontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev94~policy~cat_edgeupdate_pol_ecscontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev94~policy~cat_edgeupdate_pol_ecscontrol_part_ecscontrol", + "displayName": "Control updater's communication with Experimentation and Configuration Service (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev94~policy~cat_edgeupdate_pol_ecscontrol_part_ecscontrol_0", + "displayName": "Disable communication with the Experimentation and Configuration Service", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev94~policy~cat_edgeupdate_pol_ecscontrol_part_ecscontrol_1", + "displayName": "Enable communication and download experiments", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev95~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetchannelmicrosoftedge", + "displayName": "Target Channel override", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev95~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetchannelmicrosoftedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev95~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetchannelmicrosoftedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_updatev95~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetchannelmicrosoftedge_part_targetchannel", + "displayName": "Target Channel (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_updatev95~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetchannelmicrosoftedge_part_targetchannel_stable", + "displayName": "Stable", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev95~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetchannelmicrosoftedge_part_targetchannel_beta", + "displayName": "Beta", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev95~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetchannelmicrosoftedge_part_targetchannel_dev", + "displayName": "Dev", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_updatev95~policy~cat_edgeupdate~cat_applications~cat_microsoftedge_pol_targetchannelmicrosoftedge_part_targetchannel_extended", + "displayName": "Extended Stable", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_userrights_accesscredentialmanagerastrustedcaller", + "displayName": "Access Credential Manager As Trusted Caller", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_accessfromnetwork", + "displayName": "Access From Network", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_actaspartoftheoperatingsystem", + "displayName": "Act As Part Of The Operating System", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_allowlocallogon", + "displayName": "Allow Local Log On", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_backupfilesanddirectories", + "displayName": "Backup Files And Directories", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_bypasstraversechecking", + "displayName": "Bypass Traverse Checking", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_changesystemtime", + "displayName": "Change System Time", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_changetimezone", + "displayName": "Change Time Zone", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_createglobalobjects", + "displayName": "Create Global Objects", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_createpagefile", + "displayName": "Create Page File", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_createpermanentsharedobjects", + "displayName": "Create Permanent Shared Objects", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_createsymboliclinks", + "displayName": "Create Symbolic Links", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_createtoken", + "displayName": "Create Token", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_debugprograms", + "displayName": "Debug Programs", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_denyaccessfromnetwork", + "displayName": "Deny Access From Network", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_denylocallogon", + "displayName": "Deny Local Log On", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_denylogonasbatchjob", + "displayName": "Deny Log On As Batch Job", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_denyremotedesktopserviceslogon", + "displayName": "Deny Remote Desktop Services Log On", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_enabledelegation", + "displayName": "Enable Delegation", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_generatesecurityaudits", + "displayName": "Generate Security Audits", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_impersonateclient", + "displayName": "Impersonate Client", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_increaseprocessworkingset", + "displayName": "Increase Process Working Set", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_increaseschedulingpriority", + "displayName": "Increase Scheduling Priority", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_loadunloaddevicedrivers", + "displayName": "Load Unload Device Drivers", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_lockmemory", + "displayName": "Lock Memory", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_logonasbatchjob", + "displayName": "Log On As Batch Job", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_logonasservice", + "displayName": "Log On As Service", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_manageauditingandsecuritylog", + "displayName": "Manage Auditing And Security Log", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_managevolume", + "displayName": "Manage Volume", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_modifyfirmwareenvironment", + "displayName": "Modify Firmware Environment", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_modifyobjectlabel", + "displayName": "Modify Object Label", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_profilesingleprocess", + "displayName": "Profile Single Process", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_profilesystemperformance", + "displayName": "Profile System Performance", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_remoteshutdown", + "displayName": "Remote Shutdown", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_replaceprocessleveltoken", + "displayName": "Replace Process Level Token", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_restorefilesanddirectories", + "displayName": "Restore Files And Directories", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_shutdownthesystem", + "displayName": "Shut Down The System", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_userrights_takeownership", + "displayName": "Take Ownership", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_virtualizationbasedtechnology_hypervisorenforcedcodeintegrity", + "displayName": "Hypervisor Enforced Code Integrity", + "options": [ + { + "id": "device_vendor_msft_policy_config_virtualizationbasedtechnology_hypervisorenforcedcodeintegrity_0", + "displayName": "(Disabled) Turns off Hypervisor-Protected Code Integrity remotely if configured previously without UEFI Lock.", + "description": "(Disabled) Turns off Hypervisor-Protected Code Integrity remotely if configured previously without UEFI Lock." + }, + { + "id": "device_vendor_msft_policy_config_virtualizationbasedtechnology_hypervisorenforcedcodeintegrity_1", + "displayName": "(Enabled with UEFI lock) Turns on Hypervisor-Protected Code Integrity with UEFI lock.", + "description": "(Enabled with UEFI lock) Turns on Hypervisor-Protected Code Integrity with UEFI lock." + }, + { + "id": "device_vendor_msft_policy_config_virtualizationbasedtechnology_hypervisorenforcedcodeintegrity_2", + "displayName": "(Enabled without lock) Turns on Hypervisor-Protected Code Integrity without UEFI lock.", + "description": "(Enabled without lock) Turns on Hypervisor-Protected Code Integrity without UEFI lock." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_virtualizationbasedtechnology_requireuefimemoryattributestable", + "displayName": "Require UEFI Memory Attributes Table", + "options": [ + { + "id": "device_vendor_msft_policy_config_virtualizationbasedtechnology_requireuefimemoryattributestable_0", + "displayName": "Do not require UEFI Memory Attributes Table", + "description": "Do not require UEFI Memory Attributes Table" + }, + { + "id": "device_vendor_msft_policy_config_virtualizationbasedtechnology_requireuefimemoryattributestable_1", + "displayName": "Require UEFI Memory Attributes Table", + "description": "Require UEFI Memory Attributes Table" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1.updates~policy~visualstudio~privacysettings_intellicoderemoteanalysisdisabled", + "displayName": "Disable IntelliCode custom model training", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1.updates~policy~visualstudio~privacysettings_intellicoderemoteanalysisdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1.updates~policy~visualstudio~privacysettings_intellicoderemoteanalysisdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablefeedbackdialog", + "displayName": "Disable the send-a-smile feature", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablefeedbackdialog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablefeedbackdialog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablescreenshotcapture", + "displayName": "Disables send-a-smile's screenshot capability", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablescreenshotcapture_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablescreenshotcapture_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesenabled", + "displayName": "Enable administrator updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesenabled_administratorupdatesenableddropid", + "displayName": "Microsoft Update Channel", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesenabled_administratorupdatesenableddropid_1", + "displayName": "WSUS/SCCM", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesenabled_administratorupdatesenableddropid_2", + "displayName": "WSUS/SCCM and Microsoft Updates/Intune", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesoptout", + "displayName": "Opt out of administrator updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesoptout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_administratorupdatesoptout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_backgrounddownloaddisabled", + "displayName": "Disable downloading updates automatically", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_backgrounddownloaddisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_backgrounddownloaddisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_cachepath", + "displayName": "Package manifest and payload cache path", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_cachepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_cachepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_cachepath_cachepath_textbox", + "displayName": "Package Manifest and Payload Cache Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_disablerollback", + "displayName": "Disable the ability to rollback or undo a Visual Studio update", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_disablerollback_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_disablerollback_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_hideavailabletab", + "displayName": "Hide the Available tab shown in the Visual Studio Installer", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_hideavailabletab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_hideavailabletab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_keepdownloadedpayloads", + "displayName": "Keep package payloads after installation", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_keepdownloadedpayloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_keepdownloadedpayloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_removeoutofsupport", + "displayName": "Remove out-of-support components during updates", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_removeoutofsupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_removeoutofsupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_sharedinstallationpath", + "displayName": "Shared installation path", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_sharedinstallationpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_sharedinstallationpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_sharedinstallationpath_sharedinstallationpath_textbox", + "displayName": "Shared Installation Path (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_updateconfigurationfile", + "displayName": "Custom path to the update configuration file", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_updateconfigurationfile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_updateconfigurationfile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~installandupdatesettings_updateconfigurationfile_updateconfigurationfile_textbox", + "displayName": "Custom Path to the Update Config (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_directconnectionmode", + "displayName": "Require direct connection", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_directconnectionmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_directconnectionmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disableanonymousguests", + "displayName": "Disable anonymous guests", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disableanonymousguests_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disableanonymousguests_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disablereadwriteterminal", + "displayName": "Disable shared read write terminal", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disablereadwriteterminal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disablereadwriteterminal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disablesharedserver", + "displayName": "Disable shared server", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disablesharedserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_disablesharedserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_guestapprovalrequired", + "displayName": "Require guest approval", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_guestapprovalrequired_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_guestapprovalrequired_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_livesharedomainname", + "displayName": "Allow only company domain accounts", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_livesharedomainname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_livesharedomainname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~livesharesettings_livesharedomainname_liveshare_domainname_textbox", + "displayName": "Enter Domain Name: (Device)", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~privacysettings_intellicoderemoteanalysisdisabled", + "displayName": "Disable IntelliCode custom model training", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~privacysettings_intellicoderemoteanalysisdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~privacysettings_intellicoderemoteanalysisdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~privacysettings_telemetryoptin", + "displayName": "Enable the Visual Studio Customer Experience Improvement Program", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~privacysettings_telemetryoptin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~privacysettings_telemetryoptin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~installandupdatesettings_allowstandardusercontrol", + "displayName": "Allow standard users to execute installer operations", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~installandupdatesettings_allowstandardusercontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~installandupdatesettings_allowstandardusercontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~installandupdatesettings_allowstandardusercontrol_allowstandardusercontroldropid", + "displayName": "Define which installer commands Standard Users can execute", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~installandupdatesettings_allowstandardusercontrol_allowstandardusercontroldropid_1", + "displayName": "Enabled for Update and Rollback", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~installandupdatesettings_allowstandardusercontrol_allowstandardusercontroldropid_2", + "displayName": "Enabled for all installer operations", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~livesharesettings_disablechat", + "displayName": "Disable Chat", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~livesharesettings_disablechat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~livesharesettings_disablechat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~visualstudiodevtunnelssettings_disablevisualstudiodevtunnels", + "displayName": "Disable dev tunnels in Visual Studio", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~visualstudiodevtunnelssettings_disablevisualstudiodevtunnels_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov2.1~policy~visualstudio~visualstudiodevtunnelssettings_disablevisualstudiodevtunnels_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov3~policy~visualstudio~installandupdatesettings_administratorupdatesnotifications", + "displayName": "Display administrator update notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov3~policy~visualstudio~installandupdatesettings_administratorupdatesnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov3~policy~visualstudio~installandupdatesettings_administratorupdatesnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov4~policy~visualstudio~copilotsettings_disablecopilot", + "displayName": "Disable Copilot", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov4~policy~visualstudio~copilotsettings_disablecopilot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov4~policy~visualstudio~copilotsettings_disablecopilot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov4~policy~visualstudio~copilotsettings_disablecopilotforindividuals", + "displayName": "Disable Copilot for Individual", + "options": [ + { + "id": "device_vendor_msft_policy_config_visualstudiov4~policy~visualstudio~copilotsettings_disablecopilotforindividuals_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_visualstudiov4~policy~visualstudio~copilotsettings_disablecopilotforindividuals_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_automaticdatacollection", + "displayName": "Automatic Data Collection", + "options": [ + { + "id": "device_vendor_msft_policy_config_webthreatdefense_automaticdatacollection_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_automaticdatacollection_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifymalicious", + "displayName": "Notify Malicious", + "options": [ + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifymalicious_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifymalicious_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifypasswordreuse", + "displayName": "Notify Password Reuse", + "options": [ + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifypasswordreuse_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifypasswordreuse_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifyunsafeapp", + "displayName": "Notify Unsafe App", + "options": [ + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifyunsafeapp_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_notifyunsafeapp_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_serviceenabled", + "displayName": "Service Enabled", + "options": [ + { + "id": "device_vendor_msft_policy_config_webthreatdefense_serviceenabled_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_webthreatdefense_serviceenabled_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowautoconnecttowifisensehotspots", + "displayName": "Allow Auto Connect To Wi Fi Sense Hotspots", + "options": [ + { + "id": "device_vendor_msft_policy_config_wifi_allowautoconnecttowifisensehotspots_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowautoconnecttowifisensehotspots_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowinternetsharing", + "displayName": "Allow Internet Sharing", + "options": [ + { + "id": "device_vendor_msft_policy_config_wifi_allowinternetsharing_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowinternetsharing_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowmanualwificonfiguration", + "displayName": "Allow Manual Wi Fi Configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_wifi_allowmanualwificonfiguration_0", + "displayName": "Block", + "description": "No Wi-Fi connection outside of MDM provisioned network is allowed." + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowmanualwificonfiguration_1", + "displayName": "Allow", + "description": "Adding new network SSIDs beyond the already MDM provisioned ones is allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowwifi", + "displayName": "Allow Wi Fi", + "options": [ + { + "id": "device_vendor_msft_policy_config_wifi_allowwifi_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowwifi_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowwifidirect", + "displayName": "Allow Wi Fi Direct", + "options": [ + { + "id": "device_vendor_msft_policy_config_wifi_allowwifidirect_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_wifi_allowwifidirect_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wifi_wlanscanmode", + "displayName": "WLAN Scan Mode", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_windowsconnectionmanager_prohitconnectiontonondomainnetworkswhenconnectedtodomainauthenticatednetwork", + "displayName": "Prohibit connection to non-domain networks when connected to domain authenticated network", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsconnectionmanager_prohitconnectiontonondomainnetworkswhenconnectedtodomainauthenticatednetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowsconnectionmanager_prohitconnectiontonondomainnetworkswhenconnectedtodomainauthenticatednetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_companyname", + "displayName": "Company Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableaccountprotectionui", + "displayName": "Disable Account Protection UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableaccountprotectionui_0", + "displayName": "(Disable) The users can see the display of the Account protection area in Windows Defender Security Center.", + "description": "(Disable) The users can see the display of the Account protection area in Windows Defender Security Center." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableaccountprotectionui_1", + "displayName": "(Enable) The users cannot see the display of the Account protection area in Windows Defender Security Center.", + "description": "(Enable) The users cannot see the display of the Account protection area in Windows Defender Security Center." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableappbrowserui", + "displayName": "Disable App Browser UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableappbrowserui_0", + "displayName": "(Disable) The users can see the display of the app and browser protection area in Windows Defender Security Center.", + "description": "(Disable) The users can see the display of the app and browser protection area in Windows Defender Security Center." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableappbrowserui_1", + "displayName": "(Enable) The users cannot see the display of the app and browser protection area in Windows Defender Security Center.", + "description": "(Enable) The users cannot see the display of the app and browser protection area in Windows Defender Security Center." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablecleartpmbutton", + "displayName": "Disable Clear Tpm Button", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablecleartpmbutton_0", + "displayName": "(Disabled or not configured) The security processor troubleshooting page shows a button that initiates the process to clear the security processor (TPM).", + "description": "(Disabled or not configured) The security processor troubleshooting page shows a button that initiates the process to clear the security processor (TPM)." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablecleartpmbutton_1", + "displayName": "(Enabled) The security processor troubleshooting page will not show a button to initiate the process to clear the security processor (TPM)", + "description": "(Enabled) The security processor troubleshooting page will not show a button to initiate the process to clear the security processor (TPM)" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disabledevicesecurityui", + "displayName": "Disable Device Security UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disabledevicesecurityui_0", + "displayName": "(Disable) The users can see the display of the Device security area in Windows Defender Security Center.", + "description": "(Disable) The users can see the display of the Device security area in Windows Defender Security Center." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disabledevicesecurityui_1", + "displayName": "(Enable) The users cannot see the display of the Device security area in Windows Defender Security Center.", + "description": "(Enable) The users cannot see the display of the Device security area in Windows Defender Security Center." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableenhancednotifications", + "displayName": "Disable Enhanced Notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableenhancednotifications_0", + "displayName": "(Disable) Windows Defender Security Center will display critical and non-critical notifications to users..", + "description": "(Disable) Windows Defender Security Center will display critical and non-critical notifications to users.." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disableenhancednotifications_1", + "displayName": "(Enable) Windows Defender Security Center only display notifications which are considered critical on clients.", + "description": "(Enable) Windows Defender Security Center only display notifications which are considered critical on clients." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablefamilyui", + "displayName": "Disable Family UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablefamilyui_0", + "displayName": "(Disable) The users can see the display of the family options area in Windows Defender Security Center.", + "description": "(Disable) The users can see the display of the family options area in Windows Defender Security Center." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablefamilyui_1", + "displayName": "(Enable) The users cannot see the display of the family options area in Windows Defender Security Center.", + "description": "(Enable) The users cannot see the display of the family options area in Windows Defender Security Center." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablehealthui", + "displayName": "Disable Health UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablehealthui_0", + "displayName": "(Disable) The users can see the display of the device performance and health area in Windows Defender Security Center.", + "description": "(Disable) The users can see the display of the device performance and health area in Windows Defender Security Center." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablehealthui_1", + "displayName": "(Enable) The users cannot see the display of the device performance and health area in Windows Defender Security Center.", + "description": "(Enable) The users cannot see the display of the device performance and health area in Windows Defender Security Center." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablenetworkui", + "displayName": "Disable Network UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablenetworkui_0", + "displayName": "(Disable) The users can see the display of the firewall and network protection area in Windows Defender Security Center.", + "description": "(Disable) The users can see the display of the firewall and network protection area in Windows Defender Security Center." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablenetworkui_1", + "displayName": "(Enable) The users cannot see the display of the firewall and network protection area in Windows Defender Security Center.", + "description": "(Enable) The users cannot see the display of the firewall and network protection area in Windows Defender Security Center." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablenotifications", + "displayName": "Disable Notifications", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablenotifications_0", + "displayName": "(Disable) The users can see the display of Windows Defender Security Center notifications.", + "description": "(Disable) The users can see the display of Windows Defender Security Center notifications." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablenotifications_1", + "displayName": "(Enable) The users cannot see the display of Windows Defender Security Center notifications.", + "description": "(Enable) The users cannot see the display of Windows Defender Security Center notifications." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disabletpmfirmwareupdatewarning", + "displayName": "Disable Tpm Firmware Update Warning", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disabletpmfirmwareupdatewarning_0", + "displayName": "(Disable or Not configured) A warning will be displayed if the firmware of the security processor (TPM) should be updated for TPMs that have a vulnerability.", + "description": "(Disable or Not configured) A warning will be displayed if the firmware of the security processor (TPM) should be updated for TPMs that have a vulnerability." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disabletpmfirmwareupdatewarning_1", + "displayName": "(Enabled) No warning will be displayed if the firmware of the security processor (TPM) should be updated.", + "description": "(Enabled) No warning will be displayed if the firmware of the security processor (TPM) should be updated." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablevirusui", + "displayName": "Disable Virus UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablevirusui_0", + "displayName": "(Disable) The users can see the display of the virus and threat protection area in Windows Defender Security Center.", + "description": "(Disable) The users can see the display of the virus and threat protection area in Windows Defender Security Center." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disablevirusui_1", + "displayName": "(Enable) The users cannot see the display of the virus and threat protection area in Windows Defender Security Center.", + "description": "(Enable) The users cannot see the display of the virus and threat protection area in Windows Defender Security Center." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disallowexploitprotectionoverride", + "displayName": "Disallow Exploit Protection Override", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disallowexploitprotectionoverride_0", + "displayName": "(Disable) Local users are allowed to make changes in the exploit protection settings area.", + "description": "(Disable) Local users are allowed to make changes in the exploit protection settings area." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_disallowexploitprotectionoverride_1", + "displayName": "(Enable) Local users cannot make changes in the exploit protection settings area.", + "description": "(Enable) Local users cannot make changes in the exploit protection settings area." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_email", + "displayName": "Email", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_enablecustomizedtoasts", + "displayName": "Enable Customized Toasts", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_enablecustomizedtoasts_0", + "displayName": "(Disable) Notifications contain a default notification text.", + "description": "(Disable) Notifications contain a default notification text." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_enablecustomizedtoasts_1", + "displayName": "(Enable) Notifications contain the company name and contact options.", + "description": "(Enable) Notifications contain the company name and contact options." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_enableinappcustomization", + "displayName": "Enable In App Customization", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_enableinappcustomization_0", + "displayName": "(Disable) Do not display the company name and contact options in the card fly out notification.", + "description": "(Disable) Do not display the company name and contact options in the card fly out notification." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_enableinappcustomization_1", + "displayName": "(Enable) Display the company name and contact options in the card fly out notification.", + "description": "(Enable) Display the company name and contact options in the card fly out notification." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hideransomwaredatarecovery", + "displayName": "Hide Ransomware Data Recovery", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hideransomwaredatarecovery_0", + "displayName": "(Disable or not configured) The Ransomware data recovery area will be visible.", + "description": "(Disable or not configured) The Ransomware data recovery area will be visible." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hideransomwaredatarecovery_1", + "displayName": "(Enable) The Ransomware data recovery area is hidden.", + "description": "(Enable) The Ransomware data recovery area is hidden." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidesecureboot", + "displayName": "Hide Secure Boot", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidesecureboot_0", + "displayName": "(Disable or not configured) The Secure boot area is displayed.", + "description": "(Disable or not configured) The Secure boot area is displayed." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidesecureboot_1", + "displayName": "(Enable) The Secure boot area is hidden.", + "description": "(Enable) The Secure boot area is hidden." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidetpmtroubleshooting", + "displayName": "Hide TPM Troubleshooting", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidetpmtroubleshooting_0", + "displayName": "(Disable or not configured) The Security processor (TPM) troubleshooting area is displayed.", + "description": "(Disable or not configured) The Security processor (TPM) troubleshooting area is displayed." + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidetpmtroubleshooting_1", + "displayName": "(Enable) The Security processor (TPM) troubleshooting area is hidden.", + "description": "(Enable) The Security processor (TPM) troubleshooting area is hidden." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidewindowssecuritynotificationareacontrol", + "displayName": "Hide Windows Security Notification Area Control", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidewindowssecuritynotificationareacontrol_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_hidewindowssecuritynotificationareacontrol_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_phone", + "displayName": "Phone", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_windowsdefendersecuritycenter_url", + "displayName": "URL", + "options": null + }, + { + "id": "device_vendor_msft_policy_config_windowsinkworkspace_allowsuggestedappsinwindowsinkworkspace", + "displayName": "Allow Suggested Apps In Windows Ink Workspace", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsinkworkspace_allowsuggestedappsinwindowsinkworkspace_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_windowsinkworkspace_allowsuggestedappsinwindowsinkworkspace_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowsinkworkspace_allowwindowsinkworkspace", + "displayName": "Allow Windows Ink Workspace", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowsinkworkspace_allowwindowsinkworkspace_0", + "displayName": "access to ink workspace is disabled. The feature is turned off.", + "description": "access to ink workspace is disabled. The feature is turned off." + }, + { + "id": "device_vendor_msft_policy_config_windowsinkworkspace_allowwindowsinkworkspace_1", + "displayName": "ink workspace is enabled (feature is turned on), but the user cannot access it above the lock screen.", + "description": "ink workspace is enabled (feature is turned on), but the user cannot access it above the lock screen." + }, + { + "id": "device_vendor_msft_policy_config_windowsinkworkspace_allowwindowsinkworkspace_2", + "displayName": "ink workspace is enabled (feature is turned on), and the user is allowed to use it above the lock screen.", + "description": "ink workspace is enabled (feature is turned on), and the user is allowed to use it above the lock screen." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_allowautomaticrestartsignon", + "displayName": "Sign-in and lock last interactive user automatically after a restart", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_allowautomaticrestartsignon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_allowautomaticrestartsignon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_configautomaticrestartsignon", + "displayName": "Configure the mode of automatically signing in and locking last interactive user after a restart or cold boot", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_configautomaticrestartsignon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_configautomaticrestartsignon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_configautomaticrestartsignon_configautomaticrestartsignondescription", + "displayName": "Configure the mode of automatically signing in and locking last interactive user after a restart or cold boot (Device)", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_configautomaticrestartsignon_configautomaticrestartsignondescription_0", + "displayName": "Enabled if BitLocker is on and not suspended", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_configautomaticrestartsignon_configautomaticrestartsignondescription_1", + "displayName": "Always Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_disablelockscreenappnotifications", + "displayName": "Turn off app notifications on the lock screen", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_disablelockscreenappnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_disablelockscreenappnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_dontdisplaynetworkselectionui", + "displayName": "Do not display network selection UI", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_dontdisplaynetworkselectionui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_dontdisplaynetworkselectionui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_enablefirstlogonanimation", + "displayName": "Enable First Logon Animation", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_enablefirstlogonanimation_0", + "displayName": "Disabled", + "description": "Disabled." + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_enablefirstlogonanimation_1", + "displayName": "Enabled", + "description": "Enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_enablemprnotifications", + "displayName": "Enable MPR notifications for the system", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_enablemprnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_enablemprnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_enumeratelocalusersondomainjoinedcomputers", + "displayName": "Enumerate local users on domain-joined computers", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_enumeratelocalusersondomainjoinedcomputers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_enumeratelocalusersondomainjoinedcomputers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_hidefastuserswitching", + "displayName": "Hide Fast User Switching", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_hidefastuserswitching_0", + "displayName": "Disabled", + "description": "Disabled (visible)." + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_hidefastuserswitching_1", + "displayName": "Enabled", + "description": "Enabled (hidden)." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_overrideshellprogram", + "displayName": "Override Shell Program", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowslogon_overrideshellprogram_0", + "displayName": "Not Configured", + "description": "Not Configured" + }, + { + "id": "device_vendor_msft_policy_config_windowslogon_overrideshellprogram_1", + "displayName": "Apply Lightweight shell", + "description": "Apply Lightweight shell" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging", + "displayName": "Turn on PowerShell Script Block Logging", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_enablescriptblockinvocationlogging", + "displayName": "Log script block invocation start / stop events:", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_enablescriptblockinvocationlogging_0", + "displayName": "False", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_enablescriptblockinvocationlogging_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowaudioinput", + "displayName": "Allow Audio Input", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowaudioinput_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowaudioinput_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowclipboardredirection", + "displayName": "Allow Clipboard Redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowclipboardredirection_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowclipboardredirection_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allownetworking", + "displayName": "Allow Networking", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowssandbox_allownetworking_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allownetworking_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowprinterredirection", + "displayName": "Allow Printer Redirection", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowprinterredirection_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowprinterredirection_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowvgpu", + "displayName": "Allow VGPU", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowvgpu_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowvgpu_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowvideoinput", + "displayName": "Allow Video Input", + "options": [ + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowvideoinput_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_windowssandbox_allowvideoinput_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowmdnsadvertisement", + "displayName": "Allow Mdns Advertisement", + "options": [ + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowmdnsadvertisement_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowmdnsadvertisement_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowmdnsdiscovery", + "displayName": "Allow Mdns Discovery", + "options": [ + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowmdnsdiscovery_0", + "displayName": "Not allowed.", + "description": "Not allowed." + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowmdnsdiscovery_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectionfrompc", + "displayName": "Allow Projection From PC", + "options": [ + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectionfrompc_0", + "displayName": "Your PC cannot discover or project to other devices.", + "description": "Your PC cannot discover or project to other devices." + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectionfrompc_1", + "displayName": "Your PC can discover and project to other devices.", + "description": "Your PC can discover and project to other devices." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectionfrompcoverinfrastructure", + "displayName": "Allow Projection From PC Over Infrastructure", + "options": [ + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectionfrompcoverinfrastructure_0", + "displayName": "Your PC cannot discover or project to other infrastructure devices, although it is possible to discover and project over WiFi Direct.", + "description": "Your PC cannot discover or project to other infrastructure devices, although it is possible to discover and project over WiFi Direct." + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectionfrompcoverinfrastructure_1", + "displayName": "Your PC can discover and project to other devices over infrastructure.", + "description": "Your PC can discover and project to other devices over infrastructure." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectiontopc", + "displayName": "Allow Projection To PC", + "options": [ + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectiontopc_0", + "displayName": "Projection to PC is not allowed. Always off and the user cannot enable it.", + "description": "Projection to PC is not allowed. Always off and the user cannot enable it." + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectiontopc_1", + "displayName": "Projection to PC is allowed. Enabled only above the lock screen.", + "description": "Projection to PC is allowed. Enabled only above the lock screen." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectiontopcoverinfrastructure", + "displayName": "Allow Projection To PC Over Infrastructure", + "options": [ + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectiontopcoverinfrastructure_0", + "displayName": "Your PC is not discoverable and other devices cannot project to it over infrastructure, although it is possible to project to it over WiFi Direct.", + "description": "Your PC is not discoverable and other devices cannot project to it over infrastructure, although it is possible to project to it over WiFi Direct." + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowprojectiontopcoverinfrastructure_1", + "displayName": "Your PC is discoverable and other devices can project to it over infrastructure.", + "description": "Your PC is discoverable and other devices can project to it over infrastructure." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowuserinputfromwirelessdisplayreceiver", + "displayName": "Allow User Input From Wireless Display Receiver", + "options": [ + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowuserinputfromwirelessdisplayreceiver_0", + "displayName": "Wireless display input disabled.", + "description": "Wireless display input disabled." + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_allowuserinputfromwirelessdisplayreceiver_1", + "displayName": "Wireless display input enabled.", + "description": "Wireless display input enabled." + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_requirepinforpairing", + "displayName": "Require Pin For Pairing", + "options": [ + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_requirepinforpairing_0", + "displayName": "PIN is not required.", + "description": "PIN is not required." + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_requirepinforpairing_1", + "displayName": "Pairing ceremony for new devices will always require a PIN", + "description": "Pairing ceremony for new devices will always require a PIN" + }, + { + "id": "device_vendor_msft_policy_config_wirelessdisplay_requirepinforpairing_2", + "displayName": "All pairings will require PIN", + "description": "All pairings will require PIN" + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowdebugshell", + "displayName": "Allow the debug shell", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowdebugshell_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowdebugshell_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowdiskmount", + "displayName": "Allow passthrough disk mount", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowdiskmount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowdiskmount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowinboxwsl", + "displayName": "Allow the Inbox version of the Windows Subsystem For Linux", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowinboxwsl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowinboxwsl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowwsl", + "displayName": "Allow the Windows Subsystem For Linux", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowwsl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowwsl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowwsl1", + "displayName": "Allow WSL1", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowwsl1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_allowwsl1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customkernelcommandlineusersettingconfigurable", + "displayName": "Allow kernel command line configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customkernelcommandlineusersettingconfigurable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customkernelcommandlineusersettingconfigurable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customkernelusersettingconfigurable", + "displayName": "Allow custom kernel configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customkernelusersettingconfigurable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customkernelusersettingconfigurable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customnetworkingusersettingconfigurable", + "displayName": "Allow custom networking configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customnetworkingusersettingconfigurable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customnetworkingusersettingconfigurable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customsystemdistrousersettingconfigurable", + "displayName": "Allow custom system distribution configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customsystemdistrousersettingconfigurable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_customsystemdistrousersettingconfigurable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_firewallusersettingconfigurable", + "displayName": "Allow user setting firewall configuration", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_firewallusersettingconfigurable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_firewallusersettingconfigurable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_kerneldebugusersettingconfigurable", + "displayName": "Allow kernel debugging", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_kerneldebugusersettingconfigurable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_kerneldebugusersettingconfigurable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_nestedvirtualizationusersettingconfigurable", + "displayName": "Allow nested virtualization", + "options": [ + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_nestedvirtualizationusersettingconfigurable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "device_vendor_msft_policy_config_wslv1~policy~wsl_nestedvirtualizationusersettingconfigurable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_allowelevationdetection", + "displayName": "(Preview) Automatically detect elevations", + "options": [ + { + "id": "device_vendor_msft_policy_elevationclientsettings_allowelevationdetection_0", + "displayName": "No", + "description": "No" + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_allowelevationdetection_1", + "displayName": "Yes", + "description": "Yes" + } + ] + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_defaultelevationresponse", + "displayName": "Default elevation response", + "options": [ + { + "id": "device_vendor_msft_policy_elevationclientsettings_defaultelevationresponse_0", + "displayName": "Deny all requests", + "description": "Deny all requests" + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_defaultelevationresponse_1", + "displayName": "Require user confirmation", + "description": "Require user confirmation" + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_defaultelevationresponse_2", + "displayName": "Require support approval", + "description": "Require support approval" + } + ] + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_enableepm", + "displayName": "Endpoint Privilege Management", + "options": [ + { + "id": "device_vendor_msft_policy_elevationclientsettings_enableepm_1", + "displayName": "Enabled", + "description": "Enabled" + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_enableepm_0", + "displayName": "Disabled", + "description": "Turning off this feature will uninstall the companion client from assigned devices if one is already installed" + } + ] + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_reportingscope", + "displayName": "Reporting scope", + "options": [ + { + "id": "device_vendor_msft_policy_elevationclientsettings_reportingscope_1", + "displayName": "Diagnostic data and managed elevations only", + "description": "Diagnostic data and managed elevations only" + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_reportingscope_2", + "displayName": "Diagnostic data and all endpoint elevations", + "description": "Diagnostic data and all endpoint elevations" + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_reportingscope_0", + "displayName": "Diagnostic data only", + "description": "Diagnostic data only" + } + ] + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_senddata", + "displayName": "Send elevation data for reporting", + "options": [ + { + "id": "device_vendor_msft_policy_elevationclientsettings_senddata_1", + "displayName": "Yes", + "description": "Yes" + }, + { + "id": "device_vendor_msft_policy_elevationclientsettings_senddata_0", + "displayName": "No", + "description": "No" + } + ] + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationclientsettings_defaultelevationresponse_validation", + "displayName": "Validation", + "options": [ + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationclientsettings_defaultelevationresponse_validation_0", + "displayName": "Business justification", + "description": "Business Justification" + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationclientsettings_defaultelevationresponse_validation_1", + "displayName": "Windows authentication", + "description": "Windows Authentication" + } + ] + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}", + "displayName": "Elevation Rule Name", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_appliesto", + "displayName": "Applies to", + "options": { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_allusers", + "displayName": "All device users", + "description": null + } + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_certificatefileupload", + "displayName": "File upload", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_certificatepayloadwithreusablesetting", + "displayName": "Certificate", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_certificatetype", + "displayName": "Certificate type", + "options": [ + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_publisher", + "displayName": "Publisher", + "description": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_issuingauthority", + "displayName": "Certificate authority", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_childprocessbehavior", + "displayName": "Child process behavior", + "options": [ + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_allowrunelevated", + "displayName": "Allow all child processes to run elevated", + "description": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_allowrunelevatedrulerequired", + "displayName": "Require rule to elevate", + "description": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_deny", + "displayName": "Deny all", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_description", + "displayName": "Description", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_filedescription", + "displayName": "File description", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_filehash", + "displayName": "File hash", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_filename", + "displayName": "File name", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_filepath", + "displayName": "File path", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_fileversion", + "displayName": "Minimum version", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_internalname", + "displayName": "Internal name", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_name", + "displayName": "Rule name", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_productname", + "displayName": "Product name", + "options": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_ruletype", + "displayName": "Elevation type", + "options": [ + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_self", + "displayName": "User confirmed", + "description": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_automatic", + "displayName": "Automatic", + "description": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_supportarbitrated", + "displayName": "Support approved", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_ruletype_validation", + "displayName": "Validation", + "options": [ + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_ruletype_validation_0", + "displayName": "Business justification", + "description": "Business Justification" + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_ruletype_validation_1", + "displayName": "Windows authentication", + "description": "Windows Authentication" + } + ] + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_signaturesource", + "displayName": "Signature source", + "options": [ + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_signaturesource_0", + "displayName": "Use a certificate file in reusable settings", + "description": null + }, + { + "id": "device_vendor_msft_policy_privilegemanagement_elevationrules_{elevationrulename}_signaturesource_1", + "displayName": "Upload a certificate file", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_reboot_schedule_dailyrecurrent", + "displayName": "Daily Recurrent", + "options": null + }, + { + "id": "device_vendor_msft_reboot_schedule_single", + "displayName": "Single", + "options": null + }, + { + "id": "device_vendor_msft_reboot_schedule_weeklyrecurrent", + "displayName": "Weekly Recurrent (Windows Insiders only)", + "options": null + }, + { + "id": "device_vendor_msft_scepcertificate_certificatetype", + "displayName": "CertificateType", + "options": null + }, + { + "id": "device_vendor_msft_scepcertificate_certificatevalidityperiod", + "displayName": "Certificate validity period", + "options": null + }, + { + "id": "device_vendor_msft_scepcertificate_hashalgorithm", + "displayName": "Hash algorithm", + "options": null + }, + { + "id": "device_vendor_msft_scepcertificate_keystorageprovider", + "displayName": "Key storage provider (KSP)", + "options": null + }, + { + "id": "device_vendor_msft_scepcertificate_keyusage", + "displayName": "Key usage", + "options": null + }, + { + "id": "device_vendor_msft_scepcertificate_rootcertificate", + "displayName": "Root Certificate", + "options": null + }, + { + "id": "device_vendor_msft_scepcertificate_scepserverurls", + "displayName": "SCEP Server URLs", + "options": null + }, + { + "id": "device_vendor_msft_scepcertificate_subjectnameformat", + "displayName": "Subject name format", + "options": null + }, + { + "id": "device_vendor_msft_trustedcertificate_certificatefile", + "displayName": "Certificate file", + "options": null + }, + { + "id": "device_vendor_msft_trustedcertificate_destinationstore", + "displayName": "Destination Store", + "options": null + }, + { + "id": "device_vendor_msft_vpnconnection_connectionname", + "displayName": "Connection name", + "options": null + }, + { + "id": "device_vendor_msft_vpnconnection_connectiontype", + "displayName": "Connection type", + "options": null + }, + { + "id": "device_vendor_msft_vpnconnection_profilewithuserordevicescope", + "displayName": "Use this VPN profile with a user/device scope", + "options": null + }, + { + "id": "device_vendor_msft_vpnconnection_servers", + "displayName": "Servers", + "options": null + }, + { + "id": "device_vendor_msft_wifi_profile_{ssid}_proxy", + "displayName": "Company proxy settings", + "options": null + }, + { + "id": "device_vendor_msft_wifi_profile_{ssid}_proxypacurl", + "displayName": "Connect Automatically when in range", + "options": null + }, + { + "id": "device_vendor_msft_wifi_profile_{ssid}_proxywpad", + "displayName": "Connect to this network, even when its not broadcasting its SSID", + "options": null + }, + { + "id": "device_vendor_msft_wifi_profile_{ssid}_wificost", + "displayName": "Metered connection limit", + "options": null + }, + { + "id": "device_vendor_msft_wifi_profile_{ssid}_wlanxml", + "displayName": "Wireless security type", + "options": null + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configuration_samplesharing", + "displayName": "Sample Sharing", + "options": [ + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configuration_samplesharing_0", + "displayName": "None", + "description": null + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configuration_samplesharing_1", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configuration_telemetryreportingfrequency", + "displayName": "[Deprecated] Telemetry Reporting Frequency", + "options": [ + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configuration_telemetryreportingfrequency_1", + "displayName": "Normal", + "description": null + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configuration_telemetryreportingfrequency_2", + "displayName": "Expedite", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configurationtype", + "displayName": "Microsoft Defender for Endpoint client configuration package type", + "options": [ + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configurationtype_autofromconnector", + "displayName": "Auto from connector", + "description": null + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configurationtype_onboard", + "displayName": "Onboard", + "description": null + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_configurationtype_offboard", + "displayName": "Offboard", + "description": null + } + ] + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_offboarding", + "displayName": "Offboarding (Device)", + "options": null + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_onboarding", + "displayName": "Onboarding (Device)", + "options": null + }, + { + "id": "device_vendor_msft_windowsadvancedthreatprotection_onboarding_fromconnector", + "displayName": "Onboarding blob from Connector", + "options": null + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_audit_auditapplicationguard", + "displayName": "Audit Application Guard", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_audit_auditapplicationguard_0", + "displayName": "Disabled", + "description": "Audit event logs aren't collected for Application Guard." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_audit_auditapplicationguard_1", + "displayName": "Enabled", + "description": "Application Guard inherits its auditing policies from system and starts to audit security events for Application Guard container." + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_installwindowsdefenderapplicationguard", + "displayName": "Install Windows defender application guard", + "options": { + "id": "device_vendor_msft_windowsdefenderapplicationguard_installwindowsdefenderapplicationguard_install", + "displayName": "Install - Will initiate feature install", + "description": "Will initiate feature install." + } + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_platformstatus", + "displayName": "Platform status", + "options": null + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowcameramicrophoneredirection", + "displayName": "Allow camera and microphone access", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowcameramicrophoneredirection_0", + "displayName": "Disabled", + "description": "Microsoft Defender Application Guard cannot access the device's camera and microphone. When the policy is not configured, it is the same as disabled (0)." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowcameramicrophoneredirection_1", + "displayName": "Enabled", + "description": "Turns on the functionality to allow Microsoft Defender Application Guard to access the device's camera and microphone." + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowpersistence", + "displayName": "Allow data persistence", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowpersistence_0", + "displayName": "Disabled", + "description": "Application Guard discards user-downloaded files and other items (such as, cookies, Favorites, and so on) during machine restart or user log-off." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowpersistence_1", + "displayName": "Enabled", + "description": "Application Guard saves user-downloaded files and other items (such as, cookies, Favorites, and so on) for use in future Application Guard sessions." + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowvirtualgpu", + "displayName": "Allow hardware-accelerated rendering", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowvirtualgpu_0", + "displayName": "Disabled", + "description": "Cannot access the vGPU and uses the CPU to support rendering graphics. When the policy is not configured, it is the same as disabled (0)." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowvirtualgpu_1", + "displayName": "Enabled", + "description": "Turns on the functionality to access the vGPU offloading graphics rendering from the CPU. This can create a faster experience when working with graphics intense websites or watching video within the container." + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowwindowsdefenderapplicationguard", + "displayName": "Turn on Microsoft Defender Application Guard", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowwindowsdefenderapplicationguard_0", + "displayName": "Disabled", + "description": "Disable Microsoft Defender Application Guard" + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowwindowsdefenderapplicationguard_1", + "displayName": "Enabled for Microsoft Edge ONLY", + "description": "Enable Microsoft Defender Application Guard for Microsoft Edge ONLY" + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowwindowsdefenderapplicationguard_2", + "displayName": "Enabled for isolated Windows environments ONLY", + "description": "Enable Microsoft Defender Application Guard for isolated Windows environments ONLY" + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_allowwindowsdefenderapplicationguard_3", + "displayName": "Enabled for Microsoft Edge AND isolated Windows environments", + "description": "Enable Microsoft Defender Application Guard for Microsoft Edge AND isolated Windows environments" + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_certificatethumbprints", + "displayName": "Certificate Thumbprints", + "options": null + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardfiletype", + "displayName": "Clipboard content options", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardfiletype_1", + "displayName": "Allow text copying", + "description": "Allow text copying." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardfiletype_2", + "displayName": "Allow image copying", + "description": "Allow image copying." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardfiletype_3", + "displayName": "Allow both text and image copying", + "description": "Allow text and image copying." + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardsettings", + "displayName": "Clipboard behavior settings", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardsettings_0", + "displayName": "Disable clipboard functionality completely", + "description": "Completely turns Off the clipboard functionality for the Application Guard." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardsettings_1", + "displayName": "Enable clipboard operation from Application Guard to the host", + "description": "Turns On clipboard operation from an isolated session to the host." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardsettings_2", + "displayName": "Enable clipboard operation from the host to Application Guard", + "description": "Turns On clipboard operation from the host to an isolated session." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_clipboardsettings_3", + "displayName": "Enable clipboard operation in both directions", + "description": "Turns On clipboard operation in both the directions." + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_printingsettings", + "displayName": "Print Settings", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_printingsettings_0", + "displayName": "Disable all print functionality", + "description": "Disables all print functionality." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_printingsettings_1", + "displayName": "Enable XPS printing", + "description": "Enables only XPS printing." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_printingsettings_2", + "displayName": "Enable PDF printing", + "description": "Enables only PDF printing." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_printingsettings_4", + "displayName": "Enable local printing", + "description": "Enables only local printing." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_printingsettings_8", + "displayName": "Enable network printing", + "description": "Enables only network printing." + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_savefilestohost", + "displayName": "Allow files to download and save to the host operating system", + "options": [ + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_savefilestohost_0", + "displayName": "Disabled", + "description": "The user cannot download files from Edge in the container to the host file system. When the policy is not configured, it is the same as disabled (0)." + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_settings_savefilestohost_1", + "displayName": "Enabled", + "description": "Turns on the functionality to allow users to download files from Edge in the container to the host file system." + } + ] + }, + { + "id": "device_vendor_msft_windowsdefenderapplicationguard_status", + "displayName": "Status", + "options": null + }, + { + "id": "diskmanagement_diskmanagement", + "displayName": "com.apple.configuration.diskmanagement.settings", + "options": null + }, + { + "id": "diskmanagement_restrictions", + "displayName": "Restrictions", + "options": null + }, + { + "id": "diskmanagement_restrictions_externalstorage", + "displayName": "External Storage", + "options": [ + { + "id": "diskmanagement_restrictions_externalstorage_0", + "displayName": "Allowed", + "description": null + }, + { + "id": "diskmanagement_restrictions_externalstorage_1", + "displayName": "ReadOnly", + "description": null + }, + { + "id": "diskmanagement_restrictions_externalstorage_2", + "displayName": "Disallowed", + "description": null + } + ] + }, + { + "id": "diskmanagement_restrictions_networkstorage", + "displayName": "Network Storage", + "options": [ + { + "id": "diskmanagement_restrictions_networkstorage_0", + "displayName": "Allowed", + "description": null + }, + { + "id": "diskmanagement_restrictions_networkstorage_1", + "displayName": "ReadOnly", + "description": null + }, + { + "id": "diskmanagement_restrictions_networkstorage_2", + "displayName": "Disallowed", + "description": null + } + ] + }, + { + "id": "enforcement_detailsurl", + "displayName": "Details URL", + "options": null + }, + { + "id": "enforcement_enforcement", + "displayName": "com.apple.configuration.softwareupdate.enforcement.specific", + "options": null + }, + { + "id": "enforcement_targetbuildversion", + "displayName": "Target Build Version", + "options": null + }, + { + "id": "enforcement_targetlocaldatetime", + "displayName": "Target Date Time (UTC)", + "options": null + }, + { + "id": "enforcement_targetosversion", + "displayName": "Target OS Version", + "options": null + }, + { + "id": "enrollment_autopilot_dpp_accountype", + "displayName": "User account type", + "options": [ + { + "id": "enrollment_autopilot_dpp_accountype_0", + "displayName": "Administrator", + "description": null + }, + { + "id": "enrollment_autopilot_dpp_accountype_1", + "displayName": "Standard User", + "description": null + } + ] + }, + { + "id": "enrollment_autopilot_dpp_allowdiagnostics", + "displayName": "Show link to diagnostics", + "options": [ + { + "id": "enrollment_autopilot_dpp_allowdiagnostics_0", + "displayName": "No", + "description": null + }, + { + "id": "enrollment_autopilot_dpp_allowdiagnostics_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "enrollment_autopilot_dpp_allowedappids", + "displayName": "Allowed Applications", + "options": null + }, + { + "id": "enrollment_autopilot_dpp_allowedpolicyids", + "displayName": "Allowed Policies", + "options": null + }, + { + "id": "enrollment_autopilot_dpp_allowedscriptids", + "displayName": "Allowed Scripts", + "options": null + }, + { + "id": "enrollment_autopilot_dpp_allowskip", + "displayName": "Allow users to skip setup after multiple attempts", + "options": [ + { + "id": "enrollment_autopilot_dpp_allowskip_0", + "displayName": "No", + "description": null + }, + { + "id": "enrollment_autopilot_dpp_allowskip_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "enrollment_autopilot_dpp_customerrormessage", + "displayName": "Custom error message", + "options": null + }, + { + "id": "enrollment_autopilot_dpp_deploymentmode", + "displayName": "Deployment mode", + "options": { + "id": "enrollment_autopilot_dpp_deploymentmode_0", + "displayName": "User-driven", + "description": "Devices are associated with the user enrolling the device and user credentials are required to provision the device" + } + }, + { + "id": "enrollment_autopilot_dpp_deploymenttype", + "displayName": "Deployment type", + "options": { + "id": "enrollment_autopilot_dpp_deploymenttype_0", + "displayName": "Single user", + "description": null + } + }, + { + "id": "enrollment_autopilot_dpp_devicesecuritygroupids", + "displayName": "Device security group", + "options": null + }, + { + "id": "enrollment_autopilot_dpp_jointype", + "displayName": "Join type", + "options": { + "id": "enrollment_autopilot_dpp_jointype_0", + "displayName": "Microsoft Entra joined", + "description": "Cloud-only without an on-premises Windows Server Active Directory" + } + }, + { + "id": "enrollment_autopilot_dpp_timeout", + "displayName": "Minutes allowed before showing installation error", + "options": null + }, + { + "id": "enrollment_restriction_blockmdmenrollment", + "displayName": "Block MDM enrollment", + "options": [ + { + "id": "enrollment_restriction_blockmdmenrollment_0", + "displayName": "No", + "description": null + }, + { + "id": "enrollment_restriction_blockmdmenrollment_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "extensionsettings_extensionsettings", + "displayName": "com.apple.configuration.safari.extensions.settings", + "options": null + }, + { + "id": "extensionsettings_managedextensions", + "displayName": "Managed Extensions", + "options": null + }, + { + "id": "extensionsettings_managedextensions_generickey", + "displayName": "ANY", + "options": null + }, + { + "id": "extensionsettings_managedextensions_generickey_alloweddomains", + "displayName": "Allowed Domains", + "options": null + }, + { + "id": "extensionsettings_managedextensions_generickey_denieddomains", + "displayName": "Denied Domains", + "options": null + }, + { + "id": "extensionsettings_managedextensions_generickey_keytobereplaced", + "displayName": "Managed Extensions", + "options": null + }, + { + "id": "extensionsettings_managedextensions_generickey_privatebrowsing", + "displayName": "Private Browsing", + "options": [ + { + "id": "extensionsettings_managedextensions_generickey_privatebrowsing_0", + "displayName": "Allowed", + "description": null + }, + { + "id": "extensionsettings_managedextensions_generickey_privatebrowsing_1", + "displayName": "AlwaysOn", + "description": null + }, + { + "id": "extensionsettings_managedextensions_generickey_privatebrowsing_2", + "displayName": "AlwaysOff", + "description": null + } + ] + }, + { + "id": "extensionsettings_managedextensions_generickey_state", + "displayName": "State", + "options": [ + { + "id": "extensionsettings_managedextensions_generickey_state_0", + "displayName": "Allowed", + "description": null + }, + { + "id": "extensionsettings_managedextensions_generickey_state_1", + "displayName": "Always On", + "description": null + }, + { + "id": "extensionsettings_managedextensions_generickey_state_2", + "displayName": "Always Off", + "description": null + } + ] + }, + { + "id": "linux_customconfig_executioncontext", + "displayName": "Execution context", + "options": [ + { + "id": "linux_customconfig_executioncontext_root", + "displayName": "Root", + "description": null + }, + { + "id": "linux_customconfig_executioncontext_user", + "displayName": "User", + "description": null + } + ] + }, + { + "id": "linux_customconfig_executionfrequency", + "displayName": "Execution frequency", + "options": [ + { + "id": "linux_customconfig_executionfrequency_15minutes", + "displayName": "Every 15 minutes", + "description": null + }, + { + "id": "linux_customconfig_executionfrequency_30minutes", + "displayName": "Every 30 minutes", + "description": null + }, + { + "id": "linux_customconfig_executionfrequency_1hour", + "displayName": "Every 1 hour", + "description": null + }, + { + "id": "linux_customconfig_executionfrequency_2hours", + "displayName": "Every 2 hours", + "description": null + }, + { + "id": "linux_customconfig_executionfrequency_3hours", + "displayName": "Every 3 hours", + "description": null + }, + { + "id": "linux_customconfig_executionfrequency_6hours", + "displayName": "Every 6 hours", + "description": null + }, + { + "id": "linux_customconfig_executionfrequency_12hours", + "displayName": "Every 12 hours", + "description": null + }, + { + "id": "linux_customconfig_executionfrequency_1day", + "displayName": "Every 1 day", + "description": null + }, + { + "id": "linux_customconfig_executionfrequency_1week", + "displayName": "Every 1 week", + "description": null + } + ] + }, + { + "id": "linux_customconfig_executionretries", + "displayName": "Execution retries", + "options": [ + { + "id": "linux_customconfig_executionretries_0", + "displayName": "No retries", + "description": null + }, + { + "id": "linux_customconfig_executionretries_1", + "displayName": "1 time", + "description": null + }, + { + "id": "linux_customconfig_executionretries_2", + "displayName": "2 times", + "description": null + }, + { + "id": "linux_customconfig_executionretries_3", + "displayName": "3 times", + "description": null + } + ] + }, + { + "id": "linux_customconfig_script", + "displayName": "Execution Script", + "options": null + }, + { + "id": "linux_enrollment_blockenrollment", + "displayName": "Block Linux Enrollment", + "options": [ + { + "id": "linux_blockenrollment_required_0", + "displayName": "No", + "description": null + }, + { + "id": "linux_blockenrollment_required_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_allowedthreats", + "displayName": "Allowed threats", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_behaviormonitoring", + "displayName": "Enable behavior monitoring", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_behaviormonitoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_behaviormonitoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_disallowedthreatactions", + "displayName": "Disallowed threat actions", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_enablefilehashcomputation", + "displayName": "Enable file hash computation", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_enablefilehashcomputation_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_enablefilehashcomputation_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_enablerealtimeprotection", + "displayName": "Enable real-time protection (deprecated)", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_enablerealtimeprotection_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_enablerealtimeprotection_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_enforcementlevel", + "displayName": "Enforcement Level", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_enforcementlevel_0", + "displayName": "Realtime", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_enforcementlevel_1", + "displayName": "OnDemand", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_enforcementlevel_2", + "displayName": "Passive", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions", + "displayName": "Scan exclusions", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_$type", + "displayName": "Type", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_$type_0", + "displayName": "Path", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_$type_1", + "displayName": "File extension", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_$type_2", + "displayName": "Process name", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_extension", + "displayName": "File extension", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_isdirectory", + "displayName": "Is directory", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_isdirectory_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_isdirectory_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_name", + "displayName": "File name", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusions_item_path", + "displayName": "Path", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusionsmergepolicy", + "displayName": "Exclusions merge", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_exclusionsmergepolicy_0", + "displayName": "merge", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_exclusionsmergepolicy_1", + "displayName": "admin_only", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_maximumondemandscanthreads", + "displayName": "maximum on demand scan threads", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_nonexecmountpolicy", + "displayName": "non execute mount mute", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_nonexecmountpolicy_0", + "displayName": "unmute", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_nonexecmountpolicy_1", + "displayName": "mute", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_passivemode", + "displayName": "Enable passive mode (deprecated)", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_passivemode_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_passivemode_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_scanafterdefinitionupdate", + "displayName": "Enable scanning after definition update", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_scanafterdefinitionupdate_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_scanafterdefinitionupdate_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_scanarchives", + "displayName": "Enable scanning of archives", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_scanarchives_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_scanarchives_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_scanhistorymaximumitems", + "displayName": "Scan history size", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_scanresultsretentiondays", + "displayName": "Scan results retention", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettings", + "displayName": "Threat type settings", + "options": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettings_item_key", + "displayName": "Threat type", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettings_item_key_0", + "displayName": "potentially_unwanted_application", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettings_item_key_1", + "displayName": "archive_bomb", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettings_item_value", + "displayName": "Action to take", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettings_item_value_0", + "displayName": "audit", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettings_item_value_1", + "displayName": "block", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettings_item_value_2", + "displayName": "off", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettingsmergepolicy", + "displayName": "Threat type settings merge", + "options": [ + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettingsmergepolicy_0", + "displayName": "merge", + "description": null + }, + { + "id": "linux_mdatp_managed_antivirusengine_threattypesettingsmergepolicy_1", + "displayName": "admin_only", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_antivirusengine_unmonitoredfilesystems", + "displayName": "Unmonitored Filesystems", + "options": null + }, + { + "id": "linux_mdatp_managed_cloudservice_automaticdefinitionupdateenabled", + "displayName": "Automatic security intelligence updates", + "options": [ + { + "id": "linux_mdatp_managed_cloudservice_automaticdefinitionupdateenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_automaticdefinitionupdateenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_cloudservice_automaticsamplesubmissionconsent", + "displayName": "Enable automatic sample submissions", + "options": [ + { + "id": "linux_mdatp_managed_cloudservice_automaticsamplesubmissionconsent_none", + "displayName": "None", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_automaticsamplesubmissionconsent_safe", + "displayName": "Safe", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_automaticsamplesubmissionconsent_all", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_cloudservice_cloudblocklevel", + "displayName": "Configure cloud block level", + "options": [ + { + "id": "linux_mdatp_managed_cloudservice_cloudblocklevel_normal", + "displayName": "Normal", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_cloudblocklevel_moderate", + "displayName": "Moderate", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_cloudblocklevel_high", + "displayName": "High", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_cloudblocklevel_high_plus", + "displayName": "High_Plus", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_cloudblocklevel_zero_tolerance", + "displayName": "Zero_Tolerance", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_cloudservice_diagnosticlevel", + "displayName": "Diagnostic data collection level", + "options": [ + { + "id": "linux_mdatp_managed_cloudservice_diagnosticlevel_0", + "displayName": "optional", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_diagnosticlevel_1", + "displayName": "required", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_cloudservice_enabled", + "displayName": "Enable cloud delivered protection", + "options": [ + { + "id": "linux_mdatp_managed_cloudservice_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_cloudservice_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_edr_tags", + "displayName": "Device tags", + "options": null + }, + { + "id": "linux_mdatp_managed_edr_tags_item_key", + "displayName": "Type of tag", + "options": { + "id": "linux_mdatp_managed_edr_tags_item_key_0", + "displayName": "GROUP", + "description": null + } + }, + { + "id": "linux_mdatp_managed_edr_tags_item_value", + "displayName": "Value of tag", + "options": null + }, + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions", + "displayName": "Global Exclusions", + "options": null + }, + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions_item_$type", + "displayName": "Type", + "options": [ + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions_item_$type_0", + "displayName": "Path", + "description": null + }, + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions_item_$type_1", + "displayName": "Process name", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions_item_isdirectory", + "displayName": "Is directory", + "options": [ + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions_item_isdirectory_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions_item_isdirectory_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions_item_name", + "displayName": "Process name", + "options": null + }, + { + "id": "linux_mdatp_managed_exclusionsettings_exclusions_item_path", + "displayName": "Path", + "options": null + }, + { + "id": "linux_mdatp_managed_networkprotection_enforcementlevel", + "displayName": "Enforcement Level", + "options": [ + { + "id": "linux_mdatp_managed_networkprotection_enforcementlevel_0", + "displayName": "disabled", + "description": null + }, + { + "id": "linux_mdatp_managed_networkprotection_enforcementlevel_1", + "displayName": "audit", + "description": null + }, + { + "id": "linux_mdatp_managed_networkprotection_enforcementlevel_2", + "displayName": "block", + "description": null + } + ] + }, + { + "id": "loginwindow_disableloginitemssuppression", + "displayName": "Disable Login Items Suppression", + "options": [ + { + "id": "loginwindow_disableloginitemssuppression_false", + "displayName": "False", + "description": null + }, + { + "id": "loginwindow_disableloginitemssuppression_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "loginwindow_loginwindow", + "displayName": "Top Level Setting Group Collection", + "options": null + }, + { + "id": "mathsettings_calculator", + "displayName": "Calculator", + "options": null + }, + { + "id": "mathsettings_calculator_basicmode", + "displayName": "Basic Mode", + "options": null + }, + { + "id": "mathsettings_calculator_basicmode_addsquareroot", + "displayName": "Add Square Root", + "options": [ + { + "id": "mathsettings_calculator_basicmode_addsquareroot_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "mathsettings_calculator_basicmode_addsquareroot_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "mathsettings_calculator_inputmodes", + "displayName": "Input Modes", + "options": null + }, + { + "id": "mathsettings_calculator_inputmodes_rpn", + "displayName": "RPN", + "options": [ + { + "id": "mathsettings_calculator_inputmodes_rpn_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "mathsettings_calculator_inputmodes_rpn_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "mathsettings_calculator_inputmodes_unitconversion", + "displayName": "Unit Conversion", + "options": [ + { + "id": "mathsettings_calculator_inputmodes_unitconversion_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "mathsettings_calculator_inputmodes_unitconversion_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "mathsettings_calculator_mathnotesmode", + "displayName": "Math Notes Mode", + "options": null + }, + { + "id": "mathsettings_calculator_mathnotesmode_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "mathsettings_calculator_mathnotesmode_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "mathsettings_calculator_mathnotesmode_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "mathsettings_calculator_programmermode", + "displayName": "Programmer Mode", + "options": null + }, + { + "id": "mathsettings_calculator_programmermode_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "mathsettings_calculator_programmermode_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "mathsettings_calculator_programmermode_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "mathsettings_calculator_scientificmode", + "displayName": "Scientific Mode", + "options": null + }, + { + "id": "mathsettings_calculator_scientificmode_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "mathsettings_calculator_scientificmode_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "mathsettings_calculator_scientificmode_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "mathsettings_mathsettings", + "displayName": "com.apple.configuration.math.settings", + "options": null + }, + { + "id": "mathsettings_systembehavior", + "displayName": "System Behavior", + "options": null + }, + { + "id": "mathsettings_systembehavior_keyboardsuggestions", + "displayName": "Keyboard Suggestions", + "options": [ + { + "id": "mathsettings_systembehavior_keyboardsuggestions_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "mathsettings_systembehavior_keyboardsuggestions_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "mathsettings_systembehavior_mathnotes", + "displayName": "Math Notes", + "options": [ + { + "id": "mathsettings_systembehavior_mathnotes_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "mathsettings_systembehavior_mathnotes_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "osrecoverysettings_acceptlicense", + "displayName": "Automatically accept license terms", + "options": [ + { + "id": "osrecoverysettings_acceptlicense_0", + "displayName": "No", + "description": null + }, + { + "id": "osrecoverysettings_acceptlicense_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "osrecoverysettings_baselanguage", + "displayName": "Base language", + "options": [ + { + "id": "osrecoverysettings_baselanguage_arabic", + "displayName": "Arabic", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_bulgarian", + "displayName": "Bulgarian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_chinese_simplified", + "displayName": "Chinese (Simplified)", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_chinese_traditional", + "displayName": "Chinese (Traditional)", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_croatian", + "displayName": "Croatian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_czech", + "displayName": "Czech", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_danish", + "displayName": "Danish", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_dutch", + "displayName": "Dutch", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_english", + "displayName": "English (United States)", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_english_uk", + "displayName": "English (United Kingdom)", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_estonian", + "displayName": "Estonian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_finnish", + "displayName": "Finnish", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_french", + "displayName": "French", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_french_canada", + "displayName": "French (Canada)", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_german", + "displayName": "German", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_greek", + "displayName": "Greek", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_hebrew", + "displayName": "Hebrew", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_hungarian", + "displayName": "Hungarian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_italian", + "displayName": "Italian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_japanese", + "displayName": "Japanese", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_korean", + "displayName": "Korean", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_latvian", + "displayName": "Latvian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_lithuanian", + "displayName": "Lithuanian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_norwegian", + "displayName": "Norwegian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_polish", + "displayName": "Polish", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_portuguese", + "displayName": "Portuguese (Portugal)", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_portuguesebrazil", + "displayName": "Portuguese(Brazil)", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_romanian", + "displayName": "Romanian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_russian", + "displayName": "Russian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_serbian_latin ", + "displayName": "Serbian Latin", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_slovak", + "displayName": "Slovak", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_slovenian", + "displayName": "Slovenian", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_spanish", + "displayName": "Spanish", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_spanishmexico", + "displayName": "Spanish (Mexico)", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_swedish", + "displayName": "Swedish", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_thai", + "displayName": "Thai", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_turkish", + "displayName": "Turkish", + "description": null + }, + { + "id": "osrecoverysettings_baselanguage_ukrainian", + "displayName": "Ukrainian", + "description": null + } + ] + }, + { + "id": "osrecoverysettings_createrecoverypartition", + "displayName": "Create recovery partition", + "options": [ + { + "id": "osrecoverysettings_createrecoverypartition_0", + "displayName": "No", + "description": null + }, + { + "id": "osrecoverysettings_createrecoverypartition_1", + "displayName": "Yes", + "description": null + } + ] + }, + { + "id": "osrecoverysettings_formatdisk", + "displayName": "Format disk", + "options": [ + { + "id": "osrecoverysettings_formatdisk_0", + "displayName": "Format windows partition", + "description": null + }, + { + "id": "osrecoverysettings_formatdisk_1", + "displayName": "Format all partition", + "description": null + } + ] + }, + { + "id": "osrecoverysettings_keyboardsettings", + "displayName": "Keyboard settings", + "options": [ + { + "id": "osrecoverysettings_keyboardsettings_afrikaans", + "displayName": "Afrikaans", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_afrikaansn", + "displayName": "Afrikaans (Namibia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_albanian", + "displayName": "Albanian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_albaniank", + "displayName": "Albanian (Kosovo)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_alsatianf", + "displayName": "Alsatian (France)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_amharic", + "displayName": "Amharic", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabic", + "displayName": "Arabic", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabica", + "displayName": "Arabic (Algeria)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabicb", + "displayName": "Arabic (Bahrain)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabice", + "displayName": "Arabic (Egypt)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabici", + "displayName": "Arabic (Iraq)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabicj)", + "displayName": "Arabic (Jordan)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabick", + "displayName": "Arabic (Kuwait)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabicl", + "displayName": "Arabic (Lebanon)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabicli", + "displayName": "Arabic (Libya)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabicm", + "displayName": "Arabic (Morocco)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arbaico", + "displayName": "Arabic (Oman)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arbaicq", + "displayName": "Arabic (Qatar)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arbaics", + "displayName": "Arabic (Syria)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arbaict", + "displayName": "Arabic (Tunisia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arbaicu", + "displayName": "Arabic (United Arab Emirates)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabicw", + "displayName": "Arabic (World)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_arabicy", + "displayName": "Arabic (Yemen)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_armenian", + "displayName": "Armenian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_assamese", + "displayName": "Assamese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_azerbaijani", + "displayName": "Azerbaijani", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_azerbaijanic", + "displayName": "Azerbaijani (Cyrillic)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_bangla", + "displayName": "Bangla", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_bashkir", + "displayName": "Bashkir", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_basque", + "displayName": "Basque", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_belarusian", + "displayName": "Belarusian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_bengali", + "displayName": "Bengali (India)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_bosnian", + "displayName": "Bosnian (Latin)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_breton", + "displayName": "Breton", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_bulgarian", + "displayName": "Bulgarian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_burmese", + "displayName": "Burmese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_catalan", + "displayName": "Catalan", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_catalana", + "displayName": "Catalan (Andorra)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_catalanfrance", + "displayName": "Catalan (France)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_catalanitaly", + "displayName": "Catalan (Italy)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_centralatlastamazight", + "displayName": "Central Atlas Tamazight", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_centralatlastamazightarabic", + "displayName": "Central Atlas Tamazight (Arabic)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_centralatlastamazighttifinagh", + "displayName": "Central Atlas Tamazight (Tifinagh)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_centralkurdish", + "displayName": "Central Kurdish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_chechen", + "displayName": "Chechen", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_cherokee", + "displayName": "Cherokee", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_chinese", + "displayName": "Chinese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_chinesesimplifiedhongkongsar", + "displayName": "Chinese (Simplified, Hong Kong SAR)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_chinesesimplifiedmacaosar", + "displayName": "Chinese (Simplified, Macao SAR)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_chinesetraditional", + "displayName": "Chinese (Traditional)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_chinesetraditionaltaiwan", + "displayName": "Chinese (Traditional, Taiwan)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_churchslavic", + "displayName": "Church Slavic", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_colognian", + "displayName": "Colognian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_cornish", + "displayName": "Cornish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_corsican", + "displayName": "Corsican", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_croatian", + "displayName": "Croatian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_croatianbosniaherzegovina", + "displayName": "Croatian (Bosnia & Herzegovina)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_czech", + "displayName": "Czech", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_danish", + "displayName": "Danish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_danishgreenland", + "displayName": "Danish (Greenland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_divehi", + "displayName": "Divehi", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_dutch", + "displayName": "Dutch", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_dutcharuba", + "displayName": "Dutch (Aruba)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_dutchbelgium", + "displayName": "Dutch (Belgium)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_dutchbonaires", + "displayName": "Dutch (Bonaire, Sint Eustatius and Saba)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_dutchcuracao", + "displayName": "Dutch (Curaçao)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_dutchsintmaarten", + "displayName": "Dutch (Sint Maarten)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_dutchsuriname", + "displayName": "Dutch (Suriname)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_dzongkha", + "displayName": "Dzongkha", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_english", + "displayName": "English", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishaustralia", + "displayName": "English (Australia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishaustria", + "displayName": "English (Austria)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishbelgium", + "displayName": "English (Belgium)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishbelize", + "displayName": "English (Belize)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishbritishvirginislands", + "displayName": "English (British Virgin Islands)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishburundi", + "displayName": "English (Burundi)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishcanada", + "displayName": "English (Canada)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishcaribbean", + "displayName": "English (Caribbean)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishdenmark", + "displayName": "English (Denmark)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishfalklandislands", + "displayName": "English (Falkland Islands)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishfinland", + "displayName": "English (Finland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishgermany", + "displayName": "English (Germany)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishgibraltar", + "displayName": "English (Gibraltar)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishguernsey", + "displayName": "English (Guernsey)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishhongkongsar", + "displayName": "English (Hong Kong SAR)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishindia", + "displayName": "English (India)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishireland", + "displayName": "English (Ireland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishisleofman", + "displayName": "English (Isle of Man)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishisrael", + "displayName": "English (Israel)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishjamaica", + "displayName": "English (Jamaica)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishjersey", + "displayName": "English (Jersey)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishmalaysia", + "displayName": "English (Malaysia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishmalta", + "displayName": "English (Malta)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishnetherlands", + "displayName": "English (Netherlands)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishnewzealand", + "displayName": "English (New Zealand)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishphilippines", + "displayName": "English (Philippines)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishsingapore", + "displayName": "English (Singapore)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishslovenia", + "displayName": "English (Slovenia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishsouthafrica", + "displayName": "English (South Africa)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishsweden", + "displayName": "English (Sweden)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishswitzerland", + "displayName": "English (Switzerland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishtrinidadtobago", + "displayName": "English (Trinidad & Tobago)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishuk", + "displayName": "English (United Kingdom)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_englishzimbabwe", + "displayName": "English (Zimbabwe)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_estonian", + "displayName": "Estonian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_faroese", + "displayName": "Faroese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_filipino", + "displayName": "Filipino", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_finnish", + "displayName": "Finnish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_french", + "displayName": "French", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchbelgium", + "displayName": "French (Belgium)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchcameroon", + "displayName": "French (Cameroon)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchcanada", + "displayName": "French (Canada)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchcotedivoire", + "displayName": "French (Côte d’Ivoire)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchhaiti", + "displayName": "French (Haiti)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchluxembourg", + "displayName": "French (Luxembourg)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchmali", + "displayName": "French (Mali)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchmonaco", + "displayName": "French (Monaco)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchmorocco", + "displayName": "French (Morocco)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchreunion", + "displayName": "French (Réunion)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchsenegal", + "displayName": "French (Senegal)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchswitzerland", + "displayName": "French (Switzerland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_frenchcongodrc", + "displayName": "French Congo (DRC)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_friulian", + "displayName": "Friulian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulah", + "displayName": "Fulah", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahadlam", + "displayName": "Fulah (Adlam)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahburkinafaso", + "displayName": "Fulah (Latin, Burkina Faso)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahcameroon", + "displayName": "Fulah (Latin, Cameroon)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahgambia", + "displayName": "Fulah (Latin, Gambia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahghana", + "displayName": "Fulah (Latin, Ghana)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahguinea", + "displayName": "Fulah (Latin, Guinea)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahguineabissau", + "displayName": "Fulah (Latin, Guinea-Bissau)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahliberia", + "displayName": "Fulah (Latin, Liberia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahmauritania", + "displayName": "Fulah (Latin, Mauritania)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahniger", + "displayName": "Fulah (Latin, Niger)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahnigeria", + "displayName": "Fulah (Latin, Nigeria)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_fulahsierraleone", + "displayName": "Fulah (Latin, Sierra Leone)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_galician", + "displayName": "Galician", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_georgian", + "displayName": "Georgian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_german", + "displayName": "German", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_germanaustria", + "displayName": "German (Austria)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_germanbelgium", + "displayName": "German (Belgium)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_germanitaly", + "displayName": "German (Italy)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_germanliechtenstein", + "displayName": "German (Liechtenstein)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_germanluxembourg", + "displayName": "German (Luxembourg)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_germanswitzerland", + "displayName": "German (Switzerland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_greek", + "displayName": "Greek", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_guarani", + "displayName": "Guarani", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_gujarati", + "displayName": "Gujarati", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_hausa", + "displayName": "Hausa", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_hawaiian", + "displayName": "Hawaiian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_hebrew", + "displayName": "Hebrew", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_hindi", + "displayName": "Hindi", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_hungarian", + "displayName": "Hungarian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_icelandic", + "displayName": "Icelandic", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_igbo", + "displayName": "Igbo", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_indonesian", + "displayName": "Indonesian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_interlingua", + "displayName": "Interlingua", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_inuktitut", + "displayName": "Inuktitut", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_inuktitutsyllabics", + "displayName": "Inuktitut (Syllabics)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_irish", + "displayName": "Irish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_irishunitedkingdom", + "displayName": "Irish (United Kingdom)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_italian", + "displayName": "Italian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_italianswitzerland", + "displayName": "Italian (Switzerland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_italianvaticancity", + "displayName": "Italian (Vatican City)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_japanese", + "displayName": "Japanese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_javanese", + "displayName": "Javanese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_javanesejavanese", + "displayName": "Javanese (Javanese)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kalaallisut", + "displayName": "Kalaallisut", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kannada", + "displayName": "Kannada", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kashmiri", + "displayName": "Kashmiri", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kashmiridevanagari", + "displayName": "Kashmiri (Devanagari)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kazakh", + "displayName": "Kazakh", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_khmer", + "displayName": "Khmer", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kinyarwanda", + "displayName": "Kinyarwanda", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kiswahili", + "displayName": "Kiswahili", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kiswahilicongodrc", + "displayName": "Kiswahili (Congo DRC)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kiswahilitanzania", + "displayName": "Kiswahili (Tanzania)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kiswahiliuganda", + "displayName": "Kiswahili (Uganda)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_konkani", + "displayName": "Konkani", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_korean", + "displayName": "Korean", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_koreannorthkorea", + "displayName": "Korean (North Korea)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_kyrgyz", + "displayName": "Kyrgyz", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_lao", + "displayName": "Lao", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_latvian", + "displayName": "Latvian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_lithuanian", + "displayName": "Lithuanian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_lowersorbian", + "displayName": "Lower Sorbian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_luxembourgish", + "displayName": "Luxembourgish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_macedonian", + "displayName": "Macedonian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_malagasy", + "displayName": "Malagasy", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_malay", + "displayName": "Malay", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_malaybrunei", + "displayName": "Malay (Brunei)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_malayindonesia", + "displayName": "Malay (Indonesia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_malaysingapore", + "displayName": "Malay (Singapore)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_malayalam", + "displayName": "Malayalam", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_maltese", + "displayName": "Maltese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_manipuri", + "displayName": "Manipuri", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_manx", + "displayName": "Manx", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_maori", + "displayName": "Maori", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_mapuche", + "displayName": "Mapuche", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_marathi", + "displayName": "Marathi", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_mazanderani", + "displayName": "Mazanderani", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_mohawk", + "displayName": "Mohawk", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_mongolian", + "displayName": "Mongolian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_mongolian_traditional_mongolian", + "displayName": "Mongolian (Traditional Mongolian)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_mongolian_traditional_mongolian_mongolia", + "displayName": "Mongolian (Traditional Mongolian, Mongolia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_nko", + "displayName": "N'ko", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_nepali", + "displayName": "Nepali", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_nepali_india", + "displayName": "Nepali (India)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_northern_luri", + "displayName": "Northern Luri", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_northern_sami", + "displayName": "Northern Sami", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_norwegian", + "displayName": "Norwegian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_norwegian_nynorsk", + "displayName": "Norwegian Nynorsk", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_occitan", + "displayName": "Occitan", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_odia", + "displayName": "Odia", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_oromo", + "displayName": "Oromo", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_oromo_kenya", + "displayName": "Oromo (Kenya)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_ossetic", + "displayName": "Ossetic", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_papiamento", + "displayName": "Papiamento", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_pashto", + "displayName": "Pashto", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_pashto_pakistan", + "displayName": "Pashto (Pakistan)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_persian", + "displayName": "Persian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_persian_afghanistan", + "displayName": "Persian (Afghanistan)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_polish", + "displayName": "Polish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese", + "displayName": "Portuguese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_angola", + "displayName": "Portuguese (Angola)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_cabo_verde", + "displayName": "Portuguese (Cabo Verde)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_equatorial_guinea", + "displayName": "Portuguese (Equatorial Guinea)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_guinea_bissau", + "displayName": "Portuguese (Guinea-Bissau)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_luxembourg", + "displayName": "Portuguese (Luxembourg)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_macao_sar", + "displayName": "Portuguese (Macao SAR)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_mozambique", + "displayName": "Portuguese (Mozambique)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_portugal", + "displayName": "Portuguese (Portugal)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_switzerland", + "displayName": "Portuguese (Switzerland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_sao_tome_principe", + "displayName": "Portuguese (São Tomé & Príncipe)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_portuguese_timor_leste", + "displayName": "Portuguese (Timor-Leste)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_prussian", + "displayName": "Prussian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_punjabi", + "displayName": "Punjabi", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_quechua", + "displayName": "Quechua", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_quechua_ecuador", + "displayName": "Quechua (Ecuador)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_quechua_peru", + "displayName": "Quechua (Peru)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_romanian", + "displayName": "Romanian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_romanian_moldova", + "displayName": "Romanian (Moldova)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_romansh", + "displayName": "Romansh", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_russian", + "displayName": "Russian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_russian_moldova", + "displayName": "Russian (Moldova)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sakha", + "displayName": "Sakha", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sami_lule_norway", + "displayName": "Sami, Lule (Norway)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sami_northern_finland", + "displayName": "Sami, Northern (Finland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sami_northern_sweden", + "displayName": "Sami, Northern (Sweden)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sami_southern_norway", + "displayName": "Sami, Southern (Norway)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sanskrit", + "displayName": "Sanskrit", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_scottish_gaelic", + "displayName": "Scottish Gaelic", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_serbian", + "displayName": "Serbian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_serbian_cyrillic", + "displayName": "Serbian (Cyrillic)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_serbian_cyrillic_bosnia_herzegovina", + "displayName": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_serbian_cyrillic_kosovo", + "displayName": "Serbian (Cyrillic, Kosovo)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_serbian_cyrillic_montenegro", + "displayName": "Serbian (Cyrillic, Montenegro)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_serbian_latin_bosnia_herzegovina", + "displayName": "Serbian (Latin, Bosnia & Herzegovina)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_serbian_latin_kosovo", + "displayName": "Serbian (Latin, Kosovo)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_serbian_latin_montenegro", + "displayName": "Serbian (Latin, Montenegro)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sesotho", + "displayName": "Sesotho", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sesotho_lesotho", + "displayName": "Sesotho (Lesotho)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sesotho_sa_leboa", + "displayName": "Sesotho sa Leboa", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_setswana", + "displayName": "Setswana", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_setswana_botswana", + "displayName": "Setswana (Botswana)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_shona", + "displayName": "Shona", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_sinhala", + "displayName": "Sinhala", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_slovak", + "displayName": "Slovak", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_slovenian", + "displayName": "Slovenian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_somali", + "displayName": "Somali", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_somali_djibouti", + "displayName": "Somali (Djibouti)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_somali_ethiopia", + "displayName": "Somali (Ethiopia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_somali_kenya", + "displayName": "Somali (Kenya)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish", + "displayName": "Spanish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_argentina", + "displayName": "Spanish (Argentina)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_belize", + "displayName": "Spanish (Belize)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_bolivia", + "displayName": "Spanish (Bolivia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_brazil", + "displayName": "Spanish (Brazil)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_chile", + "displayName": "Spanish (Chile)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_colombia", + "displayName": "Spanish (Colombia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_costa_rica", + "displayName": "Spanish (Costa Rica)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_cuba", + "displayName": "Spanish (Cuba)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_dominican_republic", + "displayName": "Spanish (Dominican Republic)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_ecuador", + "displayName": "Spanish (Ecuador)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_el_salvador", + "displayName": "Spanish (El Salvador)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_equatorial_guinea", + "displayName": "Spanish (Equatorial Guinea)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_guatemala", + "displayName": "Spanish (Guatemala)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_honduras", + "displayName": "Spanish (Honduras)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_latin_america", + "displayName": "Spanish (Latin America)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_mexico", + "displayName": "Spanish (Mexico)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_nicaragua", + "displayName": "Spanish (Nicaragua)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_panama", + "displayName": "Spanish (Panama)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_paraguay", + "displayName": "Spanish (Paraguay)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_peru", + "displayName": "Spanish (Peru)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_philippines", + "displayName": "Spanish (Philippines)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_puerto_rico", + "displayName": "Spanish (Puerto Rico)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_united_states", + "displayName": "Spanish (United States)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_uruguay", + "displayName": "Spanish (Uruguay)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_spanish_venezuela", + "displayName": "Spanish (Venezuela)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_standard_moroccan_tamazight", + "displayName": "Standard Moroccan Tamazight", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_swedish", + "displayName": "Swedish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_swedish_finland", + "displayName": "Swedish (Finland)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_swiss_german", + "displayName": "Swiss German", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_syriac", + "displayName": "Syriac", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tachelhit", + "displayName": "Tachelhit", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tachelhit_latin", + "displayName": "Tachelhit (Latin)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tajik", + "displayName": "Tajik", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tamil", + "displayName": "Tamil", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tamil_malaysia", + "displayName": "Tamil (Malaysia)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tamil_singapore", + "displayName": "Tamil (Singapore)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tamil_sri_lanka", + "displayName": "Tamil (Sri Lanka)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tatar", + "displayName": "Tatar", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_telugu", + "displayName": "Telugu", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_thai", + "displayName": "Thai", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tibetan", + "displayName": "Tibetan", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tibetan_india", + "displayName": "Tibetan (India)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_tigrinya", + "displayName": "Tigrinya", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_turkish", + "displayName": "Turkish", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_turkmen", + "displayName": "Turkmen", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_ukrainian", + "displayName": "Ukrainian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_upper_sorbian", + "displayName": "Upper Sorbian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_urdu", + "displayName": "Urdu", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_urdu_india", + "displayName": "Urdu (India)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_uyghur", + "displayName": "Uyghur", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_uzbek", + "displayName": "Uzbek", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_uzbek_arabic", + "displayName": "Uzbek (Arabic)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_uzbek_cyrillic", + "displayName": "Uzbek (Cyrillic)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_valencian_spain", + "displayName": "Valencian (Spain)", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_vietnamese", + "displayName": "Vietnamese", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_walser", + "displayName": "Walser", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_welsh", + "displayName": "Welsh", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_western_frisian", + "displayName": "Western Frisian", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_wolof", + "displayName": "Wolof", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_xitsonga", + "displayName": "Xitsonga", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_yi", + "displayName": "Yi", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_yoruba", + "displayName": "Yoruba", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_isixhosa", + "displayName": "IsiXhosa", + "description": null + }, + { + "id": "osrecoverysettings_keyboardsettings_isizulu", + "displayName": "IsiZulu", + "description": null + } + ] + }, + { "id": "osrecoverysettings_os", "displayName": "OS", "options": null }, + { + "id": "osrecoverysettings_qualityupdate", + "displayName": "Quality update only", + "options": [ + { + "id": "osrecoverysettings_qualityupdate_current", + "displayName": "Current", + "description": null + }, + { + "id": "osrecoverysettings_qualityupdate_lastmonth", + "displayName": "Last month", + "description": null + }, + { + "id": "osrecoverysettings_qualityupdate_monthbeforelast", + "displayName": "Month before last", + "description": null + } + ] + }, + { + "id": "passcode_changeatnextauth", + "displayName": "Change At Next Auth", + "options": [ + { + "id": "passcode_changeatnextauth_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "passcode_changeatnextauth_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "passcode_customregex", + "displayName": "Custom Regex", + "options": null + }, + { + "id": "passcode_customregex_description", + "displayName": "Description", + "options": null + }, + { + "id": "passcode_customregex_description_generickey", + "displayName": "ANY", + "options": null + }, + { + "id": "passcode_customregex_description_generickey_keytobereplaced", + "displayName": "Description", + "options": null + }, + { + "id": "passcode_customregex_regex", + "displayName": "Regex", + "options": null + }, + { + "id": "passcode_failedattemptsresetinminutes", + "displayName": "Failed Attempts Reset In Minutes", + "options": null + }, + { + "id": "passcode_maximumfailedattempts", + "displayName": "Maximum Number of Failed Attempts", + "options": null + }, + { + "id": "passcode_maximumgraceperiodinminutes", + "displayName": "Maximum Grace Period", + "options": null + }, + { + "id": "passcode_maximuminactivityinminutes", + "displayName": "Automatic Device Lock", + "options": null + }, + { + "id": "passcode_maximumpasscodeageindays", + "displayName": "Maximum Passcode Age In Days", + "options": null + }, + { + "id": "passcode_minimumcomplexcharacters", + "displayName": "Minimum Complex Characters", + "options": null + }, + { + "id": "passcode_minimumlength", + "displayName": "Minimum Passcode Length", + "options": null + }, + { "id": "passcode_passcode", "displayName": "Passcode", "options": null }, + { + "id": "passcode_passcodereuselimit", + "displayName": "Passcode Reuse Limit", + "options": null + }, + { + "id": "passcode_requirealphanumericpasscode", + "displayName": "Require Alphanumeric Passcode", + "options": [ + { + "id": "passcode_requirealphanumericpasscode_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "passcode_requirealphanumericpasscode_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "passcode_requirecomplexpasscode", + "displayName": "Require Complex Passcode", + "options": [ + { + "id": "passcode_requirecomplexpasscode_false", + "displayName": "False", + "description": null + }, + { + "id": "passcode_requirecomplexpasscode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "passcode_requirepasscode", + "displayName": "Require Passcode on Device", + "options": [ + { + "id": "passcode_requirepasscode_false", + "displayName": "False", + "description": null + }, + { + "id": "passcode_requirepasscode_true", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch", + "displayName": "Update Channel", + "options": [ + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid", + "displayName": "Channel Name: (Device)", + "options": [ + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_current", + "displayName": "Current Channel", + "description": null + }, + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_firstreleasecurrent", + "displayName": "Current Channel (Preview)", + "description": null + }, + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_monthlyenterprise", + "displayName": "Monthly Enterprise Channel", + "description": null + }, + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_deferred", + "displayName": "Semi-Annual Enterprise Channel", + "description": null + }, + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_firstreleasedeferred", + "displayName": "Semi-Annual Enterprise Channel (Preview)", + "description": null + }, + { + "id": "pdates~policy~l_microsoftofficemachine~l_updates_l_updatebranch_l_updatebranchid_insiderfast", + "displayName": "Beta Channel", + "description": null + } + ] + }, + { + "id": "settings_item_accessibilitysettings", + "displayName": "Accessibility Settings", + "options": null + }, + { + "id": "settings_item_accessibilitysettings_boldtextenabled", + "displayName": "Bold Text Enabled", + "options": [ + { + "id": "settings_item_accessibilitysettings_boldtextenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_boldtextenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_accessibilitysettings_increasecontrastenabled", + "displayName": "Increase Contrast Enabled", + "options": [ + { + "id": "settings_item_accessibilitysettings_increasecontrastenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_increasecontrastenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_accessibilitysettings_reducemotionenabled", + "displayName": "Reduce Motion Enabled", + "options": [ + { + "id": "settings_item_accessibilitysettings_reducemotionenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_reducemotionenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_accessibilitysettings_reducetransparencyenabled", + "displayName": "Reduce Transparency Enabled", + "options": [ + { + "id": "settings_item_accessibilitysettings_reducetransparencyenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_reducetransparencyenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_accessibilitysettings_textsize", + "displayName": "Text Size", + "options": [ + { + "id": "settings_item_accessibilitysettings_textsize_0", + "displayName": "0", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_1", + "displayName": "1", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_2", + "displayName": "2", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_3", + "displayName": "3", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_4", + "displayName": "4", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_5", + "displayName": "5", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_6", + "displayName": "6", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_7", + "displayName": "7", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_8", + "displayName": "8", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_9", + "displayName": "9", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_10", + "displayName": "10", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_textsize_11", + "displayName": "11", + "description": null + } + ] + }, + { + "id": "settings_item_accessibilitysettings_touchaccommodationsenabled", + "displayName": "Touch Accommodations Enabled", + "options": [ + { + "id": "settings_item_accessibilitysettings_touchaccommodationsenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_touchaccommodationsenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_accessibilitysettings_voiceoverenabled", + "displayName": "Voice Over Enabled", + "options": [ + { + "id": "settings_item_accessibilitysettings_voiceoverenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_voiceoverenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_accessibilitysettings_zoomenabled", + "displayName": "Zoom Enabled", + "options": [ + { + "id": "settings_item_accessibilitysettings_zoomenabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_accessibilitysettings_zoomenabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_appanalytics", + "displayName": "App Analytics", + "options": null + }, + { + "id": "settings_item_appanalytics_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "settings_item_appanalytics_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_appanalytics_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_bluetooth", + "displayName": "Bluetooth", + "options": null + }, + { + "id": "settings_item_bluetooth_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "settings_item_bluetooth_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_bluetooth_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_dataroaming", + "displayName": "Data Roaming", + "options": null + }, + { + "id": "settings_item_dataroaming_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "settings_item_dataroaming_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_dataroaming_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_diagnosticsubmission", + "displayName": "Diagnostic Submission", + "options": null + }, + { + "id": "settings_item_diagnosticsubmission_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "settings_item_diagnosticsubmission_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_diagnosticsubmission_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_mdmoptions", + "displayName": "MDM Options", + "options": null + }, + { + "id": "settings_item_mdmoptions_mdmoptions", + "displayName": "MDM Options", + "options": null + }, + { + "id": "settings_item_mdmoptions_mdmoptions_activationlockallowedwhilesupervised", + "displayName": "Activation Lock Allowed While Supervised", + "options": [ + { + "id": "settings_item_mdmoptions_mdmoptions_activationlockallowedwhilesupervised_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "settings_item_mdmoptions_mdmoptions_activationlockallowedwhilesupervised_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "settings_item_mdmoptions_mdmoptions_promptusertoallowbootstraptokenforauthentication", + "displayName": "Prompt User To Allow Bootstrap Token For Authentication", + "options": [ + { + "id": "settings_item_mdmoptions_mdmoptions_promptusertoallowbootstraptokenforauthentication_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "settings_item_mdmoptions_mdmoptions_promptusertoallowbootstraptokenforauthentication_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "settings_item_personalhotspot", + "displayName": "Personal Hotspot", + "options": null + }, + { + "id": "settings_item_personalhotspot_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "settings_item_personalhotspot_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_personalhotspot_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "settings_item_softwareupdatesettings", + "displayName": "Software Update Settings", + "options": null + }, + { + "id": "settings_item_softwareupdatesettings_recommendationcadence", + "displayName": "Recommendation Cadence", + "options": [ + { + "id": "settings_item_softwareupdatesettings_recommendationcadence_0", + "displayName": "Presents both options to the user.", + "description": null + }, + { + "id": "settings_item_softwareupdatesettings_recommendationcadence_1", + "displayName": "Presents the lower numbered (oldest) software update version.", + "description": null + }, + { + "id": "settings_item_softwareupdatesettings_recommendationcadence_2", + "displayName": "Presents only the highest numbered (most recent) release available for the device.", + "description": null + } + ] + }, + { + "id": "settings_item_timezone", + "displayName": "Time Zone", + "options": null + }, + { + "id": "settings_item_timezone_timezone", + "displayName": "Time Zone", + "options": null + }, + { + "id": "settings_item_voiceroaming", + "displayName": "Voice Roaming", + "options": null + }, + { + "id": "settings_item_voiceroaming_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "settings_item_voiceroaming_enabled_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "settings_item_voiceroaming_enabled_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "softwareupdate_allowstandarduserosupdates", + "displayName": "Allow Standard User OS Updates", + "options": [ + { + "id": "softwareupdate_allowstandarduserosupdates_false", + "displayName": "Blocked", + "description": null + }, + { + "id": "softwareupdate_allowstandarduserosupdates_true", + "displayName": "Allowed", + "description": null + } + ] + }, + { + "id": "softwareupdate_automaticactions", + "displayName": "Automatic Actions", + "options": null + }, + { + "id": "softwareupdate_automaticactions_download", + "displayName": "Download", + "options": [ + { + "id": "softwareupdate_automaticactions_download_0", + "displayName": "Allowed", + "description": null + }, + { + "id": "softwareupdate_automaticactions_download_1", + "displayName": "AlwaysOn", + "description": null + }, + { + "id": "softwareupdate_automaticactions_download_2", + "displayName": "AlwaysOff", + "description": null + } + ] + }, + { + "id": "softwareupdate_automaticactions_installosupdates", + "displayName": "Install OS Updates", + "options": [ + { + "id": "softwareupdate_automaticactions_installosupdates_0", + "displayName": "Allowed", + "description": null + }, + { + "id": "softwareupdate_automaticactions_installosupdates_1", + "displayName": "Always On", + "description": null + }, + { + "id": "softwareupdate_automaticactions_installosupdates_2", + "displayName": "Always Off", + "description": null + } + ] + }, + { + "id": "softwareupdate_automaticactions_installsecurityupdate", + "displayName": "Install Security Update", + "options": [ + { + "id": "softwareupdate_automaticactions_installsecurityupdate_0", + "displayName": "Allowed", + "description": null + }, + { + "id": "softwareupdate_automaticactions_installsecurityupdate_1", + "displayName": "AlwaysOn", + "description": null + }, + { + "id": "softwareupdate_automaticactions_installsecurityupdate_2", + "displayName": "AlwaysOff", + "description": null + } + ] + }, + { "id": "softwareupdate_beta", "displayName": "Beta", "options": null }, + { + "id": "softwareupdate_beta_offerprograms", + "displayName": "Offer Programs", + "options": null + }, + { + "id": "softwareupdate_beta_offerprograms_item_description", + "displayName": "Description", + "options": null + }, + { + "id": "softwareupdate_beta_offerprograms_item_token", + "displayName": "Token", + "options": null + }, + { + "id": "softwareupdate_beta_programenrollment", + "displayName": "Program Enrollment", + "options": [ + { + "id": "softwareupdate_beta_programenrollment_0", + "displayName": "Allowed", + "description": null + }, + { + "id": "softwareupdate_beta_programenrollment_1", + "displayName": "AlwaysOn", + "description": null + }, + { + "id": "softwareupdate_beta_programenrollment_2", + "displayName": "AlwaysOff", + "description": null + } + ] + }, + { + "id": "softwareupdate_beta_requireprogram", + "displayName": "Require Program", + "options": null + }, + { + "id": "softwareupdate_beta_requireprogram_description", + "displayName": "Description", + "options": null + }, + { + "id": "softwareupdate_beta_requireprogram_token", + "displayName": "Token", + "options": null + }, + { + "id": "softwareupdate_deferrals", + "displayName": "Deferrals", + "options": null + }, + { + "id": "softwareupdate_deferrals_combinedperiodindays", + "displayName": "Combined Period In Days", + "options": null + }, + { + "id": "softwareupdate_deferrals_majorperiodindays", + "displayName": "Major Period In Days", + "options": null + }, + { + "id": "softwareupdate_deferrals_minorperiodindays", + "displayName": "Minor Period In Days", + "options": null + }, + { + "id": "softwareupdate_deferrals_systemperiodindays", + "displayName": "System Period In Days", + "options": null + }, + { + "id": "softwareupdate_notifications", + "displayName": "Notifications", + "options": [ + { + "id": "softwareupdate_notifications_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "softwareupdate_notifications_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "softwareupdate_rapidsecurityresponse", + "displayName": "Rapid Security Response", + "options": null + }, + { + "id": "softwareupdate_rapidsecurityresponse_enable", + "displayName": "Enable", + "options": [ + { + "id": "softwareupdate_rapidsecurityresponse_enable_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "softwareupdate_rapidsecurityresponse_enable_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "softwareupdate_rapidsecurityresponse_enablerollback", + "displayName": "Enable Rollback", + "options": [ + { + "id": "softwareupdate_rapidsecurityresponse_enablerollback_false", + "displayName": "Disabled", + "description": null + }, + { + "id": "softwareupdate_rapidsecurityresponse_enablerollback_true", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "softwareupdate_recommendedcadence", + "displayName": "Recommended Cadence", + "options": [ + { + "id": "softwareupdate_recommendedcadence_0", + "displayName": "All", + "description": null + }, + { + "id": "softwareupdate_recommendedcadence_1", + "displayName": "Oldest", + "description": null + }, + { + "id": "softwareupdate_recommendedcadence_2", + "displayName": "Newest", + "description": null + } + ] + }, + { + "id": "softwareupdate_softwareupdate", + "displayName": "com.apple.configuration.softwareupdate.settings", + "options": null + }, + { + "id": "user_vendor_msft_clouddesktop_enablephysicaldeviceaccessonctrlaltdel", + "displayName": "Enable Physical Device Access On Ctrl Alt Del (User) (Windows Insiders only)", + "options": [ + { + "id": "user_vendor_msft_clouddesktop_enablephysicaldeviceaccessonctrlaltdel_false", + "displayName": "Access to physical device on CtrlAltDel page disabled", + "description": "Access to physical device on CtrlAltDel page disabled" + }, + { + "id": "user_vendor_msft_clouddesktop_enablephysicaldeviceaccessonctrlaltdel_true", + "displayName": "Access to physical device on CtrlAltDel page enabled", + "description": "Access to physical device on CtrlAltDel page enabled" + } + ] + }, + { + "id": "user_vendor_msft_clouddesktop_enablephysicaldeviceaccessonerrorscreens", + "displayName": "Enable Physical Device Access On Error Screens (User) (Windows Insiders only)", + "options": [ + { + "id": "user_vendor_msft_clouddesktop_enablephysicaldeviceaccessonerrorscreens_false", + "displayName": "Access to physical device on error screens disabled", + "description": "Access to physical device on error screens disabled" + }, + { + "id": "user_vendor_msft_clouddesktop_enablephysicaldeviceaccessonerrorscreens_true", + "displayName": "Access to physical device on error screens enabled", + "description": "Access to physical device on error screens enabled" + } + ] + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}", + "displayName": "User-scoped settings", + "options": null + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_enablepinrecovery", + "displayName": "Enable Pin Recovery (User)", + "options": [ + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_enablepinrecovery_false", + "displayName": "false", + "description": "Disabled" + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_enablepinrecovery_true", + "displayName": "true", + "description": "Enabled" + } + ] + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_digits", + "displayName": "Digits (User)", + "options": [ + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_digits_0", + "displayName": "Allows the use of digits in PIN.", + "description": "Allows the use of digits in PIN." + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_digits_1", + "displayName": "Requires the use of at least one digits in PIN.", + "description": "Requires the use of at least one digits in PIN." + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_digits_2", + "displayName": "Does not allow the use of digits in PIN.", + "description": "Does not allow the use of digits in PIN." + } + ] + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_expiration", + "displayName": "Expiration (User)", + "options": null + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_history", + "displayName": "PIN History (User)", + "options": null + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_lowercaseletters", + "displayName": "Lowercase Letters (User)", + "options": [ + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_lowercaseletters_0", + "displayName": "Allowed", + "description": "Allows the use of lowercase letters in PIN." + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_lowercaseletters_1", + "displayName": "Required", + "description": "Requires the use of at least one lowercase letters in PIN." + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_lowercaseletters_2", + "displayName": "Blocked", + "description": "Does not allow the use of lowercase letters in PIN." + } + ] + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_maximumpinlength", + "displayName": "Maximum PIN Length (User)", + "options": null + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_minimumpinlength", + "displayName": "Minimum PIN Length (User)", + "options": null + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_specialcharacters", + "displayName": "Special Characters (User)", + "options": [ + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_specialcharacters_0", + "displayName": "Allows the use of special characters in PIN.", + "description": "Allows the use of special characters in PIN." + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_specialcharacters_1", + "displayName": "Requires the use of at least one special characters in PIN.", + "description": "Requires the use of at least one special characters in PIN." + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_specialcharacters_2", + "displayName": "Does not allow the use of special characters in PIN.", + "description": "Does not allow the use of special characters in PIN." + } + ] + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_uppercaseletters", + "displayName": "Uppercase Letters (User)", + "options": [ + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_uppercaseletters_0", + "displayName": "Allowed", + "description": "Allows the use of uppercase letters in PIN." + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_uppercaseletters_1", + "displayName": "Required", + "description": "Requires the use of at least one uppercase letters in PIN." + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_pincomplexity_uppercaseletters_2", + "displayName": "Blocked", + "description": "Does not allow the use of uppercase letters in PIN." + } + ] + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_requiresecuritydevice", + "displayName": "Require Security Device (User)", + "options": [ + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_requiresecuritydevice_false", + "displayName": "false", + "description": "Disabled" + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_requiresecuritydevice_true", + "displayName": "true", + "description": "Enabled" + } + ] + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_usepassportforwork", + "displayName": "Use Windows Hello For Business (User)", + "options": [ + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_usepassportforwork_false", + "displayName": "false", + "description": "Disabled" + }, + { + "id": "user_vendor_msft_passportforwork_{tenantid}_policies_usepassportforwork_true", + "displayName": "true", + "description": "Enabled" + } + ] + }, + { + "id": "user_vendor_msft_pde_enablepersonaldataencryption", + "displayName": "Enable Personal Data Encryption (User)", + "options": [ + { + "id": "user_vendor_msft_pde_enablepersonaldataencryption_0", + "displayName": "Disable Personal Data Encryption.", + "description": "Disable Personal Data Encryption." + }, + { + "id": "user_vendor_msft_pde_enablepersonaldataencryption_1", + "displayName": "Enable Personal Data Encryption.", + "description": "Enable Personal Data Encryption." + } + ] + }, + { + "id": "user_vendor_msft_pde_protectfolders_protectdesktop", + "displayName": "Protect Desktop (User) (Windows Insiders only)", + "options": [ + { + "id": "user_vendor_msft_pde_protectfolders_protectdesktop_0", + "displayName": "Disable Personal Data Encryption on the folder. If the folder is currently protected by Personal Data Encryption, this will result in unprotecting the folder.", + "description": "Disable Personal Data Encryption on the folder. If the folder is currently protected by Personal Data Encryption, this will result in unprotecting the folder." + }, + { + "id": "user_vendor_msft_pde_protectfolders_protectdesktop_1", + "displayName": "Enable Personal Data Encryption on the folder.", + "description": "Enable Personal Data Encryption on the folder." + } + ] + }, + { + "id": "user_vendor_msft_pde_protectfolders_protectdocuments", + "displayName": "Protect Documents (User) (Windows Insiders only)", + "options": [ + { + "id": "user_vendor_msft_pde_protectfolders_protectdocuments_0", + "displayName": "Disable Personal Data Encryption on the folder. If the folder is currently protected by Personal Data Encryption, this will result in unprotecting the folder.", + "description": "Disable Personal Data Encryption on the folder. If the folder is currently protected by Personal Data Encryption, this will result in unprotecting the folder." + }, + { + "id": "user_vendor_msft_pde_protectfolders_protectdocuments_1", + "displayName": "Enable Personal Data Encryption on the folder.", + "description": "Enable Personal Data Encryption on the folder." + } + ] + }, + { + "id": "user_vendor_msft_pde_protectfolders_protectpictures", + "displayName": "Protect Pictures (User) (Windows Insiders only)", + "options": [ + { + "id": "user_vendor_msft_pde_protectfolders_protectpictures_0", + "displayName": "Disable Personal Data Encryption on the folder. If the folder is currently protected by Personal Data Encryption, this will result in unprotecting the folder.", + "description": "Disable Personal Data Encryption on the folder. If the folder is currently protected by Personal Data Encryption, this will result in unprotecting the folder." + }, + { + "id": "user_vendor_msft_pde_protectfolders_protectpictures_1", + "displayName": "Enable Personal Data Encryption on the folder.", + "description": "Enable Personal Data Encryption on the folder." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_defaultdatabasefolder", + "displayName": "Default database folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_defaultdatabasefolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_defaultdatabasefolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_defaultdatabasefolder_l_defaultdatabasefolder6", + "displayName": "Default database folder (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_recentlyusedfilelist", + "displayName": "Number of files in the Recent list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_recentlyusedfilelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_recentlyusedfilelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_recentlyusedfilelist_l_numberofentries", + "displayName": "Number of entries: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_setnumberofplacesintherecentplaceslist", + "displayName": "Number of folders in the Recent Folders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_setnumberofplacesintherecentplaceslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_setnumberofplacesintherecentplaceslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_general5_l_setnumberofplacesintherecentplaceslist_l_setnumberofplacesintherecentplaceslistspinid", + "displayName": "Number of folders: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_cursormovement", + "displayName": "Cursor movement (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_cursormovement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_cursormovement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_cursormovement_l_cursormovement2", + "displayName": "Cursor movement (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_cursormovement_l_cursormovement2_0", + "displayName": "Logical", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_cursormovement_l_cursormovement2_1", + "displayName": "Visual", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_defaultdirection", + "displayName": "Default direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_defaultdirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_defaultdirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_defaultdirection_l_defaultdirection0", + "displayName": "Default direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_defaultdirection_l_defaultdirection0_0", + "displayName": "Left-to-Right", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_defaultdirection_l_defaultdirection0_1", + "displayName": "Right-to-left", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_generalalignment", + "displayName": "General Alignment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_generalalignment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_generalalignment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_generalalignment_l_generalalignment1", + "displayName": "General Alignment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_generalalignment_l_generalalignment1_0", + "displayName": "Interface mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_international_l_generalalignment_l_generalalignment1_1", + "displayName": "Text mode", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_configurecngcipherchainingmode", + "displayName": "Configure CNG cipher chaining mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_configurecngcipherchainingmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_configurecngcipherchainingmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecbc", + "displayName": "Cipher Block Chaining (CBC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecfb", + "displayName": "Cipher Feedback (CFB)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngcipheralgorithm", + "displayName": "Set CNG cipher algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngcipheralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngcipheralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngcipheralgorithm_l_setcngcipheralgorithmid", + "displayName": "CNG cipher algorithm: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngcipherkeylength", + "displayName": "Set CNG cipher key length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngcipherkeylength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngcipherkeylength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngcipherkeylength_l_setcngcipherkeylengthspinid", + "displayName": "Cipher key length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngpasswordspincount", + "displayName": "Set CNG password spin count (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngpasswordspincount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngpasswordspincount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setcngpasswordspincount_l_setcngpasswordspincountspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setparametersforcngcontext", + "displayName": "Set parameters for CNG context (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setparametersforcngcontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setparametersforcngcontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_setparametersforcngcontext_l_setparametersforcngcontextid", + "displayName": "Parameters (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycnghashalgorithm", + "displayName": "Specify CNG hash algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycnghashalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycnghashalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha512", + "displayName": "SHA512", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm", + "displayName": "Specify CNG random number generator algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_l_specifycngrandomnumbergeneratoralgorithmid", + "displayName": "Random number generator: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycngsaltlength", + "displayName": "Specify CNG salt length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycngsaltlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycngsaltlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifycngsaltlength_l_specifycngsaltlengthspinid", + "displayName": "Number of bytes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifyencryptioncompatibility", + "displayName": "Specify encryption compatibility (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifyencryptioncompatibility_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifyencryptioncompatibility_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_0", + "displayName": "Use legacy format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_1", + "displayName": "Use next generation format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_2", + "displayName": "All files save with next generation format", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_blockmacroexecutionfrominternet", + "displayName": "Block macros from running in Office files from the Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_disableallapplicationextensions", + "displayName": "Disable all application add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_disableallapplicationextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_disableallapplicationextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned", + "displayName": "Require that application add-ins are signed by Trusted Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments", + "displayName": "Set maximum number of trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_l_setmaximumnumberoftrusteddocumentsspinid", + "displayName": "Maximum number: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve", + "displayName": "Set maximum number of trust records to preserve (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_l_setmaximumnumberoftrustrecordstopreservespinid", + "displayName": "Maximum to preserve: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_turnofftrusteddocuments", + "displayName": "Turn off trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_turnofftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_turnofftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork", + "displayName": "Turn off Trusted Documents on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_vbawarningspolicy", + "displayName": "VBA Macro Notification Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_vbawarningspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_vbawarningspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_vbawarningspolicy_l_empty", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_2", + "displayName": "Disable all with notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_3", + "displayName": "Disable all except digitally signed macros", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_4", + "displayName": "Disable all without notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_1", + "displayName": "Enable all macros (not recommended)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork", + "displayName": "Allow Trusted Locations on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc", + "displayName": "Disable all trusted locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01", + "displayName": "Trusted Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_datecolon", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_descriptioncolon", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_pathcolon", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02", + "displayName": "Trusted Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders10", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders10_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders10_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_datecolon8", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_descriptioncolon9", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_pathcolon7", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03", + "displayName": "Trusted Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders14", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders14_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders14_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_datecolon12", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_descriptioncolon13", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_pathcolon11", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04", + "displayName": "Trusted Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders18", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders18_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders18_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_datecolon16", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_descriptioncolon17", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_pathcolon15", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05", + "displayName": "Trusted Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders22", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders22_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders22_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_datecolon20", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_descriptioncolon21", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_pathcolon19", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06", + "displayName": "Trusted Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders26", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders26_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders26_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_datecolon24", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_descriptioncolon25", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_pathcolon23", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07", + "displayName": "Trusted Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders30", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders30_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders30_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_datecolon28", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_descriptioncolon29", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_pathcolon27", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08", + "displayName": "Trusted Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders34", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders34_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders34_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_datecolon32", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_descriptioncolon33", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_pathcolon31", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09", + "displayName": "Trusted Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders38", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders38_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders38_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_datecolon36", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_descriptioncolon37", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_pathcolon35", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10", + "displayName": "Trusted Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders42", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders42_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders42_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_datecolon40", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_descriptioncolon41", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_pathcolon39", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11", + "displayName": "Trusted Location #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders46", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders46_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders46_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_datecolon44", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_descriptioncolon45", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_pathcolon43", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12", + "displayName": "Trusted Location #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders50", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders50_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders50_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_datecolon48", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_descriptioncolon49", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_pathcolon47", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13", + "displayName": "Trusted Location #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders54", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders54_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders54_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_datecolon52", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_descriptioncolon53", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_pathcolon51", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14", + "displayName": "Trusted Location #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders58", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders58_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders58_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_datecolon56", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_descriptioncolon57", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_pathcolon55", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15", + "displayName": "Trusted Location #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders62", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders62_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders62_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_datecolon60", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_descriptioncolon61", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_pathcolon59", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16", + "displayName": "Trusted Location #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders66", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders66_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders66_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_datecolon64", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_descriptioncolon65", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_pathcolon63", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17", + "displayName": "Trusted Location #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders70", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders70_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders70_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_datecolon68", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_descriptioncolon69", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_pathcolon67", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18", + "displayName": "Trusted Location #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders74", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders74_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders74_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_datecolon72", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_descriptioncolon73", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_pathcolon71", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19", + "displayName": "Trusted Location #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders78", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders78_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders78_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_datecolon76", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_descriptioncolon77", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_pathcolon75", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20", + "displayName": "Trusted Location #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders82", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders82_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders82_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_datecolon80", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_descriptioncolon81", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_pathcolon79", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor", + "displayName": "Followed hyperlink color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4", + "displayName": "Followed hyperlink color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_0", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_1", + "displayName": "Maroon", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_2", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_3", + "displayName": "Olive", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_4", + "displayName": "Dark Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_5", + "displayName": "Violet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_6", + "displayName": "Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_7", + "displayName": "Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_8", + "displayName": "Silver", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_9", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_10", + "displayName": "Bright Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_11", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_12", + "displayName": "Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_13", + "displayName": "Fuchsia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_14", + "displayName": "Aqua", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_followedhyperlinkcolor_l_followedhyperlinkcolor4_15", + "displayName": "White", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor", + "displayName": "Hyperlink color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3", + "displayName": "Hyperlink color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_0", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_1", + "displayName": "Maroon", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_2", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_3", + "displayName": "Olive", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_4", + "displayName": "Dark Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_5", + "displayName": "Violet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_6", + "displayName": "Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_7", + "displayName": "Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_8", + "displayName": "Silver", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_9", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_10", + "displayName": "Bright Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_11", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_12", + "displayName": "Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_13", + "displayName": "Fuchsia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_14", + "displayName": "Aqua", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_hyperlinkcolor_l_hyperlinkcolor3_15", + "displayName": "White", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_underlinehyperlinks", + "displayName": "Underline hyperlinks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_underlinehyperlinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_applicationsettings~l_weboptions~l_general_l_underlinehyperlinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_customizableerrormessages_l_listoferrormessagestocustomize", + "displayName": "List of error messages to customize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_customizableerrormessages_l_listoferrormessagestocustomize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_customizableerrormessages_l_listoferrormessagestocustomize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize84", + "displayName": "List of error messages to customize (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize84_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize84_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems85", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems85_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems85_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems85_l_enteracommandbaridtodisable", + "displayName": "Enter a command bar ID to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys86", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys86_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys86_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys86_l_enterakeyandmodifiertodisable", + "displayName": "Enter a key and modifier to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient", + "displayName": "File tab | Access Options | Customize | All Commands | Email (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsaddinsacc", + "displayName": "Database Tools | Database Tools | Add-Ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsaddinsacc_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsaddinsacc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacroconvertmacrostovisualbasic", + "displayName": "Database Tools | Macro | Convert Macros to Visual Basic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacroconvertmacrostovisualbasic_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacroconvertmacrostovisualbasic_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrocreateshortcutmenufrommacro", + "displayName": "Database Tools | Macro | Create Shortcut Menu from Macro (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrocreateshortcutmenufrommacro_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrocreateshortcutmenufrommacro_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrorunmacro", + "displayName": "Database Tools | Macro | Run Macro (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrorunmacro_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrorunmacro_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditoracc", + "displayName": "Database tools | Macro | Visual Basic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditoracc_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditoracc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityencryptdecryptdatabase", + "displayName": "File tab | Access Options | Customize | All Commands | Encode/Decode Database (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityencryptdecryptdatabase_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityencryptdecryptdatabase_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecuritysetdatabasepassword", + "displayName": "Database tools | Database tools | Encrypt with Password (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecuritysetdatabasepassword_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecuritysetdatabasepassword_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserandgroupaccounts", + "displayName": "File tab | Access Options | Customize | All Commands | User and Group accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserandgroupaccounts_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserandgroupaccounts_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserandgrouppermissions", + "displayName": "File tab | Access Options | Customize | All Commands | User and Group Permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserandgrouppermissions_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserandgrouppermissions_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserlevelsecuritywizard", + "displayName": "File tab | Access Options | Customize | All Commands | User-Level Security Wizard... (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserlevelsecuritywizard_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolssecurityuserlevelsecuritywizard_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditoracc", + "displayName": "Alt+F11 (Database Tools | Macro | Visual Basic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditoracc_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditoracc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindacc", + "displayName": "Ctrl+F (Home | Find | Find) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindacc_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindacc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkacc", + "displayName": "Ctrl+K (File tab | Options | Customize | All Commands | Insert Hyperlinks) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkacc_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkacc_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_2007compatiblecachepolicy", + "displayName": "Use Access 2007 compatible cache (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_2007compatiblecachepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_2007compatiblecachepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_clearcacheonclosepolicy", + "displayName": "Clear cache on close (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_clearcacheonclosepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_clearcacheonclosepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultcustomtab", + "displayName": "Show custom templates tab by default in Access on the Office Start screen and in File | New (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultcustomtab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultcustomtab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultfileformat", + "displayName": "Default file format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultfileformat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultfileformat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultfileformat_l_empty87", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultfileformat_l_empty87_12", + "displayName": "Access 2007", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultfileformat_l_empty87_10", + "displayName": "Access 2002-2003", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_defaultfileformat_l_empty87_9", + "displayName": "Access 2000", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_donotprompttoconvertolderdatabases", + "displayName": "Do not prompt to convert older databases (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_donotprompttoconvertolderdatabases_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_donotprompttoconvertolderdatabases_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_nevercachepolicy", + "displayName": "Never cache data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_nevercachepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_nevercachepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_personaltemplatespath", + "displayName": "Personal templates path for Access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_personaltemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_personaltemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_miscellaneous_l_personaltemplatespath_l_personaltemplatespath", + "displayName": "Personal templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_toolssecurity_l_modaltrustdecisiononly", + "displayName": "Modal Trust Decision Only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_toolssecurity_l_modaltrustdecisiononly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_toolssecurity_l_modaltrustdecisiononly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_toolssecurity~l_workgroupadministrator_l_pathtosharedworkgroupinformationfileforsecuredmdbfiles", + "displayName": "Path to shared Workgroup information file for secured MDB files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_toolssecurity~l_workgroupadministrator_l_pathtosharedworkgroupinformationfileforsecuredmdbfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_toolssecurity~l_workgroupadministrator_l_pathtosharedworkgroupinformationfileforsecuredmdbfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_access16v2~policy~l_microsoftofficeaccess~l_toolssecurity~l_workgroupadministrator_l_pathtosharedworkgroupinformationfileforsecuredmdbfiles_l_pathtosharedworkgroupinformationfileforsecuredmdbfiles83", + "displayName": "Path to shared Workgroup information file for secured MDB files (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_defaultcategory", + "displayName": "Specify default category for Add New Programs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_defaultcategory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_defaultcategory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_defaultcategory_defaultcategorybox", + "displayName": "Category: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfromcdorfloppy", + "displayName": "Hide the \"Add a program from CD-ROM or floppy disk\" option (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfromcdorfloppy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfromcdorfloppy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfrominternet", + "displayName": "Hide the \"Add programs from Microsoft\" option (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfrominternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfrominternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfromnetwork", + "displayName": "Hide the \"Add programs from your network\" option (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfromnetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddfromnetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddpage", + "displayName": "Hide Add New Programs page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddremoveprograms", + "displayName": "Remove Add or Remove Programs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddremoveprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noaddremoveprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nochooseprogramspage", + "displayName": "Hide the Set Program Access and Defaults page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nochooseprogramspage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nochooseprogramspage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noremovepage", + "displayName": "Hide Change or Remove Programs page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noremovepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noremovepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noservices", + "displayName": "Go directly to Components Wizard (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noservices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_noservices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nosupportinfo", + "displayName": "Remove Support Information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nosupportinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nosupportinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nowindowssetuppage", + "displayName": "Hide Add/Remove Windows Components page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nowindowssetuppage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_addremoveprograms_nowindowssetuppage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprogramcompatibilityassistant_1", + "displayName": "Turn off Program Compatibility Assistant (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprogramcompatibilityassistant_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_appcompat_appcompatturnoffprogramcompatibilityassistant_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockfileelevation", + "displayName": "Block launching desktop apps associated with a file. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockfileelevation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockfileelevation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockprotocolelevation", + "displayName": "Block launching desktop apps associated with a URI scheme (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockprotocolelevation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_appxruntime_appxruntimeblockprotocolelevation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_estimatefilehandlerrisk", + "displayName": "Trust logic for file attachments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_estimatefilehandlerrisk_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_estimatefilehandlerrisk_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_estimatefilehandlerrisk_am_trustlogicsetting", + "displayName": "Determine risk by (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_estimatefilehandlerrisk_am_trustlogicsetting_2", + "displayName": "Preferring the file handler", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_estimatefilehandlerrisk_am_trustlogicsetting_3", + "displayName": "Looking at the file handler and type", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_estimatefilehandlerrisk_am_trustlogicsetting_1", + "displayName": "Preferring the file type", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setfilerisklevel", + "displayName": "Default risk level for file attachments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setfilerisklevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setfilerisklevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setfilerisklevel_am_risklevel", + "displayName": "Set the default risk level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setfilerisklevel_am_risklevel_6150", + "displayName": "High Risk", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setfilerisklevel_am_risklevel_6151", + "displayName": "Moderate Risk", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setfilerisklevel_am_risklevel_6152", + "displayName": "Low Risk", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_sethighriskinclusion", + "displayName": "Inclusion list for high risk file types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_sethighriskinclusion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_sethighriskinclusion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_sethighriskinclusion_am_instructhighriskinclusionlist", + "displayName": "Specify high risk extensions (include a leading period, e.g. .cmd;.exe;). (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setlowriskinclusion", + "displayName": "Inclusion list for low file types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setlowriskinclusion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setlowriskinclusion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setlowriskinclusion_am_instructlowriskinclusionlist", + "displayName": "Specify low risk extensions (include a leading period, e.g. .bmp;.gif;). (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setmodriskinclusion", + "displayName": "Inclusion list for moderate risk file types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setmodriskinclusion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setmodriskinclusion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_attachmentmanager_am_setmodriskinclusion_am_instructmodriskinclusionlist", + "displayName": "Specify moderate risk extensions (include a leading period, e.g. .doc;.pdf;). (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_com_appmgmt_com_searchforclsid_1", + "displayName": "Download missing COM components (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_com_appmgmt_com_searchforclsid_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_com_appmgmt_com_searchforclsid_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_disallowcpls", + "displayName": "Hide specified Control Panel items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_disallowcpls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_disallowcpls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_disallowcpls_disallowcplslist", + "displayName": "List of disallowed Control Panel items (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_forceclassiccontrolpanel", + "displayName": "Always open All Control Panel Items when opening Control Panel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_forceclassiccontrolpanel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_forceclassiccontrolpanel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_nocontrolpanel", + "displayName": "Prohibit access to Control Panel and PC settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_nocontrolpanel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_nocontrolpanel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_restrictcpls", + "displayName": "Show only specified Control Panel items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_restrictcpls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_restrictcpls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpanel_restrictcpls_restrictcplslist", + "displayName": "List of allowed Control Panel items (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_display_disable", + "displayName": "Disable the Display Control Panel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_display_disable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_display_disable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_display_hidesettings", + "displayName": "Hide Settings tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_display_hidesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_display_hidesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablecolorschemechoice", + "displayName": "Prevent changing color scheme (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablecolorschemechoice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablecolorschemechoice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablethemechange", + "displayName": "Prevent changing theme (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablethemechange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablethemechange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablevisualstyle", + "displayName": "Prevent changing visual style for windows and buttons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablevisualstyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_disablevisualstyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_enablescreensaver", + "displayName": "Enable screen saver (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_enablescreensaver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_enablescreensaver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_lockfontsize", + "displayName": "Prohibit selection of visual style font size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_lockfontsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_lockfontsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nocolorappearanceui", + "displayName": "Prevent changing color and appearance (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nocolorappearanceui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nocolorappearanceui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nodesktopbackgroundui", + "displayName": "Prevent changing desktop background (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nodesktopbackgroundui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nodesktopbackgroundui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nodesktopiconsui", + "displayName": "Prevent changing desktop icons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nodesktopiconsui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nodesktopiconsui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nomousepointersui", + "displayName": "Prevent changing mouse pointers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nomousepointersui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nomousepointersui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_noscreensaverui", + "displayName": "Prevent changing screen saver (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_noscreensaverui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_noscreensaverui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nosoundschemeui", + "displayName": "Prevent changing sounds (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nosoundschemeui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_nosoundschemeui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_screensaverissecure", + "displayName": "Password protect the screen saver (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_screensaverissecure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_screensaverissecure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_screensavertimeout", + "displayName": "Screen saver timeout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_screensavertimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_screensavertimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_screensavertimeout_screensavertimeoutfreqspin", + "displayName": "Seconds: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_setscreensaver", + "displayName": "Force specific screen saver (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_setscreensaver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_setscreensaver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_setscreensaver_screensaverfilename", + "displayName": "Screen saver executable name (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_settheme", + "displayName": "Load a specific theme (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_settheme_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_settheme_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_settheme_themefilename", + "displayName": "Path to theme file: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_setvisualstyle", + "displayName": "Force a specific visual style file or force Windows Classic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_setvisualstyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_setvisualstyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_controlpaneldisplay_cpl_personalization_setvisualstyle_themes_name", + "displayName": "Path to Visual Style: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disablechangepassword", + "displayName": "Remove Change Password (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disablechangepassword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disablechangepassword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disablelockcomputer", + "displayName": "Remove Lock Computer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disablelockcomputer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disablelockcomputer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disabletaskmgr", + "displayName": "Remove Task Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disabletaskmgr_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_disabletaskmgr_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_nologoff", + "displayName": "Remove Logoff (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_nologoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_ctrlaltdel_nologoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_enablefilter", + "displayName": "Enable filter in Find dialog box (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_enablefilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_enablefilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_hidedirectoryfolder", + "displayName": "Hide Active Directory folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_hidedirectoryfolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_hidedirectoryfolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_querylimit", + "displayName": "Maximum size of Active Directory searches (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_querylimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_querylimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_ad_querylimit_ad_querylimit_box", + "displayName": "Number of objects returned: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_forceactivedesktopon", + "displayName": "Enable Active Desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_forceactivedesktopon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_forceactivedesktopon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_noactivedesktop", + "displayName": "Disable Active Desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_noactivedesktop_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_noactivedesktop_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_noactivedesktopchanges", + "displayName": "Prohibit changes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_noactivedesktopchanges_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_noactivedesktopchanges_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nodesktop", + "displayName": "Hide and disable all items on the desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nodesktop_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nodesktop_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nodesktopcleanupwizard", + "displayName": "Remove the Desktop Cleanup Wizard (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nodesktopcleanupwizard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nodesktopcleanupwizard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nointerneticon", + "displayName": "Hide Internet Explorer icon on desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nointerneticon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nointerneticon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nomycomputericon", + "displayName": "Remove Computer icon on the desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nomycomputericon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nomycomputericon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nomydocumentsicon", + "displayName": "Remove My Documents icon on the desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nomydocumentsicon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nomydocumentsicon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nonethood", + "displayName": "Hide Network Locations icon on desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nonethood_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nonethood_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nopropertiesmycomputer", + "displayName": "Remove Properties from the Computer icon context menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nopropertiesmycomputer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nopropertiesmycomputer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nopropertiesmydocuments", + "displayName": "Remove Properties from the Documents icon context menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nopropertiesmydocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nopropertiesmydocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecentdocsnethood", + "displayName": "Do not add shares of recently opened documents to Network Locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecentdocsnethood_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecentdocsnethood_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecyclebinicon", + "displayName": "Remove Recycle Bin icon from desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecyclebinicon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecyclebinicon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecyclebinproperties", + "displayName": "Remove Properties from the Recycle Bin context menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecyclebinproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_norecyclebinproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nosavesettings", + "displayName": "Don't save settings at exit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nosavesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nosavesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nowindowminimizingshortcuts", + "displayName": "Turn off Aero Shake window minimizing mouse gesture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_nowindowminimizingshortcuts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_nowindowminimizingshortcuts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_admincomponents_title", + "displayName": "Add/Delete items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_admincomponents_title_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_admincomponents_title_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_admincomponents_title_sz_atc_adminadditem", + "displayName": "Enter URL(s) of desktop item(s) to Add (space separated): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_admincomponents_title_sz_atc_admindeleteitem", + "displayName": "Enter URL(s) of desktop item(s) to Delete (space separated): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableadd", + "displayName": "Prohibit adding items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableadd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableadd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableclose", + "displayName": "Prohibit closing items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableclose_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableclose_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disabledel", + "displayName": "Prohibit deleting items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disabledel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disabledel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableedit", + "displayName": "Prohibit editing items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableedit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_disableedit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_nocomponents", + "displayName": "Disable all items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_nocomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_atc_nocomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_db_dragdropclose", + "displayName": "Prevent adding, dragging, dropping and closing the Taskbar's toolbars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_db_dragdropclose_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_db_dragdropclose_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_db_moving", + "displayName": "Prohibit adjusting desktop toolbars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_db_moving_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_db_moving_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_dwp_nohtmlpaper", + "displayName": "Allow only bitmapped wallpaper (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_dwp_nohtmlpaper_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_sz_dwp_nohtmlpaper_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper", + "displayName": "Desktop Wallpaper (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_wallpapername", + "displayName": "Wallpaper Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_wallpaperstyle", + "displayName": "Wallpaper Style: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_wallpaperstyle_0", + "displayName": "Center", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_wallpaperstyle_1", + "displayName": "Tile", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_wallpaperstyle_2", + "displayName": "Stretch", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_wallpaperstyle_3", + "displayName": "Fit", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_wallpaperstyle_4", + "displayName": "Fill", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_desktop_wallpaper_wallpaperstyle_5", + "displayName": "Span", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_digitallocker_digitalx_diableapplication_titletext_1", + "displayName": "Do not allow Digital Locker to run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_digitallocker_digitalx_diableapplication_titletext_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_digitallocker_digitalx_diableapplication_titletext_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_1", + "displayName": "Specify a default color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_1_dwmdefaultcolorizationcoloralpha", + "displayName": "Alpha (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_1_dwmdefaultcolorizationcolorblue", + "displayName": "Blue (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_1_dwmdefaultcolorizationcolorgreen", + "displayName": "Green (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdefaultcolorizationcolor_1_dwmdefaultcolorizationcolorred", + "displayName": "Red (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdisallowanimations_1", + "displayName": "Do not allow window animations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdisallowanimations_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdisallowanimations_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdisallowcolorizationcolorchanges_1", + "displayName": "Do not allow color changes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdisallowcolorizationcolorchanges_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_dwm_dwmdisallowcolorizationcolorchanges_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_donotincludenonpublishingstandardglyphinthecandidatelist", + "displayName": "Do not include Non-Publishing Standard Glyph in the candidate list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_donotincludenonpublishingstandardglyphinthecandidatelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_donotincludenonpublishingstandardglyphinthecandidatelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_restrictcharactercoderangeofconversion", + "displayName": "Restrict character code range of conversion (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_restrictcharactercoderangeofconversion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_restrictcharactercoderangeofconversion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_restrictcharactercoderangeofconversion_l_restrictcharactercoderangeofconversionid", + "displayName": "Character code range: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffcustomdictionary", + "displayName": "Turn off custom dictionary (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffcustomdictionary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffcustomdictionary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffhistorybasedpredictiveinput", + "displayName": "Turn off history-based predictive input (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffhistorybasedpredictiveinput_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffhistorybasedpredictiveinput_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffinternetsearchintegration", + "displayName": "Turn off Internet search integration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffinternetsearchintegration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffinternetsearchintegration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffopenextendeddictionary", + "displayName": "Turn off Open Extended Dictionary (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffopenextendeddictionary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffopenextendeddictionary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffsavingautotuningdatatofile", + "displayName": "Turn off saving auto-tuning data to file (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffsavingautotuningdatatofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoffsavingautotuningdatatofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoncloudcandidate", + "displayName": "Turn on cloud candidate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoncloudcandidate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoncloudcandidate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoncloudcandidatechs", + "displayName": "Turn on cloud candidate for CHS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoncloudcandidatechs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnoncloudcandidatechs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonlexiconupdate", + "displayName": "Turn on lexicon update (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonlexiconupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonlexiconupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonlivestickers", + "displayName": "Turn on Live Sticker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonlivestickers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonlivestickers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonmisconversionloggingformisconversionreport", + "displayName": "Turn on misconversion logging for misconversion report (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonmisconversionloggingformisconversionreport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_eaime_l_turnonmisconversionloggingformisconversionreport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werarchive_1", + "displayName": "Configure Report Archive (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werarchive_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werarchive_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werarchive_1_werarchivebehavior", + "displayName": "Archive behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werarchive_1_werarchivebehavior_2", + "displayName": "Store all", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werarchive_1_werarchivebehavior_1", + "displayName": "Store parameters only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werarchive_1_wermaxarchivecount", + "displayName": "Maximum number of reports to store: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werautoapproveosdumps_1", + "displayName": "Automatically send memory dumps for OS-generated error reports (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werautoapproveosdumps_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werautoapproveosdumps_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypassdatathrottling_1", + "displayName": "Do not throttle additional data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypassdatathrottling_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypassdatathrottling_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypassnetworkcostthrottling_1", + "displayName": "Send data when on connected to a restricted/costed network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypassnetworkcostthrottling_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypassnetworkcostthrottling_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypasspowerthrottling_1", + "displayName": "Send additional data when on battery power (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypasspowerthrottling_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werbypasspowerthrottling_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentcustomize_1", + "displayName": "Customize consent settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentcustomize_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentcustomize_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentcustomize_1_werconsentcustomize", + "displayName": "Customize consent settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentcustomize_1_werconsentcustomize_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentcustomize_1_werconsentcustomize_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentoverride_1", + "displayName": "Ignore custom consent settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentoverride_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werconsentoverride_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_1", + "displayName": "Configure Default consent (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_1_werconsent", + "displayName": "Consent level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_1_werconsent_1", + "displayName": "Always ask before sending data", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_1_werconsent_2", + "displayName": "Send parameters", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_1_werconsent_3", + "displayName": "Send parameters and safe additional data", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdefaultconsent_1_werconsent_4", + "displayName": "Send all data", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdisable_1", + "displayName": "Disable Windows Error Reporting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdisable_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werdisable_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werexlusion_1", + "displayName": "List of applications to be excluded (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werexlusion_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werexlusion_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werexlusion_1_werexlusionlist", + "displayName": "List of applications to be excluded (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_wernologging_1", + "displayName": "Disable logging (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_wernologging_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_wernologging_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_wernosecondleveldata_1", + "displayName": "Do not send additional data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_wernosecondleveldata_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_wernosecondleveldata_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1", + "displayName": "Configure Report Queue (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1_wermaxqueuecount", + "displayName": "Maximum number of reports to queue: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1_wermaxqueuesize", + "displayName": "Maximum size of the queue (MB): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1_werqueuebehavior", + "displayName": "Queuing behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1_werqueuebehavior_0", + "displayName": "Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1_werqueuebehavior_1", + "displayName": "Always queue", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_errorreporting_werqueue_1_werupdatecheck", + "displayName": "Number of days between solution check reminders: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_explorer_alwaysshowclassicmenu", + "displayName": "Display the menu bar in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_explorer_alwaysshowclassicmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_explorer_alwaysshowclassicmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_explorer_preventitemcreationinusersfilesfolder", + "displayName": "Prevent users from adding files to the root of their Users Files folder. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_explorer_preventitemcreationinusersfilesfolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_explorer_preventitemcreationinusersfilesfolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_explorer_turnoffspianimations", + "displayName": "Turn off common control and window animations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_explorer_turnoffspianimations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_explorer_turnoffspianimations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_filerevocation_delegatedpackagefamilynames", + "displayName": "Allow Windows Runtime apps to revoke enterprise data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_filerevocation_delegatedpackagefamilynames_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_filerevocation_delegatedpackagefamilynames_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_filerevocation_delegatedpackagefamilynames_delegatedpackagefamilynames_eids", + "displayName": "\r\nApps permitted to revoke all protected data from the device for the specified enterprise identifier:\r\n", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpin", + "displayName": "Do not automatically make all redirected folders available offline (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder", + "displayName": "Do not automatically make specific redirected folders available offline (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinappdataroaming", + "displayName": "AppData(Roaming) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinappdataroaming_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinappdataroaming_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepincontacts", + "displayName": "Contacts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepincontacts_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepincontacts_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindesktop", + "displayName": "Desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindesktop_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindesktop_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindocuments", + "displayName": "Documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindocuments_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindocuments_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindownloads", + "displayName": "Downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindownloads_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepindownloads_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinfavorites", + "displayName": "Favorites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinfavorites_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinfavorites_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinlinks", + "displayName": "Links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinlinks_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinlinks_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinmusic", + "displayName": "Music (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinmusic_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinmusic_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinpictures", + "displayName": "Pictures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinpictures_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinpictures_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinsavedgames", + "displayName": "Saved Games (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinsavedgames_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinsavedgames_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinsearches", + "displayName": "Searches (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinsearches_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinsearches_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinstartmenu", + "displayName": "Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinstartmenu_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinstartmenu_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinvideos", + "displayName": "Videos (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinvideos_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_disablefradminpinbyfolder_disablepinvideos_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_folderredirectionenablecacherename", + "displayName": "Enable optimized move of contents in Offline Files cache on Folder Redirection server path change (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_folderredirectionenablecacherename_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_folderredirectionenablecacherename_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_localizexprelativepaths_1", + "displayName": "Use localized subfolder names when redirecting Start Menu and My Documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_localizexprelativepaths_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_localizexprelativepaths_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_primarycomputer_fr_1", + "displayName": "Redirect folders on primary computers only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_primarycomputer_fr_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_folderredirection_primarycomputer_fr_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_framepanes_nopreviewpane", + "displayName": "Turn on or off details pane (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_framepanes_nopreviewpane_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_framepanes_nopreviewpane_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_framepanes_nopreviewpane_previewpane_dropdownlist_box", + "displayName": "Configure details pane (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_framepanes_nopreviewpane_previewpane_dropdownlist_box_1", + "displayName": "Always hide", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_framepanes_nopreviewpane_previewpane_dropdownlist_box_2", + "displayName": "Always show", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_framepanes_noreadingpane", + "displayName": "Turn off Preview Pane (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_framepanes_noreadingpane_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_framepanes_noreadingpane_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_customlocalesnoselect_1", + "displayName": "Disallow selection of Custom Locales (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_customlocalesnoselect_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_customlocalesnoselect_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_hideadminoptions", + "displayName": "Hide Regional and Language Options administrative options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_hideadminoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_hideadminoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidecurrentlocation", + "displayName": "Hide the geographic location option (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidecurrentlocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidecurrentlocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidelanguageselection", + "displayName": "Hide the select language group options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidelanguageselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidelanguageselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidelocaleselectandcustomize", + "displayName": "Hide user locale selection and customization options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidelocaleselectandcustomize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_hidelocaleselectandcustomize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_implicitdatacollectionoff_1", + "displayName": "Turn off automatic learning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_implicitdatacollectionoff_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_implicitdatacollectionoff_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_localeuserrestrict_1", + "displayName": "Restrict user locales (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_localeuserrestrict_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_localeuserrestrict_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_localeuserrestrict_1_allowableuserlocaletaglist", + "displayName": "User Locales (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage", + "displayName": "Restricts the UI languages Windows should use for the selected user (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect", + "displayName": "Restrict users to the following language: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_en-us", + "displayName": "English", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_ja-jp", + "displayName": "Japanese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_ko-kr", + "displayName": "Korean", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_de-de", + "displayName": "German", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_zh-cn", + "displayName": "Simplified Chinese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_zh-tw", + "displayName": "Traditional Chinese (Taiwan)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_fr-fr", + "displayName": "French", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_es-es", + "displayName": "Spanish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_it-it", + "displayName": "Italian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_sv-se", + "displayName": "Swedish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_nl-nl", + "displayName": "Dutch", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_pt-br", + "displayName": "Portuguese (Brazil)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_fi-fi", + "displayName": "Finnish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_nb-no", + "displayName": "Norwegian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_da-dk", + "displayName": "Danish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_hu-hu", + "displayName": "Hungarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_pl-pl", + "displayName": "Polish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_ru-ru", + "displayName": "Russian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_cs-cz", + "displayName": "Czech", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_el-gr", + "displayName": "Greek", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_pt-pt", + "displayName": "Portuguese (Portugal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_tr-tr", + "displayName": "Turkish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_ar-sa", + "displayName": "Arabic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_he-il", + "displayName": "Hebrew", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_sk-sk", + "displayName": "Slovak", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_sl-si", + "displayName": "Slovenian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_ro-ro", + "displayName": "Romanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_hr-hr", + "displayName": "Croatian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_bg-bg", + "displayName": "Bulgarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_et-ee", + "displayName": "Estonian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_lt-lt", + "displayName": "Lithuanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_lv-lv", + "displayName": "Latvian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_th-th", + "displayName": "Thai", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_zh-hk", + "displayName": "Traditional Chinese (Hong Kong)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_sr-latn-cs", + "displayName": "Serbian (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_lockuseruilanguage_uilangselect_uk-ua", + "displayName": "Ukrainian", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_preventgeoidchange_1", + "displayName": "Disallow changing of geographic location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_preventgeoidchange_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_preventgeoidchange_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_preventuseroverrides_1", + "displayName": "Disallow user override of locale settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_preventuseroverrides_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_preventuseroverrides_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect", + "displayName": "Restrict selection of Windows menus and dialogs language (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect", + "displayName": "Restrict users to the following language: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000409", + "displayName": "English", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000411", + "displayName": "Japanese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000412", + "displayName": "Korean", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000407", + "displayName": "German", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000804", + "displayName": "Simplified Chinese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000404", + "displayName": "Traditional Chinese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000040c", + "displayName": "French", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000c0a", + "displayName": "Spanish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000410", + "displayName": "Italian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000041d", + "displayName": "Swedish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000413", + "displayName": "Dutch", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000416", + "displayName": "Portuguese (Brazil)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000040b", + "displayName": "Finnish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000414", + "displayName": "Norwegian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000406", + "displayName": "Danish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000040e", + "displayName": "Hungarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000415", + "displayName": "Polish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000419", + "displayName": "Russian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000405", + "displayName": "Czech", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000408", + "displayName": "Greek", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000816", + "displayName": "Portuguese (Portugal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000041f", + "displayName": "Turkish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000401", + "displayName": "Arabic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000040d", + "displayName": "Hebrew", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000041b", + "displayName": "Slovak", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000424", + "displayName": "Slovenian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000418", + "displayName": "Romanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000041a", + "displayName": "Croatian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000402", + "displayName": "Bulgarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000425", + "displayName": "Estonian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000427", + "displayName": "Lithuanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_00000426", + "displayName": "Latvian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_restrictuilangselect_uilangselect_0000041e", + "displayName": "Thai", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffautocorrectmisspelledwords", + "displayName": "Turn off autocorrect misspelled words (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffautocorrectmisspelledwords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffautocorrectmisspelledwords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffhighlightmisspelledwords", + "displayName": "Turn off highlight misspelled words (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffhighlightmisspelledwords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffhighlightmisspelledwords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffinsertspace", + "displayName": "Turn off insert a space after selecting a text prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffinsertspace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffinsertspace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffoffertextpredictions", + "displayName": "Turn off offer text predictions as I type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffoffertextpredictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_turnoffoffertextpredictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_y2k", + "displayName": "Century interpretation for Year 2000 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_globalization_y2k_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_y2k_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_globalization_y2k_y2kyear", + "displayName": "Year (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_denyrsoptointeractiveuser_1", + "displayName": "Determine if interactive users can generate Resultant Set of Policy data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_denyrsoptointeractiveuser_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_denyrsoptointeractiveuser_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_disableautoadmupdate", + "displayName": "Turn off automatic update of ADM files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_disableautoadmupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_disableautoadmupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_enforcepoliciesonly", + "displayName": "Enforce Show Policies Only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_enforcepoliciesonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_enforcepoliciesonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gpdcoptions", + "displayName": "Configure Group Policy domain controller selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gpdcoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gpdcoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gpdcoptions_gpdcoptionsdesc", + "displayName": "When Group Policy Object Editor is selecting a domain controller to use, it should: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gpdcoptions_gpdcoptionsdesc_1", + "displayName": "Use the Primary Domain Controller", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gpdcoptions_gpdcoptionsdesc_2", + "displayName": "Inherit from Active Directory Snap-ins", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gpdcoptions_gpdcoptionsdesc_3", + "displayName": "Use any available domain controller", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_1", + "displayName": "Configure Group Policy slow link detection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_gptransferrate_1_transferrateop1", + "displayName": "Connection speed (Kbps): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrateuser", + "displayName": "Set Group Policy refresh interval for users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrateuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrateuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrateuser_gprefreshrate3", + "displayName": "Minutes: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_grouppolicyrefreshrateuser_gprefreshrateoffset3", + "displayName": "Minutes: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_newgpodisplayname", + "displayName": "Set default name for new Group Policy objects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_newgpodisplayname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_newgpodisplayname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_newgpodisplayname_newgpodisplaynameheading", + "displayName": "GPO Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_newgpolinksdisabled", + "displayName": "Create new Group Policy Object links disabled by default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_newgpolinksdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_newgpolinksdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions", + "displayName": "Process Mitigation Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_processmitigationoptionslist", + "displayName": "Process Mitigation Options (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_processmitigationoptionslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_grouppolicy_processmitigationoptions_processmitigationoptionslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_help_restrictrunfromhelp", + "displayName": "Restrict these programs from being launched from Help (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_help_restrictrunfromhelp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_help_restrictrunfromhelp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_help_restrictrunfromhelp_restrictrunfromhelp_edit", + "displayName": "Enter executables separated by commas: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hpexplicitfeedback", + "displayName": "Turn off Help Ratings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hpexplicitfeedback_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hpexplicitfeedback_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hpimplicitfeedback", + "displayName": "Turn off Help Experience Improvement Program (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hpimplicitfeedback_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hpimplicitfeedback_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hponlineassistance", + "displayName": "Turn off Windows Online (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hponlineassistance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_helpandsupport_hponlineassistance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_disablehttpprinting_1", + "displayName": "Turn off printing over HTTP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_disablehttpprinting_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_disablehttpprinting_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_disablewebpnpdownload_1", + "displayName": "Turn off downloading of print drivers over HTTP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_disablewebpnpdownload_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_disablewebpnpdownload_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_internetmanagement_restrictcommunication_1", + "displayName": "Restrict Internet communication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_internetmanagement_restrictcommunication_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_internetmanagement_restrictcommunication_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellnouseinternetopenwith_1", + "displayName": "Turn off Internet File Association service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_shellnouseinternetopenwith_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellnouseinternetopenwith_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellnousestoreopenwith_1", + "displayName": "Turn off access to the Store (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_shellnousestoreopenwith_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellnousestoreopenwith_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellpreventwpwdownload_1", + "displayName": "Turn off Internet download for Web publishing and online ordering wizards (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_shellpreventwpwdownload_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellpreventwpwdownload_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellremoveorderprints_1", + "displayName": "Turn off the \"Order Prints\" picture task (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_shellremoveorderprints_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellremoveorderprints_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellremovepublishtoweb_1", + "displayName": "Turn off the \"Publish to Web\" task for files and folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_shellremovepublishtoweb_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_shellremovepublishtoweb_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_winmsg_noinstrumentation_1", + "displayName": "Turn off the Windows Messenger Customer Experience Improvement Program (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_icm_winmsg_noinstrumentation_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_icm_winmsg_noinstrumentation_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_disableexplorerrunlegacy_1", + "displayName": "Do not process the legacy run list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_logon_disableexplorerrunlegacy_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_disableexplorerrunlegacy_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_disableexplorerrunoncelegacy_1", + "displayName": "Do not process the run once list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_logon_disableexplorerrunoncelegacy_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_disableexplorerrunoncelegacy_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_nowelcometips_1", + "displayName": "Do not display the Getting Started welcome screen at logon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_logon_nowelcometips_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_nowelcometips_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_run_1", + "displayName": "Run these programs at user logon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_logon_run_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_run_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_logon_run_1_runlistbox1", + "displayName": "Items to run at logon (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_activexcontrol", + "displayName": "ActiveX Control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_activexcontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_activexcontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_extendview", + "displayName": "Extended View (Web View) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_extendview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_extendview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_linktoweb", + "displayName": "Link to Web Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_linktoweb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_linktoweb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_restrict_author", + "displayName": "Restrict the user from entering author mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_restrict_author_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_restrict_author_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_restrict_to_permitted_snapins", + "displayName": "Restrict users to the explicitly permitted list of snap-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_restrict_to_permitted_snapins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmc_mmc_restrict_to_permitted_snapins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activedirdomtrusts", + "displayName": "Active Directory Domains and Trusts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activedirdomtrusts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activedirdomtrusts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activedirsitesservices", + "displayName": "Active Directory Sites and Services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activedirsitesservices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activedirsitesservices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activediruserscomp", + "displayName": "Active Directory Users and Computers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activediruserscomp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_activediruserscomp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admcomputers_1", + "displayName": "Administrative Templates (Computers) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admcomputers_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admcomputers_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admcomputers_2", + "displayName": "Administrative Templates (Computers) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admcomputers_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admcomputers_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admusers_1", + "displayName": "Administrative Templates (Users) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admusers_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admusers_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admusers_2", + "displayName": "Administrative Templates (Users) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admusers_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_admusers_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_adsi", + "displayName": "ADSI Edit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_adsi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_adsi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_appletalkrouting", + "displayName": "AppleTalk Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_appletalkrouting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_appletalkrouting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_authman", + "displayName": "Authorization Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_authman_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_authman_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certauth", + "displayName": "Certification Authority (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certauth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certauth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certauthpolset", + "displayName": "Certification Authority Policy Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certauthpolset_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certauthpolset_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certs", + "displayName": "Certificates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certstemplate", + "displayName": "Certificate Templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certstemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_certstemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_componentservices", + "displayName": "Component Services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_componentservices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_componentservices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_computermanagement", + "displayName": "Computer Management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_computermanagement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_computermanagement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_connectionsharingnat", + "displayName": "Connection Sharing (NAT) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_connectionsharingnat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_connectionsharingnat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dcomcfg", + "displayName": "DCOM Configuration Extension (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dcomcfg_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dcomcfg_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_devicemanager_1", + "displayName": "Device Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_devicemanager_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_devicemanager_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_devicemanager_2", + "displayName": "Device Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_devicemanager_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_devicemanager_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dfs", + "displayName": "Distributed File System (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dfs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dfs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dhcprelaymgmt", + "displayName": "DHCP Relay Management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dhcprelaymgmt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_dhcprelaymgmt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_diskdefrag", + "displayName": "Disk Defragmenter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_diskdefrag_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_diskdefrag_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_diskmgmt", + "displayName": "Disk Management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_diskmgmt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_diskmgmt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_enterprisepki", + "displayName": "Enterprise PKI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_enterprisepki_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_enterprisepki_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_1", + "displayName": "Event Viewer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_2", + "displayName": "Event Viewer (Windows Vista) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_3", + "displayName": "Event Viewer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_4", + "displayName": "Event Viewer (Windows Vista) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_eventviewer_4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_failoverclusters", + "displayName": "Failover Clusters Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_failoverclusters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_failoverclusters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_faxservice", + "displayName": "FAX Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_faxservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_faxservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_folderredirection_1", + "displayName": "Folder Redirection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_folderredirection_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_folderredirection_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_folderredirection_2", + "displayName": "Folder Redirection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_folderredirection_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_folderredirection_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_frontpageext", + "displayName": "FrontPage Server Extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_frontpageext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_frontpageext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicymanagementsnapin", + "displayName": "Group Policy Management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicymanagementsnapin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicymanagementsnapin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicysnapin", + "displayName": "Group Policy Object Editor (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicysnapin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicysnapin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicytab", + "displayName": "Group Policy tab for Active Directory Tools (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicytab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_grouppolicytab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_hra", + "displayName": "Health Registration Authority (HRA) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_hra_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_hra_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ias", + "displayName": "Internet Authentication Service (IAS) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ias_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ias_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iaslogging", + "displayName": "IAS Logging (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iaslogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iaslogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iemaintenance_1", + "displayName": "Internet Explorer Maintenance (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iemaintenance_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iemaintenance_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iemaintenance_2", + "displayName": "Internet Explorer Maintenance (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iemaintenance_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iemaintenance_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_igmprouting", + "displayName": "IGMP Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_igmprouting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_igmprouting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iis", + "displayName": "Internet Information Services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iis_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iis_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_indexingservice", + "displayName": "Indexing Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_indexingservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_indexingservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iprouting", + "displayName": "IP Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iprouting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_iprouting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmanage", + "displayName": "IP Security Policy Management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmanage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmanage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmanage_gp", + "displayName": "IP Security Policy Management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmanage_gp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmanage_gp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmonitor", + "displayName": "IP Security Monitor (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmonitor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipsecmonitor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxriprouting", + "displayName": "IPX RIP Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxriprouting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxriprouting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxrouting", + "displayName": "IPX Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxrouting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxrouting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxsaprouting", + "displayName": "IPX SAP Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxsaprouting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ipxsaprouting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_localusersgroups", + "displayName": "Local Users and Groups (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_localusersgroups_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_localusersgroups_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_logicalmappeddrives", + "displayName": "Logical and Mapped Drives (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_logicalmappeddrives_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_logicalmappeddrives_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_napsnap", + "displayName": "NAP Client Configuration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_napsnap_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_napsnap_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_napsnap_gp", + "displayName": "NAP Client Configuration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_napsnap_gp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_napsnap_gp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_net_framework", + "displayName": ".Net Framework Configuration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_net_framework_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_net_framework_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_npsui", + "displayName": "Network Policy Server (NPS) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_npsui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_npsui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ocsp", + "displayName": "Online Responder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ocsp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ocsp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ospfrouting", + "displayName": "OSPF Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ospfrouting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ospfrouting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_perflogsalerts", + "displayName": "Performance Logs and Alerts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_perflogsalerts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_perflogsalerts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_publickey", + "displayName": "Public Key Policies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_publickey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_publickey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_qosadmission", + "displayName": "QoS Admission Control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_qosadmission_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_qosadmission_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ras_dialinuser", + "displayName": "RAS Dialin - User Node (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ras_dialinuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ras_dialinuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remoteaccess", + "displayName": "Remote Access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remoteaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remoteaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remotedesktop", + "displayName": "Remote Desktops (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remotedesktop_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remotedesktop_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remstore", + "displayName": "Removable Storage (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remstore_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_remstore_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_resultantsetofpolicysnapin", + "displayName": "Resultant Set of Policy snap-in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_resultantsetofpolicysnapin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_resultantsetofpolicysnapin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_riprouting", + "displayName": "RIP Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_riprouting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_riprouting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ris", + "displayName": "Remote Installation Services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ris_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_ris_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_routing", + "displayName": "Routing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_routing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_routing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_rra", + "displayName": "Routing and Remote Access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_rra_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_rra_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_rsm", + "displayName": "Removable Storage Management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_rsm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_rsm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sca", + "displayName": "Security Configuration and Analysis (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sca_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sca_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsmachine_1", + "displayName": "Scripts (Startup/Shutdown) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsmachine_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsmachine_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsmachine_2", + "displayName": "Scripts (Startup/Shutdown) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsmachine_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsmachine_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsuser_1", + "displayName": "Scripts (Logon/Logoff) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsuser_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsuser_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsuser_2", + "displayName": "Scripts (Logon/Logoff) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsuser_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_scriptsuser_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitysettings_1", + "displayName": "Security Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitysettings_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitysettings_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitysettings_2", + "displayName": "Security Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitysettings_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitysettings_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitytemplates", + "displayName": "Security Templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitytemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_securitytemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sendconsolemessage", + "displayName": "Send Console Message (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sendconsolemessage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sendconsolemessage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_servermanager", + "displayName": "Server Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_servermanager_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_servermanager_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_servicedependencies", + "displayName": "Service Dependencies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_servicedependencies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_servicedependencies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_services", + "displayName": "Services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_services_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_services_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sharedfolders", + "displayName": "Shared Folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sharedfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sharedfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sharedfolders_ext", + "displayName": "Shared Folders Ext (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sharedfolders_ext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sharedfolders_ext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_smtpprotocol", + "displayName": "SMTP Protocol (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_smtpprotocol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_smtpprotocol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_snmp", + "displayName": "SNMP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_snmp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_snmp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstalationcomputers_1", + "displayName": "Software Installation (Computers) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstalationcomputers_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstalationcomputers_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstalationcomputers_2", + "displayName": "Software Installation (Computers) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstalationcomputers_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstalationcomputers_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstallationusers_1", + "displayName": "Software Installation (Users) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstallationusers_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstallationusers_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstallationusers_2", + "displayName": "Software Installation (Users) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstallationusers_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_softwareinstallationusers_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sysinfo", + "displayName": "System Information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sysinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sysinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sysprop", + "displayName": "System Properties (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sysprop_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_sysprop_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_telephony", + "displayName": "Telephony (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_telephony_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_telephony_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_terminalservices", + "displayName": "Remote Desktop Services Configuration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_terminalservices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_terminalservices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_tpmmanagement", + "displayName": "TPM Management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_tpmmanagement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_tpmmanagement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_windowsfirewall", + "displayName": "Windows Firewall with Advanced Security (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_windowsfirewall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_windowsfirewall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_windowsfirewall_gp", + "displayName": "Windows Firewall with Advanced Security (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_windowsfirewall_gp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_windowsfirewall_gp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirednetworkpolicy", + "displayName": "Wired Network (IEEE 802.3) Policies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirednetworkpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirednetworkpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirelessmon", + "displayName": "Wireless Monitor (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirelessmon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirelessmon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirelessnetworkpolicy", + "displayName": "Wireless Network (IEEE 802.11) Policies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirelessnetworkpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wirelessnetworkpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wmi", + "displayName": "WMI Control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wmi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mmcsnapins_mmc_wmi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mobilepcmobilitycenter_mobilitycenterenable_1", + "displayName": "Turn off Windows Mobility Center (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mobilepcmobilitycenter_mobilitycenterenable_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mobilepcmobilitycenter_mobilitycenterenable_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_mobilepcpresentationsettings_presentationsettingsenable_1", + "displayName": "Turn off Windows presentation settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_mobilepcpresentationsettings_presentationsettingsenable_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_mobilepcpresentationsettings_presentationsettingsenable_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_msi_disablemedia", + "displayName": "Prevent removable media source for any installation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_msi_disablemedia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_msi_disablemedia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_msi_disablerollback_1", + "displayName": "Prohibit rollback (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_msi_disablerollback_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_msi_disablerollback_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_msi_searchorder", + "displayName": "Specify the order in which Windows Installer searches for installation files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_msi_searchorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_msi_searchorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_msi_searchorder_searchorder", + "displayName": "Search order (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_addremovecomponents", + "displayName": "Prohibit adding and removing components for a LAN or remote access connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_addremovecomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_addremovecomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_advancedsettings", + "displayName": "Prohibit access to the Advanced Settings item on the Advanced menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_advancedsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_advancedsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_allowadvancedtcpipconfig", + "displayName": "Prohibit TCP/IP advanced configuration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_allowadvancedtcpipconfig_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_allowadvancedtcpipconfig_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_changebindstate", + "displayName": "Prohibit Enabling/Disabling components of a LAN connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_changebindstate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_changebindstate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_deletealluserconnection", + "displayName": "Ability to delete all user remote access connections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_deletealluserconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_deletealluserconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_deleteconnection", + "displayName": "Prohibit deletion of remote access connections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_deleteconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_deleteconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_dialupprefs", + "displayName": "Prohibit access to the Remote Access Preferences item on the Advanced menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_dialupprefs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_dialupprefs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_enableadminprohibits", + "displayName": "Enable Windows 2000 Network Connections settings for Administrators (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_enableadminprohibits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_enableadminprohibits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_ipstatechecking", + "displayName": "Turn off notifications when a connection has only limited or no connectivity (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_ipstatechecking_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_ipstatechecking_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanchangeproperties", + "displayName": "Prohibit access to properties of components of a LAN connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanchangeproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanchangeproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanconnect", + "displayName": "Ability to Enable/Disable a LAN connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanconnect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanconnect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanproperties", + "displayName": "Prohibit access to properties of a LAN connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_lanproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_newconnectionwizard", + "displayName": "Prohibit access to the New Connection Wizard (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_newconnectionwizard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_newconnectionwizard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasalluserproperties", + "displayName": "Ability to change properties of an all user remote access connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasalluserproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasalluserproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_raschangeproperties", + "displayName": "Prohibit access to properties of components of a remote access connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_raschangeproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_raschangeproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasconnect", + "displayName": "Prohibit connecting and disconnecting a remote access connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasconnect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasconnect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasmyproperties", + "displayName": "Prohibit changing properties of a private remote access connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasmyproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_rasmyproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamealluserrasconnection", + "displayName": "Ability to rename all user remote access connections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamealluserrasconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamealluserrasconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renameconnection", + "displayName": "Ability to rename LAN connections or remote access connections available to all users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renameconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renameconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamelanconnection", + "displayName": "Ability to rename LAN connections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamelanconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamelanconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamemyrasconnection", + "displayName": "Prohibit renaming private remote access connections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamemyrasconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_renamemyrasconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_statistics", + "displayName": "Prohibit viewing of status for an active connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_statistics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_networkconnections_nc_statistics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_1", + "displayName": "Specify administratively assigned Offline Files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_1_lbl_assignedofflinefileslist", + "displayName": "Files and Folders: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_1_lbl_assignedofflinefileslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_assignedofflinefiles_1_lbl_assignedofflinefileslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_1", + "displayName": "Non-default server disconnect actions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_1_lbl_customgoofflineactionslist", + "displayName": "Customize actions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_1_lbl_customgoofflineactionslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_customgoofflineactions_1_lbl_customgoofflineactionslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_eventlogginglevel_1", + "displayName": "Event logging level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_eventlogginglevel_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_eventlogginglevel_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_eventlogginglevel_1_lbl_eventlogginglevelspin", + "displayName": "Enter [0-3]: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_1", + "displayName": "Action on server disconnect (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_1_lbl_goofflineactioncombo", + "displayName": "Action: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_1_lbl_goofflineactioncombo_0", + "displayName": "Work offline", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_goofflineaction_1_lbl_goofflineactioncombo_1", + "displayName": "Never go offline", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nocacheviewer_1", + "displayName": "Prevent use of Offline Files folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nocacheviewer_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nocacheviewer_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_noconfigcache_1", + "displayName": "Prohibit user configuration of Offline Files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_noconfigcache_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_noconfigcache_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nomakeavailableoffline_1", + "displayName": "Remove \"Make Available Offline\" command (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nomakeavailableoffline_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nomakeavailableoffline_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_1", + "displayName": "Remove \"Make Available Offline\" for these files and folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_1_lbl_nopinfileslist", + "displayName": "Files and Folders: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_1_lbl_nopinfileslist_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_nopinfiles_1_lbl_nopinfileslist_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_noreminders_1", + "displayName": "Turn off reminder balloons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_noreminders_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_noreminders_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_reminderfreq_1", + "displayName": "Reminder balloon frequency (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_reminderfreq_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_reminderfreq_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_reminderfreq_1_lbl_reminderfreqspin", + "displayName": "Minutes: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_reminderinittimeout_1", + "displayName": "Initial reminder balloon lifetime (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_reminderinittimeout_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_reminderinittimeout_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_reminderinittimeout_1_lbl_reminderinittimeoutspin", + "displayName": "Seconds: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_remindertimeout_1", + "displayName": "Reminder balloon lifetime (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_remindertimeout_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_remindertimeout_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_remindertimeout_1_lbl_remindertimeoutspin", + "displayName": "Seconds: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogoff_1", + "displayName": "Synchronize all offline files before logging off (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogoff_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogoff_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogon_1", + "displayName": "Synchronize all offline files when logging on (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogon_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatlogon_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_1", + "displayName": "Synchronize offline files before suspend (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_1_lbl_syncatsuspendcombo", + "displayName": "Action: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_1_lbl_syncatsuspendcombo_0", + "displayName": "Quick", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_syncatsuspend_1_lbl_syncatsuspendcombo_1", + "displayName": "Full", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_workofflinedisabled_1", + "displayName": "Remove \"Work offline\" command (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_workofflinedisabled_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_offlinefiles_pol_workofflinedisabled_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_pentraining_pentrainingoff_1", + "displayName": "Turn off Tablet PC Pen Training (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_pentraining_pentrainingoff_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_pentraining_pentrainingoff_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_power_pw_promptpasswordonresume", + "displayName": "Prompt for password on resume from hibernate/suspend (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_power_pw_promptpasswordonresume_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_power_pw_promptpasswordonresume_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablemodulelogging", + "displayName": "Turn on Module Logging (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablemodulelogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablemodulelogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablemodulelogging_listbox_modulenames", + "displayName": "Module Names (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts", + "displayName": "Turn on Script Execution (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_executionpolicy", + "displayName": "Execution Policy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_executionpolicy_allsigned", + "displayName": "Allow only signed scripts", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_executionpolicy_remotesigned", + "displayName": "Allow local scripts and remote signed scripts", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enablescripts_executionpolicy_unrestricted", + "displayName": "Allow all scripts", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting", + "displayName": "Turn on PowerShell Transcription (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_enableinvocationheader", + "displayName": "Include invocation headers: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_enableinvocationheader_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_enableinvocationheader_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enabletranscripting_outputdirectory", + "displayName": "Transcript output directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enableupdatehelpdefaultsourcepath", + "displayName": "Set the default source path for Update-Help (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enableupdatehelpdefaultsourcepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enableupdatehelpdefaultsourcepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_powershellexecutionpolicy_enableupdatehelpdefaultsourcepath_sourcepathforupdatehelp", + "displayName": "Default Source Path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablebackuprestore_1", + "displayName": "Prevent restoring previous versions from backups (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablebackuprestore_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablebackuprestore_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablelocalpage_1", + "displayName": "Hide previous versions list for local files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablelocalpage_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablelocalpage_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablelocalrestore_1", + "displayName": "Prevent restoring local previous versions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablelocalrestore_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disablelocalrestore_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disableremotepage_1", + "displayName": "Hide previous versions list for remote files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disableremotepage_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disableremotepage_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disableremoterestore_1", + "displayName": "Prevent restoring remote previous versions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disableremoterestore_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_disableremoterestore_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_hidebackupentries_1", + "displayName": "Hide previous versions of files on backup location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_previousversions_hidebackupentries_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_previousversions_hidebackupentries_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_downlevelbrowse", + "displayName": "Browse the network to find printers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_printing_downlevelbrowse_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_downlevelbrowse_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_intranetprintersurl", + "displayName": "Browse a common web site to find printers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_printing_intranetprintersurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_intranetprintersurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_intranetprintersurl_intranetprintersurl_link", + "displayName": "Printers Page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_legacydefaultprintermode", + "displayName": "Turn off Windows default printer management (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_printing_legacydefaultprintermode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_legacydefaultprintermode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_nodeleteprinter", + "displayName": "Prevent deletion of printers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_printing_nodeleteprinter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_nodeleteprinter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_packagepointandprintonly", + "displayName": "Only use Package Point and print (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_printing_packagepointandprintonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_packagepointandprintonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_packagepointandprintserverlist", + "displayName": "Package Point and print - Approved servers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_printing_packagepointandprintserverlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_packagepointandprintserverlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_packagepointandprintserverlist_packagepointandprintserverlist_edit", + "displayName": "Enter fully qualified server names (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_printerdirectorysearchscope", + "displayName": "Default Active Directory path when searching for printers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_printing_printerdirectorysearchscope_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_printerdirectorysearchscope_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_printing_printerdirectorysearchscope_printerdirectorysearchscope_name", + "displayName": "Default Active Directory path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_nodefaultprograms", + "displayName": "Hide \"Set Program Access and Computer Defaults\" page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_programs_nodefaultprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_nodefaultprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_nogetprograms", + "displayName": "Hide \"Get Programs\" page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_programs_nogetprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_nogetprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_noinstalledupdates", + "displayName": "Hide \"Installed Updates\" page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_programs_noinstalledupdates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_noinstalledupdates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_noprogramsandfeatures", + "displayName": "Hide \"Programs and Features\" page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_programs_noprogramsandfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_noprogramsandfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_noprogramscpl", + "displayName": "Hide the Programs Control Panel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_programs_noprogramscpl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_noprogramscpl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_nowindowsfeatures", + "displayName": "Hide \"Windows Features\" (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_programs_nowindowsfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_nowindowsfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_nowindowsmarketplace", + "displayName": "Hide \"Windows Marketplace\" (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_programs_nowindowsmarketplace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_programs_nowindowsmarketplace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_accessrights_reboottime_1", + "displayName": "Set time (in seconds) to force reboot (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_accessrights_reboottime_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_accessrights_reboottime_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_accessrights_reboottime_1_accessrights_reboottime_seconds", + "displayName": "Time (in seconds): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyread_access_1", + "displayName": "CD and DVD: Deny read access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyread_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denyread_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denywrite_access_1", + "displayName": "CD and DVD: Deny write access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denywrite_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_cdanddvd_denywrite_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_customclasses_denyread_access_1", + "displayName": "Custom Classes: Deny read access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_customclasses_denyread_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_customclasses_denyread_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_customclasses_denyread_access_1_customclasses_list", + "displayName": "GUID for custom removable storage class: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_customclasses_denywrite_access_1", + "displayName": "Custom Classes: Deny write access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_customclasses_denywrite_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_customclasses_denywrite_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_customclasses_denywrite_access_1_customclasses_list", + "displayName": "GUID for custom removable storage class: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyread_access_1", + "displayName": "Floppy Drives: Deny read access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyread_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_floppydrives_denyread_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_floppydrives_denywrite_access_1", + "displayName": "Floppy Drives: Deny write access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_floppydrives_denywrite_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_floppydrives_denywrite_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyread_access_1", + "displayName": "Removable Disks: Deny read access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyread_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removabledisks_denyread_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removabledisks_denywrite_access_1", + "displayName": "Removable Disks: Deny write access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removabledisks_denywrite_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removabledisks_denywrite_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removablestorageclasses_denyall_access_1", + "displayName": "All Removable Storage classes: Deny all access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removablestorageclasses_denyall_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_removablestorageclasses_denyall_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyread_access_1", + "displayName": "Tape Drives: Deny read access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyread_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_tapedrives_denyread_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_tapedrives_denywrite_access_1", + "displayName": "Tape Drives: Deny write access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_tapedrives_denywrite_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_tapedrives_denywrite_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_wpddevices_denyread_access_1", + "displayName": "WPD Devices: Deny read access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_wpddevices_denyread_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_wpddevices_denyread_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_wpddevices_denywrite_access_1", + "displayName": "WPD Devices: Deny write access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_wpddevices_denywrite_access_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_removablestorage_wpddevices_denywrite_access_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_legacy_logon_script_hidden", + "displayName": "Run legacy logon scripts hidden (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_legacy_logon_script_hidden_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_legacy_logon_script_hidden_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logoff_script_visible", + "displayName": "Display instructions in logoff scripts as they run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logoff_script_visible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logoff_script_visible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logon_script_sync_1", + "displayName": "Run logon scripts synchronously (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logon_script_sync_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logon_script_sync_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logon_script_visible", + "displayName": "Display instructions in logon scripts as they run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logon_script_visible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_logon_script_visible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_user_ps_scripts_first", + "displayName": "Run Windows PowerShell scripts first at user logon, logoff (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_user_ps_scripts_first_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_scripts_run_user_ps_scripts_first_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablelocation_1", + "displayName": "Turn off location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablelocation_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablelocation_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablelocationscripting_1", + "displayName": "Turn off location scripting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablelocationscripting_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablelocationscripting_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablesensors_1", + "displayName": "Turn off sensors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablesensors_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_sensors_disablesensors_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_sharedfolders_publishdfsroots", + "displayName": "Allow DFS roots to be published (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_sharedfolders_publishdfsroots_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_sharedfolders_publishdfsroots_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_sharedfolders_publishsharedfolders", + "displayName": "Allow shared folders to be published (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_sharedfolders_publishsharedfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_sharedfolders_publishsharedfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_sharing_noinplacesharing", + "displayName": "Prevent users from sharing files within their profile. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_sharing_noinplacesharing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_sharing_noinplacesharing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disablecmd", + "displayName": "Prevent access to the command prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disablecmd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disablecmd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disablecmd_disablecmdscripts", + "displayName": "Disable the command prompt script processing also? (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disablecmd_disablecmdscripts_1", + "displayName": "Yes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disablecmd_disablecmdscripts_2", + "displayName": "No", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disableregedit", + "displayName": "Prevent access to registry editing tools (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disableregedit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disableregedit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disableregedit_disableregeditmode", + "displayName": "Disable regedit from running silently? (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disableregedit_disableregeditmode_2", + "displayName": "Yes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disableregedit_disableregeditmode_1", + "displayName": "No", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disallowapps", + "displayName": "Don't run specified Windows applications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disallowapps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disallowapps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_disallowapps_disallowappslist", + "displayName": "List of disallowed applications (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_restrictapps", + "displayName": "Run only specified Windows applications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_restrictapps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_restrictapps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_shellcommandpromptregedittools_restrictapps_restrictapps_restrictappslist", + "displayName": "List of allowed applications (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_soundrec_soundrec_diableapplication_titletext_1", + "displayName": "Do not allow Sound Recorder to run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_soundrec_soundrec_diableapplication_titletext_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_soundrec_soundrec_diableapplication_titletext_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_addsearchinternetlinkinstartmenu", + "displayName": "Add Search Internet link to Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_addsearchinternetlinkinstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_addsearchinternetlinkinstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_clearrecentdocsonexit", + "displayName": "Clear history of recently opened documents on exit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_clearrecentdocsonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_clearrecentdocsonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_clearrecentprogfornewuserinstartmenu", + "displayName": "Clear the recent programs list for new users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_clearrecentprogfornewuserinstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_clearrecentprogfornewuserinstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_cleartilesonexit", + "displayName": "Clear tile notifications during log on (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_cleartilesonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_cleartilesonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_desktopappsfirstinappsview", + "displayName": "List desktop apps first in the Apps view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_desktopappsfirstinappsview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_desktopappsfirstinappsview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_disableglobalsearchonappsview", + "displayName": "Search just apps from the Apps view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_disableglobalsearchonappsview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_disableglobalsearchonappsview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_forcestartmenulogoff", + "displayName": "Add Logoff to the Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_forcestartmenulogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_forcestartmenulogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_gotodesktoponsignin", + "displayName": "Go to the desktop instead of Start when signing in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_gotodesktoponsignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_gotodesktoponsignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_greymsiads", + "displayName": "Gray unavailable Windows Installer programs Start Menu shortcuts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_greymsiads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_greymsiads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_intellimenus", + "displayName": "Turn off personalized menus (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_intellimenus_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_intellimenus_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_locktaskbar", + "displayName": "Lock the Taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_locktaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_locktaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_memcheckboxinrundlg", + "displayName": "Add \"Run in Separate Memory Space\" check box to Run dialog box (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_memcheckboxinrundlg_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_memcheckboxinrundlg_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noautotraynotify", + "displayName": "Turn off notification area cleanup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noautotraynotify_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noautotraynotify_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noballoontip", + "displayName": "Remove Balloon Tips on Start Menu items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noballoontip_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noballoontip_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nochangestartmenu", + "displayName": "Prevent users from customizing their Start Screen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nochangestartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nochangestartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noclose", + "displayName": "Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noclose_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noclose_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nocommongroups", + "displayName": "Remove common program groups from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nocommongroups_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nocommongroups_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nofavoritesmenu", + "displayName": "Remove Favorites menu from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nofavoritesmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nofavoritesmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nofind", + "displayName": "Remove Search link from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nofind_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nofind_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nogamesfolderonstartmenu", + "displayName": "Remove Games link from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nogamesfolderonstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nogamesfolderonstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nohelp", + "displayName": "Remove Help menu from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nohelp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nohelp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noinstrumentation", + "displayName": "Turn off user tracking (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noinstrumentation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noinstrumentation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist", + "displayName": "Remove All Programs list from the Start menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown", + "displayName": "Choose one of the following actions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown_0", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown_3", + "displayName": "Collapse", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown_2", + "displayName": "Collapse and disable setting", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nomoreprogramslist_nomoreprogramslistdropdown_1", + "displayName": "Remove and disable setting", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nonetanddialupconnect", + "displayName": "Remove Network Connections from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nonetanddialupconnect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nonetanddialupconnect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nopinnedprograms", + "displayName": "Remove pinned programs list from the Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nopinnedprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nopinnedprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_norecentdocsmenu", + "displayName": "Remove Recent Items menu from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_norecentdocsmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_norecentdocsmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noresolvesearch", + "displayName": "Do not use the search-based method when resolving shell shortcuts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noresolvesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noresolvesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noresolvetrack", + "displayName": "Do not use the tracking-based method when resolving shell shortcuts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noresolvetrack_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_noresolvetrack_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_norun", + "displayName": "Remove Run menu from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_norun_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_norun_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchcomminstartmenu", + "displayName": "Do not search communications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchcomminstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchcomminstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchcomputerlinkinstartmenu", + "displayName": "Remove Search Computer link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchcomputerlinkinstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchcomputerlinkinstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearcheverywherelinkinstartmenu", + "displayName": "Remove See More Results / Search Everywhere link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearcheverywherelinkinstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearcheverywherelinkinstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchfilesinstartmenu", + "displayName": "Do not search for files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchfilesinstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchfilesinstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchinternetinstartmenu", + "displayName": "Do not search Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchinternetinstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchinternetinstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchprogramsinstartmenu", + "displayName": "Do not search programs and Control Panel items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchprogramsinstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosearchprogramsinstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosetfolders", + "displayName": "Remove programs on Settings menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosetfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosetfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosettaskbar", + "displayName": "Prevent changes to Taskbar and Start Menu Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosettaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosettaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmconfigureprograms", + "displayName": "Remove Default Programs link from the Start menu. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmconfigureprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmconfigureprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmydocuments", + "displayName": "Remove Documents icon from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmydocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmydocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmymusic", + "displayName": "Remove Music icon from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmymusic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmymusic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmynetworkplaces", + "displayName": "Remove Network icon from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmynetworkplaces_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmynetworkplaces_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmypictures", + "displayName": "Remove Pictures icon from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmypictures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nosmmypictures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenudownload", + "displayName": "Remove Downloads link from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenudownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenudownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenuhomegroup", + "displayName": "Remove Homegroup link from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenuhomegroup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenuhomegroup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenurecordedtv", + "displayName": "Remove Recorded TV link from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenurecordedtv_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenurecordedtv_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenusubfolders", + "displayName": "Remove user's folders from the Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenusubfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenusubfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenuvideos", + "displayName": "Remove Videos link from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenuvideos_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartmenuvideos_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartpage", + "displayName": "Force classic Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nostartpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notaskbarclock", + "displayName": "Remove Clock from the system notification area (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notaskbarclock_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notaskbarclock_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notaskgrouping", + "displayName": "Prevent grouping of taskbar items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notaskgrouping_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notaskgrouping_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notoolbarsontaskbar", + "displayName": "Do not display any custom toolbars in the taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notoolbarsontaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notoolbarsontaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notraycontextmenu", + "displayName": "Remove access to the context menus for the taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notraycontextmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notraycontextmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notrayitemsdisplay", + "displayName": "Hide the notification area (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notrayitemsdisplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_notrayitemsdisplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nouninstallfromstart", + "displayName": "Prevent users from uninstalling applications from Start (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nouninstallfromstart_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nouninstallfromstart_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nouserfolderonstartmenu", + "displayName": "Remove user folder link from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nouserfolderonstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nouserfolderonstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nousernameonstartmenu", + "displayName": "Remove user name from Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nousernameonstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nousernameonstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nowindowsupdate", + "displayName": "Remove links and access to Windows Update (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nowindowsupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_nowindowsupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction", + "displayName": "Change Start Menu power button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_powerbuttonactiondropdown", + "displayName": "Choose one of the following actions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_powerbuttonactiondropdown_2", + "displayName": "Shut Down", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_powerbuttonactiondropdown_16", + "displayName": "Sleep", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_powerbuttonactiondropdown_1", + "displayName": "Log off", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_powerbuttonactiondropdown_512", + "displayName": "Lock", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_powerbuttonactiondropdown_4", + "displayName": "Restart", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_powerbuttonactiondropdown_256", + "displayName": "Switch User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_powerbuttonaction_powerbuttonactiondropdown_64", + "displayName": "Hibernate", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_quicklaunchenabled", + "displayName": "Show QuickLaunch on Taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_quicklaunchenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_quicklaunchenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_removeundockpcbutton", + "displayName": "Remove the \"Undock PC\" button from the Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_removeundockpcbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_removeundockpcbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showappsviewonstart", + "displayName": "Show the Apps view automatically when the user goes to Start (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showappsviewonstart_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showappsviewonstart_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showrunasdifferentuserinstart", + "displayName": "Show \"Run as different user\" command on Start (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showrunasdifferentuserinstart_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showrunasdifferentuserinstart_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showruninstartmenu", + "displayName": "Add the Run command to the Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showruninstartmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showruninstartmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showstartondisplaywithforegroundonwinkey", + "displayName": "Show Start on the display the user is using when they press the Windows logo key (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showstartondisplaywithforegroundonwinkey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_showstartondisplaywithforegroundonwinkey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_startmenulogoff", + "displayName": "Remove Logoff on the Start Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_startmenulogoff_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_startmenulogoff_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_startpinappswheninstalled", + "displayName": "Pin Apps to Start when installed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_startmenu_startpinappswheninstalled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_startpinappswheninstalled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_startmenu_startpinappswheninstalled_startpinappswheninstalled_name", + "displayName": "Add AppIDs to the list: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_autocomplete_1", + "displayName": "Turn off AutoComplete integration with Input Panel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_autocomplete_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_autocomplete_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_edgetarget_1", + "displayName": "Prevent Input Panel tab from appearing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_edgetarget_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_edgetarget_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptarget_1", + "displayName": "For tablet pen input, don’t show the Input Panel icon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptarget_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptarget_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptouchtarget_1", + "displayName": "For touch input, don’t show the Input Panel icon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptouchtarget_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_iptiptouchtarget_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1", + "displayName": "Turn off password security in Input Panel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1_passwordsecurity", + "displayName": "Turn off password security in Input Panel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1_passwordsecurity_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1_passwordsecurity_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1_passwordsecurity_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1_passwordsecurity_4", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_passwordsecurity_1_passwordsecurity_5", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_prediction_1", + "displayName": "Disable text prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_prediction_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_prediction_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_rarechar_1", + "displayName": "Include rarely used Chinese, Kanji, or Hanja characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_rarechar_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_rarechar_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_1", + "displayName": "Turn off tolerant and Z-shaped scratch-out gestures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_1_scratchout", + "displayName": "Turn off tolerant and Z-shaped scratch-out gestures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_1_scratchout_1", + "displayName": "All", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_1_scratchout_2", + "displayName": "Tolerant", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletpcinputpanel_scratchout_1_scratchout_3", + "displayName": "None", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disableinkball_1", + "displayName": "Do not allow Inkball to run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disableinkball_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disableinkball_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablejournal_1", + "displayName": "Do not allow Windows Journal to be run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablejournal_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablejournal_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablenotewriterprinting_1", + "displayName": "Do not allow printing to Journal Note Writer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablenotewriterprinting_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablenotewriterprinting_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablesnippingtool_1", + "displayName": "Do not allow Snipping Tool to run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablesnippingtool_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_disablesnippingtool_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventbackescmapping_1", + "displayName": "Prevent Back-ESC mapping (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventbackescmapping_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventbackescmapping_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventflicks_1", + "displayName": "Prevent flicks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventflicks_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventflicks_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventflickslearningmode_1", + "displayName": "Prevent Flicks Learning Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventflickslearningmode_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventflickslearningmode_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventlaunchapp_1", + "displayName": "Prevent launch an application (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventlaunchapp_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventlaunchapp_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventpressandhold_1", + "displayName": "Prevent press and hold (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventpressandhold_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_preventpressandhold_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_turnoffbuttons_1", + "displayName": "Turn off hardware buttons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_turnoffbuttons_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_turnoffbuttons_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_turnofffeedback_1", + "displayName": "Turn off pen feedback (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_turnofffeedback_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_tabletshell_turnofffeedback_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_disablenotificationcenter", + "displayName": "Remove Notifications and Action Center (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_disablenotificationcenter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_disablenotificationcenter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_enablelegacyballoonnotifications", + "displayName": "Disable showing balloon notifications as toasts. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_enablelegacyballoonnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_enablelegacyballoonnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescahealth", + "displayName": "Remove the Security and Maintenance icon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescahealth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescahealth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescanetwork", + "displayName": "Remove the networking icon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescanetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescanetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescapower", + "displayName": "Remove the battery meter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescapower_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescapower_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescavolume", + "displayName": "Remove the volume control icon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescavolume_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_hidescavolume_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_noballoonfeatureadvertisements", + "displayName": "Turn off feature advertisement balloon notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_noballoonfeatureadvertisements_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_noballoonfeatureadvertisements_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningstoretotaskbar", + "displayName": "Do not allow pinning Store app to the Taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningstoretotaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningstoretotaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningtodestinations", + "displayName": "Do not allow pinning items in Jump Lists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningtodestinations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningtodestinations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningtotaskbar", + "displayName": "Do not allow pinning programs to the Taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningtotaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nopinningtotaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_noremotedestinations", + "displayName": "Do not display or track items in Jump Lists from remote locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_noremotedestinations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_noremotedestinations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nosystraysystempromotion", + "displayName": "Turn off automatic promotion of notification icons to the taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nosystraysystempromotion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_nosystraysystempromotion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_showwindowsstoreappsontaskbar", + "displayName": "Show Windows Store apps on the taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_showwindowsstoreappsontaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_showwindowsstoreappsontaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarlockall", + "displayName": "Lock all taskbar settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarlockall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarlockall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoaddremovetoolbar", + "displayName": "Prevent users from adding or removing toolbars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoaddremovetoolbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoaddremovetoolbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnodragtoolbar", + "displayName": "Prevent users from rearranging toolbars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnodragtoolbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnodragtoolbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnomultimon", + "displayName": "Do not allow taskbars on more than one display (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnomultimon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnomultimon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnonotification", + "displayName": "Turn off all balloon notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnonotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnonotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnopinnedlist", + "displayName": "Remove pinned programs from the Taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnopinnedlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnopinnedlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoredock", + "displayName": "Prevent users from moving taskbar to another screen dock location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoredock_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoredock_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoresize", + "displayName": "Prevent users from resizing the taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoresize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnoresize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnothumbnail", + "displayName": "Turn off taskbar thumbnails (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnothumbnail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_taskbar_taskbarnothumbnail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_signed_files_1", + "displayName": "Allow .rdp files from valid publishers and user's default .rdp settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_signed_files_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_signed_files_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_unsigned_files_1", + "displayName": "Allow .rdp files from unknown publishers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_unsigned_files_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_allow_unsigned_files_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_disable_password_saving_1", + "displayName": "Do not allow passwords to be saved (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_disable_password_saving_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_disable_password_saving_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_trusted_certificate_thumbprints_2", + "displayName": "Specify SHA1 thumbprints of certificates representing trusted .rdp publishers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_trusted_certificate_thumbprints_2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_trusted_certificate_thumbprints_2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_client_trusted_certificate_thumbprints_2_trusted_certificate_thumbprints", + "displayName": "Comma-separated list of SHA1 trusted certificate thumbprints: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_easy_print_user", + "displayName": "Use Remote Desktop Easy Print printer driver first (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_easy_print_user_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_easy_print_user_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method", + "displayName": "Set RD Gateway authentication method (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_auth_mode", + "displayName": "Set RD Gateway authentication method (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_auth_mode_5", + "displayName": "Ask for credentials, use Negotiate protocol", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_auth_mode_2", + "displayName": "Ask for credentials, use NTLM protocol", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_auth_mode_1", + "displayName": "Ask for credentials, use Basic protocol", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_auth_mode_4", + "displayName": "Use locally logged-on credentials", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_auth_mode_3", + "displayName": "Use smart-card", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_override", + "displayName": "Allow users to change this setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_override_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_auth_method_ts_gateway_override_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_enable", + "displayName": "Enable connection through RD Gateway (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_enable_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_enable_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_enable_ts_gateway_override", + "displayName": "Allow users to change this setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_enable_ts_gateway_override_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_enable_ts_gateway_override_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_server", + "displayName": "Set RD Gateway server address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_server_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_server_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_server_ts_gateway_override", + "displayName": "Allow users to change this setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_server_ts_gateway_override_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_server_ts_gateway_override_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_gateway_policy_server_ts_gateway_server", + "displayName": "Set RD Gateway server address (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_radc_defaultconnection", + "displayName": "Specify default connection URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_radc_defaultconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_radc_defaultconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_radc_defaultconnection_ts_radc_defaultconnectionurl", + "displayName": "Default connection URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1", + "displayName": "Set rules for remote control of Remote Desktop Services user sessions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1_ts_remotecontrol_levels", + "displayName": "Options: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1_ts_remotecontrol_levels_0", + "displayName": "No remote control allowed", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1_ts_remotecontrol_levels_1", + "displayName": "Full Control with user's permission", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1_ts_remotecontrol_levels_2", + "displayName": "Full Control without user's permission", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1_ts_remotecontrol_levels_3", + "displayName": "View Session with user's permission", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_remotecontrol_1_ts_remotecontrol_levels_4", + "displayName": "View Session without user's permission", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_session_end_on_limit_1", + "displayName": "End session when time limits are reached (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_session_end_on_limit_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_session_end_on_limit_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1", + "displayName": "Set time limit for disconnected sessions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected", + "displayName": "End a disconnected session (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_0", + "displayName": "Never", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_60000", + "displayName": "1 minute", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_300000", + "displayName": "5 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_600000", + "displayName": "10 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_900000", + "displayName": "15 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_1800000", + "displayName": "30 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_3600000", + "displayName": "1 hour", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_7200000", + "displayName": "2 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_10800000", + "displayName": "3 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_21600000", + "displayName": "6 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_28800000", + "displayName": "8 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_43200000", + "displayName": "12 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_57600000", + "displayName": "16 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_64800000", + "displayName": "18 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_86400000", + "displayName": "1 day", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_172800000", + "displayName": "2 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_259200000", + "displayName": "3 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_345600000", + "displayName": "4 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_disconnected_timeout_1_ts_sessions_enddisconnected_432000000", + "displayName": "5 days", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1", + "displayName": "Set time limit for active but idle Remote Desktop Services sessions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext", + "displayName": "Idle session limit: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_0", + "displayName": "Never", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_60000", + "displayName": "1 minute", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_300000", + "displayName": "5 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_600000", + "displayName": "10 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_900000", + "displayName": "15 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_1800000", + "displayName": "30 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_3600000", + "displayName": "1 hour", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_7200000", + "displayName": "2 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_10800000", + "displayName": "3 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_21600000", + "displayName": "6 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_28800000", + "displayName": "8 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_43200000", + "displayName": "12 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_57600000", + "displayName": "16 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_64800000", + "displayName": "18 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_86400000", + "displayName": "1 day", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_172800000", + "displayName": "2 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_259200000", + "displayName": "3 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_345600000", + "displayName": "4 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_idle_limit_1_ts_sessions_idlelimittext_432000000", + "displayName": "5 days", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1", + "displayName": "Set time limit for active Remote Desktop Services sessions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit", + "displayName": "Active session limit : (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_0", + "displayName": "Never", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_60000", + "displayName": "1 minute", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_300000", + "displayName": "5 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_600000", + "displayName": "10 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_900000", + "displayName": "15 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_1800000", + "displayName": "30 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_3600000", + "displayName": "1 hour", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_7200000", + "displayName": "2 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_10800000", + "displayName": "3 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_21600000", + "displayName": "6 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_28800000", + "displayName": "8 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_43200000", + "displayName": "12 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_57600000", + "displayName": "16 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_64800000", + "displayName": "18 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_86400000", + "displayName": "1 day", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_172800000", + "displayName": "2 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_259200000", + "displayName": "3 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_345600000", + "displayName": "4 days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_sessions_limits_1_ts_sessions_activelimit_432000000", + "displayName": "5 days", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_start_program_1", + "displayName": "Start a program on connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_start_program_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_start_program_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_start_program_1_ts_program_name", + "displayName": "Program path and file name (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_terminalserver_ts_start_program_1_ts_workdir", + "displayName": "Working Directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbnails", + "displayName": "Turn off the display of thumbnails and only display icons. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbnails_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbnails_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbnailsonnetworkfolders", + "displayName": "Turn off the display of thumbnails and only display icons on network folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbnailsonnetworkfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbnailsonnetworkfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbsdbonnetworkfolders", + "displayName": "Turn off the caching of thumbnails in hidden thumbs.db files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbsdbonnetworkfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_thumbnails_disablethumbsdbonnetworkfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_touchinput_panningeverywhereoff_1", + "displayName": "Turn off Touch Panning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_touchinput_panningeverywhereoff_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_touchinput_panningeverywhereoff_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_touchinput_touchinputoff_1", + "displayName": "Turn off Tablet PC touch input (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_touchinput_touchinputoff_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_touchinput_touchinputoff_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_calculator", + "displayName": "Calculator (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_calculator_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_calculator_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod", + "displayName": "Configure Sync Method (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_settingsimportnotification_delay", + "displayName": "Notification delay (in seconds): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_settingsimportnotification_enable", + "displayName": "Enable notification (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_settingsimportnotification_enable_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_settingsimportnotification_enable_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_syncmethodconfiguration_list", + "displayName": "Sync Method: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_syncmethodconfiguration_list_syncprovider", + "displayName": "SyncProvider", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_syncmethodconfiguration_list_none", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configuresyncmethod_syncmethodconfiguration_list_external", + "displayName": "External", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configurevdi", + "displayName": "VDI Configuration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configurevdi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configurevdi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_configurevdi_vdicollectionname", + "displayName": "VDI Collection Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewin8sync", + "displayName": "Do not synchronize Windows Apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewin8sync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewin8sync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings", + "displayName": "Synchronize Windows settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_desktopsettings", + "displayName": "Desktop settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_desktopsettings_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_desktopsettings_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_easeofaccesssettings", + "displayName": "Ease of access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_easeofaccesssettings_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_easeofaccesssettings_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_networkprinters", + "displayName": "Network Printers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_networkprinters_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_networkprinters_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_roamingcredentialsettings", + "displayName": "Roaming Credentials (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_roamingcredentialsettings_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_roamingcredentialsettings_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_themesettings", + "displayName": "Themes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_themesettings_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_disablewindowsossettings_themesettings_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_finance", + "displayName": "Finance (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_finance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_finance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_games", + "displayName": "Games (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_games_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_games_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer10", + "displayName": "Internet Explorer 10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer11", + "displayName": "Internet Explorer 11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer8", + "displayName": "Internet Explorer 8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer8_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer8_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer9", + "displayName": "Internet Explorer 9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer9_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorer9_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorercommon", + "displayName": "Internet Explorer Common Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorercommon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_internetexplorercommon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_maps", + "displayName": "Maps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_maps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_maps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_maxpackagesizeinbytes", + "displayName": "Settings package size warning threshold (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_maxpackagesizeinbytes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_maxpackagesizeinbytes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_maxpackagesizeinbytes_maxpackagesizeinbytes", + "displayName": "Package size threshold (in bytes): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010access", + "displayName": "Microsoft Access 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010access_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010access_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010common", + "displayName": "Microsoft Office 2010 Common Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010common_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010common_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010excel", + "displayName": "Microsoft Excel 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010excel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010excel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010infopath", + "displayName": "Microsoft InfoPath 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010infopath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010infopath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010lync", + "displayName": "Microsoft Lync 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010lync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010lync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010onenote", + "displayName": "Microsoft OneNote 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010onenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010onenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010outlook", + "displayName": "Microsoft Outlook 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010outlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010outlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010powerpoint", + "displayName": "Microsoft PowerPoint 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010powerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010powerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010project", + "displayName": "Microsoft Project 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010project_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010project_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010publisher", + "displayName": "Microsoft Publisher 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010publisher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010publisher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointdesigner", + "displayName": "Microsoft SharePoint Designer 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointdesigner_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointdesigner_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointworkspace", + "displayName": "Microsoft SharePoint Workspace 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointworkspace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010sharepointworkspace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010visio", + "displayName": "Microsoft Visio 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010visio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010visio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010word", + "displayName": "Microsoft Word 2010 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010word_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2010word_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013access", + "displayName": "Microsoft Access 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013access_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013access_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013accessbackup", + "displayName": "Access 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013accessbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013accessbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013common", + "displayName": "Microsoft Office 2013 Common Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013common_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013common_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013commonbackup", + "displayName": "Common 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013commonbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013commonbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excel", + "displayName": "Microsoft Excel 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excelbackup", + "displayName": "Excel 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excelbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013excelbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopath", + "displayName": "Microsoft InfoPath 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopathbackup", + "displayName": "InfoPath 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopathbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013infopathbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lync", + "displayName": "Microsoft Lync 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lyncbackup", + "displayName": "Lync 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lyncbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013lyncbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onedriveforbusiness", + "displayName": "Microsoft OneDrive for Business 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onedriveforbusiness_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onedriveforbusiness_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenote", + "displayName": "Microsoft OneNote 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenotebackup", + "displayName": "OneNote 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenotebackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013onenotebackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlook", + "displayName": "Microsoft Outlook 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlookbackup", + "displayName": "Outlook 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlookbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013outlookbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpoint", + "displayName": "Microsoft PowerPoint 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpointbackup", + "displayName": "PowerPoint 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpointbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013powerpointbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013project", + "displayName": "Microsoft Project 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013project_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013project_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013projectbackup", + "displayName": "Project 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013projectbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013projectbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisher", + "displayName": "Microsoft Publisher 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisherbackup", + "displayName": "Publisher 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisherbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013publisherbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesigner", + "displayName": "Microsoft SharePoint Designer 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesigner_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesigner_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesignerbackup", + "displayName": "SharePoint Designer 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesignerbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013sharepointdesignerbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013uploadcenter", + "displayName": "Microsoft Office 2013 Upload Center (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013uploadcenter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013uploadcenter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visio", + "displayName": "Microsoft Visio 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visiobackup", + "displayName": "Visio 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visiobackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013visiobackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013word", + "displayName": "Microsoft Word 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013word_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013word_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013wordbackup", + "displayName": "Word 2013 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013wordbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2013wordbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016access", + "displayName": "Microsoft Access 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016access_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016access_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016accessbackup", + "displayName": "Access 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016accessbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016accessbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016common", + "displayName": "Microsoft Office 2016 Common Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016common_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016common_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016commonbackup", + "displayName": "Common 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016commonbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016commonbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excel", + "displayName": "Microsoft Excel 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excelbackup", + "displayName": "Excel 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excelbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016excelbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lync", + "displayName": "Microsoft Lync 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lyncbackup", + "displayName": "Lync 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lyncbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016lyncbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onedriveforbusiness", + "displayName": "Microsoft OneDrive for Business 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onedriveforbusiness_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onedriveforbusiness_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenote", + "displayName": "Microsoft OneNote 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenotebackup", + "displayName": "OneNote 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenotebackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016onenotebackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlook", + "displayName": "Microsoft Outlook 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlookbackup", + "displayName": "Outlook 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlookbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016outlookbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpoint", + "displayName": "Microsoft PowerPoint 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpointbackup", + "displayName": "PowerPoint 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpointbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016powerpointbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016project", + "displayName": "Microsoft Project 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016project_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016project_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016projectbackup", + "displayName": "Project 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016projectbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016projectbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisher", + "displayName": "Microsoft Publisher 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisherbackup", + "displayName": "Publisher 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisherbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016publisherbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016uploadcenter", + "displayName": "Microsoft Office 2016 Upload Center (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016uploadcenter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016uploadcenter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visio", + "displayName": "Microsoft Visio 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visiobackup", + "displayName": "Visio 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visiobackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016visiobackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016word", + "displayName": "Microsoft Word 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016word_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016word_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016wordbackup", + "displayName": "Word 2016 backup only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016wordbackup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice2016wordbackup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2013", + "displayName": "Microsoft Office 365 Access 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2016", + "displayName": "Microsoft Office 365 Access 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365access2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2013", + "displayName": "Microsoft Office 365 Common 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2016", + "displayName": "Microsoft Office 365 Common 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365common2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2013", + "displayName": "Microsoft Office 365 Excel 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2016", + "displayName": "Microsoft Office 365 Excel 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365excel2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365infopath2013", + "displayName": "Microsoft Office 365 InfoPath 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365infopath2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365infopath2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2013", + "displayName": "Microsoft Office 365 Lync 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2016", + "displayName": "Microsoft Office 365 Lync 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365lync2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2013", + "displayName": "Microsoft Office 365 OneNote 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2016", + "displayName": "Microsoft Office 365 OneNote 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365onenote2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2013", + "displayName": "Microsoft Office 365 Outlook 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2016", + "displayName": "Microsoft Office 365 Outlook 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365outlook2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2013", + "displayName": "Microsoft Office 365 PowerPoint 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2016", + "displayName": "Microsoft Office 365 PowerPoint 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365powerpoint2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2013", + "displayName": "Microsoft Office 365 Project 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2016", + "displayName": "Microsoft Office 365 Project 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365project2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2013", + "displayName": "Microsoft Office 365 Publisher 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2016", + "displayName": "Microsoft Office 365 Publisher 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365publisher2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365sharepointdesigner2013", + "displayName": "Microsoft Office 365 SharePoint Designer 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365sharepointdesigner2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365sharepointdesigner2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2013", + "displayName": "Microsoft Office 365 Visio 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2016", + "displayName": "Microsoft Office 365 Visio 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365visio2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2013", + "displayName": "Microsoft Office 365 Word 2013 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2013_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2013_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2016", + "displayName": "Microsoft Office 365 Word 2016 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2016_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_microsoftoffice365word2016_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_music", + "displayName": "Music (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_music_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_music_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_news", + "displayName": "News (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_news_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_news_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_notepad", + "displayName": "Notepad (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_notepad_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_notepad_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_reader", + "displayName": "Reader (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_reader_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_reader_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_repositorytimeout", + "displayName": "Synchronization timeout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_repositorytimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_repositorytimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_repositorytimeout_repositorytimeout", + "displayName": "Synchronization timeout (in milliseconds): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_settingsstoragepath", + "displayName": "Settings storage path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_settingsstoragepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_settingsstoragepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_settingsstoragepath_settingsstoragepath", + "displayName": "Settings storage path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_sports", + "displayName": "Sports (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_sports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_sports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncenabled", + "displayName": "Use User Experience Virtualization (UE-V) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetwork", + "displayName": "Sync settings over metered connections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetworkwhenroaming", + "displayName": "Sync settings over metered connections even when roaming (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetworkwhenroaming_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncovermeterednetworkwhenroaming_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncproviderpingenabled", + "displayName": "Ping the settings storage location before sync (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncproviderpingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_syncproviderpingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_travel", + "displayName": "Travel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_travel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_travel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_video", + "displayName": "Video (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_video_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_video_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_weather", + "displayName": "Weather (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_weather_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_weather_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_wordpad", + "displayName": "WordPad (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_wordpad_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userexperiencevirtualization_wordpad_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize", + "displayName": "Limit profile size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_includereginproquota", + "displayName": "Show registry files in the file list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_includereginproquota_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_includereginproquota_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_profilesize", + "displayName": "Max Profile size (KB) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_sizemessage", + "displayName": "Custom Message (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_warnuser", + "displayName": "Notify user when profile storage space is exceeded. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_warnuser_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_warnuser_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_userprofiles_limitsize_warnusertimeout", + "displayName": "Remind user every X minutes: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wincal_turnoffwincal_1", + "displayName": "Turn off Windows Calendar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_wincal_turnoffwincal_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wincal_turnoffwincal_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowscolorsystem_prohibitchanginginstalledprofilelist_1", + "displayName": "Prohibit installing or uninstalling color profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowscolorsystem_prohibitchanginginstalledprofilelist_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowscolorsystem_prohibitchanginginstalledprofilelist_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsconnectnow_wcn_disablewcnui_1", + "displayName": "Prohibit access of the Windows Connect Now wizards (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsconnectnow_wcn_disablewcnui_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsconnectnow_wcn_disablewcnui_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_classicshell", + "displayName": "Turn on Classic Shell (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_classicshell_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_classicshell_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_confirmfiledelete", + "displayName": "Display confirmation dialog when deleting files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_confirmfiledelete_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_confirmfiledelete_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_defaultlibrarieslocation", + "displayName": "Location where all default Library definition files for users/machines reside. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_defaultlibrarieslocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_defaultlibrarieslocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_defaultlibrarieslocation_defaultlibrarieslocation", + "displayName": "Default Libraries definition location (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disablebinddirectlytopropertysetstorage", + "displayName": "Disable binding directly to IPropertySetStorage without intermediate layers. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disablebinddirectlytopropertysetstorage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disablebinddirectlytopropertysetstorage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disableindexedlibraryexperience", + "displayName": "Turn off Windows Libraries features that rely on indexed file data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disableindexedlibraryexperience_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disableindexedlibraryexperience_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disableknownfolders", + "displayName": "Disable Known Folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disableknownfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disableknownfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disableknownfolders_disableknownfolders_prompt", + "displayName": "Disable these Known Folders. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disablesearchboxsuggestions", + "displayName": "Turn off display of recent search entries in the File Explorer search box (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disablesearchboxsuggestions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_disablesearchboxsuggestions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_enforceshellextensionsecurity", + "displayName": "Allow only per user or approved shell extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_enforceshellextensionsecurity_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_enforceshellextensionsecurity_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized", + "displayName": "Start File Explorer with ribbon minimized (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown", + "displayName": "Pick one of the following settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown_1", + "displayName": "Always open new File Explorer windows with the ribbon minimized.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown_2", + "displayName": "Never open new File Explorer windows with the ribbon minimized.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown_3", + "displayName": "Minimize the ribbon when File Explorer is opened the first time.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_explorerribbonstartsminimized_explorerribbonstartsminimizeddropdown_4", + "displayName": "Display the full ribbon when File Explorer is opened the first time.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_hidecontentviewmodesnippets", + "displayName": "Turn off the display of snippets in Content view mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_hidecontentviewmodesnippets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_hidecontentviewmodesnippets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internet", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internetlockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internetlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_internetlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranet", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranetlockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranetlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_intranetlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachine", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachinelockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachinelockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_localmachinelockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restricted", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restricted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restricted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restrictedlockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restrictedlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_restrictedlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trusted", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trusted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trusted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trustedlockdown", + "displayName": "Allow previewing and custom thumbnails of OpenSearch query results in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trustedlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchpreview_trustedlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internet", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internetlockdown", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internetlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_internetlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranet", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranetlockdown", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranetlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_intranetlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachine", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachinelockdown", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachinelockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_localmachinelockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restricted", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restricted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restricted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restrictedlockdown", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restrictedlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_restrictedlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trusted", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trusted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trusted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trustedlockdown", + "displayName": "Allow OpenSearch queries in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trustedlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_iz_policy_opensearchquery_trustedlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_linkresolveignorelinkinfo", + "displayName": "Do not track Shell shortcuts during roaming (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_linkresolveignorelinkinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_linkresolveignorelinkinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_maxrecentdocs", + "displayName": "Maximum number of recent documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_maxrecentdocs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_maxrecentdocs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_maxrecentdocs_maxrecentdocs", + "displayName": "Maximum number of recent documents (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nobackbutton", + "displayName": "Hide the common dialog back button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nobackbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nobackbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nocachethumbnailpictures", + "displayName": "Turn off caching of thumbnail pictures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nocachethumbnailpictures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nocachethumbnailpictures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nocdburning", + "displayName": "Remove CD Burning features (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nocdburning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nocdburning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nochangeanimation", + "displayName": "Remove UI to change menu animation setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nochangeanimation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nochangeanimation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nochangekeyboardnavigationindicators", + "displayName": "Remove UI to change keyboard navigation indicator setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nochangekeyboardnavigationindicators_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nochangekeyboardnavigationindicators_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodfstab", + "displayName": "Remove DFS tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodfstab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodfstab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives", + "displayName": "Hide these specified drives in My Computer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_nodrivesdropdown", + "displayName": "Pick one of the following combinations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_nodrivesdropdown_3", + "displayName": "Restrict A and B drives only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_nodrivesdropdown_4", + "displayName": "Restrict C drive only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_nodrivesdropdown_8", + "displayName": "Restrict D drive only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_nodrivesdropdown_7", + "displayName": "Restrict A, B and C drives only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_nodrivesdropdown_15", + "displayName": "Restrict A, B, C and D drives only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_nodrivesdropdown_67108863", + "displayName": "Restrict all drives", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nodrives_nodrivesdropdown_0", + "displayName": "Do not restrict drives", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noentirenetwork", + "displayName": "No Entire Network in Network Locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noentirenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noentirenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofilemenu", + "displayName": "Remove File menu from File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofilemenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofilemenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofilemru", + "displayName": "Hide the dropdown list of recent files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofilemru_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofilemru_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofolderoptions", + "displayName": "Do not allow Folder Options to be opened from the Options button on the View tab of the ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofolderoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nofolderoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nohardwaretab", + "displayName": "Remove Hardware tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nohardwaretab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nohardwaretab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nomanagemycomputerverb", + "displayName": "Hides the Manage item on the File Explorer context menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nomanagemycomputerverb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nomanagemycomputerverb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nomycomputershareddocuments", + "displayName": "Remove Shared Documents from My Computer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nomycomputershareddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nomycomputershareddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nonetconnectdisconnect", + "displayName": "Remove \"Map Network Drive\" and \"Disconnect Network Drive\" (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nonetconnectdisconnect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nonetconnectdisconnect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noplacesbar", + "displayName": "Hide the common dialog places bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noplacesbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noplacesbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_norecyclefiles", + "displayName": "Do not move deleted files to the Recycle Bin (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_norecyclefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_norecyclefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_norunasinstallprompt", + "displayName": "Do not request alternate credentials (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_norunasinstallprompt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_norunasinstallprompt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nosearchinternettryharderbutton", + "displayName": "Remove the Search the Internet \"Search again\" link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nosearchinternettryharderbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nosearchinternettryharderbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nosecuritytab", + "displayName": "Remove Security tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nosecuritytab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nosecuritytab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noshellsearchbutton", + "displayName": "Remove Search button from File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noshellsearchbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noshellsearchbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nostrcmplogical", + "displayName": "Turn off numerical sorting in File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nostrcmplogical_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nostrcmplogical_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewcontextmenu", + "displayName": "Remove File Explorer's default context menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewcontextmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewcontextmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive", + "displayName": "Prevent access to drives from My Computer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_nodrivesdropdown", + "displayName": "Pick one of the following combinations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_nodrivesdropdown_3", + "displayName": "Restrict A and B drives only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_nodrivesdropdown_4", + "displayName": "Restrict C drive only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_nodrivesdropdown_8", + "displayName": "Restrict D drive only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_nodrivesdropdown_7", + "displayName": "Restrict A, B and C drives only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_nodrivesdropdown_15", + "displayName": "Restrict A, B, C and D drives only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_nodrivesdropdown_67108863", + "displayName": "Restrict all drives", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noviewondrive_nodrivesdropdown_0", + "displayName": "Do not restrict drives", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nowindowshotkeys", + "displayName": "Turn off Windows Key hotkeys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nowindowshotkeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_nowindowshotkeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noworkgroupcontents", + "displayName": "No Computers Near Me in Network Locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noworkgroupcontents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_noworkgroupcontents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_placesbar", + "displayName": "Items displayed in Places Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_placesbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_placesbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_placesbar_places0", + "displayName": "Item 1 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_placesbar_places1", + "displayName": "Item 2 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_placesbar_places2", + "displayName": "Item 3 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_placesbar_places3", + "displayName": "Item 4 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_placesbar_places4", + "displayName": "Item 5 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_promptrunasinstallnetpath", + "displayName": "Request credentials for network installations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_promptrunasinstallnetpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_promptrunasinstallnetpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_recyclebinsize", + "displayName": "Maximum allowed Recycle Bin size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_recyclebinsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_recyclebinsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_recyclebinsize_recyclebinsizespin", + "displayName": "Maximum Recycle Bin size: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_shellprotocolprotectedmodetitle_1", + "displayName": "Turn off shell protocol protected mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_shellprotocolprotectedmodetitle_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_shellprotocolprotectedmodetitle_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedlibrary", + "displayName": "Pin Libraries or Search Connectors to the \"Search again\" links and the Start menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedlibrary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedlibrary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedlibrary_library0", + "displayName": "Location 1 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedlibrary_library1", + "displayName": "Location 2 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedlibrary_library2", + "displayName": "Location 3 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedlibrary_library3", + "displayName": "Location 4 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedlibrary_library4", + "displayName": "Location 5 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch", + "displayName": "Pin Internet search sites to the \"Search again\" links and the Start menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearch0", + "displayName": "Site URL 1 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearch1", + "displayName": "Site URL 2 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearch2", + "displayName": "Site URL 3 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearch3", + "displayName": "Site URL 4 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearch4", + "displayName": "Site URL 5 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearchlabel0", + "displayName": "Site Name 1 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearchlabel1", + "displayName": "Site Name 2 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearchlabel2", + "displayName": "Site Name 3 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearchlabel3", + "displayName": "Site Name 4 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsexplorer_tryharderpinnedopensearch_opensearchlabel4", + "displayName": "Site Name 5 (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings", + "displayName": "Configure HTTP Proxy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_bypassproxylocal", + "displayName": "Bypass proxy for local addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_bypassproxylocal_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_bypassproxylocal_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_donotuseproxylocal", + "displayName": "Do not use proxy server for addresses beginning with (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_proxyaddress", + "displayName": "Proxy address (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_proxyport", + "displayName": "Proxy port (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_proxytype", + "displayName": "Proxy type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_proxytype_3", + "displayName": "Autodetect", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_proxytype_2", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurehttpproxysettings_proxytype_1", + "displayName": "Use browser proxy settings", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings", + "displayName": "Configure MMS Proxy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_bypassproxylocal", + "displayName": "Bypass proxy for local addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_bypassproxylocal_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_bypassproxylocal_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_donotuseproxylocal", + "displayName": "Do not use proxy server for addresses beginning with (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_proxyaddress", + "displayName": "Proxy address (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_proxyport", + "displayName": "Proxy port (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_proxytype", + "displayName": "Proxy type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_proxytype_3", + "displayName": "Autodetect", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configuremmsproxysettings_proxytype_2", + "displayName": "Custom", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings", + "displayName": "Configure RTSP Proxy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_bypassproxylocal", + "displayName": "Bypass proxy for local addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_bypassproxylocal_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_bypassproxylocal_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_donotuseproxylocal", + "displayName": "Do not use proxy server for addresses beginning with (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_proxyaddress", + "displayName": "Proxy address (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_proxyport", + "displayName": "Proxy port (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_proxytype", + "displayName": "Proxy type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_proxytype_3", + "displayName": "Autodetect", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_configurertspproxysettings_proxytype_2", + "displayName": "Custom", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_disablenetworksettings", + "displayName": "Hide Network Tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_disablenetworksettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_disablenetworksettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_donotshowanchor", + "displayName": "Do Not Show Anchor (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_donotshowanchor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_donotshowanchor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_enablescreensaver", + "displayName": "Allow Screen Saver (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_enablescreensaver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_enablescreensaver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_hideprivacytab", + "displayName": "Hide Privacy Tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_hideprivacytab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_hideprivacytab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_hidesecuritytab", + "displayName": "Hide Security Tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_hidesecuritytab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_hidesecuritytab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_networkbuffering", + "displayName": "Configure Network Buffering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_networkbuffering_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_networkbuffering_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_networkbuffering_bufferingtime", + "displayName": "Buffering Time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_networkbuffering_bufferingtime_1", + "displayName": "Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_networkbuffering_bufferingtime_2", + "displayName": "Custom", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_networkbuffering_networkbuffering", + "displayName": "Configure Network Buffering (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_policycodecupdate", + "displayName": "Prevent Codec Download (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_policycodecupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_policycodecupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventcddvdmetadataretrieval", + "displayName": "Prevent CD and DVD Media Information Retrieval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventcddvdmetadataretrieval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventcddvdmetadataretrieval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventmusicfilemetadataretrieval", + "displayName": "Prevent Music File Media Information Retrieval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventmusicfilemetadataretrieval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventmusicfilemetadataretrieval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventradiopresetsretrieval", + "displayName": "Prevent Radio Station Preset Retrieval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventradiopresetsretrieval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_preventradiopresetsretrieval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_skinlockdown", + "displayName": "Set and Lock Skin (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_skinlockdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_skinlockdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_skinlockdown_lockskin", + "displayName": "Skin (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols", + "displayName": "Streaming Media Protocols (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_httpcheckbox", + "displayName": "HTTP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_httpcheckbox_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_httpcheckbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_multicastcheckbox", + "displayName": "Multicast (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_multicastcheckbox_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_multicastcheckbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_tcpcheckbox", + "displayName": "TCP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_tcpcheckbox_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_tcpcheckbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_udpcheckbox", + "displayName": "UDP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_udpcheckbox_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_udpcheckbox_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsmediaplayer_windowsstreamingmediaprotocols_udpports", + "displayName": "UDP Ports (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsstore_disableosupgrade_1", + "displayName": "Turn off the offer to update to the latest version of Windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsstore_disableosupgrade_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsstore_disableosupgrade_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsstore_removewindowsstore_1", + "displayName": "Turn off the Store application (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_windowsstore_removewindowsstore_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_windowsstore_removewindowsstore_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_customshell", + "displayName": "Custom User Interface (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_winlogon_customshell_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_customshell_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_customshell_customshellinst", + "displayName": "Interface file name (for example, Explorer.exe) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhoursnotificationpolicydescription", + "displayName": "Remove logon hours expiration warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhoursnotificationpolicydescription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhoursnotificationpolicydescription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhourspolicydescription", + "displayName": "Set action to take when logon hours expire (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhourspolicydescription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhourspolicydescription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhourspolicydescription_logonhourspolicydescription", + "displayName": "Set action to take when logon hours expire (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhourspolicydescription_logonhourspolicydescription_1", + "displayName": "Lock", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhourspolicydescription_logonhourspolicydescription_2", + "displayName": "Disconnect", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_logonhourspolicydescription_logonhourspolicydescription_3", + "displayName": "Logoff", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_reportcachedlogonpolicydescription", + "displayName": "Report when logon server was not available during user logon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_winlogon_reportcachedlogonpolicydescription_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_winlogon_reportcachedlogonpolicydescription_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_wordwheel_customsearch", + "displayName": "Custom Instant Search Internet search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_wordwheel_customsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wordwheel_customsearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_wordwheel_customsearch_customsearch_nameprompt", + "displayName": "The string or DLL resource from which to load the string shown in the Instant Search menu. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wordwheel_customsearch_customsearch_urlprompt", + "displayName": "The URL to use when invoking the custom Internet search, with the search term indicated by \"%w\". (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenabletokenbroker", + "displayName": "Enables the use of Token Broker for AD FS authentication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenabletokenbroker_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenabletokenbroker_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders", + "displayName": "Specify Work Folders settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_autoprovision_chk", + "displayName": "Force automatic setup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_autoprovision_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_autoprovision_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_ghostingpreference_enum", + "displayName": "On-demand file access preference: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_ghostingpreference_enum_1", + "displayName": "Enable (recommended)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_ghostingpreference_enum_2", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_ghostingpreference_enum_3", + "displayName": "User choice", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_localfolderpath_edit", + "displayName": "Work Folders Local Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_workfoldersclient_pol_userenableworkfolders_lbl_serverurl_edit", + "displayName": "Work Folders URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_nocallsduringquiethours", + "displayName": "Turn off calls during Quiet Hours (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_wpn_nocallsduringquiethours_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_nocallsduringquiethours_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_nolockscreentoastnotification", + "displayName": "Turn off toast notifications on the lock screen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_wpn_nolockscreentoastnotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_nolockscreentoastnotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_noquiethours", + "displayName": "Turn off Quiet Hours (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_wpn_noquiethours_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_noquiethours_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_notoastnotification", + "displayName": "Turn off toast notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_wpn_notoastnotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_notoastnotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_quiethoursdailybeginminute", + "displayName": "Set the time Quiet Hours begins each day (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_wpn_quiethoursdailybeginminute_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_quiethoursdailybeginminute_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_quiethoursdailybeginminute_quiethoursdailybeginminutecontrol", + "displayName": "Minutes after midnight: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_quiethoursdailyendminute", + "displayName": "Set the time Quiet Hours ends each day (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_admx_wpn_quiethoursdailyendminute_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_quiethoursdailyendminute_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_admx_wpn_quiethoursdailyendminute_quiethoursdailyendminutecontrol", + "displayName": "Minutes after midnight: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_applicationmanagement_msialwaysinstallwithelevatedprivileges", + "displayName": "MSI Always Install With Elevated Privileges (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_applicationmanagement_msialwaysinstallwithelevatedprivileges_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "user_vendor_msft_policy_config_applicationmanagement_msialwaysinstallwithelevatedprivileges_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_applicationmanagement_requireprivatestoreonly", + "displayName": "Require Private Store Only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_applicationmanagement_requireprivatestoreonly_0", + "displayName": "Allow both public and Private store.", + "description": "Allow both public and Private store." + }, + { + "id": "user_vendor_msft_policy_config_applicationmanagement_requireprivatestoreonly_1", + "displayName": "Only Private store is enabled.", + "description": "Only Private store is enabled." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_attachmentmanager_donotpreservezoneinformation", + "displayName": "Do not preserve zone information in file attachments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_attachmentmanager_donotpreservezoneinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_attachmentmanager_donotpreservezoneinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_attachmentmanager_hidezoneinfomechanism", + "displayName": "Hide mechanisms to remove zone information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_attachmentmanager_hidezoneinfomechanism_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_attachmentmanager_hidezoneinfomechanism_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_attachmentmanager_notifyantivirusprograms", + "displayName": "Notify antivirus programs when opening attachments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_attachmentmanager_notifyantivirusprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_attachmentmanager_notifyantivirusprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_authentication_alloweapcertsso", + "displayName": "Allow EAP Cert SSO (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_authentication_alloweapcertsso_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_authentication_alloweapcertsso_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_autoplay_disallowautoplayfornonvolumedevices", + "displayName": "Disallow Autoplay for non-volume devices (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_autoplay_disallowautoplayfornonvolumedevices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_autoplay_disallowautoplayfornonvolumedevices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior", + "displayName": "Set the default behavior for AutoRun (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_noautorun_dropdown", + "displayName": "Default AutoRun Behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_noautorun_dropdown_1", + "displayName": "Do not execute any autorun commands", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_autoplay_setdefaultautorunbehavior_noautorun_dropdown_2", + "displayName": "Automatically execute autorun commands", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_autoplay_turnoffautoplay", + "displayName": "Turn off Autoplay (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_autoplay_turnoffautoplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_autoplay_turnoffautoplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_autoplay_turnoffautoplay_autorun_box", + "displayName": "Turn off Autoplay on: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_autoplay_turnoffautoplay_autorun_box_181", + "displayName": "CD-ROM and removable media drives", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_autoplay_turnoffautoplay_autorun_box_255", + "displayName": "All drives", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowaddressbardropdown", + "displayName": "Allow Address Bar Dropdown (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowaddressbardropdown_0", + "displayName": "Block", + "description": "Prevented/not allowed. Hide the Address bar drop-down functionality and disable the Show search and site suggestions as I type toggle in Settings." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowaddressbardropdown_1", + "displayName": "Allow", + "description": "Allowed. Show the Address bar drop-down list and make it available." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowautofill", + "displayName": "Allow Autofill (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowautofill_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowautofill_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowbrowser", + "displayName": "Allow Browser (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowbrowser_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowbrowser_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowconfigurationupdateforbookslibrary", + "displayName": "Allow Configuration Update For Books Library (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowconfigurationupdateforbookslibrary_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowconfigurationupdateforbookslibrary_1", + "displayName": "Allow", + "description": "Allowed. Microsoft Edge updates the configuration data for the Books Library automatically." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowcookies", + "displayName": "Allow Cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowcookies_0", + "displayName": "Block all cookies from all sites", + "description": "Block all cookies from all sites" + }, + { + "id": "user_vendor_msft_policy_config_browser_allowcookies_1", + "displayName": "Block only cookies from third party websites", + "description": "Block only cookies from third party websites" + }, + { + "id": "user_vendor_msft_policy_config_browser_allowcookies_2", + "displayName": "Allow all cookies from all sites", + "description": "Allow all cookies from all sites" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowdevelopertools", + "displayName": "Allow Developer Tools (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowdevelopertools_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowdevelopertools_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowdonottrack", + "displayName": "Allow Do Not Track (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowdonottrack_0", + "displayName": "Block", + "description": "Never send tracking information." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowdonottrack_1", + "displayName": "Allow", + "description": "Send tracking information." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowextensions", + "displayName": "Allow Extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowextensions_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowextensions_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowflash", + "displayName": "Allow Flash (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowflash_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowflash_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowflashclicktorun", + "displayName": "Allow Flash Click To Run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowflashclicktorun_0", + "displayName": "Block", + "description": "Load and run Adobe Flash content automatically." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowflashclicktorun_1", + "displayName": "Allow", + "description": "Does not load or run Adobe Flash content automatically. Requires action from the user." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowfullscreenmode", + "displayName": "Allow Full Screen Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowfullscreenmode_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowfullscreenmode_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowinprivate", + "displayName": "Allow InPrivate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowinprivate_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowinprivate_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowmicrosoftcompatibilitylist", + "displayName": "Allow Microsoft Compatibility List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowmicrosoftcompatibilitylist_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowmicrosoftcompatibilitylist_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowpasswordmanager", + "displayName": "Allow Password Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowpasswordmanager_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowpasswordmanager_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowpopups", + "displayName": "Allow Popups (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowpopups_0", + "displayName": "Block", + "description": "Turn off Pop-up Blocker letting pop-up windows open." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowpopups_1", + "displayName": "Allow", + "description": "Turn on Pop-up Blocker stopping pop-up windows from opening." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowprelaunch", + "displayName": "Allow Prelaunch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowprelaunch_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowprelaunch_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowprinting", + "displayName": "Allow Printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowprinting_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowprinting_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsavinghistory", + "displayName": "Allow Saving History (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowsavinghistory_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsavinghistory_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsearchenginecustomization", + "displayName": "Allow Search Engine Customization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowsearchenginecustomization_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsearchenginecustomization_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsearchsuggestionsinaddressbar", + "displayName": "Allow Search Suggestionsin Address Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowsearchsuggestionsinaddressbar_0", + "displayName": "Block", + "description": "Prevented/Not allowed. Hide the search suggestions." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsearchsuggestionsinaddressbar_1", + "displayName": "Allow", + "description": "Allowed. Show the search suggestions." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsideloadingofextensions", + "displayName": "Allow Sideloading Of Extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowsideloadingofextensions_0", + "displayName": "Block", + "description": "Prevented/Not allowed. Disabling does not prevent sideloading of extensions using Add-AppxPackage via Powershell. To prevent this, set the ApplicationManagement/AllowDeveloperUnlock policy to 1 (enabled)." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsideloadingofextensions_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsmartscreen", + "displayName": "Allow Smart Screen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowsmartscreen_0", + "displayName": "Block", + "description": "Turned off. Do not protect users from potential threats and prevent users from turning it on." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowsmartscreen_1", + "displayName": "Allow", + "description": "Turned on. Protect users from potential threats and prevent users from turning it off." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowtabpreloading", + "displayName": "Allow Tab Preloading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowtabpreloading_0", + "displayName": "Block", + "description": "Prevented/Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowtabpreloading_1", + "displayName": "Allow", + "description": "Allowed. Preload Start and New tab pages." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_allowwebcontentonnewtabpage", + "displayName": "Allow Web Content On New Tab Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_allowwebcontentonnewtabpage_0", + "displayName": "Block", + "description": "Load a blank page instead of the default New tab page and prevent users from changing it." + }, + { + "id": "user_vendor_msft_policy_config_browser_allowwebcontentonnewtabpage_1", + "displayName": "Allow", + "description": "Load the default New tab page." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_alwaysenablebookslibrary", + "displayName": "Always Enable Books Library (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_alwaysenablebookslibrary_0", + "displayName": "Disabled", + "description": "Show the Books Library only in countries or regions where supported." + }, + { + "id": "user_vendor_msft_policy_config_browser_alwaysenablebookslibrary_1", + "displayName": "Enabled", + "description": "Show the Books Library, regardless of the device's country or region." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_clearbrowsingdataonexit", + "displayName": "Clear Browsing Data On Exit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_clearbrowsingdataonexit_0", + "displayName": "Disabled", + "description": "Prevented/not allowed. Users can configure the 'Clear browsing data' option in Settings." + }, + { + "id": "user_vendor_msft_policy_config_browser_clearbrowsingdataonexit_1", + "displayName": "Enabled", + "description": "Allowed. Clear the browsing data upon exit automatically." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_configureadditionalsearchengines", + "displayName": "Configure Additional Search Engines (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_configurefavoritesbar", + "displayName": "Configure Favorites Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_configurefavoritesbar_0", + "displayName": "Disabled", + "description": "Hide the favorites bar on all pages. Also, the favorites bar toggle, in Settings, is set to Off and disabled preventing users from making changes. Microsoft Edge also hides the “show bar/hide bar” option in the context menu." + }, + { + "id": "user_vendor_msft_policy_config_browser_configurefavoritesbar_1", + "displayName": "Enabled", + "description": "Show the favorites bar on all pages. Also, the favorites bar toggle, in Settings, is set to On and disabled preventing users from making changes. Microsoft Edge also hides the “show bar/hide bar” option in the context menu." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_configurehomebutton", + "displayName": "Configure Home Button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_configurehomebutton_0", + "displayName": "Show home button and load the Start page", + "description": "Show home button and load the Start page" + }, + { + "id": "user_vendor_msft_policy_config_browser_configurehomebutton_1", + "displayName": "Show home button and load the New tab page", + "description": "Show home button and load the New tab page" + }, + { + "id": "user_vendor_msft_policy_config_browser_configurehomebutton_2", + "displayName": "Show home button and load the custom URL defined in the Set Home Button URL policy", + "description": "Show home button and load the custom URL defined in the Set Home Button URL policy" + }, + { + "id": "user_vendor_msft_policy_config_browser_configurehomebutton_3", + "displayName": "Hide home button", + "description": "Hide home button" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_configurekioskmode", + "displayName": "Configure Kiosk Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_configurekioskmode_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "user_vendor_msft_policy_config_browser_configurekioskmode_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_configurekioskresetafteridletimeout", + "displayName": "Configure Kiosk Reset After Idle Timeout (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith", + "displayName": "Configure Open Microsoft Edge With (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith_0", + "displayName": "Load the Start page", + "description": "Load the Start page" + }, + { + "id": "user_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith_1", + "displayName": "Load the New tab page", + "description": "Load the New tab page" + }, + { + "id": "user_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith_2", + "displayName": "Load the previous pages", + "description": "Load the previous pages" + }, + { + "id": "user_vendor_msft_policy_config_browser_configureopenmicrosoftedgewith_3", + "displayName": "Load a specific page or pages", + "description": "Load a specific page or pages" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics", + "displayName": "Configure Telemetry For Microsoft 365 Analytics (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics_0", + "displayName": "No data collected or sent", + "description": "No data collected or sent" + }, + { + "id": "user_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics_1", + "displayName": "Send intranet history only", + "description": "Send intranet history only" + }, + { + "id": "user_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics_2", + "displayName": "Send Internet history only", + "description": "Send Internet history only" + }, + { + "id": "user_vendor_msft_policy_config_browser_configuretelemetryformicrosoft365analytics_3", + "displayName": "Send both intranet and Internet history", + "description": "Send both intranet and Internet history" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_disablelockdownofstartpages", + "displayName": "Disable Lockdown Of Start Pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_disablelockdownofstartpages_0", + "displayName": "Disabled", + "description": "Lock down Start pages configured in either the ConfigureOpenEdgeWith policy and HomePages policy." + }, + { + "id": "user_vendor_msft_policy_config_browser_disablelockdownofstartpages_1", + "displayName": "Enabled", + "description": "Unlocked. Users can make changes to all configured start pages." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_enableextendedbookstelemetry", + "displayName": "Enable Extended Books Telemetry (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_enableextendedbookstelemetry_0", + "displayName": "Disabled", + "description": "Gather and send only basic diagnostic data, depending on the device configuration." + }, + { + "id": "user_vendor_msft_policy_config_browser_enableextendedbookstelemetry_1", + "displayName": "Enabled", + "description": "Gather all diagnostic data." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_enterprisemodesitelist", + "displayName": "Enterprise Mode Site List (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_enterprisesitelistserviceurl", + "displayName": "Enterprise Site List Service Url (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_homepages", + "displayName": "Home Pages (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_lockdownfavorites", + "displayName": "Lockdown Favorites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_lockdownfavorites_0", + "displayName": "Disabled", + "description": "Allowed/not locked down. Users can add, import, and make changes to the favorites." + }, + { + "id": "user_vendor_msft_policy_config_browser_lockdownfavorites_1", + "displayName": "Enabled", + "description": "Prevented/locked down." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_preventaccesstoaboutflagsinmicrosoftedge", + "displayName": "Prevent Access To About Flags In Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_preventaccesstoaboutflagsinmicrosoftedge_0", + "displayName": "Disabled", + "description": "Allowed." + }, + { + "id": "user_vendor_msft_policy_config_browser_preventaccesstoaboutflagsinmicrosoftedge_1", + "displayName": "Enabled", + "description": "Prevents users from accessing the about:flags page." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_preventcerterroroverrides", + "displayName": "Prevent Cert Error Overrides (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_preventcerterroroverrides_0", + "displayName": "Disabled", + "description": "Allowed/turned on. Override the security warning to sites that have SSL errors." + }, + { + "id": "user_vendor_msft_policy_config_browser_preventcerterroroverrides_1", + "displayName": "Enabled", + "description": "Prevented/turned on." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_preventlivetiledatacollection", + "displayName": "Prevent Live Tile Data Collection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_preventlivetiledatacollection_0", + "displayName": "Disabled", + "description": "Collect and send Live Tile metadata." + }, + { + "id": "user_vendor_msft_policy_config_browser_preventlivetiledatacollection_1", + "displayName": "Enabled", + "description": "No data collected." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_preventsmartscreenpromptoverride", + "displayName": "Prevent Smart Screen Prompt Override (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_preventsmartscreenpromptoverride_0", + "displayName": "Disabled", + "description": "Allowed/turned off. Users can ignore the warning and continue to the site." + }, + { + "id": "user_vendor_msft_policy_config_browser_preventsmartscreenpromptoverride_1", + "displayName": "Enabled", + "description": "Prevented/turned on." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_preventsmartscreenpromptoverrideforfiles", + "displayName": "Prevent Smart Screen Prompt Override For Files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_preventsmartscreenpromptoverrideforfiles_0", + "displayName": "Disabled", + "description": "Allowed/turned off. Users can ignore the warning and continue to download the unverified file(s)." + }, + { + "id": "user_vendor_msft_policy_config_browser_preventsmartscreenpromptoverrideforfiles_1", + "displayName": "Enabled", + "description": "Prevented/turned on." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_preventturningoffrequiredextensions", + "displayName": "Prevent Turning Off Required Extensions (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_preventusinglocalhostipaddressforwebrtc", + "displayName": "Prevent Using Local Host IP Address For Web RTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_preventusinglocalhostipaddressforwebrtc_0", + "displayName": "Disabled", + "description": "Allowed. Show localhost IP addresses." + }, + { + "id": "user_vendor_msft_policy_config_browser_preventusinglocalhostipaddressforwebrtc_1", + "displayName": "Enabled", + "description": "Prevented/Not allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_provisionfavorites", + "displayName": "Provision Favorites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_sendintranettraffictointernetexplorer", + "displayName": "Send Intranet Trafficto Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_sendintranettraffictointernetexplorer_0", + "displayName": "Disabled", + "description": "All sites, including intranet sites, open in Microsoft Edge automatically." + }, + { + "id": "user_vendor_msft_policy_config_browser_sendintranettraffictointernetexplorer_1", + "displayName": "Enabled", + "description": "Only intranet sites open in Internet Explorer 11 automatically." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_setdefaultsearchengine", + "displayName": "Set Default Search Engine (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_sethomebuttonurl", + "displayName": "Set Home Button URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_setnewtabpageurl", + "displayName": "Set New Tab Page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_browser_showmessagewhenopeningsitesininternetexplorer", + "displayName": "Show Message When Opening Sites In Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_showmessagewhenopeningsitesininternetexplorer_0", + "displayName": "No additional message displays.", + "description": "No additional message displays." + }, + { + "id": "user_vendor_msft_policy_config_browser_showmessagewhenopeningsitesininternetexplorer_1", + "displayName": "Show an additional message stating that a site has opened in IE11.", + "description": "Show an additional message stating that a site has opened in IE11." + }, + { + "id": "user_vendor_msft_policy_config_browser_showmessagewhenopeningsitesininternetexplorer_2", + "displayName": "Show an additional message with a \"Keep going in Microsoft Edge\" link.", + "description": "Show an additional message with a \"Keep going in Microsoft Edge\" link." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_syncfavoritesbetweenieandmicrosoftedge", + "displayName": "Sync Favorites Between IE And Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_syncfavoritesbetweenieandmicrosoftedge_0", + "displayName": "Disabled", + "description": "Turned off/not syncing." + }, + { + "id": "user_vendor_msft_policy_config_browser_syncfavoritesbetweenieandmicrosoftedge_1", + "displayName": "Enabled", + "description": "Turned on/syncing." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_unlockhomebutton", + "displayName": "Unlock Home Button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_unlockhomebutton_0", + "displayName": "Disabled", + "description": "Lock down and prevent users from making changes to the settings." + }, + { + "id": "user_vendor_msft_policy_config_browser_unlockhomebutton_1", + "displayName": "Enabled", + "description": "Let users make changes." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_browser_usesharedfolderforbooks", + "displayName": "Use Shared Folder For Books (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_browser_usesharedfolderforbooks_0", + "displayName": "Disabled", + "description": "Prevented/not allowed, but Microsoft Edge downloads book files to a per-user folder for each user." + }, + { + "id": "user_vendor_msft_policy_config_browser_usesharedfolderforbooks_1", + "displayName": "Enabled", + "description": "Allowed. Microsoft Edge downloads book files to a shared folder. For this policy to work correctly, you must also enable the Allow a Windows app to share application data between users group policy. Also, the users must be signed in with a school or work account." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_abusiveexperienceinterventionenforce", + "displayName": "Abusive Experience Intervention Enforce (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_abusiveexperienceinterventionenforce_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_abusiveexperienceinterventionenforce_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_accessibilityimagelabelsenabled", + "displayName": "Enable Get Image Descriptions from Google. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_accessibilityimagelabelsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_accessibilityimagelabelsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_additionaldnsquerytypesenabled", + "displayName": "Allow DNS queries for additional DNS record types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_additionaldnsquerytypesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_additionaldnsquerytypesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_adssettingforintrusiveadssites_1", + "displayName": "Allow ads on all sites", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_adssettingforintrusiveadssites_adssettingforintrusiveadssites_2", + "displayName": "Do not allow ads on sites with intrusive ads", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_advancedprotectionallowed", + "displayName": "Enable additional protections for users enrolled in the Advanced Protection program (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_advancedprotectionallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_advancedprotectionallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdeletingbrowserhistory", + "displayName": "Enable deleting browser and download history (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdeletingbrowserhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdeletingbrowserhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdinosaureasteregg", + "displayName": "Allow Dinosaur Easter Egg Game (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdinosaureasteregg_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowdinosaureasteregg_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alloweddomainsforapps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alloweddomainsforapps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alloweddomainsforapps_alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowfileselectiondialogs", + "displayName": "Allow invocation of file selection dialogs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowfileselectiondialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowfileselectiondialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowsyncxhrinpagedismissal", + "displayName": "Allows a page to perform synchronous XHR requests during page dismissal. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowsyncxhrinpagedismissal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_allowsyncxhrinpagedismissal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alternateerrorpagesenabled", + "displayName": "Enable alternate error pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alternateerrorpagesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alternateerrorpagesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alwaysopenpdfexternally", + "displayName": "Always Open PDF files externally (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alwaysopenpdfexternally_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_alwaysopenpdfexternally_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for profile types. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for profile types. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Enable ambient authentication in regular sessions only.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enable ambient authentication in incognito and regular sessions.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_2", + "displayName": "Enable ambient authentication in guest and regular sessions.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_3", + "displayName": "Enable ambient authentication in regular, incognito and guest sessions.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_applicationlocalevalue", + "displayName": "Application locale (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_applicationlocalevalue_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_applicationlocalevalue_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_applicationlocalevalue_applicationlocalevalue", + "displayName": "Application locale (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowed", + "displayName": "Allow or deny audio capture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowedurls", + "displayName": "URLs that will be granted access to audio capture devices without prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiocaptureallowedurls_audiocaptureallowedurlsdesc", + "displayName": "URLs that will be granted access to audio capture devices without prompt (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audioprocesshighpriorityenabled", + "displayName": "Allow the audio process to run with priority above normal on Windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audioprocesshighpriorityenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audioprocesshighpriorityenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiosandboxenabled", + "displayName": "Allow the audio sandbox to run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiosandboxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_audiosandboxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofilladdressenabled", + "displayName": "Enable AutoFill for addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofilladdressenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofilladdressenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofillcreditcardenabled", + "displayName": "Enable AutoFill for credit cards (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofillcreditcardenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autofillcreditcardenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autolaunchprotocolsfromorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autolaunchprotocolsfromorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autolaunchprotocolsfromorigins_autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenallowedforurls", + "displayName": "URLs where AutoOpenFileTypes can apply (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenallowedforurls_autoopenallowedforurlsdesc", + "displayName": "URLs where AutoOpenFileTypes can apply (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenfiletypes", + "displayName": "List of file types that should be automatically opened on download (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenfiletypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenfiletypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoopenfiletypes_autoopenfiletypesdesc", + "displayName": "List of file types that should be automatically opened on download (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowed", + "displayName": "Allow media autoplay (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowlist", + "displayName": "Allow media autoplay on a allowlist of URL patterns (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_autoplayallowlist_autoplayallowlistdesc", + "displayName": "Allow media autoplay on a allowlist of URL patterns (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_backgroundmodeenabled", + "displayName": "Continue running background apps when Google Chrome is closed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_backgroundmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_backgroundmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_blockthirdpartycookies", + "displayName": "Block third party cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_blockthirdpartycookies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_blockthirdpartycookies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_bookmarkbarenabled", + "displayName": "Enable Bookmark Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_bookmarkbarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_bookmarkbarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browseraddpersonenabled", + "displayName": "Enable add person in user manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browseraddpersonenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browseraddpersonenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenabled", + "displayName": "Enable guest mode in browser (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenforced", + "displayName": "Enforce browser guest mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenforced_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserguestmodeenforced_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlabsenabled", + "displayName": "Browser experiments icon in toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlegacyextensionpointsblocked", + "displayName": "Block Browser Legacy Extension Points (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlegacyextensionpointsblocked_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserlegacyextensionpointsblocked_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsernetworktimequeriesenabled", + "displayName": "Allow queries to a Google time service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsernetworktimequeriesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsernetworktimequeriesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin", + "displayName": "Browser sign in settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_browsersignin", + "displayName": "Browser sign in settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_browsersignin_0", + "displayName": "Disable browser sign-in", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_browsersignin_1", + "displayName": "Enable browser sign-in", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsersignin_browsersignin_2", + "displayName": "Force users to sign-in to use the browser", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserthemecolor", + "displayName": "Configure the color of the browser's theme (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserthemecolor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserthemecolor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browserthemecolor_browserthemecolor", + "displayName": "Configure the color of the browser's theme (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsingdatalifetime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsingdatalifetime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_browsingdatalifetime_browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_builtindnsclientenabled", + "displayName": "Use built-in DNS client (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_builtindnsclientenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_builtindnsclientenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cecpq2enabled", + "displayName": "CECPQ2 post-quantum key-agreement enabled for TLS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cecpq2enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cecpq2enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforcas", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforcas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforcas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforcas_certificatetransparencyenforcementdisabledforcasdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforlegacycas", + "displayName": "Disable Certificate Transparency enforcement for a list of Legacy Certificate Authorities (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforlegacycas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforlegacycas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforlegacycas_certificatetransparencyenforcementdisabledforlegacycasdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of Legacy Certificate Authorities (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforurls", + "displayName": "Disable Certificate Transparency enforcement for a list of URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_certificatetransparencyenforcementdisabledforurls_certificatetransparencyenforcementdisabledforurlsdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of URLs (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupenabled", + "displayName": "Enable Chrome Cleanup on Windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupreportingenabled", + "displayName": "Control how Chrome Cleanup reports data to Google (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromecleanupreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations", + "displayName": "Determine the availability of variations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_chromevariations", + "displayName": "Determine the availability of variations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_chromevariations_0", + "displayName": "Enable all variations", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_chromevariations_1", + "displayName": "Enable variations concerning critical fixes only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_chromevariations_chromevariations_2", + "displayName": "Disable all variations", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clearbrowsingdataonexitlist", + "displayName": "Clear Browsing Data on Exit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clearbrowsingdataonexitlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clearbrowsingdataonexitlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clearbrowsingdataonexitlist_clearbrowsingdataonexitlistdesc", + "displayName": "Clear Browsing Data on Exit (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clicktocallenabled", + "displayName": "Enable the Click to Call Feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clicktocallenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clicktocallenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmentmandatory", + "displayName": "Enable mandatory cloud management enrollment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmentmandatory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmentmandatory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmenttoken", + "displayName": "The enrollment token of cloud policy on desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmenttoken_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmenttoken_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudmanagementenrollmenttoken_cloudmanagementenrollmenttoken", + "displayName": "The enrollment token of cloud policy on desktop (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudpolicyoverridesplatformpolicy", + "displayName": "Google Chrome cloud policy overrides Platform policy. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudpolicyoverridesplatformpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_cloudpolicyoverridesplatformpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicymerge", + "displayName": "Enables merging of user cloud policies into machine-level policies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicymerge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicymerge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicyoverridescloudmachinepolicy", + "displayName": "Allow user cloud policies to override Chrome Browser Cloud Management policies. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicyoverridescloudmachinepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_clouduserpolicyoverridescloudmachinepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_commandlineflagsecuritywarningsenabled", + "displayName": "Enable security warnings for command-line flags (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_commandlineflagsecuritywarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_commandlineflagsecuritywarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_componentupdatesenabled", + "displayName": "Enable component updates in Google Chrome (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_componentupdatesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_componentupdatesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_corsnonwildcardrequestheaderssupport", + "displayName": "CORS non-wildcard request headers support (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_corsnonwildcardrequestheaderssupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_corsnonwildcardrequestheaderssupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_crossoriginwebassemblymodulesharingenabled", + "displayName": "Specifies whether WebAssembly modules can be sent cross-origin (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_crossoriginwebassemblymodulesharingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_crossoriginwebassemblymodulesharingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultbrowsersettingenabled", + "displayName": "Set Google Chrome as Default Browser (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultbrowsersettingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultbrowsersettingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultsearchprovidercontextmenuaccessallowed", + "displayName": "Allow default search provider context menu search access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultsearchprovidercontextmenuaccessallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_defaultsearchprovidercontextmenuaccessallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_desktopsharinghubenabled", + "displayName": "Enable desktop sharing in the omnibox and 3-dot menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_desktopsharinghubenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_desktopsharinghubenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability", + "displayName": "Control where Developer Tools can be used (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_developertoolsavailability", + "displayName": "Control where Developer Tools can be used (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_developertoolsavailability_0", + "displayName": "Disallow usage of the Developer Tools on extensions installed by enterprise policy, allow usage of the Developer Tools in other contexts", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_developertoolsavailability_1", + "displayName": "Allow usage of the Developer Tools", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_developertoolsavailability_developertoolsavailability_2", + "displayName": "Disallow usage of the Developer Tools", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disable3dapis", + "displayName": "Disable support for 3D graphics APIs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disable3dapis_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disable3dapis_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablesafebrowsingproceedanyway", + "displayName": "Disable proceeding from the Safe Browsing warning page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablesafebrowsingproceedanyway_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablesafebrowsingproceedanyway_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablescreenshots", + "displayName": "Disable taking screenshots (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablescreenshots_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_disablescreenshots_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachedir", + "displayName": "Set disk cache directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachedir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachedir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachedir_diskcachedir", + "displayName": "Set disk cache directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachesize", + "displayName": "Set disk cache size in bytes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_diskcachesize_diskcachesize", + "displayName": "Set disk cache size: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_displaycapturepermissionspolicyenabled", + "displayName": "Specifies whether the display-capture permissions-policy is checked or skipped. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_displaycapturepermissionspolicyenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_displaycapturepermissionspolicyenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsinterceptionchecksenabled", + "displayName": "DNS interception checks enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsinterceptionchecksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsinterceptionchecksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode", + "displayName": "Controls the mode of DNS-over-HTTPS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_dnsoverhttpsmode", + "displayName": "Controls the mode of DNS-over-HTTPS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_dnsoverhttpsmode_off", + "displayName": "Disable DNS-over-HTTPS", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_dnsoverhttpsmode_automatic", + "displayName": "Enable DNS-over-HTTPS with insecure fallback", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpsmode_dnsoverhttpsmode_secure", + "displayName": "Enable DNS-over-HTTPS without insecure fallback", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpstemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpstemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_dnsoverhttpstemplates_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloaddirectory", + "displayName": "Set download directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloaddirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloaddirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloaddirectory_downloaddirectory", + "displayName": "Set download directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions", + "displayName": "Allow download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions", + "displayName": "Download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_0", + "displayName": "No special restrictions. Default.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_1", + "displayName": "Block malicious downloads and dangerous file types.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_2", + "displayName": "Block malicious downloads, uncommon or unwanted downloads and dangerous file types.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_3", + "displayName": "Block all downloads.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_downloadrestrictions_downloadrestrictions_4", + "displayName": "Block malicious downloads. Recommended.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_editbookmarksenabled", + "displayName": "Enable or disable bookmark editing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_editbookmarksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_editbookmarksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableexperimentalpolicies", + "displayName": "Enables experimental policies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableexperimentalpolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableexperimentalpolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableexperimentalpolicies_enableexperimentalpoliciesdesc", + "displayName": "Enables experimental policies (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableonlinerevocationchecks", + "displayName": "Enable online OCSP/CRL checks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableonlinerevocationchecks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enableonlinerevocationchecks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enterprisehardwareplatformapienabled", + "displayName": "Enables managed extensions to use the Enterprise Hardware Platform API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enterprisehardwareplatformapienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_enterprisehardwareplatformapienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_explicitlyallowednetworkports", + "displayName": "Explicitly allowed network ports (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_explicitlyallowednetworkports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_explicitlyallowednetworkports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_explicitlyallowednetworkports_explicitlyallowednetworkportsdesc", + "displayName": "Explicitly allowed network ports (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_externalprotocoldialogshowalwaysopencheckbox", + "displayName": "Show an \"Always open\" checkbox in external protocol dialog. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_externalprotocoldialogshowalwaysopencheckbox_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_externalprotocoldialogshowalwaysopencheckbox_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on Shutdown (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fetchkeepalivedurationsecondsonshutdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fetchkeepalivedurationsecondsonshutdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fetchkeepalivedurationsecondsonshutdown_fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on Shutdown: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcedlanguages", + "displayName": "Configure the content and order of preferred languages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcedlanguages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcedlanguages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcedlanguages_forcedlanguagesdesc", + "displayName": "Configure the content and order of preferred languages (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceephemeralprofiles", + "displayName": "Ephemeral profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceephemeralprofiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceephemeralprofiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcegooglesafesearch", + "displayName": "Force Google SafeSearch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcegooglesafesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forcegooglesafesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_forceyoutuberestrict_0", + "displayName": "Do not enforce Restricted Mode on YouTube", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_forceyoutuberestrict_1", + "displayName": "Enforce at least Moderate Restricted Mode on YouTube", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_forceyoutuberestrict_forceyoutuberestrict_2", + "displayName": "Enforce Strict Restricted Mode for YouTube", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fullscreenallowed", + "displayName": "Allow fullscreen mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fullscreenallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_fullscreenallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_globallyscopehttpauthcacheenabled", + "displayName": "Enable globally scoped HTTP auth cache (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_globallyscopehttpauthcacheenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_globallyscopehttpauthcacheenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hardwareaccelerationmodeenabled", + "displayName": "Use hardware acceleration when available (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hardwareaccelerationmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hardwareaccelerationmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode", + "displayName": "Control use of the Headless Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_headlessmode", + "displayName": "Control use of the Headless Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_headlessmode_1", + "displayName": "Allow use of the Headless Mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_headlessmode_headlessmode_2", + "displayName": "Do not allow use of the Headless Mode", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hidewebstoreicon", + "displayName": "Hide the web store from the New Tab Page and app launcher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hidewebstoreicon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hidewebstoreicon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_historyclustersvisible", + "displayName": "Show history clusters on the Chrome history page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_historyclustersvisible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_historyclustersvisible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hstspolicybypasslist", + "displayName": "List of names that will bypass the HSTS policy check (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hstspolicybypasslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hstspolicybypasslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_hstspolicybypasslist_hstspolicybypasslistdesc", + "displayName": "List of names that will bypass the HSTS policy check (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode", + "displayName": "Allow HTTPS-Only Mode to be enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_httpsonlymode", + "displayName": "Allow HTTPS-Only Mode to be enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_httpsonlymode_allowed", + "displayName": "Allow users to enable HTTPS-Only Mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_httpsonlymode_disallowed", + "displayName": "Do not allow users to enable HTTPS-Only Mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_httpsonlymode_httpsonlymode_force_enabled", + "displayName": "Force enable HTTPS-Only Mode (not supported yet)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importautofillformdata", + "displayName": "Import autofill form data from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importautofillformdata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importautofillformdata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importbookmarks", + "displayName": "Import bookmarks from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importbookmarks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importbookmarks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhistory", + "displayName": "Import browsing history from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhomepage", + "displayName": "Import of homepage from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsavedpasswords", + "displayName": "Import saved passwords from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsavedpasswords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsavedpasswords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsearchengine", + "displayName": "Import search engines from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsearchengine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_importsearchengine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability", + "displayName": "Incognito mode availability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_incognitomodeavailability", + "displayName": "Incognito mode availability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_incognitomodeavailability_0", + "displayName": "Incognito mode available", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_incognitomodeavailability_1", + "displayName": "Incognito mode disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_incognitomodeavailability_incognitomodeavailability_2", + "displayName": "Incognito mode forced", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureformswarningsenabled", + "displayName": "Enable warnings for insecure forms (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureformswarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureformswarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowed", + "displayName": "Specifies whether to allow insecure websites to make requests to more-private network endpoints (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowedforurls", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from insecure contexts. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_insecureprivatenetworkrequestsallowedforurls_insecureprivatenetworkrequestsallowedforurlsdesc", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from insecure contexts. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intensivewakeupthrottlingenabled", + "displayName": "Control the IntensiveWakeUpThrottling feature. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intensivewakeupthrottlingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intensivewakeupthrottlingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior_0", + "displayName": "Use default browser behavior.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior_1", + "displayName": "Disable DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior_2", + "displayName": "Disable DNS interception checks; allow did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_intranetredirectbehavior_intranetredirectbehavior_3", + "displayName": "Allow DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_isolateorigins", + "displayName": "Enable Site Isolation for specified origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_isolateorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_isolateorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_isolateorigins_isolateorigins", + "displayName": "Enable Site Isolation for specified origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lensregionsearchenabled", + "displayName": "Allow Google Lens region search menu item to be shown in context menu if supported. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lensregionsearchenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lensregionsearchenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lockiconinaddressbarenabled", + "displayName": "Enable lock icon in the omnibox for secure connections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lockiconinaddressbarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lockiconinaddressbarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lookalikewarningallowlistdomains", + "displayName": "Suppress lookalike domain warnings on domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lookalikewarningallowlistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lookalikewarningallowlistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_lookalikewarningallowlistdomains_lookalikewarningallowlistdomainsdesc", + "displayName": "Suppress lookalike domain warnings on domains (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction", + "displayName": "Add restrictions on managed accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_managedaccountssigninrestriction", + "displayName": "Add restrictions on managed accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_managedaccountssigninrestriction_primary_account", + "displayName": "A Managed account must be a primary account", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_managedaccountssigninrestriction_primary_account_strict", + "displayName": "A Managed account must be a primary account and have no secondary accounts", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedaccountssigninrestriction_managedaccountssigninrestriction_none", + "displayName": "No restrictions on managed accounts", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedbookmarks", + "displayName": "Managed Bookmarks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedbookmarks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedbookmarks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedbookmarks_managedbookmarks", + "displayName": "Managed Bookmarks (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedconfigurationperorigin", + "displayName": "Sets managed configuration values to websites to specific origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedconfigurationperorigin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedconfigurationperorigin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_managedconfigurationperorigin_managedconfigurationperorigin", + "displayName": "Sets managed configuration values to websites to specific origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxconnectionsperproxy", + "displayName": "Maximal number of concurrent connections to the proxy server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxconnectionsperproxy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxconnectionsperproxy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxconnectionsperproxy_maxconnectionsperproxy", + "displayName": "Maximal number of concurrent connections to the proxy server: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxinvalidationfetchdelay", + "displayName": "Maximum fetch delay after a policy invalidation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxinvalidationfetchdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxinvalidationfetchdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_maxinvalidationfetchdelay_maxinvalidationfetchdelay", + "displayName": "Maximum fetch delay after a policy invalidation: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediarecommendationsenabled", + "displayName": "Enable Media Recommendations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediarecommendationsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediarecommendationsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediaroutercastallowallips", + "displayName": "Allow Google Cast to connect to Cast devices on all IP addresses. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediaroutercastallowallips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_mediaroutercastallowallips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_metricsreportingenabled", + "displayName": "Enable reporting of usage and crash-related data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_metricsreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_metricsreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_networkpredictionoptions", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular.\r\n(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkpredictionoptions_networkpredictionoptions_2", + "displayName": "Do not predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkservicesandboxenabled", + "displayName": "Enable the network service sandbox (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkservicesandboxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_networkservicesandboxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcardsvisible", + "displayName": "Show cards on the New Tab Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcardsvisible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcardsvisible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcustombackgroundenabled", + "displayName": "Allow users to customize the background on the New Tab page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcustombackgroundenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_ntpcustombackgroundenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_overridesecurityrestrictionsoninsecureorigin", + "displayName": "Origins or hostname patterns for which restrictions on\r\ninsecure origins should not apply (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_overridesecurityrestrictionsoninsecureorigin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_overridesecurityrestrictionsoninsecureorigin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_overridesecurityrestrictionsoninsecureorigin_overridesecurityrestrictionsoninsecureorigindesc", + "displayName": "Origins or hostname patterns for which restrictions on\r\ninsecure origins should not apply (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_paymentmethodqueryenabled", + "displayName": "Allow websites to query for available payment methods. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_paymentmethodqueryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_paymentmethodqueryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyatomicgroupsenabled", + "displayName": "Enables the concept of policy atomic groups (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyatomicgroupsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyatomicgroupsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policydictionarymultiplesourcemergelist", + "displayName": "Allow merging dictionary policies from different sources (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policydictionarymultiplesourcemergelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policydictionarymultiplesourcemergelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policydictionarymultiplesourcemergelist_policydictionarymultiplesourcemergelistdesc", + "displayName": "Allow merging dictionary policies from different sources (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policylistmultiplesourcemergelist", + "displayName": "Allow merging list policies from different sources (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policylistmultiplesourcemergelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policylistmultiplesourcemergelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policylistmultiplesourcemergelist_policylistmultiplesourcemergelistdesc", + "displayName": "Allow merging list policies from different sources (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyrefreshrate", + "displayName": "Refresh rate for user policy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyrefreshrate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyrefreshrate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_policyrefreshrate_policyrefreshrate", + "displayName": "Refresh rate for user policy: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability", + "displayName": "Profile picker availability on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_profilepickeronstartupavailability", + "displayName": "Profile picker availability on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_profilepickeronstartupavailability_0", + "displayName": "Profile picker available at startup", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_profilepickeronstartupavailability_1", + "displayName": "Profile picker disabled at startup", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_profilepickeronstartupavailability_profilepickeronstartupavailability_2", + "displayName": "Profile picker forced at startup", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promotionaltabsenabled", + "displayName": "Enable showing full-tab promotional content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promotionaltabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promotionaltabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promptfordownloadlocation", + "displayName": "Ask where to save each file before downloading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promptfordownloadlocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_promptfordownloadlocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_proxysettings", + "displayName": "Proxy settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_proxysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_proxysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_proxysettings_proxysettings", + "displayName": "Proxy settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_quicallowed", + "displayName": "Allow QUIC protocol (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_quicallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_quicallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alternateerrorpagesenabled_recommended", + "displayName": "Enable alternate error pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alternateerrorpagesenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alternateerrorpagesenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alwaysopenpdfexternally_recommended", + "displayName": "Always Open PDF files externally (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alwaysopenpdfexternally_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_alwaysopenpdfexternally_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_applicationlocalevalue_recommended", + "displayName": "Application locale (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_applicationlocalevalue_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_applicationlocalevalue_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_applicationlocalevalue_recommended_applicationlocalevalue", + "displayName": "Application locale (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofilladdressenabled_recommended", + "displayName": "Enable AutoFill for addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofilladdressenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofilladdressenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofillcreditcardenabled_recommended", + "displayName": "Enable AutoFill for credit cards (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofillcreditcardenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_autofillcreditcardenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_backgroundmodeenabled_recommended", + "displayName": "Continue running background apps when Google Chrome is closed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_backgroundmodeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_backgroundmodeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_blockthirdpartycookies_recommended", + "displayName": "Block third party cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_blockthirdpartycookies_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_blockthirdpartycookies_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_bookmarkbarenabled_recommended", + "displayName": "Enable Bookmark Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_bookmarkbarenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_bookmarkbarenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultdownloaddirectory_recommended", + "displayName": "Set default download directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultdownloaddirectory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultdownloaddirectory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultdownloaddirectory_recommended_defaultdownloaddirectory", + "displayName": "Set default download directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultsearchprovidercontextmenuaccessallowed_recommended", + "displayName": "Allow default search provider context menu search access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultsearchprovidercontextmenuaccessallowed_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_defaultsearchprovidercontextmenuaccessallowed_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloaddirectory_recommended", + "displayName": "Set download directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloaddirectory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloaddirectory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloaddirectory_recommended_downloaddirectory", + "displayName": "Set download directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended", + "displayName": "Allow download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions", + "displayName": "Download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_0", + "displayName": "No special restrictions. Default.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_1", + "displayName": "Block malicious downloads and dangerous file types.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_2", + "displayName": "Block malicious downloads, uncommon or unwanted downloads and dangerous file types.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_3", + "displayName": "Block all downloads.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_downloadrestrictions_recommended_downloadrestrictions_4", + "displayName": "Block malicious downloads. Recommended.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importautofillformdata_recommended", + "displayName": "Import autofill form data from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importautofillformdata_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importautofillformdata_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importbookmarks_recommended", + "displayName": "Import bookmarks from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importbookmarks_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importbookmarks_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importhistory_recommended", + "displayName": "Import browsing history from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importhistory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importhistory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsavedpasswords_recommended", + "displayName": "Import saved passwords from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsavedpasswords_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsavedpasswords_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsearchengine_recommended", + "displayName": "Import search engines from default browser on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsearchengine_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_importsearchengine_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_metricsreportingenabled_recommended", + "displayName": "Enable reporting of usage and crash-related data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_metricsreportingenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_metricsreportingenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_networkpredictionoptions", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular.\r\n(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_networkpredictionoptions_recommended_networkpredictionoptions_2", + "displayName": "Do not predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_safebrowsingfortrustedsourcesenabled_recommended", + "displayName": "Enable Safe Browsing for trusted sources (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_safebrowsingfortrustedsourcesenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_safebrowsingfortrustedsourcesenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_searchsuggestenabled_recommended", + "displayName": "Enable search suggestions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_searchsuggestenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_searchsuggestenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_showfullurlsinaddressbar_recommended", + "displayName": "Show Full URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_showfullurlsinaddressbar_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_showfullurlsinaddressbar_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_spellcheckserviceenabled_recommended", + "displayName": "Enable or disable spell checking web service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_spellcheckserviceenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_spellcheckserviceenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_translateenabled_recommended", + "displayName": "Enable Translate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_translateenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended_translateenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended", + "displayName": "Register protocol handlers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_registeredprotocolhandlers", + "displayName": "Register protocol handlers (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovideralternateurls_recommended", + "displayName": "List of alternate URLs for the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovideralternateurls_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovideralternateurls_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovideralternateurls_recommended_defaultsearchprovideralternateurlsdesc", + "displayName": "List of alternate URLs for the default search provider (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended", + "displayName": "Enable the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended", + "displayName": "Default search provider encodings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_defaultsearchproviderencodingsdesc", + "displayName": "Default search provider encodings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidericonurl_recommended", + "displayName": "Default search provider icon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidericonurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidericonurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidericonurl_recommended_defaultsearchprovidericonurl", + "displayName": "Default search provider icon (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended", + "displayName": "Parameter providing search-by-image feature for the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_defaultsearchproviderimageurl", + "displayName": "Parameter providing search-by-image feature for the default search provider (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended", + "displayName": "Parameters for image URL which uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for image URL which uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended", + "displayName": "Default search provider keyword (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended", + "displayName": "Default search provider name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_defaultsearchprovidername", + "displayName": "Default search provider name (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidernewtaburl_recommended", + "displayName": "Default search provider new tab page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidernewtaburl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidernewtaburl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidernewtaburl_recommended_defaultsearchprovidernewtaburl", + "displayName": "Default search provider new tab page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended", + "displayName": "Default search provider search URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurlpostparams_recommended", + "displayName": "Parameters for search URL which uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurlpostparams_recommended_defaultsearchprovidersearchurlpostparams", + "displayName": "Parameters for search URL which uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended", + "displayName": "Default search provider suggest URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_defaultsearchprovidersuggesturl", + "displayName": "Default search provider suggest URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturlpostparams_recommended", + "displayName": "Parameters for suggest URL which uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturlpostparams_recommended_defaultsearchprovidersuggesturlpostparams", + "displayName": "Parameters for suggest URL which uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_autofillenabled_recommended", + "displayName": "Enable AutoFill (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_autofillenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_autofillenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_safebrowsingenabled_recommended", + "displayName": "Enable Safe Browsing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_safebrowsingenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~deprecatedpolicies_recommended_safebrowsingenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordleakdetectionenabled_recommended", + "displayName": "Enable leak detection for entered credentials (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordleakdetectionenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordleakdetectionenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended", + "displayName": "Enable saving passwords to the password manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printheaderfooter_recommended", + "displayName": "Print Headers and Footers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printheaderfooter_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printheaderfooter_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpdfasimagedefault_recommended", + "displayName": "Print PDF as Image Default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpdfasimagedefault_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpdfasimagedefault_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended", + "displayName": "Use System Default Printer as Default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_clearsitedataonexit_recommended", + "displayName": "Clear site data on browser shutdown (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_clearsitedataonexit_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_clearsitedataonexit_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturl_recommended", + "displayName": "Default search provider instant URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturl_recommended_defaultsearchproviderinstanturl", + "displayName": "Default search provider instant URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturlpostparams_recommended", + "displayName": "Parameters for instant URL which uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchproviderinstanturlpostparams_recommended_defaultsearchproviderinstanturlpostparams", + "displayName": "Parameters for instant URL which uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchprovidersearchtermsreplacementkey_recommended", + "displayName": "Parameter controlling search term placement for the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchprovidersearchtermsreplacementkey_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchprovidersearchtermsreplacementkey_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_defaultsearchprovidersearchtermsreplacementkey_recommended_defaultsearchprovidersearchtermsreplacementkey", + "displayName": "Parameter controlling search term placement for the default search provider (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_dnsprefetchingenabled_recommended", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_dnsprefetchingenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_dnsprefetchingenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_instantenabled_recommended", + "displayName": "Enable Instant (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_instantenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~removedpolicies_recommended_instantenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended", + "displayName": "Safe Browsing Protection Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_safebrowsingprotectionlevel", + "displayName": "Safe Browsing Protection Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_safebrowsingprotectionlevel_0", + "displayName": "Safe Browsing is never active.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_safebrowsingprotectionlevel_1", + "displayName": "Safe Browsing is active in the standard mode.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~safebrowsing_recommended_safebrowsingprotectionlevel_recommended_safebrowsingprotectionlevel_2", + "displayName": "Safe Browsing is active in the enhanced mode. This mode provides better security, but requires sharing more browsing information with Google.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepageisnewtabpage_recommended", + "displayName": "Use New Tab Page as homepage (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepageisnewtabpage_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepageisnewtabpage_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepagelocation_recommended", + "displayName": "Configure the home page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepagelocation_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepagelocation_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_homepagelocation_recommended_homepagelocation", + "displayName": "Home page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended", + "displayName": "Action on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup", + "displayName": "Action on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_5", + "displayName": "Open New Tab Page", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartupurls_recommended", + "displayName": "URLs to open on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartupurls_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartupurls_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_restoreonstartupurls_recommended_restoreonstartupurlsdesc", + "displayName": "URLs to open on startup (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_showhomebutton_recommended", + "displayName": "Show Home button on toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_showhomebutton_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_recommended~startup_recommended_showhomebutton_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification", + "displayName": "Notify a user that a browser relaunch or device restart is recommended or required (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_relaunchnotification", + "displayName": "Notify a user that a browser relaunch or device restart is recommended or required (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_relaunchnotification_1", + "displayName": "Show a recurring prompt to the user indicating that a relaunch is recommended", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotification_relaunchnotification_2", + "displayName": "Show a recurring prompt to the user indicating that a relaunch is required", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotificationperiod", + "displayName": "Set the time period for update notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotificationperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotificationperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchnotificationperiod_relaunchnotificationperiod", + "displayName": "Time period (milliseconds): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchwindow", + "displayName": "Set the time interval for relaunch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchwindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchwindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_relaunchwindow_relaunchwindow", + "displayName": "Relaunch time window (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_remotedebuggingallowed", + "displayName": "Allow remote debugging (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_remotedebuggingallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_remotedebuggingallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_renderercodeintegrityenabled", + "displayName": "Enable Renderer Code Integrity (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_renderercodeintegrityenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_renderercodeintegrityenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_requireonlinerevocationchecksforlocalanchors", + "displayName": "Require online OCSP/CRL checks for local trust anchors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_requireonlinerevocationchecksforlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_requireonlinerevocationchecksforlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_restrictsignintopattern", + "displayName": "Restrict which Google accounts are allowed to be set as browser primary accounts in Google Chrome (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_restrictsignintopattern_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_restrictsignintopattern_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_restrictsignintopattern_restrictsignintopattern", + "displayName": "Restrict which Google accounts are allowed to be set as browser primary accounts in Google Chrome (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilelocation", + "displayName": "Set the roaming profile directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilelocation_roamingprofilelocation", + "displayName": "Set the roaming profile directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilesupportenabled", + "displayName": "Enable the creation of roaming copies for Google Chrome profile data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilesupportenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_roamingprofilesupportenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safebrowsingfortrustedsourcesenabled", + "displayName": "Enable Safe Browsing for trusted sources (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safebrowsingfortrustedsourcesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safebrowsingfortrustedsourcesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior", + "displayName": "Control SafeSites adult content filtering. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_safesitesfilterbehavior", + "displayName": "Control SafeSites adult content filtering. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_safesitesfilterbehavior_0", + "displayName": "Do not filter sites for adult content", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_safesitesfilterbehavior_safesitesfilterbehavior_1", + "displayName": "Filter top level sites (but not embedded iframes) for adult content", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sandboxexternalprotocolblocked", + "displayName": "Allow Chrome to block navigations toward external protocols in sandboxed iframes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sandboxexternalprotocolblocked_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sandboxexternalprotocolblocked_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_savingbrowserhistorydisabled", + "displayName": "Disable saving browser history (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_savingbrowserhistorydisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_savingbrowserhistorydisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_scrolltotextfragmentenabled", + "displayName": "Enable scrolling to text specified in URL fragments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_scrolltotextfragmentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_scrolltotextfragmentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_searchsuggestenabled", + "displayName": "Enable search suggestions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_searchsuggestenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_searchsuggestenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_securitykeypermitattestation", + "displayName": "URLs/domains automatically permitted direct Security Key attestation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_securitykeypermitattestation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_securitykeypermitattestation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_securitykeypermitattestation_securitykeypermitattestationdesc", + "displayName": "URLs/domains automatically permitted direct Security Key attestation (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedarraybufferunrestrictedaccessallowed", + "displayName": "Specifies whether SharedArrayBuffers can be used in a non cross-origin-isolated context (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedarraybufferunrestrictedaccessallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedarraybufferunrestrictedaccessallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedclipboardenabled", + "displayName": "Enable the Shared Clipboard Feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedclipboardenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sharedclipboardenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showappsshortcutinbookmarkbar", + "displayName": "Show the apps shortcut in the bookmark bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showappsshortcutinbookmarkbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showappsshortcutinbookmarkbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showfullurlsinaddressbar", + "displayName": "Show Full URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showfullurlsinaddressbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_showfullurlsinaddressbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signedhttpexchangeenabled", + "displayName": "Enable Signed HTTP Exchange (SXG) support (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signedhttpexchangeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signedhttpexchangeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signininterceptionenabled", + "displayName": "Enable signin interception (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signininterceptionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_signininterceptionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_siteperprocess", + "displayName": "Require Site Isolation for every site (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_siteperprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_siteperprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckenabled", + "displayName": "Enable spellcheck (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguage", + "displayName": "Force enable spellcheck languages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguage_spellchecklanguagedesc", + "displayName": "Force enable spellcheck languages (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguageblocklist", + "displayName": "Force disable spellcheck languages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguageblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguageblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellchecklanguageblocklist_spellchecklanguageblocklistdesc", + "displayName": "Force disable spellcheck languages (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckserviceenabled", + "displayName": "Enable or disable spell checking web service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckserviceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_spellcheckserviceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowed", + "displayName": "Allow proceeding from the SSL warning page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowedfororigins", + "displayName": "Allow proceeding from the SSL warning page on specific origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslerroroverrideallowedfororigins_sslerroroverrideallowedfororiginsdesc", + "displayName": "Allow proceeding from the SSL warning page on specific origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin", + "displayName": "Minimum SSL version enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_sslversionmin", + "displayName": "Minimum SSL version enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_sslversionmin_tls1", + "displayName": "TLS 1.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_sslversionmin_tls1.1", + "displayName": "TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_sslversionmin_sslversionmin_tls1.2", + "displayName": "TLS 1.2", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressdifferentoriginsubframedialogs", + "displayName": "Suppress JavaScript Dialogs triggered from different origin subframes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressdifferentoriginsubframedialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressdifferentoriginsubframedialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressunsupportedoswarning", + "displayName": "Suppress the unsupported OS warning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressunsupportedoswarning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_suppressunsupportedoswarning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_syncdisabled", + "displayName": "Disable synchronization of data with Google (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_syncdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_syncdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_synctypeslistdisabled", + "displayName": "List of types that should be excluded from synchronization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_synctypeslistdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_synctypeslistdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_synctypeslistdisabled_synctypeslistdisableddesc", + "displayName": "List of types that should be excluded from synchronization (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_targetblankimpliesnoopener", + "displayName": "Do not set window.opener for links targeting _blank (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_targetblankimpliesnoopener_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_targetblankimpliesnoopener_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_taskmanagerendprocessenabled", + "displayName": "Enable ending processes in Task Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_taskmanagerendprocessenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_taskmanagerendprocessenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_thirdpartyblockingenabled", + "displayName": "Enable third party software injection blocking (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_thirdpartyblockingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_thirdpartyblockingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_totalmemorylimitmb", + "displayName": "Set limit on megabytes of memory a single Chrome instance can use. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_totalmemorylimitmb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_totalmemorylimitmb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_totalmemorylimitmb_totalmemorylimitmb", + "displayName": "Set memory limit for Chrome instances: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_translateenabled", + "displayName": "Enable Translate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_translateenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_translateenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_u2fsecuritykeyapienabled", + "displayName": "Allow using the deprecated U2F Security Key API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_u2fsecuritykeyapienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_u2fsecuritykeyapienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlallowlist", + "displayName": "Allow access to a list of URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlallowlist_urlallowlistdesc", + "displayName": "Allow access to a list of URLs (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlblocklist", + "displayName": "Block access to a list of URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlblocklist_urlblocklistdesc", + "displayName": "Block access to a list of URLs (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlkeyedanonymizeddatacollectionenabled", + "displayName": "Enable URL-keyed anonymized data collection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlkeyedanonymizeddatacollectionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_urlkeyedanonymizeddatacollectionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatadir", + "displayName": "Set user data directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatadir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatadir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatadir_userdatadir", + "displayName": "Set user data directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatasnapshotretentionlimit", + "displayName": "Limits the number of user data snapshots retained for use in case of emergency rollback. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatasnapshotretentionlimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatasnapshotretentionlimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userdatasnapshotretentionlimit_userdatasnapshotretentionlimit", + "displayName": "Limits the number of user data snapshots retained for use in case of emergency rollback.: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userfeedbackallowed", + "displayName": "Allow user feedback (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userfeedbackallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_userfeedbackallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowed", + "displayName": "Allow or deny video capture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowedurls", + "displayName": "URLs that will be granted access to video capture devices without prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_videocaptureallowedurls_videocaptureallowedurlsdesc", + "displayName": "URLs that will be granted access to video capture devices without prompt (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webappinstallforcelist", + "displayName": "Configure list of force-installed Web Apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webappinstallforcelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webappinstallforcelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webappinstallforcelist_webappinstallforcelist", + "displayName": "URLs for Web Apps to be silently installed. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcallowlegacytlsprotocols", + "displayName": "Allow legacy TLS/DTLS downgrade in WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcallowlegacytlsprotocols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcallowlegacytlsprotocols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtceventlogcollectionallowed", + "displayName": "Allow collection of WebRTC event logs from Google services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtceventlogcollectionallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtceventlogcollectionallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling", + "displayName": "The IP handling policy of WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling", + "displayName": "The IP handling policy of WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling_default", + "displayName": "WebRTC will use all available interfaces when searching for the best path.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling_default_public_and_private_interfaces", + "displayName": "WebRTC will only use the interface connecting to the public Internet, but may connect using private IP addresses.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling_default_public_interface_only", + "displayName": "WebRTC will only use the interface connecting to the public Internet, and will not connect using private IP addresses.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtciphandling_webrtciphandling_disable_non_proxied_udp", + "displayName": "WebRTC will use TCP on the public-facing interface, and will only use UDP if supported by a configured proxy.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtclocalipsallowedurls", + "displayName": "URLs for which local IPs are exposed in WebRTC ICE candidates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtclocalipsallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtclocalipsallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtclocalipsallowedurls_webrtclocalipsallowedurlsdesc", + "displayName": "URLs for which local IPs are exposed in WebRTC ICE candidates (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcudpportrange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcudpportrange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_webrtcudpportrange_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_websqlinthirdpartycontextenabled", + "displayName": "Force WebSQL in third-party contexts to be re-enabled. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_websqlinthirdpartycontextenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_websqlinthirdpartycontextenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_windowocclusionenabled", + "displayName": "Enable Window Occlusion (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_windowocclusionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_windowocclusionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_wpadquickcheckenabled", + "displayName": "Enable WPAD optimization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_wpadquickcheckenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome_wpadquickcheckenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserparameters", + "displayName": "Command-line parameters for the alternative browser. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserparameters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserparameters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserparameters_alternativebrowserparametersdesc", + "displayName": "Command-line parameters for the alternative browser. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserpath", + "displayName": "Alternative browser to launch for configured websites. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_alternativebrowserpath_alternativebrowserpath", + "displayName": "Alternative browser to launch for configured websites. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromeparameters", + "displayName": "Command-line parameters for switching from the alternative browser. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromeparameters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromeparameters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromeparameters_browserswitcherchromeparametersdesc", + "displayName": "Command-line parameters for switching from the alternative browser. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromepath", + "displayName": "Path to Chrome for switching from the alternative browser. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromepath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromepath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherchromepath_browserswitcherchromepath", + "displayName": "Path to Chrome for switching from the alternative browser. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherdelay", + "displayName": "Delay before launching alternative browser (milliseconds) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherdelay_browserswitcherdelay", + "displayName": "Delay before launching alternative browser (milliseconds): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherenabled", + "displayName": "Enable the Legacy Browser Support feature. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalgreylisturl", + "displayName": "URL of an XML file that contains URLs that should never trigger a browser switch. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalgreylisturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalgreylisturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalgreylisturl_browserswitcherexternalgreylisturl", + "displayName": "URL of an XML file that contains URLs that should never trigger a browser switch. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalsitelisturl", + "displayName": "URL of an XML file that contains URLs to load in an alternative browser. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalsitelisturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalsitelisturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherexternalsitelisturl_browserswitcherexternalsitelisturl", + "displayName": "URL of an XML file that contains URLs to load in an alternative browser. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherkeeplastchrometab", + "displayName": "Keep last tab open in Chrome. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherkeeplastchrometab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherkeeplastchrometab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode", + "displayName": "Sitelist parsing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_browserswitcherparsingmode", + "displayName": "Sitelist parsing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_browserswitcherparsingmode_0", + "displayName": "Default behavior for LBS.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherparsingmode_browserswitcherparsingmode_1", + "displayName": "More compatible with Microsoft IE/Edge enterprise mode sitelists.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurlgreylist", + "displayName": "Websites that should never trigger a browser switch. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurlgreylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurlgreylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurlgreylist_browserswitcherurlgreylistdesc", + "displayName": "Websites that should never trigger a browser switch. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurllist", + "displayName": "Websites to open in alternative browser (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurllist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurllist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcherurllist_browserswitcherurllistdesc", + "displayName": "Websites to open in alternative browser (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcheruseiesitelist", + "displayName": "Use Internet Explorer's SiteList policy for Legacy Browser Support. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcheruseiesitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~browserswitcher_browserswitcheruseiesitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_autoselectcertificateforurls", + "displayName": "Automatically select client certificates for these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_autoselectcertificateforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_autoselectcertificateforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_autoselectcertificateforurls_autoselectcertificateforurlsdesc", + "displayName": "Automatically select client certificates for these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesallowedforurls", + "displayName": "Allow cookies on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesallowedforurls_cookiesallowedforurlsdesc", + "displayName": "Allow cookies on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesblockedforurls", + "displayName": "Block cookies on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiesblockedforurls_cookiesblockedforurlsdesc", + "displayName": "Block cookies on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiessessiononlyforurls", + "displayName": "Limit cookies from matching URLs to the current session (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiessessiononlyforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiessessiononlyforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_cookiessessiononlyforurls_cookiessessiononlyforurlsdesc", + "displayName": "Limit cookies from matching URLs to the current session (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting", + "displayName": "Default cookies setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_defaultcookiessetting", + "displayName": "Default cookies setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_defaultcookiessetting_1", + "displayName": "Allow all sites to set local data", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_defaultcookiessetting_2", + "displayName": "Do not allow any site to set local data", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultcookiessetting_defaultcookiessetting_4", + "displayName": "Keep cookies for the duration of the session", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting_2", + "displayName": "Do not allow any site to request read access to files and directories via the File System API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting_3", + "displayName": "Allow sites to ask the user to grant read access to files and directories via the File System API", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting_2", + "displayName": "Do not allow any site to request write access to files and directories", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting_3", + "displayName": "Allow sites to ask the user to grant write access to files and directories", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting", + "displayName": "Default geolocation setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting", + "displayName": "Default geolocation setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_1", + "displayName": "Allow sites to track the users' physical location", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_2", + "displayName": "Do not allow any site to track the users' physical location", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_3", + "displayName": "Ask whenever a site wants to track the users' physical location", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting", + "displayName": "Default images setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_defaultimagessetting", + "displayName": "Default images setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_defaultimagessetting_1", + "displayName": "Allow all sites to show all images", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultimagessetting_defaultimagessetting_2", + "displayName": "Do not allow any site to show images", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting_2", + "displayName": "Do not allow any site to load mixed content", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting_3", + "displayName": "Allow users to add exceptions to allow mixed content", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting_1", + "displayName": "Allow any site to run JavaScript JIT", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting_2", + "displayName": "Do not allow any site to run JavaScript JIT", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting", + "displayName": "Default JavaScript setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting", + "displayName": "Default JavaScript setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting_1", + "displayName": "Allow all sites to run JavaScript", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting_2", + "displayName": "Do not allow any site to run JavaScript", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting", + "displayName": "Default notification setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_defaultnotificationssetting", + "displayName": "Default notification setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_defaultnotificationssetting_1", + "displayName": "Allow sites to show desktop notifications", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_defaultnotificationssetting_2", + "displayName": "Do not allow any site to show desktop notifications", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultnotificationssetting_defaultnotificationssetting_3", + "displayName": "Ask every time a site wants to show desktop notifications", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting", + "displayName": "Default popups setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_defaultpopupssetting", + "displayName": "Default popups setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_defaultpopupssetting_1", + "displayName": "Allow all sites to show pop-ups", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultpopupssetting_defaultpopupssetting_2", + "displayName": "Do not allow any site to show popups", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting", + "displayName": "Default sensors setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_defaultsensorssetting", + "displayName": "Default sensors setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_defaultsensorssetting_1", + "displayName": "Allow sites to access sensors", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultsensorssetting_defaultsensorssetting_2", + "displayName": "Do not allow any site to access sensors", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting", + "displayName": "Control use of the Serial API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_defaultserialguardsetting", + "displayName": "Control use of the Serial API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_defaultserialguardsetting_2", + "displayName": "Do not allow any site to request access to serial ports via the Serial API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultserialguardsetting_defaultserialguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a serial port", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting_2", + "displayName": "Do not allow any site to request access to Bluetooth devices via the Web Bluetooth API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a nearby Bluetooth device", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting_2", + "displayName": "Do not allow any site to request access to USB devices via the WebUSB API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a connected USB device", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadaskforurls", + "displayName": "Allow read access via the File System API on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadaskforurls_filesystemreadaskforurlsdesc", + "displayName": "Allow read access via the File System API on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadblockedforurls", + "displayName": "Block read access via the File System API on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemreadblockedforurls_filesystemreadblockedforurlsdesc", + "displayName": "Block read access via the File System API on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteaskforurls", + "displayName": "Allow write access to files and directories on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteaskforurls_filesystemwriteaskforurlsdesc", + "displayName": "Allow write access to files and directories on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteblockedforurls", + "displayName": "Block write access to files and directories on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_filesystemwriteblockedforurls_filesystemwriteblockedforurlsdesc", + "displayName": "Block write access to files and directories on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesallowedforurls", + "displayName": "Allow images on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesallowedforurls_imagesallowedforurlsdesc", + "displayName": "Allow images on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesblockedforurls", + "displayName": "Block images on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_imagesblockedforurls_imagesblockedforurlsdesc", + "displayName": "Block images on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentallowedforurls", + "displayName": "Allow insecure content on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentallowedforurls_insecurecontentallowedforurlsdesc", + "displayName": "Allow insecure content on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentblockedforurls", + "displayName": "Block insecure content on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_insecurecontentblockedforurls_insecurecontentblockedforurlsdesc", + "displayName": "Block insecure content on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptallowedforurls", + "displayName": "Allow JavaScript on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptallowedforurls_javascriptallowedforurlsdesc", + "displayName": "Allow JavaScript on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptblockedforurls", + "displayName": "Block JavaScript on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptblockedforurls_javascriptblockedforurlsdesc", + "displayName": "Block JavaScript on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitallowedforsites", + "displayName": "Allow JavaScript to use JIT on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitallowedforsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitallowedforsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitallowedforsites_javascriptjitallowedforsitesdesc", + "displayName": "Allow JavaScript to use JIT on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitblockedforsites", + "displayName": "Block JavaScript from using JIT on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitblockedforsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitblockedforsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_javascriptjitblockedforsites_javascriptjitblockedforsitesdesc", + "displayName": "Block JavaScript from using JIT on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist", + "displayName": "Revert to legacy SameSite behavior for cookies on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_legacysamesitecookiebehaviorenabledfordomainlistdesc", + "displayName": "Revert to legacy SameSite behavior for cookies on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsallowedforurls", + "displayName": "Allow notifications on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsallowedforurls_notificationsallowedforurlsdesc", + "displayName": "Allow notifications on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsblockedforurls", + "displayName": "Block notifications on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_notificationsblockedforurls_notificationsblockedforurlsdesc", + "displayName": "Block notifications on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsallowedforurls", + "displayName": "Allow popups on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsallowedforurls_popupsallowedforurlsdesc", + "displayName": "Allow popups on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsblockedforurls", + "displayName": "Block popups on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_popupsblockedforurls_popupsblockedforurlsdesc", + "displayName": "Block popups on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsallowedforurls", + "displayName": "Allow access to sensors on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsallowedforurls_sensorsallowedforurlsdesc", + "displayName": "Allow access to sensors on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsblockedforurls", + "displayName": "Block access to sensors on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_sensorsblockedforurls_sensorsblockedforurlsdesc", + "displayName": "Block access to sensors on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowallportsforurls", + "displayName": "Automatically grant permission to sites to connect all serial ports. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowallportsforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowallportsforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowallportsforurls_serialallowallportsforurlsdesc", + "displayName": "Automatically grant permission to sites to connect all serial ports. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowusbdevicesforurls", + "displayName": "Automatically grant permission to sites to connect to USB serial devices. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowusbdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowusbdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialallowusbdevicesforurls_serialallowusbdevicesforurls", + "displayName": "Automatically grant permission to sites to connect to USB serial devices. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialaskforurls", + "displayName": "Allow the Serial API on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialaskforurls_serialaskforurlsdesc", + "displayName": "Allow the Serial API on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialblockedforurls", + "displayName": "Block the Serial API on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_serialblockedforurls_serialblockedforurlsdesc", + "displayName": "Block the Serial API on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusballowdevicesforurls", + "displayName": "Automatically grant permission to these sites to connect to USB devices with the given vendor and product IDs. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusballowdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusballowdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusballowdevicesforurls_webusballowdevicesforurls", + "displayName": "Automatically grant permission to these sites to connect to USB devices with the given vendor and product IDs. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbaskforurls", + "displayName": "Allow WebUSB on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbaskforurls_webusbaskforurlsdesc", + "displayName": "Allow WebUSB on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbblockedforurls", + "displayName": "Block WebUSB on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~contentsettings_webusbblockedforurls_webusbblockedforurlsdesc", + "displayName": "Block WebUSB on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovideralternateurls", + "displayName": "List of alternate URLs for the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovideralternateurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovideralternateurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovideralternateurls_defaultsearchprovideralternateurlsdesc", + "displayName": "List of alternate URLs for the default search provider (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderenabled", + "displayName": "Enable the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderencodings", + "displayName": "Default search provider encodings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderencodings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderencodings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderencodings_defaultsearchproviderencodingsdesc", + "displayName": "Default search provider encodings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidericonurl", + "displayName": "Default search provider icon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidericonurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidericonurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidericonurl_defaultsearchprovidericonurl", + "displayName": "Default search provider icon (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurl", + "displayName": "Parameter providing search-by-image feature for the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurl_defaultsearchproviderimageurl", + "displayName": "Parameter providing search-by-image feature for the default search provider (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for image URL which uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderimageurlpostparams_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for image URL which uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderkeyword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderkeyword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchproviderkeyword_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidername", + "displayName": "Default search provider name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidername_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidername_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidername_defaultsearchprovidername", + "displayName": "Default search provider name (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidernewtaburl", + "displayName": "Default search provider new tab page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidernewtaburl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidernewtaburl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidernewtaburl_defaultsearchprovidernewtaburl", + "displayName": "Default search provider new tab page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurl_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurlpostparams", + "displayName": "Parameters for search URL which uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersearchurlpostparams_defaultsearchprovidersearchurlpostparams", + "displayName": "Parameters for search URL which uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturl", + "displayName": "Default search provider suggest URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturl_defaultsearchprovidersuggesturl", + "displayName": "Default search provider suggest URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturlpostparams", + "displayName": "Parameters for suggest URL which uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~defaultsearchprovider_defaultsearchprovidersuggesturlpostparams_defaultsearchprovidersuggesturlpostparams", + "displayName": "Parameters for suggest URL which uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authnegotiatedelegatewhitelist", + "displayName": "Kerberos delegation server whitelist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authnegotiatedelegatewhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authnegotiatedelegatewhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authnegotiatedelegatewhitelist_authnegotiatedelegatewhitelist", + "displayName": "Kerberos delegation server whitelist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authserverwhitelist", + "displayName": "Authentication server whitelist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authserverwhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authserverwhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_authserverwhitelist_authserverwhitelist", + "displayName": "Authentication server whitelist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autofillenabled", + "displayName": "Enable AutoFill (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autofillenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autofillenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autoplaywhitelist", + "displayName": "Allow media autoplay on a whitelist of URL patterns (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autoplaywhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autoplaywhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_autoplaywhitelist_autoplaywhitelistdesc", + "displayName": "Allow media autoplay on a whitelist of URL patterns (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting", + "displayName": "Default mediastream setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_defaultmediastreamsetting", + "displayName": "Default mediastream setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_defaultmediastreamsetting_2", + "displayName": "Do not allow any site to access the camera and microphone", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_defaultmediastreamsetting_defaultmediastreamsetting_3", + "displayName": "Ask every time a site wants to access the camera and/or microphone", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_developertoolsdisabled", + "displayName": "Disable Developer Tools (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_developertoolsdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_developertoolsdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_disabledschemes", + "displayName": "Disable URL protocol schemes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_disabledschemes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_disabledschemes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_disabledschemes_disabledschemesdesc", + "displayName": "List of disabled protocol schemes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallblacklist", + "displayName": "Configure extension installation blacklist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallblacklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallblacklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallblacklist_extensioninstallblacklistdesc", + "displayName": "Extension IDs the user should be prevented from installing (or * for all) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallwhitelist", + "displayName": "Configure extension installation whitelist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallwhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallwhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_extensioninstallwhitelist_extensioninstallwhitelistdesc", + "displayName": "Extension IDs to exempt from the blacklist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcebrowsersignin", + "displayName": "Enable force sign in for Google Chrome (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcebrowsersignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcebrowsersignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcesafesearch", + "displayName": "Force SafeSearch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcesafesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forcesafesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forceyoutubesafetymode", + "displayName": "Force YouTube Safety Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forceyoutubesafetymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_forceyoutubesafetymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_incognitoenabled", + "displayName": "Enable Incognito mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_incognitoenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_incognitoenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_javascriptenabled", + "displayName": "Enable JavaScript (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_javascriptenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_javascriptenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingblacklist", + "displayName": "Configure native messaging blocklist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingblacklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingblacklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingblacklist_nativemessagingblacklistdesc", + "displayName": "Names of the forbidden native messaging hosts (or * for all) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingwhitelist", + "displayName": "Configure native messaging whitelist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingwhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingwhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativemessagingwhitelist_nativemessagingwhitelistdesc", + "displayName": "Names of the native messaging hosts to exempt from the blocklist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativewindowocclusionenabled", + "displayName": "Enable Native Window Occlusion (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativewindowocclusionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_nativewindowocclusionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxybypasslist", + "displayName": "Proxy bypass rules (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxybypasslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxybypasslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxybypasslist_proxybypasslist", + "displayName": "Comma-separated list of proxy bypass rules (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode", + "displayName": "Choose how to specify proxy server settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode", + "displayName": "Choose how to specify proxy server settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_direct", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_auto_detect", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_pac_script", + "displayName": "Use a .pac proxy script", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_fixed_servers", + "displayName": "Use fixed proxy servers", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxymode_proxymode_system", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxypacurl", + "displayName": "URL to a proxy .pac file (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxypacurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxypacurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxypacurl_proxypacurl", + "displayName": "URL to a proxy .pac file (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyserver", + "displayName": "Address or URL of proxy server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyserver_proxyserver", + "displayName": "Address or URL of proxy server (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode", + "displayName": "Choose how to specify proxy server settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode", + "displayName": "Choose how to specify proxy server settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode_0", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode_1", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode_2", + "displayName": "Manually specify proxy settings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_proxyservermode_proxyservermode_3", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostclientdomain", + "displayName": "Configure the required domain name for remote access clients (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostclientdomain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostclientdomain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostclientdomain_remoteaccesshostclientdomain", + "displayName": "Configure the required domain name for remote access clients (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostdomain", + "displayName": "Configure the required domain name for remote access hosts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostdomain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostdomain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_remoteaccesshostdomain_remoteaccesshostdomain", + "displayName": "Configure the required domain name for remote access hosts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingenabled", + "displayName": "Enable Safe Browsing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingwhitelistdomains", + "displayName": "Configure the list of domains on which Safe Browsing will not trigger warnings. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingwhitelistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingwhitelistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_safebrowsingwhitelistdomains_safebrowsingwhitelistdomainsdesc", + "displayName": "Configure the list of domains on which Safe Browsing will not trigger warnings. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_signinallowed", + "displayName": "Allow sign in to Google Chrome (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_signinallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_signinallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_spellchecklanguageblacklist", + "displayName": "Force disable spellcheck languages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_spellchecklanguageblacklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_spellchecklanguageblacklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_spellchecklanguageblacklist_spellchecklanguageblacklistdesc", + "displayName": "Force disable spellcheck languages (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_strictermixedcontenttreatmentenabled", + "displayName": "Enable stricter treatment for mixed content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_strictermixedcontenttreatmentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_strictermixedcontenttreatmentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_unsafelytreatinsecureoriginassecure", + "displayName": "Origins or hostname patterns for which restrictions on\r\ninsecure origins should not apply (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_unsafelytreatinsecureoriginassecure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_unsafelytreatinsecureoriginassecure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_unsafelytreatinsecureoriginassecure_unsafelytreatinsecureoriginassecuredesc", + "displayName": "Origins or hostname patterns for which restrictions on\r\ninsecure origins should not apply (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlblacklist", + "displayName": "Block access to a list of URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlblacklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlblacklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlblacklist_urlblacklistdesc", + "displayName": "Block access to a list of URLs (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlwhitelist", + "displayName": "Allow access to a list of URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlwhitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlwhitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~deprecatedpolicies_urlwhitelist_urlwhitelistdesc", + "displayName": "Allow access to a list of URLs (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_blockexternalextensions", + "displayName": "Blocks external extensions from being installed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_blockexternalextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_blockexternalextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionallowedtypes", + "displayName": "Configure allowed app/extension types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionallowedtypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionallowedtypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionallowedtypes_extensionallowedtypesdesc", + "displayName": "Types of extensions/apps that are allowed to be installed (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallallowlist", + "displayName": "Configure extension installation allow list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallallowlist_extensioninstallallowlistdesc", + "displayName": "Extension IDs to exempt from the blocklist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallblocklist", + "displayName": "Configure extension installation blocklist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallblocklist_extensioninstallblocklistdesc", + "displayName": "Extension IDs the user should be prevented from installing (or * for all) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallforcelist", + "displayName": "Configure the list of force-installed apps and extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallforcelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallforcelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallforcelist_extensioninstallforcelistdesc", + "displayName": "Extension/App IDs and update URLs to be silently installed (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallsources", + "displayName": "Configure extension, app, and user script install sources (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallsources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallsources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensioninstallsources_extensioninstallsourcesdesc", + "displayName": "URL patterns to allow extension, app, and user script installs from (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionsettings", + "displayName": "Extension management settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~extensions_extensionsettings_extensionsettings", + "displayName": "Extension management settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_enablemediarouter", + "displayName": "Enable Google Cast (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_enablemediarouter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_enablemediarouter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_showcasticonintoolbar", + "displayName": "Show the Google Cast toolbar icon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_showcasticonintoolbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~googlecast_showcasticonintoolbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_allowcrossoriginauthprompt", + "displayName": "Cross-origin HTTP Authentication prompts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_allowcrossoriginauthprompt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_allowcrossoriginauthprompt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authnegotiatedelegateallowlist", + "displayName": "Kerberos delegation server allowlist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authnegotiatedelegateallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authnegotiatedelegateallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authnegotiatedelegateallowlist_authnegotiatedelegateallowlist", + "displayName": "Kerberos delegation server allowlist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authschemes", + "displayName": "Supported authentication schemes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authschemes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authschemes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authschemes_authschemes", + "displayName": "Supported authentication schemes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authserverallowlist", + "displayName": "Authentication server allowlist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authserverallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authserverallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_authserverallowlist_authserverallowlist", + "displayName": "Authentication server allowlist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_basicauthoverhttpenabled", + "displayName": "Allow Basic authentication for HTTP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_basicauthoverhttpenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_basicauthoverhttpenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_disableauthnegotiatecnamelookup", + "displayName": "Disable CNAME lookup when negotiating Kerberos authentication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_disableauthnegotiatecnamelookup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_disableauthnegotiatecnamelookup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_enableauthnegotiateport", + "displayName": "Include non-standard port in Kerberos SPN (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_enableauthnegotiateport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~httpauthentication_enableauthnegotiateport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingallowlist", + "displayName": "Configure native messaging allowlist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingallowlist_nativemessagingallowlistdesc", + "displayName": "Names of the native messaging hosts to exempt from the blocklist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingblocklist", + "displayName": "Configure native messaging blocklist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessagingblocklist_nativemessagingblocklistdesc", + "displayName": "Names of the forbidden native messaging hosts (or * for all) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessaginguserlevelhosts", + "displayName": "Allow user-level Native Messaging hosts (installed without admin permissions) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessaginguserlevelhosts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~nativemessaging_nativemessaginguserlevelhosts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~other_promptonmultiplematchingcertificates", + "displayName": "Prompt for the client certificate when multiple certificates match. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~other_promptonmultiplematchingcertificates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~other_promptonmultiplematchingcertificates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordleakdetectionenabled", + "displayName": "Enable leak detection for entered credentials (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordleakdetectionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordleakdetectionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordmanagerenabled", + "displayName": "Enable saving passwords to the password manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordmanagerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~passwordmanager_passwordmanagerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintproxyenabled", + "displayName": "Enable Google Cloud Print proxy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintproxyenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintproxyenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintsubmitenabled", + "displayName": "Enable submission of documents to Google Cloud Print (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintsubmitenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_cloudprintsubmitenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_defaultprinterselection", + "displayName": "Default printer selection rules (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_defaultprinterselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_defaultprinterselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_defaultprinterselection_defaultprinterselection", + "displayName": "Default printer selection rules (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_disableprintpreview", + "displayName": "Disable Print Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_disableprintpreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_disableprintpreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printertypedenylist", + "displayName": "Disable printer types on the deny list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printertypedenylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printertypedenylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printertypedenylist_printertypedenylistdesc", + "displayName": "Disable printer types on the deny list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printheaderfooter", + "displayName": "Print Headers and Footers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printheaderfooter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printheaderfooter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_any", + "displayName": "Allow printing both with and without background graphics", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_enabled", + "displayName": "Allow printing only with background graphics", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_disabled", + "displayName": "Allow printing only without background graphics", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault_enabled", + "displayName": "Enable background graphics printing mode by default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault_disabled", + "displayName": "Disable background graphics printing mode by default", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingenabled", + "displayName": "Enable printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingpapersizedefault", + "displayName": "Default printing page size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingpapersizedefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingpapersizedefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printingpapersizedefault_printingpapersizedefault", + "displayName": "Default printing page size (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpdfasimageavailability", + "displayName": "Print PDF as Image Available (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpdfasimageavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpdfasimageavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode", + "displayName": "Print PostScript Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_printpostscriptmode", + "displayName": "Print PostScript Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_printpostscriptmode_0", + "displayName": "Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpostscriptmode_printpostscriptmode_1", + "displayName": "Type42", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpreviewusesystemdefaultprinter", + "displayName": "Use System Default Printer as Default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpreviewusesystemdefaultprinter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printpreviewusesystemdefaultprinter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode", + "displayName": "Print Rasterization Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_printrasterizationmode", + "displayName": "Print Rasterization Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_printrasterizationmode_0", + "displayName": "Full", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizationmode_printrasterizationmode_1", + "displayName": "Fast", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizepdfdpi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizepdfdpi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~printing_printrasterizepdfdpi_printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowclientpairing", + "displayName": "Enable or disable PIN-less authentication for remote access hosts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowclientpairing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowclientpairing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowfiletransfer", + "displayName": "Allow remote access users to transfer files to/from the host (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowfiletransfer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowfiletransfer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowrelayedconnection", + "displayName": "Enable the use of relay servers by the remote access host (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowrelayedconnection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowrelayedconnection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremoteaccessconnections", + "displayName": "Allow remote access connections to this machine (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremoteaccessconnections_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremoteaccessconnections_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremotesupportconnections", + "displayName": "Allow remote support connections to this machine (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremotesupportconnections_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowremotesupportconnections_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowuiaccessforremoteassistance", + "displayName": "Allow remote users to interact with elevated windows in remote assistance sessions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowuiaccessforremoteassistance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostallowuiaccessforremoteassistance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclientdomainlist", + "displayName": "Configure the required domain names for remote access clients (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclientdomainlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclientdomainlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclientdomainlist_remoteaccesshostclientdomainlistdesc", + "displayName": "Configure the required domain names for remote access clients (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclipboardsizebytes", + "displayName": "The maximum size, in bytes, that can be transferred between client and host via clipboard synchronization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclipboardsizebytes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclipboardsizebytes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostclipboardsizebytes_remoteaccesshostclipboardsizebytes", + "displayName": "The maximum size, in bytes, that can be transferred between client and host via clipboard synchronization: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostdomainlist", + "displayName": "Configure the required domain names for remote access hosts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostdomainlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostdomainlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostdomainlist_remoteaccesshostdomainlistdesc", + "displayName": "Configure the required domain names for remote access hosts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostfirewalltraversal", + "displayName": "Enable firewall traversal from remote access host (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostfirewalltraversal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostfirewalltraversal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostmaximumsessiondurationminutes", + "displayName": "Maximum session duration allowed for remote access connections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostmaximumsessiondurationminutes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostmaximumsessiondurationminutes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostmaximumsessiondurationminutes_remoteaccesshostmaximumsessiondurationminutes", + "displayName": "Maximum session duration allowed for remote access connections: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostrequirecurtain", + "displayName": "Enable curtaining of remote access hosts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostrequirecurtain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostrequirecurtain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostudpportrange", + "displayName": "Restrict the UDP port range used by the remote access host (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostudpportrange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostudpportrange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~remoteaccess_remoteaccesshostudpportrange_remoteaccesshostudpportrange", + "displayName": "Restrict the UDP port range used by the remote access host (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_additionallaunchparameters", + "displayName": "Additional command line parameters for Google Chrome (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_additionallaunchparameters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_additionallaunchparameters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_additionallaunchparameters_additionallaunchparameters", + "displayName": "Additional command line parameters for Google Chrome (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_advancedprotectiondeepscanningenabled", + "displayName": "Enable sending downloads to Google for deep scanning for users enrolled in the Advanced Protection program (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_advancedprotectiondeepscanningenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_advancedprotectiondeepscanningenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowoutdatedplugins", + "displayName": "Allow running plugins that are outdated (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowoutdatedplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowoutdatedplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowpopupsduringpageunload", + "displayName": "Allows a page to show popups during its unloading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowpopupsduringpageunload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_allowpopupsduringpageunload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_alwaysauthorizeplugins", + "displayName": "Always runs plugins that require authorization (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_alwaysauthorizeplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_alwaysauthorizeplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_appcacheforceenabled", + "displayName": "Allows the AppCache feature to be re-enabled even if it is off by default. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_appcacheforceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_appcacheforceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframecontenttypes", + "displayName": "Allow Google Chrome Frame to handle the listed content types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframecontenttypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframecontenttypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframecontenttypes_chromeframecontenttypesdesc", + "displayName": "Allow Google Chrome Frame to handle the listed content types (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings", + "displayName": "Default HTML renderer for Google Chrome Frame (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_chromeframerenderersettings", + "displayName": "Default HTML renderer for Google Chrome Frame (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_chromeframerenderersettings_0", + "displayName": "Use the host browser by default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_chromeframerenderersettings_chromeframerenderersettings_1", + "displayName": "Use Google Chrome Frame by default", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_clearsitedataonexit", + "displayName": "Clear site data on browser shutdown (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_clearsitedataonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_clearsitedataonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_cloudprintwarningssuppressed", + "displayName": "Suppress Google Cloud Print deprecation messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_cloudprintwarningssuppressed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_cloudprintwarningssuppressed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corslegacymodeenabled", + "displayName": "Use the legacy CORS implementation rather than new CORS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corslegacymodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corslegacymodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corsmitigationlist", + "displayName": "Enable CORS check mitigations in the new CORS implementation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corsmitigationlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corsmitigationlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_corsmitigationlist_corsmitigationlistdesc", + "displayName": "Enable CORS check mitigations in the new CORS implementation (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting", + "displayName": "Control use of the File Handling API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_defaultfilehandlingguardsetting", + "displayName": "Control use of the File Handling API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_defaultfilehandlingguardsetting_2", + "displayName": "Do not allow any web app to access file types via the File Handling API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultfilehandlingguardsetting_defaultfilehandlingguardsetting_3", + "displayName": "Allow web apps to ask the user to grant access to file types via the File Handling API", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting", + "displayName": "Default key generation setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_defaultkeygensetting", + "displayName": "Default key generation setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_defaultkeygensetting_1", + "displayName": "Allow all sites to use key generation", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultkeygensetting_defaultkeygensetting_2", + "displayName": "Do not allow any site to use key generation", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting", + "displayName": "Default Flash setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_defaultpluginssetting", + "displayName": "Default Flash setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_defaultpluginssetting_1", + "displayName": "Allow all sites to automatically run the Flash plugin", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_defaultpluginssetting_2", + "displayName": "Block the Flash plugin", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultpluginssetting_defaultpluginssetting_3", + "displayName": "Click to play", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturl", + "displayName": "Default search provider instant URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturl_defaultsearchproviderinstanturl", + "displayName": "Default search provider instant URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturlpostparams", + "displayName": "Parameters for instant URL which uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchproviderinstanturlpostparams_defaultsearchproviderinstanturlpostparams", + "displayName": "Parameters for instant URL which uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchprovidersearchtermsreplacementkey", + "displayName": "Parameter controlling search term placement for the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchprovidersearchtermsreplacementkey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchprovidersearchtermsreplacementkey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_defaultsearchprovidersearchtermsreplacementkey_defaultsearchprovidersearchtermsreplacementkey", + "displayName": "Parameter controlling search term placement for the default search provider (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dheenabled", + "displayName": "Enable DHE cipher suites in TLS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dheenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dheenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledplugins", + "displayName": "Specify a list of disabled plugins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledplugins_disabledpluginsdesc", + "displayName": "List of disabled plugins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledpluginsexceptions", + "displayName": "Specify a list of plugins that the user can enable or disable (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledpluginsexceptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledpluginsexceptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disabledpluginsexceptions_disabledpluginsexceptionsdesc", + "displayName": "List of exceptions to the list of disabled plugins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablepluginfinder", + "displayName": "Specify whether the plugin finder should be disabled (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablepluginfinder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablepluginfinder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablespdy", + "displayName": "Disable SPDY protocol (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablespdy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablespdy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablesslrecordsplitting", + "displayName": "Disable TLS False Start (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablesslrecordsplitting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_disablesslrecordsplitting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dnsprefetchingenabled", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dnsprefetchingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_dnsprefetchingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablecommonnamefallbackforlocalanchors", + "displayName": "Allow certificates issued by local trust anchors without subjectAlternativeName extension (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablecommonnamefallbackforlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablecommonnamefallbackforlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedprivetprinting", + "displayName": "Enable deprecated privet printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedprivetprinting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedprivetprinting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebbasedsignin", + "displayName": "Enable the old web-based signin flow (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebbasedsignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebbasedsignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebplatformfeatures", + "displayName": "Enable deprecated web platform features for a limited time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebplatformfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebplatformfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledeprecatedwebplatformfeatures_enabledeprecatedwebplatformfeaturesdesc", + "displayName": "Enable deprecated web platform features for a limited time (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledplugins", + "displayName": "Specify a list of enabled plugins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enabledplugins_enabledpluginsdesc", + "displayName": "List of enabled plugins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesha1forlocalanchors", + "displayName": "Allow SHA-1 signed certificates issued by local trust anchors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesha1forlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesha1forlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesymanteclegacyinfrastructure", + "displayName": "Enable trust in Symantec Corporation's Legacy PKI Infrastructure (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesymanteclegacyinfrastructure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enablesymanteclegacyinfrastructure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstorename", + "displayName": "Enterprise web store name (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstorename_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstorename_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstorename_enterprisewebstorename", + "displayName": "Enterprise web store name (deprecated) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstoreurl", + "displayName": "Enterprise web store URL (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstoreurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstoreurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_enterprisewebstoreurl_enterprisewebstoreurl", + "displayName": "Enterprise web store URL (deprecated) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_extensionallowinsecureupdates", + "displayName": "Allow insecure algorithms in integrity checks on extension updates and installs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_extensionallowinsecureupdates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_extensionallowinsecureupdates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingallowedforurls", + "displayName": "Allow the File Handling API on these web apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingallowedforurls_filehandlingallowedforurlsdesc", + "displayName": "Allow the File Handling API on these web apps (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingblockedforurls", + "displayName": "Block the File Handling API on these web apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_filehandlingblockedforurls_filehandlingblockedforurlsdesc", + "displayName": "Block the File Handling API on these web apps (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcelegacydefaultreferrerpolicy", + "displayName": "Use a default referrer policy of no-referrer-when-downgrade. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcelegacydefaultreferrerpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcelegacydefaultreferrerpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcenetworkinprocess", + "displayName": "Force networking code to run in the browser process (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcenetworkinprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_forcenetworkinprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_gcfuserdatadir", + "displayName": "Set Google Chrome Frame user data directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_gcfuserdatadir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_gcfuserdatadir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_gcfuserdatadir_gcfuserdatadir", + "displayName": "Set user data directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_hidewebstorepromo", + "displayName": "Prevent app promotions from appearing on the new tab page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_hidewebstorepromo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_hidewebstorepromo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_http09onnondefaultportsenabled", + "displayName": "Enable HTTP/0.9 support on non-default ports (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_http09onnondefaultportsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_http09onnondefaultportsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_instantenabled", + "displayName": "Enable Instant (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_instantenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_instantenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenallowedforurls", + "displayName": "Allow key generation on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenallowedforurls_keygenallowedforurlsdesc", + "displayName": "Allow key generation on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenblockedforurls", + "displayName": "Block key generation on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_keygenblockedforurls_keygenblockedforurlsdesc", + "displayName": "Block key generation on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled", + "displayName": "Default legacy SameSite cookie behavior setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled", + "displayName": "Default legacy SameSite cookie behavior setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled_1", + "displayName": "Revert to legacy SameSite behavior for cookies on all sites", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled_2", + "displayName": "Use SameSite-by-default behavior for cookies on all sites", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_localdiscoveryenabled", + "displayName": "Enable chrome://devices (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_localdiscoveryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_localdiscoveryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_machinelevelusercloudpolicyenrollmenttoken", + "displayName": "The enrollment token of cloud policy on desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_machinelevelusercloudpolicyenrollmenttoken_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_machinelevelusercloudpolicyenrollmenttoken_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_machinelevelusercloudpolicyenrollmenttoken_machinelevelusercloudpolicyenrollmenttoken", + "displayName": "The enrollment token of cloud policy on desktop (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_mediacachesize", + "displayName": "Set media disk cache size in bytes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_mediacachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_mediacachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_mediacachesize_mediacachesize", + "displayName": "Set media disk cache size: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pachttpsurlstrippingenabled", + "displayName": "Enable PAC URL stripping (for https://) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pachttpsurlstrippingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pachttpsurlstrippingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_passwordmanagerallowshowpasswords", + "displayName": "Allow users to show passwords in Password Manager (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_passwordmanagerallowshowpasswords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_passwordmanagerallowshowpasswords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsallowedforurls", + "displayName": "Allow the Flash plugin on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsallowedforurls_pluginsallowedforurlsdesc", + "displayName": "Allow the Flash plugin on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsblockedforurls", + "displayName": "Block the Flash plugin on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_pluginsblockedforurls_pluginsblockedforurlsdesc", + "displayName": "Block the Flash plugin on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_rc4enabled", + "displayName": "Enable RC4 cipher suites in TLS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_rc4enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_rc4enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccessclientfirewalltraversal", + "displayName": "Enable firewall traversal from remote access client (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccessclientfirewalltraversal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccessclientfirewalltraversal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostdebugoverridepolicies", + "displayName": "Policy overrides for Debug builds of the remote access host (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostdebugoverridepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostdebugoverridepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostdebugoverridepolicies_remoteaccesshostdebugoverridepolicies", + "displayName": "Policy overrides for Debug builds of the remote access host (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostrequiretwofactor", + "displayName": "Enable two-factor authentication for remote access hosts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostrequiretwofactor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshostrequiretwofactor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshosttalkgadgetprefix", + "displayName": "Configure the TalkGadget prefix for remote access hosts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshosttalkgadgetprefix_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshosttalkgadgetprefix_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_remoteaccesshosttalkgadgetprefix_remoteaccesshosttalkgadgetprefix", + "displayName": "Configure the TalkGadget prefix for remote access hosts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinchromeframelist", + "displayName": "Always render the following URL patterns in Google Chrome Frame (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinchromeframelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinchromeframelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinchromeframelist_renderinchromeframelistdesc", + "displayName": "Always render the following URL patterns in Google Chrome Frame (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinhostlist", + "displayName": "Always render the following URL patterns in the host browser (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinhostlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinhostlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_renderinhostlist_renderinhostlistdesc", + "displayName": "Always render the following URL patterns in the host browser (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_runallflashinallowmode", + "displayName": "Extend Flash content setting to all content (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_runallflashinallowmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_runallflashinallowmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_safebrowsingextendedreportingoptinallowed", + "displayName": "Allow users to opt in to Safe Browsing extended reporting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_safebrowsingextendedreportingoptinallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_safebrowsingextendedreportingoptinallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_skipmetadatacheck", + "displayName": "Skip the meta tag check in Google Chrome Frame (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_skipmetadatacheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_skipmetadatacheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin", + "displayName": "Minimum TLS version to fallback to (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_sslversionfallbackmin", + "displayName": "Minimum TLS version to fallback to (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_sslversionfallbackmin_tls1.1", + "displayName": "TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionfallbackmin_sslversionfallbackmin_tls1.2", + "displayName": "TLS 1.2", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax", + "displayName": "Maximum SSL version enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_sslversionmax", + "displayName": "Maximum SSL version enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_sslversionmax_tls1.2", + "displayName": "TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_sslversionmax_sslversionmax_tls1.3", + "displayName": "TLS 1.3", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_supervisedusercreationenabled", + "displayName": "Enable creation of supervised users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_supervisedusercreationenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_supervisedusercreationenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_suppresschromeframeturndownprompt", + "displayName": "Suppress the Google Chrome Frame turndown prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_suppresschromeframeturndownprompt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_suppresschromeframeturndownprompt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabfreezingenabled", + "displayName": "Allow background tabs freeze (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabfreezingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabfreezingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabunderallowed", + "displayName": "Allow sites to simultaneously navigate and open pop-ups (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabunderallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tabunderallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tls13hardeningforlocalanchorsenabled", + "displayName": "Enable a TLS 1.3 security feature for local trust anchors. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tls13hardeningforlocalanchorsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tls13hardeningforlocalanchorsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tripledesenabled", + "displayName": "Enable 3DES cipher suites in TLS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tripledesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_tripledesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_uselegacyformcontrols", + "displayName": "Use Legacy Form Controls until M84. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_uselegacyformcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_uselegacyformcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_useragentclienthintsenabled", + "displayName": "Control the User-Agent Client Hints feature. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_useragentclienthintsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_useragentclienthintsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webcomponentsv0enabled", + "displayName": "Re-enable Web Components v0 API until M84. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webcomponentsv0enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webcomponentsv0enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webdriveroverridesincompatiblepolicies", + "displayName": "Allow WebDriver to Override Incompatible Policies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webdriveroverridesincompatiblepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_webdriveroverridesincompatiblepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_welcomepageonosupgradeenabled", + "displayName": "Enable showing the welcome page on the first browser launch following OS upgrade (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_welcomepageonosupgradeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~removedpolicies_welcomepageonosupgradeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionchangepasswordurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionchangepasswordurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionchangepasswordurl_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionloginurls", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture salted hashes of passwords. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionloginurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionloginurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionloginurls_passwordprotectionloginurlsdesc", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture salted hashes of passwords. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger", + "displayName": "Password protection warning trigger (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger", + "displayName": "Password protection warning trigger (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_0", + "displayName": "Password protection warning is off", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_1", + "displayName": "Password protection warning is triggered by password reuse", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_2", + "displayName": "Password protection warning is triggered by password reuse on phishing page", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingallowlistdomains", + "displayName": "Configure the list of domains on which Safe Browsing will not trigger warnings. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingallowlistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingallowlistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingallowlistdomains_safebrowsingallowlistdomainsdesc", + "displayName": "Configure the list of domains on which Safe Browsing will not trigger warnings. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingextendedreportingenabled", + "displayName": "Enable Safe Browsing Extended Reporting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingextendedreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingextendedreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel", + "displayName": "Safe Browsing Protection Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_safebrowsingprotectionlevel", + "displayName": "Safe Browsing Protection Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_safebrowsingprotectionlevel_0", + "displayName": "Safe Browsing is never active.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_safebrowsingprotectionlevel_1", + "displayName": "Safe Browsing is active in the standard mode.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~safebrowsing_safebrowsingprotectionlevel_safebrowsingprotectionlevel_2", + "displayName": "Safe Browsing is active in the enhanced mode. This mode provides better security, but requires sharing more browsing information with Google.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_sameorigintabcaptureallowedbyorigins", + "displayName": "Allow Same Origin Tab capture by these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_sameorigintabcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_sameorigintabcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_sameorigintabcaptureallowedbyorigins_sameorigintabcaptureallowedbyoriginsdesc", + "displayName": "Allow Same Origin Tab capture by these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowed", + "displayName": "Allow or deny screen capture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowedbyorigins", + "displayName": "Allow Desktop, Window, and Tab capture by these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_screencaptureallowedbyorigins_screencaptureallowedbyoriginsdesc", + "displayName": "Allow Desktop, Window, and Tab capture by these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_tabcaptureallowedbyorigins", + "displayName": "Allow Tab capture by these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_tabcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_tabcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_tabcaptureallowedbyorigins_tabcaptureallowedbyoriginsdesc", + "displayName": "Allow Tab capture by these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_windowcaptureallowedbyorigins", + "displayName": "Allow Window and Tab capture by these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_windowcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_windowcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~screencapture_windowcaptureallowedbyorigins_windowcaptureallowedbyoriginsdesc", + "displayName": "Allow Window and Tab capture by these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepageisnewtabpage", + "displayName": "Use New Tab Page as homepage (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepageisnewtabpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepageisnewtabpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepagelocation", + "displayName": "Configure the home page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepagelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepagelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_homepagelocation_homepagelocation", + "displayName": "Home page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_newtabpagelocation", + "displayName": "Configure the New Tab page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_newtabpagelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_newtabpagelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_newtabpagelocation_newtabpagelocation", + "displayName": "New Tab page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup", + "displayName": "Action on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_restoreonstartup", + "displayName": "Action on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_restoreonstartup_5", + "displayName": "Open New Tab Page", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartup_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartupurls", + "displayName": "URLs to open on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartupurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartupurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_restoreonstartupurls_restoreonstartupurlsdesc", + "displayName": "URLs to open on startup (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_showhomebutton", + "displayName": "Show Home button on toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_showhomebutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_chromeintunev1~policy~googlechrome~startup_showhomebutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_credentialsui_disablepasswordreveal", + "displayName": "Do not display the password reveal button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_credentialsui_disablepasswordreveal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_credentialsui_disablepasswordreveal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_desktop_preventuserredirectionofprofilefolders", + "displayName": "Prohibit User from manually redirecting Profile Folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_desktop_preventuserredirectionofprofilefolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_desktop_preventuserredirectionofprofilefolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_display_enableperprocessdpi", + "displayName": "Enable Per Process Dpi (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_display_enableperprocessdpi_0", + "displayName": "Disabled", + "description": "Disable." + }, + { + "id": "user_vendor_msft_policy_config_display_enableperprocessdpi_1", + "displayName": "Enabled", + "description": "Enable." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_education_allowgraphingcalculator", + "displayName": "Allow Graphing Calculator (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_education_allowgraphingcalculator_0", + "displayName": "Block", + "description": "Disabled." + }, + { + "id": "user_vendor_msft_policy_config_education_allowgraphingcalculator_1", + "displayName": "Allow", + "description": "Enabled." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_education_defaultprintername", + "displayName": "Default Printer Name (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_education_preventaddingnewprinters", + "displayName": "Prevent Adding New Printers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_education_preventaddingnewprinters_0", + "displayName": "Disabled", + "description": "Allow user installation." + }, + { + "id": "user_vendor_msft_policy_config_education_preventaddingnewprinters_1", + "displayName": "Enabled", + "description": "Prevent user installation." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_education_printernames", + "displayName": "Printer Names (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_enterprisecloudprint_cloudprinterdiscoveryendpoint", + "displayName": "Cloud Printer Discovery End Point (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_enterprisecloudprint_cloudprintoauthauthority", + "displayName": "Cloud Print OAuth Authority (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_enterprisecloudprint_cloudprintoauthclientid", + "displayName": "Cloud Print OAuth Client Id (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_enterprisecloudprint_cloudprintresourceid", + "displayName": "Cloud Print Resource Id (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_enterprisecloudprint_mopriadiscoveryresourceid", + "displayName": "Mopria Discovery Resource Id (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_customizableerrormessages_l_listoferrormessagestocustomize", + "displayName": "List of error messages to customize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_customizableerrormessages_l_listoferrormessagestocustomize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_customizableerrormessages_l_listoferrormessagestocustomize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize87", + "displayName": "List of error messages to customize (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize87_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize87_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_datarecovery_l_donotshowdataextractionoptionswhenopeningcorruptworkbooks", + "displayName": "Do not show data extraction options when opening corrupt workbooks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_datarecovery_l_donotshowdataextractionoptionswhenopeningcorruptworkbooks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_datarecovery_l_donotshowdataextractionoptionswhenopeningcorruptworkbooks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems165", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems165_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems165_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems165_l_enteracommandbaridtodisable", + "displayName": "Enter a command bar ID to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys166", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys166_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys166_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys166_l_enterakeyandmodifiertodisable", + "displayName": "Enter a key and modifier to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodemacros", + "displayName": "Developer tab | Code | Macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodemacros_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodemacros_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodemacrosecurity", + "displayName": "Developer tab | Code | Macro Security (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodemacrosecurity_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodemacrosecurity_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercoderecordmacro", + "displayName": "Developer tab | Code | Record Macro (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercoderecordmacro_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercoderecordmacro_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodevisualbasic", + "displayName": "Developer tab | Code | Visual Basic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodevisualbasic_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_developercodevisualbasic_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_insertlinkshyperlink", + "displayName": "Insert tab | Links | Hyperlink (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_insertlinkshyperlink_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_insertlinkshyperlink_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonexceloptionscustomizationmailrecipient", + "displayName": "File tab | Share | Email (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonexceloptionscustomizationmailrecipient_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonexceloptionscustomizationmailrecipient_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonexceloptionscustomizedocumentlocation", + "displayName": "File tab | Options | Customize Ribbon | All Commands | Document Location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonexceloptionscustomizedocumentlocation_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonexceloptionscustomizedocumentlocation_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonxceloptionscustomizationcombinedpreviewwebpagepreview", + "displayName": "File tab | Options | Customize Ribbon | All Commands | Web Page Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonxceloptionscustomizationcombinedpreviewwebpagepreview_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_officebuttonxceloptionscustomizationcombinedpreviewwebpagepreview_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectsharing", + "displayName": "Review tab | Changes | Protect and Share Workbook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectsharing_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectsharing_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectsheet", + "displayName": "Review tab | Changes | Protect Sheet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectsheet_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectsheet_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectworkbook", + "displayName": "Review tab | Changes | Protect Workbook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectworkbook_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_reviewchangesprotectworkbook_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_viewmacrosmacros", + "displayName": "View tab | Macros | Macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_viewmacrosmacros_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_viewmacrosmacros_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros", + "displayName": "Alt+F8 (Developer | Code | Macros) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altlvdevelopercodevisualbasic", + "displayName": "Alt+F11 (Developer | Code | Visual Basic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altlvdevelopercodevisualbasic_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altlvdevelopercodevisualbasic_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlfhomeeditingfind", + "displayName": "Ctrl+F (Home | Editing | Find & Select | Find) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlfhomeeditingfind_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlfhomeeditingfind_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinsertlinkshyperlinks", + "displayName": "Ctrl+K (Insert | Links | Hyperlink) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinsertlinkshyperlinks_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinsertlinkshyperlinks_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_alertbeforeoverwritingcells", + "displayName": "Alert before overwriting cells (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_alertbeforeoverwritingcells_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_alertbeforeoverwritingcells_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_alternatestartupfilelocation", + "displayName": "Alternate startup file location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_alternatestartupfilelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_alternatestartupfilelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_alternatestartupfilelocation_l_alternatestartupfilelocation86", + "displayName": "Alternate startup file location (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_asktoupdateautomaticlinks", + "displayName": "Ask to update automatic links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_asktoupdateautomaticlinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_asktoupdateautomaticlinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_automaticallyflashfill", + "displayName": "Automatically Flash Fill (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_automaticallyflashfill_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_automaticallyflashfill_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_automaticallyinsertadecimalpoint", + "displayName": "Automatically insert a decimal point (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_automaticallyinsertadecimalpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_automaticallyinsertadecimalpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_chartreftrackingenabled", + "displayName": "Allow formatting and labels to track data points (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_chartreftrackingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_chartreftrackingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_comments", + "displayName": "Comments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_comments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_comments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_comments_l_comments85", + "displayName": "Comments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_comments_l_comments85_0", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_comments_l_comments85_1", + "displayName": "Comment indicator only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_comments_l_comments85_2", + "displayName": "Comment & indicator", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cursormovement", + "displayName": "Cursor movement (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cursormovement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cursormovement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cursormovement_l_cursormovement82", + "displayName": "Cursor movement (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cursormovement_l_cursormovement82_0", + "displayName": "Logical", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cursormovement_l_cursormovement82_1", + "displayName": "Visual", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cutandcopyobjectswithcells", + "displayName": "Cut and copy objects with cells (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cutandcopyobjectswithcells_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_cutandcopyobjectswithcells_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_defaultdirection", + "displayName": "Default sheet direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_defaultdirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_defaultdirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_defaultdirection_l_defaultdirection81", + "displayName": "Default sheet direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_defaultdirection_l_defaultdirection81_1", + "displayName": "Right-to-Left", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_defaultdirection_l_defaultdirection81_0", + "displayName": "Left-to-Right", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_editdirectlyincell", + "displayName": "Edit directly in cell (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_editdirectlyincell_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_editdirectlyincell_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enableautocompleteforcellvalues", + "displayName": "Enable AutoComplete for cell values (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enableautocompleteforcellvalues_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enableautocompleteforcellvalues_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enableautomaticpercententry", + "displayName": "Enable automatic percent entry (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enableautomaticpercententry_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enableautomaticpercententry_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enablefillhandleandcelldraganddrop", + "displayName": "Enable fill handle and cell drag-and-drop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enablefillhandleandcelldraganddrop_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_enablefillhandleandcelldraganddrop_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_extenddatarangeformatsandformulas", + "displayName": "Extend data range formats and formulas (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_extenddatarangeformatsandformulas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_extenddatarangeformatsandformulas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_functiontooltips", + "displayName": "Function tooltips (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_functiontooltips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_functiontooltips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_ignoreotherapplications", + "displayName": "Ignore other applications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_ignoreotherapplications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_ignoreotherapplications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_microsoftexcelmenuorhelpkey", + "displayName": "Microsoft Excel menu or Help key (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_microsoftexcelmenuorhelpkey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_microsoftexcelmenuorhelpkey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_microsoftexcelmenuorhelpkey_l_helpkey", + "displayName": "Enter ASCII value (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenter", + "displayName": "Move selection after Enter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenterdirection", + "displayName": "Move selection after Enter direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenterdirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenterdirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenterdirection_l_moveselectionafterenterdirection84", + "displayName": "Move selection after Enter direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenterdirection_l_moveselectionafterenterdirection84_0", + "displayName": "Down", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenterdirection_l_moveselectionafterenterdirection84_1", + "displayName": "Right", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenterdirection_l_moveselectionafterenterdirection84_2", + "displayName": "Up", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_moveselectionafterenterdirection_l_moveselectionafterenterdirection84_3", + "displayName": "Left", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_recentlyusedfilelist", + "displayName": "Number of workbooks in the Recent Workbooks list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_recentlyusedfilelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_recentlyusedfilelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_recentlyusedfilelist_l_entriesonrecentlyusedfilelist", + "displayName": "Entries on recently used file list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_setnumberofplacesintherecentplaceslist", + "displayName": "Number of folders in the Recent Folders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_setnumberofplacesintherecentplaceslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_setnumberofplacesintherecentplaceslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_setnumberofplacesintherecentplaceslist_l_setnumberofplacesintherecentplaceslistspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showalertifnotdefault", + "displayName": "Show Alert if Excel is not the default for its associated file types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showalertifnotdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showalertifnotdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showcontrolcharacters", + "displayName": "Show control characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showcontrolcharacters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showcontrolcharacters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showformulabarinfullview", + "displayName": "Show Formula bar in Full View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showformulabarinfullview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showformulabarinfullview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showformulabarinnormalview", + "displayName": "Show Formula bar in Normal View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showformulabarinnormalview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showformulabarinnormalview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showinsertoptionsbuttons", + "displayName": "Show Insert Options buttons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showinsertoptionsbuttons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showinsertoptionsbuttons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_shownames", + "displayName": "Show names (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_shownames_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_shownames_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showpasteoptionsbuttonwhencontentispasted", + "displayName": "Show Paste Options button when content is pasted (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showpasteoptionsbuttonwhencontentispasted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showpasteoptionsbuttonwhencontentispasted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showvalues", + "displayName": "Show values (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showvalues_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_showvalues_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_transitionnavigationkeys", + "displayName": "Transition navigation keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_transitionnavigationkeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_transitionnavigationkeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_zoomonrollwithintellimouse", + "displayName": "Zoom on roll with IntelliMouse (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_zoomonrollwithintellimouse_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced_l_zoomonrollwithintellimouse_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced~l_weboptions~l_general_l_loadpicturesfromwebpagesnotcreatedinexcel", + "displayName": "Load pictures from Web pages not created in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced~l_weboptions~l_general_l_loadpicturesfromwebpagesnotcreatedinexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_advanced~l_weboptions~l_general_l_loadpicturesfromwebpagesnotcreatedinexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_formulas_l_r1c1referencestyle", + "displayName": "R1C1 reference style (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_formulas_l_r1c1referencestyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_formulas_l_r1c1referencestyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionscustomizeribbon_l_displaydevelopertab", + "displayName": "Display Developer tab in the Ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionscustomizeribbon_l_displaydevelopertab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionscustomizeribbon_l_displaydevelopertab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_allowquickanalysis", + "displayName": "Show Quick Analysis options on selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_allowquickanalysis_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_allowquickanalysis_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_allowselectionfloaties", + "displayName": "Show Mini Toolbar on selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_allowselectionfloaties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_allowselectionfloaties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_defaultsheets", + "displayName": "Default Sheets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_defaultsheets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_defaultsheets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_defaultsheets_l_sheetsinnewworkbook", + "displayName": "Sheets in new workbook (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_disablelivepreview", + "displayName": "Enable Live Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_disablelivepreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_disablelivepreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_font", + "displayName": "Font (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_font_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_font_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_font_l_namesize", + "displayName": "Name, Size (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_windowsintaskbar", + "displayName": "Show all windows in the Taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_windowsintaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_optionsgeneral_l_windowsintaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_proofing~l_autocorrectoptions_l_includenewrowsandcolumnsinlist", + "displayName": "Include new rows and columns in table (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_proofing~l_autocorrectoptions_l_includenewrowsandcolumnsinlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_proofing~l_autocorrectoptions_l_includenewrowsandcolumnsinlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_proofing~l_autocorrectoptions_l_internetandnetworkpathsashyperlinks", + "displayName": "Internet and network paths as hyperlinks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_proofing~l_autocorrectoptions_l_internetandnetworkpathsashyperlinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_proofing~l_autocorrectoptions_l_internetandnetworkpathsashyperlinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecoverdelay", + "displayName": "AutoRecover delay (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecoverdelay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecoverdelay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecoverdelay_l_secondsofidletimebeforeautorecoverstarts", + "displayName": "Seconds of idle time before AutoRecover starts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecoversavelocation", + "displayName": "AutoRecover save location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecoversavelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecoversavelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecoversavelocation_l_autorecoversavelocation2", + "displayName": "AutoRecover save location (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecovertime", + "displayName": "AutoRecover time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecovertime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecovertime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_autorecovertime_l_saveautorecoverinfoevery", + "displayName": "Save AutoRecover info every (minutes): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_defaultfilelocation", + "displayName": "Default file location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_defaultfilelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_defaultfilelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_defaultfilelocation_l_defaultfilelocation0", + "displayName": "Default file location (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_disableautorepublish", + "displayName": "Disable AutoRepublish (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_disableautorepublish_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_disableautorepublish_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_donotshowautorepublishwarningalert", + "displayName": "Do not show AutoRepublish warning alert (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_donotshowautorepublishwarningalert_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_donotshowautorepublishwarningalert_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_keeplastautosavedversions", + "displayName": "Keep the last AutoSaved versions of files for the next session (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_keeplastautosavedversions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_keeplastautosavedversions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_promptforworkbookproperties", + "displayName": "Prompt for workbook properties (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_promptforworkbookproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_promptforworkbookproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveautorecoverinfo", + "displayName": "Save AutoRecover info (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveautorecoverinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveautorecoverinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas", + "displayName": "Default file format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_l_saveexcelfilesas1", + "displayName": "Save Excel files as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_l_saveexcelfilesas1_51", + "displayName": "Excel Workbook (*.xlsx)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_l_saveexcelfilesas1_52", + "displayName": "Excel Macro-Enabled Workbook (*.xlsm)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_l_saveexcelfilesas1_50", + "displayName": "Excel Binary Workbook (*.xlsb)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_l_saveexcelfilesas1_44", + "displayName": "Web Page (*.htm; *.html)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_l_saveexcelfilesas1_56", + "displayName": "Excel 97-2003 Workbook (*.xls)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_l_saveexcelfilesas1_39", + "displayName": "Excel 5.0/95 Workbook (*.xls)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_saveexcelfilesas_l_saveexcelfilesas1_60", + "displayName": "OpenDocument Spreadsheet (*.ods)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_turnofffileformatcompatiblitydialogforods", + "displayName": "Suppress file format compatibility dialog box for OpenDocument Spreadsheet format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_turnofffileformatcompatiblitydialogforods_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_save_l_turnofffileformatcompatiblitydialogforods_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_determinewhethertoforceencryptedexcel", + "displayName": "Scan encrypted macros in Excel Open XML workbooks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_determinewhethertoforceencryptedexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_determinewhethertoforceencryptedexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_determinewhethertoforceencryptedexcel_l_determinewhethertoforceencryptedexceldropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_determinewhethertoforceencryptedexcel_l_determinewhethertoforceencryptedexceldropid_0", + "displayName": "Scan encrypted macros (default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_determinewhethertoforceencryptedexcel_l_determinewhethertoforceencryptedexceldropid_1", + "displayName": "Scan if anti-virus software available", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_determinewhethertoforceencryptedexcel_l_determinewhethertoforceencryptedexceldropid_2", + "displayName": "Load macros without scanning", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_forcefileextenstionstomatch", + "displayName": "Force file extension to match file type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_forcefileextenstionstomatch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_forcefileextenstionstomatch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_forcefileextenstionstomatch_l_empty", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_forcefileextenstionstomatch_l_empty_0", + "displayName": "Allow different", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_forcefileextenstionstomatch_l_empty_1", + "displayName": "Allow different, but warn", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_forcefileextenstionstomatch_l_empty_2", + "displayName": "Always match file type", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_performfilevalidationonpivotcaches", + "displayName": "Perform file validation on pivot caches (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_performfilevalidationonpivotcaches_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_performfilevalidationonpivotcaches_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_performfilevalidationonpivotcaches_l_performfilevalidationonpivotcachesdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_performfilevalidationonpivotcaches_l_performfilevalidationonpivotcachesdropid_0", + "displayName": "No file validation", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_performfilevalidationonpivotcaches_l_performfilevalidationonpivotcachesdropid_1", + "displayName": "Web and email sources", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_performfilevalidationonpivotcaches_l_performfilevalidationonpivotcachesdropid_2", + "displayName": "Always perform validation", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_turnofffilevalidation", + "displayName": "Turn off file validation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_turnofffilevalidation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_turnofffilevalidation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_webcontentwarninglevel", + "displayName": "WEBSERVICE Function Notification Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_webcontentwarninglevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_webcontentwarninglevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_webcontentwarninglevel_l_webcontentwarninglevelvalue", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_webcontentwarninglevel_l_webcontentwarninglevelvalue_0", + "displayName": "Enable all WEBSERVICE functions (not recommended)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_webcontentwarninglevel_l_webcontentwarninglevelvalue_1", + "displayName": "Disable all with notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security_l_webcontentwarninglevel_l_webcontentwarninglevelvalue_2", + "displayName": "Disable all without notification", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_configurecngcipherchainingmode", + "displayName": "Configure CNG cipher chaining mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_configurecngcipherchainingmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_configurecngcipherchainingmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecbc", + "displayName": "Cipher Block Chaining (CBC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecfb", + "displayName": "Cipher Feedback (CFB)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngcipheralgorithm", + "displayName": "Set CNG cipher algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngcipheralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngcipheralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngcipheralgorithm_l_setcngcipheralgorithmid", + "displayName": "CNG cipher algorithm: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngcipherkeylength", + "displayName": "Set CNG cipher key length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngcipherkeylength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngcipherkeylength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngcipherkeylength_l_setcngcipherkeylengthspinid", + "displayName": "Cipher key length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngpasswordspincount", + "displayName": "Set CNG password spin count (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngpasswordspincount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngpasswordspincount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setcngpasswordspincount_l_setcngpasswordspincountspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setparametersforcngcontext", + "displayName": "Set parameters for CNG context (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setparametersforcngcontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setparametersforcngcontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_setparametersforcngcontext_l_setparametersforcngcontextid", + "displayName": "Parameters (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycnghashalgorithm", + "displayName": "Specify CNG hash algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycnghashalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycnghashalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha512", + "displayName": "SHA512", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm", + "displayName": "Specify CNG random number generator algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_l_specifycngrandomnumbergeneratoralgorithmid", + "displayName": "Random number generator: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycngsaltlength", + "displayName": "Specify CNG salt length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycngsaltlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycngsaltlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifycngsaltlength_l_specifycngsaltlengthspinid", + "displayName": "Number of bytes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifyencryptioncompatibility", + "displayName": "Specify encryption compatibility (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifyencryptioncompatibility_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifyencryptioncompatibility_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_0", + "displayName": "Use legacy format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_1", + "displayName": "Use next generation format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_2", + "displayName": "All files save with next generation format", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_usenewkeyonpasswordchange", + "displayName": "Use new key on password change (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_usenewkeyonpasswordchange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_cryptography_l_usenewkeyonpasswordchange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet", + "displayName": "Block macros from running in Office files from the Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disableallapplicationextensions", + "displayName": "Disable all application add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disableallapplicationextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disableallapplicationextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned", + "displayName": "Require that application add-ins are signed by Trusted Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments", + "displayName": "Set maximum number of trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_l_setmaximumnumberoftrusteddocumentsspinid", + "displayName": "Maximum number: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve", + "displayName": "Set maximum number of trust records to preserve (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_l_setmaximumnumberoftrustrecordstopreservespinid", + "displayName": "Maximum to preserve: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_storemacroinpersonalmacroworkbookbydefault", + "displayName": "Store macro in Personal Macro Workbook by default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_storemacroinpersonalmacroworkbookbydefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_storemacroinpersonalmacroworkbookbydefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject", + "displayName": "Trust access to Visual Basic Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_turnofftrusteddocuments", + "displayName": "Turn off trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_turnofftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_turnofftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork", + "displayName": "Turn off Trusted Documents on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_vbawarningspolicy", + "displayName": "VBA Macro Notification Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_vbawarningspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_vbawarningspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty4", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty4_2", + "displayName": "Disable all with notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty4_3", + "displayName": "Disable all except digitally signed macros", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty4_4", + "displayName": "Disable all without notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty4_1", + "displayName": "Enable all macros (not recommended)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_dbaseiiiandivfiles", + "displayName": "dBase III / IV files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_dbaseiiiandivfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_dbaseiiiandivfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_dbaseiiiandivfiles_l_dbaseiiiandivfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_dbaseiiiandivfiles_l_dbaseiiiandivfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_dbaseiiiandivfiles_l_dbaseiiiandivfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_difandsylkfiles", + "displayName": "Dif and Sylk files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_difandsylkfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_difandsylkfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_difandsylkfiles_l_difandsylkfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_difandsylkfiles_l_difandsylkfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_difandsylkfiles_l_difandsylkfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_difandsylkfiles_l_difandsylkfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlateraddinfiles", + "displayName": "Excel 2007 and later add-in files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlateraddinfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlateraddinfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlateraddinfiles_l_excel2007andlateraddinfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlateraddinfiles_l_excel2007andlateraddinfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlateraddinfiles_l_excel2007andlateraddinfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlateraddinfiles_l_excel2007andlateraddinfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks", + "displayName": "Excel 2007 and later binary workbooks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_l_excel2007andlaterbinaryworkbooksdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_l_excel2007andlaterbinaryworkbooksdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_l_excel2007andlaterbinaryworkbooksdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_l_excel2007andlaterbinaryworkbooksdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_l_excel2007andlaterbinaryworkbooksdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_l_excel2007andlaterbinaryworkbooksdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterbinaryworkbooks_l_excel2007andlaterbinaryworkbooksdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates", + "displayName": "Excel 2007 and later macro-enabled workbooks and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_l_excel2007andlatermacroenabledworkbooksandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_l_excel2007andlatermacroenabledworkbooksandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_l_excel2007andlatermacroenabledworkbooksandtemplatesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_l_excel2007andlatermacroenabledworkbooksandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_l_excel2007andlatermacroenabledworkbooksandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_l_excel2007andlatermacroenabledworkbooksandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlatermacroenabledworkbooksandtemplates_l_excel2007andlatermacroenabledworkbooksandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates", + "displayName": "Excel 2007 and later workbooks and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_l_excel2007andlaterworkbooksandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_l_excel2007andlaterworkbooksandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_l_excel2007andlaterworkbooksandtemplatesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_l_excel2007andlaterworkbooksandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_l_excel2007andlaterworkbooksandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_l_excel2007andlaterworkbooksandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2007andlaterworkbooksandtemplates_l_excel2007andlaterworkbooksandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles", + "displayName": "Excel 2 macrosheets and add-in files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles_l_excel2macrosheetsandaddinfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles_l_excel2macrosheetsandaddinfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles_l_excel2macrosheetsandaddinfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles_l_excel2macrosheetsandaddinfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles_l_excel2macrosheetsandaddinfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2macrosheetsandaddinfiles_l_excel2macrosheetsandaddinfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets", + "displayName": "Excel 2 worksheets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets_l_excel2worksheetsdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets_l_excel2worksheetsdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets_l_excel2worksheetsdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets_l_excel2worksheetsdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets_l_excel2worksheetsdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel2worksheets_l_excel2worksheetsdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles", + "displayName": "Excel 3 macrosheets and add-in files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles_l_excel3macrosheetsandaddinfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles_l_excel3macrosheetsandaddinfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles_l_excel3macrosheetsandaddinfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles_l_excel3macrosheetsandaddinfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles_l_excel3macrosheetsandaddinfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3macrosheetsandaddinfiles_l_excel3macrosheetsandaddinfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets", + "displayName": "Excel 3 worksheets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets_l_excel3worksheetsdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets_l_excel3worksheetsdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets_l_excel3worksheetsdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets_l_excel3worksheetsdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets_l_excel3worksheetsdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel3worksheets_l_excel3worksheetsdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles", + "displayName": "Excel 4 macrosheets and add-in files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles_l_excel4macrosheetsandaddinfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles_l_excel4macrosheetsandaddinfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles_l_excel4macrosheetsandaddinfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles_l_excel4macrosheetsandaddinfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles_l_excel4macrosheetsandaddinfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4macrosheetsandaddinfiles_l_excel4macrosheetsandaddinfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks", + "displayName": "Excel 4 workbooks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks_l_excel4workbooksdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks_l_excel4workbooksdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks_l_excel4workbooksdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks_l_excel4workbooksdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks_l_excel4workbooksdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4workbooks_l_excel4workbooksdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets", + "displayName": "Excel 4 worksheets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets_l_excel4worksheetsdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets_l_excel4worksheetsdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets_l_excel4worksheetsdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets_l_excel4worksheetsdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets_l_excel4worksheetsdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel4worksheets_l_excel4worksheetsdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates", + "displayName": "Excel 95-97 workbooks and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates_l_excel9597workbooksandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates_l_excel9597workbooksandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates_l_excel9597workbooksandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates_l_excel9597workbooksandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates_l_excel9597workbooksandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel9597workbooksandtemplates_l_excel9597workbooksandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks", + "displayName": "Excel 95 workbooks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_l_excel95workbooksdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_l_excel95workbooksdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_l_excel95workbooksdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_l_excel95workbooksdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_l_excel95workbooksdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_l_excel95workbooksdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel95workbooks_l_excel95workbooksdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003addinfiles", + "displayName": "Excel 97-2003 add-in files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003addinfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003addinfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003addinfiles_l_excel972003addinfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003addinfiles_l_excel972003addinfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003addinfiles_l_excel972003addinfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003addinfiles_l_excel972003addinfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates", + "displayName": "Excel 97-2003 workbooks and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_l_excel972003workbooksandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_l_excel972003workbooksandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_l_excel972003workbooksandtemplatesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_l_excel972003workbooksandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_l_excel972003workbooksandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_l_excel972003workbooksandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_excel972003workbooksandtemplates_l_excel972003workbooksandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_exceladdinfiles", + "displayName": "Excel add-in files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_exceladdinfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_exceladdinfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_exceladdinfiles_l_exceladdinfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_exceladdinfiles_l_exceladdinfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_exceladdinfiles_l_exceladdinfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel", + "displayName": "Legacy converters for Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel_l_legacyconvertersforexceldropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel_l_legacyconvertersforexceldropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel_l_legacyconvertersforexceldropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel_l_legacyconvertersforexceldropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel_l_legacyconvertersforexceldropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforexcel_l_legacyconvertersforexceldropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel", + "displayName": "Microsoft Office Open XML converters for Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_l_microsoftofficeopenxmlconvertersforexceldropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_l_microsoftofficeopenxmlconvertersforexceldropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_l_microsoftofficeopenxmlconvertersforexceldropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_l_microsoftofficeopenxmlconvertersforexceldropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_l_microsoftofficeopenxmlconvertersforexceldropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_l_microsoftofficeopenxmlconvertersforexceldropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforexcel_l_microsoftofficeopenxmlconvertersforexceldropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles", + "displayName": "Microsoft Office query files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_l_microsoftofficequeryfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_l_microsoftofficequeryfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_l_microsoftofficequeryfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_l_microsoftofficequeryfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_l_microsoftofficequeryfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_l_microsoftofficequeryfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficequeryfiles_l_microsoftofficequeryfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_officedataconnectionfiles", + "displayName": "Microsoft Office data connection files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_officedataconnectionfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_officedataconnectionfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_officedataconnectionfiles_l_officedataconnectionfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_officedataconnectionfiles_l_officedataconnectionfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_officedataconnectionfiles_l_officedataconnectionfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_offlinecubefiles", + "displayName": "Offline cube files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_offlinecubefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_offlinecubefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_offlinecubefiles_l_offlinecubefilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_offlinecubefiles_l_offlinecubefilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_offlinecubefiles_l_offlinecubefilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles", + "displayName": "OpenDocument Spreadsheet files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_l_opendocumentspreadsheetfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_l_opendocumentspreadsheetfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_l_opendocumentspreadsheetfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_l_opendocumentspreadsheetfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_l_opendocumentspreadsheetfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_l_opendocumentspreadsheetfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentspreadsheetfiles_l_opendocumentspreadsheetfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_otherdatasourcefiles", + "displayName": "Other data source files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_otherdatasourcefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_otherdatasourcefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_otherdatasourcefiles_l_otherdatasourcefilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_otherdatasourcefiles_l_otherdatasourcefilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_otherdatasourcefiles_l_otherdatasourcefilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior", + "displayName": "Set default file block behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_0", + "displayName": "Blocked files are not opened", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_1", + "displayName": "Blocked files open in Protected View and can not be edited", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_2", + "displayName": "Blocked files open in Protected View and can be edited", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_textfiles", + "displayName": "Text files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_textfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_textfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_textfiles_l_textfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_textfiles_l_textfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_textfiles_l_textfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_textfiles_l_textfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets", + "displayName": "Web pages and Excel 2003 XML spreadsheets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_l_webpagesandexcel2003xmlspreadsheetsdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_l_webpagesandexcel2003xmlspreadsheetsdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_l_webpagesandexcel2003xmlspreadsheetsdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_l_webpagesandexcel2003xmlspreadsheetsdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_l_webpagesandexcel2003xmlspreadsheetsdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_l_webpagesandexcel2003xmlspreadsheetsdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_webpagesandexcel2003xmlspreadsheets_l_webpagesandexcel2003xmlspreadsheetsdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_xmlfiles", + "displayName": "XML files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_xmlfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_xmlfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_xmlfiles_l_xmlfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_xmlfiles_l_xmlfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_xmlfiles_l_xmlfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_fileblocksettings_l_xmlfiles_l_xmlfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview", + "displayName": "Do not open files from the Internet zone in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview", + "displayName": "Do not open files in unsafe locations in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview", + "displayName": "Open files on local Intranet UNC in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails", + "displayName": "Set document behavior if file validation fails (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid_0", + "displayName": "Block files", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid_1", + "displayName": "Open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3", + "displayName": "Checked: Allow edit. Unchecked: Do not allow edit. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook", + "displayName": "Turn off Protected View for attachments opened from Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork", + "displayName": "Allow Trusted Locations on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc", + "displayName": "Disable all trusted locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01", + "displayName": "Trusted Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_datecolon", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_descriptioncolon", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_pathcolon", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02", + "displayName": "Trusted Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders8", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders8_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders8_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_datecolon6", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_descriptioncolon7", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_pathcolon5", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03", + "displayName": "Trusted Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders12", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders12_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders12_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_datecolon10", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_descriptioncolon11", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_pathcolon9", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04", + "displayName": "Trusted Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders16", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders16_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders16_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_datecolon14", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_descriptioncolon15", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_pathcolon13", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05", + "displayName": "Trusted Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders20", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders20_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders20_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_datecolon18", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_descriptioncolon19", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_pathcolon17", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06", + "displayName": "Trusted Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders24", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders24_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders24_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_datecolon22", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_descriptioncolon23", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_pathcolon21", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07", + "displayName": "Trusted Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders28", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders28_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders28_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_datecolon26", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_descriptioncolon27", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_pathcolon25", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08", + "displayName": "Trusted Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders32", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders32_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders32_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_datecolon30", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_descriptioncolon31", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_pathcolon29", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09", + "displayName": "Trusted Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders36", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders36_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders36_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_datecolon34", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_descriptioncolon35", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_pathcolon33", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10", + "displayName": "Trusted Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders40", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders40_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders40_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_datecolon38", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_descriptioncolon39", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_pathcolon37", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11", + "displayName": "Trusted Location #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders44", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders44_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders44_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_datecolon42", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_descriptioncolon43", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_pathcolon41", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12", + "displayName": "Trusted Location #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders48", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders48_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders48_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_datecolon46", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_descriptioncolon47", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_pathcolon45", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13", + "displayName": "Trusted Location #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders52", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders52_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders52_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_datecolon50", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_descriptioncolon51", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_pathcolon49", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14", + "displayName": "Trusted Location #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders56", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders56_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders56_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_datecolon54", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_descriptioncolon55", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_pathcolon53", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15", + "displayName": "Trusted Location #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders60", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders60_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders60_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_datecolon58", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_descriptioncolon59", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_pathcolon57", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16", + "displayName": "Trusted Location #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders64", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders64_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders64_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_datecolon62", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_descriptioncolon63", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_pathcolon61", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17", + "displayName": "Trusted Location #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders68", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders68_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders68_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_datecolon66", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_descriptioncolon67", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_pathcolon65", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18", + "displayName": "Trusted Location #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders72", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders72_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders72_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_datecolon70", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_descriptioncolon71", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_pathcolon69", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19", + "displayName": "Trusted Location #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders76", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders76_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders76_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_datecolon74", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_descriptioncolon75", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_pathcolon73", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20", + "displayName": "Trusted Location #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders80", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders80_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders80_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_datecolon78", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_descriptioncolon79", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_pathcolon77", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation", + "displayName": "Check for accessibility issues while editing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation", + "displayName": "Stop checking for alt text accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsusedasformatting", + "displayName": "Stop checking for blank table rows used as formatting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsusedasformatting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsusedasformatting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingformergedcells", + "displayName": "Stop checking for merged cells (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingformergedcells_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingformergedcells_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation", + "displayName": "Stop checking for table header accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful", + "displayName": "Stop checking to ensure hyperlink text is meaningful (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensurenondefaultsheetnames", + "displayName": "Stop checking to ensure non-default sheet names (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensurenondefaultsheetnames_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensurenondefaultsheetnames_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensureworkbooksallowprogrammaticaccess", + "displayName": "Stop checking to ensure workbooks allow programmatic access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensureworkbooksallowprogrammaticaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtoensureworkbooksallowprogrammaticaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_intelligentservices_l_insights", + "displayName": "Remove Ideas button from the Ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_intelligentservices_l_insights_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_intelligentservices_l_insights_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_defaultcustomtab", + "displayName": "Show custom templates tab by default in Excel on the Office Start screen and in File | New (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_defaultcustomtab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_defaultcustomtab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_disableofficestartexcel", + "displayName": "Disable the Office Start screen for Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_disableofficestartexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_disableofficestartexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_donotcachenetworkfileslocally", + "displayName": "Do not cache network files locally (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_donotcachenetworkfileslocally_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_donotcachenetworkfileslocally_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_enablefourdigityeardisplay", + "displayName": "Enable four-digit year display (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_enablefourdigityeardisplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_enablefourdigityeardisplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_graphgallerypath", + "displayName": "Graph gallery path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_graphgallerypath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_graphgallerypath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_graphgallerypath_l_graphgallerypath169", + "displayName": "Graph gallery path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_olappivottableuserdefinedfunctionudfsecuritysetting", + "displayName": "OLAP PivotTable User Defined Function (UDF) security setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_olappivottableuserdefinedfunctionudfsecuritysetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_olappivottableuserdefinedfunctionudfsecuritysetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_olappivottableuserdefinedfunctionudfsecuritysetting_l_olappivottableuserdefinedfunctionudfsecuritysetting171", + "displayName": "OLAP PivotTable User Defined Function (UDF) security setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_olappivottableuserdefinedfunctionudfsecuritysetting_l_olappivottableuserdefinedfunctionudfsecuritysetting171_1", + "displayName": "Allow ALL UDFs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_olappivottableuserdefinedfunctionudfsecuritysetting_l_olappivottableuserdefinedfunctionudfsecuritysetting171_2", + "displayName": "Allow safe UDFs only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_olappivottableuserdefinedfunctionudfsecuritysetting_l_olappivottableuserdefinedfunctionudfsecuritysetting171_3", + "displayName": "Allow NO UDFs", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_personaltemplatespath", + "displayName": "Personal templates path for Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_personaltemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_personaltemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168_l_personaltemplatespath_l_personaltemplatespath", + "displayName": "Personal templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp", + "displayName": "Turn off file synchronization via SOAP over HTTP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v2~policy~l_microsoftofficeexcel~l_miscellaneous168~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_disableddeserverlaunch", + "displayName": "Don’t allow Dynamic Data Exchange (DDE) server launch in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_disableddeserverlaunch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_disableddeserverlaunch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_disableddeserverlookup", + "displayName": "Don’t allow Dynamic Data Exchange (DDE) server lookup in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_disableddeserverlookup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_disableddeserverlookup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_enableblockunsecurequeryfiles", + "displayName": "Always prevent untrusted Microsoft Query files from opening (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_enableblockunsecurequeryfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_externalcontent_l_enableblockunsecurequeryfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_enabledatabasefileprotectedview", + "displayName": "Always open untrusted database files in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_enabledatabasefileprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_enabledatabasefileprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_enableforeigntextfileprotectedview", + "displayName": "Always open untrusted text-based files in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_enableforeigntextfileprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v3~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter~l_protectedview_l_enableforeigntextfileprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v4~policy~l_microsoftofficeexcel~l_powerbi_l_disablefrompowerbidatasetorganizationname", + "displayName": "Disable displaying organization name in the buttons to create PivotTables from Power BI datasets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v4~policy~l_microsoftofficeexcel~l_powerbi_l_disablefrompowerbidatasetorganizationname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v4~policy~l_microsoftofficeexcel~l_powerbi_l_disablefrompowerbidatasetorganizationname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v5~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation", + "displayName": "Stop checking for table alt text accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v5~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v5~policy~l_microsoftofficeexcel~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v6~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_xl4killswitchpolicy", + "displayName": "Prevent Excel from running XLM macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v6~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_xl4killswitchpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v6~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_xl4killswitchpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v7~policy~l_microsoftofficeexcel~l_miscellaneous168_l_exceldisableofficescripts", + "displayName": "Disable Office Scripts in Excel for Windows Desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v7~policy~l_microsoftofficeexcel~l_miscellaneous168_l_exceldisableofficescripts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v7~policy~l_microsoftofficeexcel~l_miscellaneous168_l_exceldisableofficescripts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v8~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockxllfrominternet", + "displayName": "Block Excel XLL Add-ins that come from an untrusted source (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v8~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockxllfrominternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v8~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockxllfrominternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_excel16v8~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockxllfrominternet_l_blockxllfrominternetenum", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_excel16v8~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockxllfrominternet_l_blockxllfrominternetenum_1", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v8~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockxllfrominternet_l_blockxllfrominternetenum_0", + "displayName": "Show Additional Warning", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_excel16v8~policy~l_microsoftofficeexcel~l_exceloptions~l_security~l_trustcenter_l_blockxllfrominternet_l_blockxllfrominternetenum_2", + "displayName": "Allow", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_experience_allowspotlightcollection", + "displayName": "Allow Spotlight Collection (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_experience_allowtailoredexperienceswithdiagnosticdata", + "displayName": "Allow Tailored Experiences With Diagnostic Data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_experience_allowtailoredexperienceswithdiagnosticdata_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_experience_allowtailoredexperienceswithdiagnosticdata_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_experience_allowthirdpartysuggestionsinwindowsspotlight", + "displayName": "Allow Third Party Suggestions In Windows Spotlight (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_experience_allowthirdpartysuggestionsinwindowsspotlight_0", + "displayName": "Block", + "description": "Third-party suggestions not allowed." + }, + { + "id": "user_vendor_msft_policy_config_experience_allowthirdpartysuggestionsinwindowsspotlight_1", + "displayName": "Allow", + "description": "Third-party suggestions allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlight", + "displayName": "Allow Windows Spotlight (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlight_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlight_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightonactioncenter", + "displayName": "Allow Windows Spotlight On Action Center (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightonactioncenter_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightonactioncenter_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightonsettings", + "displayName": "Allow Windows Spotlight On Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightonsettings_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightonsettings_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightwindowswelcomeexperience", + "displayName": "Allow Windows Spotlight Windows Welcome Experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightwindowswelcomeexperience_0", + "displayName": "Block", + "description": "Not allowed." + }, + { + "id": "user_vendor_msft_policy_config_experience_allowwindowsspotlightwindowswelcomeexperience_1", + "displayName": "Allow", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_experience_configurewindowsspotlightonlockscreen", + "displayName": "Configure Windows Spotlight On Lock Screen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_experience_configurewindowsspotlightonlockscreen_0", + "displayName": "Windows spotlight disabled.", + "description": "Windows spotlight disabled." + }, + { + "id": "user_vendor_msft_policy_config_experience_configurewindowsspotlightonlockscreen_1", + "displayName": "Windows spotlight enabled.", + "description": "Windows spotlight enabled." + }, + { + "id": "user_vendor_msft_policy_config_experience_configurewindowsspotlightonlockscreen_2", + "displayName": "Windows spotlight is always enabled, the user cannot disable it", + "description": "Windows spotlight is always enabled, the user cannot disable it" + }, + { + "id": "user_vendor_msft_policy_config_experience_configurewindowsspotlightonlockscreen_3", + "displayName": "Windows spotlight is always enabled, the user cannot disable it. For special configurations only", + "description": "Windows spotlight is always enabled, the user cannot disable it. For special configurations only" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_experience_enableorganizationalmessages", + "displayName": "Enable delivery of organizational messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_experience_enableorganizationalmessages_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "user_vendor_msft_policy_config_experience_enableorganizationalmessages_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_allowoptiontoshownetwork", + "displayName": "Allow Option To Show Network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_fileexplorer_allowoptiontoshownetwork_0", + "displayName": "Not Allowed.", + "description": "Not Allowed." + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_allowoptiontoshownetwork_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_allowoptiontoshowthispc", + "displayName": "Allow Option To Show This PC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_fileexplorer_allowoptiontoshowthispc_0", + "displayName": "Not Allowed.", + "description": "Not Allowed." + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_allowoptiontoshowthispc_1", + "displayName": "Allowed.", + "description": "Allowed." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations", + "displayName": "Set Allowed Folder Locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_0", + "displayName": "Access to all folder locations.", + "description": "Access to all folder locations." + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_13", + "displayName": "Documents, Pictures, Downloads", + "description": "Documents, Pictures, Downloads" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_15", + "displayName": "Desktop, Documents, Pictures, Downloads", + "description": "Desktop, Documents, Pictures, Downloads" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_31", + "displayName": "Desktop, Documents, Pictures, Downloads, Network", + "description": "Desktop, Documents, Pictures, Downloads, Network" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_47", + "displayName": "This PC, Desktop, Documents, Pictures, Downloads", + "description": "This PC, Desktop, Documents, Pictures, Downloads" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedfolderlocations_63", + "displayName": "This PC, Desktop, Documents, Pictures, Downloads, Network", + "description": "This PC, Desktop, Documents, Pictures, Downloads, Network" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations", + "displayName": "Set Allowed Storage Locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_0", + "displayName": "Access to all storage locations.", + "description": "Access to all storage locations." + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_1", + "displayName": "Removable Drives", + "description": "Removable Drives" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_2", + "displayName": "Sync roots", + "description": "Sync roots" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_3", + "displayName": "Removable Drives, Sync roots", + "description": "Removable Drives, Sync roots" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_4", + "displayName": "Local Drives", + "description": "Local Drives" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_5", + "displayName": "Removable Drives, Local Drives", + "description": "Removable Drives, Local Drives" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_6", + "displayName": "Sync Roots, Local Drives", + "description": "Sync Roots, Local Drives" + }, + { + "id": "user_vendor_msft_policy_config_fileexplorer_setallowedstoragelocations_7", + "displayName": "Removable Drives, Sync Roots, Local Drives", + "description": "Removable Drives, Sync Roots, Local Drives" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_addsearchprovider", + "displayName": "Add a specific list of search providers to the user's list of search providers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_addsearchprovider_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_addsearchprovider_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowactivexfiltering", + "displayName": "Turn on ActiveX Filtering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowactivexfiltering_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowactivexfiltering_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowaddonlist", + "displayName": "Add-on List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowaddonlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowaddonlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowaddonlist_addonlist", + "displayName": "Add-on List (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowaddonlist_addonlist_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowaddonlist_addonlist_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowautocomplete", + "displayName": "Turn on the auto-complete feature for user names and passwords on forms (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowautocomplete_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowautocomplete_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowautocomplete_chkbox_passwordask", + "displayName": "Prompt me to save passwords (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowautocomplete_chkbox_passwordask_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowautocomplete_chkbox_passwordask_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowcertificateaddressmismatchwarning", + "displayName": "Turn on certificate address mismatch warning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowcertificateaddressmismatchwarning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowcertificateaddressmismatchwarning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowdeletingbrowsinghistoryonexit", + "displayName": "Allow deleting browsing history on exit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowdeletingbrowsinghistoryonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowdeletingbrowsinghistoryonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenhancedprotectedmode", + "displayName": "Turn on Enhanced Protected Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenhancedprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenhancedprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenhancedsuggestionsinaddressbar", + "displayName": "Allow Microsoft services to provide enhanced suggestions as the user types in the Address bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenhancedsuggestionsinaddressbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenhancedsuggestionsinaddressbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenterprisemodefromtoolsmenu", + "displayName": "Let users turn on and use Enterprise Mode from the Tools menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenterprisemodefromtoolsmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenterprisemodefromtoolsmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenterprisemodefromtoolsmenu_enterreportbackprompt", + "displayName": "Type the location (URL) of where to receive reports about the websites for which users turn on and use Enterprise Mode (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenterprisemodesitelist", + "displayName": "Use the Enterprise Mode IE website list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenterprisemodesitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenterprisemodesitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowenterprisemodesitelist_entersitelistprompt", + "displayName": "Type the location (URL) of your Enterprise Mode IE website list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetexplorer7policylist", + "displayName": "Use Policy List of Internet Explorer 7 sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetexplorer7policylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetexplorer7policylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetexplorer7policylist_compatview_sitelist", + "displayName": "List of sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetexplorerstandardsmode", + "displayName": "Turn on Internet Explorer Standards Mode for local intranet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetexplorerstandardsmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetexplorerstandardsmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate", + "displayName": "Internet Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate", + "displayName": "Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowinternetzonetemplate_iz_partnameinternetzonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate", + "displayName": "Intranet Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate", + "displayName": "Intranet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowintranetzonetemplate_iz_partnameintranetzonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate", + "displayName": "Local Machine Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate", + "displayName": "Local Machine Zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlocalmachinezonetemplate_iz_partnamelocalmachinezonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate", + "displayName": "Locked-Down Internet Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate", + "displayName": "Locked-Down Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddowninternetzonetemplate_iz_partnameinternetzonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate", + "displayName": "Locked-Down Intranet Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate", + "displayName": "Locked-Down Intranet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownintranetzonetemplate_iz_partnameintranetzonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate", + "displayName": "Locked-Down Local Machine Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate", + "displayName": "Locked-Down Local Machine Zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownlocalmachinezonetemplate_iz_partnamelocalmachinezonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate", + "displayName": "Locked-Down Restricted Sites Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate", + "displayName": "Locked-Down Restricted Sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowlockeddownrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowonewordentry", + "displayName": "Go to an intranet site for a one-word entry in the Address bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowonewordentry_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowonewordentry_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsavetargetasiniemode", + "displayName": "Allow \"Save Target As\" in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsavetargetasiniemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsavetargetasiniemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist", + "displayName": "Site to Zone Assignment List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_iz_zonemapprompt", + "displayName": "Enter the zone assignments here. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_iz_zonemapprompt_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsitetozoneassignmentlist_iz_zonemapprompt_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate", + "displayName": "Locked-Down Trusted Sites Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate", + "displayName": "Locked-Down Trusted Sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowslockeddowntrustedsiteszonetemplate_iz_partnametrustedsiteszonelockdowntemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsoftwarewhensignatureisinvalid", + "displayName": "Allow software to run or install even if the signature is invalid (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsoftwarewhensignatureisinvalid_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsoftwarewhensignatureisinvalid_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate", + "displayName": "Restricted Sites Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate", + "displayName": "Restricted Sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsrestrictedsiteszonetemplate_iz_partnamerestrictedsiteszonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsuggestedsites", + "displayName": "Turn on Suggested Sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsuggestedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowsuggestedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate", + "displayName": "Trusted Sites Zone Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate", + "displayName": "Trusted Sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_1", + "displayName": "Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_2", + "displayName": "Medium Low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_3", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_5", + "displayName": "Medium High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_allowtrustedsiteszonetemplate_iz_partnametrustedsiteszonetemplate_4", + "displayName": "High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_checkservercertificaterevocation", + "displayName": "Check for server certificate revocation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_checkservercertificaterevocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_checkservercertificaterevocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_checksignaturesondownloadedprograms", + "displayName": "Check for signatures on downloaded programs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_checksignaturesondownloadedprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_checksignaturesondownloadedprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel", + "displayName": "Configure which channel of Microsoft Edge to use for opening redirected sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser", + "displayName": "First choice (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_", + "displayName": "", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_1", + "displayName": "Microsoft Edge Stable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_2", + "displayName": "Microsoft Edge Beta version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_3", + "displayName": "Microsoft Edge Dev version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_4", + "displayName": "Microsoft Edge Canary version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser_0", + "displayName": "Microsoft Edge version 45 or earlier", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2", + "displayName": "Second choice (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_", + "displayName": "", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_1", + "displayName": "Microsoft Edge Stable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_2", + "displayName": "Microsoft Edge Beta version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_3", + "displayName": "Microsoft Edge Dev version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_4", + "displayName": "Microsoft Edge Canary version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser2_0", + "displayName": "Microsoft Edge version 45 or earlier", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3", + "displayName": "Third choice (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_", + "displayName": "", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_1", + "displayName": "Microsoft Edge Stable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_2", + "displayName": "Microsoft Edge Beta version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_3", + "displayName": "Microsoft Edge Dev version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_4", + "displayName": "Microsoft Edge Canary version 77 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_configureedgeredirectchannel_neededgebrowser3_0", + "displayName": "Microsoft Edge version 45 or earlier", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_consistentmimehandlinginternetexplorerprocesses", + "displayName": "Internet Explorer Processes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_consistentmimehandlinginternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_consistentmimehandlinginternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableactivexversionlistautodownload", + "displayName": "Turn off automatic download of the ActiveX VersionList (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableactivexversionlistautodownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableactivexversionlistautodownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableadobeflash", + "displayName": "Turn off Adobe Flash in Internet Explorer and prevent applications from using Internet Explorer technology to instantiate Flash objects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableadobeflash_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableadobeflash_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarnings", + "displayName": "Prevent bypassing SmartScreen Filter warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarningsaboutuncommonfiles", + "displayName": "Prevent bypassing SmartScreen Filter warnings about files that are not commonly downloaded from the Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarningsaboutuncommonfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablebypassofsmartscreenwarningsaboutuncommonfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecompatview", + "displayName": "Turn off Compatibility View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecompatview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecompatview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableconfiguringhistory", + "displayName": "Disable \"Configuring History\" (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableconfiguringhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableconfiguringhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableconfiguringhistory_daystokeep_prompt", + "displayName": "Days to keep pages in History (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecrashdetection", + "displayName": "Turn off Crash Detection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecrashdetection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecrashdetection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecustomerexperienceimprovementprogramparticipation", + "displayName": "Prevent participation in the Customer Experience Improvement Program (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecustomerexperienceimprovementprogramparticipation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablecustomerexperienceimprovementprogramparticipation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disabledeletinguservisitedwebsites", + "displayName": "Prevent deleting websites that the user has visited (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disabledeletinguservisitedwebsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disabledeletinguservisitedwebsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableenclosuredownloading", + "displayName": "Prevent downloading of enclosures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableenclosuredownloading_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableenclosuredownloading_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport", + "displayName": "Turn off encryption support (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions", + "displayName": "Secure Protocol combinations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_0", + "displayName": "Use no secure protocols", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_8", + "displayName": "Only use SSL 2.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_32", + "displayName": "Only use SSL 3.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_40", + "displayName": "Use SSL 2.0 and SSL 3.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_128", + "displayName": "Only use TLS 1.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_136", + "displayName": "Use SSL 2.0 and TLS 1.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_160", + "displayName": "Use SSL 3.0 and TLS 1.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_168", + "displayName": "Use SSL 2.0, SSL 3.0, and TLS 1.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_512", + "displayName": "Only use TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_520", + "displayName": "Use SSL 2.0 and TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_544", + "displayName": "Use SSL 3.0 and TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_552", + "displayName": "Use SSL 2.0, SSL 3.0, and TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_640", + "displayName": "Use TLS 1.0 and TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_648", + "displayName": "Use SSL 2.0, TLS 1.0, and TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_672", + "displayName": "Use SSL 3.0, TLS 1.0, and TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_680", + "displayName": "Use SSL 2.0, SSL 3.0, TLS 1.0, and TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2048", + "displayName": "Only use TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2056", + "displayName": "Use SSL 2.0 and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2080", + "displayName": "Use SSL 3.0 and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2088", + "displayName": "Use SSL 2.0, SSL 3.0, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2176", + "displayName": "Use TLS 1.0 and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2184", + "displayName": "Use SSL 2.0, TLS 1.0, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2208", + "displayName": "Use SSL 3.0, TLS 1.0, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2216", + "displayName": "Use SSL 2.0, SSL 3.0, TLS 1.0, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2560", + "displayName": "Use TLS 1.1 and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2568", + "displayName": "Use SSL 2.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2592", + "displayName": "Use SSL 3.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2600", + "displayName": "Use SSL 2.0, SSL 3.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2688", + "displayName": "Use TLS 1.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2696", + "displayName": "Use SSL 2.0, TLS 1.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2720", + "displayName": "Use SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_2728", + "displayName": "Use SSL 2.0, SSL 3.0, TLS 1.0, TLS 1.1, and TLS 1.2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_8192", + "displayName": "Only use TLS 1.3", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_10240", + "displayName": "Use TLS 1.2 and TLS 1.3", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_10752", + "displayName": "Use TLS 1.1, TLS 1.2, and TLS 1.3", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_10880", + "displayName": "Use TLS 1.0, TLS 1.1, TLS 1.2, and TLS 1.3", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableencryptionsupport_advanced_wininetprotocoloptions_10912", + "displayName": "Use SSL 3.0, TLS 1.0, TLS 1.1, TLS 1.2, and TLS 1.3", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefeedsbackgroundsync", + "displayName": "Turn off background synchronization for feeds and Web Slices (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefeedsbackgroundsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefeedsbackgroundsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard", + "displayName": "Prevent running First Run wizard (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_firstrunoptions", + "displayName": "Select your choice (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_firstrunoptions_1", + "displayName": "Go directly to home page", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablefirstrunwizard_firstrunoptions_2", + "displayName": "Go directly to \"Welcome To IE\" page", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableflipaheadfeature", + "displayName": "Turn off the flip ahead with page prediction feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableflipaheadfeature_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableflipaheadfeature_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablegeolocation", + "displayName": "Turn off browser geolocation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablegeolocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablegeolocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablehomepagechange", + "displayName": "Disable changing home page settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablehomepagechange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablehomepagechange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablehomepagechange_enterhomepageprompt", + "displayName": "Home Page (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablehtmlapplication", + "displayName": "Disable HTML Application (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablehtmlapplication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablehtmlapplication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableignoringcertificateerrors", + "displayName": "Prevent ignoring certificate errors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableignoringcertificateerrors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableignoringcertificateerrors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinprivatebrowsing", + "displayName": "Turn off InPrivate Browsing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinprivatebrowsing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinprivatebrowsing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp", + "displayName": "[Deprecated] Disable Internet Explorer 11 as a standalone browser (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2", + "displayName": "Disable Internet Explorer 11 as a standalone browser (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_notifydisableieoptions", + "displayName": "Notify that Internet Explorer 11 browser is disabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_notifydisableieoptions_0", + "displayName": "Never", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_notifydisableieoptions_1", + "displayName": "Always", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableinternetexplorerapp_v2_notifydisableieoptions_2", + "displayName": "Once per user", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableprocessesinenhancedprotectedmode", + "displayName": "Turn on 64-bit tab processes when running in Enhanced Protected Mode on 64-bit versions of Windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableprocessesinenhancedprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableprocessesinenhancedprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableproxychange", + "displayName": "Prevent changing proxy settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableproxychange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disableproxychange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesearchproviderchange", + "displayName": "Prevent changing the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesearchproviderchange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesearchproviderchange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesecondaryhomepagechange", + "displayName": "Disable changing secondary home page settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesecondaryhomepagechange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesecondaryhomepagechange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesecondaryhomepagechange_secondaryhomepageslist", + "displayName": "Secondary home pages (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesecuritysettingscheck", + "displayName": "Turn off the Security Settings Check feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesecuritysettingscheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablesecuritysettingscheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablewebaddressautocomplete", + "displayName": "Turn off the auto-complete feature for web addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablewebaddressautocomplete_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_disablewebaddressautocomplete_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotallowactivexcontrolsinprotectedmode", + "displayName": "Do not allow ActiveX controls to run in Protected Mode when Enhanced Protected Mode is enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotallowactivexcontrolsinprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotallowactivexcontrolsinprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrols", + "displayName": "Turn off blocking of outdated ActiveX controls for Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrolsonspecificdomains", + "displayName": "Turn off blocking of outdated ActiveX controls for Internet Explorer on specific domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrolsonspecificdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrolsonspecificdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_donotblockoutdatedactivexcontrolsonspecificdomains_domainlist", + "displayName": "Domain allow list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_enableextendediemodehotkeys", + "displayName": "Enable extended hot keys in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_enableextendediemodehotkeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_enableextendediemodehotkeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_enableglobalwindowlistiniemode", + "displayName": "Enable global window list in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_enableglobalwindowlistiniemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_enableglobalwindowlistiniemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_includealllocalsites", + "displayName": "Intranet Sites: Include all local (intranet) sites not listed in other zones (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_includealllocalsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_includealllocalsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_includeallnetworkpaths", + "displayName": "Intranet Sites: Include all network paths (UNCs) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_includeallnetworkpaths_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_includeallnetworkpaths_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript", + "displayName": "Allow cut, copy or paste operations from the clipboard via script (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_iz_partname1407", + "displayName": "Allow paste operations via script (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_iz_partname1407_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_iz_partname1407_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowcopypasteviascript_iz_partname1407_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles", + "displayName": "Allow drag and drop or copy and paste files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_iz_partname1802", + "displayName": "Allow drag and drop or copy and paste files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_iz_partname1802_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_iz_partname1802_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowdraganddropcopyandpastefiles_iz_partname1802_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles", + "displayName": "Allow loading of XAML files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_iz_partname2402", + "displayName": "XAML Files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_iz_partname2402_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_iz_partname2402_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowloadingofxamlfiles_iz_partname2402_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols", + "displayName": "Allow only approved domains to use ActiveX controls without prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b", + "displayName": "Only allow approved domains to use ActiveX controls without prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol", + "displayName": "Allow only approved domains to use the TDC ActiveX control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c", + "displayName": "Only allow approved domains to use the TDC ActiveX control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols", + "displayName": "Allow scripting of Internet Explorer WebBrowser controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206", + "displayName": "Internet Explorer web browser control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows", + "displayName": "Allow script-initiated windows without size or position constraints (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_iz_partname2102", + "displayName": "Allow script-initiated windows without size or position constraints (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_iz_partname2102_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptinitiatedwindows_iz_partname2102_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript", + "displayName": "Allow updates to status bar via script (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_iz_partname2103", + "displayName": "Status bar updates via script (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_iz_partname2103_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowupdatestostatusbarviascript_iz_partname2103_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer", + "displayName": "Allow VBScript to run in Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_iz_partname140c", + "displayName": "Allow VBScript to run in Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_iz_partname140c_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_iz_partname140c_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneallowvbscripttorunininternetexplorer_iz_partname140c_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols", + "displayName": "Download signed ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_iz_partname1001", + "displayName": "Download signed ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_iz_partname1001_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_iz_partname1001_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadsignedactivexcontrols_iz_partname1001_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols", + "displayName": "Download unsigned ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_iz_partname1004", + "displayName": "Download unsigned ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_iz_partname1004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_iz_partname1004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonedownloadunsignedactivexcontrols_iz_partname1004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter", + "displayName": "Turn on Cross-Site Scripting Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_iz_partname1409", + "displayName": "Turn on Cross-Site Scripting (XSS) Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_iz_partname1409_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablecrosssitescriptingfilter_iz_partname1409_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows", + "displayName": "Enable dragging of content from different domains across windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709", + "displayName": "Enable dragging of content from different domains across windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows", + "displayName": "Enable dragging of content from different domains within a window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708", + "displayName": "Enable dragging of content from different domains within a window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing", + "displayName": "Enable MIME Sniffing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_iz_partname2100", + "displayName": "Enable MIME Sniffing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_iz_partname2100_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenablemimesniffing_iz_partname2100_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode", + "displayName": "Turn on Protected Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_iz_partname2500", + "displayName": "Protected Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_iz_partname2500_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneenableprotectedmode_iz_partname2500_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver", + "displayName": "Include local path when user is uploading files to a server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a", + "displayName": "Include local directory path when uploading files to a server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe", + "displayName": "Launching applications and files in an IFRAME (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_iz_partname1804", + "displayName": "Launching applications and files in an IFRAME (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_iz_partname1804_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_iz_partname1804_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelaunchingapplicationsandfilesiniframe_iz_partname1804_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions", + "displayName": "Logon options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00", + "displayName": "Logon options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00_196608", + "displayName": "Anonymous logon", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00_131072", + "displayName": "Automatic logon only in Intranet zone", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00_0", + "displayName": "Automatic logon with current username and password", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonelogonoptions_iz_partname1a00_65536", + "displayName": "Prompt for user name and password", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode", + "displayName": "Run .NET Framework-reliant components signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001", + "displayName": "Run .NET Framework-reliant components signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles", + "displayName": "Show security warning for potentially unsafe files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806", + "displayName": "Launching programs and unsafe files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker", + "displayName": "Use Pop-up Blocker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_iz_partname1809", + "displayName": "Use Pop-up Blocker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_iz_partname1809_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_internetzoneusepopupblocker_iz_partname1809_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_intranetzonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_jscriptreplacement", + "displayName": "Replace JScript by loading JScript9Legacy in place of JScript via MSHTML/WebOC. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_jscriptreplacement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_jscriptreplacement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_keepintranetsitesininternetexplorer", + "displayName": "Keep all intranet sites in Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_keepintranetsitesininternetexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_keepintranetsitesininternetexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_localmachinezonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowninternetzonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetjavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownintranetzonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownlocalmachinezonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddownrestrictedsiteszonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_lockeddowntrustedsiteszonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_mimesniffingsafetyfeatureinternetexplorerprocesses", + "displayName": "Internet Explorer Processes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_mimesniffingsafetyfeatureinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_mimesniffingsafetyfeatureinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_mkprotocolsecurityrestrictioninternetexplorerprocesses", + "displayName": "Internet Explorer Processes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_mkprotocolsecurityrestrictioninternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_mkprotocolsecurityrestrictioninternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_newtabdefaultpage", + "displayName": "Specify default behavior for a new tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions", + "displayName": "New tab behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions_3", + "displayName": "New tab page with my news feed", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions_0", + "displayName": "about:blank", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions_2", + "displayName": "New tab page", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_newtabdefaultpage_newtabactionoptions_1", + "displayName": "Home page", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_notificationbarinternetexplorerprocesses", + "displayName": "Internet Explorer Processes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_notificationbarinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_notificationbarinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter", + "displayName": "Prevent managing SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_ie9safetyfilteroptions", + "displayName": "Select SmartScreen Filter mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_ie9safetyfilteroptions_0", + "displayName": "Off", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventmanagingsmartscreenfilter_ie9safetyfilteroptions_1", + "displayName": "On", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventperuserinstallationofactivexcontrols", + "displayName": "Prevent per-user installation of ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventperuserinstallationofactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_preventperuserinstallationofactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_protectionfromzoneelevationinternetexplorerprocesses", + "displayName": "Internet Explorer Processes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_protectionfromzoneelevationinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_protectionfromzoneelevationinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_removerunthistimebuttonforoutdatedactivexcontrols", + "displayName": "Remove \"Run this time\" button for outdated ActiveX controls in Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_removerunthistimebuttonforoutdatedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_removerunthistimebuttonforoutdatedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_resetzoomfordialoginiemode", + "displayName": "Reset zoom to default for HTML dialogs in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_resetzoomfordialoginiemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_resetzoomfordialoginiemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictactivexinstallinternetexplorerprocesses", + "displayName": "Internet Explorer Processes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictactivexinstallinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictactivexinstallinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting", + "displayName": "Allow active scripting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_iz_partname1400", + "displayName": "Allow active scripting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_iz_partname1400_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_iz_partname1400_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowactivescripting_iz_partname1400_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors", + "displayName": "Allow binary and script behaviors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_iz_partname2000", + "displayName": "Allow Binary and Script Behaviors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_iz_partname2000_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_iz_partname2000_65536", + "displayName": "Administrator approved", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowbinaryandscriptbehaviors_iz_partname2000_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript", + "displayName": "Allow cut, copy or paste operations from the clipboard via script (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_iz_partname1407", + "displayName": "Allow paste operations via script (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_iz_partname1407_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_iz_partname1407_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowcopypasteviascript_iz_partname1407_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles", + "displayName": "Allow drag and drop or copy and paste files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_iz_partname1802", + "displayName": "Allow drag and drop or copy and paste files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_iz_partname1802_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_iz_partname1802_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowdraganddropcopyandpastefiles_iz_partname1802_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads", + "displayName": "Allow file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_iz_partname1803", + "displayName": "Allow file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_iz_partname1803_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfiledownloads_iz_partname1803_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles", + "displayName": "Allow loading of XAML files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_iz_partname2402", + "displayName": "XAML Files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_iz_partname2402_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_iz_partname2402_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowloadingofxamlfiles_iz_partname2402_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh", + "displayName": "Allow META REFRESH (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_iz_partname1608", + "displayName": "Allow META REFRESH (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_iz_partname1608_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowmetarefresh_iz_partname1608_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols", + "displayName": "Allow only approved domains to use ActiveX controls without prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b", + "displayName": "Only allow approved domains to use ActiveX controls without prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstouseactivexcontrols_iz_partname120b_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol", + "displayName": "Allow only approved domains to use the TDC ActiveX control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c", + "displayName": "Only allow approved domains to use the TDC ActiveX control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowonlyapproveddomainstousetdcactivexcontrol_iz_partname120c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols", + "displayName": "Allow scripting of Internet Explorer WebBrowser controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206", + "displayName": "Internet Explorer web browser control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptingofinternetexplorerwebbrowsercontrols_iz_partname1206_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows", + "displayName": "Allow script-initiated windows without size or position constraints (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_iz_partname2102", + "displayName": "Allow script-initiated windows without size or position constraints (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_iz_partname2102_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptinitiatedwindows_iz_partname2102_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript", + "displayName": "Allow updates to status bar via script (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_iz_partname2103", + "displayName": "Status bar updates via script (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_iz_partname2103_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowupdatestostatusbarviascript_iz_partname2103_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer", + "displayName": "Allow VBScript to run in Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_iz_partname140c", + "displayName": "Allow VBScript to run in Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_iz_partname140c_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_iz_partname140c_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneallowvbscripttorunininternetexplorer_iz_partname140c_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols", + "displayName": "Download signed ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_iz_partname1001", + "displayName": "Download signed ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_iz_partname1001_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_iz_partname1001_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadsignedactivexcontrols_iz_partname1001_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols", + "displayName": "Download unsigned ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_iz_partname1004", + "displayName": "Download unsigned ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_iz_partname1004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_iz_partname1004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonedownloadunsignedactivexcontrols_iz_partname1004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter", + "displayName": "Turn on Cross-Site Scripting Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_iz_partname1409", + "displayName": "Turn on Cross-Site Scripting (XSS) Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_iz_partname1409_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablecrosssitescriptingfilter_iz_partname1409_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows", + "displayName": "Enable dragging of content from different domains across windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709", + "displayName": "Enable dragging of content from different domains across windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainsacrosswindows_iz_partname2709_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows", + "displayName": "Enable dragging of content from different domains within a window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708", + "displayName": "Enable dragging of content from different domains within a window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenabledraggingofcontentfromdifferentdomainswithinwindows_iz_partname2708_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing", + "displayName": "Enable MIME Sniffing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_iz_partname2100", + "displayName": "Enable MIME Sniffing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_iz_partname2100_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneenablemimesniffing_iz_partname2100_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver", + "displayName": "Include local path when user is uploading files to a server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a", + "displayName": "Include local directory path when uploading files to a server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneincludelocalpathwhenuploadingfilestoserver_iz_partname160a_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe", + "displayName": "Launching applications and files in an IFRAME (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_iz_partname1804", + "displayName": "Launching applications and files in an IFRAME (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_iz_partname1804_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_iz_partname1804_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelaunchingapplicationsandfilesiniframe_iz_partname1804_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions", + "displayName": "Logon options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00", + "displayName": "Logon options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00_196608", + "displayName": "Anonymous logon", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00_131072", + "displayName": "Automatic logon only in Intranet zone", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00_0", + "displayName": "Automatic logon with current username and password", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonelogonoptions_iz_partname1a00_65536", + "displayName": "Prompt for user name and password", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins", + "displayName": "Run ActiveX controls and plugins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200", + "displayName": "Run ActiveX controls and plugins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200_65536", + "displayName": "Administrator approved", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunactivexcontrolsandplugins_iz_partname1200_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode", + "displayName": "Run .NET Framework-reliant components signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001", + "displayName": "Run .NET Framework-reliant components signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonerunnetframeworkreliantcomponentssignedwithauthenticode_iz_partname2001_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting", + "displayName": "Script ActiveX controls marked safe for scripting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_iz_partname1405", + "displayName": "Script ActiveX controls marked safe for scripting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_iz_partname1405_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_iz_partname1405_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptactivexcontrolsmarkedsafeforscripting_iz_partname1405_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets", + "displayName": "Scripting of Java applets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_iz_partname1402", + "displayName": "Scripting of Java applets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_iz_partname1402_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_iz_partname1402_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszonescriptingofjavaapplets_iz_partname1402_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles", + "displayName": "Show security warning for potentially unsafe files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806", + "displayName": "Launching programs and unsafe files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneshowsecuritywarningforpotentiallyunsafefiles_iz_partname1806_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode", + "displayName": "Turn on Protected Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_iz_partname2500", + "displayName": "Protected Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_iz_partname2500_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneturnonprotectedmode_iz_partname2500_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker", + "displayName": "Use Pop-up Blocker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_iz_partname1809", + "displayName": "Use Pop-up Blocker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_iz_partname1809_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictedsiteszoneusepopupblocker_iz_partname1809_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictfiledownloadinternetexplorerprocesses", + "displayName": "Internet Explorer Processes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictfiledownloadinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_restrictfiledownloadinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_scriptedwindowsecurityrestrictionsinternetexplorerprocesses", + "displayName": "Internet Explorer Processes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_scriptedwindowsecurityrestrictionsinternetexplorerprocesses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_scriptedwindowsecurityrestrictionsinternetexplorerprocesses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_searchproviderlist", + "displayName": "Restrict search providers to a specific list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_searchproviderlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_searchproviderlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_sendsitesnotinenterprisesitelisttoedge", + "displayName": "Send all sites not included in the Enterprise Mode Site List to Microsoft Edge. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_sendsitesnotinenterprisesitelisttoedge_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_sendsitesnotinenterprisesitelisttoedge_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_specifyuseofactivexinstallerservice", + "displayName": "Specify use of ActiveX Installer Service for installation of ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_specifyuseofactivexinstallerservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_specifyuseofactivexinstallerservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_iz_partname1406", + "displayName": "Access data sources across domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_iz_partname1406_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_iz_partname1406_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowaccesstodatasources_iz_partname1406_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201", + "displayName": "Automatic prompting for ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforactivexcontrols_iz_partname2201_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200", + "displayName": "Automatic prompting for file downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowautomaticpromptingforfiledownloads_iz_partname2200_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_iz_partname1604", + "displayName": "Allow font downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_iz_partname1604_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_iz_partname1604_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowfontdownloads_iz_partname1604_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_iz_partname2101", + "displayName": "Web sites in less privileged Web content zones can navigate into this zone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_iz_partname2101_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_iz_partname2101_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowlessprivilegedsites_iz_partname2101_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004", + "displayName": "Run .NET Framework-reliant components not signed with Authenticode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallownetframeworkreliantcomponents_iz_partname2004_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets", + "displayName": "Allow scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_iz_partname1209", + "displayName": "Scriptlets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_iz_partname1209_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowscriptlets_iz_partname1209_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie", + "displayName": "Turn on SmartScreen Filter scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_iz_partname2301", + "displayName": "Use SmartScreen Filter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_iz_partname2301_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowsmartscreenie_iz_partname2301_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_iz_partname1606", + "displayName": "Userdata persistence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_iz_partname1606_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneallowuserdatapersistence_iz_partname1606_3", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c", + "displayName": "Don't run antimalware programs against ActiveX controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_3", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonedonotrunantimalwareagainstactivexcontrols_iz_partname270c_0", + "displayName": "Disable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201", + "displayName": "Initialize and script ActiveX controls not marked as safe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszoneinitializeandscriptactivexcontrols_iz_partname1201_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00", + "displayName": "Java permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_65536", + "displayName": "High safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_131072", + "displayName": "Medium safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_196608", + "displayName": "Low safety", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_8388608", + "displayName": "Custom", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonejavapermissions_iz_partname1c00_0", + "displayName": "Disable Java", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_iz_partname1607", + "displayName": "Navigate windows and frames across different domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_iz_partname1607_0", + "displayName": "Enable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_iz_partname1607_3", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_internetexplorer_trustedsiteszonenavigatewindowsandframes_iz_partname1607_1", + "displayName": "Prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_blockedurlexceptions", + "displayName": "Blocked Url Exceptions (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_blockedurls", + "displayName": "Blocked Urls (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_defaulturl", + "displayName": "Default URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enableendsessionbutton", + "displayName": "Enable End Session Button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enableendsessionbutton_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enableendsessionbutton_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enablehomebutton", + "displayName": "Enable Home Button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enablehomebutton_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enablehomebutton_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enablenavigationbuttons", + "displayName": "Enable Navigation Buttons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enablenavigationbuttons_1", + "displayName": "Enable", + "description": "Enable" + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_enablenavigationbuttons_0", + "displayName": "Disable", + "description": "Disable" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_kioskbrowser_restartonidletime", + "displayName": "Restart On Idle Time (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_1", + "displayName": "Specify server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_1_l_serveraddressexternal_value", + "displayName": "DNS name of the external server (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfigurationmode_1_l_serveraddressinternal_value", + "displayName": "DNS name of the internal server (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfiguredservercheckvalues_1", + "displayName": "Additional server versions supported (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfiguredservercheckvalues_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfiguredservercheckvalues_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyconfiguredservercheckvalues_1_l_configuredservercheckvalues_value", + "displayName": "Server version names (semicolon separated list): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableautomaticsendtracing_1", + "displayName": "Disable automatic upload of sign-in failure logs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableautomaticsendtracing_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableautomaticsendtracing_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablehttpconnect_1", + "displayName": "Disable HTTP fallback for SIP connection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablehttpconnect_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablehttpconnect_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablentcredentials_1", + "displayName": "Require logon credentials (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablentcredentials_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisablentcredentials_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableservercheck_1", + "displayName": "Disable server version check (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableservercheck_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policydisableservercheck_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablebitsforgaldownload_1", + "displayName": "Enable using BITS to download Address Book Service files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablebitsforgaldownload_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablebitsforgaldownload_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablesiphighsecuritymode_1", + "displayName": "Configure SIP security mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablesiphighsecuritymode_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policyenablesiphighsecuritymode_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policygaldownloadinitialdelay_1", + "displayName": "Global Address Book Download Initial Delay (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policygaldownloadinitialdelay_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policygaldownloadinitialdelay_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policygaldownloadinitialdelay_1_l_galdownloadinitialdelay_value", + "displayName": "Maximum possible number of minutes to delay download: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policypreventrun_1", + "displayName": "Prevent users from running Microsoft Lync (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policypreventrun_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policypreventrun_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysavepassword_1", + "displayName": "Allow storage of user passwords (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysavepassword_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysavepassword_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1", + "displayName": "Configure SIP compression mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1_l_policysipcompression", + "displayName": "Configure SIP compression mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1_l_policysipcompression_0", + "displayName": "Always disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1_l_policysipcompression_1", + "displayName": "Always enabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1_l_policysipcompression_2", + "displayName": "Based on adaptor speed (default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policysipcompression_1_l_policysipcompression_3", + "displayName": "Based on ping round-trip time", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policytrustmodeldata_1", + "displayName": "Trusted Domain List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policytrustmodeldata_1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policytrustmodeldata_1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_lync16v2~policy~l_lync~l_lyncconfiguration_l_policytrustmodeldata_1_l_trustmodeldata_value", + "displayName": "Trusted Domains (comma separated list): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder", + "displayName": "Configure the location of the browser executable folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_browserexecutablefolderdesc", + "displayName": "Set value name to the Application User Model ID or the executable file name. You can use the \"*\" wildcard as value name to apply to all applications. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_browserexecutablefolderdesc_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_browserexecutablefolder_browserexecutablefolderdesc_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference", + "displayName": "Set the release channel search order preference (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_releasechannelpreferencedesc", + "displayName": "Set value name to the Application User Model ID or the executable file name. You can use the \"*\" wildcard as value name to apply to all applications. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_releasechannelpreferencedesc_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v1~policy~microsoft_edge_webview2~webview2loaderoverridesettings_releasechannelpreference_releasechannelpreferencedesc_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_2", + "displayName": "Retrieve configurations and experiments", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_1", + "displayName": "Retrieve configurations only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_0", + "displayName": "Disable communication with the Experimentation and Configuration Service", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_forcepermissionpolicyunloaddefaultenabled", + "displayName": "Controls whether unload event handlers can be disabled. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_forcepermissionpolicyunloaddefaultenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_forcepermissionpolicyunloaddefaultenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist", + "displayName": "HTTP Allowlist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_httpallowlistdesc", + "displayName": "HTTP Allowlist (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_httpallowlistdesc_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_httpallowlist_httpallowlistdesc_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newbaseurlinheritancebehaviorallowed", + "displayName": "Allows enabling the feature NewBaseUrlInheritanceBehavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newbaseurlinheritancebehaviorallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newbaseurlinheritancebehaviorallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list", + "displayName": "Enable built-in PDF reader powered by Adobe Acrobat for WebView2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_newpdfreaderwebview2listdesc", + "displayName": "Set value name to the Application User Model ID or the executable file name. You can use the \"*\" wildcard as value name to apply to all applications. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_newpdfreaderwebview2listdesc_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_newpdfreaderwebview2list_newpdfreaderwebview2listdesc_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_rsakeyusageforlocalanchorsenabled", + "displayName": "Check RSA key usage for server certificates issued by local trust anchors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_rsakeyusageforlocalanchorsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge_webview2v2~policy~microsoft_edge_webview2_rsakeyusageforlocalanchorsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowdeletingbrowserhistory", + "displayName": "Enable deleting browser and download history (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowdeletingbrowserhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowdeletingbrowserhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowfileselectiondialogs", + "displayName": "Allow file selection dialogs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowfileselectiondialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_allowfileselectiondialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_alwaysopenpdfexternally", + "displayName": "Always open PDF files externally (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_alwaysopenpdfexternally_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_alwaysopenpdfexternally_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_applicationlocalevalue", + "displayName": "Set application locale (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_applicationlocalevalue_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_applicationlocalevalue_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_applicationlocalevalue_applicationlocalevalue", + "displayName": "Application locale (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowed", + "displayName": "Allow or block audio capture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowedurls", + "displayName": "Sites that can access audio capture devices without requesting permission (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_audiocaptureallowedurls_audiocaptureallowedurlsdesc", + "displayName": "Sites that can access audio capture devices without requesting permission (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofilladdressenabled", + "displayName": "Enable AutoFill for addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofilladdressenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofilladdressenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofillcreditcardenabled", + "displayName": "Enable AutoFill for payment instruments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofillcreditcardenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autofillcreditcardenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun", + "displayName": "Automatically import another browser's data and settings at first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun", + "displayName": "Automatically import another browser's data and settings at first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_0", + "displayName": "Automatically imports all supported datatypes and settings from the default browser", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_1", + "displayName": "Automatically imports all supported datatypes and settings from Internet Explorer", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_2", + "displayName": "Automatically imports all supported datatypes and settings from Google Chrome", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_3", + "displayName": "Automatically imports all supported datatypes and settings from Safari", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_autoimportatfirstrun_autoimportatfirstrun_4", + "displayName": "Disables automatic import, and the import section of the first-run experience is skipped", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_backgroundmodeenabled", + "displayName": "Continue running background apps after Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_backgroundmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_backgroundmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_blockthirdpartycookies", + "displayName": "Block third party cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_blockthirdpartycookies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_blockthirdpartycookies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browseraddprofileenabled", + "displayName": "Enable profile creation from the Identity flyout menu or the Settings page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browseraddprofileenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browseraddprofileenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browserguestmodeenabled", + "displayName": "Enable guest mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browserguestmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browserguestmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsernetworktimequeriesenabled", + "displayName": "Allow queries to a Browser Network Time service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsernetworktimequeriesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsernetworktimequeriesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin", + "displayName": "Browser sign-in settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_browsersignin", + "displayName": "Browser sign-in settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_browsersignin_0", + "displayName": "Disable browser sign-in", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_browsersignin_1", + "displayName": "Enable browser sign-in", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_browsersignin_browsersignin_2", + "displayName": "Force users to sign-in to use the browser", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_builtindnsclientenabled", + "displayName": "Use built-in DNS client (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_builtindnsclientenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_builtindnsclientenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforcas", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforcas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforcas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforcas_certificatetransparencyenforcementdisabledforcasdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of subjectPublicKeyInfo hashes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforlegacycas", + "displayName": "Disable Certificate Transparency enforcement for a list of legacy certificate authorities (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforlegacycas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforlegacycas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforlegacycas_certificatetransparencyenforcementdisabledforlegacycasdesc", + "displayName": "Disable Certificate Transparency enforcement for a list of legacy certificate authorities (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforurls", + "displayName": "Disable Certificate Transparency enforcement for specific URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_certificatetransparencyenforcementdisabledforurls_certificatetransparencyenforcementdisabledforurlsdesc", + "displayName": "Disable Certificate Transparency enforcement for specific URLs (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_componentupdatesenabled", + "displayName": "Enable component updates in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_componentupdatesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_componentupdatesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configuredonottrack", + "displayName": "Configure Do Not Track (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configuredonottrack_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configuredonottrack_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configureonlinetexttospeech", + "displayName": "Configure Online Text To Speech (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configureonlinetexttospeech_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_configureonlinetexttospeech_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability", + "displayName": "Control where developer tools can be used (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_developertoolsavailability", + "displayName": "Control where developer tools can be used (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_developertoolsavailability_0", + "displayName": "Block the developer tools on extensions installed by enterprise policy, allow in other contexts", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_developertoolsavailability_1", + "displayName": "Allow using the developer tools", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_developertoolsavailability_developertoolsavailability_2", + "displayName": "Don't allow using the developer tools", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disable3dapis", + "displayName": "Disable support for 3D graphics APIs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disable3dapis_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disable3dapis_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disablescreenshots", + "displayName": "Disable taking screenshots (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disablescreenshots_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_disablescreenshots_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachedir", + "displayName": "Set disk cache directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachedir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachedir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachedir_diskcachedir", + "displayName": "Set disk cache directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachesize", + "displayName": "Set disk cache size, in bytes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_diskcachesize_diskcachesize", + "displayName": "Set disk cache size: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloaddirectory", + "displayName": "Set download directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloaddirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloaddirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloaddirectory_downloaddirectory", + "displayName": "Set download directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions", + "displayName": "Allow download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions", + "displayName": "Download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_1", + "displayName": "Block dangerous downloads", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_2", + "displayName": "Block potentially dangerous downloads", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_editfavoritesenabled", + "displayName": "Allows users to edit favorites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_editfavoritesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_editfavoritesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledeprecatedwebplatformfeatures", + "displayName": "Re-enable deprecated web platform features for a limited time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledeprecatedwebplatformfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledeprecatedwebplatformfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledeprecatedwebplatformfeatures_enabledeprecatedwebplatformfeaturesdesc", + "displayName": "Re-enable deprecated web platform features for a limited time (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledomainactionsdownload", + "displayName": "Enable Domain Actions Download from Microsoft (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledomainactionsdownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enabledomainactionsdownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enableonlinerevocationchecks", + "displayName": "Enable online OCSP/CRL checks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enableonlinerevocationchecks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_enableonlinerevocationchecks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol", + "displayName": "Control communication with the Experimentation and Configuration Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_2", + "displayName": "Retrieve configurations and experiments", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_1", + "displayName": "Retrieve configurations only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_experimentationandconfigurationservicecontrol_experimentationandconfigurationservicecontrol_0", + "displayName": "Disable communication with the Experimentation and Configuration Service", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_favoritesbarenabled", + "displayName": "Enable favorites bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_favoritesbarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_favoritesbarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch", + "displayName": "Enforce Bing SafeSearch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_forcebingsafesearch", + "displayName": "Enforce Bing SafeSearch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_forcebingsafesearch_0", + "displayName": "Don't configure search restrictions in Bing", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_forcebingsafesearch_1", + "displayName": "Configure moderate search restrictions in Bing", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcebingsafesearch_forcebingsafesearch_2", + "displayName": "Configure strict search restrictions in Bing", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceephemeralprofiles", + "displayName": "Enable use of ephemeral profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceephemeralprofiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceephemeralprofiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcegooglesafesearch", + "displayName": "Enforce Google SafeSearch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcegooglesafesearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forcegooglesafesearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_forceyoutuberestrict", + "displayName": "Force minimum YouTube Restricted Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_forceyoutuberestrict_0", + "displayName": "Do not enforce Restricted Mode on YouTube", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_forceyoutuberestrict_1", + "displayName": "Enforce at least Moderate Restricted Mode on YouTube", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_forceyoutuberestrict_forceyoutuberestrict_2", + "displayName": "Enforce Strict Restricted Mode for YouTube", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_fullscreenallowed", + "displayName": "Allow full screen mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_fullscreenallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_fullscreenallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_hardwareaccelerationmodeenabled", + "displayName": "Use hardware acceleration when available (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_hardwareaccelerationmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_hardwareaccelerationmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importautofillformdata", + "displayName": "Allow importing of autofill form data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importautofillformdata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importautofillformdata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importfavorites", + "displayName": "Allow importing of favorites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importfavorites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importfavorites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhistory", + "displayName": "Allow importing of browsing history (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhomepage", + "displayName": "Allow importing of home page settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importpaymentinfo", + "displayName": "Allow importing of payment info (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importpaymentinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importpaymentinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsavedpasswords", + "displayName": "Allow importing of saved passwords (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsavedpasswords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsavedpasswords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsearchengine", + "displayName": "Allow importing of search engine settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsearchengine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_importsearchengine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability", + "displayName": "Configure InPrivate mode availability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_inprivatemodeavailability", + "displayName": "Configure InPrivate mode availability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_inprivatemodeavailability_0", + "displayName": "InPrivate mode available", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_inprivatemodeavailability_1", + "displayName": "InPrivate mode disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_inprivatemodeavailability_inprivatemodeavailability_2", + "displayName": "InPrivate mode forced", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel", + "displayName": "Configure Internet Explorer integration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_internetexplorerintegrationlevel", + "displayName": "Configure Internet Explorer integration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_internetexplorerintegrationlevel_1", + "displayName": "Internet Explorer mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_internetexplorerintegrationlevel_internetexplorerintegrationlevel_2", + "displayName": "Internet Explorer 11", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_isolateorigins", + "displayName": "Enable site isolation for specific origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_isolateorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_isolateorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_isolateorigins_isolateorigins", + "displayName": "Enable site isolation for specific origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedfavorites", + "displayName": "Configure favorites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedfavorites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedfavorites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedfavorites_managedfavorites", + "displayName": "Configure favorites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedsearchengines", + "displayName": "Manage Search Engines (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedsearchengines_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedsearchengines_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_managedsearchengines_managedsearchengines", + "displayName": "Manage Search Engines (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_maxconnectionsperproxy", + "displayName": "Maximum number of concurrent connections to the proxy server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_maxconnectionsperproxy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_maxconnectionsperproxy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_maxconnectionsperproxy_maxconnectionsperproxy", + "displayName": "Maximum number of concurrent connections to the proxy server: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_mediaroutercastallowallips", + "displayName": "Allow Google Cast to connect to Cast devices on all IP addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_mediaroutercastallowallips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_mediaroutercastallowallips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_metricsreportingenabled", + "displayName": "Enable usage and crash-related data reporting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_metricsreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_metricsreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_networkpredictionoptions", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular.\r\n(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_networkpredictionoptions_networkpredictionoptions_2", + "displayName": "Don't predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_overridesecurityrestrictionsoninsecureorigin", + "displayName": "Control where security restrictions on insecure origins apply (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_overridesecurityrestrictionsoninsecureorigin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_overridesecurityrestrictionsoninsecureorigin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_overridesecurityrestrictionsoninsecureorigin_overridesecurityrestrictionsoninsecureorigindesc", + "displayName": "Control where security restrictions on insecure origins apply (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_proactiveauthenabled", + "displayName": "Enable Proactive Authentication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_proactiveauthenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_proactiveauthenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promotionaltabsenabled", + "displayName": "Enable full-tab promotional content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promotionaltabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promotionaltabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promptfordownloadlocation", + "displayName": "Ask where to save downloaded files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promptfordownloadlocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_promptfordownloadlocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_quicallowed", + "displayName": "Allow QUIC protocol (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_quicallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_quicallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_applicationlocalevalue_recommended", + "displayName": "Set application locale (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_applicationlocalevalue_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_applicationlocalevalue_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_applicationlocalevalue_recommended_applicationlocalevalue", + "displayName": "Application locale (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofilladdressenabled_recommended", + "displayName": "Enable AutoFill for addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofilladdressenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofilladdressenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofillcreditcardenabled_recommended", + "displayName": "Enable AutoFill for credit cards (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofillcreditcardenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_autofillcreditcardenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_backgroundmodeenabled_recommended", + "displayName": "Continue running background apps after Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_backgroundmodeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_backgroundmodeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_blockthirdpartycookies_recommended", + "displayName": "Block third party cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_blockthirdpartycookies_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_blockthirdpartycookies_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloaddirectory_recommended", + "displayName": "Set download directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloaddirectory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloaddirectory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloaddirectory_recommended_downloaddirectory", + "displayName": "Set download directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended", + "displayName": "Allow download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions", + "displayName": "Download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_1", + "displayName": "Block dangerous downloads", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_2", + "displayName": "Block potentially dangerous downloads", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_favoritesbarenabled_recommended", + "displayName": "Enable favorites bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_favoritesbarenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_favoritesbarenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importautofillformdata_recommended", + "displayName": "Allow importing of autofill form data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importautofillformdata_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importautofillformdata_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importfavorites_recommended", + "displayName": "Allow importing of favorites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importfavorites_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importfavorites_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importhistory_recommended", + "displayName": "Allow importing of browsing history (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importhistory_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importhistory_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importpaymentinfo_recommended", + "displayName": "Allow importing of payment info (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importpaymentinfo_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importpaymentinfo_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsavedpasswords_recommended", + "displayName": "Allow importing of saved passwords (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsavedpasswords_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsavedpasswords_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsearchengine_recommended", + "displayName": "Allow importing of search engine settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsearchengine_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_importsearchengine_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_networkpredictionoptions", + "displayName": "Enable network prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_networkpredictionoptions_0", + "displayName": "Predict network actions on any network connection", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_networkpredictionoptions_1", + "displayName": "Predict network actions on any network that is not cellular.\r\n(Deprecated in 50, removed in 52. After 52, if value 1 is set, it will be treated as 0 - predict network actions on any network connection.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_networkpredictionoptions_recommended_networkpredictionoptions_2", + "displayName": "Don't predict network actions on any network connection", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_resolvenavigationerrorsusewebservice_recommended", + "displayName": "Enable resolution of navigation errors using a web service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_resolvenavigationerrorsusewebservice_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_resolvenavigationerrorsusewebservice_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_searchsuggestenabled_recommended", + "displayName": "Enable search suggestions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_searchsuggestenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_searchsuggestenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_syncdisabled_recommended", + "displayName": "Disable synchronization of data using Microsoft sync services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_syncdisabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_syncdisabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_translateenabled_recommended", + "displayName": "Enable Translate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_translateenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended_translateenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended", + "displayName": "Register protocol handlers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~contentsettings_recommended_registeredprotocolhandlers_recommended_registeredprotocolhandlers", + "displayName": "Register protocol handlers (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended", + "displayName": "Enable saving passwords to the password manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmanagerenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printheaderfooter_recommended", + "displayName": "Print headers and footers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printheaderfooter_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printheaderfooter_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended", + "displayName": "Set the system default printer as the default printer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~printing_recommended_printpreviewusesystemdefaultprinter_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenenabled_recommended", + "displayName": "Configure Microsoft Defender SmartScreen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepageisnewtabpage_recommended", + "displayName": "Set the new tab page as the home page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepageisnewtabpage_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepageisnewtabpage_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepagelocation_recommended", + "displayName": "Configure the home page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepagelocation_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepagelocation_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_homepagelocation_recommended_homepagelocation", + "displayName": "Home page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_newtabpagelocation_recommended", + "displayName": "Configure the new tab page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_newtabpagelocation_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_newtabpagelocation_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_newtabpagelocation_recommended_newtabpagelocation", + "displayName": "New tab page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended", + "displayName": "Action to take on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup", + "displayName": "Action to take on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_5", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartupurls_recommended", + "displayName": "Sites to open when the browser starts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartupurls_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartupurls_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_restoreonstartupurls_recommended_restoreonstartupurlsdesc", + "displayName": "Sites to open when the browser starts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_showhomebutton_recommended", + "displayName": "Show Home button on toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_showhomebutton_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_recommended~startup_recommended_showhomebutton_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification", + "displayName": "Notify a user that a browser restart is recommended or required for pending updates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_relaunchnotification", + "displayName": "Notify a user that a browser restart is recommended or required for pending updates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_relaunchnotification_1", + "displayName": "Recommended - Show a recurring prompt to the user indicating that a restart is recommended", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotification_relaunchnotification_2", + "displayName": "Required - Show a recurring prompt to the user indicating that a restart is required", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotificationperiod", + "displayName": "Set the time period for update notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotificationperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotificationperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_relaunchnotificationperiod_relaunchnotificationperiod", + "displayName": "Set the time period for update notifications: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_requireonlinerevocationchecksforlocalanchors", + "displayName": "Specify if online OCSP/CRL checks are required for local trust anchors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_requireonlinerevocationchecksforlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_requireonlinerevocationchecksforlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_resolvenavigationerrorsusewebservice", + "displayName": "Enable resolution of navigation errors using a web service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_resolvenavigationerrorsusewebservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_resolvenavigationerrorsusewebservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_restrictsignintopattern", + "displayName": "Restrict which accounts can be used to sign in to Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_restrictsignintopattern_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_restrictsignintopattern_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_restrictsignintopattern_restrictsignintopattern", + "displayName": "Restrict which accounts can be used as Microsoft Edge primary accounts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_runallflashinallowmode", + "displayName": "Extend Adobe Flash content setting to all content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_runallflashinallowmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_runallflashinallowmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_savingbrowserhistorydisabled", + "displayName": "Disable saving browser history (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_savingbrowserhistorydisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_savingbrowserhistorydisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_searchsuggestenabled", + "displayName": "Enable search suggestions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_searchsuggestenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_searchsuggestenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_securitykeypermitattestation", + "displayName": "Websites or domains that don't need permission to use direct Security Key attestation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_securitykeypermitattestation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_securitykeypermitattestation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_securitykeypermitattestation_securitykeypermitattestationdesc", + "displayName": "Websites or domains that don't need permission to use direct Security Key attestation (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendintranettointernetexplorer", + "displayName": "Send all intranet sites to Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendintranettointernetexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendintranettointernetexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendsiteinfotoimproveservices", + "displayName": "Send site information to improve Microsoft services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendsiteinfotoimproveservices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sendsiteinfotoimproveservices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_showofficeshortcutinfavoritesbar", + "displayName": "Show Microsoft Office shortcut in favorites bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_showofficeshortcutinfavoritesbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_showofficeshortcutinfavoritesbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_siteperprocess", + "displayName": "Enable site isolation for every site (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_siteperprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_siteperprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellcheckenabled", + "displayName": "Enable spellcheck (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellcheckenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellcheckenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellchecklanguage", + "displayName": "Enable specific spellcheck languages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellchecklanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellchecklanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_spellchecklanguage_spellchecklanguagedesc", + "displayName": "Enable specific spellcheck languages (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslerroroverrideallowed", + "displayName": "Allow users to proceed from the HTTPS warning page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslerroroverrideallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslerroroverrideallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin", + "displayName": "Minimum TLS version enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_sslversionmin", + "displayName": "Minimum SSL version enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_sslversionmin_tls1", + "displayName": "TLS 1.0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_sslversionmin_tls1.1", + "displayName": "TLS 1.1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_sslversionmin_sslversionmin_tls1.2", + "displayName": "TLS 1.2", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_suppressunsupportedoswarning", + "displayName": "Suppress the unsupported OS warning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_suppressunsupportedoswarning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_suppressunsupportedoswarning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_syncdisabled", + "displayName": "Disable synchronization of data using Microsoft sync services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_syncdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_syncdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_tablifecyclesenabled", + "displayName": "Configure tab lifecycles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_tablifecyclesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_tablifecyclesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_taskmanagerendprocessenabled", + "displayName": "Enable ending processes in the Browser task manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_taskmanagerendprocessenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_taskmanagerendprocessenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_translateenabled", + "displayName": "Enable Translate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_translateenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_translateenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlallowlist", + "displayName": "Define a list of allowed URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlallowlist_urlallowlistdesc", + "displayName": "Define a list of allowed URLs (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlblocklist", + "displayName": "Block access to a list of URLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_urlblocklist_urlblocklistdesc", + "displayName": "Block access to a list of URLs (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userdatadir", + "displayName": "Set the user data directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userdatadir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userdatadir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userdatadir_userdatadir", + "displayName": "Set the user data directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userfeedbackallowed", + "displayName": "Allow user feedback (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userfeedbackallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_userfeedbackallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowed", + "displayName": "Allow or block video capture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowedurls", + "displayName": "Sites that can access video capture devices without requesting permission (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_videocaptureallowedurls_videocaptureallowedurlsdesc", + "displayName": "Sites that can access video capture devices without requesting permission (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webdriveroverridesincompatiblepolicies", + "displayName": "Allow WebDriver to Override Incompatible Policies (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webdriveroverridesincompatiblepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webdriveroverridesincompatiblepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling", + "displayName": "Restrict exposure of local IP address by WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling", + "displayName": "Restrict exposure of localhost IP address by WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling_default", + "displayName": "Allow all interfaces. This exposes the local IP address", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling_default_public_and_private_interfaces", + "displayName": "Allow public and private interfaces over http default route. This exposes the local IP address", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling_default_public_interface_only", + "displayName": "Allow public interface over http default route. This doesn't expose the local IP address", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtclocalhostiphandling_webrtclocalhostiphandling_disable_non_proxied_udp", + "displayName": "Use TCP unless proxy server supports UDP. This doesn't expose the local IP address", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtcudpportrange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtcudpportrange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_webrtcudpportrange_webrtcudpportrange", + "displayName": "Restrict the range of local UDP ports used by WebRTC (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_wpadquickcheckenabled", + "displayName": "Set WPAD optimization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_wpadquickcheckenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge_wpadquickcheckenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_autoselectcertificateforurls", + "displayName": "Automatically select client certificates for these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_autoselectcertificateforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_autoselectcertificateforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_autoselectcertificateforurls_autoselectcertificateforurlsdesc", + "displayName": "Automatically select client certificates for these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesallowedforurls", + "displayName": "Allow cookies on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesallowedforurls_cookiesallowedforurlsdesc", + "displayName": "Allow cookies on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesblockedforurls", + "displayName": "Block cookies on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiesblockedforurls_cookiesblockedforurlsdesc", + "displayName": "Block cookies on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiessessiononlyforurls", + "displayName": "Limit cookies from specific websites to the current session (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiessessiononlyforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiessessiononlyforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_cookiessessiononlyforurls_cookiessessiononlyforurlsdesc", + "displayName": "Limit cookies from specific websites to the current session (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting", + "displayName": "Configure cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_defaultcookiessetting", + "displayName": "Configure cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_defaultcookiessetting_1", + "displayName": "Let all sites create cookies", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_defaultcookiessetting_2", + "displayName": "Don't let any site create cookies", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultcookiessetting_defaultcookiessetting_4", + "displayName": "Keep cookies for the duration of the session", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting", + "displayName": "Default geolocation setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting", + "displayName": "Default geolocation setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_1", + "displayName": "Allow sites to track users' physical location", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_2", + "displayName": "Don't allow any site to track users' physical location", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultgeolocationsetting_defaultgeolocationsetting_3", + "displayName": "Ask whenever a site wants to track users' physical location", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting", + "displayName": "Default images setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_defaultimagessetting", + "displayName": "Default images setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_defaultimagessetting_1", + "displayName": "Allow all sites to show all images", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultimagessetting_defaultimagessetting_2", + "displayName": "Don't allow any site to show images", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting", + "displayName": "Default JavaScript setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting", + "displayName": "Default JavaScript setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting_1", + "displayName": "Allow all sites to run JavaScript", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultjavascriptsetting_defaultjavascriptsetting_2", + "displayName": "Don't allow any site to run JavaScript", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting", + "displayName": "Default notification setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_defaultnotificationssetting", + "displayName": "Default notification setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_defaultnotificationssetting_1", + "displayName": "Allow sites to show desktop notifications", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_defaultnotificationssetting_2", + "displayName": "Don't allow any site to show desktop notifications", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultnotificationssetting_defaultnotificationssetting_3", + "displayName": "Ask every time a site wants to show desktop notifications", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting", + "displayName": "Default Adobe Flash setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_defaultpluginssetting", + "displayName": "Default Adobe Flash setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_defaultpluginssetting_2", + "displayName": "Block the Adobe Flash plugin", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpluginssetting_defaultpluginssetting_3", + "displayName": "Click to play", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting", + "displayName": "Default pop-up window setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_defaultpopupssetting", + "displayName": "Default pop-up window setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_defaultpopupssetting_1", + "displayName": "Allow all sites to show pop-ups", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultpopupssetting_defaultpopupssetting_2", + "displayName": "Do not allow any site to show popups", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting", + "displayName": "Control use of the Web Bluetooth API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting_2", + "displayName": "Do not allow any site to request access to Bluetooth devices via the Web Bluetooth API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebbluetoothguardsetting_defaultwebbluetoothguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a nearby Bluetooth device", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting", + "displayName": "Control use of the WebUSB API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting_2", + "displayName": "Do not allow any site to request access to USB devices via the WebUSB API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_defaultwebusbguardsetting_defaultwebusbguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a connected USB device", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesallowedforurls", + "displayName": "Allow images on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesallowedforurls_imagesallowedforurlsdesc", + "displayName": "Allow images on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesblockedforurls", + "displayName": "Block images on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_imagesblockedforurls_imagesblockedforurlsdesc", + "displayName": "Block images on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptallowedforurls", + "displayName": "Allow JavaScript on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptallowedforurls_javascriptallowedforurlsdesc", + "displayName": "Allow JavaScript on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptblockedforurls", + "displayName": "Block JavaScript on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_javascriptblockedforurls_javascriptblockedforurlsdesc", + "displayName": "Block JavaScript on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsallowedforurls", + "displayName": "Allow notifications on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsallowedforurls_notificationsallowedforurlsdesc", + "displayName": "Allow notifications on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsblockedforurls", + "displayName": "Block notifications on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_notificationsblockedforurls_notificationsblockedforurlsdesc", + "displayName": "Block notifications on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsallowedforurls", + "displayName": "Allow the Adobe Flash plug-in on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsallowedforurls_pluginsallowedforurlsdesc", + "displayName": "Allow the Adobe Flash plug-in on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsblockedforurls", + "displayName": "Block the Adobe Flash plug-in on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_pluginsblockedforurls_pluginsblockedforurlsdesc", + "displayName": "Block the Adobe Flash plug-in on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsallowedforurls", + "displayName": "Allow pop-up windows on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsallowedforurls_popupsallowedforurlsdesc", + "displayName": "Allow pop-up windows on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsblockedforurls", + "displayName": "Block pop-up windows on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_popupsblockedforurls_popupsblockedforurlsdesc", + "displayName": "Block pop-up windows on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusballowdevicesforurls", + "displayName": "Grant access to specific sites to connect to specific USB devices (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusballowdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusballowdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusballowdevicesforurls_webusballowdevicesforurls", + "displayName": "Grant access to specific sites to connect to specific USB devices (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbaskforurls", + "displayName": "Allow WebUSB on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbaskforurls_webusbaskforurlsdesc", + "displayName": "Allow WebUSB on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbblockedforurls", + "displayName": "Block WebUSB on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~contentsettings_webusbblockedforurls_webusbblockedforurlsdesc", + "displayName": "Block WebUSB on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderenabled", + "displayName": "Enable the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderencodings", + "displayName": "Default search provider encodings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderencodings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderencodings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderencodings_defaultsearchproviderencodingsdesc", + "displayName": "Default search provider encodings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurl", + "displayName": "Specifies the search-by-image feature for the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurl_defaultsearchproviderimageurl", + "displayName": "Specifies the search-by-image feature for the default search provider (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for an image URL that uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurlpostparams_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurlpostparams_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderimageurlpostparams_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for an image URL that uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderkeyword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderkeyword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchproviderkeyword_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidername", + "displayName": "Default search provider name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidername_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidername_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidername_defaultsearchprovidername", + "displayName": "Default search provider name (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersearchurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersearchurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersearchurl_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersuggesturl", + "displayName": "Default search provider URL for suggestions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersuggesturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersuggesturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~defaultsearchprovider_defaultsearchprovidersuggesturl_defaultsearchprovidersuggesturl", + "displayName": "Default search provider URL for suggestions (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionallowedtypes", + "displayName": "Configure allowed extension types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionallowedtypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionallowedtypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionallowedtypes_extensionallowedtypesdesc", + "displayName": "Types of extensions/apps that are allowed to be installed (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallallowlist", + "displayName": "Allow specific extensions to be installed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallallowlist_extensioninstallallowlistdesc", + "displayName": "Extension IDs to exempt from the block list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallblocklist", + "displayName": "Control which extensions cannot be installed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallblocklist_extensioninstallblocklistdesc", + "displayName": "Extension IDs the user should be prevented from installing (or * for all) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallforcelist", + "displayName": "Control which extensions are installed silently (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallforcelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallforcelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallforcelist_extensioninstallforcelistdesc", + "displayName": "Extension/App IDs and update URLs to be silently installed (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallsources", + "displayName": "Configure extension and user script install sources (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallsources_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallsources_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensioninstallsources_extensioninstallsourcesdesc", + "displayName": "URL patterns to allow extension, app, and user script installs from (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionsettings", + "displayName": "Configure extension management settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~extensions_extensionsettings_extensionsettings", + "displayName": "Configure extension management settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_enablemediarouter", + "displayName": "Enable Google Cast (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_enablemediarouter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_enablemediarouter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_showcasticonintoolbar", + "displayName": "Show the cast icon in the toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_showcasticonintoolbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~googlecast_showcasticonintoolbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_allowcrossoriginauthprompt", + "displayName": "Allow cross-origin HTTP Basic Auth prompts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_allowcrossoriginauthprompt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_allowcrossoriginauthprompt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authnegotiatedelegateallowlist", + "displayName": "Specifies a list of servers that Microsoft Edge can delegate user credentials to (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authnegotiatedelegateallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authnegotiatedelegateallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authnegotiatedelegateallowlist_authnegotiatedelegateallowlist", + "displayName": "Specifies a list of servers that Microsoft Edge can delegate user credentials to (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authschemes", + "displayName": "Supported authentication schemes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authschemes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authschemes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authschemes_authschemes", + "displayName": "Supported authentication schemes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authserverallowlist", + "displayName": "Configure list of allowed authentication servers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authserverallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authserverallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_authserverallowlist_authserverallowlist", + "displayName": "Configure list of allowed authentication servers (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_disableauthnegotiatecnamelookup", + "displayName": "Disable CNAME lookup when negotiating Kerberos authentication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_disableauthnegotiatecnamelookup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_disableauthnegotiatecnamelookup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_enableauthnegotiateport", + "displayName": "Include non-standard port in Kerberos SPN (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_enableauthnegotiateport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~httpauthentication_enableauthnegotiateport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingallowlist", + "displayName": "Control which native messaging hosts users can use (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingallowlist_nativemessagingallowlistdesc", + "displayName": "Names of the native messaging hosts to exempt from the block list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingblocklist", + "displayName": "Configure native messaging block list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessagingblocklist_nativemessagingblocklistdesc", + "displayName": "Names of the forbidden native messaging hosts (or * for all) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessaginguserlevelhosts", + "displayName": "Allow user-level native messaging hosts (installed without admin permissions) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessaginguserlevelhosts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~nativemessaging_nativemessaginguserlevelhosts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordmanagerenabled", + "displayName": "Enable saving passwords to the password manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordmanagerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordmanagerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionchangepasswordurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionchangepasswordurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionchangepasswordurl_passwordprotectionchangepasswordurl", + "displayName": "Configure the change password URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionloginurls", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture fingerprint of password (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionloginurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionloginurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionloginurls_passwordprotectionloginurlsdesc", + "displayName": "Configure the list of enterprise login URLs where password protection service should capture fingerprint of password (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger", + "displayName": "Configure password protection warning trigger (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger", + "displayName": "Configure password protection warning trigger (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_0", + "displayName": "Password protection warning is off", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~passwordmanager_passwordprotectionwarningtrigger_passwordprotectionwarningtrigger_1", + "displayName": "Password protection warning is triggered by password reuse", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_defaultprinterselection", + "displayName": "Default printer selection rules (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_defaultprinterselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_defaultprinterselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_defaultprinterselection_defaultprinterselection", + "displayName": "Default printer selection rules (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printheaderfooter", + "displayName": "Print headers and footers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printheaderfooter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printheaderfooter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printingenabled", + "displayName": "Enable printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printpreviewusesystemdefaultprinter", + "displayName": "Set the system default printer as the default printer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printpreviewusesystemdefaultprinter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_printpreviewusesystemdefaultprinter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_usesystemprintdialog", + "displayName": "Print using system print dialog (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_usesystemprintdialog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~printing_usesystemprintdialog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxybypasslist", + "displayName": "Configure proxy bypass rules (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxybypasslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxybypasslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxybypasslist_proxybypasslist", + "displayName": "Comma-separated list of proxy bypass rules (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode", + "displayName": "Configure proxy server settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode", + "displayName": "Configure proxy server settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_direct", + "displayName": "Never use a proxy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_auto_detect", + "displayName": "Auto detect proxy settings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_pac_script", + "displayName": "Use a .pac proxy script", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_fixed_servers", + "displayName": "Use fixed proxy servers", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxymode_proxymode_system", + "displayName": "Use system proxy settings", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxypacurl", + "displayName": "Set the proxy .pac file URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxypacurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxypacurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxypacurl_proxypacurl", + "displayName": "Set the proxy .pac file URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxyserver", + "displayName": "Configure address or URL of proxy server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxyserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxyserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxyserver_proxyserver", + "displayName": "Configure address or URL of proxy server (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxysettings", + "displayName": "Proxy settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~proxy_proxysettings_proxysettings", + "displayName": "Proxy settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverride", + "displayName": "Prevent bypassing Microsoft Defender SmartScreen prompts for sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverride_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverride_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverrideforfiles", + "displayName": "Prevent bypassing of Microsoft Defender SmartScreen warnings about downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverrideforfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_preventsmartscreenpromptoverrideforfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenallowlistdomains", + "displayName": "Configure the list of domains for which Microsoft Defender SmartScreen won't trigger warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenallowlistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenallowlistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenallowlistdomains_smartscreenallowlistdomainsdesc", + "displayName": "Configure the list of domains for which SmartScreen won't trigger warnings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenenabled", + "displayName": "Configure Microsoft Defender SmartScreen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~smartscreen_smartscreenenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepageisnewtabpage", + "displayName": "Set the new tab page as the home page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepageisnewtabpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepageisnewtabpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepagelocation", + "displayName": "Configure the home page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepagelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepagelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_homepagelocation_homepagelocation", + "displayName": "Home page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagehidedefaulttopsites", + "displayName": "Hide the default top sites from the new tab page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagehidedefaulttopsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagehidedefaulttopsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagelocation", + "displayName": "Configure the new tab page URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_newtabpagelocation_newtabpagelocation", + "displayName": "New tab page URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup", + "displayName": "Action to take on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup", + "displayName": "Action to take on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_5", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartupurls", + "displayName": "Sites to open when the browser starts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartupurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartupurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_restoreonstartupurls_restoreonstartupurlsdesc", + "displayName": "Sites to open when the browser starts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_showhomebutton", + "displayName": "Show Home button on toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_showhomebutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edge~policy~microsoft_edge~startup_showhomebutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions", + "displayName": "Allow download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions", + "displayName": "Download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_1", + "displayName": "Block malicious downloads and dangerous file types", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_2", + "displayName": "Block potentially dangerous or unwanted downloads and dangerous file types", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_downloadrestrictions_downloadrestrictions_4", + "displayName": "Block malicious downloads", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended", + "displayName": "Allow download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions", + "displayName": "Download restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_0", + "displayName": "No special restrictions", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_1", + "displayName": "Block malicious downloads and dangerous file types", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_2", + "displayName": "Block potentially dangerous or unwanted downloads and dangerous file types", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_3", + "displayName": "Block all downloads", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgeupdates.2~policy~microsoft_edge_recommended_downloadrestrictions_recommended_downloadrestrictions_4", + "displayName": "Block malicious downloads", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_adstransparencyenabled", + "displayName": "Configure if the ads transparency feature is enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_adstransparencyenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_adstransparencyenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_hiderestoredialogenabled", + "displayName": "Hide restore pages dialog after browser crash (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_hiderestoredialogenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_hiderestoredialogenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_pdfsecuremode", + "displayName": "Secure mode and Certificate-based Digital Signature validation in native PDF reader (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_pdfsecuremode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_pdfsecuremode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_promptonmultiplematchingcertificates", + "displayName": "Prompt the user to select a certificate when multiple certificates match (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_promptonmultiplematchingcertificates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge_promptonmultiplematchingcertificates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting", + "displayName": "Control use of the WebHID API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_defaultwebhidguardsetting", + "displayName": "Control use of the WebHID API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_defaultwebhidguardsetting_2", + "displayName": "Do not allow any site to request access to HID devices via the WebHID API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_defaultwebhidguardsetting_defaultwebhidguardsetting_3", + "displayName": "Allow sites to ask the user to grant access to a HID device", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidaskforurls", + "displayName": "Allow the WebHID API on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidaskforurls_webhidaskforurlsdesc", + "displayName": "Allow the WebHID API on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidblockedforurls", + "displayName": "Block the WebHID API on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev100~policy~microsoft_edge~contentsettings_webhidblockedforurls_webhidblockedforurlsdesc", + "displayName": "Block the WebHID API on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_configurekeyboardshortcuts", + "displayName": "Configure the list of commands for which to disable keyboard shortcuts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_configurekeyboardshortcuts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_configurekeyboardshortcuts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_configurekeyboardshortcuts_configurekeyboardshortcuts", + "displayName": "Configure the list of commands for which to disable keyboard shortcuts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_edgeassetdeliveryserviceenabled", + "displayName": "Allow features to download assets from the Asset Delivery Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_edgeassetdeliveryserviceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_edgeassetdeliveryserviceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_internetexplorermodeenablesavepageas", + "displayName": "Allow Save page as in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_internetexplorermodeenablesavepageas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_internetexplorermodeenablesavepageas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_edgeassetdeliveryserviceenabled_recommended", + "displayName": "Allow features to download assets from the Asset Delivery Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_edgeassetdeliveryserviceenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_edgeassetdeliveryserviceenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_sitesafetyservicesenabled_recommended", + "displayName": "Allow users to configure Site safety services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_sitesafetyservicesenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended_sitesafetyservicesenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended~extensions_recommended_controldefaultstateofallowextensionfromotherstoressettingenabled_recommended", + "displayName": "Configure default state of Allow extensions from other stores setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended~extensions_recommended_controldefaultstateofallowextensionfromotherstoressettingenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_recommended~extensions_recommended_controldefaultstateofallowextensionfromotherstoressettingenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_sitesafetyservicesenabled", + "displayName": "Allow users to configure Site safety services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_sitesafetyservicesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge_sitesafetyservicesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~identity_edgedefaultprofileenabled", + "displayName": "Default Profile Setting Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~identity_edgedefaultprofileenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~identity_edgedefaultprofileenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~identity_edgedefaultprofileenabled_edgedefaultprofileenabled", + "displayName": "Default Profile Setting Enabled (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~kioskmode_kioskswipegesturesenabled", + "displayName": "Swipe gestures in Microsoft Edge kiosk mode enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~kioskmode_kioskswipegesturesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev101~policy~microsoft_edge~kioskmode_kioskswipegesturesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_networkservicesandboxenabled", + "displayName": "Enable the network service sandbox (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_networkservicesandboxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_networkservicesandboxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_outlookhubmenuenabled", + "displayName": "Allow users to access the Outlook menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_outlookhubmenuenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_outlookhubmenuenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_recommended_outlookhubmenuenabled_recommended", + "displayName": "Allow users to access the Outlook menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_recommended_outlookhubmenuenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_recommended_outlookhubmenuenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_settimeoutwithout1msclampenabled", + "displayName": "Control Javascript setTimeout() function minimum timeout (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_settimeoutwithout1msclampenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_settimeoutwithout1msclampenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_useragentclienthintsgreaseupdateenabled", + "displayName": "Control the User-Agent Client Hints GREASE Update feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_useragentclienthintsgreaseupdateenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge_useragentclienthintsgreaseupdateenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge~httpauthentication_allhttpauthschemesallowedfororigins", + "displayName": "List of origins that allow all HTTP authentication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge~httpauthentication_allhttpauthschemesallowedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge~httpauthentication_allhttpauthschemesallowedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev102~policy~microsoft_edge~httpauthentication_allhttpauthschemesallowedfororigins_allhttpauthschemesallowedfororiginsdesc", + "displayName": "List of origins that allow all HTTP authentication (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_internetexplorerzoomdisplay", + "displayName": "Display zoom in IE Mode tabs with DPI Scale included like it is in Internet Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_internetexplorerzoomdisplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_internetexplorerzoomdisplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_livecaptionsallowed", + "displayName": "Live captions allowed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_livecaptionsallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_livecaptionsallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_originagentclusterdefaultenabled", + "displayName": "Origin-keyed agent clustering enabled by default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_originagentclusterdefaultenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge_originagentclusterdefaultenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge~identity_guidedswitchenabled", + "displayName": "Guided Switch Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge~identity_guidedswitchenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev103~policy~microsoft_edge~identity_guidedswitchenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_alloweddomainsforapps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_alloweddomainsforapps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_alloweddomainsforapps_alloweddomainsforapps", + "displayName": "Define domains allowed to access Google Workspace (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_askbeforecloseenabled", + "displayName": "Get user confirmation before closing a browser window with multiple tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_askbeforecloseenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_askbeforecloseenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting", + "displayName": "Configure browser process code integrity guard setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_browsercodeintegritysetting", + "displayName": "Configure browser process code integrity guard setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_browsercodeintegritysetting_0", + "displayName": "Do not enable code integrity guard in the browser process.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_browsercodeintegritysetting_1", + "displayName": "Enable code integrity guard audit mode in the browser process.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_browsercodeintegritysetting_browsercodeintegritysetting_2", + "displayName": "Enable code integrity guard enforcement in the browser process.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_doubleclickclosetabenabled", + "displayName": "Double Click feature in Microsoft Edge enabled (only available in China) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_doubleclickclosetabenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_doubleclickclosetabenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_edgeedropenabled", + "displayName": "Enable Drop feature in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_edgeedropenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_edgeedropenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_importoneachlaunch", + "displayName": "Allow import of data from other browsers on each Microsoft Edge launch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_importoneachlaunch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_importoneachlaunch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_pdfxfaenabled", + "displayName": "XFA support in native PDF reader enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_pdfxfaenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_pdfxfaenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_quicksearchshowminimenu", + "displayName": "Enables Microsoft Edge mini menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_quicksearchshowminimenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_quicksearchshowminimenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_askbeforecloseenabled_recommended", + "displayName": "Get user confirmation before closing a browser window with multiple tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_askbeforecloseenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_askbeforecloseenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_quicksearchshowminimenu_recommended", + "displayName": "Enables Microsoft Edge mini menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_quicksearchshowminimenu_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_recommended_quicksearchshowminimenu_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_textpredictionenabled", + "displayName": "Text prediction enabled by default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_textpredictionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge_textpredictionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge~passwordmanager_passwordmanagerrestrictlengthenabled", + "displayName": "Restrict the length of passwords that can be saved in the Password Manager (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge~passwordmanager_passwordmanagerrestrictlengthenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev104~policy~microsoft_edge~passwordmanager_passwordmanagerrestrictlengthenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_exemptfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_exemptfiletypedownloadwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_exemptfiletypedownloadwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_exemptfiletypedownloadwarnings_exemptfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_internetexplorerintegrationalwayswaitforunload", + "displayName": "Wait for Internet Explorer mode tabs to completely unload before ending the browser session (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_internetexplorerintegrationalwayswaitforunload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_internetexplorerintegrationalwayswaitforunload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorproofingenabled", + "displayName": "Spell checking provided by Microsoft Editor (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorproofingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorproofingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorsynonymsenabled", + "displayName": "Synonyms are provided when using Microsoft Editor spell checker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorsynonymsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_microsofteditorsynonymsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_configurefriendlyurlformat", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_configurefriendlyurlformat_1", + "displayName": "The plain URL without any extra information, such as the page's title. This is the recommended option when this policy is configured. For more information, see the description.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_configurefriendlyurlformat_3", + "displayName": "Titled Hyperlink: A hyperlink that points to the copied URL, but whose visible text is the title of the destination page. This is the Friendly URL format.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_recommended_configurefriendlyurlformat_recommended_configurefriendlyurlformat_4", + "displayName": "Coming soon. If set, behaves the same as 'Plain URL'.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_unthrottlednestedtimeoutenabled", + "displayName": "JavaScript setTimeout will not be clamped until a higher nesting threshold is set (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_unthrottlednestedtimeoutenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev105~policy~microsoft_edge_unthrottlednestedtimeoutenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_internetexplorerintegrationalwaysuseoscapture", + "displayName": "Always use the OS capture engine to avoid issues with capturing Internet Explorer mode tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_internetexplorerintegrationalwaysuseoscapture_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_internetexplorerintegrationalwaysuseoscapture_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeenabled_recommended", + "displayName": "Efficiency mode enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeonpowerenabled_recommended", + "displayName": "Enable efficiency mode when the device is connected to a power source (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeonpowerenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge_recommended~performance_recommended_efficiencymodeonpowerenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeenabled", + "displayName": "Efficiency mode enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeonpowerenabled", + "displayName": "Enable efficiency mode when the device is connected to a power source (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeonpowerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~performance_efficiencymodeonpowerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~printing_printpdfasimagedefault", + "displayName": "Print PDF as Image Default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~printing_printpdfasimagedefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev106~policy~microsoft_edge~printing_printpdfasimagedefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_enhancesecuritymodebypassintranet", + "displayName": "Enhanced Security Mode configuration for Intranet zone sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_enhancesecuritymodebypassintranet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_enhancesecuritymodebypassintranet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_eventpathenabled", + "displayName": "Re-enable the Event.path API until Microsoft Edge version 115 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_eventpathenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_eventpathenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_internetexplorerintegrationlocalmhtfileallowed", + "displayName": "Allow local MHTML files to open automatically in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_internetexplorerintegrationlocalmhtfileallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_internetexplorerintegrationlocalmhtfileallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_recommended~performance_recommended_performancedetectorenabled_recommended", + "displayName": "Performance Detector Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_recommended~performance_recommended_performancedetectorenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_recommended~performance_recommended_performancedetectorenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_webselectenabled", + "displayName": "Web Select Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_webselectenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_webselectenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlaccess", + "displayName": "Force WebSQL to be enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlnonsecurecontextenabled", + "displayName": "Force WebSQL in non-secure contexts to be enabled (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlnonsecurecontextenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge_websqlnonsecurecontextenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~edgeworkspaces_edgeworkspacesenabled", + "displayName": "Enable Workspaces (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~edgeworkspaces_edgeworkspacesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~edgeworkspaces_edgeworkspacesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~identity_linkedaccountenabled", + "displayName": "Enable the linked account feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~identity_linkedaccountenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~identity_linkedaccountenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~performance_performancedetectorenabled", + "displayName": "Performance Detector Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~performance_performancedetectorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~performance_performancedetectorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~startup_restoreonstartupuserurlsenabled", + "displayName": "Allow users to add and remove their own sites during startup when the RestoreOnStartupURLs policy is configured (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~startup_restoreonstartupuserurlsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev107~policy~microsoft_edge~startup_restoreonstartupuserurlsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting", + "displayName": "Set the default \"share additional operating system region\" setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_defaultshareadditionalosregionsetting", + "displayName": "'Set the default \"share additional operating system region\" setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_defaultshareadditionalosregionsetting_0", + "displayName": "Limited", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_defaultshareadditionalosregionsetting_1", + "displayName": "Always share the OS Regional format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_defaultshareadditionalosregionsetting_defaultshareadditionalosregionsetting_2", + "displayName": "Never share the OS Regional format", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_encryptedclienthelloenabled", + "displayName": "TLS Encrypted ClientHello Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_encryptedclienthelloenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_encryptedclienthelloenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended", + "displayName": "Set the default \"share additional operating system region\" setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_defaultshareadditionalosregionsetting", + "displayName": "'Set the default \"share additional operating system region\" setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_defaultshareadditionalosregionsetting_0", + "displayName": "Limited", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_defaultshareadditionalosregionsetting_1", + "displayName": "Always share the OS Regional format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge_recommended_defaultshareadditionalosregionsetting_recommended_defaultshareadditionalosregionsetting_2", + "displayName": "Never share the OS Regional format", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge~startup_newtabpageapplauncherenabled", + "displayName": "Hide App Launcher on Microsoft Edge new tab page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge~startup_newtabpageapplauncherenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev108~policy~microsoft_edge~startup_newtabpageapplauncherenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardallowedforurls", + "displayName": "Allow clipboard use on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardallowedforurls_clipboardallowedforurlsdesc", + "displayName": "Allow clipboard use on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardblockedforurls", + "displayName": "Block clipboard use on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_clipboardblockedforurls_clipboardblockedforurlsdesc", + "displayName": "Block clipboard use on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting", + "displayName": "Default clipboard site permission (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_defaultclipboardsetting", + "displayName": "Default clipboard site permission (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_defaultclipboardsetting_2", + "displayName": "Do not allow any site to use the clipboard site permission", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_defaultclipboardsetting_defaultclipboardsetting_3", + "displayName": "Allow sites to ask the user to grant the clipboard site permission", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_microsoftrootstoreenabled", + "displayName": "Determines whether the Microsoft Root Store and built-in certificate verifier will be used to verify server certificates (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_microsoftrootstoreenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge_microsoftrootstoreenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowalldevicesforurls", + "displayName": "Allow listed sites to connect to any HID device (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowalldevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowalldevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowalldevicesforurls_webhidallowalldevicesforurlsdesc", + "displayName": "Allow listed sites to connect to any HID device (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdevicesforurls", + "displayName": "Allow listed sites connect to specific HID devices (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdevicesforurls_webhidallowdevicesforurls", + "displayName": "Allow listed sites connect to specific HID devices (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdeviceswithhidusagesforurls", + "displayName": "Automatically grant permission to these sites to connect to HID devices containing top-level collections with the given HID usage (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdeviceswithhidusagesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdeviceswithhidusagesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev109~policy~microsoft_edge~contentsettings_webhidallowdeviceswithhidusagesforurls_webhidallowdeviceswithhidusagesforurls", + "displayName": "Automatically grant permission to these sites to connect to HID devices containing top-level collections with the given HID usage (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_autofillmembershipsenabled", + "displayName": "Save and fill memberships (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_autofillmembershipsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_autofillmembershipsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_autofillmembershipsenabled_recommended", + "displayName": "Save and fill memberships (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_autofillmembershipsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_autofillmembershipsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_searchfiltersenabled_recommended", + "displayName": "Search Filters Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_searchfiltersenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended_searchfiltersenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended~printing_recommended_printpreviewstickysettings_recommended", + "displayName": "Configure the sticky print preview settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended~printing_recommended_printpreviewstickysettings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended~printing_recommended_printpreviewstickysettings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_recommended~printing_recommended_printpreviewstickysettings_recommended_printpreviewstickysettings", + "displayName": "Configure the sticky print preview settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchfiltersenabled", + "displayName": "Search Filters Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchfiltersenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchfiltersenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled", + "displayName": "Search in Sidebar enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_searchinsidebarenabled", + "displayName": "Search in Sidebar enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_searchinsidebarenabled_0", + "displayName": "Enable search in sidebar", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_searchinsidebarenabled_1", + "displayName": "Disable search in sidebar for Kids Mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge_searchinsidebarenabled_searchinsidebarenabled_2", + "displayName": "Disable search in sidebar", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsallowedforurls", + "displayName": "Allow multiple automatic downloads in quick succession on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsallowedforurls_automaticdownloadsallowedforurlsdesc", + "displayName": "Allow multiple automatic downloads in quick succession on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsblockedforurls", + "displayName": "Block multiple automatic downloads in quick succession on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_automaticdownloadsblockedforurls_automaticdownloadsblockedforurlsdesc", + "displayName": "Block multiple automatic downloads in quick succession on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting", + "displayName": "Default automatic downloads setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_defaultautomaticdownloadssetting", + "displayName": "Default automatic downloads setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_defaultautomaticdownloadssetting_1", + "displayName": "Allow all websites to perform automatic downloads", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~contentsettings_defaultautomaticdownloadssetting_defaultautomaticdownloadssetting_2", + "displayName": "Don't allow any website to perform automatic downloads", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~edgeworkspaces_workspacesnavigationsettings", + "displayName": "Configure navigation settings per groups of URLs in Microsoft Edge Workspaces (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~edgeworkspaces_workspacesnavigationsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~edgeworkspaces_workspacesnavigationsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~edgeworkspaces_workspacesnavigationsettings_workspacesnavigationsettings", + "displayName": "Configure navigation settings per groups of URLs in Microsoft Edge Workspaces (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereadergrammartoolsenabled", + "displayName": "Enable Grammar Tools feature within Immersive Reader in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereadergrammartoolsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereadergrammartoolsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereaderpicturedictionaryenabled", + "displayName": "Enable Picture Dictionary feature within Immersive Reader in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereaderpicturedictionaryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~immersivereader_immersivereaderpicturedictionaryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~printing_printpreviewstickysettings", + "displayName": "Configure the sticky print preview settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~printing_printpreviewstickysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~printing_printpreviewstickysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev110~policy~microsoft_edge~printing_printpreviewstickysettings_printpreviewstickysettings", + "displayName": "Configure the sticky print preview settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_internetexplorermodecleardataonexitenabled", + "displayName": "Clear history for IE and IE mode every time you exit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_internetexplorermodecleardataonexitenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_internetexplorermodecleardataonexitenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_newpdfreaderenabled", + "displayName": "Microsoft Edge built-in PDF reader powered by Adobe Acrobat enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_newpdfreaderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_newpdfreaderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_recommended_newpdfreaderenabled_recommended", + "displayName": "Microsoft Edge built-in PDF reader powered by Adobe Acrobat enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_recommended_newpdfreaderenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_recommended_newpdfreaderenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_sharedarraybufferunrestrictedaccessallowed", + "displayName": "Specifies whether SharedArrayBuffers can be used in a non cross-origin-isolated context (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_sharedarraybufferunrestrictedaccessallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_sharedarraybufferunrestrictedaccessallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_showacrobatsubscriptionbutton", + "displayName": "Shows button on native PDF viewer in Microsoft Edge that allows users to sign up for Adobe Acrobat subscription (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_showacrobatsubscriptionbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev111~policy~microsoft_edge_showacrobatsubscriptionbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_cryptowalletenabled", + "displayName": "Enable CryptoWallet feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_cryptowalletenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_cryptowalletenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_mousegestureenabled", + "displayName": "Mouse Gesture Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_mousegestureenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev112~policy~microsoft_edge_mousegestureenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_readaloudenabled", + "displayName": "Enable Read Aloud feature in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_readaloudenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_readaloudenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_restorepdfview", + "displayName": "Restore PDF view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_restorepdfview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_restorepdfview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_tabservicesenabled", + "displayName": "Enable tab organization suggestions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_tabservicesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev113~policy~microsoft_edge_tabservicesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_defaultbrowsersettingscampaignenabled", + "displayName": "Enables default browser settings campaigns (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_defaultbrowsersettingscampaignenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_defaultbrowsersettingscampaignenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_discoverpagecontextenabled", + "displayName": "Enable Discover access to page contents for AAD profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_discoverpagecontextenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_discoverpagecontextenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_enforcelocalanchorconstraintsenabled", + "displayName": "Determines whether the built-in certificate verifier will enforce constraints encoded into trust anchors loaded from the platform trust store (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_enforcelocalanchorconstraintsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_enforcelocalanchorconstraintsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_showdownloadstoolbarbutton", + "displayName": "Show Downloads button on the toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_showdownloadstoolbarbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_showdownloadstoolbarbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_standalonehubssidebarenabled", + "displayName": "Standalone Sidebar Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_standalonehubssidebarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev114~policy~microsoft_edge_standalonehubssidebarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_composeinlineenabled", + "displayName": "Compose is enabled for writing on the web (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_composeinlineenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_composeinlineenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeindicatoruienabled", + "displayName": "Manage the indicator UI of the Enhanced Security Mode (ESM) feature in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeindicatoruienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeindicatoruienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeoptoutuxenabled", + "displayName": "Manage opt-out user experience for Enhanced Security Mode (ESM) in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeoptoutuxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_enhancesecuritymodeoptoutuxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_recommended_walletdonationenabled_recommended", + "displayName": "Wallet Donation Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_recommended_walletdonationenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_recommended_walletdonationenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_searchforimageenabled", + "displayName": "Search for image enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_searchforimageenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_searchforimageenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_walletdonationenabled", + "displayName": "Wallet Donation Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_walletdonationenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge_walletdonationenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenabled", + "displayName": "Microsoft Edge management enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenrollmenttoken", + "displayName": "Microsoft Edge management enrollment token (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenrollmenttoken_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenrollmenttoken_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementenrollmenttoken_edgemanagementenrollmenttoken", + "displayName": "Microsoft Edge management enrollment token (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementextensionsfeedbackenabled", + "displayName": "Microsoft Edge management extensions feedback enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementextensionsfeedbackenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev115~policy~microsoft_edge~manageability_edgemanagementextensionsfeedbackenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_recommended~performance_recommended_pinbrowseressentialstoolbarbutton_recommended", + "displayName": "Pin browser essentials toolbar button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_recommended~performance_recommended_pinbrowseressentialstoolbarbutton_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_recommended~performance_recommended_pinbrowseressentialstoolbarbutton_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_throttlenonvisiblecrossoriginiframesallowed", + "displayName": "Allows enabling throttling of non-visible, cross-origin iframes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_throttlenonvisiblecrossoriginiframesallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge_throttlenonvisiblecrossoriginiframesallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting", + "displayName": "Default setting for third-party storage partitioning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_defaultthirdpartystoragepartitioningsetting", + "displayName": "Default setting for third-party storage partitioning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_defaultthirdpartystoragepartitioningsetting_1", + "displayName": "Let third-party storage partitioning to be enabled.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_defaultthirdpartystoragepartitioningsetting_defaultthirdpartystoragepartitioningsetting_2", + "displayName": "Block third-party storage partitioning from being enabled.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_thirdpartystoragepartitioningblockedfororigins", + "displayName": "Block third-party storage partitioning for these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_thirdpartystoragepartitioningblockedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_thirdpartystoragepartitioningblockedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~contentsettings_thirdpartystoragepartitioningblockedfororigins_thirdpartystoragepartitioningblockedfororiginsdesc", + "displayName": "Block third-party storage partitioning for these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~performance_pinbrowseressentialstoolbarbutton", + "displayName": "Pin browser essentials toolbar button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~performance_pinbrowseressentialstoolbarbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev116~policy~microsoft_edge~performance_pinbrowseressentialstoolbarbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_allowsystemnotifications", + "displayName": "Allows system notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_allowsystemnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_allowsystemnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_edgewalletetreeenabled", + "displayName": "Edge Wallet E-Tree Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_edgewalletetreeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_edgewalletetreeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_internetexplorerintegrationzoneidentifiermhtfileallowed", + "displayName": "Automatically open downloaded MHT or MHTML files from the web in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_internetexplorerintegrationzoneidentifiermhtfileallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_internetexplorerintegrationzoneidentifiermhtfileallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended_edgewalletetreeenabled_recommended", + "displayName": "Edge Wallet E-Tree Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended_edgewalletetreeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended_edgewalletetreeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended~edgegames_recommended_gamermodeenabled_recommended", + "displayName": "Enable Gamer Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended~edgegames_recommended_gamermodeenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_recommended~edgegames_recommended_gamermodeenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarallowed", + "displayName": "Enable the Search bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarisenabledonstartup", + "displayName": "Allow the Search bar at Windows startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarisenabledonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_searchbarisenabledonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_showhistorythumbnails", + "displayName": "Show thumbnail images for browsing history (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_showhistorythumbnails_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_showhistorythumbnails_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_splitscreenenabled", + "displayName": "Enable split screen feature in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_splitscreenenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_splitscreenenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_uploadfromphoneenabled", + "displayName": "Enable upload files from phone in Microsoft Edge desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_uploadfromphoneenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge_uploadfromphoneenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge~edgegames_gamermodeenabled", + "displayName": "Enable Gamer Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge~edgegames_gamermodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev117~policy~microsoft_edge~edgegames_gamermodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_beforeunloadeventcancelbypreventdefaultenabled", + "displayName": "Control the behavior for the cancel dialog produced by the beforeunload event (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_beforeunloadeventcancelbypreventdefaultenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_beforeunloadeventcancelbypreventdefaultenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcebuiltinpushmessagingclient", + "displayName": "Forces Microsoft Edge to use its built-in WNS push client to connect to the Windows Push Notification Service. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcebuiltinpushmessagingclient_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcebuiltinpushmessagingclient_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcepermissionpolicyunloaddefaultenabled", + "displayName": "Controls whether unload event handlers can be disabled. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcepermissionpolicyunloaddefaultenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_forcepermissionpolicyunloaddefaultenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_pictureinpictureoverlayenabled", + "displayName": "Enable Picture in Picture overlay feature on supported webpages in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_pictureinpictureoverlayenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_pictureinpictureoverlayenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_recommended~passwordmanager_recommended_passworddeleteonbrowsercloseenabled_recommended", + "displayName": "Prevent passwords from being deleted if any Edge settings is enabled to delete browsing data when Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_recommended~passwordmanager_recommended_passworddeleteonbrowsercloseenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_recommended~passwordmanager_recommended_passworddeleteonbrowsercloseenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_sendmouseeventsdisabledformcontrolsenabled", + "displayName": "Control the new behavior for event dispatching on disabled form controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_sendmouseeventsdisabledformcontrolsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge_sendmouseeventsdisabledformcontrolsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~contentsettings_dataurlinsvguseenabled", + "displayName": "Data URL support for SVGUseElement (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~contentsettings_dataurlinsvguseenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~contentsettings_dataurlinsvguseenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~network_compressiondictionarytransportenabled", + "displayName": "Enable compression dictionary transport support (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~network_compressiondictionarytransportenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~network_compressiondictionarytransportenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~passwordmanager_passworddeleteonbrowsercloseenabled", + "displayName": "Prevent passwords from being deleted if any Edge settings is enabled to delete browsing data when Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~passwordmanager_passworddeleteonbrowsercloseenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~passwordmanager_passworddeleteonbrowsercloseenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~smartscreen_exemptsmartscreendownloadwarnings", + "displayName": "Disable SmartScreen AppRep based warnings for specified file types on specified domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~smartscreen_exemptsmartscreendownloadwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~smartscreen_exemptsmartscreendownloadwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~smartscreen_exemptsmartscreendownloadwarnings_exemptsmartscreendownloadwarnings", + "displayName": "Disable SmartScreen AppRep based warnings for specified file types on specified domains (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagebingchatenabled", + "displayName": "Disable Bing chat entry-points on Microsoft Edge Enterprise new tab page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagebingchatenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagebingchatenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagecompanylogoenabled", + "displayName": "Hide the company logo on the Microsoft Edge new tab page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagecompanylogoenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev118~policy~microsoft_edge~startup_newtabpagecompanylogoenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge_recommended_organizationalbrandingonworkprofileuienabled_recommended", + "displayName": "Allow the use of your organization's branding assets from M365 on the profile-related UI of a work profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge_recommended_organizationalbrandingonworkprofileuienabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge_recommended_organizationalbrandingonworkprofileuienabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchintranetsitestoworkprofile", + "displayName": "Switch intranet sites to a work profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchintranetsitestoworkprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchintranetsitestoworkprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchsitesoniemodesitelisttoworkprofile", + "displayName": "Switch sites on the IE mode site list to a work profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchsitesoniemodesitelisttoworkprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~identity_switchsitesoniemodesitelisttoworkprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementpolicyoverridesplatformpolicy", + "displayName": "Microsoft Edge management service policy overrides platform policy. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementpolicyoverridesplatformpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementpolicyoverridesplatformpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementuserpolicyoverridescloudmachinepolicy", + "displayName": "Allow Microsoft Edge management service user policies to override policies set through an enrollment token. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementuserpolicyoverridescloudmachinepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev119~policy~microsoft_edge~manageability_edgemanagementuserpolicyoverridescloudmachinepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_edge3pserptelemetryenabled", + "displayName": "Edge 3P SERP Telemetry Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_edge3pserptelemetryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_edge3pserptelemetryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_edge3pserptelemetryenabled_recommended", + "displayName": "Edge 3P SERP Telemetry Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_edge3pserptelemetryenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_edge3pserptelemetryenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_organizationlogooverlayonappiconenabled_recommended", + "displayName": "Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_organizationlogooverlayonappiconenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended_organizationlogooverlayonappiconenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~identity_recommended_automaticprofileswitchingsitelist_recommended", + "displayName": "Configure the automatic profile switching site list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~identity_recommended_automaticprofileswitchingsitelist_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~identity_recommended_automaticprofileswitchingsitelist_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~identity_recommended_automaticprofileswitchingsitelist_recommended_automaticprofileswitchingsitelist", + "displayName": "Configure the automatic profile switching site list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~sleepingtabs_recommended_autodiscardsleepingtabsenabled_recommended", + "displayName": "Configure auto discard sleeping tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~sleepingtabs_recommended_autodiscardsleepingtabsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_recommended~sleepingtabs_recommended_autodiscardsleepingtabsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_webappsettings", + "displayName": "Web App management settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_webappsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_webappsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge_webappsettings_webappsettings", + "displayName": "Web App management settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~identity_automaticprofileswitchingsitelist", + "displayName": "Configure the automatic profile switching site list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~identity_automaticprofileswitchingsitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~identity_automaticprofileswitchingsitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~identity_automaticprofileswitchingsitelist_automaticprofileswitchingsitelist", + "displayName": "Configure the automatic profile switching site list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~sleepingtabs_autodiscardsleepingtabsenabled", + "displayName": "Configure auto discard sleeping tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~sleepingtabs_autodiscardsleepingtabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev120~policy~microsoft_edge~sleepingtabs_autodiscardsleepingtabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_nativehostsexecutableslaunchdirectly", + "displayName": "Force Windows executable Native Messaging hosts to launch directly (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_nativehostsexecutableslaunchdirectly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_nativehostsexecutableslaunchdirectly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_postquantumkeyagreementenabled", + "displayName": "Enable post-quantum key agreement for TLS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_postquantumkeyagreementenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge_postquantumkeyagreementenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~googlecast_edgedisabledialprotocolforcastdiscovery", + "displayName": "Disable DIAL protocol for cast device discovery (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~googlecast_edgedisabledialprotocolforcastdiscovery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~googlecast_edgedisabledialprotocolforcastdiscovery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsenabled", + "displayName": "Enable Related Website Sets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsoverrides", + "displayName": "Override Related Website Sets. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsoverrides_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsoverrides_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~relatedwebsitesets_relatedwebsitesetsoverrides_relatedwebsitesetsoverrides", + "displayName": "Override Related Website Sets. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_preventtyposquattingpromptoverride", + "displayName": "Prevent bypassing Edge Website Typo Protection prompts for sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_preventtyposquattingpromptoverride_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_preventtyposquattingpromptoverride_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_typosquattingallowlistdomains", + "displayName": "Configure the list of domains for which Edge Website Typo Protection won't trigger warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_typosquattingallowlistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_typosquattingallowlistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev121~policy~microsoft_edge~typosquattingchecker_typosquattingallowlistdomains_typosquattingallowlistdomainsdesc", + "displayName": "Configure the list of domains for which Edge Website Typo Protection won't trigger warnings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_aigenthemesenabled", + "displayName": "Enables DALL-E themes generation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_aigenthemesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_aigenthemesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_enhancesecuritymodeallowuserbypass", + "displayName": "Allow users to bypass Enhanced Security Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_enhancesecuritymodeallowuserbypass_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_enhancesecuritymodeallowuserbypass_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_superdragdropenabled", + "displayName": "Super Drag Drop Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_superdragdropenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_superdragdropenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_urldiagnosticdataenabled", + "displayName": "URL reporting in Edge diagnostic data enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_urldiagnosticdataenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev122~policy~microsoft_edge_urldiagnosticdataenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_rsakeyusageforlocalanchorsenabled", + "displayName": "Check RSA key usage for server certificates issued by local trust anchors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_rsakeyusageforlocalanchorsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_rsakeyusageforlocalanchorsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_screencapturewithoutgestureallowedfororigins", + "displayName": "Allow screen capture without prior user gesture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_screencapturewithoutgestureallowedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_screencapturewithoutgestureallowedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge_screencapturewithoutgestureallowedfororigins_screencapturewithoutgestureallowedfororiginsdesc", + "displayName": "Allow screen capture without prior user gesture (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting", + "displayName": "Default Window Management permission setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_defaultwindowmanagementsetting", + "displayName": "Default Window Management permission setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_defaultwindowmanagementsetting_2", + "displayName": "Denies the Window Management permission on all sites by default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_defaultwindowmanagementsetting_defaultwindowmanagementsetting_3", + "displayName": "Ask every time a site wants obtain the Window Management permission", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementallowedforurls", + "displayName": "Allow Window Management permission on specified sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementallowedforurls_windowmanagementallowedforurlsdesc", + "displayName": "Allow Window Management permission on specified sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementblockedforurls", + "displayName": "Block Window Management permission on specified sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~contentsettings_windowmanagementblockedforurls_windowmanagementblockedforurlsdesc", + "displayName": "Block Window Management permission on specified sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensioninstalltypeblocklist", + "displayName": "Blocklist for extension install types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensioninstalltypeblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensioninstalltypeblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensioninstalltypeblocklist_extensioninstalltypeblocklistdesc", + "displayName": "Blocklist for extension install types (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability", + "displayName": "Control Manifest v2 extension availability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability", + "displayName": "Control Manifest v2 extension availability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability_0", + "displayName": "Default browser behavior", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability_1", + "displayName": "Manifest v2 is disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability_2", + "displayName": "Manifest v2 is enabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev123~policy~microsoft_edge~extensions_extensionmanifestv2availability_extensionmanifestv2availability_3", + "displayName": "Manifest v2 is enabled for forced extensions only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotcdppagecontext", + "displayName": "Control Copilot with Commerical Data Protection access to browser context for Microsoft Entra ID profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotcdppagecontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotcdppagecontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotpagecontext", + "displayName": "Control Copilot access to browser context for Microsoft Entra ID profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotpagecontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_copilotpagecontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_mutationeventsenabled", + "displayName": "Enable deprecated/removed Mutation Events (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_mutationeventsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev124~policy~microsoft_edge_mutationeventsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_imageeditorserviceenabled", + "displayName": "Enable the Designer for Image Editor feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_imageeditorserviceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_imageeditorserviceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_qrcodegeneratorenabled", + "displayName": "Enable QR Code Generator (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_qrcodegeneratorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge_qrcodegeneratorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge~network_zstdcontentencodingenabled", + "displayName": "Enable zstd content encoding support (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge~network_zstdcontentencodingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev125~policy~microsoft_edge~network_zstdcontentencodingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge_internetexplorersetforegroundwhenactive", + "displayName": "Keep the active Microsoft Edge window with an Internet Explorer mode tab always in the foreground. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge_internetexplorersetforegroundwhenactive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge_internetexplorersetforegroundwhenactive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge~identity_proactiveauthworkflowenabled", + "displayName": "Enable proactive authentication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge~identity_proactiveauthworkflowenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev126~policy~microsoft_edge~identity_proactiveauthworkflowenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_csscustomstatedeprecatedsyntaxenabled", + "displayName": "Controls whether the deprecated :--foo syntax for CSS custom state is enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_csscustomstatedeprecatedsyntaxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_csscustomstatedeprecatedsyntaxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_edgesidebarappurlhostblocklist", + "displayName": "Control which apps cannot be opened in Microsoft Edge sidebar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_edgesidebarappurlhostblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_edgesidebarappurlhostblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev127~policy~microsoft_edge_edgesidebarappurlhostblocklist_edgesidebarappurlhostblocklistdesc", + "displayName": "Control which apps cannot be opened in Microsoft Edge sidebar (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128.1~policy~microsoft_edge_applicationboundencryptionenabled", + "displayName": "Enable Application Bound Encryption (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128.1~policy~microsoft_edge_applicationboundencryptionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128.1~policy~microsoft_edge_applicationboundencryptionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings", + "displayName": "Dynamic Code Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_dynamiccodesettings", + "displayName": "Dynamic Code Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_dynamiccodesettings_0", + "displayName": "Default dynamic code settings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_dynamiccodesettings_dynamiccodesettings_1", + "displayName": "Prevent the browser process from creating dynamic code", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgeopeninsidebarenabled", + "displayName": "Enable open in sidebar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgeopeninsidebarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgeopeninsidebarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgesidebarcustomizeenabled", + "displayName": "Enable sidebar customize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgesidebarcustomizeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_edgesidebarcustomizeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_keyboardfocusablescrollersenabled", + "displayName": "Enable keyboard focusable scrollers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_keyboardfocusablescrollersenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_keyboardfocusablescrollersenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_recommended~downloads_recommended_showdownloadsinsecurewarningsenabled_recommended", + "displayName": "Enable insecure download warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_recommended~downloads_recommended_showdownloadsinsecurewarningsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge_recommended~downloads_recommended_showdownloadsinsecurewarningsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~downloads_showdownloadsinsecurewarningsenabled", + "displayName": "Enable insecure download warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~downloads_showdownloadsinsecurewarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~downloads_showdownloadsinsecurewarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings", + "displayName": "Control the availability of developer mode on extensions page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_extensiondevelopermodesettings", + "displayName": "Control the availability of developer mode on extensions page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_extensiondevelopermodesettings_0", + "displayName": "Allow the usage of developer mode on extensions page", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensiondevelopermodesettings_extensiondevelopermodesettings_1", + "displayName": "Do not allow the usage of developer mode on extensions page", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensionextendedbackgroundlifetimeforportconnectionstourls", + "displayName": "Configure a list of origins that grant an extended background lifetime to connecting extensions. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensionextendedbackgroundlifetimeforportconnectionstourls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensionextendedbackgroundlifetimeforportconnectionstourls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev128~policy~microsoft_edge~extensions_extensionextendedbackgroundlifetimeforportconnectionstourls_extensionextendedbackgroundlifetimeforportconnectionstourlsdesc", + "displayName": "Configure a list of origins that grant an extended background lifetime to connecting extensions. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended", + "displayName": "Action to take on Microsoft Edge startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup", + "displayName": "Action to take on Microsoft Edge startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_5", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge_recommended~startup_recommended_restoreonstartup_recommended_restoreonstartup_6", + "displayName": "Open a list of URLs and restore the last session", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup", + "displayName": "Action to take on Microsoft Edge startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup", + "displayName": "Action to take on Microsoft Edge startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_5", + "displayName": "Open a new tab", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_1", + "displayName": "Restore the last session", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_4", + "displayName": "Open a list of URLs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev77.3~policy~microsoft_edge~startup_restoreonstartup_restoreonstartup_6", + "displayName": "Open a list of URLs and restore the last session", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_adssettingforintrusiveadssites", + "displayName": "Ads setting for sites with intrusive ads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_adssettingforintrusiveadssites_1", + "displayName": "Allow ads on all sites", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_adssettingforintrusiveadssites_adssettingforintrusiveadssites_2", + "displayName": "Block ads on sites with intrusive ads. (Default value)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowpopupsduringpageunload", + "displayName": "Allows a page to show popups during its unloading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowpopupsduringpageunload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowpopupsduringpageunload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowtrackingforurls", + "displayName": "Configure tracking prevention exceptions for specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowtrackingforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowtrackingforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_allowtrackingforurls_allowtrackingforurlsdesc", + "displayName": "Configure tracking prevention exceptions for specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_autoplayallowed", + "displayName": "Allow media autoplay for websites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_autoplayallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_autoplayallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clearbrowsingdataonexit", + "displayName": "Clear browsing data when Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clearbrowsingdataonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clearbrowsingdataonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clickonceenabled", + "displayName": "Allow users to open files using the ClickOnce protocol (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clickonceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_clickonceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_commandlineflagsecuritywarningsenabled", + "displayName": "Enable security warnings for command-line flags (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_commandlineflagsecuritywarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_commandlineflagsecuritywarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_directinvokeenabled", + "displayName": "Allow users to open files using the DirectInvoke protocol (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_directinvokeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_directinvokeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_edgecollectionsenabled", + "displayName": "Enable the Collections feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_edgecollectionsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_edgecollectionsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_enterprisehardwareplatformapienabled", + "displayName": "Allow managed extensions to use the Enterprise Hardware Platform API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_enterprisehardwareplatformapienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_enterprisehardwareplatformapienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_forcenetworkinprocess", + "displayName": "Force networking code to run in the browser process (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_forcenetworkinprocess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_forcenetworkinprocess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_gotointranetsiteforsinglewordentryinaddressbar", + "displayName": "Force direct intranet site navigation instead of searching on single word entries in the Address Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_gotointranetsiteforsinglewordentryinaddressbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_gotointranetsiteforsinglewordentryinaddressbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_importbrowsersettings", + "displayName": "Allow importing of browser settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_importbrowsersettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_importbrowsersettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_internetexplorerintegrationsitelist", + "displayName": "Configure the Enterprise Mode Site List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_internetexplorerintegrationsitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_internetexplorerintegrationsitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_internetexplorerintegrationsitelist_internetexplorerintegrationsitelist", + "displayName": "Configure the Enterprise Mode Site List (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_nonremovableprofileenabled", + "displayName": "Configure whether a user always has a default profile automatically signed in with their work or school account (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_nonremovableprofileenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_nonremovableprofileenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_clearbrowsingdataonexit_recommended", + "displayName": "Clear browsing data when Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_clearbrowsingdataonexit_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_clearbrowsingdataonexit_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_importbrowsersettings_recommended", + "displayName": "Allow importing of browser settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_importbrowsersettings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended_importbrowsersettings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenfortrusteddownloadsenabled_recommended", + "displayName": "Force Microsoft Defender SmartScreen checks on downloads from trusted sources (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenfortrusteddownloadsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenfortrusteddownloadsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_renderercodeintegrityenabled", + "displayName": "Enable renderer code integrity (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_renderercodeintegrityenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_renderercodeintegrityenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_signedhttpexchangeenabled", + "displayName": "Enable Signed HTTP Exchange (SXG) support (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_signedhttpexchangeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_signedhttpexchangeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_spellchecklanguageblocklist", + "displayName": "Force disable spellcheck languages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_spellchecklanguageblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_spellchecklanguageblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_spellchecklanguageblocklist_spellchecklanguageblocklistdesc", + "displayName": "Force disable spellcheck languages (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention", + "displayName": "Block tracking of users' web-browsing activity (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention", + "displayName": "Block tracking of users' web-browsing activity (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention_0", + "displayName": "Off (no tracking prevention)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention_1", + "displayName": "Basic (blocks harmful trackers, content and ads will be personalized)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention_2", + "displayName": "Balanced (blocks harmful trackers and trackers from sites user has not visited; content and ads will be less personalized)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge_trackingprevention_trackingprevention_3", + "displayName": "Strict (blocks harmful trackers and majority of trackers from all sites; content and ads will have minimal personalization. Some parts of sites might not work)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge~smartscreen_smartscreenfortrusteddownloadsenabled", + "displayName": "Force Microsoft Defender SmartScreen checks on downloads from trusted sources (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge~smartscreen_smartscreenfortrusteddownloadsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev78diff~policy~microsoft_edge~smartscreen_smartscreenfortrusteddownloadsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_allowsyncxhrinpagedismissal", + "displayName": "Allow pages to send synchronous XHR requests during page dismissal (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_allowsyncxhrinpagedismissal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_allowsyncxhrinpagedismissal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_backgroundtemplatelistupdatesenabled", + "displayName": "Enables background updates to the list of available templates for Collections and other features that use templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_backgroundtemplatelistupdatesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_backgroundtemplatelistupdatesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_customhelplink", + "displayName": "Specify custom help link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_customhelplink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_customhelplink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_customhelplink_customhelplink", + "displayName": "Specify custom help link (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_externalprotocoldialogshowalwaysopencheckbox", + "displayName": "Show an \"Always open\" checkbox in external protocol dialog (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_externalprotocoldialogshowalwaysopencheckbox_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_externalprotocoldialogshowalwaysopencheckbox_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_hstspolicybypasslist", + "displayName": "Configure the list of names that will bypass the HSTS policy check (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_hstspolicybypasslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_hstspolicybypasslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_hstspolicybypasslist_hstspolicybypasslistdesc", + "displayName": "Configure the list of names that will bypass the HSTS policy check (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_importopentabs", + "displayName": "Allow importing of open tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_importopentabs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_importopentabs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended_importopentabs_recommended", + "displayName": "Allow importing of open tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended_importopentabs_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended_importopentabs_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagemanagedquicklinks_recommended", + "displayName": "Set new tab page quick links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagemanagedquicklinks_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagemanagedquicklinks_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagemanagedquicklinks_recommended_newtabpagemanagedquicklinks", + "displayName": "Set new tab page quick links (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended", + "displayName": "Configure the Microsoft Edge new tab page experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_newtabpagesetfeedtype", + "displayName": "New tab page experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_newtabpagesetfeedtype_0", + "displayName": "Microsoft News feed experience", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_recommended~startup_recommended_newtabpagesetfeedtype_recommended_newtabpagesetfeedtype_1", + "displayName": "Office 365 feed experience", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_tabfreezingenabled", + "displayName": "Allow freezing of background tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_tabfreezingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge_tabfreezingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagecompanylogo", + "displayName": "Set new tab page company logo (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagecompanylogo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagecompanylogo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagecompanylogo_newtabpagecompanylogo", + "displayName": "New tab page company logo (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagemanagedquicklinks", + "displayName": "Set new tab page quick links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagemanagedquicklinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagemanagedquicklinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagemanagedquicklinks_newtabpagemanagedquicklinks", + "displayName": "Set new tab page quick links (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype", + "displayName": "Configure the Microsoft Edge new tab page experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_newtabpagesetfeedtype", + "displayName": "New tab page experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_newtabpagesetfeedtype_0", + "displayName": "Microsoft News feed experience", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev79diff~policy~microsoft_edge~startup_newtabpagesetfeedtype_newtabpagesetfeedtype_1", + "displayName": "Office 365 feed experience", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_alternateerrorpagesenabled", + "displayName": "Suggest similar pages when a webpage can’t be found (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_alternateerrorpagesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_alternateerrorpagesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_dnsinterceptionchecksenabled", + "displayName": "DNS interception checks enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_dnsinterceptionchecksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_dnsinterceptionchecksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_hidefirstrunexperience", + "displayName": "Hide the First-run experience and splash screen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_hidefirstrunexperience_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_hidefirstrunexperience_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_paymentmethodqueryenabled", + "displayName": "Allow websites to query for available payment methods (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_paymentmethodqueryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_paymentmethodqueryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_personalizationreportingenabled", + "displayName": "Allow personalization of ads, search and news by sending browsing history to Microsoft (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_personalizationreportingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_personalizationreportingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_pinningwizardallowed", + "displayName": "Allow Pin to taskbar wizard (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_pinningwizardallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_pinningwizardallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended_alternateerrorpagesenabled_recommended", + "displayName": "Suggest similar pages when a webpage can’t be found (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended_alternateerrorpagesenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended_alternateerrorpagesenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenpuaenabled_recommended", + "displayName": "Configure Microsoft Defender SmartScreen to block potentially unwanted apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenpuaenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreenpuaenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_totalmemorylimitmb", + "displayName": "Set limit on megabytes of memory a single Microsoft Edge instance can use. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_totalmemorylimitmb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_totalmemorylimitmb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_totalmemorylimitmb_totalmemorylimitmb", + "displayName": "Set memory limit for Microsoft Edge instances: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webappinstallforcelist", + "displayName": "Configure list of force-installed Web Apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webappinstallforcelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webappinstallforcelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webappinstallforcelist_webappinstallforcelist", + "displayName": "URLs for Web Apps to be silently installed. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webcomponentsv0enabled", + "displayName": "Re-enable Web Components v0 API until M84. (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webcomponentsv0enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webcomponentsv0enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webrtclocalipsallowedurls", + "displayName": "Manage exposure of local IP addressess by WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webrtclocalipsallowedurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webrtclocalipsallowedurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge_webrtclocalipsallowedurls_webrtclocalipsallowedurlsdesc", + "displayName": "Manage exposure of local IP addressess by WebRTC (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting", + "displayName": "Control use of insecure content exceptions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting_2", + "displayName": "Do not allow any site to load blockable mixed content", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_defaultinsecurecontentsetting_defaultinsecurecontentsetting_3", + "displayName": "Allow users to add exceptions to allow blockable mixed content", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentallowedforurls", + "displayName": "Allow insecure content on specified sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentallowedforurls_insecurecontentallowedforurlsdesc", + "displayName": "Allow insecure content on specified sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentblockedforurls", + "displayName": "Block insecure content on specified sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_insecurecontentblockedforurls_insecurecontentblockedforurlsdesc", + "displayName": "Block insecure content on specified sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled", + "displayName": "Enable default legacy SameSite cookie behavior setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled", + "displayName": "Enable default legacy SameSite cookie behavior setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled_1", + "displayName": "Revert to legacy SameSite behavior for cookies on all sites", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabled_legacysamesitecookiebehaviorenabled_2", + "displayName": "Use SameSite-by-default behavior for cookies on all sites", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist", + "displayName": "Revert to legacy SameSite behavior for cookies on specified sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~contentsettings_legacysamesitecookiebehaviorenabledfordomainlist_legacysamesitecookiebehaviorenabledfordomainlistdesc", + "displayName": "Revert to legacy SameSite behavior for cookies on specified sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~smartscreen_smartscreenpuaenabled", + "displayName": "Configure Microsoft Defender SmartScreen to block potentially unwanted apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~smartscreen_smartscreenpuaenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev80diff~policy~microsoft_edge~smartscreen_smartscreenpuaenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_addressbarmicrosoftsearchinbingproviderenabled", + "displayName": "Enable Microsoft Search in Bing suggestions in the address bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_addressbarmicrosoftsearchinbingproviderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_addressbarmicrosoftsearchinbingproviderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for InPrivate and Guest profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled", + "displayName": "Enable Ambient Authentication for InPrivate and Guest profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_0", + "displayName": "Enable ambient authentication in regular sessions only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_1", + "displayName": "Enable ambient authentication in InPrivate and regular sessions", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_2", + "displayName": "Enable ambient authentication in guest and regular sessions", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_ambientauthenticationinprivatemodesenabled_ambientauthenticationinprivatemodesenabled_3", + "displayName": "Enable ambient authentication in regular, InPrivate and guest sessions", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_audiosandboxenabled", + "displayName": "Allow the audio sandbox to run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_audiosandboxenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_audiosandboxenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin", + "displayName": "Configure automatic sign in with an Active Directory domain account when there is no Azure AD domain account (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_configureonpremisesaccountautosignin", + "displayName": "Configure automatic sign in with an Active Directory domain account when there is no Azure AD domain account (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_configureonpremisesaccountautosignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_configureonpremisesaccountautosignin_configureonpremisesaccountautosignin_1", + "displayName": "Sign in and make domain account non-removable", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_forcelegacydefaultreferrerpolicy", + "displayName": "Use a default referrer policy of no-referrer-when-downgrade. (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_forcelegacydefaultreferrerpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_forcelegacydefaultreferrerpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_globallyscopehttpauthcacheenabled", + "displayName": "Enable globally scoped HTTP auth cache (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_globallyscopehttpauthcacheenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_globallyscopehttpauthcacheenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importcookies", + "displayName": "Allow importing of Cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importcookies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importcookies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importextensions", + "displayName": "Allow importing of extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importshortcuts", + "displayName": "Allow importing of shortcuts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importshortcuts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_importshortcuts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect", + "displayName": "Specify how \"in-page\" navigations to unconfigured sites behave when started from Internet Explorer mode pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_internetexplorerintegrationsiteredirect", + "displayName": "Specify how \"in-page\" navigations to unconfigured sites behave when started from Internet Explorer mode pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_internetexplorerintegrationsiteredirect_0", + "displayName": "Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_internetexplorerintegrationsiteredirect_1", + "displayName": "Keep only automatic navigations in Internet Explorer mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_internetexplorerintegrationsiteredirect_internetexplorerintegrationsiteredirect_2", + "displayName": "Keep all in-page navigations in Internet Explorer mode", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importcookies_recommended", + "displayName": "Allow importing of Cookies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importcookies_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importcookies_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importextensions_recommended", + "displayName": "Allow importing of extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importextensions_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importextensions_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importshortcuts_recommended", + "displayName": "Allow importing of shortcuts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importshortcuts_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_recommended_importshortcuts_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_strictermixedcontenttreatmentenabled", + "displayName": "Enable stricter treatment for mixed content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_strictermixedcontenttreatmentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_strictermixedcontenttreatmentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_tls13hardeningforlocalanchorsenabled", + "displayName": "Enable a TLS 1.3 security feature for local trust anchors. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_tls13hardeningforlocalanchorsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81diff~policy~microsoft_edge_tls13hardeningforlocalanchorsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81identitydiff~policy~microsoft_edge_forcecertificatepromptsonmultiplematches", + "displayName": "Configure whether Microsoft Edge should automatically select a certificate when there are multiple certificate matches for a site configured with \"AutoSelectCertificateForUrls\" (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81identitydiff~policy~microsoft_edge_forcecertificatepromptsonmultiplematches_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev81identitydiff~policy~microsoft_edge_forcecertificatepromptsonmultiplematches_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowsurfgame", + "displayName": "Allow surf game (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowsurfgame_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowsurfgame_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowtokenbindingforurls", + "displayName": "Configure the list of sites for which Microsoft Edge will attempt to establish a Token Binding with. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowtokenbindingforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowtokenbindingforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_allowtokenbindingforurls_allowtokenbindingforurlsdesc", + "displayName": "Configure the list of sites for which Microsoft Edge will attempt to establish a Token Binding with. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_bingadssuppression", + "displayName": "Block all ads on Bing search results (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_bingadssuppression_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_bingadssuppression_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_clearcachedimagesandfilesonexit", + "displayName": "Clear cached images and files when Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_clearcachedimagesandfilesonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_clearcachedimagesandfilesonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare", + "displayName": "Configure the Share experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_configureshare", + "displayName": "Configure the Share experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_configureshare_0", + "displayName": "Allow using the Share experience", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_configureshare_configureshare_1", + "displayName": "Don't allow using the Share experience", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_deletedataonmigration", + "displayName": "Delete old browser data on migration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_deletedataonmigration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_deletedataonmigration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode", + "displayName": "Control the mode of DNS-over-HTTPS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_dnsoverhttpsmode", + "displayName": "Control the mode of DNS-over-HTTPS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_dnsoverhttpsmode_off", + "displayName": "Disable DNS-over-HTTPS", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_dnsoverhttpsmode_automatic", + "displayName": "Enable DNS-over-HTTPS with insecure fallback", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpsmode_dnsoverhttpsmode_secure", + "displayName": "Enable DNS-over-HTTPS without insecure fallback", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpstemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpstemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_dnsoverhttpstemplates_dnsoverhttpstemplates", + "displayName": "Specify URI template of desired DNS-over-HTTPS resolver (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_familysafetysettingsenabled", + "displayName": "Allow users to configure Family safety (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_familysafetysettingsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_familysafetysettingsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_localprovidersenabled", + "displayName": "Allow suggestions from local providers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_localprovidersenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_localprovidersenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_clearcachedimagesandfilesonexit_recommended", + "displayName": "Clear cached images and files when Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_clearcachedimagesandfilesonexit_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_clearcachedimagesandfilesonexit_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_localprovidersenabled_recommended", + "displayName": "Allow suggestions from local providers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_localprovidersenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_recommended_localprovidersenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_screencaptureallowed", + "displayName": "Allow or deny screen capture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_screencaptureallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_screencaptureallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_scrolltotextfragmentenabled", + "displayName": "Enable scrolling to text specified in URL fragments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_scrolltotextfragmentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_scrolltotextfragmentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_synctypeslistdisabled", + "displayName": "Configure the list of types that are excluded from synchronization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_synctypeslistdisabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_synctypeslistdisabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev83diff~policy~microsoft_edge_synctypeslistdisabled_synctypeslistdisableddesc", + "displayName": "Configure the list of types that are excluded from synchronization (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_appcacheforceenabled", + "displayName": "Allows the AppCache feature to be re-enabled, even if it's turned off by default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_appcacheforceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_appcacheforceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload", + "displayName": "Require that the Enterprise Mode Site List is available before tab navigation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_delaynavigationsforinitialsitelistdownload", + "displayName": "Require that the Enterprise Mode Site List is available before tab navigation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_delaynavigationsforinitialsitelistdownload_0", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_delaynavigationsforinitialsitelistdownload_delaynavigationsforinitialsitelistdownload_1", + "displayName": "All eligible navigations", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection", + "displayName": "Configure enhanced hang detection for Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_internetexplorerintegrationenhancedhangdetection", + "displayName": "Configure enhanced hang detection for Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_internetexplorerintegrationenhancedhangdetection_0", + "displayName": "Enhanced hang detection disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_internetexplorerintegrationenhancedhangdetection_internetexplorerintegrationenhancedhangdetection_1", + "displayName": "Enhanced hang detection enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_nativewindowocclusionenabled", + "displayName": "Enable Hiding of Native Windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_nativewindowocclusionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_nativewindowocclusionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_navigationdelayforinitialsitelistdownloadtimeout", + "displayName": "Set a timeout for delay of tab navigation for the Enterprise Mode Site List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_navigationdelayforinitialsitelistdownloadtimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_navigationdelayforinitialsitelistdownloadtimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_navigationdelayforinitialsitelistdownloadtimeout_navigationdelayforinitialsitelistdownloadtimeout", + "displayName": "Set a timeout for delay of tab navigation for the Enterprise Mode Site List: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended_managedsearchengines_recommended", + "displayName": "Manage Search Engines (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended_managedsearchengines_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended_managedsearchengines_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended_managedsearchengines_recommended_managedsearchengines", + "displayName": "Manage Search Engines (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended", + "displayName": "Enable the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended", + "displayName": "Default search provider encodings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderencodings_recommended_defaultsearchproviderencodingsdesc", + "displayName": "Default search provider encodings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended", + "displayName": "Specifies the search-by-image feature for the default search provider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurl_recommended_defaultsearchproviderimageurl", + "displayName": "Specifies the search-by-image feature for the default search provider (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended", + "displayName": "Parameters for an image URL that uses POST (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderimageurlpostparams_recommended_defaultsearchproviderimageurlpostparams", + "displayName": "Parameters for an image URL that uses POST (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended", + "displayName": "Default search provider keyword (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchproviderkeyword_recommended_defaultsearchproviderkeyword", + "displayName": "Default search provider keyword (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended", + "displayName": "Default search provider name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidername_recommended_defaultsearchprovidername", + "displayName": "Default search provider name (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended", + "displayName": "Default search provider search URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersearchurl_recommended_defaultsearchprovidersearchurl", + "displayName": "Default search provider search URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended", + "displayName": "Default search provider URL for suggestions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_defaultsearchprovidersuggesturl_recommended_defaultsearchprovidersuggesturl", + "displayName": "Default search provider URL for suggestions (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_winhttpproxyresolverenabled", + "displayName": "Use Windows proxy resolver (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_winhttpproxyresolverenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge_winhttpproxyresolverenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge~applicationguard_applicationguardcontainerproxy", + "displayName": "Application Guard Container Proxy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge~applicationguard_applicationguardcontainerproxy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge~applicationguard_applicationguardcontainerproxy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev84diff~policy~microsoft_edge~applicationguard_applicationguardcontainerproxy_applicationguardcontainerproxy", + "displayName": "Application Guard Container Proxy (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autolaunchprotocolsfromorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autolaunchprotocolsfromorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autolaunchprotocolsfromorigins_autolaunchprotocolsfromorigins", + "displayName": "Define a list of protocols that can launch an external application from listed origins without prompting the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenallowedforurls", + "displayName": "URLs where AutoOpenFileTypes can apply (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenallowedforurls_autoopenallowedforurlsdesc", + "displayName": "URLs where AutoOpenFileTypes can apply (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenfiletypes", + "displayName": "List of file types that should be automatically opened on download (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenfiletypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenfiletypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_autoopenfiletypes_autoopenfiletypesdesc", + "displayName": "List of file types that should be automatically opened on download (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_defaultsearchprovidercontextmenuaccessallowed", + "displayName": "Allow default search provider context menu search access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_defaultsearchprovidercontextmenuaccessallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_defaultsearchprovidercontextmenuaccessallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_enablesha1forlocalanchors", + "displayName": "Allow certificates signed using SHA-1 when issued by local trust anchors (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_enablesha1forlocalanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_enablesha1forlocalanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_exemptdomainfiletypepairsfromfiletypedownloadwarnings", + "displayName": "Disable download file type extension-based warnings for specified file types on domains (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_exemptdomainfiletypepairsfromfiletypedownloadwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_exemptdomainfiletypepairsfromfiletypedownloadwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_exemptdomainfiletypepairsfromfiletypedownloadwarnings_exemptdomainfiletypepairsfromfiletypedownloadwarningsdesc", + "displayName": "Disable download file type extension-based warnings for specified file types on domains (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_intensivewakeupthrottlingenabled", + "displayName": "Control the IntensiveWakeUpThrottling feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_intensivewakeupthrottlingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_intensivewakeupthrottlingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended", + "displayName": "Configure the new tab page search box experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_newtabpagesearchbox", + "displayName": "New tab page search box experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_newtabpagesearchbox_bing", + "displayName": "Search box (Recommended)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~defaultsearchprovider_recommended_newtabpagesearchbox_recommended_newtabpagesearchbox_redirect", + "displayName": "Address bar", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmonitorallowed_recommended", + "displayName": "Allow users to be alerted if their passwords are found to be unsafe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmonitorallowed_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordmonitorallowed_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~startup_recommended_newtabpageprerenderenabled_recommended", + "displayName": "Enable preload of the new tab page for faster rendering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~startup_recommended_newtabpageprerenderenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_recommended~startup_recommended_newtabpageprerenderenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilelocation", + "displayName": "Set the roaming profile directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilelocation_roamingprofilelocation", + "displayName": "Set the roaming profile directory (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilesupportenabled", + "displayName": "Enable using roaming copies for Microsoft Edge profile data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilesupportenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_roamingprofilesupportenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_tlsciphersuitedenylist", + "displayName": "Specify the TLS cipher suites to disable (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_tlsciphersuitedenylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_tlsciphersuitedenylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge_tlsciphersuitedenylist_tlsciphersuitedenylistdesc", + "displayName": "Specify the TLS cipher suites to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox", + "displayName": "Configure the new tab page search box experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_newtabpagesearchbox", + "displayName": "New tab page search box experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_newtabpagesearchbox_bing", + "displayName": "Search box (Recommended)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~defaultsearchprovider_newtabpagesearchbox_newtabpagesearchbox_redirect", + "displayName": "Address bar", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~passwordmanager_passwordmonitorallowed", + "displayName": "Allow users to be alerted if their passwords are found to be unsafe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~passwordmanager_passwordmonitorallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~passwordmanager_passwordmonitorallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~startup_newtabpageprerenderenabled", + "displayName": "Enable preload of the new tab page for faster rendering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~startup_newtabpageprerenderenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev85diff~policy~microsoft_edge~startup_newtabpageprerenderenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_collectionsservicesandexportsblocklist", + "displayName": "Block access to a specified list of services and export targets in Collections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_collectionsservicesandexportsblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_collectionsservicesandexportsblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_collectionsservicesandexportsblocklist_collectionsservicesandexportsblocklistdesc", + "displayName": "Block access to a specified list of services and export targets in Collections (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting", + "displayName": "Default sensors setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_defaultsensorssetting", + "displayName": "Default sensors setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_defaultsensorssetting_1", + "displayName": "Allow sites to access sensors", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultsensorssetting_defaultsensorssetting_2", + "displayName": "Do not allow any site to access sensors", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting", + "displayName": "Control use of the Serial API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_defaultserialguardsetting", + "displayName": "Control use of the Serial API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_defaultserialguardsetting_2", + "displayName": "Do not allow any site to request access to serial ports via the Serial API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_defaultserialguardsetting_defaultserialguardsetting_3", + "displayName": "Allow sites to ask for user permission to access a serial port", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata", + "displayName": "Send required and optional diagnostic data about browser usage (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_diagnosticdata", + "displayName": "Send required and optional diagnostic data about browser usage (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_diagnosticdata_0", + "displayName": "Off (Not recommended)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_diagnosticdata_1", + "displayName": "Required data", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_diagnosticdata_diagnosticdata_2", + "displayName": "Optional data", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_enterprisemodesitelistmanagerallowed", + "displayName": "Allow access to the Enterprise Mode Site List Manager tool (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_enterprisemodesitelistmanagerallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_enterprisemodesitelistmanagerallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_forcesync", + "displayName": "Force synchronization of browser data and do not show the sync consent prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_forcesync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_forcesync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_insecureformswarningsenabled", + "displayName": "Enable warnings for insecure forms (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_insecureformswarningsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_insecureformswarningsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_internetexplorerintegrationtestingallowed", + "displayName": "Allow Internet Explorer mode testing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_internetexplorerintegrationtestingallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_internetexplorerintegrationtestingallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_savecookiesonexit", + "displayName": "Save cookies when Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_savecookiesonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_savecookiesonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_savecookiesonexit_savecookiesonexitdesc", + "displayName": "Save cookies when Microsoft Edge closes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsallowedforurls", + "displayName": "Allow access to sensors on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsallowedforurls_sensorsallowedforurlsdesc", + "displayName": "Allow access to sensors on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsblockedforurls", + "displayName": "Block access to sensors on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_sensorsblockedforurls_sensorsblockedforurlsdesc", + "displayName": "Block access to sensors on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialaskforurls", + "displayName": "Allow the Serial API on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialaskforurls_serialaskforurlsdesc", + "displayName": "Allow the Serial API on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialblockedforurls", + "displayName": "Block the Serial API on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_serialblockedforurls_serialblockedforurlsdesc", + "displayName": "Block the Serial API on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_useragentclienthintsenabled", + "displayName": "Enable the User-Agent Client Hints feature (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_useragentclienthintsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_useragentclienthintsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_userdatasnapshotretentionlimit", + "displayName": "Limits the number of user data snapshots retained for use in case of emergency rollback (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_userdatasnapshotretentionlimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_userdatasnapshotretentionlimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge_userdatasnapshotretentionlimit_userdatasnapshotretentionlimit", + "displayName": "Limits the number of user data snapshots retained for use in case of emergency rollback: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting", + "displayName": "Control use of the File System API for reading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting_2", + "displayName": "Don't allow any site to request read access to files and directories via the File System API", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemreadguardsetting_defaultfilesystemreadguardsetting_3", + "displayName": "Allow sites to ask the user to grant read access to files and directories via the File System API", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting", + "displayName": "Control use of the File System API for writing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting_2", + "displayName": "Don't allow any site to request write access to files and directories", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_defaultfilesystemwriteguardsetting_defaultfilesystemwriteguardsetting_3", + "displayName": "Allow sites to ask the user to grant write access to files and directories", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadaskforurls", + "displayName": "Allow read access via the File System API on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadaskforurls_filesystemreadaskforurlsdesc", + "displayName": "Allow read access via the File System API on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadblockedforurls", + "displayName": "Block read access via the File System API on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemreadblockedforurls_filesystemreadblockedforurlsdesc", + "displayName": "Block read access via the File System API on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteaskforurls", + "displayName": "Allow write access to files and directories on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteaskforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteaskforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteaskforurls_filesystemwriteaskforurlsdesc", + "displayName": "Allow write access to files and directories on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteblockedforurls", + "displayName": "Block write access to files and directories on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_filesystemwriteblockedforurls_filesystemwriteblockedforurlsdesc", + "displayName": "Block write access to files and directories on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_spotlightexperiencesandrecommendationsenabled", + "displayName": "Choose whether users can receive customized background images and text, suggestions, notifications,\r\nand tips for Microsoft services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_spotlightexperiencesandrecommendationsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~contentsettings_spotlightexperiencesandrecommendationsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes", + "displayName": "Configure the background types allowed for the new tab page layout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_newtabpageallowedbackgroundtypes", + "displayName": "New tab page experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_newtabpageallowedbackgroundtypes_1", + "displayName": "Disable daily background image type", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_newtabpageallowedbackgroundtypes_2", + "displayName": "Disable custom background image type", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev86~policy~microsoft_edge~startup_newtabpageallowedbackgroundtypes_newtabpageallowedbackgroundtypes_3", + "displayName": "Disable all background image types", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_configurefriendlyurlformat", + "displayName": "Configure the default paste format of URLs copied from Microsoft Edge, and determine if additional formats will be available to users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_configurefriendlyurlformat_1", + "displayName": "The plain URL without any extra information, such as the page's title. This is the recommended option when this policy is configured. For more information, see the description.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_configurefriendlyurlformat_3", + "displayName": "Titled Hyperlink: A hyperlink that points to the copied URL, but whose visible text is the title of the destination page. This is the Friendly URL format.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_configurefriendlyurlformat_configurefriendlyurlformat_4", + "displayName": "Coming soon. If set, behaves the same as 'Plain URL'.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_edgeshoppingassistantenabled", + "displayName": "Shopping in Microsoft Edge Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_edgeshoppingassistantenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_edgeshoppingassistantenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_hideinternetexplorerredirectuxforincompatiblesitesenabled", + "displayName": "Hide the one-time redirection dialog and the banner on Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_hideinternetexplorerredirectuxforincompatiblesitesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_hideinternetexplorerredirectuxforincompatiblesitesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_edgeshoppingassistantenabled_recommended", + "displayName": "Shopping in Microsoft Edge Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_edgeshoppingassistantenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_edgeshoppingassistantenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended", + "displayName": "Redirect incompatible sites from Internet Explorer to Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_redirectsitesfrominternetexplorerredirectmode", + "displayName": "Redirect incompatible sites from Internet Explorer to Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_redirectsitesfrominternetexplorerredirectmode_0", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended_redirectsitesfrominternetexplorerredirectmode_recommended_redirectsitesfrominternetexplorerredirectmode_1", + "displayName": "Redirect sites based on the incompatible sites sitelist", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordrevealenabled_recommended", + "displayName": "Enable Password reveal button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordrevealenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_recommended~passwordmanager_recommended_passwordrevealenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerpreventbhoinstall", + "displayName": "Prevent install of the BHO to redirect incompatible sites from Internet Explorer to Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerpreventbhoinstall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerpreventbhoinstall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode", + "displayName": "Redirect incompatible sites from Internet Explorer to Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_redirectsitesfrominternetexplorerredirectmode", + "displayName": "Redirect incompatible sites from Internet Explorer to Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_redirectsitesfrominternetexplorerredirectmode_0", + "displayName": "Disable", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_redirectsitesfrominternetexplorerredirectmode_redirectsitesfrominternetexplorerredirectmode_1", + "displayName": "Redirect sites based on the incompatible sites sitelist", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_speechrecognitionenabled", + "displayName": "Configure Speech Recognition (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_speechrecognitionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_speechrecognitionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_webcaptureenabled", + "displayName": "Enable web capture feature in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_webcaptureenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge_webcaptureenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskaddressbareditingenabled", + "displayName": "Configure address bar editing for kiosk mode public browsing experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskaddressbareditingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskaddressbareditingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskdeletedownloadsonexit", + "displayName": "Delete files downloaded as part of kiosk session when Microsoft Edge closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskdeletedownloadsonexit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~kioskmode_kioskdeletedownloadsonexit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~printing_printingpapersizedefault", + "displayName": "Default printing page size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~printing_printingpapersizedefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~printing_printingpapersizedefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev87~policy~microsoft_edge~printing_printingpapersizedefault_printingpapersizedefault", + "displayName": "Default printing page size (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended", + "displayName": "Set the background tab inactivity timeout for sleeping tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for sleeping tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_30", + "displayName": "30 seconds of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_300", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_900", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_1800", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_3600", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_7200", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_10800", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_21600", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_43200", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for sleeping tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for sleeping tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_30", + "displayName": "30 seconds of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_300", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_900", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_1800", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_3600", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_7200", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_10800", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_21600", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88.1~policy~microsoft_edge_sleepingtabstimeout_sleepingtabstimeout_43200", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileallowed", + "displayName": "Allow launching of local files in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileextensionallowlist", + "displayName": "Open local files in Internet Explorer mode file extension allow list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileextensionallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileextensionallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileextensionallowlist_internetexplorerintegrationlocalfileextensionallowlistdesc", + "displayName": "Open local files in Internet Explorer mode file extension allow list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileshowcontextmenu", + "displayName": "Show context menu to open a link in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileshowcontextmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_internetexplorerintegrationlocalfileshowcontextmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior", + "displayName": "Intranet Redirection Behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior_0", + "displayName": "Use default browser behavior.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior_1", + "displayName": "Disable DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior_2", + "displayName": "Disable DNS interception checks; allow did-you-mean \"http://intranetsite/\" infobars.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_intranetredirectbehavior_intranetredirectbehavior_3", + "displayName": "Allow DNS interception checks and did-you-mean \"http://intranetsite/\" infobars.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended_showmicrosoftrewards_recommended", + "displayName": "Show Microsoft Rewards experiences (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended_showmicrosoftrewards_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended_showmicrosoftrewards_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~performance_recommended_startupboostenabled_recommended", + "displayName": "Enable startup boost (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~performance_recommended_startupboostenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~performance_recommended_startupboostenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsblockedforurls_recommended", + "displayName": "Block Sleeping Tabs on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsblockedforurls_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsblockedforurls_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsblockedforurls_recommended_sleepingtabsblockedforurlsdesc", + "displayName": "Block Sleeping Tabs on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsenabled_recommended", + "displayName": "Configure Sleeping Tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_300", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_900", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_1800", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_3600", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_7200", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_10800", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_21600", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_recommended~sleepingtabs_recommended_sleepingtabstimeout_recommended_sleepingtabstimeout_43200", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_showmicrosoftrewards", + "displayName": "Show Microsoft Rewards experiences (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_showmicrosoftrewards_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_showmicrosoftrewards_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_verticaltabsallowed", + "displayName": "Configures availability of a vertical layout for tabs on the side of the browser (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_verticaltabsallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_verticaltabsallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webrtcallowlegacytlsprotocols", + "displayName": "Allow legacy TLS/DTLS downgrade in WebRTC (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webrtcallowlegacytlsprotocols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webrtcallowlegacytlsprotocols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetallowed", + "displayName": "Enable the Web widget (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetisenabledonstartup", + "displayName": "Allow the Web widget at Windows startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetisenabledonstartup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge_webwidgetisenabledonstartup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~extensions_blockexternalextensions", + "displayName": "Blocks external extensions from being installed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~extensions_blockexternalextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~extensions_blockexternalextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~performance_startupboostenabled", + "displayName": "Enable startup boost (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~performance_startupboostenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~performance_startupboostenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~printing_printertypedenylist", + "displayName": "Disable printer types on the deny list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~printing_printertypedenylist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~printing_printertypedenylist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~printing_printertypedenylist_printertypedenylistdesc", + "displayName": "Disable printer types on the deny list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsblockedforurls", + "displayName": "Block Sleeping Tabs on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsblockedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsblockedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsblockedforurls_sleepingtabsblockedforurlsdesc", + "displayName": "Block Sleeping Tabs on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsenabled", + "displayName": "Configure Sleeping Tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout", + "displayName": "Set the background tab inactivity timeout for Sleeping Tabs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_300", + "displayName": "5 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_900", + "displayName": "15 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_1800", + "displayName": "30 minutes of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_3600", + "displayName": "1 hour of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_7200", + "displayName": "2 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_10800", + "displayName": "3 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_21600", + "displayName": "6 hours of inactivity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev88~policy~microsoft_edge~sleepingtabs_sleepingtabstimeout_sleepingtabstimeout_43200", + "displayName": "12 hours of inactivity", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_browsingdatalifetime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_browsingdatalifetime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_browsingdatalifetime_browsingdatalifetime", + "displayName": "Browsing Data Lifetime Settings (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_definepreferredlanguages", + "displayName": "Define an ordered list of preferred languages that websites should display in if the site supports the language (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_definepreferredlanguages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_definepreferredlanguages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_definepreferredlanguages_definepreferredlanguages", + "displayName": "Define an ordered list of preferred languages that websites should display in if the site supports the language (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_recommended_smartactionsblocklist_recommended", + "displayName": "Block smart actions for a list of services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_recommended_smartactionsblocklist_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_recommended_smartactionsblocklist_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_recommended_smartactionsblocklist_recommended_smartactionsblocklistdesc", + "displayName": "Block smart actions for a list of services (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_showrecommendationsenabled", + "displayName": "Allow feature recommendations and browser assistance notifications from Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_showrecommendationsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_showrecommendationsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_smartactionsblocklist", + "displayName": "Block smart actions for a list of services (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_smartactionsblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_smartactionsblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge_smartactionsblocklist_smartactionsblocklistdesc", + "displayName": "Block smart actions for a list of services (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~manageability_mamenabled", + "displayName": "Mobile App Management Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~manageability_mamenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~manageability_mamenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes", + "displayName": "Restrict background graphics printing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_any", + "displayName": "Allow printing with and without background graphics", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_enabled", + "displayName": "Allow printing only with background graphics", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingallowedbackgroundgraphicsmodes_printingallowedbackgroundgraphicsmodes_disabled", + "displayName": "Allow printing only without background graphics", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault", + "displayName": "Default background graphics printing mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault_enabled", + "displayName": "Enable background graphics printing mode by default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev89~policy~microsoft_edge~printing_printingbackgroundgraphicsdefault_printingbackgroundgraphicsdefault_disabled", + "displayName": "Disable background graphics printing mode by default", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on shutdown (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_fetchkeepalivedurationsecondsonshutdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_fetchkeepalivedurationsecondsonshutdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_fetchkeepalivedurationsecondsonshutdown_fetchkeepalivedurationsecondsonshutdown", + "displayName": "Fetch keepalive duration on shutdown: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_managedconfigurationperorigin", + "displayName": "Sets managed configuration values for websites to specific origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_managedconfigurationperorigin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_managedconfigurationperorigin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_managedconfigurationperorigin_managedconfigurationperorigin", + "displayName": "Sets managed configuration values for websites to specific origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_quickviewofficefilesenabled", + "displayName": "Manage QuickView Office files capability in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_quickviewofficefilesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_quickviewofficefilesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_recommended~httpauthentication_recommended_windowshelloforhttpauthenabled_recommended", + "displayName": "Windows Hello For HTTP Auth Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_recommended~httpauthentication_recommended_windowshelloforhttpauthenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_recommended~httpauthentication_recommended_windowshelloforhttpauthenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_sslerroroverrideallowedfororigins", + "displayName": "Allow users to proceed from the HTTPS warning page for specific origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_sslerroroverrideallowedfororigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_sslerroroverrideallowedfororigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge_sslerroroverrideallowedfororigins_sslerroroverrideallowedfororiginsdesc", + "displayName": "Allow users to proceed from the HTTPS warning page for specific origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~applicationguard_applicationguardfavoritessyncenabled", + "displayName": "Application Guard Favorites Sync Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~applicationguard_applicationguardfavoritessyncenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~applicationguard_applicationguardfavoritessyncenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~httpauthentication_windowshelloforhttpauthenabled", + "displayName": "Windows Hello For HTTP Auth Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~httpauthentication_windowshelloforhttpauthenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~httpauthentication_windowshelloforhttpauthenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode", + "displayName": "Print Rasterization Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_printrasterizationmode", + "displayName": "Print Rasterization Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_printrasterizationmode_0", + "displayName": "Full page rasterization", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev90~policy~microsoft_edge~printing_printrasterizationmode_printrasterizationmode_1", + "displayName": "Avoid rasterization if possible", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_explicitlyallowednetworkports", + "displayName": "Explicitly allowed network ports (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_explicitlyallowednetworkports_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_explicitlyallowednetworkports_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_explicitlyallowednetworkports_explicitlyallowednetworkportsdesc", + "displayName": "Explicitly allowed network ports (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_importstartuppagesettings", + "displayName": "Allow importing of startup page settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_importstartuppagesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_importstartuppagesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_mathsolverenabled", + "displayName": "Let users snip a Math problem and get the solution with a step-by-step explanation in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_mathsolverenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_mathsolverenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_recommended_importstartuppagesettings_recommended", + "displayName": "Allow importing of startup page settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_recommended_importstartuppagesettings_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge_recommended_importstartuppagesettings_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~applicationguard_applicationguardtrafficidentificationenabled", + "displayName": "Application Guard Traffic Identification (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~applicationguard_applicationguardtrafficidentificationenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~applicationguard_applicationguardtrafficidentificationenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagecontentenabled", + "displayName": "Allow Microsoft News content on the new tab page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagecontentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagecontentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagequicklinksenabled", + "displayName": "Allow quick links on the new tab page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagequicklinksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev91~policy~microsoft_edge~startup_newtabpagequicklinksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_aadwebsitessousingthisprofileenabled", + "displayName": "Single sign-on for work or school sites using this profile enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_aadwebsitessousingthisprofileenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_aadwebsitessousingthisprofileenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault", + "displayName": "Configure Automatic HTTPS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_automatichttpsdefault", + "displayName": "Configure Automatic HTTPS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_automatichttpsdefault_0", + "displayName": "Automatic HTTPS functionality is disabled.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_automatichttpsdefault_1", + "displayName": "Navigations delivered over HTTP are switched to HTTPS, only on domains likely to support HTTPS.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_automatichttpsdefault_automatichttpsdefault_2", + "displayName": "All navigations delivered over HTTP are switched to HTTPS. Connection errors might occur more often.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_headlessmodeenabled", + "displayName": "Control use of the Headless Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_headlessmodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_headlessmodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationlocalsitelistexpirationdays", + "displayName": "Specify the number of days that a site remains on the local IE mode site list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationlocalsitelistexpirationdays_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationlocalsitelistexpirationdays_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationlocalsitelistexpirationdays_internetexplorerintegrationlocalsitelistexpirationdays", + "displayName": "Specify the number of days that a site remains on the local IE mode site list: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationreloadiniemodeallowed", + "displayName": "Allow unconfigured sites to be reloaded in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationreloadiniemodeallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_internetexplorerintegrationreloadiniemodeallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_aadwebsitessousingthisprofileenabled_recommended", + "displayName": "Single sign-on for work or school sites using this profile enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_aadwebsitessousingthisprofileenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_aadwebsitessousingthisprofileenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended", + "displayName": "Configure Automatic HTTPS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_automatichttpsdefault", + "displayName": "Configure Automatic HTTPS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_automatichttpsdefault_0", + "displayName": "Automatic HTTPS functionality is disabled.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_automatichttpsdefault_1", + "displayName": "Navigations delivered over HTTP are switched to HTTPS, only on domains likely to support HTTPS.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_automatichttpsdefault_recommended_automatichttpsdefault_2", + "displayName": "All navigations delivered over HTTP are switched to HTTPS. Connection errors might occur more often.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_internetexplorerintegrationreloadiniemodeallowed_recommended", + "displayName": "Allow unconfigured sites to be reloaded in Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_internetexplorerintegrationreloadiniemodeallowed_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge_recommended_internetexplorerintegrationreloadiniemodeallowed_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowed", + "displayName": "Specifies whether to allow insecure websites to make requests to more-private network endpoints (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowedforurls", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from insecure contexts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowedforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowedforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev92~policy~microsoft_edge~privatenetworkrequestsettings_insecureprivatenetworkrequestsallowedforurls_insecureprivatenetworkrequestsallowedforurlsdesc", + "displayName": "Allow the listed sites to make requests to more-private network endpoints from insecure contexts (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_0", + "displayName": "Automatically", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_1", + "displayName": "With device password", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_2", + "displayName": "With custom primary password", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93.1~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_3", + "displayName": "Autofill off", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_autoplayallowlist", + "displayName": "Allow media autoplay on specific sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_autoplayallowlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_autoplayallowlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_autoplayallowlist_autoplayallowlistdesc", + "displayName": "Allow media autoplay on specific sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_cecpq2enabled", + "displayName": "CECPQ2 post-quantum key-agreement enabled for TLS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_cecpq2enabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_cecpq2enabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_configureviewinfileexplorer", + "displayName": "Configure the View in File Explorer feature for SharePoint pages in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_configureviewinfileexplorer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_configureviewinfileexplorer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_configureviewinfileexplorer_configureviewinfileexplorer", + "displayName": "Configure the View in File Explorer feature for SharePoint pages in Microsoft Edge (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationcloudsitelist", + "displayName": "Configure the Enterprise Mode Cloud Site List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationcloudsitelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationcloudsitelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationcloudsitelist_internetexplorerintegrationcloudsitelist", + "displayName": "Configure the Enterprise Mode Cloud Site List (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationsitelistrefreshinterval", + "displayName": "Configure how frequently the Enterprise Mode Site List is refreshed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationsitelistrefreshinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationsitelistrefreshinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_internetexplorerintegrationsitelistrefreshinterval_internetexplorerintegrationsitelistrefreshinterval", + "displayName": "Configure how frequently the Enterprise Mode Site List is refreshed: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_localbrowserdatashareenabled", + "displayName": "Enable Windows to search local Microsoft Edge browsing data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_localbrowserdatashareenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_localbrowserdatashareenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_msawebsitessousingthisprofileallowed", + "displayName": "Allow single sign-on for Microsoft sites using this profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_msawebsitessousingthisprofileallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_msawebsitessousingthisprofileallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_localbrowserdatashareenabled_recommended", + "displayName": "Enable Windows to search local Microsoft Edge browsing data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_localbrowserdatashareenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_localbrowserdatashareenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_msawebsitessousingthisprofileallowed_recommended", + "displayName": "Allow single sign-on for Microsoft sites using this profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_msawebsitessousingthisprofileallowed_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_msawebsitessousingthisprofileallowed_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_travelassistanceenabled_recommended", + "displayName": "Enable travel assistance (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_travelassistanceenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended_travelassistanceenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended", + "displayName": "Sets layout for printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_printingwebpagelayout", + "displayName": "Sets layout for printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_printingwebpagelayout_0", + "displayName": "Sets layout option as portrait", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_recommended~printing_recommended_printingwebpagelayout_recommended_printingwebpagelayout_1", + "displayName": "Sets layout option as landscape", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_relaunchwindow", + "displayName": "Set the time interval for relaunch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_relaunchwindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_relaunchwindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_relaunchwindow_relaunchwindow", + "displayName": "Relaunch time window (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_remotedebuggingallowed", + "displayName": "Allow remote debugging (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_remotedebuggingallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_remotedebuggingallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_travelassistanceenabled", + "displayName": "Enable travel assistance (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_travelassistanceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_travelassistanceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_tripledesenabled", + "displayName": "Enable 3DES cipher suites in TLS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_tripledesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge_tripledesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting", + "displayName": "Control use of JavaScript JIT (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting_1", + "displayName": "Allow any site to run JavaScript JIT", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_defaultjavascriptjitsetting_defaultjavascriptjitsetting_2", + "displayName": "Do not allow any site to run JavaScript JIT", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitallowedforsites", + "displayName": "Allow JavaScript to use JIT on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitallowedforsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitallowedforsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitallowedforsites_javascriptjitallowedforsitesdesc", + "displayName": "Allow JavaScript to use JIT on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitblockedforsites", + "displayName": "Block JavaScript from using JIT on these sites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitblockedforsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitblockedforsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_javascriptjitblockedforsites_javascriptjitblockedforsitesdesc", + "displayName": "Block JavaScript from using JIT on these sites (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_showpdfdefaultrecommendationsenabled", + "displayName": "Allow notifications to set Microsoft Edge as default PDF reader (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_showpdfdefaultrecommendationsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~contentsettings_showpdfdefaultrecommendationsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol", + "displayName": "Configure users ability to override feature flags (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_featureflagoverridescontrol", + "displayName": "Configure users ability to override feature flags (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_featureflagoverridescontrol_2", + "displayName": "Allow users to override feature flags using command line arguments only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_featureflagoverridescontrol_1", + "displayName": "Allow users to override feature flags", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~experimentation_featureflagoverridescontrol_featureflagoverridescontrol_0", + "displayName": "Prevent users from overriding feature flags", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_implicitsigninenabled", + "displayName": "Enable implicit sign-in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_implicitsigninenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_implicitsigninenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_oneauthauthenticationenforced", + "displayName": "OneAuth Authentication Flow Enforced for signin (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_oneauthauthenticationenforced_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~identity_oneauthauthenticationenforced_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_passwordgeneratorenabled", + "displayName": "Allow users to get a strong password suggestion whenever they are creating an account online (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_passwordgeneratorenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_passwordgeneratorenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting", + "displayName": "Configures a setting that asks users to enter their device password while using password autofill (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_0", + "displayName": "Automatically", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~passwordmanager_primarypasswordsetting_primarypasswordsetting_1", + "displayName": "With device password", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout", + "displayName": "Sets layout for printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_printingwebpagelayout", + "displayName": "Sets layout for printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_printingwebpagelayout_0", + "displayName": "Sets layout option as portrait", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev93~policy~microsoft_edge~printing_printingwebpagelayout_printingwebpagelayout_1", + "displayName": "Sets layout option as landscape", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge_webrtcrespectosroutingtableenabled", + "displayName": "Enable support for Windows OS routing table rules when making peer to peer connections via WebRTC (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge_webrtcrespectosroutingtableenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge_webrtcrespectosroutingtableenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~applicationguard_applicationguardpassivemodeenabled", + "displayName": "Ignore Application Guard site list configuration and browse Edge normally (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~applicationguard_applicationguardpassivemodeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~applicationguard_applicationguardpassivemodeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~identity_onlyonpremisesimplicitsigninenabled", + "displayName": "Only on-premises account enabled for implicit sign-in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~identity_onlyonpremisesimplicitsigninenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev94~policy~microsoft_edge~identity_onlyonpremisesimplicitsigninenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_browserlegacyextensionpointsblockingenabled", + "displayName": "Enable browser legacy extension point blocking (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_browserlegacyextensionpointsblockingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_browserlegacyextensionpointsblockingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_crossoriginwebassemblymodulesharingenabled", + "displayName": "Specifies whether WebAssembly modules can be sent cross-origin (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_crossoriginwebassemblymodulesharingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_crossoriginwebassemblymodulesharingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_displaycapturepermissionspolicyenabled", + "displayName": "Specifies whether the display-capture permissions-policy is checked or skipped (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_displaycapturepermissionspolicyenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_displaycapturepermissionspolicyenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenheightadjustment", + "displayName": "Configure the pixel adjustment between window.open heights sourced from IE mode pages vs. Edge mode pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenheightadjustment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenheightadjustment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenheightadjustment_internetexplorerintegrationwindowopenheightadjustment", + "displayName": "Configure the pixel adjustment between window.open heights sourced from IE mode pages vs. Edge mode pages: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenwidthadjustment", + "displayName": "Configure the pixel adjustment between window.open widths sourced from IE mode pages vs. Edge mode pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenwidthadjustment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenwidthadjustment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_internetexplorerintegrationwindowopenwidthadjustment_internetexplorerintegrationwindowopenwidthadjustment", + "displayName": "Configure the pixel adjustment between window.open widths sourced from IE mode pages vs. Edge mode pages: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended_visualsearchenabled_recommended", + "displayName": "Visual search enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended_visualsearchenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended_visualsearchenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended~smartscreen_recommended_newsmartscreenlibraryenabled_recommended", + "displayName": "Enable new SmartScreen library (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended~smartscreen_recommended_newsmartscreenlibraryenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_recommended~smartscreen_recommended_newsmartscreenlibraryenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior", + "displayName": "Configure ShadowStack crash rollback behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_shadowstackcrashrollbackbehavior", + "displayName": "Configure ShadowStack crash rollback behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_shadowstackcrashrollbackbehavior_0", + "displayName": "Disable Hardware-enforced Stack Protection", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_shadowstackcrashrollbackbehavior_1", + "displayName": "Disable Hardware-enforced Stack Protection until the next Microsoft Edge update", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_shadowstackcrashrollbackbehavior_shadowstackcrashrollbackbehavior_2", + "displayName": "Enable Hardware-enforced Stack Protection", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_visualsearchenabled", + "displayName": "Visual search enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_visualsearchenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge_visualsearchenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~contentsettings_intranetfilelinksenabled", + "displayName": "Allow intranet zone file URL links from Microsoft Edge to open in Windows File Explorer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~contentsettings_intranetfilelinksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~contentsettings_intranetfilelinksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~smartscreen_newsmartscreenlibraryenabled", + "displayName": "Enable new SmartScreen library (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~smartscreen_newsmartscreenlibraryenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev95~policy~microsoft_edge~smartscreen_newsmartscreenlibraryenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended", + "displayName": "Configure when efficiency mode should become active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode", + "displayName": "Configure when efficiency mode should become active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_0", + "displayName": "Efficiency mode is always active", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_1", + "displayName": "Efficiency mode is never active", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_2", + "displayName": "Efficiency mode is active when the device is unplugged", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_3", + "displayName": "Efficiency mode is active when the device is unplugged and the battery is low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_4", + "displayName": "When the device is unplugged, efficiency mode takes moderate steps to save battery. When the device is unplugged and the battery is low, efficiency mode takes additional steps to save battery.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_5", + "displayName": "When the device is unplugged or unplugged and the battery is low, efficiency mode takes additional steps to save battery.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode", + "displayName": "Configure when efficiency mode should become active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode", + "displayName": "Configure when efficiency mode should become active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_0", + "displayName": "Efficiency mode is always active", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_1", + "displayName": "Efficiency mode is never active", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_2", + "displayName": "Efficiency mode is active when the device is unplugged", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_3", + "displayName": "Efficiency mode is active when the device is unplugged and the battery is low", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_4", + "displayName": "When the device is unplugged, efficiency mode takes moderate steps to save battery. When the device is unplugged and the battery is low, efficiency mode takes additional steps to save battery.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96.1~policy~microsoft_edge~performance_efficiencymode_efficiencymode_5", + "displayName": "When the device is unplugged or unplugged and the battery is low, efficiency mode takes additional steps to save battery.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_audioprocesshighpriorityenabled", + "displayName": "Allow the audio process to run with priority above normal on Windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_audioprocesshighpriorityenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_audioprocesshighpriorityenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_autolaunchprotocolscomponentenabled", + "displayName": "AutoLaunch Protocols Component Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_autolaunchprotocolscomponentenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_autolaunchprotocolscomponentenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_forcesynctypes", + "displayName": "Configure the list of types that are included for synchronization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_forcesynctypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_forcesynctypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_forcesynctypes_forcesynctypesdesc", + "displayName": "Configure the list of types that are included for synchronization (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes", + "displayName": "Configure whether form data and HTTP headers will be sent when entering or exiting Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes", + "displayName": "Configure whether form data and HTTP headers will be sent when entering or exiting Internet Explorer mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes_0", + "displayName": "Do not send form data or headers", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes_1", + "displayName": "Send form data only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes_2", + "displayName": "Send additional headers only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorerintegrationcomplexnavdatatypes_internetexplorerintegrationcomplexnavdatatypes_3", + "displayName": "Send form data and additional headers", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorermodetoolbarbuttonenabled", + "displayName": "Show the Reload in Internet Explorer mode button in the toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorermodetoolbarbuttonenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_internetexplorermodetoolbarbuttonenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended_internetexplorermodetoolbarbuttonenabled_recommended", + "displayName": "Show the Reload in Internet Explorer mode button in the toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended_internetexplorermodetoolbarbuttonenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended_internetexplorermodetoolbarbuttonenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended", + "displayName": "Configure when efficiency mode should become active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode", + "displayName": "Configure when efficiency mode should become active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_0", + "displayName": "Efficiency mode is always active", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_1", + "displayName": "Efficiency mode is never active", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_2", + "displayName": "Efficiency mode is active when the device is unplugged", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~performance_recommended_efficiencymode_recommended_efficiencymode_3", + "displayName": "Efficiency mode is active when the device is unplugged and the battery is low", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~typosquattingchecker_recommended_typosquattingcheckerenabled_recommended", + "displayName": "Configure Edge TyposquattingChecker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~typosquattingchecker_recommended_typosquattingcheckerenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_recommended~typosquattingchecker_recommended_typosquattingcheckerenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_rendererappcontainerenabled", + "displayName": "Enable renderer in app container (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_rendererappcontainerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_rendererappcontainerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_sharedlinksenabled", + "displayName": "Show links shared from Microsoft 365 apps in History (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_sharedlinksenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge_sharedlinksenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~applicationguard_applicationguarduploadblockingenabled", + "displayName": "Prevents files from being uploaded while in Application Guard (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~applicationguard_applicationguarduploadblockingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~applicationguard_applicationguarduploadblockingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode", + "displayName": "Configure when efficiency mode should become active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode", + "displayName": "Configure when efficiency mode should become active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode_0", + "displayName": "Efficiency mode is always active", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode_1", + "displayName": "Efficiency mode is never active", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode_2", + "displayName": "Efficiency mode is active when the device is unplugged", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~performance_efficiencymode_efficiencymode_3", + "displayName": "Efficiency mode is active when the device is unplugged and the battery is low", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode", + "displayName": "Print PostScript Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_printpostscriptmode", + "displayName": "Print PostScript Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_printpostscriptmode_0", + "displayName": "Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printpostscriptmode_printpostscriptmode_1", + "displayName": "Type42", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printrasterizepdfdpi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printrasterizepdfdpi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~printing_printrasterizepdfdpi_printrasterizepdfdpi", + "displayName": "Print Rasterize PDF DPI: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~typosquattingchecker_typosquattingcheckerenabled", + "displayName": "Configure Edge TyposquattingChecker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~typosquattingchecker_typosquattingcheckerenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev96~policy~microsoft_edge~typosquattingchecker_typosquattingcheckerenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_accessibilityimagelabelsenabled", + "displayName": "Get Image Descriptions from Microsoft Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_accessibilityimagelabelsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_accessibilityimagelabelsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_corsnonwildcardrequestheaderssupport", + "displayName": "CORS non-wildcard request header support enabled (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_corsnonwildcardrequestheaderssupport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_corsnonwildcardrequestheaderssupport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgediscoverenabled", + "displayName": "Discover feature In Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgediscoverenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgediscoverenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgeenhanceimagesenabled", + "displayName": "Enhance images enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgeenhanceimagesenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_edgeenhanceimagesenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_internetexplorermodetabinedgemodeallowed", + "displayName": "Allow sites configured for Internet Explorer mode to open in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_internetexplorermodetabinedgemodeallowed_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_internetexplorermodetabinedgemodeallowed_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_openmicrosoftlinksinedgeenabled", + "displayName": "Always open links from certain Microsoft apps in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_openmicrosoftlinksinedgeenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_openmicrosoftlinksinedgeenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended_edgediscoverenabled_recommended", + "displayName": "Discover feature In Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended_edgediscoverenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended_edgediscoverenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreendnsrequestsenabled_recommended", + "displayName": "Enable Microsoft Defender SmartScreen DNS requests (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreendnsrequestsenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_recommended~smartscreen_recommended_smartscreendnsrequestsenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_websqlinthirdpartycontextenabled", + "displayName": "Force WebSQL in third-party contexts to be re-enabled (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_websqlinthirdpartycontextenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge_websqlinthirdpartycontextenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowallportsforurls", + "displayName": "Automatically grant sites permission to connect all serial ports (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowallportsforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowallportsforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowallportsforurls_serialallowallportsforurlsdesc", + "displayName": "Automatically grant sites permission to connect all serial ports (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowusbdevicesforurls", + "displayName": "Automatically grant sites permission to connect to USB serial devices (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowusbdevicesforurls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowusbdevicesforurls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~contentsettings_serialallowusbdevicesforurls_serialallowusbdevicesforurls", + "displayName": "Automatically grant sites permission to connect to USB serial devices (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_sameorigintabcaptureallowedbyorigins", + "displayName": "Allow Same Origin Tab capture by these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_sameorigintabcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_sameorigintabcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_sameorigintabcaptureallowedbyorigins_sameorigintabcaptureallowedbyoriginsdesc", + "displayName": "Allow Same Origin Tab capture by these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_screencaptureallowedbyorigins", + "displayName": "Allow Desktop, Window, and Tab capture by these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_screencaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_screencaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_screencaptureallowedbyorigins_screencaptureallowedbyoriginsdesc", + "displayName": "Allow Desktop, Window, and Tab capture by these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_tabcaptureallowedbyorigins", + "displayName": "Allow Tab capture by these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_tabcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_tabcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_tabcaptureallowedbyorigins_tabcaptureallowedbyoriginsdesc", + "displayName": "Allow Tab capture by these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_windowcaptureallowedbyorigins", + "displayName": "Allow Window and Tab capture by these origins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_windowcaptureallowedbyorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_windowcaptureallowedbyorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~screencapture_windowcaptureallowedbyorigins_windowcaptureallowedbyoriginsdesc", + "displayName": "Allow Window and Tab capture by these origins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~smartscreen_smartscreendnsrequestsenabled", + "displayName": "Enable Microsoft Defender SmartScreen DNS requests (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~smartscreen_smartscreendnsrequestsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev97~policy~microsoft_edge~smartscreen_smartscreendnsrequestsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_0", + "displayName": "Standard mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_1", + "displayName": "Balanced mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_2", + "displayName": "Strict mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98.1~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_3", + "displayName": "Basic mode", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_edgefollowenabled", + "displayName": "Enable Follow service in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_edgefollowenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_edgefollowenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode", + "displayName": "Enhance the security state in Microsoft Edge (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_0", + "displayName": "Standard mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_1", + "displayName": "Balanced mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymode_enhancesecuritymode_2", + "displayName": "Strict mode", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodebypasslistdomains", + "displayName": "Configure the list of domains for which enhance security mode will not be enforced (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodebypasslistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodebypasslistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodebypasslistdomains_enhancesecuritymodebypasslistdomainsdesc", + "displayName": "Configure the list of domains for which enhance security mode will not be enforced (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodeenforcelistdomains", + "displayName": "Configure the list of domains for which enhance security mode will always be enforced (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodeenforcelistdomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodeenforcelistdomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_enhancesecuritymodeenforcelistdomains_enhancesecuritymodeenforcelistdomainsdesc", + "displayName": "Configure the list of domains for which enhance security mode will always be enforced (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_inappsupportenabled", + "displayName": "In-app support Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_inappsupportenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_inappsupportenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_microsoftedgeinsiderpromotionenabled", + "displayName": "Microsoft Edge Insider Promotion Enabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_microsoftedgeinsiderpromotionenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_microsoftedgeinsiderpromotionenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_u2fsecuritykeyapienabled", + "displayName": "Allow using the deprecated U2F Security Key API (deprecated) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_u2fsecuritykeyapienabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge_u2fsecuritykeyapienabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings", + "displayName": "Print preview sticky settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings", + "displayName": "Print preview sticky settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings_0", + "displayName": "Enable sticky settings for PDF and Webpages", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings_1", + "displayName": "Disable sticky settings for PDF and Webpages", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings_2", + "displayName": "Disable sticky settings for PDF", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev98~policy~microsoft_edge~printing_printstickysettings_printstickysettings_3", + "displayName": "Disable sticky settings for Webpages", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_addressbareditingenabled", + "displayName": "Configure address bar editing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_addressbareditingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_addressbareditingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_allowgamesmenu", + "displayName": "Allow users to access the games menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_allowgamesmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_allowgamesmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_donotsilentlyblockprotocolsfromorigins", + "displayName": "Define a list of protocols that can not be silently blocked by anti-flood protection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_donotsilentlyblockprotocolsfromorigins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_donotsilentlyblockprotocolsfromorigins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_donotsilentlyblockprotocolsfromorigins_donotsilentlyblockprotocolsfromorigins", + "displayName": "Define a list of protocols that can not be silently blocked by anti-flood protection (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_hubssidebarenabled", + "displayName": "Show Hubs Sidebar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_hubssidebarenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_hubssidebarenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudneutralsitesreporting", + "displayName": "Configure reporting of potentially misconfigured neutral site URLs to the M365 Admin Center Site Lists app (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudneutralsitesreporting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudneutralsitesreporting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudneutralsitesreporting_internetexplorerintegrationcloudneutralsitesreporting", + "displayName": "Configure reporting of potentially misconfigured neutral site URLs to the M365 Admin Center Site Lists app (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudusersitesreporting", + "displayName": "Configure reporting of IE Mode user list entries to the M365 Admin Center Site Lists app (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudusersitesreporting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudusersitesreporting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_internetexplorerintegrationcloudusersitesreporting_internetexplorerintegrationcloudusersitesreporting", + "displayName": "Configure reporting of IE Mode user list entries to the M365 Admin Center Site Lists app (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended_hubssidebarenabled_recommended", + "displayName": "Show Hubs Sidebar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended_hubssidebarenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended_hubssidebarenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended~identity_recommended_signinctaonntpenabled_recommended", + "displayName": "Enable sign in click to action dialog (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended~identity_recommended_signinctaonntpenabled_recommended_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_recommended~identity_recommended_signinctaonntpenabled_recommended_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_relatedmatchescloudserviceenabled", + "displayName": "Configure Related Matches in Find on Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_relatedmatchescloudserviceenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_relatedmatchescloudserviceenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_sandboxexternalprotocolblocked", + "displayName": "Allow Microsoft Edge to block navigations to external protocols in a sandboxed iframe (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_sandboxexternalprotocolblocked_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_sandboxexternalprotocolblocked_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction", + "displayName": "Enable or disable the User-Agent Reduction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_useragentreduction", + "displayName": "Enable or disable the User-Agent Reduction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_useragentreduction_0", + "displayName": "User-Agent reduction will be controllable via Experimentation", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_useragentreduction_1", + "displayName": "User-Agent reduction diabled, and not enabled by Experimentation", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge_useragentreduction_useragentreduction_2", + "displayName": "User-Agent reduction will be enabled for all origins", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge~passwordmanager_passwordmanagerblocklist", + "displayName": "Configure the list of domains for which the password manager UI (Save and Fill) will be disabled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge~passwordmanager_passwordmanagerblocklist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge~passwordmanager_passwordmanagerblocklist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_microsoft_edgev99~policy~microsoft_edge~passwordmanager_passwordmanagerblocklist_passwordmanagerblocklistdesc", + "displayName": "Configure the list of domains for which the password manager UI (Save and Fill) will be disabled (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_notifications_disallownotificationmirroring", + "displayName": "Disallow Notification Mirroring (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_notifications_disallownotificationmirroring_0", + "displayName": "Block", + "description": "Enable notification mirroring." + }, + { + "id": "user_vendor_msft_policy_config_notifications_disallownotificationmirroring_1", + "displayName": "Allow", + "description": "Disable notification mirroring." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_notifications_disallowtilenotification", + "displayName": "Disallow Tile Notification (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_notifications_disallowtilenotification_0", + "displayName": "Block", + "description": "Disabled." + }, + { + "id": "user_vendor_msft_policy_config_notifications_disallowtilenotification_1", + "displayName": "Allow", + "description": "Enabled." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_ageoutpolicy", + "displayName": "Age out documents older than n days (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_ageoutpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_ageoutpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_ageoutpolicy_l_ageoutpolicydecimal", + "displayName": "Number of days (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_evictserverversionspolicy", + "displayName": "Age out the locally cached copies of server document versions that are more than n days old. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_evictserverversionspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_evictserverversionspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_evictserverversionspolicy_l_evictserverversionspolicydecimal", + "displayName": "Number of days (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_maximplicitcachesize", + "displayName": "Set the max size of the Office Document Cache (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_maximplicitcachesize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_maximplicitcachesize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_maximplicitcachesize_l_maximplicitcachesizedecimal", + "displayName": "Percent of disk space (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_opendirectlyinapp", + "displayName": "Open Directly in Office Client Application (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_opendirectlyinapp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16~policy~l_microsoftofficesystem~l_miscellaneous437_l_opendirectlyinapp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v10~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_allownonadminuserinstalllaps", + "displayName": "Allow users who aren’t admins to install language accessory packs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v10~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_allownonadminuserinstalllaps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v10~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_allownonadminuserinstalllaps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v11~policy~l_microsoftofficesystem~l_miscellaneous437_l_officerecommendeddocuments", + "displayName": "Show recommended files on the File tab or start page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v11~policy~l_microsoftofficesystem~l_miscellaneous437_l_officerecommendeddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v11~policy~l_microsoftofficesystem~l_miscellaneous437_l_officerecommendeddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v11~policy~l_microsoftofficesystem~l_services_l_officeenableautoalttext", + "displayName": "Automatically generate alternative text (alt text) for pictures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v11~policy~l_microsoftofficesystem~l_services_l_officeenableautoalttext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v11~policy~l_microsoftofficesystem~l_services_l_officeenableautoalttext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_miscellaneous437_l_ageoutpolicylocalversioning", + "displayName": "Number of days to keep local document versions in the local cache (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_miscellaneous437_l_ageoutpolicylocalversioning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_miscellaneous437_l_ageoutpolicylocalversioning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_miscellaneous437_l_ageoutpolicylocalversioning_l_ageoutpolicylocalversioningdecimal", + "displayName": "Number of days (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_miscellaneous437_l_disallowedroamingmrudomains", + "displayName": "Turn off roaming of file names and metadata by server domain. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_miscellaneous437_l_disallowedroamingmrudomains_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_miscellaneous437_l_disallowedroamingmrudomains_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_miscellaneous437_l_disallowedroamingmrudomains_l_disalloweddomainlist", + "displayName": "Disallowed Domains: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_securitysettings_l_basicauthpromptbehavior", + "displayName": "Allow specified hosts to show Basic Authentication prompts to Office apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_securitysettings_l_basicauthpromptbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_securitysettings_l_basicauthpromptbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_securitysettings_l_basicauthpromptbehavior_l_authenticationbasicauthenabledhostsid", + "displayName": "Host names: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_securitysettings_l_basicauthproxybehavior", + "displayName": "Allow Basic Authentication prompts from network proxies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_securitysettings_l_basicauthproxybehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v12~policy~l_microsoftofficesystem~l_securitysettings_l_basicauthproxybehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v13~policy~l_microsoftofficesystem~l_pdfandxps_l_pdfprotectionfromoffice", + "displayName": "Use the Sensitivity feature in Office to apply sensitivity labels to PDFs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v13~policy~l_microsoftofficesystem~l_pdfandxps_l_pdfprotectionfromoffice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v13~policy~l_microsoftofficesystem~l_pdfandxps_l_pdfprotectionfromoffice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v13~policy~l_microsoftofficesystem~l_securitysettings_l_aipexception", + "displayName": "Use the Azure Information Protection add-in for sensitivity labeling (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v13~policy~l_microsoftofficesystem~l_securitysettings_l_aipexception_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v13~policy~l_microsoftofficesystem~l_securitysettings_l_aipexception_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_m365linkshandling_l_m365linksbrowserchoice", + "displayName": "Choose which browser opens web links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_m365linkshandling_l_m365linksbrowserchoice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_m365linkshandling_l_m365linksbrowserchoice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_m365linkshandling_l_m365linksbrowserchoice_l_browserchoiceenum", + "displayName": "Browser: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_m365linkshandling_l_m365linksbrowserchoice_l_browserchoiceenum_0", + "displayName": "System default browser", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_m365linkshandling_l_m365linksbrowserchoice_l_browserchoiceenum_1", + "displayName": "Microsoft Edge", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforirm", + "displayName": "Encryption mode for Information Rights Management (IRM) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforirm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforirm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforirm_l_encryptiontypeforirmcolon", + "displayName": "IRM Encryption Mode: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforirm_l_encryptiontypeforirmcolon_1", + "displayName": "Cipher Block Chaining (CBC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v14~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforirm_l_encryptiontypeforirmcolon_2", + "displayName": "Electronic Codebook (ECB)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v15~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableresourceidnamemapping", + "displayName": "Disable caching when opening server-only files. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v15~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableresourceidnamemapping_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v15~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableresourceidnamemapping_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingofadaptivefloatieuser", + "displayName": "Disable Training of the Adaptive Floatie feature for the user (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingofadaptivefloatieuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletrainingofadaptivefloatieuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletraininguser", + "displayName": "Disable Training of all features for the user (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletraininguser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_miscellaneous437_l_disabletraininguser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_allowuserdefinedfilesharecatalogs", + "displayName": "Allow users to control the Trusted Shared Folder Catalogs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_allowuserdefinedfilesharecatalogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v16~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_allowuserdefinedfilesharecatalogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_diagnostics_l_configuregetdiagnostics", + "displayName": "Configure Get Diagnostics feature's visibility in the Help Ribbon in Office applications and control the feature's mode of operation. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_diagnostics_l_configuregetdiagnostics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_diagnostics_l_configuregetdiagnostics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_diagnostics_l_configuregetdiagnostics_l_configuregetdiagnosticsenum", + "displayName": "Configure Get Diagnostics: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_diagnostics_l_configuregetdiagnostics_l_configuregetdiagnosticsenum_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_diagnostics_l_configuregetdiagnostics_l_configuregetdiagnosticsenum_1", + "displayName": "Upload diagnostic logs to Microsoft", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v17~policy~l_microsoftofficesystem~l_diagnostics_l_configuregetdiagnostics_l_configuregetdiagnosticsenum_2", + "displayName": "Capture diagnostic logs in a local archive, dont upload logs to Microsoft", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter", + "displayName": "Hide Microsoft cloud-based file locations in the Backstage view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2.updates.2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_l_onlinestoragefilterid", + "displayName": "Online Storage Filter Value: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences", + "displayName": "Allow the use of connected experiences in Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2.updates.2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent", + "displayName": "Allow the use of connected experiences in Office that analyze content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent", + "displayName": "Allow the use of connected experiences in Office that download online content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences", + "displayName": "Allow the use of additional optional connected experiences in Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2.updates.3~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffexcel", + "displayName": "Turn off AutoSave by default in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffexcel_l_autosavedefaultsettingenum", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffexcel_l_autosavedefaultsettingenum_0", + "displayName": "Use AutoSave Default Setting", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffexcel_l_autosavedefaultsettingenum_1", + "displayName": "AutoSave Is On By Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffexcel_l_autosavedefaultsettingenum_2", + "displayName": "AutoSave Is Off By Default", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffpowerpoint", + "displayName": "Turn off AutoSave by default in PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffpowerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffpowerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffpowerpoint_l_autosavedefaultsettingenum", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffpowerpoint_l_autosavedefaultsettingenum_0", + "displayName": "Use AutoSave Default Setting", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffpowerpoint_l_autosavedefaultsettingenum_1", + "displayName": "AutoSave Is On By Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffpowerpoint_l_autosavedefaultsettingenum_2", + "displayName": "AutoSave Is Off By Default", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffword", + "displayName": "Turn off AutoSave by default in Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffword_l_autosavedefaultsettingenum", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffword_l_autosavedefaultsettingenum_0", + "displayName": "Use AutoSave Default Setting", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffword_l_autosavedefaultsettingenum_1", + "displayName": "AutoSave Is On By Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_autosavedefaultoffword_l_autosavedefaultsettingenum_2", + "displayName": "AutoSave Is Off By Default", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationexcel", + "displayName": "[Deprecated] Don’t AutoSave files in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationpowerpoint", + "displayName": "[Deprecated] Don’t AutoSave files in PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationpowerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationpowerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationword", + "displayName": "[Deprecated] Don’t AutoSave files in Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_autosave_l_dontautosaveinformationword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_disabledefaultservice", + "displayName": "Remove Office Presentation Service from the list of online presentation services in PowerPoint and Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_disabledefaultservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_disabledefaultservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_disableprogrammaticaccess", + "displayName": "Restrict programmatic access for creating online presentations in PowerPoint and Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_disableprogrammaticaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_disableprogrammaticaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_preventaccesstouserspecifiedservices", + "displayName": "Prevent users from adding online presentation services in PowerPoint and Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_preventaccesstouserspecifiedservices_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast_l_preventaccesstouserspecifiedservices_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00", + "displayName": "Configure presentation service in PowerPoint and Word 1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastservicecreatesharednotes0", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastservicecreatesharednotes0_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastservicecreatesharednotes0_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastservicemajorversion0", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastserviceminorversion0", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastservicenotesdefaulturl0", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastserviceservercapabilities0", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastserviceserverdescription0", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastserviceserverinfo0", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastserviceservername0", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastserviceserverterms0", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastserviceserverurl0", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice00_l_broadcastservicesharednotescustomurl0", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01", + "displayName": "Configure presentation service in PowerPoint and Word 2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastservicecreatesharednotes1", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastservicecreatesharednotes1_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastservicecreatesharednotes1_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastservicemajorversion1", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastserviceminorversion1", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastservicenotesdefaulturl1", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastserviceservercapabilities1", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastserviceserverdescription1", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastserviceserverinfo1", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastserviceservername1", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastserviceserverterms1", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastserviceserverurl1", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice01_l_broadcastservicesharednotescustomurl1", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02", + "displayName": "Configure presentation service in PowerPoint and Word 3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastservicecreatesharednotes2", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastservicecreatesharednotes2_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastservicecreatesharednotes2_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastservicemajorversion2", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastserviceminorversion2", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastservicenotesdefaulturl2", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastserviceservercapabilities2", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastserviceserverdescription2", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastserviceserverinfo2", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastserviceservername2", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastserviceserverterms2", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastserviceserverurl2", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice02_l_broadcastservicesharednotescustomurl2", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03", + "displayName": "Configure presentation service in PowerPoint and Word 4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastservicecreatesharednotes3", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastservicecreatesharednotes3_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastservicecreatesharednotes3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastservicemajorversion3", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastserviceminorversion3", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastservicenotesdefaulturl3", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastserviceservercapabilities3", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastserviceserverdescription3", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastserviceserverinfo3", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastserviceservername3", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastserviceserverterms3", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastserviceserverurl3", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice03_l_broadcastservicesharednotescustomurl3", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04", + "displayName": "Configure presentation service in PowerPoint and Word 5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastservicecreatesharednotes4", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastservicecreatesharednotes4_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastservicecreatesharednotes4_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastservicemajorversion4", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastserviceminorversion4", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastservicenotesdefaulturl4", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastserviceservercapabilities4", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastserviceserverdescription4", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastserviceserverinfo4", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastserviceservername4", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastserviceserverterms4", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastserviceserverurl4", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice04_l_broadcastservicesharednotescustomurl4", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05", + "displayName": "Configure presentation service in PowerPoint and Word 6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastservicecreatesharednotes5", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastservicecreatesharednotes5_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastservicecreatesharednotes5_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastservicemajorversion5", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastserviceminorversion5", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastservicenotesdefaulturl5", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastserviceservercapabilities5", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastserviceserverdescription5", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastserviceserverinfo5", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastserviceservername5", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastserviceserverterms5", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastserviceserverurl5", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice05_l_broadcastservicesharednotescustomurl5", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06", + "displayName": "Configure presentation service in PowerPoint and Word 7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastservicecreatesharednotes6", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastservicecreatesharednotes6_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastservicecreatesharednotes6_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastservicemajorversion6", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastserviceminorversion6", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastservicenotesdefaulturl6", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastserviceservercapabilities6", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastserviceserverdescription6", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastserviceserverinfo6", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastserviceservername6", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastserviceserverterms6", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastserviceserverurl6", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice06_l_broadcastservicesharednotescustomurl6", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07", + "displayName": "Configure presentation service in PowerPoint and Word 8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastservicecreatesharednotes7", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastservicecreatesharednotes7_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastservicecreatesharednotes7_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastservicemajorversion7", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastserviceminorversion7", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastservicenotesdefaulturl7", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastserviceservercapabilities7", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastserviceserverdescription7", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastserviceserverinfo7", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastserviceservername7", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastserviceserverterms7", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastserviceserverurl7", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice07_l_broadcastservicesharednotescustomurl7", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08", + "displayName": "Configure presentation service in PowerPoint and Word 9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastservicecreatesharednotes8", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastservicecreatesharednotes8_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastservicecreatesharednotes8_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastservicemajorversion8", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastserviceminorversion8", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastservicenotesdefaulturl8", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastserviceservercapabilities8", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastserviceserverdescription8", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastserviceserverinfo8", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastserviceservername8", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastserviceserverterms8", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastserviceserverurl8", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice08_l_broadcastservicesharednotescustomurl8", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09", + "displayName": "Configure presentation service in PowerPoint and Word 10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastservicecreatesharednotes9", + "displayName": "Create Shared Notes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastservicecreatesharednotes9_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastservicecreatesharednotes9_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastservicemajorversion9", + "displayName": "Server Major Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastserviceminorversion9", + "displayName": "Server Minor Version: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastservicenotesdefaulturl9", + "displayName": "Shared Notes Default Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastserviceservercapabilities9", + "displayName": "Server Capabilities flags: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastserviceserverdescription9", + "displayName": "Description (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastserviceserverinfo9", + "displayName": "Information URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastserviceservername9", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastserviceserverterms9", + "displayName": "Service agreement URL (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastserviceserverurl9", + "displayName": "Service URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_broadcast~l_broadcastservices_l_configurebroadcastservice09_l_broadcastservicesharednotescustomurl9", + "displayName": "Shared Notes Url (optional): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasedefaultinstanceslimit", + "displayName": "Set the database default instances limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasedefaultinstanceslimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasedefaultinstanceslimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasedefaultinstanceslimit_l_databasedefaultinstanceslimitdecimal", + "displayName": "Default number of instances returned (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasedefaulttimeout", + "displayName": "Set the database default timeout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasedefaulttimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasedefaulttimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasedefaulttimeout_l_databasedefaulttimeoutdecimal", + "displayName": "Database default timeout (milliseconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasemaxinstanceslimit", + "displayName": "Set maximum database instances limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasemaxinstanceslimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasemaxinstanceslimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasemaxinstanceslimit_l_databasemaxinstanceslimitdecimal", + "displayName": "Maximum number of instances returned (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasemaxtimeout", + "displayName": "Set maximum database timeout limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasemaxtimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasemaxtimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_database_l_databasemaxtimeout_l_databasemaxtimeoutdecimal", + "displayName": "Database maximum timeout (milliseconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_cleanupinterval", + "displayName": "Set the cleanup interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_cleanupinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_cleanupinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_cleanupinterval_l_cleanupintervaldecimal", + "displayName": "Cleanup interval (minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_errorscleanupinterval", + "displayName": "Set errors cleanup interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_errorscleanupinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_errorscleanupinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_errorscleanupinterval_l_errorscleanupintervaldecimal", + "displayName": "Errors cleanup interval (minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_maxretries", + "displayName": "Set maximum number of retries when synchronization fails (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_maxretries_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_maxretries_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_maxretries_l_maxretriesdecimal", + "displayName": "Maximum number of retries (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_queryinstanceslimit", + "displayName": "Set query items limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_queryinstanceslimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_queryinstanceslimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_queryinstanceslimit_l_queryinstanceslimitdecimal", + "displayName": "Query instances limit (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_querytimeout", + "displayName": "Set query processing timeout limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_querytimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_querytimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_querytimeout_l_querytimeoutdecimal", + "displayName": "Time before query timeout (minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_refreshfrequencylimit", + "displayName": "Set refresh frequency limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_refreshfrequencylimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_refreshfrequencylimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_refreshfrequencylimit_l_refreshfrequencylimitdecimal", + "displayName": "Refresh frequency limit (minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_retryintervallimit", + "displayName": "Set subscription refresh retry interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_retryintervallimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_retryintervallimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_retryintervallimit_l_retryintervallimitdecimal", + "displayName": "Maximum retry interval (minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_sleepinterval", + "displayName": "Set maximum sleep interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_sleepinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_sleepinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_synchronization_l_sleepinterval_l_sleepintervaldecimal", + "displayName": "Sleep interval upper limit (minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicedefaultsizelimit", + "displayName": "Set web service default return size limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicedefaultsizelimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicedefaultsizelimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicedefaultsizelimit_l_webservicedefaultsizelimitdecimal", + "displayName": "Web service default size limit (KB) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicedefaulttimeout", + "displayName": "Set web service default timeout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicedefaulttimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicedefaulttimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicedefaulttimeout_l_webservicedefaulttimeoutdecimal", + "displayName": "Web service default timeout limit (milliseconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicemaxsizelimit", + "displayName": "Set maximum web service return size limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicemaxsizelimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicemaxsizelimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicemaxsizelimit_l_webservicemaxsizelimitdecimal", + "displayName": "Web service maximum size limit (KB) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicemaxtimeout", + "displayName": "Set maximum web service default timeout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicemaxtimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicemaxtimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_businessdata~l_webservice_l_webservicemaxtimeout_l_webservicemaxtimeoutdecimal", + "displayName": "Web service maximum timeout limit (milliseconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_defaultsubjectforareviewrequest", + "displayName": "Default subject for a review request (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_defaultsubjectforareviewrequest_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_defaultsubjectforareviewrequest_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_defaultsubjectforareviewrequest_l_defaultsubjectforareviewrequest393", + "displayName": "Default subject for a review request (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_donotpromptuserstoshareexcelworkbookswhensendingforreview", + "displayName": "Do not prompt users to share Excel workbooks when sending for review (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_donotpromptuserstoshareexcelworkbookswhensendingforreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_donotpromptuserstoshareexcelworkbookswhensendingforreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_maxnumberofdocumentsbeingreviewedusingadhocreview", + "displayName": "Max number of documents being reviewed using ad hoc review (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_maxnumberofdocumentsbeingreviewedusingadhocreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_maxnumberofdocumentsbeingreviewedusingadhocreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_maxnumberofdocumentsbeingreviewedusingadhocreview_l_empty388", + "displayName": "\r\nMax number of documents being reviewed using ad hoc review\r\n", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_maxnumberofdocumentsbeingreviewedusingsendforreview", + "displayName": "Max number of documents being reviewed using 'send for review' (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_maxnumberofdocumentsbeingreviewedusingsendforreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_maxnumberofdocumentsbeingreviewedusingsendforreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_maxnumberofdocumentsbeingreviewedusingsendforreview_l_empty385", + "displayName": "\r\nMax number of documents being reviewed using 'send for review'\r\n", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlookadhocreviewing", + "displayName": "Outlook: Ad hoc reviewing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlookadhocreviewing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlookadhocreviewing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlookadhocreviewing_l_empty400", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlookadhocreviewing_l_empty400_0", + "displayName": "Enable ad hoc reviewing", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlookadhocreviewing_l_empty400_2", + "displayName": "Exclude author's e-mail in documents", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlookadhocreviewing_l_empty400_1", + "displayName": "Disable ad hoc reviewing", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlooksendforreview", + "displayName": "Outlook: 'send for review' (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlooksendforreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlooksendforreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlooksendforreview_l_empty399", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlooksendforreview_l_empty399_0", + "displayName": "Enable 'send for review'", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlooksendforreview_l_empty399_2", + "displayName": "Exclude author's e-mail in documents", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_outlooksendforreview_l_empty399_1", + "displayName": "Disable 'send for review'", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_promptforsendingrevieweddocumenttoauthor", + "displayName": "Prompt for sending reviewed document to author (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_promptforsendingrevieweddocumenttoauthor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_promptforsendingrevieweddocumenttoauthor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_promptforsendingrevieweddocumenttoauthor_l_empty395", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_promptforsendingrevieweddocumenttoauthor_l_empty395_2", + "displayName": "Never ask user", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_promptforsendingrevieweddocumenttoauthor_l_empty395_1", + "displayName": "Prompt for 'send for review'", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_promptforsendingrevieweddocumenttoauthor_l_empty395_0", + "displayName": "Always prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_whenchoosingsendforreview", + "displayName": "When choosing 'Send for Review...' (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_whenchoosingsendforreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_whenchoosingsendforreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_whenchoosingsendforreview_l_empty392", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_whenchoosingsendforreview_l_empty392_2", + "displayName": "Send link and attachment", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_whenchoosingsendforreview_l_empty392_1", + "displayName": "Only send link", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings_l_whenchoosingsendforreview_l_empty392_0", + "displayName": "Prompt user", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_coauthoring_l_setdocumentsynchronizationtimeout", + "displayName": "Set document synchronization timeout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_coauthoring_l_setdocumentsynchronizationtimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_coauthoring_l_setdocumentsynchronizationtimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_coauthoring_l_setdocumentsynchronizationtimeout_l_setdocumentsynchronizationtimeoutspinid", + "displayName": "in milliseconds: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withasimplewebdiscussionslink373", + "displayName": "With a simple Web discussions link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withasimplewebdiscussionslink373_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withasimplewebdiscussionslink373_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withasimplewebdiscussionslink373_l_withasimplewebdiscussionslink374", + "displayName": "With a simple Web discussions link (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withawebdiscussionslink380", + "displayName": "With a Web discussions link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withawebdiscussionslink380_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withawebdiscussionslink380_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withawebdiscussionslink380_l_withawebdiscussionslink381", + "displayName": "With a Web discussions link (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withjustanattachment", + "displayName": "With just an attachment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withjustanattachment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withjustanattachment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withjustanattachment_l_withjustanattachment379", + "displayName": "With just an attachment (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withjustasimplewebdiscussionslink", + "displayName": "With just a simple Web discussions link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withjustasimplewebdiscussionslink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withjustasimplewebdiscussionslink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareply_l_withjustasimplewebdiscussionslink_l_withjustasimplewebdiscussionslink377", + "displayName": "With just a simple Web discussions link (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_onlycontainingalink", + "displayName": "Only containing a link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_onlycontainingalink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_onlycontainingalink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_onlycontainingalink_l_onlycontainingalink357", + "displayName": "Only containing a link (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_onlycontaininganattachment", + "displayName": "Only containing an attachment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_onlycontaininganattachment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_onlycontaininganattachment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_onlycontaininganattachment_l_onlycontaininganattachment356", + "displayName": "Only containing an attachment (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withalinkandanattachment", + "displayName": "With a link and an attachment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withalinkandanattachment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withalinkandanattachment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withalinkandanattachment_l_withalinkandanattachment359", + "displayName": "With a link and an attachment (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withasimplewebdiscussionslink", + "displayName": "With a simple Web discussions link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withasimplewebdiscussionslink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withasimplewebdiscussionslink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withasimplewebdiscussionslink_l_withasimplewebdiscussionslink362", + "displayName": "With a simple Web discussions link (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withasimplewebdiscussionslinkandanattachment", + "displayName": "With a simple Web discussions link and an attachment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withasimplewebdiscussionslinkandanattachment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withasimplewebdiscussionslinkandanattachment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withasimplewebdiscussionslinkandanattachment_l_withasimplewebdiscussionslinkandanattachment364", + "displayName": "With a simple Web discussions link and an attachment (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withawebdiscussionslink", + "displayName": "With a Web discussions link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withawebdiscussionslink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withawebdiscussionslink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withawebdiscussionslink_l_withawebdiscussionslink367", + "displayName": "With a Web discussions link (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withawebdiscussionslinkandanattachment", + "displayName": "With a Web discussions link and an attachment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withawebdiscussionslinkandanattachment_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withawebdiscussionslinkandanattachment_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_collaborationsettings~l_defaultmessagetextforareviewrequest_l_withawebdiscussionslinkandanattachment_l_withawebdiscussionslinkandanattachment370", + "displayName": "With a Web discussions link and an attachment (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_configurepresenceicons", + "displayName": "Configure presence icons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_configurepresenceicons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_configurepresenceicons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_configurepresenceicons_l_configurepresenceiconsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_configurepresenceicons_l_configurepresenceiconsdropid_0", + "displayName": "Display all", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_configurepresenceicons_l_configurepresenceiconsdropid_1", + "displayName": "Display some", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_configurepresenceicons_l_configurepresenceiconsdropid_2", + "displayName": "Display none", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_displaylegacygaldialog", + "displayName": "Display legacy GAL dialog (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_displaylegacygaldialog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_displaylegacygaldialog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_donotdisplayhovermenu", + "displayName": "Do not display Hover Menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_donotdisplayhovermenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_donotdisplayhovermenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_donotdisplayphotograph", + "displayName": "Do not display photograph (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_donotdisplayphotograph_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_donotdisplayphotograph_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_removememberoftab", + "displayName": "Remove Member Of tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_removememberoftab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_removememberoftab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_removeorganizationtab", + "displayName": "Remove Organization tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_removeorganizationtab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_removeorganizationtab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffclicktoimoption", + "displayName": "Turn off click to IM option (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffclicktoimoption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffclicktoimoption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffclicktotelephone", + "displayName": "Turn off click to telephone (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffclicktotelephone_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffclicktotelephone_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffpresenceintegration", + "displayName": "Turn off presence integration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffpresenceintegration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard_l_turnoffpresenceintegration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoffcontacttabcalendar", + "displayName": "Remove Calendar Line (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoffcontacttabcalendar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoffcontacttabcalendar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoffcontacttablocation", + "displayName": "Remove Location Line (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoffcontacttablocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoffcontacttablocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacebirthday", + "displayName": "Replace AD - Birthday (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacebirthday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacebirthday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacebirthday_l_birthdayadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacecompany", + "displayName": "Replace AD - Company (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacecompany_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacecompany_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacecompany_l_companyadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceemail", + "displayName": "Replace AD - E-mail (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceemail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceemail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceemail_l_emailadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehome", + "displayName": "Replace AD - Home (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehome_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehome_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehome_l_homeadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehome2", + "displayName": "Replace AD - Home2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehome2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehome2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehome2_l_home2adreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehomeadd", + "displayName": "Replace AD - Home Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehomeadd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehomeadd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacehomeadd_l_homeaddadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceim", + "displayName": "Replace AD - IM (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceim_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceim_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceim_l_imadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacemobile", + "displayName": "Replace AD - Mobile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacemobile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacemobile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacemobile_l_mobileadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceoffice", + "displayName": "Replace AD - Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceoffice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceoffice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceoffice_l_officeadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceother", + "displayName": "Replace AD - Other (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceother_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceother_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceother_l_otheradreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceotheradd", + "displayName": "Replace AD - Other Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceotheradd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceotheradd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceotheradd_l_otheraddadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceprofile", + "displayName": "Replace AD - Profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceprofile_l_profileadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacework", + "displayName": "Replace AD - Work (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacework_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacework_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacework_l_workadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacework2", + "displayName": "Replace AD - Work2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacework2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacework2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplacework2_l_work2adreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceworkadd", + "displayName": "Replace AD - Work Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceworkadd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceworkadd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceworkadd_l_workaddadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceworkfax", + "displayName": "Replace AD - WorkFax (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceworkfax_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceworkfax_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabadreplaceworkfax_l_workfaxadreplace", + "displayName": "AD Attribute: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacebirthday", + "displayName": "Replace Label - Birthday (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacebirthday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacebirthday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacebirthday_l_birthdaylabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacecompany", + "displayName": "Replace Label - Company (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacecompany_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacecompany_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacecompany_l_companylabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceemail", + "displayName": "Replace Label - E-mail (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceemail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceemail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceemail_l_emaillabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehome", + "displayName": "Replace Label - Home (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehome_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehome_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehome_l_homelabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehome2", + "displayName": "Replace Label - Home2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehome2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehome2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehome2_l_home2labelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehomeadd", + "displayName": "Replace Label - Home Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehomeadd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehomeadd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacehomeadd_l_homeaddlabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceim", + "displayName": "Replace Label - IM (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceim_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceim_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceim_l_imlabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacemobile", + "displayName": "Replace Label - Mobile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacemobile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacemobile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacemobile_l_mobilelabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceoffice", + "displayName": "Replace Label - Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceoffice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceoffice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceoffice_l_officelabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceother", + "displayName": "Replace Label - Other (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceother_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceother_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceother_l_otherlabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceotheradd", + "displayName": "Replace Label - Other Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceotheradd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceotheradd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceotheradd_l_otheraddlabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceprofile", + "displayName": "Replace Label - Profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceprofile_l_profilelabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacework", + "displayName": "Replace Label - Work (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacework_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacework_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacework_l_worklabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacework2", + "displayName": "Replace Label - Work2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacework2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacework2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplacework2_l_work2labelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceworkadd", + "displayName": "Replace Label - Work Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceworkadd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceworkadd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceworkadd_l_workaddlabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceworkfax", + "displayName": "Replace Label - WorkFax (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceworkfax_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceworkfax_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttablabelreplaceworkfax_l_workfaxlabelreplace", + "displayName": "Label: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacebirthday", + "displayName": "Replace MAPI - Birthday (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacebirthday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacebirthday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacebirthday_l_birthdaymapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacecompany", + "displayName": "Replace MAPI - Company (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacecompany_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacecompany_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacecompany_l_companymapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceemail", + "displayName": "Replace MAPI - E-mail (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceemail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceemail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceemail_l_emailmapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehome", + "displayName": "Replace MAPI - Home (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehome_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehome_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehome_l_homemapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehome2", + "displayName": "Replace MAPI - Home2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehome2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehome2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehome2_l_home2mapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehomeadd", + "displayName": "Replace MAPI - Home Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehomeadd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehomeadd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacehomeadd_l_homeaddmapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceim", + "displayName": "Replace MAPI - IM (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceim_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceim_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceim_l_immapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacemobile", + "displayName": "Replace MAPI - Mobile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacemobile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacemobile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacemobile_l_mobilemapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceoffice", + "displayName": "Replace MAPI - Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceoffice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceoffice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceoffice_l_officemapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceother", + "displayName": "Replace MAPI - Other (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceother_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceother_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceother_l_othermapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceotheradd", + "displayName": "Replace MAPI - Other Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceotheradd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceotheradd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceotheradd_l_otheraddmapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceprofile", + "displayName": "Replace MAPI - Profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceprofile_l_profilemapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacework", + "displayName": "Replace MAPI - Work (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacework_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacework_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacework_l_workmapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacework2", + "displayName": "Replace MAPI - Work2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacework2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacework2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplacework2_l_work2mapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceworkadd", + "displayName": "Replace MAPI - Work Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceworkadd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceworkadd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceworkadd_l_workaddmapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceworkfax", + "displayName": "Replace MAPI - WorkFax (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceworkfax_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceworkfax_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_contactcard~l_contacttab_l_turnoncontacttabmapireplaceworkfax_l_workfaxmapireplace", + "displayName": "MAPI Property: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_baseurl", + "displayName": "Base URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_baseurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_baseurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_baseurl_l_baseurl349", + "displayName": "Base URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_defaultbuttontext", + "displayName": "Default button text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_defaultbuttontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_defaultbuttontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_defaultbuttontext_l_defaultbuttontext350", + "displayName": "Default button text (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_defaultsaveprompttext", + "displayName": "Default save prompt text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_defaultsaveprompttext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_defaultsaveprompttext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_defaultsaveprompttext_l_defaultsaveprompttext352", + "displayName": "Default save prompt text (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_listoferrormessagestocustomize", + "displayName": "List of error messages to customize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_listoferrormessagestocustomize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_listoferrormessagestocustomize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize351", + "displayName": "List of error messages to customize (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize351_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize351_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_hidebuiltinshapepresetstyles", + "displayName": "Hide built-in shape style presets (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_hidebuiltinshapepresetstyles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_hidebuiltinshapepresetstyles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_tooltipfordisabledtoolbarbuttonsandmenuitems", + "displayName": "Tooltip for disabled toolbar buttons and menu items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_tooltipfordisabledtoolbarbuttonsandmenuitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_tooltipfordisabledtoolbarbuttonsandmenuitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_tooltipfordisabledtoolbarbuttonsandmenuitems_l_tooltipfordisabledtoolbarbuttonsandmenuitems353", + "displayName": "Tooltip for disabled toolbar buttons and menu items (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_turnoffscreenclipping", + "displayName": "Turn off screen clipping (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_turnoffscreenclipping_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_disableitemsinuserinterface_l_turnoffscreenclipping_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_dlp_l_policytipsenabled", + "displayName": "Enable DLP on application boot (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_dlp_l_policytipsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_dlp_l_policytipsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_disabledocumentinformationpanel", + "displayName": "Disable Document Information Panel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_disabledocumentinformationpanel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_disabledocumentinformationpanel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_documentinformationpanelbeaconingui", + "displayName": "Document Information Panel Beaconing UI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_documentinformationpanelbeaconingui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_documentinformationpanelbeaconingui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_documentinformationpanelbeaconingui_l_empty423", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_documentinformationpanelbeaconingui_l_empty423_0", + "displayName": "Never show UI", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_documentinformationpanelbeaconingui_l_empty423_1", + "displayName": "Always show UI", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_documentinformationpanelbeaconingui_l_empty423_2", + "displayName": "Show UI if XSN is in Internet Zone", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_offlinemodefordocumentinformationpanel", + "displayName": "Offline Mode for Document Information Panel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_offlinemodefordocumentinformationpanel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_offlinemodefordocumentinformationpanel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_offlinemodefordocumentinformationpanel_l_empty422", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_offlinemodefordocumentinformationpanel_l_empty422_0", + "displayName": "Disable Offline Mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_offlinemodefordocumentinformationpanel_l_empty422_1", + "displayName": "Enable Offline Mode, work offline now", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_offlinemodefordocumentinformationpanel_l_empty422_2", + "displayName": "Enable Offline Mode", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_trustcentersolution", + "displayName": "Trust Local Solution (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_trustcentersolution_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_trustcentersolution_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_trustcentersolution_l_empty421", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_trustcentersolution_l_empty421_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_documentinformationpanel_l_trustcentersolution_l_empty421_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_hidemissingcomponentdownloadhyperlinks", + "displayName": "Hide missing component download hyperlinks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_hidemissingcomponentdownloadhyperlinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_hidemissingcomponentdownloadhyperlinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_setdownloadlocationfornet20framework", + "displayName": "Set download location for Microsoft .NET Framework 2.0 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_setdownloadlocationfornet20framework_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_setdownloadlocationfornet20framework_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_setdownloadlocationfornet20framework_l_empty434", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_setdownloadlocationfornet20frameworklp", + "displayName": "Set download location for Microsoft .NET Framework 2.0 Language Pack (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_setdownloadlocationfornet20frameworklp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_setdownloadlocationfornet20frameworklp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_downloadingframeworkcomponents_l_setdownloadlocationfornet20frameworklp_l_empty435", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy1", + "displayName": "Places Bar Location 1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy1_l_placesbarname", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy1_l_placesbarpath", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy10", + "displayName": "Places Bar Location 10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy10_l_placesbarname227", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy10_l_placesbarpath228", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy2", + "displayName": "Places Bar Location 2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy2_l_placesbarname211", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy2_l_placesbarpath212", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy3", + "displayName": "Places Bar Location 3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy3_l_placesbarname213", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy3_l_placesbarpath214", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy4", + "displayName": "Places Bar Location 4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy4_l_placesbarname215", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy4_l_placesbarpath216", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy5", + "displayName": "Places Bar Location 5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy5_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy5_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy5_l_placesbarname217", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy5_l_placesbarpath218", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy6", + "displayName": "Places Bar Location 6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy6_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy6_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy6_l_placesbarname219", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy6_l_placesbarpath220", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy7", + "displayName": "Places Bar Location 7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy7_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy7_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy7_l_placesbarname221", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy7_l_placesbarpath222", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy8", + "displayName": "Places Bar Location 8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy8_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy8_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy8_l_placesbarname223", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy8_l_placesbarpath224", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy9", + "displayName": "Places Bar Location 9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy9_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy9_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy9_l_placesbarname225", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_placesbarlocations_l_placesbarlocationpolicy9_l_placesbarpath226", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing", + "displayName": "Activate Restricted Browsing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_access", + "displayName": "Microsoft Access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_access_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_access_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_excel", + "displayName": "Microsoft Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_excel_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_excel_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_infopath", + "displayName": "Microsoft InfoPath (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_infopath_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_infopath_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_onenote", + "displayName": "Microsoft OneNote (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_onenote_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_onenote_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_outlook", + "displayName": "Microsoft Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_outlook_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_outlook_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_powerpoint", + "displayName": "Microsoft PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_powerpoint_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_powerpoint_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_project", + "displayName": "Microsoft Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_project_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_project_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_publisher", + "displayName": "Microsoft Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_publisher_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_publisher_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_sharepoint", + "displayName": "Microsoft SharePoint Designer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_sharepoint_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_sharepoint_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_visio", + "displayName": "Microsoft Visio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_visio_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_visio_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_word", + "displayName": "Microsoft Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_word_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_activaterestrictedbrowsing_l_word_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_listofapprovedlocationspolicy", + "displayName": "Approve Locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_listofapprovedlocationspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_listofapprovedlocationspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_listofapprovedlocationspolicy_l_listofapprovedlocations", + "displayName": "List of Approved Locations: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_listofapprovedlocationspolicy_l_listofapprovedlocations_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_fileopensave~l_restrictedbrowsing_l_listofapprovedlocationspolicy_l_listofapprovedlocations_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_firstrun_l_disablemovie", + "displayName": "Disable First Run Movie (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_firstrun_l_disablemovie_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_firstrun_l_disablemovie_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_firstrun_l_disableofficefirstrun", + "displayName": "Disable Office First Run on application boot (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_firstrun_l_disableofficefirstrun_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_firstrun_l_disableofficefirstrun_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_allowroamingquickaccesstoolbarribboncustomizations", + "displayName": "Allow roaming of all user customizations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_allowroamingquickaccesstoolbarribboncustomizations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_allowroamingquickaccesstoolbarribboncustomizations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy", + "displayName": "Turn off user customizations via UI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiaccess", + "displayName": "Disallow in Access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiaccess_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiaccess_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiexcel", + "displayName": "Disallow in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiexcel_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiexcel_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiinfopath", + "displayName": "Disallow in InfoPath (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiinfopath_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiinfopath_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuionenote", + "displayName": "Disallow in OneNote (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuionenote_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuionenote_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuioutlook", + "displayName": "Disallow in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuioutlook_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuioutlook_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuipowerpoint", + "displayName": "Disallow in PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuipowerpoint_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuipowerpoint_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiproject", + "displayName": "Disallow in Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiproject_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiproject_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuipublisher", + "displayName": "Disallow in Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuipublisher_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuipublisher_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuispd", + "displayName": "Disallow in SharePoint Designer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuispd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuispd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuispw", + "displayName": "Disallow in SharePoint Workspace (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuispw_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuispw_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuivisio", + "displayName": "Disallow in Visio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuivisio_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuivisio_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiword", + "displayName": "Disallow in Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiword_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_disabletoolbarcustomizationuipolicy_l_disabletoolbarcustomizationuiword_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_donotshowscreentipsontoolbars", + "displayName": "Do not show ScreenTips on toolbars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_donotshowscreentipsontoolbars_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_donotshowscreentipsontoolbars_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_largeicons", + "displayName": "Large icons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_largeicons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_largeicons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_listfontnamesintheirfont", + "displayName": "List font names in their font (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_listfontnamesintheirfont_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_listfontnamesintheirfont_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations", + "displayName": "Menu animations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations_l_menuanimations209", + "displayName": "Menu animations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations_l_menuanimations209_0", + "displayName": "(System Default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations_l_menuanimations209_1", + "displayName": "Random", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations_l_menuanimations209_2", + "displayName": "Unfold", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations_l_menuanimations209_3", + "displayName": "Slide", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_menuanimations_l_menuanimations209_4", + "displayName": "Fade", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy", + "displayName": "Disable UI extending from documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyaccess", + "displayName": "Disallow in Access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyaccess_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyaccess_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyexcel", + "displayName": "Disallow in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyexcel_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyexcel_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyinfopath", + "displayName": "Disallow in InfoPath (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyinfopath_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyinfopath_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyoutlook", + "displayName": "Disallow in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyoutlook_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyoutlook_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicypowerpoint", + "displayName": "Disallow in PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicypowerpoint_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicypowerpoint_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyproject", + "displayName": "Disallow in Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyproject_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyproject_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicypublisher", + "displayName": "Disallow in Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicypublisher_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicypublisher_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyvisio", + "displayName": "Disallow in Visio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyvisio_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyvisio_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyword", + "displayName": "Disallow in Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyword_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_noextensibilitycustomizationfromdocumentpolicy_l_noextensibilitycustomizationfromdocumentpolicyword_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy", + "displayName": "Turn off all user customizations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyaccess", + "displayName": "Disallow in Access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyaccess_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyaccess_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyexcel", + "displayName": "Disallow in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyexcel_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyexcel_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyinfopath", + "displayName": "Disallow in InfoPath (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyinfopath_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyinfopath_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyonenote", + "displayName": "Disallow in OneNote (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyonenote_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyonenote_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyoutlook", + "displayName": "Disallow in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyoutlook_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyoutlook_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicypowerpoint", + "displayName": "Disallow in PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicypowerpoint_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicypowerpoint_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyproject", + "displayName": "Disallow in Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyproject_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyproject_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicypublisher", + "displayName": "Disallow in Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicypublisher_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicypublisher_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyspd", + "displayName": "Disallow in SharePoint Designer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyspd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyspd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyspw", + "displayName": "Disallow in SharePoint Workspace (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyspw_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyspw_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyvisio", + "displayName": "Disallow in Visio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyvisio_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyvisio_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyword", + "displayName": "Disallow in Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyword_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_nousercustomizationpolicy_l_nousercustomizationpolicyword_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_showshortcutkeysinscreentips", + "displayName": "Show shortcut keys in ScreenTips (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_showshortcutkeysinscreentips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize_l_showshortcutkeysinscreentips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_automaticdiscovery", + "displayName": "Automatic Discovery (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_automaticdiscovery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_automaticdiscovery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_automaticdiscovery_l_automaticdiscovery210", + "displayName": "Automatic Discovery (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_automaticdiscovery_l_automaticdiscovery210_on", + "displayName": "On", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_automaticdiscovery_l_automaticdiscovery210_off", + "displayName": "Off", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_disableuserfromsettingpersonalsiteasdefaultlocation", + "displayName": "Disable user from setting personal site as default location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_disableuserfromsettingpersonalsiteasdefaultlocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace_l_disableuserfromsettingpersonalsiteasdefaultlocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace~l_definesharedworkspaceurls_l_site1", + "displayName": "Site 1: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace~l_definesharedworkspaceurls_l_site1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace~l_definesharedworkspaceurls_l_site1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace~l_definesharedworkspaceurls_l_site1_l_name", + "displayName": "Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_gloabloptions~l_customize~l_sharedworkspace~l_definesharedworkspaceurls_l_site1_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_charttemplatesserverlocation", + "displayName": "Chart Templates Server Location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_charttemplatesserverlocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_charttemplatesserverlocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_charttemplatesserverlocation_l_location", + "displayName": "Location: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_enablemsgraphasdefaultchart", + "displayName": "Enable MS Graph as Default Chart Tool in PowerPoint and Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_enablemsgraphasdefaultchart_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_enablemsgraphasdefaultchart_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_graphgallerypath", + "displayName": "Graph gallery path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_graphgallerypath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_graphgallerypath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_graphsettings_l_graphgallerypath_l_graphgallerypath354", + "displayName": "Graph gallery path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_help_l_federatedsearchforhelp", + "displayName": "Federated search for help (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_help_l_federatedsearchforhelp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_help_l_federatedsearchforhelp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltincolorvariations", + "displayName": "Disable built-in color variations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltincolorvariations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltincolorvariations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltinigxgraphics", + "displayName": "Disable built-in graphics (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltinigxgraphics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltinigxgraphics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltinquickstyles", + "displayName": "Disable Built-in Quick Styles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltinquickstyles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_disablebuiltinquickstyles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel", + "displayName": "Error Severity Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel_l_errorseveritylevel419", + "displayName": "Error Severity Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel_l_errorseveritylevel419_0", + "displayName": "Errors only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel_l_errorseveritylevel419_1", + "displayName": "Level 1 warnings and below", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel_l_errorseveritylevel419_2", + "displayName": "Level 2 warnings and below", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel_l_errorseveritylevel419_3", + "displayName": "Level 3 warnings and below", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_errorseveritylevel_l_errorseveritylevel419_4", + "displayName": "All", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_logfileentriesnumber", + "displayName": "Log File Entries Number (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_logfileentriesnumber_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_logfileentriesnumber_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_logfileentriesnumber_l_empty420", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_logfilemaximumsize", + "displayName": "Log File Maximum Size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_logfilemaximumsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_logfilemaximumsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_igx_l_logfilemaximumsize_l_logfilemaximumsizepart", + "displayName": "Bytes: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setcommentfieldsforoutlookcontactsdictionary", + "displayName": "Set comment fields for Outlook Contacts Dictionary (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setcommentfieldsforoutlookcontactsdictionary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setcommentfieldsforoutlookcontactsdictionary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setcommentfieldsforoutlookcontactsdictionary_l_setcommentfieldsforoutlookcontactsdictionaryid", + "displayName": "Field identification letters: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setcommentfieldsforoutlookglobaladdresslistdictionary", + "displayName": "Set comment fields for Outlook Global Address List Dictionary (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setcommentfieldsforoutlookglobaladdresslistdictionary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setcommentfieldsforoutlookglobaladdresslistdictionary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setcommentfieldsforoutlookglobaladdresslistdictionary_l_setcommentfieldsforoutlookglobaladdresslistdictionaryid", + "displayName": "Field identification letters: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setupdateintervalforoutlookcontactsdictionary", + "displayName": "Set update interval for Outlook Contacts Dictionary (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setupdateintervalforoutlookcontactsdictionary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setupdateintervalforoutlookcontactsdictionary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setupdateintervalforoutlookcontactsdictionary_l_setupdateintervalforoutlookcontactsdictionaryspinid", + "displayName": "(in minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setupdateintervalforoutlookglobaladdresslistdictionary", + "displayName": "Set update interval for Outlook Global Address List Dictionary (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setupdateintervalforoutlookglobaladdresslistdictionary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setupdateintervalforoutlookglobaladdresslistdictionary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_setupdateintervalforoutlookglobaladdresslistdictionary_l_setupdateintervalforoutlookglobaladdresslistdictionaryspinid", + "displayName": "(in minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_turnoffoutlooknamedictionaries", + "displayName": "Turn off Outlook name dictionaries update (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_turnoffoutlooknamedictionaries_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_turnoffoutlooknamedictionaries_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_turnoffsharepointdictionary", + "displayName": "Turn off SharePoint dictionary update (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_turnoffsharepointdictionary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_imejapanese_l_turnoffsharepointdictionary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_improvederrorreporting_l_stopreportingerrormessages", + "displayName": "Stop reporting error messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_improvederrorreporting_l_stopreportingerrormessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_improvederrorreporting_l_stopreportingerrormessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_improvederrorreporting_l_stopreportingnoncriticalerrors", + "displayName": "Stop reporting non-critical errors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_improvederrorreporting_l_stopreportingnoncriticalerrors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_improvederrorreporting_l_stopreportingnoncriticalerrors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings_l_disableproofingtoolsadvertisement", + "displayName": "Notify users if they do not have proofing tools for a language they use (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings_l_disableproofingtoolsadvertisement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings_l_disableproofingtoolsadvertisement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_changeordeletelinktolanguagepackdownloadsite", + "displayName": "Change or delete link to language pack download site (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_changeordeletelinktolanguagepackdownloadsite_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_changeordeletelinktolanguagepackdownloadsite_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_changeordeletelinktolanguagepackdownloadsite_l_changeordeletelinktolanguagepackdownloadsiteid", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_changeordeletelinktoproofingtoolsdownloadsite", + "displayName": "Change or delete link to the proofing tools download site (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_changeordeletelinktoproofingtoolsdownloadsite_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_changeordeletelinktoproofingtoolsdownloadsite_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_changeordeletelinktoproofingtoolsdownloadsite_l_changeordeletelinktoproofingtoolsdownloadsiteid", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin", + "displayName": "Display help in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336", + "displayName": "Display help in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_0", + "displayName": "(same as menus and dialog boxes)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1078", + "displayName": "Afrikaans", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1052", + "displayName": "Albanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1118", + "displayName": "Amharic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1025", + "displayName": "Arabic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1067", + "displayName": "Armenian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1101", + "displayName": "Assamese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1068", + "displayName": "Azerbaijani (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2117", + "displayName": "Bangla (Bangladesh)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1093", + "displayName": "Bangla (India)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1069", + "displayName": "Basque", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1059", + "displayName": "Belarusian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_5146", + "displayName": "Bosnian (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1026", + "displayName": "Bulgarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1027", + "displayName": "Catalan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1170", + "displayName": "Central Kurdish (Iraq)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1116", + "displayName": "Cherokee", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2052", + "displayName": "Chinese (Simplified)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1028", + "displayName": "Chinese (Traditional)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1050", + "displayName": "Croatian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1029", + "displayName": "Czech", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1030", + "displayName": "Danish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1164", + "displayName": "Dari", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1043", + "displayName": "Dutch", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1033", + "displayName": "English", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1061", + "displayName": "Estonian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1124", + "displayName": "Filipino", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1035", + "displayName": "Finnish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1036", + "displayName": "French", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1110", + "displayName": "Galician", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1079", + "displayName": "Georgian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1031", + "displayName": "German", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1032", + "displayName": "Greek", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1095", + "displayName": "Gujarati", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1128", + "displayName": "Hausa (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1037", + "displayName": "Hebrew", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1081", + "displayName": "Hindi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1038", + "displayName": "Hungarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1039", + "displayName": "Icelandic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1136", + "displayName": "Igbo", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1057", + "displayName": "Indonesian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2141", + "displayName": "Inuktitut (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2108", + "displayName": "Irish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1076", + "displayName": "isiXhosa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1077", + "displayName": "isiZulu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1040", + "displayName": "Italian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1041", + "displayName": "Japanese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1099", + "displayName": "Kannada", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1087", + "displayName": "Kazakh", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1107", + "displayName": "Khmer", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1158", + "displayName": "K'iche", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1159", + "displayName": "Kinyarwanda", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1089", + "displayName": "Swahili", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1111", + "displayName": "Konkani", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1042", + "displayName": "Korean", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1088", + "displayName": "Kyrgyz", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1062", + "displayName": "Latvian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1063", + "displayName": "Lithuanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1134", + "displayName": "Luxembourgish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1086", + "displayName": "Malay (Malaysia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1100", + "displayName": "Malayalam", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1082", + "displayName": "Maltese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1153", + "displayName": "Maori", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1102", + "displayName": "Marathi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1104", + "displayName": "Mongolian (Cyrillic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1071", + "displayName": "Macedonian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1121", + "displayName": "Nepali", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1044", + "displayName": "Norwegian (Bokmal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2068", + "displayName": "Norwegian (Nynorsk)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1096", + "displayName": "Odia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1065", + "displayName": "Persian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1045", + "displayName": "Polish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1046", + "displayName": "Portuguese (Brazil)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2070", + "displayName": "Portuguese (Portugal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1094", + "displayName": "Punjabi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2118", + "displayName": "Punjabi (Pakistan)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_3179", + "displayName": "Quechua (Peru)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1048", + "displayName": "Romanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1049", + "displayName": "Russian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1169", + "displayName": "Scottish Gaelic (United Kingdom)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_3098", + "displayName": "Serbian (Cyrillic, Serbia and Montenegro (Former))", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_7194", + "displayName": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2074", + "displayName": "Serbian (Latin, Serbia and Montenegro (Former))", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1132", + "displayName": "Sesotho sa Leboa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1074", + "displayName": "Setswana", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2137", + "displayName": "Sindhi (Arabic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1115", + "displayName": "Sinhala", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1051", + "displayName": "Slovak", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1060", + "displayName": "Slovenian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_3082", + "displayName": "Spanish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1053", + "displayName": "Swedish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1064", + "displayName": "Tajik", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1097", + "displayName": "Tamil", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1092", + "displayName": "Tatar", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1098", + "displayName": "Telugu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1054", + "displayName": "Thai", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1139", + "displayName": "Tigrinya (Ethiopia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1055", + "displayName": "Turkish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1090", + "displayName": "Turkmen", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1058", + "displayName": "Ukrainian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1056", + "displayName": "Urdu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1152", + "displayName": "Uyghur (PRC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1091", + "displayName": "Uzbek (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_2051", + "displayName": "Valencian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1066", + "displayName": "Vietnamese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1106", + "displayName": "Welsh", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1160", + "displayName": "Wolof", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displayhelpin_l_displayhelpin336_1130", + "displayName": "Yoruba", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin", + "displayName": "Display menus and dialog boxes in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334", + "displayName": "Display menus and dialog boxes in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_0", + "displayName": "(same as the system)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1078", + "displayName": "Afrikaans", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1052", + "displayName": "Albanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1118", + "displayName": "Amharic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1025", + "displayName": "Arabic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1067", + "displayName": "Armenian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1101", + "displayName": "Assamese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1068", + "displayName": "Azerbaijani (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2117", + "displayName": "Bangla (Bangladesh)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1093", + "displayName": "Bangla (India)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1069", + "displayName": "Basque", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1059", + "displayName": "Belarusian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_5146", + "displayName": "Bosnian (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1026", + "displayName": "Bulgarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1027", + "displayName": "Catalan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1170", + "displayName": "Central Kurdish (Iraq)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1116", + "displayName": "Cherokee", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2052", + "displayName": "Chinese (Simplified)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1028", + "displayName": "Chinese (Traditional)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1050", + "displayName": "Croatian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1029", + "displayName": "Czech", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1030", + "displayName": "Danish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1164", + "displayName": "Dari", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1043", + "displayName": "Dutch", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1033", + "displayName": "English", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1061", + "displayName": "Estonian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1124", + "displayName": "Filipino", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1035", + "displayName": "Finnish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1036", + "displayName": "French", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1110", + "displayName": "Galician", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1079", + "displayName": "Georgian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1031", + "displayName": "German", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1032", + "displayName": "Greek", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1095", + "displayName": "Gujarati", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1128", + "displayName": "Hausa (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1037", + "displayName": "Hebrew", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1081", + "displayName": "Hindi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1038", + "displayName": "Hungarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1039", + "displayName": "Icelandic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1136", + "displayName": "Igbo", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1057", + "displayName": "Indonesian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2141", + "displayName": "Inuktitut (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2108", + "displayName": "Irish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1076", + "displayName": "isiXhosa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1077", + "displayName": "isiZulu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1040", + "displayName": "Italian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1041", + "displayName": "Japanese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1099", + "displayName": "Kannada", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1087", + "displayName": "Kazakh", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1107", + "displayName": "Khmer", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1158", + "displayName": "K'iche", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1159", + "displayName": "Kinyarwanda", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1088", + "displayName": "Kyrgyz", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1089", + "displayName": "Swahili", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1111", + "displayName": "Konkani", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1042", + "displayName": "Korean", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1062", + "displayName": "Latvian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1063", + "displayName": "Lithuanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1134", + "displayName": "Luxembourgish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1086", + "displayName": "Malay (Malaysia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1100", + "displayName": "Malayalam", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1082", + "displayName": "Maltese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1153", + "displayName": "Maori", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1102", + "displayName": "Marathi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1071", + "displayName": "Macedonian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1104", + "displayName": "Mongolian (Cyrillic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1121", + "displayName": "Nepali", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1044", + "displayName": "Norwegian (Bokmal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2068", + "displayName": "Norwegian (Nynorsk)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1096", + "displayName": "Odia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1065", + "displayName": "Persian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1045", + "displayName": "Polish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1046", + "displayName": "Portuguese (Brazil)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2070", + "displayName": "Portuguese (Portugal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1094", + "displayName": "Punjabi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2118", + "displayName": "Punjabi (Pakistan)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_3179", + "displayName": "Quechua (Peru)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1048", + "displayName": "Romanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1049", + "displayName": "Russian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1169", + "displayName": "Scottish Gaelic (United Kingdom)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_3098", + "displayName": "Serbian (Cyrillic, Serbia and Montenegro (Former))", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_7194", + "displayName": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2074", + "displayName": "Serbian (Latin, Serbia and Montenegro (Former))", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1132", + "displayName": "Sesotho sa Leboa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1074", + "displayName": "Setswana", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2137", + "displayName": "Sindhi (Arabic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1115", + "displayName": "Sinhala", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1051", + "displayName": "Slovak", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1060", + "displayName": "Slovenian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_3082", + "displayName": "Spanish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1053", + "displayName": "Swedish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1064", + "displayName": "Tajik", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1097", + "displayName": "Tamil", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1092", + "displayName": "Tatar", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1098", + "displayName": "Telugu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1054", + "displayName": "Thai", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1139", + "displayName": "Tigrinya (Ethiopia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1055", + "displayName": "Turkish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1090", + "displayName": "Turkmen", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1058", + "displayName": "Ukrainian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1056", + "displayName": "Urdu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1152", + "displayName": "Uyghur (PRC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1091", + "displayName": "Uzbek (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_2051", + "displayName": "Valencian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1066", + "displayName": "Vietnamese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1106", + "displayName": "Welsh", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1160", + "displayName": "Wolof", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_displaylanguage_l_displaymenusanddialogboxesin_l_displaymenusanddialogboxesin334_1130", + "displayName": "Yoruba", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage", + "displayName": "Primary Editing Language (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341", + "displayName": "Primary Editing Language (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1078", + "displayName": "Afrikaans", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1052", + "displayName": "Albanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1156", + "displayName": "Alsatian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1118", + "displayName": "Amharic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_5121", + "displayName": "Arabic (Algeria)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_15361", + "displayName": "Arabic (Bahrain)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3073", + "displayName": "Arabic (Egypt)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2049", + "displayName": "Arabic (Iraq)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_11265", + "displayName": "Arabic (Jordan)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_13313", + "displayName": "Arabic (Kuwait)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_12289", + "displayName": "Arabic (Lebanon)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_4097", + "displayName": "Arabic (Libya)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_6145", + "displayName": "Arabic (Morocco)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_8193", + "displayName": "Arabic (Oman)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_16385", + "displayName": "Arabic (Qatar)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1025", + "displayName": "Arabic (Saudi Arabia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_10241", + "displayName": "Arabic (Syria)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_7169", + "displayName": "Arabic (Tunisia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_14337", + "displayName": "Arabic (U.A.E.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_9217", + "displayName": "Arabic (Yemen)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1067", + "displayName": "Armenian (Armenia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1101", + "displayName": "Assamese (India)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2092", + "displayName": "Azerbaijani (Cyrillic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1068", + "displayName": "Azerbaijani (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2117", + "displayName": "Bangla (Bangladesh)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1093", + "displayName": "Bangla (India)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1133", + "displayName": "Bashkir", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1069", + "displayName": "Basque", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1059", + "displayName": "Belarusian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_8218", + "displayName": "Bosnian (Cyrillic, Bosnia and Herzegovina)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_5146", + "displayName": "Bosnian (Latin, Bosnia and Herzegovina)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1150", + "displayName": "Breton", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1026", + "displayName": "Bulgarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1109", + "displayName": "Burmese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1027", + "displayName": "Catalan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1170", + "displayName": "Central Kurdish (Iraq)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1116", + "displayName": "Cherokee", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2052", + "displayName": "Chinese (PRC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3076", + "displayName": "Chinese (Hong Kong S.A.R.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_5124", + "displayName": "Chinese (Macao S.A.R.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_4100", + "displayName": "Chinese (Singapore)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1028", + "displayName": "Chinese (Taiwan)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1155", + "displayName": "Corsican", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_4122", + "displayName": "Croatian (Bosnia and Herzegovina)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1050", + "displayName": "Croatian (Croatia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1029", + "displayName": "Czech", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1030", + "displayName": "Danish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1164", + "displayName": "Dari", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1125", + "displayName": "Divehi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2067", + "displayName": "Dutch (Belgium)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1043", + "displayName": "Dutch (Netherlands)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1126", + "displayName": "Edo", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3081", + "displayName": "English (Australia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_10249", + "displayName": "English (Belize)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_4105", + "displayName": "English (Canada)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_9225", + "displayName": "English (Caribbean)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_15369", + "displayName": "English (Hong Kong S.A.R.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_16393", + "displayName": "English (India)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_14345", + "displayName": "English (Indonesia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_6153", + "displayName": "English (Ireland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_8201", + "displayName": "English (Jamaica)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_17417", + "displayName": "English (Malaysia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_5129", + "displayName": "English (New Zealand)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_13321", + "displayName": "English (Philippines)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_18441", + "displayName": "English (Singapore)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_7177", + "displayName": "English (South Africa)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_11273", + "displayName": "English (Trinidad and Tobago)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2057", + "displayName": "English (U.K.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1033", + "displayName": "English (U.S.)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_12297", + "displayName": "English (Zimbabwe)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1061", + "displayName": "Estonian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1080", + "displayName": "Faeroese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1124", + "displayName": "Filipino", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1035", + "displayName": "Finnish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2060", + "displayName": "French (Belgium)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_11276", + "displayName": "French (Cameroon)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3084", + "displayName": "French (Canada)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_7180", + "displayName": "French (Caribbean)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_9228", + "displayName": "French (Congo (DRC))", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_12300", + "displayName": "French (Côte d'Ivoire)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1036", + "displayName": "French (France)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_15372", + "displayName": "French (Haiti)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_5132", + "displayName": "French (Luxembourg)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_13324", + "displayName": "French (Mali)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_6156", + "displayName": "French (Monaco)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_14348", + "displayName": "French (Morocco)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_8204", + "displayName": "French (Reunion)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_10252", + "displayName": "French (Senegal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_4108", + "displayName": "French (Switzerland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1122", + "displayName": "Frisian (Netherlands)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1127", + "displayName": "Fulfulde", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1169", + "displayName": "Scottish Gaelic (United Kingdom)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1110", + "displayName": "Galician", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1079", + "displayName": "Georgian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3079", + "displayName": "German (Austria)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1031", + "displayName": "German (Germany)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_5127", + "displayName": "German (Liechtenstein)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_4103", + "displayName": "German (Luxembourg)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2055", + "displayName": "German (Switzerland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1032", + "displayName": "Greek", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1135", + "displayName": "Greenlandic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1140", + "displayName": "Guarani", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1095", + "displayName": "Gujarati", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1128", + "displayName": "Hausa (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1141", + "displayName": "Hawaiian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1037", + "displayName": "Hebrew (Israel)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1081", + "displayName": "Hindi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1038", + "displayName": "Hungarian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1129", + "displayName": "Ibibio", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1039", + "displayName": "Icelandic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1136", + "displayName": "Igbo", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1057", + "displayName": "Indonesian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2141", + "displayName": "Inuktitut (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1117", + "displayName": "Inuktitut (Syllabics)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2108", + "displayName": "Irish (Ireland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1077", + "displayName": "isiZulu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1076", + "displayName": "isiXhosa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1040", + "displayName": "Italian (Italy)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2064", + "displayName": "Italian (Switzerland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1041", + "displayName": "Japanese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1099", + "displayName": "Kannada", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1137", + "displayName": "Kanuri", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1120", + "displayName": "Kashmiri (Arabic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2144", + "displayName": "Kashmiri (Devanagari)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1087", + "displayName": "Kazakh", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1107", + "displayName": "Khmer", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1158", + "displayName": "K'iche", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1159", + "displayName": "Kinyarwanda", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1111", + "displayName": "Konkani", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1042", + "displayName": "Korean", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1088", + "displayName": "Kyrgyz", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1108", + "displayName": "Lao", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1142", + "displayName": "Latin", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1062", + "displayName": "Latvian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1063", + "displayName": "Lithuanian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1134", + "displayName": "Luxembourgish (Luxembourg)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1071", + "displayName": "Macedonian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2110", + "displayName": "Malay (Brunei)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1086", + "displayName": "Malay (Malaysia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1100", + "displayName": "Malayalam", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1082", + "displayName": "Maltese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1112", + "displayName": "Manipuri", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1153", + "displayName": "Maori", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1146", + "displayName": "Mapudungun", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1102", + "displayName": "Marathi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1148", + "displayName": "Mohawk", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1104", + "displayName": "Mongolian (Cyrillic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2128", + "displayName": "Mongolian (Traditional Mongolian)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2145", + "displayName": "Nepali (India)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1121", + "displayName": "Nepali (Nepal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1044", + "displayName": "Norwegian (Bokmål)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2068", + "displayName": "Norwegian (Nynorsk)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1154", + "displayName": "Occitan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1138", + "displayName": "Oromo", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1096", + "displayName": "Odia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1145", + "displayName": "Papiamentu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1123", + "displayName": "Pashto", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1065", + "displayName": "Persian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1045", + "displayName": "Polish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1046", + "displayName": "Portuguese (Brazil)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2070", + "displayName": "Portuguese (Portugal)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1094", + "displayName": "Punjabi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2118", + "displayName": "Punjabi (Pakistan)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1131", + "displayName": "Quechua (Bolivia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2155", + "displayName": "Quechua (Ecuador)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3179", + "displayName": "Quechua (Peru)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1047", + "displayName": "Romansh (Switzerland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2072", + "displayName": "Romanian (Moldova)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1048", + "displayName": "Romanian (Romania)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2073", + "displayName": "Russian (Moldova)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1049", + "displayName": "Russian (Russia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_9275", + "displayName": "Sami, Inari (Finland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_4155", + "displayName": "Sami, Lule (Norway)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_5179", + "displayName": "Sami, Lule (Sweden)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3131", + "displayName": "Sami, Northern (Finland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1083", + "displayName": "Sami, Northern (Norway)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2107", + "displayName": "Sami, Northern (Sweden)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_8251", + "displayName": "Sami, Skolt (Finland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_6203", + "displayName": "Sami, Southern (Norway)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_7227", + "displayName": "Sami, Southern (Sweden)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1103", + "displayName": "Sanskrit", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_7194", + "displayName": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_6170", + "displayName": "Serbian (Latin, Bosnia and Herzegovina)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3098", + "displayName": "Serbian (Cyrillic, Serbia and Montenegro (Former))", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_10266", + "displayName": "Serbian (Cyrillic, Serbia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_12314", + "displayName": "Serbian (Cyrillic, Montenegro)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2074", + "displayName": "Serbian (Latin, Serbia and Montenegro (Former))", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_11290", + "displayName": "Serbian (Latin, Montenegro)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_9242", + "displayName": "Serbian (Latin, Serbia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1072", + "displayName": "Sesotho", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1132", + "displayName": "Sesotho sa Leboa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1074", + "displayName": "Setswana", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1113", + "displayName": "Sindhi (Devanagari)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2137", + "displayName": "Sindhi (Arabic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1115", + "displayName": "Sinhala", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1051", + "displayName": "Slovak", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1060", + "displayName": "Slovenian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1143", + "displayName": "Somali", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2094", + "displayName": "Lower Sorbian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1070", + "displayName": "Upper Sorbian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_11274", + "displayName": "Spanish (Argentina)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_16394", + "displayName": "Spanish (Bolivia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_13322", + "displayName": "Spanish (Chile)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_9226", + "displayName": "Spanish (Colombia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_5130", + "displayName": "Spanish (Costa Rica)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_7178", + "displayName": "Spanish (Dominican Republic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_12298", + "displayName": "Spanish (Ecuador)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_17418", + "displayName": "Spanish (El Salvador)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_4106", + "displayName": "Spanish (Guatemala)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_18442", + "displayName": "Spanish (Honduras)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2058", + "displayName": "Spanish (Mexico)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_19466", + "displayName": "Spanish (Nicaragua)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_6154", + "displayName": "Spanish (Panama)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_15370", + "displayName": "Spanish (Paraguay)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_10250", + "displayName": "Spanish (Peru)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_20490", + "displayName": "Spanish (Puerto Rico)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_3082", + "displayName": "Spanish (Spain)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_21514", + "displayName": "Spanish (United States)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_14346", + "displayName": "Spanish (Uruguay)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_8202", + "displayName": "Spanish (Venezuela)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1089", + "displayName": "Swahili", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2077", + "displayName": "Swedish (Finland)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1053", + "displayName": "Swedish (Sweden)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1114", + "displayName": "Syriac", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2143", + "displayName": "Tamazight (Latin, Algeria)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1119", + "displayName": "Tamazight (Arabic, Morocco)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1097", + "displayName": "Tamil", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1092", + "displayName": "Tatar", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1098", + "displayName": "Telugu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1064", + "displayName": "Tajik", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1054", + "displayName": "Thai", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1105", + "displayName": "Tibetan (PRC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2163", + "displayName": "Tigrinya (Eritrea)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1139", + "displayName": "Tigrinya (Ethiopia)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1055", + "displayName": "Turkish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1090", + "displayName": "Turkmen", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1152", + "displayName": "Uyghur (PRC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1058", + "displayName": "Ukrainian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1056", + "displayName": "Urdu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2115", + "displayName": "Uzbek (Cyrillic)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1091", + "displayName": "Uzbek (Latin)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_2051", + "displayName": "Valencian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1075", + "displayName": "Venda", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1066", + "displayName": "Vietnamese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1106", + "displayName": "Welsh", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1160", + "displayName": "Wolof", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1073", + "displayName": "Xitsonga", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1157", + "displayName": "Sakha", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1144", + "displayName": "Yi (PRC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1085", + "displayName": "Yiddish", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages_l_primaryeditinglanguage_l_primaryeditinglanguage341_1130", + "displayName": "Yoruba", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_afrikaans", + "displayName": "Afrikaans (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_afrikaans_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_afrikaans_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_albanian", + "displayName": "Albanian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_albanian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_albanian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_alsatian", + "displayName": "Alsatian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_alsatian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_alsatian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_amharic", + "displayName": "Amharic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_amharic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_amharic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicalgeria", + "displayName": "Arabic (Algeria) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicalgeria_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicalgeria_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicbahrain", + "displayName": "Arabic (Bahrain) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicbahrain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicbahrain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicegypt", + "displayName": "Arabic (Egypt) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicegypt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicegypt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiciraq", + "displayName": "Arabic (Iraq) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiciraq_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiciraq_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicjordan", + "displayName": "Arabic (Jordan) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicjordan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicjordan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabickuwait", + "displayName": "Arabic (Kuwait) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabickuwait_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabickuwait_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiclebanon", + "displayName": "Arabic (Lebanon) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiclebanon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiclebanon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiclibya", + "displayName": "Arabic (Libya) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiclibya_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabiclibya_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicmorocco", + "displayName": "Arabic (Morocco) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicmorocco_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicmorocco_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicoman", + "displayName": "Arabic (Oman) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicoman_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicoman_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicqatar", + "displayName": "Arabic (Qatar) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicqatar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicqatar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicsaudiarabia", + "displayName": "Arabic (Saudi Arabia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicsaudiarabia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicsaudiarabia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicsyria", + "displayName": "Arabic (Syria) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicsyria_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicsyria_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabictunisia", + "displayName": "Arabic (Tunisia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabictunisia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabictunisia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicuae", + "displayName": "Arabic (U.A.E.) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicuae_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicuae_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicyemen", + "displayName": "Arabic (Yemen) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicyemen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_arabicyemen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_armenianarmenia", + "displayName": "Armenian (Armenia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_armenianarmenia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_armenianarmenia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_assameseindia", + "displayName": "Assamese (India) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_assameseindia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_assameseindia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_azerbaijanicyrillic", + "displayName": "Azerbaijani (Cyrillic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_azerbaijanicyrillic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_azerbaijanicyrillic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_azerbaijanilatin", + "displayName": "Azerbaijani (Latin) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_azerbaijanilatin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_azerbaijanilatin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_banglabangladesh", + "displayName": "Bangla (Bangladesh) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_banglabangladesh_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_banglabangladesh_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_banglaindia", + "displayName": "Bangla (India) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_banglaindia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_banglaindia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bashkir", + "displayName": "Bashkir (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bashkir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bashkir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_basque", + "displayName": "Basque (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_basque_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_basque_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_belarusian", + "displayName": "Belarusian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_belarusian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_belarusian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bosniancyrillicbosniaandherzegovina", + "displayName": "Bosnian (Cyrillic, Bosnia and Herzegovina) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bosniancyrillicbosniaandherzegovina_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bosniancyrillicbosniaandherzegovina_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bosnianlatinbosniaandherzegovina", + "displayName": "Bosnian (Latin, Bosnia and Herzegovina) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bosnianlatinbosniaandherzegovina_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bosnianlatinbosniaandherzegovina_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_breton", + "displayName": "Breton (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_breton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_breton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bulgarian", + "displayName": "Bulgarian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bulgarian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_bulgarian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_burmese", + "displayName": "Burmese (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_burmese_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_burmese_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_catalan", + "displayName": "Catalan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_catalan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_catalan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_centralkurdishiraq", + "displayName": "Central Kurdish (Iraq) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_centralkurdishiraq_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_centralkurdishiraq_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_cherokee", + "displayName": "Cherokee (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_cherokee_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_cherokee_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesehongkongsar", + "displayName": "Chinese (Hong Kong S.A.R.) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesehongkongsar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesehongkongsar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesemacaosar", + "displayName": "Chinese (Macao S.A.R.) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesemacaosar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesemacaosar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chineseprc", + "displayName": "Chinese (PRC) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chineseprc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chineseprc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesesingapore", + "displayName": "Chinese (Singapore) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesesingapore_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesesingapore_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesetaiwan", + "displayName": "Chinese (Taiwan) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesetaiwan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_chinesetaiwan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_corsican", + "displayName": "Corsican (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_corsican_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_corsican_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_croatianbosniaandherzegovina", + "displayName": "Croatian (Bosnia and Herzegovina) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_croatianbosniaandherzegovina_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_croatianbosniaandherzegovina_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_croatiancroatia", + "displayName": "Croatian (Croatia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_croatiancroatia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_croatiancroatia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_czech", + "displayName": "Czech (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_czech_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_czech_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_danish", + "displayName": "Danish (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_danish_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_danish_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dari", + "displayName": "Dari (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dari_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dari_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_divehi", + "displayName": "Divehi (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_divehi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_divehi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dutchbelgium", + "displayName": "Dutch (Belgium) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dutchbelgium_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dutchbelgium_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dutchnetherlands", + "displayName": "Dutch (Netherlands) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dutchnetherlands_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_dutchnetherlands_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_edo", + "displayName": "Edo (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_edo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_edo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishaustralia", + "displayName": "English (Australia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishaustralia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishaustralia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishbelize", + "displayName": "English (Belize) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishbelize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishbelize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishcanada", + "displayName": "English (Canada) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishcanada_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishcanada_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishcaribbean", + "displayName": "English (Caribbean) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishcaribbean_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishcaribbean_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishhongkongsar", + "displayName": "English (Hong Kong S.A.R.) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishhongkongsar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishhongkongsar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishindia", + "displayName": "English (India) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishindia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishindia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishindonesia", + "displayName": "English (Indonesia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishindonesia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishindonesia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishireland", + "displayName": "English (Ireland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishireland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishireland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishjamaica", + "displayName": "English (Jamaica) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishjamaica_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishjamaica_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishmalaysia", + "displayName": "English (Malaysia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishmalaysia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishmalaysia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishnewzealand", + "displayName": "English (New Zealand) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishnewzealand_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishnewzealand_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishphilippines", + "displayName": "English (Philippines) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishphilippines_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishphilippines_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishsingapore", + "displayName": "English (Singapore) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishsingapore_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishsingapore_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishsouthafrica", + "displayName": "English (South Africa) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishsouthafrica_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishsouthafrica_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishtrinidadandtobago", + "displayName": "English (Trinidad and Tobago) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishtrinidadandtobago_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishtrinidadandtobago_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishuk", + "displayName": "English (U.K.) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishuk_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishuk_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishus", + "displayName": "English (U.S.) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishus_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishus_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishzimbabwe", + "displayName": "English (Zimbabwe) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishzimbabwe_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_englishzimbabwe_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_estonian", + "displayName": "Estonian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_estonian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_estonian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_faeroese", + "displayName": "Faeroese (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_faeroese_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_faeroese_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_filipino", + "displayName": "Filipino (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_filipino_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_filipino_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_finnish", + "displayName": "Finnish (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_finnish_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_finnish_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchbelgium", + "displayName": "French (Belgium) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchbelgium_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchbelgium_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcameroon", + "displayName": "French (Cameroon) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcameroon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcameroon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcanada", + "displayName": "French (Canada) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcanada_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcanada_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcaribbean", + "displayName": "French (Caribbean) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcaribbean_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcaribbean_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcongodrc", + "displayName": "French (Congo (DRC)) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcongodrc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcongodrc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcotedivoire", + "displayName": "French (Côte d'Ivoire) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcotedivoire_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchcotedivoire_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchfrance", + "displayName": "French (France) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchfrance_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchfrance_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchhaiti", + "displayName": "French (Haiti) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchhaiti_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchhaiti_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchluxembourg", + "displayName": "French (Luxembourg) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchluxembourg_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchluxembourg_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmali", + "displayName": "French (Mali) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmali_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmali_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmonaco", + "displayName": "French (Monaco) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmonaco_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmonaco_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmorocco", + "displayName": "French (Morocco) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmorocco_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchmorocco_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchreunion", + "displayName": "French (Reunion) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchreunion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchreunion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchsenegal", + "displayName": "French (Senegal) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchsenegal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchsenegal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchswitzerland", + "displayName": "French (Switzerland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchswitzerland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frenchswitzerland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frisiannetherlands", + "displayName": "Frisian (Netherlands) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frisiannetherlands_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_frisiannetherlands_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_fulfulde", + "displayName": "Fulfulde (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_fulfulde_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_fulfulde_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_galician", + "displayName": "Galician (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_galician_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_galician_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_georgian", + "displayName": "Georgian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_georgian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_georgian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanaustria", + "displayName": "German (Austria) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanaustria_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanaustria_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germangermany", + "displayName": "German (Germany) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germangermany_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germangermany_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanliechtenstein", + "displayName": "German (Liechtenstein) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanliechtenstein_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanliechtenstein_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanluxembourg", + "displayName": "German (Luxembourg) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanluxembourg_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanluxembourg_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanswitzerland", + "displayName": "German (Switzerland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanswitzerland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_germanswitzerland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_greek", + "displayName": "Greek (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_greek_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_greek_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_greenlandic", + "displayName": "Greenlandic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_greenlandic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_greenlandic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_guarani", + "displayName": "Guarani (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_guarani_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_guarani_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_gujarati", + "displayName": "Gujarati (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_gujarati_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_gujarati_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hausa", + "displayName": "Hausa (Latin) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hausa_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hausa_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hawaiian", + "displayName": "Hawaiian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hawaiian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hawaiian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hebrewisrael", + "displayName": "Hebrew (Israel) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hebrewisrael_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hebrewisrael_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hindi", + "displayName": "Hindi (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hindi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hindi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hungarian", + "displayName": "Hungarian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hungarian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_hungarian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_ibibio", + "displayName": "Ibibio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_ibibio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_ibibio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_icelandic", + "displayName": "Icelandic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_icelandic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_icelandic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_igbo", + "displayName": "Igbo (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_igbo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_igbo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_indonesian", + "displayName": "Indonesian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_indonesian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_indonesian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_inuktitutlatin", + "displayName": "Inuktitut (Latin) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_inuktitutlatin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_inuktitutlatin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_inuktitutsyllabics", + "displayName": "Inuktitut (Syllabics) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_inuktitutsyllabics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_inuktitutsyllabics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_irishireland", + "displayName": "Irish (Ireland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_irishireland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_irishireland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_isixhosa", + "displayName": "isiXhosa (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_isixhosa_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_isixhosa_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_isizulu", + "displayName": "isiZulu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_isizulu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_isizulu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_italianitaly", + "displayName": "Italian (Italy) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_italianitaly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_italianitaly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_italianswitzerland", + "displayName": "Italian (Switzerland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_italianswitzerland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_italianswitzerland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_japanese", + "displayName": "Japanese (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_japanese_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_japanese_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kannada", + "displayName": "Kannada (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kannada_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kannada_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kanuri", + "displayName": "Kanuri (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kanuri_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kanuri_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kashmiriarabic", + "displayName": "Kashmiri (Arabic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kashmiriarabic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kashmiriarabic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kashmiridevanagari", + "displayName": "Kashmiri (Devanagari) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kashmiridevanagari_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kashmiridevanagari_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kazakh", + "displayName": "Kazakh (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kazakh_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kazakh_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_khmer", + "displayName": "Khmer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_khmer_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_khmer_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kiche", + "displayName": "K'iche (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kiche_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kiche_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kinyarwanda", + "displayName": "Kinyarwanda (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kinyarwanda_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kinyarwanda_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_konkani", + "displayName": "Konkani (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_konkani_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_konkani_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_korean", + "displayName": "Korean (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_korean_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_korean_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kyrgyz", + "displayName": "Kyrgyz (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kyrgyz_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_kyrgyz_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lao", + "displayName": "Lao (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lao_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lao_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_latin", + "displayName": "Latin (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_latin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_latin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_latvian", + "displayName": "Latvian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_latvian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_latvian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lithuanian", + "displayName": "Lithuanian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lithuanian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lithuanian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lowersorbian", + "displayName": "Lower Sorbian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lowersorbian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_lowersorbian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_luxembourgishluxembourg", + "displayName": "Luxembourgish (Luxembourg) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_luxembourgishluxembourg_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_luxembourgishluxembourg_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_macedonian", + "displayName": "Macedonian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_macedonian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_macedonian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malayalam", + "displayName": "Malayalam (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malayalam_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malayalam_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malaybrunei", + "displayName": "Malay (Brunei) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malaybrunei_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malaybrunei_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malaymalaysia", + "displayName": "Malay (Malaysia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malaymalaysia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_malaymalaysia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_maltese", + "displayName": "Maltese (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_maltese_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_maltese_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_manipuri", + "displayName": "Manipuri (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_manipuri_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_manipuri_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_maori", + "displayName": "Maori (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_maori_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_maori_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mapudungun", + "displayName": "Mapudungun (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mapudungun_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mapudungun_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_marathi", + "displayName": "Marathi (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_marathi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_marathi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mohawk", + "displayName": "Mohawk (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mohawk_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mohawk_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mongoliancyrillic", + "displayName": "Mongolian (Cyrillic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mongoliancyrillic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mongoliancyrillic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mongoliantraditionalmongolian", + "displayName": "Mongolian (Traditional Mongolian) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mongoliantraditionalmongolian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_mongoliantraditionalmongolian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_nepaliindia", + "displayName": "Nepali (India) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_nepaliindia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_nepaliindia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_nepalinepal", + "displayName": "Nepali (Nepal) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_nepalinepal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_nepalinepal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_norwegianbokml", + "displayName": "Norwegian (Bokmål) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_norwegianbokml_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_norwegianbokml_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_norwegiannynorsk", + "displayName": "Norwegian (Nynorsk) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_norwegiannynorsk_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_norwegiannynorsk_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_occitan", + "displayName": "Occitan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_occitan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_occitan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_odia", + "displayName": "Odia (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_odia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_odia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_oromo", + "displayName": "Oromo (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_oromo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_oromo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_papiamentu", + "displayName": "Papiamentu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_papiamentu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_papiamentu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_pashto", + "displayName": "Pashto (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_pashto_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_pashto_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_persian", + "displayName": "Persian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_persian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_persian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_polish", + "displayName": "Polish (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_polish_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_polish_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_portuguesebrazil", + "displayName": "Portuguese (Brazil) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_portuguesebrazil_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_portuguesebrazil_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_portugueseportugal", + "displayName": "Portuguese (Portugal) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_portugueseportugal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_portugueseportugal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_punjabi", + "displayName": "Punjabi (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_punjabi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_punjabi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_punjabipakistan", + "displayName": "Punjabi (Pakistan) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_punjabipakistan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_punjabipakistan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuabolivia", + "displayName": "Quechua (Bolivia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuabolivia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuabolivia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuaecuador", + "displayName": "Quechua (Ecuador) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuaecuador_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuaecuador_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuaperu", + "displayName": "Quechua (Peru) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuaperu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_quechuaperu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanianmoldova", + "displayName": "Romanian (Moldova) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanianmoldova_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanianmoldova_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanianromania", + "displayName": "Romanian (Romania) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanianromania_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanianromania_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanshswitzerland", + "displayName": "Romansh (Switzerland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanshswitzerland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_romanshswitzerland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_russianmoldova", + "displayName": "Russian (Moldova) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_russianmoldova_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_russianmoldova_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_russianrussia", + "displayName": "Russian (Russia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_russianrussia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_russianrussia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sakha", + "displayName": "Sakha (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sakha_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sakha_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samiinarifinland", + "displayName": "Sami, Inari (Finland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samiinarifinland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samiinarifinland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samilulenorway", + "displayName": "Sami, Lule (Norway) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samilulenorway_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samilulenorway_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samilulesweden", + "displayName": "Sami, Lule (Sweden) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samilulesweden_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samilulesweden_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernfinland", + "displayName": "Sami, Northern (Finland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernfinland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernfinland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernnorway", + "displayName": "Sami, Northern (Norway) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernnorway_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernnorway_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernsweden", + "displayName": "Sami, Northern (Sweden) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernsweden_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_saminorthernsweden_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samiskoltfinland", + "displayName": "Sami, Skolt (Finland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samiskoltfinland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samiskoltfinland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samisouthernnorway", + "displayName": "Sami, Southern (Norway) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samisouthernnorway_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samisouthernnorway_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samisouthernsweden", + "displayName": "Sami, Southern (Sweden) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samisouthernsweden_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_samisouthernsweden_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sanskrit", + "displayName": "Sanskrit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sanskrit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sanskrit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_scottishgaelicunitedkingdom", + "displayName": "Scottish Gaelic (United Kingdom) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_scottishgaelicunitedkingdom_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_scottishgaelicunitedkingdom_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicbosniaandherzegovina", + "displayName": "Serbian (Cyrillic, Bosnia and Herzegovina) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicbosniaandherzegovina_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicbosniaandherzegovina_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicmontenegro", + "displayName": "Serbian (Cyrillic, Montenegro) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicmontenegro_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicmontenegro_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicserbia", + "displayName": "Serbian (Cyrillic, Serbia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicserbia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicserbia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicserbiaandmontenegro", + "displayName": "Serbian (Cyrillic, Serbia and Montenegro (Former)) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicserbiaandmontenegro_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbiancyrillicserbiaandmontenegro_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinbosniaandherzegovina", + "displayName": "Serbian (Latin, Bosnia and Herzegovina) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinbosniaandherzegovina_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinbosniaandherzegovina_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinmontenegro", + "displayName": "Serbian (Latin, Montenegro) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinmontenegro_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinmontenegro_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinserbia", + "displayName": "Serbian (Latin, Serbia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinserbia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinserbia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinserbiaandmontenegro", + "displayName": "Serbian (Latin, Serbia and Montenegro (Former)) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinserbiaandmontenegro_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_serbianlatinserbiaandmontenegro_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sesotho", + "displayName": "Sesotho (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sesotho_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sesotho_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sesothosaleboa", + "displayName": "Sesotho sa Leboa (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sesothosaleboa_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sesothosaleboa_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_setswana", + "displayName": "Setswana (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_setswana_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_setswana_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sindhiarabic", + "displayName": "Sindhi (Arabic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sindhiarabic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sindhiarabic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sindhidevanagari", + "displayName": "Sindhi (Devanagari) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sindhidevanagari_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sindhidevanagari_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sinhala", + "displayName": "Sinhala (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sinhala_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_sinhala_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_slovak", + "displayName": "Slovak (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_slovak_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_slovak_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_slovenian", + "displayName": "Slovenian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_slovenian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_slovenian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_somali", + "displayName": "Somali (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_somali_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_somali_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishargentina", + "displayName": "Spanish (Argentina) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishargentina_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishargentina_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishbolivia", + "displayName": "Spanish (Bolivia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishbolivia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishbolivia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishchile", + "displayName": "Spanish (Chile) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishchile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishchile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishcolombia", + "displayName": "Spanish (Colombia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishcolombia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishcolombia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishcostarica", + "displayName": "Spanish (Costa Rica) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishcostarica_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishcostarica_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishdominicanrepublic", + "displayName": "Spanish (Dominican Republic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishdominicanrepublic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishdominicanrepublic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishecuador", + "displayName": "Spanish (Ecuador) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishecuador_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishecuador_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishelsalvador", + "displayName": "Spanish (El Salvador) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishelsalvador_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishelsalvador_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishguatemala", + "displayName": "Spanish (Guatemala) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishguatemala_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishguatemala_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishhonduras", + "displayName": "Spanish (Honduras) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishhonduras_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishhonduras_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishmexico", + "displayName": "Spanish (Mexico) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishmexico_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishmexico_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishnicaragua", + "displayName": "Spanish (Nicaragua) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishnicaragua_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishnicaragua_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishpanama", + "displayName": "Spanish (Panama) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishpanama_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishpanama_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishparaguay", + "displayName": "Spanish (Paraguay) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishparaguay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishparaguay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishperu", + "displayName": "Spanish (Peru) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishperu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishperu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishpuertorico", + "displayName": "Spanish (Puerto Rico) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishpuertorico_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishpuertorico_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishspain", + "displayName": "Spanish (Spain) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishspain_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishspain_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishunitedstates", + "displayName": "Spanish (United States) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishunitedstates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishunitedstates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishuruguay", + "displayName": "Spanish (Uruguay) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishuruguay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishuruguay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishvenezuela", + "displayName": "Spanish (Venezuela) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishvenezuela_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_spanishvenezuela_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swahili", + "displayName": "Swahili (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swahili_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swahili_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swedishfinland", + "displayName": "Swedish (Finland) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swedishfinland_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swedishfinland_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swedishsweden", + "displayName": "Swedish (Sweden) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swedishsweden_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_swedishsweden_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_syriac", + "displayName": "Syriac (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_syriac_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_syriac_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tajik", + "displayName": "Tajik (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tajik_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tajik_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamazightarabicmorocco", + "displayName": "Tamazight (Arabic, Morocco) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamazightarabicmorocco_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamazightarabicmorocco_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamazightlatinalgeria", + "displayName": "Tamazight (Latin, Algeria) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamazightlatinalgeria_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamazightlatinalgeria_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamil", + "displayName": "Tamil (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamil_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tamil_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tatar", + "displayName": "Tatar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tatar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tatar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_telugu", + "displayName": "Telugu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_telugu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_telugu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_thai", + "displayName": "Thai (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_thai_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_thai_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tibetanprc", + "displayName": "Tibetan (PRC) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tibetanprc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tibetanprc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tigrinyaeritrea", + "displayName": "Tigrinya (Eritrea) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tigrinyaeritrea_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tigrinyaeritrea_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tigrinyaethiopia", + "displayName": "Tigrinya (Ethiopia) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tigrinyaethiopia_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_tigrinyaethiopia_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_turkish", + "displayName": "Turkish (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_turkish_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_turkish_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_turkmen", + "displayName": "Turkmen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_turkmen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_turkmen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_ukrainian", + "displayName": "Ukrainian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_ukrainian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_ukrainian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uppersorbian", + "displayName": "Upper Sorbian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uppersorbian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uppersorbian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_urdu", + "displayName": "Urdu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_urdu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_urdu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uyghurprc", + "displayName": "Uyghur (PRC) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uyghurprc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uyghurprc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uzbekcyrillic", + "displayName": "Uzbek (Cyrillic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uzbekcyrillic_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uzbekcyrillic_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uzbeklatin", + "displayName": "Uzbek (Latin) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uzbeklatin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_uzbeklatin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_valencian", + "displayName": "Valencian (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_valencian_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_valencian_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_venda", + "displayName": "Venda (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_venda_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_venda_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_vietnamese", + "displayName": "Vietnamese (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_vietnamese_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_vietnamese_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_welsh", + "displayName": "Welsh (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_welsh_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_welsh_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_wolof", + "displayName": "Wolof (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_wolof_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_wolof_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_xitsonga", + "displayName": "Xitsonga (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_xitsonga_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_xitsonga_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yiddish", + "displayName": "Yiddish (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yiddish_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yiddish_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yiprc", + "displayName": "Yi (PRC) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yiprc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yiprc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yoruba", + "displayName": "Yoruba (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yoruba_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_editinglanguages~l_enablededitinglanguages_l_yoruba_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_other_l_disablecomingsoon", + "displayName": "Turn off Coming Soon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_other_l_disablecomingsoon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_languagesettings~l_other_l_disablecomingsoon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_activedirectorytimeoutforqueryingoneentryforgroupexpansion", + "displayName": "Active Directory timeout for querying one entry for group expansion (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_activedirectorytimeoutforqueryingoneentryforgroupexpansion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_activedirectorytimeoutforqueryingoneentryforgroupexpansion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_activedirectorytimeoutforqueryingoneentryforgroupexpansion_l_entertimeoutinseconds", + "displayName": "Enter timeout in seconds: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_additionalpermissionsrequesturl", + "displayName": "Additional permissions request URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_additionalpermissionsrequesturl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_additionalpermissionsrequesturl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_additionalpermissionsrequesturl_l_checktospecifyacustomurloremailaddress", + "displayName": "Check to specify a custom URL or e-mail address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_additionalpermissionsrequesturl_l_checktospecifyacustomurloremailaddress_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_additionalpermissionsrequesturl_l_checktospecifyacustomurloremailaddress_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_additionalpermissionsrequesturl_l_specifyurlemailaddress", + "displayName": "Specify URL/Email address: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_allowuserswithearlierversionsofofficetoreadwithbrowsers", + "displayName": "Allow users with earlier versions of Office to read with browsers... (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_allowuserswithearlierversionsofofficetoreadwithbrowsers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_allowuserswithearlierversionsofofficetoreadwithbrowsers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_alwaysexpandgroupsinofficewhenrestrictingpermissionfordocume", + "displayName": "Always expand groups in Office when restricting permission for documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_alwaysexpandgroupsinofficewhenrestrictingpermissionfordocume_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_alwaysexpandgroupsinofficewhenrestrictingpermissionfordocume_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_alwaysrequireuserstoconnecttoverifypermission", + "displayName": "Always require users to connect to verify permission (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_alwaysrequireuserstoconnecttoverifypermission_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_alwaysrequireuserstoconnecttoverifypermission_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_disableinformationrightsmanagementuserinterface", + "displayName": "Turn off Information Rights Management user interface (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_disableinformationrightsmanagementuserinterface_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_disableinformationrightsmanagementuserinterface_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_neverallowuserstospecifygroupswhenrestrictingpermissionfordo", + "displayName": "Never allow users to specify groups when restricting permission for documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_neverallowuserstospecifygroupswhenrestrictingpermissionfordo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_neverallowuserstospecifygroupswhenrestrictingpermissionfordo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_preventusersfromchangingpermissions", + "displayName": "Prevent users from changing permissions on rights managed content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_preventusersfromchangingpermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_preventusersfromchangingpermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_specifydefaultpermissionserver", + "displayName": "Specify Permission Policy Default Server for Quick Access Toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_specifydefaultpermissionserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_specifydefaultpermissionserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_specifydefaultpermissionserver_l_empty407", + "displayName": "\r\nEnter Permission Policy Default Server for Quick Access Toolbar\r\n", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_urlforlocationofdocumenttemplatespolicy", + "displayName": "URL for location of document templates displayed when applications do not recognize rights-managed documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_urlforlocationofdocumenttemplatespolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_urlforlocationofdocumenttemplatespolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_managerestrictedpermissions_l_urlforlocationofdocumenttemplatespolicy_l_enteraurl", + "displayName": "Enter a URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_checkouttolocaldisk", + "displayName": "Check-out to local disk (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_checkouttolocaldisk_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_checkouttolocaldisk_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_deletefilesfromofficedocumentcache", + "displayName": "Delete files from Office Document Cache (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_deletefilesfromofficedocumentcache_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_deletefilesfromofficedocumentcache_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_enablecheckouttodrafts", + "displayName": "Save checked-out files to a local folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_enablecheckouttodrafts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_enablecheckouttodrafts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_officedocumentcachelocation", + "displayName": "Office document cache location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_officedocumentcachelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_officedocumentcachelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_officedocumentcachelocation_l_officedocumentcachelocationid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_opendocumentsfromofficedocumentcachefirst", + "displayName": "Open documents from Office Document Cache first (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_opendocumentsfromofficedocumentcachefirst_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_microsoftofficedocumentcache_l_opendocumentsfromofficedocumentcachefirst_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_allowlinkedinfeatures", + "displayName": "Show LinkedIn features in Office applications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_allowlinkedinfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_allowlinkedinfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_alwaysshowfilesharemoreoptions", + "displayName": "Show additional sharing choices under the File tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_alwaysshowfilesharemoreoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_alwaysshowfilesharemoreoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_changedestinationurlforsharepointhyperlink", + "displayName": "Change destination URL for SharePoint hyperlink (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_changedestinationurlforsharepointhyperlink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_changedestinationurlforsharepointhyperlink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_changedestinationurlforsharepointhyperlink_l_changedestinationurlforsharepointhyperlinkid", + "displayName": "Destination URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_changelabelofsavetosharepoint", + "displayName": "SharePoint Product Name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_changelabelofsavetosharepoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_changelabelofsavetosharepoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_changelabelofsavetosharepoint_l_changelabelofsavetosharepointid", + "displayName": "Custom string to be displayed: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_controlblogging", + "displayName": "Control Blogging (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_controlblogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_controlblogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_controlblogging_l_empty503", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_controlblogging_l_empty503_0", + "displayName": "Enabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_controlblogging_l_empty503_1", + "displayName": "Only SharePoint blogs allowed", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_controlblogging_l_empty503_2", + "displayName": "All blogging disabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableanimations", + "displayName": "Disable Office animations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableanimations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableanimations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablebackgrounds", + "displayName": "Disable Office Backgrounds (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablebackgrounds_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablebackgrounds_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableclipboardtoolbartriggers", + "displayName": "Disable Clipboard Toolbar triggers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableclipboardtoolbartriggers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableclipboardtoolbartriggers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablelinksopenright", + "displayName": "Open Office file links in Office Online (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablelinksopenright_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablelinksopenright_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableofficestartglobal", + "displayName": "Disable the Office Start screen for all Office applications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableofficestartglobal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableofficestartglobal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablescreenshotautohyperlink", + "displayName": "Do not automatically hyperlink screenshots (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablescreenshotautohyperlink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablescreenshotautohyperlink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablewebviewintheofficefiledialogs", + "displayName": "Disable web view in the Office file dialog boxes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablewebviewintheofficefiledialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disablewebviewintheofficefiledialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disalowconvertdocumentpolicy", + "displayName": "Disallow Convert Document (Excel, PowerPoint, Word) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disalowconvertdocumentpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_disalowconvertdocumentpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotdisplaypathsinalerts", + "displayName": "Do not display paths in alerts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotdisplaypathsinalerts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotdisplaypathsinalerts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotemulatetabswithspaceswhenexportinghtml", + "displayName": "Emulate tabs with spaces when exporting HTML (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotemulatetabswithspaceswhenexportinghtml_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotemulatetabswithspaceswhenexportinghtml_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donottrackdocumenteditingtime", + "displayName": "Do not track document editing time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donottrackdocumenteditingtime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donottrackdocumenteditingtime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotuploadmediafiles", + "displayName": "Do not upload media files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotuploadmediafiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotuploadmediafiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotusehardwareacceleration", + "displayName": "Do not use hardware graphics acceleration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotusehardwareacceleration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotusehardwareacceleration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotvalidateprintersbeforeusingthem", + "displayName": "Do not validate printers before using them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotvalidateprintersbeforeusingthem_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_donotvalidateprintersbeforeusingthem_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_enableworkflowsonmysite", + "displayName": "Enable Workflows on My Site (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_enableworkflowsonmysite_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_enableworkflowsonmysite_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_freezedry", + "displayName": "Enable Smart Resume (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_freezedry_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_freezedry_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_graphicfilterlegacymode", + "displayName": "Graphic filter legacy mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_graphicfilterlegacymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_graphicfilterlegacymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_hidethelearnmoreaboutsharepointhyperlink", + "displayName": "Hide the Learn more about SharePoint Hyperlink (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_hidethelearnmoreaboutsharepointhyperlink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_hidethelearnmoreaboutsharepointhyperlink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_homeworkflowlibrary", + "displayName": "Home Workflow Library (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_homeworkflowlibrary_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_homeworkflowlibrary_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_homeworkflowlibrary_l_path2504", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_increasevisibilityofaccessibilitycheckerviolations", + "displayName": "Increase the visibility of Accessibility Checker violations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_increasevisibilityofaccessibilitycheckerviolations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_increasevisibilityofaccessibilitycheckerviolations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_increasevisibilityofaccessibilitycheckerviolations_l_increasevisibilityofaccessibilitycheckerviolationsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_increasevisibilityofaccessibilitycheckerviolations_l_increasevisibilityofaccessibilitycheckerviolationsdropid_0", + "displayName": "Accessibility violations do not change loudness (default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_increasevisibilityofaccessibilitycheckerviolations_l_increasevisibilityofaccessibilitycheckerviolationsdropid_1", + "displayName": "Accessibility errors cause slab to be loud", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_increasevisibilityofaccessibilitycheckerviolations_l_increasevisibilityofaccessibilitycheckerviolationsdropid_2", + "displayName": "Accessibility errors or warnings cause slab to be loud", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_iscustomaddintabdefaultbackstageplace", + "displayName": "Take users to a custom File menu tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_iscustomaddintabdefaultbackstageplace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_iscustomaddintabdefaultbackstageplace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_iscustomtabdefaultinnewplace", + "displayName": "Show the Custom tab as the default tab when creating a new file (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_iscustomtabdefaultinnewplace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_iscustomtabdefaultinnewplace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_microsoftofficeshareddrawingcode", + "displayName": "Disable Microsoft Office shared drawing code for blip caching (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_microsoftofficeshareddrawingcode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_microsoftofficeshareddrawingcode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_microsoftofficeshareddrawingcodeformeta", + "displayName": "Disable Microsoft Office shared drawing code for metafile rendering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_microsoftofficeshareddrawingcodeformeta_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_microsoftofficeshareddrawingcodeformeta_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_mrutemplatelistlength", + "displayName": "Most Recently Used Template List Length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_mrutemplatelistlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_mrutemplatelistlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_mrutemplatelistlength_l_mrutemplatelistlength505", + "displayName": "Most Recently Used Template List Length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter", + "displayName": "Hide file locations when opening or saving files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_l_onlinestoragefilterid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_l_onlinestoragefilterid_1", + "displayName": "Hide OneDrive Personal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_l_onlinestoragefilterid_2", + "displayName": "Hide SharePoint Online and OneDrive for Business", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_l_onlinestoragefilterid_3", + "displayName": "Hide OneDrive Personal, SharePoint Online and OneDrive for Business", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_l_onlinestoragefilterid_4", + "displayName": "Hide Local PC", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_onlinestoragefilter_l_onlinestoragefilterid_8", + "displayName": "Hide SharePoint Server", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_printticketsafemode", + "displayName": "Print ticket safe mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_printticketsafemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_printticketsafemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_providefeedbackwithsound", + "displayName": "Provide feedback with sound (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_providefeedbackwithsound_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_providefeedbackwithsound_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showpasteoptionsbuttons", + "displayName": "Show Paste Options button when content is pasted (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showpasteoptionsbuttons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showpasteoptionsbuttons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showscreentips", + "displayName": "Show Screen Tips (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showscreentips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showscreentips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showscreentips_l_showscreentipsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showscreentips_l_showscreentipsdropid_0", + "displayName": "Show feature descriptions", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showscreentips_l_showscreentipsdropid_1", + "displayName": "Don't show feature descriptions", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showscreentips_l_showscreentipsdropid_2", + "displayName": "Don't show screentips", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showskydrivesignin", + "displayName": "Show OneDrive Sign In (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showskydrivesignin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_showskydrivesignin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_signinoptions", + "displayName": "Block signing into Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_signinoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_signinoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_signinoptions_l_signinoptions5", + "displayName": "Block signing into Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_signinoptions_l_signinoptions5_0", + "displayName": "Both IDs allowed", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_signinoptions_l_signinoptions5_1", + "displayName": "Microsoft Account only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_signinoptions_l_signinoptions5_2", + "displayName": "Org ID only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_signinoptions_l_signinoptions5_3", + "displayName": "None allowed", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_suppressrecommendedsettingsdialog", + "displayName": "Suppress recommended settings dialog (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_suppressrecommendedsettingsdialog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_suppressrecommendedsettingsdialog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_uselegacytranslationfeatures", + "displayName": "Use legacy translation features (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_uselegacytranslationfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_uselegacytranslationfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_uselocaluserinfo", + "displayName": "Use local user name and initials values regardless of signed-in user (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_uselocaluserinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_uselocaluserinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_usesystemfontinsteadoftahoma", + "displayName": "Use system font instead of the Office default UI font (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_usesystemfontinsteadoftahoma_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_usesystemfontinsteadoftahoma_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_webfoldersmanagingpairsofwebpagesandfolders", + "displayName": "Web Folders: Managing pairs of Web pages and folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_webfoldersmanagingpairsofwebpagesandfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_webfoldersmanagingpairsofwebpagesandfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_webfoldersmanagingpairsofwebpagesandfolders_l_webfoldersmanagingpairsofwebpagesandfolders506", + "displayName": "Web Folders: Managing pairs of Web pages and folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_webfoldersmanagingpairsofwebpagesandfolders_l_webfoldersmanagingpairsofwebpagesandfolders506_0", + "displayName": "Show and manage the pair as a single file", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_webfoldersmanagingpairsofwebpagesandfolders_l_webfoldersmanagingpairsofwebpagesandfolders506_2", + "displayName": "Show both parts and manage them individually", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437_l_webfoldersmanagingpairsofwebpagesandfolders_l_webfoldersmanagingpairsofwebpagesandfolders506_1", + "displayName": "Show both parts but manage as a single file", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1", + "displayName": "Workflow Cache 1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_l_workflowcachename", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_l_workflowdescrip", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_l_workflowfriendly", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_l_workflowpath", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_l_workflowsig", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_l_workflowsig_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache1_l_workflowsig_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10", + "displayName": "Workflow Cache 10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_l_workflowcachename473", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_l_workflowdescrip475", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_l_workflowfriendly476", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_l_workflowpath474", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_l_workflowsig477", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_l_workflowsig477_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache10_l_workflowsig477_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11", + "displayName": "Workflow Cache 11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_l_workflowcachename478", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_l_workflowdescrip480", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_l_workflowfriendly481", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_l_workflowpath479", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_l_workflowsig482", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_l_workflowsig482_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache11_l_workflowsig482_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12", + "displayName": "Workflow Cache 12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_l_workflowcachename483", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_l_workflowdescrip485", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_l_workflowfriendly486", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_l_workflowpath484", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_l_workflowsig487", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_l_workflowsig487_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache12_l_workflowsig487_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13", + "displayName": "Workflow Cache 13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_l_workflowcachename488", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_l_workflowdescrip490", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_l_workflowfriendly491", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_l_workflowpath489", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_l_workflowsig492", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_l_workflowsig492_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache13_l_workflowsig492_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14", + "displayName": "Workflow Cache 14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_l_workflowcachename493", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_l_workflowdescrip495", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_l_workflowfriendly496", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_l_workflowpath494", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_l_workflowsig497", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_l_workflowsig497_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache14_l_workflowsig497_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15", + "displayName": "Workflow Cache 15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_l_workflowcachename498", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_l_workflowdescrip500", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_l_workflowfriendly501", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_l_workflowpath499", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_l_workflowsig502", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_l_workflowsig502_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache15_l_workflowsig502_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2", + "displayName": "Workflow Cache 2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_l_workflowcachename433", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_l_workflowdescrip435", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_l_workflowfriendly436", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_l_workflowpath434", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_l_workflowsig437", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_l_workflowsig437_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache2_l_workflowsig437_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3", + "displayName": "Workflow Cache 3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_l_workflowcachename438", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_l_workflowdescrip440", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_l_workflowfriendly441", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_l_workflowpath439", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_l_workflowsig442", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_l_workflowsig442_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache3_l_workflowsig442_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4", + "displayName": "Workflow Cache 4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_l_workflowcachename443", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_l_workflowdescrip445", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_l_workflowfriendly446", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_l_workflowpath444", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_l_workflowsig447", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_l_workflowsig447_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache4_l_workflowsig447_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5", + "displayName": "Workflow Cache 5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_l_workflowcachename448", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_l_workflowdescrip450", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_l_workflowfriendly451", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_l_workflowpath449", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_l_workflowsig452", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_l_workflowsig452_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache5_l_workflowsig452_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6", + "displayName": "Workflow Cache 6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_l_workflowcachename453", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_l_workflowdescrip455", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_l_workflowfriendly456", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_l_workflowpath454", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_l_workflowsig457", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_l_workflowsig457_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache6_l_workflowsig457_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7", + "displayName": "Workflow Cache 7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_l_workflowcachename458", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_l_workflowdescrip460", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_l_workflowfriendly461", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_l_workflowpath459", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_l_workflowsig462", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_l_workflowsig462_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache7_l_workflowsig462_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8", + "displayName": "Workflow Cache 8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_l_workflowcachename463", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_l_workflowdescrip465", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_l_workflowfriendly466", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_l_workflowpath464", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_l_workflowsig467", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_l_workflowsig467_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache8_l_workflowsig467_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9", + "displayName": "Workflow Cache 9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_l_workflowcachename468", + "displayName": "Name of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_l_workflowdescrip470", + "displayName": "Description of the workflow to be shown to the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_l_workflowfriendly471", + "displayName": "Name of the document library to be shown the user (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_l_workflowpath469", + "displayName": "Full URL to the document library with which the workflow is associated (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_l_workflowsig472", + "displayName": "Workflow requires the user to sign the document (Word/Excel only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_l_workflowsig472_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_miscellaneous437~l_workflowcache_l_workflowcache9_l_workflowsig472_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_officeconverters_l_blockopeningofprereleaseexcel", + "displayName": "Block opening of pre-release versions of file formats new to Excel 2016 through the Compatibility Pack for Office 2016 and Excel 2016 Converter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_officeconverters_l_blockopeningofprereleaseexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_officeconverters_l_blockopeningofprereleaseexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_officeconverters_l_blockopeningofprereleaseppt", + "displayName": "Block opening of pre-release versions of file formats new to PowerPoint 2016 through the Compatibility Pack for Office 2016 and PowerPoint 2016 Converter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_officeconverters_l_blockopeningofprereleaseppt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_officeconverters_l_blockopeningofprereleaseppt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_disableinclusionofdocumentpropertiesinpdfandxpsoutput", + "displayName": "Disable inclusion of document properties in PDF and XPS output (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_disableinclusionofdocumentpropertiesinpdfandxpsoutput_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_disableinclusionofdocumentpropertiesinpdfandxpsoutput_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_enforcepdfcompliancewithiso190051pdfa", + "displayName": "Enforce PDF compliance with ISO 19005-1 (PDF/A) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_enforcepdfcompliancewithiso190051pdfa_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_enforcepdfcompliancewithiso190051pdfa_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_enforcepdfcompliancewithiso190051pdfa_l_empty417", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_enforcepdfcompliancewithiso190051pdfa_l_empty417_0", + "displayName": "Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_enforcepdfcompliancewithiso190051pdfa_l_empty417_1", + "displayName": "Encourage", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_enforcepdfcompliancewithiso190051pdfa_l_empty417_2", + "displayName": "Prevent", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_enforcepdfcompliancewithiso190051pdfa_l_empty417_3", + "displayName": "Enforce", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_specifytypesoffixedformatoptionsavailabletotheuser", + "displayName": "Disable Microsoft Save As PDF and XPS add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_specifytypesoffixedformatoptionsavailabletotheuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_specifytypesoffixedformatoptionsavailabletotheuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_specifytypesoffixedformatoptionsavailabletotheuser_l_empty418", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_specifytypesoffixedformatoptionsavailabletotheuser_l_empty418_0", + "displayName": "Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_specifytypesoffixedformatoptionsavailabletotheuser_l_empty418_1", + "displayName": "Disable XPS", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_specifytypesoffixedformatoptionsavailabletotheuser_l_empty418_2", + "displayName": "Disable PDF", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_pdfandxps_l_specifytypesoffixedformatoptionsavailabletotheuser_l_empty418_3", + "displayName": "Disable XPS and PDF", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences", + "displayName": "[Deprecated] Allow the use of connected experiences in Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences_l_connectedofficeexperiencesdropid", + "displayName": "[Deprecated] Connected experiences in Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences_l_connectedofficeexperiencesdropid_1", + "displayName": "Connected", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_connectedofficeexperiences_l_connectedofficeexperiencesdropid_2", + "displayName": "Disconnected", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_disableoptinwizard", + "displayName": "Disable Opt-in Wizard on first run (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_disableoptinwizard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_disableoptinwizard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_enablecustomerexperienceimprovementprogram", + "displayName": "Enable Customer Experience Improvement Program (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_enablecustomerexperienceimprovementprogram_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_enablecustomerexperienceimprovementprogram_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent", + "displayName": "[Deprecated] Allow the use of connected experiences in Office that analyze content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent_l_officeexperiencesanlayzingcontentdropid", + "displayName": "[Deprecated] Connected experiences in Office that analyze content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent_l_officeexperiencesanlayzingcontentdropid_1", + "displayName": "Enabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesanlayzingcontent_l_officeexperiencesanlayzingcontentdropid_2", + "displayName": "Disabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent", + "displayName": "[Deprecated] Allow the use of connected experiences in Office that download online content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent_l_officeexperiencesdownloadingcontentdropid", + "displayName": "[Deprecated] Connected experiences in Office that download online content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent_l_officeexperiencesdownloadingcontentdropid_1", + "displayName": "Enabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_officeexperiencesdownloadingcontent_l_officeexperiencesdownloadingcontentdropid_2", + "displayName": "Disabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences", + "displayName": "[Deprecated] Allow the use of additional optional connected experiences in Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences_l_optionalconnectedexperiencesdropid", + "displayName": "[Deprecated] Optional connected experiences in Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences_l_optionalconnectedexperiencesdropid_1", + "displayName": "Enabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_optionalconnectedexperiences_l_optionalconnectedexperiencesdropid_2", + "displayName": "Disabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_screenshot", + "displayName": "Allow including screenshot with Office Feedback (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_screenshot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_screenshot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendcustomerdata", + "displayName": "Send personal information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendcustomerdata_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendcustomerdata_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendfeedback", + "displayName": "Send Office Feedback (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendfeedback_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendfeedback_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendtelemetry", + "displayName": "Configure the level of client software diagnostic data sent by Office to Microsoft (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendtelemetry_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendtelemetry_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendtelemetry_l_sendtelemetrydropid", + "displayName": "Type of diagnostic data: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendtelemetry_l_sendtelemetrydropid_3", + "displayName": "Neither", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendtelemetry_l_sendtelemetrydropid_2", + "displayName": "Optional", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendtelemetry_l_sendtelemetrydropid_1", + "displayName": "Required", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_updatereliabilitypolicy", + "displayName": "Automatically receive small updates to improve reliability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_updatereliabilitypolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_updatereliabilitypolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitcustomtags", + "displayName": "Specify custom labels to use with the Readiness Toolkit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitcustomtags_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitcustomtags_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitcustomtags_l_officereadinesstoolkitcustomtagstag1", + "displayName": "Label 1: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitcustomtags_l_officereadinesstoolkitcustomtagstag2", + "displayName": "Label 2: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitcustomtags_l_officereadinesstoolkitcustomtagstag3", + "displayName": "Label 3: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitcustomtags_l_officereadinesstoolkitcustomtagstag4", + "displayName": "Label 4: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitenableusageagent", + "displayName": "Allow add-in usage data to be generated and collected by the Readiness Toolkit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitenableusageagent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_readinesstoolkit_l_officereadinesstoolkitenableusageagent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization", + "displayName": "ActiveX Control Initialization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_l_activexcontrolinitializationcolon", + "displayName": "ActiveX Control Initialization: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_l_activexcontrolinitializationcolon_1", + "displayName": "1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_l_activexcontrolinitializationcolon_2", + "displayName": "2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_l_activexcontrolinitializationcolon_3", + "displayName": "3", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_l_activexcontrolinitializationcolon_4", + "displayName": "4", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_l_activexcontrolinitializationcolon_5", + "displayName": "5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_activexcontrolinitialization_l_activexcontrolinitializationcolon_6", + "displayName": "6", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_allowedextensions", + "displayName": "Allow file extensions for OLE embedding (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_allowedextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_allowedextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_allowedextensions_l_allowedextensionsole", + "displayName": "File extensions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_automationsecurity", + "displayName": "Automation Security (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_automationsecurity_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_automationsecurity_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_automationsecurity_l_settheautomationsecuritylevel", + "displayName": "Set the Automation Security level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_automationsecurity_l_settheautomationsecuritylevel_3", + "displayName": "Disable macros by default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_automationsecurity_l_settheautomationsecuritylevel_2", + "displayName": "Use application macro security level", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_automationsecurity_l_settheautomationsecuritylevel_1", + "displayName": "Macros enabled (default)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_blockedextensions", + "displayName": "Block additional file extensions for OLE embedding (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_blockedextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_blockedextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_blockedextensions_l_blockedextensionsole", + "displayName": "File extensions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkactivexobjects", + "displayName": "Check ActiveX objects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkactivexobjects_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkactivexobjects_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkactivexobjects_l_checkactivexobjectsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkactivexobjects_l_checkactivexobjectsdropid_0", + "displayName": "Do not check", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkactivexobjects_l_checkactivexobjectsdropid_1", + "displayName": "Override IE kill bit list", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkactivexobjects_l_checkactivexobjectsdropid_2", + "displayName": "Strict allow list", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkexcelrtdservers", + "displayName": "Check Excel RTD servers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkexcelrtdservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkexcelrtdservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkoleobjects", + "displayName": "Check OLE objects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkoleobjects_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkoleobjects_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkoleobjects_l_checkoleobjectsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkoleobjects_l_checkoleobjectsdropid_0", + "displayName": "Do not check", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkoleobjects_l_checkoleobjectsdropid_1", + "displayName": "Override IE kill bit list", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkoleobjects_l_checkoleobjectsdropid_2", + "displayName": "Strict allow list", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkowcdatasourceproviders", + "displayName": "Check OWC data source providers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkowcdatasourceproviders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_checkowcdatasourceproviders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disableallactivex", + "displayName": "Disable All ActiveX (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disableallactivex_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disableallactivex_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablealltrustbarnotificationsfor", + "displayName": "Disable all Trust Bar notifications for security issues (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablealltrustbarnotificationsfor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablealltrustbarnotificationsfor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablepasswordtoopenui", + "displayName": "Disable password to open UI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablepasswordtoopenui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablepasswordtoopenui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablevbaforofficeapplications319", + "displayName": "Disable VBA for Office applications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablevbaforofficeapplications319_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_disablevbaforofficeapplications319_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_enableminimizevbaresigning", + "displayName": "Enable Minimizing VBA Project Digital Signature Invalidation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_enableminimizevbaresigning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_enableminimizevbaresigning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptdocumentproperties", + "displayName": "Encrypt document properties (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptdocumentproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptdocumentproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforpasswordprotectedoffice972003", + "displayName": "Encryption type for password protected Office 97-2003 files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforpasswordprotectedoffice972003_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforpasswordprotectedoffice972003_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforpasswordprotectedoffice972003_l_encryptiontypecolon318", + "displayName": "Encryption type: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforpasswordprotectedofficeopen", + "displayName": "Encryption type for password protected Office Open XML files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforpasswordprotectedofficeopen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforpasswordprotectedofficeopen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_encryptiontypeforpasswordprotectedofficeopen_l_encryptiontypecolon", + "displayName": "Encryption type: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_loadcontrolsinforms3", + "displayName": "Load Controls in Forms3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_loadcontrolsinforms3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_loadcontrolsinforms3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_loadcontrolsinforms3_l_loadcontrolsinforms3colon", + "displayName": "Load Controls in Forms3: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_loadcontrolsinforms3_l_loadcontrolsinforms3colon_1", + "displayName": "1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_loadcontrolsinforms3_l_loadcontrolsinforms3colon_2", + "displayName": "2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_loadcontrolsinforms3_l_loadcontrolsinforms3colon_3", + "displayName": "3", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_loadcontrolsinforms3_l_loadcontrolsinforms3colon_4", + "displayName": "4", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_macroruntimescanscope", + "displayName": "Macro Runtime Scan Scope (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_macroruntimescanscope_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_macroruntimescanscope_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_macroruntimescanscope_l_macroruntimescanscopeenum", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_macroruntimescanscope_l_macroruntimescanscopeenum_0", + "displayName": "Disable for all documents", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_macroruntimescanscope_l_macroruntimescanscopeenum_1", + "displayName": "Enable for low trust documents", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_macroruntimescanscope_l_macroruntimescanscopeenum_2", + "displayName": "Enable for all documents", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_preventwordandexcelfromloadingmanagedcodeextensions", + "displayName": "Prevent Word and Excel from loading managed code extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_preventwordandexcelfromloadingmanagedcodeextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_preventwordandexcelfromloadingmanagedcodeextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_protectdocumentmetadataforpasswordprotected", + "displayName": "Protect document metadata for password protected files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_protectdocumentmetadataforpasswordprotected_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_protectdocumentmetadataforpasswordprotected_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_protectdocumentmetadataforrightsmanaged", + "displayName": "Protect document metadata for rights managed Office Open XML Files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_protectdocumentmetadataforrightsmanaged_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_protectdocumentmetadataforrightsmanaged_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setminimumpasswordlength", + "displayName": "Set minimum password length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setminimumpasswordlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setminimumpasswordlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setminimumpasswordlength_l_setminimumpasswordlengthspinid", + "displayName": "Minimum password length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordhashformatasisocompliant", + "displayName": "Set password hash format as ISO-compliant (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordhashformatasisocompliant_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordhashformatasisocompliant_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordrulesdomaintimeout", + "displayName": "Set password rules domain timeout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordrulesdomaintimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordrulesdomaintimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordrulesdomaintimeout_l_setpasswordrulesdomaintimeoutspinid", + "displayName": "in milliseconds (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordruleslevel", + "displayName": "Set password rules level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordruleslevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordruleslevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordruleslevel_l_setpasswordrulesleveldropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordruleslevel_l_setpasswordrulesleveldropid_0", + "displayName": "No password checks", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordruleslevel_l_setpasswordrulesleveldropid_1", + "displayName": "Local length check", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordruleslevel_l_setpasswordrulesleveldropid_2", + "displayName": "Local length and complexity checks", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_setpasswordruleslevel_l_setpasswordrulesleveldropid_3", + "displayName": "Local length, local complexity, and domain policy checks", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_suppresshyperlinkwarnings", + "displayName": "Suppress hyperlink warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_suppresshyperlinkwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_suppresshyperlinkwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_turnofferrorreportingforfilesthatfailfilevalidation", + "displayName": "Turn off error reporting for files that fail file validation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_turnofferrorreportingforfilesthatfailfilevalidation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_turnofferrorreportingforfilesthatfailfilevalidation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_turnoffpdfencryptionsettingui", + "displayName": "Turn off PDF encryption setting UI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_turnoffpdfencryptionsettingui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings_l_turnoffpdfencryptionsettingui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_checkthexadesportionsofadigitalsignature", + "displayName": "Check the XAdES portions of a digital signature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_checkthexadesportionsofadigitalsignature_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_checkthexadesportionsofadigitalsignature_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_configuretimestampinghashingalgorithm", + "displayName": "Configure time stamping hashing algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_configuretimestampinghashingalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_configuretimestampinghashingalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_configuretimestampinghashingalgorithm_l_configuretimestampinghashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_configuretimestampinghashingalgorithm_l_configuretimestampinghashingalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_configuretimestampinghashingalgorithm_l_configuretimestampinghashingalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_configuretimestampinghashingalgorithm_l_configuretimestampinghashingalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_configuretimestampinghashingalgorithm_l_configuretimestampinghashingalgorithmdropid_sha512", + "displayName": "SHA512", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_donotallowexpiredcertificateswhenvalidatingsignatures", + "displayName": "Do not allow expired certificates when validating signatures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_donotallowexpiredcertificateswhenvalidatingsignatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_donotallowexpiredcertificateswhenvalidatingsignatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration", + "displayName": "Requested XAdES level for signature generation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_l_requestedxadeslevelforsignaturegenerationdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_l_requestedxadeslevelforsignaturegenerationdropid_0", + "displayName": "No XAdES", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_l_requestedxadeslevelforsignaturegenerationdropid_1", + "displayName": "XAdES-BES", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_l_requestedxadeslevelforsignaturegenerationdropid_2", + "displayName": "XAdES-T", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_l_requestedxadeslevelforsignaturegenerationdropid_3", + "displayName": "XAdES-C", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_l_requestedxadeslevelforsignaturegenerationdropid_4", + "displayName": "XAdES-X", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requestedxadeslevelforsignaturegeneration_l_requestedxadeslevelforsignaturegenerationdropid_5", + "displayName": "XAdES-X-L", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requireocspatsignaturegenerationtime", + "displayName": "Require OCSP at signature generation time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requireocspatsignaturegenerationtime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_requireocspatsignaturegenerationtime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturehashingalgorithm", + "displayName": "Select digital signature hashing algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturehashingalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturehashingalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturehashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturehashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturehashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturehashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturehashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha512", + "displayName": "SHA512", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvaliddsabits", + "displayName": "Configure invalid DSA public key size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvaliddsabits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvaliddsabits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvaliddsabits_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvaliddsabits_l_selectdigitalsignaturehashingalgorithmdropid_0", + "displayName": "0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvaliddsabits_l_selectdigitalsignaturehashingalgorithmdropid_512", + "displayName": "512", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvaliddsabits_l_selectdigitalsignaturehashingalgorithmdropid_768", + "displayName": "768", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvaliddsabits_l_selectdigitalsignaturehashingalgorithmdropid_1024", + "displayName": "1024", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidhashingalgorithm", + "displayName": "Configure invalid hashing algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidhashingalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidhashingalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_md5", + "displayName": "MD5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits", + "displayName": "Configure invalid RSA public key size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_l_selectdigitalsignaturehashingalgorithmdropid_0", + "displayName": "0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_l_selectdigitalsignaturehashingalgorithmdropid_512", + "displayName": "512", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_l_selectdigitalsignaturehashingalgorithmdropid_768", + "displayName": "768", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_l_selectdigitalsignaturehashingalgorithmdropid_1024", + "displayName": "1024", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_l_selectdigitalsignaturehashingalgorithmdropid_1536", + "displayName": "1536", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureinvalidrsabits_l_selectdigitalsignaturehashingalgorithmdropid_2048", + "displayName": "2048", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacydsabits", + "displayName": "Configure legacy DSA public key size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacydsabits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacydsabits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacydsabits_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacydsabits_l_selectdigitalsignaturehashingalgorithmdropid_0", + "displayName": "0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacydsabits_l_selectdigitalsignaturehashingalgorithmdropid_512", + "displayName": "512", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacydsabits_l_selectdigitalsignaturehashingalgorithmdropid_768", + "displayName": "768", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacydsabits_l_selectdigitalsignaturehashingalgorithmdropid_1024", + "displayName": "1024", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyhashingalgorithm", + "displayName": "Configure legacy hashing algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyhashingalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyhashingalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_md5", + "displayName": "MD5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyhashingalgorithm_l_selectdigitalsignaturehashingalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits", + "displayName": "Configure legacy RSA public key size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_l_selectdigitalsignaturehashingalgorithmdropid_0", + "displayName": "0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_l_selectdigitalsignaturehashingalgorithmdropid_512", + "displayName": "512", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_l_selectdigitalsignaturehashingalgorithmdropid_768", + "displayName": "768", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_l_selectdigitalsignaturehashingalgorithmdropid_1024", + "displayName": "1024", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_l_selectdigitalsignaturehashingalgorithmdropid_1536", + "displayName": "1536", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturelegacyrsabits_l_selectdigitalsignaturehashingalgorithmdropid_2048", + "displayName": "2048", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturemindsabits", + "displayName": "Configure minimum DSA public key size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturemindsabits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturemindsabits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturemindsabits_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturemindsabits_l_selectdigitalsignaturehashingalgorithmdropid_0", + "displayName": "0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturemindsabits_l_selectdigitalsignaturehashingalgorithmdropid_512", + "displayName": "512", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturemindsabits_l_selectdigitalsignaturehashingalgorithmdropid_768", + "displayName": "768", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignaturemindsabits_l_selectdigitalsignaturehashingalgorithmdropid_1024", + "displayName": "1024", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits", + "displayName": "Configure minimum RSA public key size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_l_selectdigitalsignaturehashingalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_l_selectdigitalsignaturehashingalgorithmdropid_0", + "displayName": "0", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_l_selectdigitalsignaturehashingalgorithmdropid_512", + "displayName": "512", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_l_selectdigitalsignaturehashingalgorithmdropid_768", + "displayName": "768", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_l_selectdigitalsignaturehashingalgorithmdropid_1024", + "displayName": "1024", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_l_selectdigitalsignaturehashingalgorithmdropid_1536", + "displayName": "1536", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_l_selectdigitalsignaturehashingalgorithmdropid_2048", + "displayName": "2048", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_selectdigitalsignatureminrsabits_l_selectdigitalsignaturehashingalgorithmdropid_4096", + "displayName": "4096", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_setsignatureverificationlevel", + "displayName": "Set signature verification level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_setsignatureverificationlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_setsignatureverificationlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_setsignatureverificationlevel_l_setsignatureverificationleveldropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_setsignatureverificationlevel_l_setsignatureverificationleveldropid_0", + "displayName": "No rules", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_setsignatureverificationlevel_l_setsignatureverificationleveldropid_1", + "displayName": "Office 2007 rules", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_setsignatureverificationlevel_l_setsignatureverificationleveldropid_2", + "displayName": "Office 2010 rules", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_setsignatureverificationlevel_l_setsignatureverificationleveldropid_3", + "displayName": "Office 2013 rules", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_settimestampservertimeout", + "displayName": "Set timestamp server timeout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_settimestampservertimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_settimestampservertimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_settimestampservertimeout_l_settimestampservertimeoutspinid", + "displayName": "In seconds (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyissuerfilter", + "displayName": "Specify filtering for certificate issuers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyissuerfilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyissuerfilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyissuerfilter_l_specifyissuerfilterid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration", + "displayName": "Specify minimum XAdES level for digital signature generation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_l_specifyminimumxadeslevelfordigitalsignaturegenerationdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_l_specifyminimumxadeslevelfordigitalsignaturegenerationdropid_0", + "displayName": "No minimum level", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_l_specifyminimumxadeslevelfordigitalsignaturegenerationdropid_1", + "displayName": "XAdES-BES", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_l_specifyminimumxadeslevelfordigitalsignaturegenerationdropid_2", + "displayName": "XAdES-T", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_l_specifyminimumxadeslevelfordigitalsignaturegenerationdropid_3", + "displayName": "XAdES-C", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_l_specifyminimumxadeslevelfordigitalsignaturegenerationdropid_4", + "displayName": "XAdES-X", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifyminimumxadeslevelfordigitalsignaturegeneration_l_specifyminimumxadeslevelfordigitalsignaturegenerationdropid_5", + "displayName": "XAdES-X-L", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifytimestampservername", + "displayName": "Specify timestamp server name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifytimestampservername_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifytimestampservername_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_specifytimestampservername_l_specifytimestampservernameid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_suppressnocertdialog", + "displayName": "Display alternative certificate providers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_suppressnocertdialog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_digsig_l_suppressnocertdialog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey01", + "displayName": "Escrow Key #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey01_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey02", + "displayName": "Escrow Key #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey02_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey03", + "displayName": "Escrow Key #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey03_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey04", + "displayName": "Escrow Key #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey04_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey05", + "displayName": "Escrow Key #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey05_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey06", + "displayName": "Escrow Key #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey06_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey07", + "displayName": "Escrow Key #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey07_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey08", + "displayName": "Escrow Key #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey08_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey09", + "displayName": "Escrow Key #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey09_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey10", + "displayName": "Escrow Key #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey10_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey11", + "displayName": "Escrow Key #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey11_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey12", + "displayName": "Escrow Key #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey12_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey13", + "displayName": "Escrow Key #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey13_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey14", + "displayName": "Escrow Key #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey14_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey15", + "displayName": "Escrow Key #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey15_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey16", + "displayName": "Escrow Key #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey16_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey17", + "displayName": "Escrow Key #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey17_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey18", + "displayName": "Escrow Key #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey18_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey19", + "displayName": "Escrow Key #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey19_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey20", + "displayName": "Escrow Key #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_escrowkeycerts_l_escrowkey20_l_certhashcolon", + "displayName": "Certificate Hash: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_allowmixofpolicyanduserlocations", + "displayName": "Allow mix of policy and user locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_allowmixofpolicyanduserlocations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_allowmixofpolicyanduserlocations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_minsigsupportos", + "displayName": "Set the minimum operating system for verifying agile VBA signatures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_minsigsupportos_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_minsigsupportos_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_minsigsupportos_l_minsigsupportosdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_minsigsupportos_l_minsigsupportosdropid_0", + "displayName": "Windows XP", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_minsigsupportos_l_minsigsupportosdropid_1", + "displayName": "Windows Vista", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_minsigsupportos_l_minsigsupportosdropid_2", + "displayName": "Windows 7", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_minsigsupportos_l_minsigsupportosdropid_3", + "displayName": "Windows 8", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01", + "displayName": "Trusted Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01_l_allowsubfolders", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01_l_allowsubfolders_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01_l_allowsubfolders_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01_l_datecolon", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01_l_descriptioncolon", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc01_l_pathcolon", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02", + "displayName": "Trusted Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02_l_allowsubfolders245", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02_l_allowsubfolders245_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02_l_allowsubfolders245_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02_l_datecolon243", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02_l_descriptioncolon244", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc02_l_pathcolon242", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03", + "displayName": "Trusted Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03_l_allowsubfolders249", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03_l_allowsubfolders249_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03_l_allowsubfolders249_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03_l_datecolon247", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03_l_descriptioncolon248", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc03_l_pathcolon246", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04", + "displayName": "Trusted Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04_l_allowsubfolders253", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04_l_allowsubfolders253_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04_l_allowsubfolders253_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04_l_datecolon251", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04_l_descriptioncolon252", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc04_l_pathcolon250", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05", + "displayName": "Trusted Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05_l_allowsubfolders257", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05_l_allowsubfolders257_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05_l_allowsubfolders257_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05_l_datecolon255", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05_l_descriptioncolon256", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc05_l_pathcolon254", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06", + "displayName": "Trusted Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06_l_allowsubfolders261", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06_l_allowsubfolders261_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06_l_allowsubfolders261_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06_l_datecolon259", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06_l_descriptioncolon260", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc06_l_pathcolon258", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07", + "displayName": "Trusted Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07_l_allowsubfolders265", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07_l_allowsubfolders265_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07_l_allowsubfolders265_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07_l_datecolon263", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07_l_descriptioncolon264", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc07_l_pathcolon262", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08", + "displayName": "Trusted Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08_l_allowsubfolders269", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08_l_allowsubfolders269_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08_l_allowsubfolders269_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08_l_datecolon267", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08_l_descriptioncolon268", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc08_l_pathcolon266", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09", + "displayName": "Trusted Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09_l_allowsubfolders273", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09_l_allowsubfolders273_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09_l_allowsubfolders273_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09_l_datecolon271", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09_l_descriptioncolon272", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc09_l_pathcolon270", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10", + "displayName": "Trusted Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10_l_allowsubfolders277", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10_l_allowsubfolders277_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10_l_allowsubfolders277_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10_l_datecolon275", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10_l_descriptioncolon276", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc10_l_pathcolon274", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11", + "displayName": "Trusted Location #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11_l_allowsubfolders281", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11_l_allowsubfolders281_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11_l_allowsubfolders281_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11_l_datecolon279", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11_l_descriptioncolon280", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc11_l_pathcolon278", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12", + "displayName": "Trusted Location #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12_l_allowsubfolders285", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12_l_allowsubfolders285_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12_l_allowsubfolders285_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12_l_datecolon283", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12_l_descriptioncolon284", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc12_l_pathcolon282", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13", + "displayName": "Trusted Location #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13_l_allowsubfolders289", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13_l_allowsubfolders289_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13_l_allowsubfolders289_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13_l_datecolon287", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13_l_descriptioncolon288", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc13_l_pathcolon286", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14", + "displayName": "Trusted Location #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14_l_allowsubfolders293", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14_l_allowsubfolders293_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14_l_allowsubfolders293_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14_l_datecolon291", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14_l_descriptioncolon292", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc14_l_pathcolon290", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15", + "displayName": "Trusted Location #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15_l_allowsubfolders297", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15_l_allowsubfolders297_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15_l_allowsubfolders297_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15_l_datecolon295", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15_l_descriptioncolon296", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc15_l_pathcolon294", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16", + "displayName": "Trusted Location #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16_l_allowsubfolders301", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16_l_allowsubfolders301_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16_l_allowsubfolders301_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16_l_datecolon299", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16_l_descriptioncolon300", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc16_l_pathcolon298", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17", + "displayName": "Trusted Location #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17_l_allowsubfolders305", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17_l_allowsubfolders305_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17_l_allowsubfolders305_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17_l_datecolon303", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17_l_descriptioncolon304", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc17_l_pathcolon302", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18", + "displayName": "Trusted Location #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18_l_allowsubfolders309", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18_l_allowsubfolders309_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18_l_allowsubfolders309_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18_l_datecolon307", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18_l_descriptioncolon308", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc18_l_pathcolon306", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19", + "displayName": "Trusted Location #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19_l_allowsubfolders313", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19_l_allowsubfolders313_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19_l_allowsubfolders313_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19_l_datecolon311", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19_l_descriptioncolon312", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc19_l_pathcolon310", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20", + "displayName": "Trusted Location #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20_l_allowsubfolders317", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20_l_allowsubfolders317_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20_l_allowsubfolders317_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20_l_datecolon315", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20_l_descriptioncolon316", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustedloc20_l_pathcolon314", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustlegacysignature", + "displayName": "Trust legacy VBA signatures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustlegacysignature_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_trustlegacysignature_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc01", + "displayName": "Unsafe Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc01_l_allowsubfolders01", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc01_l_allowsubfolders01_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc01_l_allowsubfolders01_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc01_l_pathcolon01", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc02", + "displayName": "Unsafe Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc02_l_allowsubfolders02", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc02_l_allowsubfolders02_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc02_l_allowsubfolders02_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc02_l_pathcolon02", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc03", + "displayName": "Unsafe Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc03_l_allowsubfolders03", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc03_l_allowsubfolders03_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc03_l_allowsubfolders03_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc03_l_pathcolon03", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc04", + "displayName": "Unsafe Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc04_l_allowsubfolders04", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc04_l_allowsubfolders04_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc04_l_allowsubfolders04_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc04_l_pathcolon04", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc05", + "displayName": "Unsafe Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc05_l_allowsubfolders05", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc05_l_allowsubfolders05_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc05_l_allowsubfolders05_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc05_l_pathcolon05", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc06", + "displayName": "Unsafe Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc06_l_allowsubfolders06", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc06_l_allowsubfolders06_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc06_l_allowsubfolders06_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc06_l_pathcolon06", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc07", + "displayName": "Unsafe Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc07_l_allowsubfolders07", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc07_l_allowsubfolders07_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc07_l_allowsubfolders07_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc07_l_pathcolon07", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc08", + "displayName": "Unsafe Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc08_l_allowsubfolders08", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc08_l_allowsubfolders08_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc08_l_allowsubfolders08_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc08_l_pathcolon08", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc09", + "displayName": "Unsafe Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc09_l_allowsubfolders09", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc09_l_allowsubfolders09_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc09_l_allowsubfolders09_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc09_l_pathcolon09", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc10", + "displayName": "Unsafe Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc10_l_allowsubfolders10", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc10_l_allowsubfolders10_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc10_l_allowsubfolders10_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc10_l_pathcolon10", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc11", + "displayName": "Unsafe Location #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc11_l_allowsubfolders11", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc11_l_allowsubfolders11_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc11_l_allowsubfolders11_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc11_l_pathcolon11", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc12", + "displayName": "Unsafe Location #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc12_l_allowsubfolders12", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc12_l_allowsubfolders12_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc12_l_allowsubfolders12_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc12_l_pathcolon12", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc13", + "displayName": "Unsafe Location #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc13_l_allowsubfolders13", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc13_l_allowsubfolders13_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc13_l_allowsubfolders13_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc13_l_pathcolon13", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc14", + "displayName": "Unsafe Location #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc14_l_allowsubfolders14", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc14_l_allowsubfolders14_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc14_l_allowsubfolders14_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc14_l_pathcolon14", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc15", + "displayName": "Unsafe Location #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc15_l_allowsubfolders15", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc15_l_allowsubfolders15_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc15_l_allowsubfolders15_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc15_l_pathcolon15", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc16", + "displayName": "Unsafe Location #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc16_l_allowsubfolders16", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc16_l_allowsubfolders16_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc16_l_allowsubfolders16_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc16_l_pathcolon16", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc17", + "displayName": "Unsafe Location #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc17_l_allowsubfolders17", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc17_l_allowsubfolders17_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc17_l_allowsubfolders17_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc17_l_pathcolon17", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc18", + "displayName": "Unsafe Location #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc18_l_allowsubfolders18", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc18_l_allowsubfolders18_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc18_l_allowsubfolders18_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc18_l_pathcolon18", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc19", + "displayName": "Unsafe Location #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc19_l_allowsubfolders19", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc19_l_allowsubfolders19_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc19_l_allowsubfolders19_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc19_l_pathcolon19", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc20", + "displayName": "Unsafe Location #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc20_l_allowsubfolders20", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc20_l_allowsubfolders20_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc20_l_allowsubfolders20_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_protectedview_l_unsafeloc20_l_pathcolon20", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_allowunsecureapps", + "displayName": "Allow Unsecure web add-ins and Catalogs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_allowunsecureapps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_allowunsecureapps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_defaultfilesharecatalog", + "displayName": "Default Shared Folder Location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_defaultfilesharecatalog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_defaultfilesharecatalog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_defaultfilesharecatalog_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_defaultspcatalog", + "displayName": "Default SharePoint Catalog Location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_defaultspcatalog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_defaultspcatalog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_defaultspcatalog_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_disableallcatalogs", + "displayName": "Block Web Add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_disableallcatalogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_disableallcatalogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_disableofficestore", + "displayName": "Block the Office Store (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_disableofficestore_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_disableofficestore_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog01", + "displayName": "Trusted Catalog Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog01_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog02", + "displayName": "Trusted Catalog Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog02_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog03", + "displayName": "Trusted Catalog Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog03_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog04", + "displayName": "Trusted Catalog Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog04_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog05", + "displayName": "Trusted Catalog Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog05_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog06", + "displayName": "Trusted Catalog Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog06_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog07", + "displayName": "Trusted Catalog Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog07_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog08", + "displayName": "Trusted Catalog Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog08_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog09", + "displayName": "Trusted Catalog Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog09_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog10", + "displayName": "Trusted Catalog Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_trustedcatalogs_l_trustedcatalog10_l_url", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_adattributecontaingpersonalsiteurl", + "displayName": "AD attribute containing Personal Site URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_adattributecontaingpersonalsiteurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_adattributecontaingpersonalsiteurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_adattributecontaingpersonalsiteurl_l_empty424", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_allowfilesynchronizationviasoaponlyondomainnetworks", + "displayName": "Allow file synchronization via SOAP over HTTP only on domain networks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_allowfilesynchronizationviasoaponlyondomainnetworks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_allowfilesynchronizationviasoaponlyondomainnetworks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_catalogrefreshperiod", + "displayName": "Catalog Refresh Period (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_catalogrefreshperiod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_catalogrefreshperiod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_catalogrefreshperiod_l_empty601", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_disabletheofficeclientfrompolling", + "displayName": "Disable the Office client from polling the SharePoint Server for published links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_disabletheofficeclientfrompolling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_disabletheofficeclientfrompolling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_disabletheuserfromsettingthepersonalsiteurl", + "displayName": "Disable the user from setting the Personal Site URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_disabletheuserfromsettingthepersonalsiteurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_disabletheuserfromsettingthepersonalsiteurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_foldernameforpublishedlinks", + "displayName": "Folder name for Published Links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_foldernameforpublishedlinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_foldernameforpublishedlinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_foldernameforpublishedlinks_l_empty427", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_frequencyforpollingtheservertodownload", + "displayName": "Frequency for polling the server to download published links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_frequencyforpollingtheservertodownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_frequencyforpollingtheservertodownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_frequencyforpollingtheservertodownload_l_empty426", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_lengthadattributecontainingpersonalsiteurl", + "displayName": "Length AD Attribute containing Personal Site URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_lengthadattributecontainingpersonalsiteurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_lengthadattributecontainingpersonalsiteurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_lengthadattributecontainingpersonalsiteurl_l_empty425", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_turnonfilesynchronizationviasoapoverhttp", + "displayName": "Turn on file synchronization via SOAP over HTTP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_turnonfilesynchronizationviasoapoverhttp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings_l_turnonfilesynchronizationviasoapoverhttp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_enablecolleagueimportoutlookaddintowork", + "displayName": "Enable Colleague Import Outlook Add-in to work with Microsoft SharePoint Server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_enablecolleagueimportoutlookaddintowork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_enablecolleagueimportoutlookaddintowork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofdaystoscanfromtodaytodetermine", + "displayName": "Maximum number of days to scan from today to determine the user's colleagues for recommendation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofdaystoscanfromtodaytodetermine_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofdaystoscanfromtodaytodetermine_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofdaystoscanfromtodaytodetermine_l_empty429", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofitemstoscanfromtoday", + "displayName": "Maximum number of items to scan from today to determine the user's colleagues for recommendation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofitemstoscanfromtoday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofitemstoscanfromtoday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofitemstoscanfromtoday_l_empty428", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofreceipientsinanoutlookitem", + "displayName": "Maximum number of recipients in an Outlook item to scan to determine the user's colleagues for recommendation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofreceipientsinanoutlookitem_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofreceipientsinanoutlookitem_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofreceipientsinanoutlookitem_l_empty430", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows", + "displayName": "Maximum number of rows fetched per request while populating a lookup in the SharePoint list control (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows_l_empty433", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows_l_empty433_0", + "displayName": "Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows_l_empty433_1", + "displayName": "1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows_l_empty433_100", + "displayName": "100", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows_l_empty433_450", + "displayName": "450", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_maximumnumberofrows_l_empty433_5000", + "displayName": "5000", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_minimumtimebeforestartingcolleague", + "displayName": "Minimum time before starting Colleague recommendation scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_minimumtimebeforestartingcolleague_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_minimumtimebeforestartingcolleague_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_minimumtimebeforestartingcolleague_l_empty431", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_minimumtimetowaitbeforerescanning", + "displayName": "Minimum time to wait before rescanning the Outlook mailbox for new colleague recommendations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_minimumtimetowaitbeforerescanning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_minimumtimetowaitbeforerescanning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_serversettings~l_sharepointserver_l_minimumtimetowaitbeforerescanning_l_empty432", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services_l_disableofficeuserroamingsettings", + "displayName": "Disable Roaming Office User Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services_l_disableofficeuserroamingsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services_l_disableofficeuserroamingsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services~l_fax_l_disablefaxoverinternetfeature", + "displayName": "Disable Internet Fax feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services~l_fax_l_disablefaxoverinternetfeature_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services~l_fax_l_disablefaxoverinternetfeature_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services~l_fax_l_disallowcustomcoversheet", + "displayName": "Disallow custom cover sheet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services~l_fax_l_disallowcustomcoversheet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_services~l_fax_l_disallowcustomcoversheet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_enterprisetemplatespath", + "displayName": "Enterprise templates path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_enterprisetemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_enterprisetemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_enterprisetemplatespath_l_enterprisetemplatespath329", + "displayName": "Enterprise templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_setuserpathforthelabelpagesizeupdatefiles", + "displayName": "Set User path for the label page size update files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_setuserpathforthelabelpagesizeupdatefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_setuserpathforthelabelpagesizeupdatefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_setuserpathforthelabelpagesizeupdatefiles_l_setuserpathforthelabelpagesizeupdatefilesid", + "displayName": "User path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_setworkgrouppathforlabelpagesizeupdatefiles", + "displayName": "Set Workgroup path for label page size update files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_setworkgrouppathforlabelpagesizeupdatefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_setworkgrouppathforlabelpagesizeupdatefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_setworkgrouppathforlabelpagesizeupdatefiles_l_setworkgrouppathforlabelpagesizeupdatefilesid", + "displayName": "Workgroup path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_sharedthemespath", + "displayName": "Shared themes path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_sharedthemespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_sharedthemespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_sharedthemespath_l_sharedthemespath330", + "displayName": "Shared themes path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_userqueriespath", + "displayName": "User queries path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_userqueriespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_userqueriespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_userqueriespath_l_userqueriespath331", + "displayName": "User queries path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_usertemplatespath", + "displayName": "User templates path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_usertemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_usertemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_usertemplatespath_l_usertemplatespath328", + "displayName": "User templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_webquerydialoghomepage", + "displayName": "Web Query dialog box home page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_webquerydialoghomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_webquerydialoghomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_webquerydialoghomepage_l_webquerydialoghomepage333", + "displayName": "Web Query dialog box home page (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_workgroupbuildingblockspath", + "displayName": "Workgroup building blocks path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_workgroupbuildingblockspath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_workgroupbuildingblockspath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_workgroupbuildingblockspath_l_path2", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_workgrouptemplatespath", + "displayName": "Workgroup templates path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_workgrouptemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_workgrouptemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_sharedpaths_l_workgrouptemplatespath_l_workgrouptemplatespath329", + "displayName": "Workgroup templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_ekufiltering", + "displayName": "EKU filtering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_ekufiltering_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_ekufiltering_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_ekufiltering_l_empty412", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_legacyformatsignatires", + "displayName": "Legacy format signatures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_legacyformatsignatires_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_legacyformatsignatires_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_setdefaultimagedirctory", + "displayName": "Set default image directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_setdefaultimagedirctory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_setdefaultimagedirctory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_setdefaultimagedirctory_l_setdefaultimagedirctorypart", + "displayName": "Last-used signature image directory: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressexternalsigningservicesmenuitems", + "displayName": "Suppress external signature services menu item (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressexternalsigningservicesmenuitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressexternalsigningservicesmenuitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressofficesigningproviders", + "displayName": "Suppress Office Signing Providers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressofficesigningproviders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressofficesigningproviders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressofficesigningproviders_l_empty413", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressofficesigningproviders_l_empty413_0", + "displayName": "Enable Western and East Asian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressofficesigningproviders_l_empty413_1", + "displayName": "Suppress default Western", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressofficesigningproviders_l_empty413_2", + "displayName": "Suppress default East Asian", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_signing_l_supressofficesigningproviders_l_empty413_3", + "displayName": "Suppress both Western and East Asian", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_smartdocumentswordexcel_l_completelydisablethesmartdocumentsfeatureinwordandexcel", + "displayName": "Completely disable the Smart Documents feature in Word and Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_smartdocumentswordexcel_l_completelydisablethesmartdocumentsfeatureinwordandexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_smartdocumentswordexcel_l_completelydisablethesmartdocumentsfeatureinwordandexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_smartdocumentswordexcel_l_disablesmartdocumentsuseofmanifests", + "displayName": "Disable Smart Document's use of manifests (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_smartdocumentswordexcel_l_disablesmartdocumentsuseofmanifests_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_smartdocumentswordexcel_l_disablesmartdocumentsuseofmanifests_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_subscriptionactivation_l_autoorgidgetkey", + "displayName": "Automatically activate Office with federated organization credentials (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_subscriptionactivation_l_autoorgidgetkey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_subscriptionactivation_l_autoorgidgetkey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_subscriptionactivation_l_hidemanageaccountlink", + "displayName": "Do not show \"Manage Account\" link for subscription licenses. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_subscriptionactivation_l_hidemanageaccountlink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_subscriptionactivation_l_hidemanageaccountlink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_enablelogging", + "displayName": "Turn on telemetry data collection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_enablelogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_enablelogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeinventoryagentfilemetadataobfuscation", + "displayName": "Turn on privacy settings in Office Telemetry Agent (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeinventoryagentfilemetadataobfuscation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeinventoryagentfilemetadataobfuscation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeinventoryagentupload", + "displayName": "Turn on data uploading for Office Telemetry Agent (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeinventoryagentupload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeinventoryagentupload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcommonfileshare", + "displayName": "Specify the UNC path to store Office telemetry data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcommonfileshare_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcommonfileshare_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcommonfileshare_l_officeosmcommonfilesharefileshare", + "displayName": "UNC path to store Office telemetry data: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcustomtags", + "displayName": "Specify custom tags for Office telemetry data (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcustomtags_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcustomtags_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcustomtags_l_officeosmcustomtagstag1", + "displayName": "Tag 1: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcustomtags_l_officeosmcustomtagstag2", + "displayName": "Tag 2: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcustomtags_l_officeosmcustomtagstag3", + "displayName": "Tag 3: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmcustomtags_l_officeosmcustomtagstag4", + "displayName": "Tag 4: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications", + "displayName": "Office applications to exclude from Office Telemetry Agent reporting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsaccess", + "displayName": "Access-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsaccess_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsaccess_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsexcel", + "displayName": "Excel-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsexcel_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsexcel_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsonenote", + "displayName": "OneNote-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsonenote_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsonenote_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsoutlook", + "displayName": "Outlook-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsoutlook_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsoutlook_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationspowerpoint", + "displayName": "PowerPoint-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationspowerpoint_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationspowerpoint_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsproject", + "displayName": "Project-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsproject_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsproject_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationspublisher", + "displayName": "Publisher-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationspublisher_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationspublisher_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsvisio", + "displayName": "Visio-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsvisio_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsvisio_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsword", + "displayName": "Word-related solutions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsword_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedhostapplications_l_officeosmpreventedhostapplicationsword_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes", + "displayName": "Office solutions to exclude from Office Telemetry Agent reporting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesagave", + "displayName": "Web Add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesagave_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesagave_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesappaddins", + "displayName": "Application-specific add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesappaddins_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesappaddins_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypescomaddins", + "displayName": "COM add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypescomaddins_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypescomaddins_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesdocumentfiles", + "displayName": "Office document files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesdocumentfiles_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypesdocumentfiles_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypestemplatefiles", + "displayName": "Office template files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypestemplatefiles_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_telemetrydashboard_l_officeosmpreventedsolutiontypes_l_officeosmpreventedsolutiontypestemplatefiles_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_capitalizefirstletterofsentence", + "displayName": "Capitalize first letter of sentence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_capitalizefirstletterofsentence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_capitalizefirstletterofsentence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_capitalizenamesofdays", + "displayName": "Capitalize names of days (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_capitalizenamesofdays_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_capitalizenamesofdays_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_correctaccidentaluseofcapslockkey", + "displayName": "Correct accidental use of cAPS LOCK key (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_correctaccidentaluseofcapslockkey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_correctaccidentaluseofcapslockkey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_correcttwoinitialcapitals", + "displayName": "Correct TWo INitial CApitals (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_correcttwoinitialcapitals_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_correcttwoinitialcapitals_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_replacetextasyoutype", + "displayName": "Replace text as you type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_replacetextasyoutype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_replacetextasyoutype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_showautocorrectoptionsbuttons", + "displayName": "Show AutoCorrect Options buttons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_showautocorrectoptionsbuttons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess_l_showautocorrectoptionsbuttons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_checkfornewactionsurl", + "displayName": "Check for new actions URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_checkfornewactionsurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_checkfornewactionsurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_checkfornewactionsurl_l_checkfornewactionsurl231", + "displayName": "Check for new actions URL (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_enableadditionalactionsinexcel", + "displayName": "Enable additional actions in Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_enableadditionalactionsinexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_enableadditionalactionsinexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_moreactionsurl", + "displayName": "More actions URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_moreactionsurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_moreactionsurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsautocorrectoptionsexcelpowerpointandaccess~l_additionalactions_l_moreactionsurl_l_moreactionsurleditid", + "displayName": "More Actions URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_conversionservices_l_conversionservicesoptions", + "displayName": "Conversion Service Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_conversionservices_l_conversionservicesoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_conversionservices_l_conversionservicesoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_conversionservices_l_conversionservicesoptions_l_conversionservicesoptions236", + "displayName": "Conversion service options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_conversionservices_l_conversionservicesoptions_l_conversionservicesoptions236_0", + "displayName": "Do not allow to use Microsoft Conversion Service", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_conversionservices_l_conversionservicesoptions_l_conversionservicesoptions236_2", + "displayName": "Allow to use Microsoft Conversion Service", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_onlinecontentoptions", + "displayName": "Online Content Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_onlinecontentoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_onlinecontentoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_onlinecontentoptions_l_onlinecontentoptions236", + "displayName": "Online content options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_onlinecontentoptions_l_onlinecontentoptions236_0", + "displayName": "Do not allow Office to connect to the Internet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_onlinecontentoptions_l_onlinecontentoptions236_2", + "displayName": "Allow Office to connect to the Internet", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_serviceleveloptions", + "displayName": "Service Level Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_serviceleveloptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_serviceleveloptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_serviceleveloptions_l_serviceleveloptionsdropid", + "displayName": "Service Level Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_serviceleveloptions_l_serviceleveloptionsdropid_0", + "displayName": "Office services only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_serviceleveloptions_l_serviceleveloptionsdropid_1", + "displayName": "Microsoft services only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_onlinecontent_l_serviceleveloptions_l_serviceleveloptionsdropid_2", + "displayName": "All services", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_powerpointdesigner_l_powerpointdesigneroptions", + "displayName": "PowerPoint Designer Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_powerpointdesigner_l_powerpointdesigneroptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_powerpointdesigner_l_powerpointdesigneroptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_powerpointdesigner_l_powerpointdesigneroptions_l_powerpointdesigneroptionsid", + "displayName": "PowerPoint Designer options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_powerpointdesigner_l_powerpointdesigneroptions_l_powerpointdesigneroptionsid_0", + "displayName": "Disable PowerPoint Designer", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralserviceoptions~l_powerpointdesigner_l_powerpointdesigneroptions_l_powerpointdesigneroptionsid_73187", + "displayName": "Enable PowerPoint Designer", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disablehyperlinkstowebtemplatesinfilenewandtaskpanes", + "displayName": "Disable web templates in File | New and on the Office Start screen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disablehyperlinkstowebtemplatesinfilenewandtaskpanes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disablehyperlinkstowebtemplatesinfilenewandtaskpanes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disableofficetemplates", + "displayName": "Hide all Office-provided templates on the Office Start screen and in File | New (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disableofficetemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disableofficetemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disabletargetedmessaging", + "displayName": "Hide dynamic lifecycle messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disabletargetedmessaging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions_l_disabletargetedmessaging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_allowpngasanoutputformat", + "displayName": "Allow PNG as an output format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_allowpngasanoutputformat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_allowpngasanoutputformat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_relyonvmlfordisplayinggraphicsinbrowsers", + "displayName": "Rely on VML for displaying graphics in browsers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_relyonvmlfordisplayinggraphicsinbrowsers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_relyonvmlfordisplayinggraphicsinbrowsers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor", + "displayName": "Target monitor (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_pixelsperinch", + "displayName": "Pixels per inch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_pixelsperinch_72", + "displayName": "72", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_pixelsperinch_96", + "displayName": "96", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_pixelsperinch_120", + "displayName": "120", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize", + "displayName": "Screen size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_544x376", + "displayName": "544 x 376", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_640x480", + "displayName": "640 x 480", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_720x512", + "displayName": "720 x 512", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_800x600", + "displayName": "800 x 600", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_1024x768", + "displayName": "1024 x 768", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_1152x882", + "displayName": "1152 x 882", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_1152x900", + "displayName": "1152 x 900", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_1280x1024", + "displayName": "1280 x 1024", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_1600x1200", + "displayName": "1600 x 1200", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_1800x1440", + "displayName": "1800 x 1440", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_browsers_l_targetmonitor_l_screensize_1920x1200", + "displayName": "1920 x 1200", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding", + "displayName": "Default or specific encoding (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_alwayssavewebpagesinthedefaultencoding", + "displayName": "Always save Web pages in the default encoding. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_alwayssavewebpagesinthedefaultencoding_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_alwayssavewebpagesinthedefaultencoding_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas", + "displayName": "Save this document as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1256", + "displayName": "Arabic Alphabet (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_28594", + "displayName": "Baltic Alphabet (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1257", + "displayName": "Baltic Alphabet (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_852", + "displayName": "Central European (DOS)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_28592", + "displayName": "Central European Alphabet (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1250", + "displayName": "Central European Alphabet (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_936", + "displayName": "Chinese Simplified (GB2312)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_52936", + "displayName": "Chinese Simplified (HZ)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_950", + "displayName": "Chinese Traditional (Big 5)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_866", + "displayName": "Cyrillic Alphabet (DOS)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_28595", + "displayName": "Cyrillic Alphabet (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_20866", + "displayName": "Cyrillic Alphabet (KOI8-R)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1251", + "displayName": "Cyrillic Alphabet (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_28597", + "displayName": "Greek Alphabet (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1253", + "displayName": "Greek Alphabet (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1255", + "displayName": "Hebrew Alphabet (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_51932", + "displayName": "Japanese (EUC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_50220", + "displayName": "Japanese (JIS)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_50222", + "displayName": "Japanese (JIS-Allow 1 byte Kana - SO/SI)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_50221", + "displayName": "Japanese (JIS-Allow 1 byte Kana)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_932", + "displayName": "Japanese (Shift-JIS)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_949", + "displayName": "Korean", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_28593", + "displayName": "Latin 3 Alphabet (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_874", + "displayName": "Thai (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1254", + "displayName": "Turkish Alphabet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_21866", + "displayName": "Ukrainian Alphabet (KOI8-RU)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1200", + "displayName": "Universal Alphabet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1201", + "displayName": "Universal Alphabet (Big-Endian)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_65001", + "displayName": "Universal Alphabet (UTF-8)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1258", + "displayName": "Vietnamese Alphabet (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_28598", + "displayName": "Visual Hebrew (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_encoding_l_defaultorspecificencoding_l_savethisdocumentas_1252", + "displayName": "Western Alphabet (Windows)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_checkifofficeisthedefaulteditorforwebpagescreatedinoffice", + "displayName": "Check if Office is the default editor for Web pages created in Office (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_checkifofficeisthedefaulteditorforwebpagescreatedinoffice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_checkifofficeisthedefaulteditorforwebpagescreatedinoffice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_openofficedocumentdirectlyinofficeapplication", + "displayName": "Open Office document directly in Office application (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_openofficedocumentdirectlyinofficeapplication_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_openofficedocumentdirectlyinofficeapplication_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_openofficedocumentsasreadwritewhilebrowsing", + "displayName": "Open Office documents as read/write while browsing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_openofficedocumentsasreadwritewhilebrowsing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_openofficedocumentsasreadwritewhilebrowsing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_organizesupportingfilesinafolder", + "displayName": "Organize supporting files in a folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_organizesupportingfilesinafolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_organizesupportingfilesinafolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_updatelinksonsave", + "displayName": "Update links on save (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_updatelinksonsave_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_updatelinksonsave_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_uselongfilenameswheneverpossible", + "displayName": "Use long file names whenever possible (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_uselongfilenameswheneverpossible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_files_l_uselongfilenameswheneverpossible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting", + "displayName": "Rely on CSS for font formatting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting_l_checktoenforcecssonunchecktoenforcecssoff", + "displayName": "Enforce CSS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting_l_checktoenforcecssonunchecktoenforcecssoff_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting_l_checktoenforcecssonunchecktoenforcecssoff_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting_l_usethecsssettingforwordasanemaileditor", + "displayName": "CSS setting for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting_l_usethecsssettingforwordasanemaileditor_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsgeneralweboptions~l_general_l_relyoncssforfontformatting_l_usethecsssettingforwordasanemaileditor_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_allowaccenteduppercaseinfrench", + "displayName": "Allow accented uppercase in French (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_allowaccenteduppercaseinfrench_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_allowaccenteduppercaseinfrench_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_arabicmodes", + "displayName": "Arabic modes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_arabicmodes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_arabicmodes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_arabicmodes_l_empty239", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_arabicmodes_l_empty239_0", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_arabicmodes_l_empty239_1", + "displayName": "Strict initial alef hamza", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_arabicmodes_l_empty239_2", + "displayName": "Strict final yaa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_arabicmodes_l_empty239_3", + "displayName": "Both strict", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_combineauxverbadj", + "displayName": "Combine aux verb/adj. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_combineauxverbadj_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_combineauxverbadj_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_flagrepeatedwords", + "displayName": "Flag Repeated Words (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_flagrepeatedwords_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_flagrepeatedwords_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_hebrewmode", + "displayName": "Hebrew mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_hebrewmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_hebrewmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_hebrewmode_l_empty238", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_hebrewmode_l_empty238_0", + "displayName": "Full", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_hebrewmode_l_empty238_1", + "displayName": "Partial", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_hebrewmode_l_empty238_2", + "displayName": "Mixed", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_hebrewmode_l_empty238_3", + "displayName": "Mixed authorized", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignoreinternetandfileaddresses", + "displayName": "Ignore Internet and file addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignoreinternetandfileaddresses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignoreinternetandfileaddresses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignorewordsinuppercase", + "displayName": "Ignore words in UPPERCASE (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignorewordsinuppercase_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignorewordsinuppercase_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignorewordswithnumbers", + "displayName": "Ignore words with numbers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignorewordswithnumbers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_ignorewordswithnumbers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_processcompoundnouns", + "displayName": "Process compound nouns (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_processcompoundnouns_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_processcompoundnouns_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_suggestfrommaindictionaryonly", + "displayName": "Suggest from main dictionary only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_suggestfrommaindictionaryonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_suggestfrommaindictionaryonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_useautochangelist", + "displayName": "Use auto-change list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_useautochangelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_useautochangelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_usegermanpostreformruleswhenrunningspellcheck", + "displayName": "German: Use post-reform rules (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_usegermanpostreformruleswhenrunningspellcheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling_l_usegermanpostreformruleswhenrunningspellcheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling~l_proofingdatacollection_l_improveproofingtools", + "displayName": "Improve Proofing Tools (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling~l_proofingdatacollection_l_improveproofingtools_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_toolsoptionsspelling~l_proofingdatacollection_l_improveproofingtools_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_allowwebarchivestobesavedinanyhtmlencoding", + "displayName": "Allow Web Archives to be saved in any HTML encoding (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_allowwebarchivestobesavedinanyhtmlencoding_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_allowwebarchivestobesavedinanyhtmlencoding_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_defaultformatforpublish", + "displayName": "Default format for 'Publish' (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_defaultformatforpublish_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_defaultformatforpublish_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_defaultformatforpublish_l_defaultformatforpublish405", + "displayName": "Default format for 'Publish' (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_defaultformatforpublish_l_defaultformatforpublish405_2", + "displayName": "Web Archive (*.mht)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_defaultformatforpublish_l_defaultformatforpublish405_1", + "displayName": "Web Page (*.htm)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_defaultformatforpublish_l_defaultformatforpublish405_0", + "displayName": "Default", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointsaveanadditionalversionofthepresentationforolderbr", + "displayName": "PowerPoint: Save an additional version of the presentation for older browsers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointsaveanadditionalversionofthepresentationforolderbr_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointsaveanadditionalversionofthepresentationforolderbr_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointwebpageformatcompatibility", + "displayName": "PowerPoint: web page format compatibility (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointwebpageformatcompatibility_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointwebpageformatcompatibility_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointwebpageformatcompatibility_l_powerpointwebpageformatcompatibility406", + "displayName": "PowerPoint: web page format compatibility (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointwebpageformatcompatibility_l_powerpointwebpageformatcompatibility406_2", + "displayName": "All browsers", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointwebpageformatcompatibility_l_powerpointwebpageformatcompatibility406_1", + "displayName": "Windows Internet Explorer 4.0 or later", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_powerpointwebpageformatcompatibility_l_powerpointwebpageformatcompatibility406_0", + "displayName": "Based on installed browsers", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_savenewwebpagesaswebarchives", + "displayName": "Save new Web pages as Web archives (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_savenewwebpagesaswebarchives_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_savenewwebpagesaswebarchives_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_webarchiveencoding", + "displayName": "Web Archive encoding (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_webarchiveencoding_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_webarchiveencoding_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_webarchiveencoding_l_webarchiveencoding402", + "displayName": "Web Archive encoding (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_webarchiveencoding_l_webarchiveencoding402_2", + "displayName": "Use 8 bit content-transfer-encoding", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_webarchiveencoding_l_webarchiveencoding402_1", + "displayName": "Use 8 bit only for encoding text parts", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_webarchives_l_webarchiveencoding_l_webarchiveencoding402_0", + "displayName": "Use RFC-approved encoding", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationexcel", + "displayName": "Don’t show the What’s New information for Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationonenote", + "displayName": "Don’t show the What’s New information for OneNote (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationonenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationonenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationoutlook", + "displayName": "Don’t show the What’s New information for Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationpowerpoint", + "displayName": "Don’t show the What’s New information for PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationpowerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationpowerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationvisio", + "displayName": "Don’t show the What’s New information for Visio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationvisio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationvisio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationword", + "displayName": "Don’t show the What’s New information for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v2~policy~l_microsoftofficesystem~l_whatsnew_l_dontshowwhatsnewinformationword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v3.1~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableroamingmruforonpremservers", + "displayName": "Turn off roaming of on-premises file names and metadata (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v3.1~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableroamingmruforonpremservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3.1~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableroamingmruforonpremservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_collaborationsettings_l_documentchat", + "displayName": "Allow co-authors to chat within a document (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_collaborationsettings_l_documentchat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_collaborationsettings_l_documentchat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_globaloptions~l_customize_l_defaultuithemeuser", + "displayName": "Default Office theme (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_globaloptions~l_customize_l_defaultuithemeuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_globaloptions~l_customize_l_defaultuithemeuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_globaloptions~l_customize_l_defaultuithemeuser_l_defaultuithemeenum", + "displayName": "Theme: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_globaloptions~l_customize_l_defaultuithemeuser_l_defaultuithemeenum_0", + "displayName": "Colorful", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_globaloptions~l_customize_l_defaultuithemeuser_l_defaultuithemeenum_3", + "displayName": "Dark Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_globaloptions~l_customize_l_defaultuithemeuser_l_defaultuithemeenum_4", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_globaloptions~l_customize_l_defaultuithemeuser_l_defaultuithemeenum_5", + "displayName": "White", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableroamingmruforonpremservers", + "displayName": "Turn off roaming of on-premises file names and metadata (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableroamingmruforonpremservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_miscellaneous437_l_disableroamingmruforonpremservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_miscellaneous437_l_officeinsideruserexperience", + "displayName": "Show the option for Office Insider (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_miscellaneous437_l_officeinsideruserexperience_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_miscellaneous437_l_officeinsideruserexperience_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_securitysettings_l_forceruntimeavscan", + "displayName": "Force Runtime AV Scan (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_securitysettings_l_forceruntimeavscan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_securitysettings_l_forceruntimeavscan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_securitysettings_l_useofficeforlabelling", + "displayName": "Use the Sensitivity feature in Office to apply and view sensitivity labels (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_securitysettings_l_useofficeforlabelling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v3~policy~l_microsoftofficesystem~l_securitysettings_l_useofficeforlabelling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v5~policy~l_microsoftofficesystem~l_securitysettings_l_authenticationfbabehavior", + "displayName": "Control how Office handles form-based sign-in prompts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v5~policy~l_microsoftofficesystem~l_securitysettings_l_authenticationfbabehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v5~policy~l_microsoftofficesystem~l_securitysettings_l_authenticationfbabehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v5~policy~l_microsoftofficesystem~l_securitysettings_l_authenticationfbabehavior_l_authenticationfbabehaviorenum", + "displayName": "Behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v5~policy~l_microsoftofficesystem~l_securitysettings_l_authenticationfbabehavior_l_authenticationfbabehaviorenum_1", + "displayName": "Block all prompts", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v5~policy~l_microsoftofficesystem~l_securitysettings_l_authenticationfbabehavior_l_authenticationfbabehaviorenum_2", + "displayName": "Ask the user what to do for each new host", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v5~policy~l_microsoftofficesystem~l_securitysettings_l_authenticationfbabehavior_l_authenticationfbabehaviorenum_3", + "displayName": "Show prompts only from allowed hosts", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v5~policy~l_microsoftofficesystem~l_securitysettings_l_authenticationfbabehavior_l_authenticationfbaenabledhostsid", + "displayName": "Specify hosts allowed to show form-based sign-in prompts to users: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v6~policy~l_microsoftofficesystem~l_securitysettings_l_allowvbaintranetrefs", + "displayName": "Allow VBA to load typelib references by path from untrusted intranet locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v6~policy~l_microsoftofficesystem~l_securitysettings_l_allowvbaintranetrefs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v6~policy~l_microsoftofficesystem~l_securitysettings_l_allowvbaintranetrefs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v6~policy~l_microsoftofficesystem~l_securitysettings_l_disablestrictvbarefssecuritypolicy", + "displayName": "Disable additional security checks on VBA library references that may refer to unsafe locations on the local machine (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v6~policy~l_microsoftofficesystem~l_securitysettings_l_disablestrictvbarefssecuritypolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v6~policy~l_microsoftofficesystem~l_securitysettings_l_disablestrictvbarefssecuritypolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_miscellaneous437_l_personalizationhomeuseprogram", + "displayName": "Show in-product notifications for the Microsoft Home Use Program (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_miscellaneous437_l_personalizationhomeuseprogram_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_miscellaneous437_l_personalizationhomeuseprogram_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_emailcollection", + "displayName": "Allow Microsoft to follow up on feedback submitted by users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_emailcollection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_emailcollection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendsurvey", + "displayName": "Allow users to receive and respond to in-product surveys from Microsoft (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendsurvey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_sendsurvey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings_l_model3dblockedextensions", + "displayName": "Disable 3D Model File Formats List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings_l_model3dblockedextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings_l_model3dblockedextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings_l_model3dblockedextensions_l_model3dblocklist", + "displayName": "List of file extensions to block: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffcameraandmicrophoneinapplicationguard", + "displayName": "Turn off camera and microphone access for Office apps using Application Guard. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffcameraandmicrophoneinapplicationguard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffcameraandmicrophoneinapplicationguard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffclipboardaccessinapplicationguard", + "displayName": "Don't allow copy and paste from Office documents opened in Application Guard. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffclipboardaccessinapplicationguard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffclipboardaccessinapplicationguard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffhardwareaccelerationinapplicationguard", + "displayName": "Disable hardware acceleration for Office in Application Guard. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffhardwareaccelerationinapplicationguard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffhardwareaccelerationinapplicationguard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffofficeinapplicationguard", + "displayName": "Don't use Application Guard with Office. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffofficeinapplicationguard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffofficeinapplicationguard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard", + "displayName": "Restrict printing from Office of documents opened in Application Guard. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnofflocalprintinginapplicationguard", + "displayName": "Disable Local printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnofflocalprintinginapplicationguard_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnofflocalprintinginapplicationguard_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffnetworkprintinginapplicationguard", + "displayName": "Disable Network printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffnetworkprintinginapplicationguard_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffnetworkprintinginapplicationguard_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffpdfprintinginapplicationguard", + "displayName": "Disable PDF printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffpdfprintinginapplicationguard_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffpdfprintinginapplicationguard_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffxpsprintinginapplicationguard", + "displayName": "Disable XPS printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffxpsprintinginapplicationguard_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffprintsettingsinapplicationguard_l_turnoffxpsprintinginapplicationguard_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnofftrustpromotionfordocumentsinapplicationguard", + "displayName": "Prevent users from removing Application Guard protection on files. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnofftrustpromotionfordocumentsinapplicationguard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v7~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnofftrustpromotionfordocumentsinapplicationguard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_logcollection", + "displayName": "Allow users to include log files and content samples when they submit feedback to Microsoft (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_logcollection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_privacy~l_trustcenter_l_logcollection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_onlytrustvbasignaturev3", + "displayName": "Only trust VBA macros that use V3 signatures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_onlytrustvbasignaturev3_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241_l_onlytrustvbasignaturev3_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_configureprecreateinapplicationguard", + "displayName": "Configure Application Guard container precreation. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_configureprecreateinapplicationguard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_configureprecreateinapplicationguard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v8~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_configureprecreateinapplicationguard_l_setappguardprewarmwindowvalue", + "displayName": "Pre-Create Window (days): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser", + "displayName": "Show the option for the Office Update Channel experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_insiderfast", + "displayName": "Beta Channel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_insiderfast_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_insiderfast_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_insiderslow", + "displayName": "Current Channel (Preview) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_insiderslow_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_insiderslow_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_mec", + "displayName": "Monthly Enterprise Channel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_mec_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_mec_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_production", + "displayName": "Current Channel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_production_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_production_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_sae", + "displayName": "Semi-Annual Enterprise Channel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_sae_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_sae_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_saepreview", + "displayName": "Semi-Annual Enterprise Channel (Preview) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_saepreview_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_miscellaneous437_l_updatechannelselectoruser_l_uc_saepreview_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffblockingofunsupportedfiletypesinapplicationguard", + "displayName": "Turn off protection of unsupported file types in Application Guard for Office. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffblockingofunsupportedfiletypesinapplicationguard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_office16v9~policy~l_microsoftofficesystem~l_securitysettings~l_trustcenter241~l_applicationguard_l_turnoffblockingofunsupportedfiletypesinapplicationguard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites", + "displayName": "Configure team site libraries to sync automatically (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_automountteamsiteslistbox", + "displayName": "Libraries: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_automountteamsiteslistbox_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_automountteamsites_automountteamsiteslistbox_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_defaultrootdir", + "displayName": "Set the default location for the OneDrive folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_defaultrootdir_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_defaultrootdir_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_defaultrootdir_defaultrootdirlist", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_defaultrootdir_defaultrootdirlist_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_defaultrootdir_defaultrootdirlist_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablecustomroot", + "displayName": "Prevent users from changing the location of their OneDrive folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablecustomroot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablecustomroot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablecustomroot_disablecustomrootlist", + "displayName": "Change location setting: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablecustomroot_disablecustomrootlist_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablecustomroot_disablecustomrootlist_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablefretutorial", + "displayName": "Disable the tutorial that appears at the end of OneDrive Setup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablefretutorial_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablefretutorial_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepauseonbatterysaver", + "displayName": "Continue syncing when devices have battery saver mode turned on (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepauseonbatterysaver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepauseonbatterysaver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepauseonmeterednetwork", + "displayName": "Continue syncing on metered networks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepauseonmeterednetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepauseonmeterednetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepersonalsync", + "displayName": "Prevent users from syncing personal OneDrive accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepersonalsync_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_disablepersonalsync_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_downloadbandwidthlimit", + "displayName": "Limit the sync app download speed to a fixed rate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_downloadbandwidthlimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_downloadbandwidthlimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_downloadbandwidthlimit_downloadratevalue", + "displayName": "Bandwidth: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_enableallocsiclients", + "displayName": "Coauthor and share in Office desktop apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_enableallocsiclients_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_enableallocsiclients_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_enableholdthefile", + "displayName": "Allow users to choose how to handle Office file sync conflicts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_enableholdthefile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_enableholdthefile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_uploadbandwidthlimit", + "displayName": "Limit the sync app upload speed to a fixed rate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_uploadbandwidthlimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_uploadbandwidthlimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv2~policy~onedrivengsc_uploadbandwidthlimit_uploadratevalue", + "displayName": "Bandwidth: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_kfmforcewindowsdisplaylanguage", + "displayName": "Always use the user's Windows display language when provisioning known folders in OneDrive (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_kfmforcewindowsdisplaylanguage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv4~policy~onedrivengsc_kfmforcewindowsdisplaylanguage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_disablefreanimation", + "displayName": "Disable animation that appears during OneDrive Setup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_disablefreanimation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onedrivengscv6~policy~onedrivengsc_disablefreanimation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_disableinstalledonenoteaddins", + "displayName": "Disable installed OneNote Add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_disableinstalledonenoteaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_disableinstalledonenoteaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_disableonenotecomapi", + "displayName": "Disable OneNote COM API (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_disableonenotecomapi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_disableonenotecomapi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_addins_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook", + "displayName": "Choose default codec to be used for Video notebook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec", + "displayName": "Choose the Windows Media Video 8 codec: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for color pocket pcs (150 kbps)", + "displayName": "Color Pocket PCs (150 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for dial-up modems or single-channel isdn (28.8 to 56 kbps)", + "displayName": "Dial-up Modems or Single-channel ISDN (28.8 to 56 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for lan, cable modem, or xdsl (100 to 768 kbps)", + "displayName": "LAN, Cable Modem, or xDSL (100 to 768 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for dial-up modems or lan (28.8 to 100 kbps)", + "displayName": "Dial-up Modems or LAN (28.8 to 100 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for dial-up modems (28.8 kbps)", + "displayName": "Dial-up Modems (28.8 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for dial-up modems (56 kbps)", + "displayName": "Dial-up Modems (56 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for local area network (100 kbps)", + "displayName": "Local Area Network (100 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for local area network (256 kbps)", + "displayName": "Local Area Network (256 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for local area network (384 kbps)", + "displayName": "Local Area Network (384 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for broadband (ntsc, 700 kbps)", + "displayName": "Broadband (NTSC, 700 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for broadband (ntsc, 1400 kbps)", + "displayName": "Broadband (NTSC, 1400 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for broadband (pal, 384 kbps)", + "displayName": "Broadband (PAL, 384 Kbps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_choosedefaultcodectobeusedforvideonotebook_l_choosethewindowsmediavideo8codec_windows media video 8 for broadband (pal, 700 kbps)", + "displayName": "Broadband (PAL, 700 Kbps)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_disableaudosearch", + "displayName": "Disable audio search (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_disableaudosearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_disableaudosearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_disablelinkedaudiofeature", + "displayName": "Disable Linked Audio feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_disablelinkedaudiofeature_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_disablelinkedaudiofeature_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_rewindfromstartofparagraphbythefollowingnumberofseconds", + "displayName": "Rewind from start of paragraph by the following number of seconds (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_rewindfromstartofparagraphbythefollowingnumberofseconds_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_rewindfromstartofparagraphbythefollowingnumberofseconds_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_rewindfromstartofparagraphbythefollowingnumberofseconds_l_rewindfromstartofparagraphbysec", + "displayName": "Rewind from start of paragraph by: (sec) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifynumberofbitstosamplewhenrecording", + "displayName": "Specify number of bits to sample when recording (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifynumberofbitstosamplewhenrecording_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifynumberofbitstosamplewhenrecording_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifynumberofbitstosamplewhenrecording_l_bits", + "displayName": "Bits: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifynumberofchannelstorecord", + "displayName": "Specify number of channels to record (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifynumberofchannelstorecord_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifynumberofchannelstorecord_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifynumberofchannelstorecord_l_channels12", + "displayName": "Channels (1-2): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifyratetosampleaudiobitssecond", + "displayName": "Specify rate to sample audio (bits/second) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifyratetosampleaudiobitssecond_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifyratetosampleaudiobitssecond_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_audioandvideo_l_specifyratetosampleaudiobitssecond_l_bitssecond", + "displayName": "Bits/Second: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook", + "displayName": "Automatically back up my notebook... (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin", + "displayName": "Automatically back up at this interval (min): (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_1", + "displayName": "1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_2", + "displayName": "2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_3", + "displayName": "3", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_4", + "displayName": "4", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_5", + "displayName": "5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_10", + "displayName": "10", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_15", + "displayName": "15", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_30", + "displayName": "30", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_60", + "displayName": "60", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_120", + "displayName": "120", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_180", + "displayName": "180", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_240", + "displayName": "240", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_300", + "displayName": "300", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_360", + "displayName": "360", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_480", + "displayName": "480", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_720", + "displayName": "720", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_960", + "displayName": "960", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_1440", + "displayName": "1440", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_2880", + "displayName": "2880", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_4320", + "displayName": "4320", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_5760", + "displayName": "5760", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_7200", + "displayName": "7200", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_8640", + "displayName": "8640", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_10080", + "displayName": "10080", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_20160", + "displayName": "20160", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_30240", + "displayName": "30240", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_40320", + "displayName": "40320", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_50400", + "displayName": "50400", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_automaticallybackupatthisintervalmin_60480", + "displayName": "60480", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_checktoenableautomaticbackup", + "displayName": "Check to enable automatic backup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_checktoenableautomaticbackup_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_automaticallybackupmynotebook_l_checktoenableautomaticbackup_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_numberofbackupcopiestokeep", + "displayName": "Number of backup copies to keep (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_numberofbackupcopiestokeep_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_numberofbackupcopiestokeep_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_backup_l_numberofbackupcopiestokeep_l_numberofbackupcopiestokeep2", + "displayName": "Number of backup copies to keep (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_navigationbarappearsontheright", + "displayName": "Navigation bar appears on the right (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_navigationbarappearsontheright_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_navigationbarappearsontheright_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_pagetabsappearontheleft", + "displayName": "Page tabs appear on the left (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_pagetabsappearontheleft_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_pagetabsappearontheleft_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_pagetabsappearontheleft_l_specifylocationofthepagetabcontrol", + "displayName": "Specify location of the page tab control: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_pagetabsappearontheleft_l_specifylocationofthepagetabcontrol_0", + "displayName": "Right", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_pagetabsappearontheleft_l_specifylocationofthepagetabcontrol_1", + "displayName": "Left", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_shownotecontainers", + "displayName": "Show Note Containers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_shownotecontainers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_shownotecontainers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_verticalscrollbarappearsonleft", + "displayName": "Vertical scroll bar appears on left (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_verticalscrollbarappearsonleft_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_display_l_verticalscrollbarappearsonleft_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autobulletrecognition", + "displayName": "Auto Bullet Recognition (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autobulletrecognition_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autobulletrecognition_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autokeyboardswitching", + "displayName": "Auto Keyboard Switching (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autokeyboardswitching_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autokeyboardswitching_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autonumberingrecognition", + "displayName": "Auto Numbering Recognition (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autonumberingrecognition_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_autonumberingrecognition_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_defaultfontname", + "displayName": "Default Font Name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_defaultfontname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_defaultfontname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_defaultfontname_l_font", + "displayName": "Font: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_defaultfontsize", + "displayName": "Default Font Size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_defaultfontsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_defaultfontsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_defaultfontsize_l_fontsize", + "displayName": "Font Size: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_includelinktosourcewhenpastingfromtheinternet", + "displayName": "Include link to source when pasting from the Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_includelinktosourcewhenpastingfromtheinternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_includelinktosourcewhenpastingfromtheinternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_showpasteoptionsbuttons", + "displayName": "Show Paste Options buttons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_showpasteoptionsbuttons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_showpasteoptionsbuttons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_turnoffautocalculator", + "displayName": "Turn off auto calculator (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_turnoffautocalculator_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_turnoffautocalculator_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_turnofflinkcreationwith", + "displayName": "Turn off link creation with [[ ]] (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_turnofflinkcreationwith_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_turnofflinkcreationwith_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_addsignaturetoonenoteemailmessages", + "displayName": "Add signature to OneNote email messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_addsignaturetoonenoteemailmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_addsignaturetoonenoteemailmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_allowonenoteemailattachments", + "displayName": "Allow OneNote e-mail attachments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_allowonenoteemailattachments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_allowonenoteemailattachments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_attachembeddedfilestotheemail", + "displayName": "Attach embedded files to the email message as separate files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_attachembeddedfilestotheemail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_attachembeddedfilestotheemail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_usethissignatureforonenoteemail", + "displayName": "Use this signature for OneNote email (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_usethissignatureforonenoteemail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_usethissignatureforonenoteemail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_email_l_usethissignatureforonenoteemail_l_entersignaturetouseforonenoteemail", + "displayName": "Enter signature to use for OneNote e-mail (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_noteflags_l_copyitemswhenmovingthem", + "displayName": "Copy items when moving them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_noteflags_l_copyitemswhenmovingthem_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_noteflags_l_copyitemswhenmovingthem_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_noteflags_l_showdimmedtaggednotesinthetagssummarytaskpane", + "displayName": "Show dimmed tagged notes in the Tags Summary task pane (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_noteflags_l_showdimmedtaggednotesinthetagssummarytaskpane_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_noteflags_l_showdimmedtaggednotesinthetagssummarytaskpane_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_addonenoteicontonotificationarea", + "displayName": "Add OneNote icon to notification area (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_addonenoteicontonotificationarea_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_addonenoteicontonotificationarea_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote", + "displayName": "Default unit of measurement used in OneNote (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote_l_specifydefaultunitofmeasurement", + "displayName": "Specify default unit of measurement: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote_l_specifydefaultunitofmeasurement_0", + "displayName": "Inch", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote_l_specifydefaultunitofmeasurement_1", + "displayName": "Centimeter", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote_l_specifydefaultunitofmeasurement_2", + "displayName": "Millimeter", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote_l_specifydefaultunitofmeasurement_3", + "displayName": "Point", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_defaultunitofmeasurementusedinonenote_l_specifydefaultunitofmeasurement_4", + "displayName": "Pica", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableembeddedfiles", + "displayName": "Disable embedded files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableembeddedfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableembeddedfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableocr", + "displayName": "Disable OCR (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableocr_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableocr_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableonenotescreenclippingnotifications", + "displayName": "Disable OneNote screen clipping notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableonenotescreenclippingnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableonenotescreenclippingnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableonenotescreenclippings", + "displayName": "Disable OneNote Screen Clippings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableonenotescreenclippings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disableonenotescreenclippings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_embeddedfilesblockedextensions", + "displayName": "Embedded Files Blocked Extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_embeddedfilesblockedextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_embeddedfilesblockedextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_embeddedfilesblockedextensions_l_empty12", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_loadanotebookonfirstboot", + "displayName": "Load a notebook on first boot (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_loadanotebookonfirstboot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_loadanotebookonfirstboot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_loadanotebookonfirstboot_l_empty13", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_notebookpresence", + "displayName": "Notebook Presence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_notebookpresence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_notebookpresence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_numberofdaysbeforewarningthatserveris", + "displayName": "Number of days before warning that server is inaccessible (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_numberofdaysbeforewarningthatserveris_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_numberofdaysbeforewarningthatserveris_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_numberofdaysbeforewarningthatserveris_l_empty14", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_setuncintervaltopollforchangesonfileservers", + "displayName": "Set UNC interval to poll for changes on file servers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_setuncintervaltopollforchangesonfileservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_setuncintervaltopollforchangesonfileservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_setuncintervaltopollforchangesonfileservers_l_setuncintervaltopollforchangesonfileserversspinid", + "displayName": "Interval to poll the server (seconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointsyncinterval", + "displayName": "SharePoint sync interval for notebooks stored on SharePoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointsyncinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointsyncinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointsyncinterval_l_empty15", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_specifyembeddedfilesizelimit", + "displayName": "Embedded File Size Limit (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_specifyembeddedfilesizelimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_specifyembeddedfilesizelimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_specifyembeddedfilesizelimit_l_embeddedfilesizelimit", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_turnoffonenoteautolinkednotetaking", + "displayName": "Turn off OneNote auto-linked note taking (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_turnoffonenoteautolinkednotetaking_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_turnoffonenoteautolinkednotetaking_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_disablepasswordprotectedsections", + "displayName": "Disable password protected sections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_disablepasswordprotectedsections_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_disablepasswordprotectedsections_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_disallowsaddonsaccesstopass", + "displayName": "Disallows add-ons access to password protected sections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_disallowsaddonsaccesstopass_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_disallowsaddonsaccesstopass_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime", + "displayName": "Lock password protected sections after user hasn't worked on them for a time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_checktolocksections", + "displayName": "Check to lock sections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_checktolocksections_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_checktolocksections_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections", + "displayName": "Time interval (minutes) to lock password protected sections: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_1", + "displayName": "1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_5", + "displayName": "5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_10", + "displayName": "10", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_15", + "displayName": "15", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_30", + "displayName": "30", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_60", + "displayName": "60", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_120", + "displayName": "120", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_240", + "displayName": "240", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_480", + "displayName": "480", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_720", + "displayName": "720", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsafteruserhasntworkedonthemforatime_l_timeintervalminutestolockpasswordprotectedsections_1440", + "displayName": "1440", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsassoonasinavigateawayfromthem", + "displayName": "Lock password protected sections as soon as I navigate away from them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsassoonasinavigateawayfromthem_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_password_l_lockpasswordprotectedsectionsassoonasinavigateawayfromthem_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_automaticallyswitchbetweenpenandselectiontool", + "displayName": "Automatically switch between Pen and Selection Tool (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_automaticallyswitchbetweenpenandselectiontool_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_automaticallyswitchbetweenpenandselectiontool_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_createallnewpageswithrulelines", + "displayName": "Create all new pages with rule lines (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_createallnewpageswithrulelines_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_createallnewpageswithrulelines_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_disablescratchout", + "displayName": "Disable scratch out (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_disablescratchout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_disablescratchout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_showtabletpcinputpanelononenotepages", + "displayName": "Show Tablet PC Input Panel on OneNote pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_showtabletpcinputpanelononenotepages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_showtabletpcinputpanelononenotepages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_usepenpressuresensitivity", + "displayName": "Use pen pressure sensitivity (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_usepenpressuresensitivity_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_pen_l_usepenpressuresensitivity_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_enableabilitytooptimizeonenotefiles", + "displayName": "Enable ability to optimize OneNote files... (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_enableabilitytooptimizeonenotefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_enableabilitytooptimizeonenotefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_enableabilitytooptimizeonenotefiles_l_checktoenableabilitytooptimizeonenotefiles", + "displayName": "Check to enable ability to optimize OneNote files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_enableabilitytooptimizeonenotefiles_l_checktoenableabilitytooptimizeonenotefiles_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_enableabilitytooptimizeonenotefiles_l_checktoenableabilitytooptimizeonenotefiles_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_enableabilitytooptimizeonenotefiles_l_optimizeonenotefilesatthisintervalmin", + "displayName": "Optimize OneNote files at this interval (min): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_locationofbackupfolder", + "displayName": "Location of Backup Folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_locationofbackupfolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_locationofbackupfolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_locationofbackupfolder_l_backupfolder", + "displayName": "Backup Folder: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_locationofunfilednotessection", + "displayName": "Location of unfiled notes section (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_locationofunfilednotessection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_locationofunfilednotessection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_locationofunfilednotessection_l_opensidenotesinthissection", + "displayName": "Open Side Notes in this section: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_notebookroot", + "displayName": "Notebook Root (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_notebookroot_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_notebookroot_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_notebookroot_l_empty1", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_percentageofunuseddiskspacetoallowinsections", + "displayName": "Percentage of unused disk space to allow in sections (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_percentageofunuseddiskspacetoallowinsections_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_percentageofunuseddiskspacetoallowinsections_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_save_l_percentageofunuseddiskspacetoallowinsections_l_enterpercentage", + "displayName": "Enter Percentage: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_configurecngcipherchainingmode", + "displayName": "Configure CNG cipher chaining mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecbc", + "displayName": "Cipher Block Chaining (CBC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecfb", + "displayName": "Cipher Feedback (CFB)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngcipheralgorithm", + "displayName": "Set CNG cipher algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngcipheralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngcipheralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngcipheralgorithm_l_setcngcipheralgorithmid", + "displayName": "CNG cipher algorithm: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngcipherkeylength", + "displayName": "Set CNG cipher key length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngcipherkeylength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngcipherkeylength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngcipherkeylength_l_setcngcipherkeylengthspinid", + "displayName": "Cipher key length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngpasswordspincount", + "displayName": "Set CNG password spin count (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngpasswordspincount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngpasswordspincount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setcngpasswordspincount_l_setcngpasswordspincountspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setparametersforcngcontext", + "displayName": "Set parameters for CNG context (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setparametersforcngcontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setparametersforcngcontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_setparametersforcngcontext_l_setparametersforcngcontextid", + "displayName": "Parameters (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycnghashalgorithm", + "displayName": "Specify CNG hash algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycnghashalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycnghashalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha512", + "displayName": "SHA512", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm", + "displayName": "Specify CNG random number generator algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_l_specifycngrandomnumbergeneratoralgorithmid", + "displayName": "Random number generator: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycngsaltlength", + "displayName": "Specify CNG salt length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycngsaltlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycngsaltlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifycngsaltlength_l_specifycngsaltlengthspinid", + "displayName": "Number of bytes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifyencryptioncompatibility", + "displayName": "Specify encryption compatibility (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_0", + "displayName": "Use legacy format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_1", + "displayName": "Use next generation format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_2", + "displayName": "All files save with next generation format", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_sendtoonenote_l_disableoutlooksendemailtoonenoteoption", + "displayName": "Disable Outlook send email to OneNote option (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_sendtoonenote_l_disableoutlooksendemailtoonenoteoption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_sendtoonenote_l_disableoutlooksendemailtoonenoteoption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_spelling_l_onenotespellingoptions", + "displayName": "OneNote Spelling Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_spelling_l_onenotespellingoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_spelling_l_onenotespellingoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_spelling_l_onenotespellingoptions_l_empty11", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_spelling_l_onenotespellingoptions_l_empty11_0", + "displayName": "no spell checking", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_spelling_l_onenotespellingoptions_l_empty11_1", + "displayName": "check spelling as you type", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_spelling_l_onenotespellingoptions_l_empty11_2", + "displayName": "hide spelling errors", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_spelling_l_onenotespellingoptions_l_empty11_3", + "displayName": "check spelling but hide errors", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysbacktokeepinversionhistory", + "displayName": "Days back to keep in version history (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysbacktokeepinversionhistory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysbacktokeepinversionhistory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysbacktokeepinversionhistory_l_daysbacktokeepinversionhistoryspinid", + "displayName": "Days back to keep versions (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysbacktokeepitemsinrecyclebin", + "displayName": "Days back to keep items in recycle bin (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysbacktokeepitemsinrecyclebin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysbacktokeepitemsinrecyclebin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysbacktokeepitemsinrecyclebin_l_daysbacktokeepitemsinrecyclebinspinid", + "displayName": "Days back to keep items in recycle bin (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysofallversions", + "displayName": "Days all Version History items are \"safe\" from pruning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysofallversions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysofallversions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysofallversions_l_daysofallversionsspinid", + "displayName": "Days back (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysofhourlyversionsnottopruneafterdaysback", + "displayName": "Days of hourly versions not to prune after Days Back (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysofhourlyversionsnottopruneafterdaysback_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysofhourlyversionsnottopruneafterdaysback_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_daysofhourlyversionsnottopruneafterdaysback_l_daysofhourlyversionsnottopruneafterdaysbackspinid", + "displayName": "Days back (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_donotpruneversionsovertime", + "displayName": "Do not prune versions over time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_donotpruneversionsovertime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_donotpruneversionsovertime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_maximumnumberofonceperdayversionhistoryitemskept", + "displayName": "Maximum number of once-per-day version history items kept (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_maximumnumberofonceperdayversionhistoryitemskept_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_maximumnumberofonceperdayversionhistoryitemskept_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_maximumnumberofonceperdayversionhistoryitemskept_l_maximumnumberofonceperdayversionhistoryitemskeptspinid", + "displayName": "Max number of versions (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_turnoffversionsandnotebookrecyclebininsharednotebooks", + "displayName": "Turn off Versions and Notebook Recycle Bin in shared notebooks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_turnoffversionsandnotebookrecyclebininsharednotebooks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v2~policy~l_microsoftofficeonenote~l_onenoteoptions~l_versionsandrecylebin_l_turnoffversionsandnotebookrecyclebininsharednotebooks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointbackgroundsyncintervalmultiplier", + "displayName": "Multiplier for background sync interval for notebooks stored on SharePoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointbackgroundsyncintervalmultiplier_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointbackgroundsyncintervalmultiplier_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointbackgroundsyncintervalmultiplier_l_empty16", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointlivesyncintervalmultiplier", + "displayName": "Multiplier for foreground sync interval for the currently viewed section stored on SharePoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointlivesyncintervalmultiplier_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointlivesyncintervalmultiplier_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointlivesyncintervalmultiplier_l_empty17", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointpresenceintervalmultiplier", + "displayName": "Multiplier for Presence sync interval for notebooks stored on SharePoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointpresenceintervalmultiplier_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointpresenceintervalmultiplier_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v3~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_sharepointpresenceintervalmultiplier_l_empty18", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v4~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disablesupportdiagnostics", + "displayName": "Turn off support diagnostics in OneNote (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v4~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disablesupportdiagnostics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v4~policy~l_microsoftofficeonenote~l_onenoteoptions~l_other_l_disablesupportdiagnostics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_onent16v5~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_onenotetextprediction", + "displayName": "OneNote text prediction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_onent16v5~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_onenotetextprediction_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_onent16v5~policy~l_microsoftofficeonenote~l_onenoteoptions~l_editing_l_onenotetextprediction_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablepreviewplace", + "displayName": "Disable Preview Place. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablepreviewplace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablepreviewplace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v10~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disablecalendarsearchagendaview", + "displayName": "Do not allow Calendar search agenda view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v10~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disablecalendarsearchagendaview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v10~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disablecalendarsearchagendaview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_specifymaxcertlengthallowedtostamp", + "displayName": "Maximum Size Limit for certificate in Reply to Encrypted Emails cases. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_specifymaxcertlengthallowedtostamp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_specifymaxcertlengthallowedtostamp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_specifymaxcertlengthallowedtostamp_l_specifymaxcertlengthallowedtostampspinid", + "displayName": "In bytes: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_specifywaitonsendtimeoutfordlpevaluation", + "displayName": "Specify wait time to evaluate sensitive content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_specifywaitonsendtimeoutfordlpevaluation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_specifywaitonsendtimeoutfordlpevaluation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_specifywaitonsendtimeoutfordlpevaluation_l_specifywaitonsendtimeoutfordlpevaluationspinid", + "displayName": "In seconds: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hidenewoutlooktoggle", + "displayName": "Hide the “Try the new Outlook” toggle in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hidenewoutlooktoggle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v11~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hidenewoutlooktoggle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v12~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablesimplemapisendwithoutoutlook", + "displayName": "Running Outlook for Simple MAPI Mail Sending (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v12~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablesimplemapisendwithoutoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v12~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablesimplemapisendwithoutoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v13~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_showoutlookloopcomponentsforsupportedapps", + "displayName": "Show Outlook Loop components for supported apps. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v13~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_showoutlookloopcomponentsforsupportedapps_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v13~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_showoutlookloopcomponentsforsupportedapps_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v13~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_showoutlookloopcomponentsforsupportedapps_l_showoutlookloopcomponentsid", + "displayName": "Show Outlook Loop components for supported apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v13~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_showoutlookloopcomponentsforsupportedapps_l_showoutlookloopcomponentsid_1", + "displayName": "Always show automatically.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v13~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_showoutlookloopcomponentsforsupportedapps_l_showoutlookloopcomponentsid_2", + "displayName": "Only show automatically within tenant.", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v13~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_showoutlookloopcomponentsforsupportedapps_l_showoutlookloopcomponentsid_3", + "displayName": "Don’t show automatically.", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablecomtowebaddinupgrade", + "displayName": "Disable web add-in installation on migration to new Outlook for Windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablecomtowebaddinupgrade_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablecomtowebaddinupgrade_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_donewoutlookautomigration", + "displayName": "Admin-Controlled Migration to New Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_donewoutlookautomigration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_donewoutlookautomigration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_newoutlookautomigrationretryintervals", + "displayName": "Number of days \"New Outlook auto migration\" should be paused after user untoggling back to Outlook Desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_newoutlookautomigrationretryintervals_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_newoutlookautomigrationretryintervals_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v14~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_newoutlookautomigrationretryintervals_l_newoutlookautomigrationretryintervalsid", + "displayName": "New Outlook Auto Migration Retry Interval: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_mailtipsbardisplayoption", + "displayName": "MailTips bar display options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_mailtipsbardisplayoption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_mailtipsbardisplayoption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_mailtipsbardisplayoption_l_mailtipsbardisplayoptions", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_mailtipsbardisplayoption_l_mailtipsbardisplayoptions_0", + "displayName": "Display automatically when MailTips apply", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_mailtipsbardisplayoption_l_mailtipsbardisplayoptions_1", + "displayName": "Display at all times", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_mailtipsbardisplayoption_l_mailtipsbardisplayoptions_2", + "displayName": "Never display MailTips", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_smimedisabledataupload", + "displayName": "Block processing of S/MIME encrypted messages by certain connected experiences (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_smimedisabledataupload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v15~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_smimedisabledataupload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2.updates.4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventcopyingormovingitemsbetweenaccounts", + "displayName": "Prevent copying or moving items between accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2.updates.4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventcopyingormovingitemsbetweenaccounts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2.updates.4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventcopyingormovingitemsbetweenaccounts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2.updates.4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventcopyingormovingitemsbetweenaccounts_l_preventcopyingormovingitemsbetweenaccountsid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_customizableerrormessages_l_listoferrormessagestocustomize", + "displayName": "List of error messages to customize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_customizableerrormessages_l_listoferrormessagestocustomize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_customizableerrormessages_l_listoferrormessagestocustomize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize37", + "displayName": "List of error messages to customize (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize37_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize37_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_custom_l_disablecommandbar38", + "displayName": "Disable command bar buttons and menu items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_custom_l_disablecommandbar38_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_custom_l_disablecommandbar38_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_custom_l_disablecommandbar38_l_enteracommandbaridtodisable", + "displayName": "Enter a command bar ID to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys39", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys39_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys39_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys39_l_enterakeyandmodifiertodisable", + "displayName": "Enter a key and modifier to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_predefined_l_hidequickstepsgallery", + "displayName": "Disable Quick Steps Gallery (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_predefined_l_hidequickstepsgallery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_predefined_l_hidequickstepsgallery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage", + "displayName": "Calendar Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_l_showassociatedwebpage42", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_l_showassociatedwebpage42_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_l_showassociatedwebpage42_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage44", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage44_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage44_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_calendarfolderhomepage_l_urladdressofassociatedwebpage43", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage", + "displayName": "Contacts Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_l_showassociatedwebpage45", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_l_showassociatedwebpage45_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_l_showassociatedwebpage45_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage47", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage47_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage47_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_contactsfolderhomepage_l_urladdressofassociatedwebpage46", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage", + "displayName": "Deleted Items Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_l_showassociatedwebpage48", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_l_showassociatedwebpage48_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_l_showassociatedwebpage48_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage50", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage50_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage50_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_deleteditemsfolderhomepage_l_urladdressofassociatedwebpage49", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_disablefolderhomepages", + "displayName": "Do not allow Home Page URL to be set in folder Properties (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_disablefolderhomepages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_disablefolderhomepages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage", + "displayName": "Drafts Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_l_showassociatedwebpage51", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_l_showassociatedwebpage51_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_l_showassociatedwebpage51_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage53", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage53_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage53_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_draftsfolderhomepage_l_urladdressofassociatedwebpage52", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage", + "displayName": "Inbox Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_l_showassociatedwebpage40", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_l_showassociatedwebpage40_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_l_showassociatedwebpage40_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_inboxfolderhomepage_l_urladdressofassociatedwebpage41", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage", + "displayName": "Journal Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_l_showassociatedwebpage54", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_l_showassociatedwebpage54_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_l_showassociatedwebpage54_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage56", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage56_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage56_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_journalfolderhomepage_l_urladdressofassociatedwebpage55", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage", + "displayName": "Notes Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_l_showassociatedwebpage57", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_l_showassociatedwebpage57_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_l_showassociatedwebpage57_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage59", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage59_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage59_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_notesfolderhomepage_l_urladdressofassociatedwebpage58", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage", + "displayName": "Outbox Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_l_showassociatedwebpage60", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_l_showassociatedwebpage60_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_l_showassociatedwebpage60_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage62", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage62_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage62_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_outboxfolderhomepage_l_urladdressofassociatedwebpage61", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage", + "displayName": "RSS Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_l_showassociatedwebpage", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_l_showassociatedwebpage_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_l_showassociatedwebpage_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_l_turnoffinternetexplorersecuritychecks", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_l_turnoffinternetexplorersecuritychecks_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_l_turnoffinternetexplorersecuritychecks_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_rssfolderhomepage_l_urladdressofassociatedwebpage", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage", + "displayName": "Sent Items Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_l_showassociatedwebpage63", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_l_showassociatedwebpage63_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_l_showassociatedwebpage63_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage65", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage65_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage65_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_sentitemsfolderhomepage_l_urladdressofassociatedwebpage64", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage", + "displayName": "Tasks Folder Home Page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_l_showassociatedwebpage66", + "displayName": "Show associated web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_l_showassociatedwebpage66_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_l_showassociatedwebpage66_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage68", + "displayName": "Turn off Windows Internet Explorer security checks for this web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage68_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_l_turnoffinternetexplorersecuritychecksforthiswebpage68_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_folderhomepagesforoutlookspecialfolders_l_tasksfolderhomepage_l_urladdressofassociatedwebpage67", + "displayName": "URL address of associated web page: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_disableformregions", + "displayName": "Configure form regions permissions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_disableformregions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_disableformregions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_disableformregions_l_disableformregionspart", + "displayName": "Configure form regions permissions: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_disableformregions_l_disableformregionspart_0", + "displayName": "All form regions are allowed to run", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_disableformregions_l_disableformregionspart_1", + "displayName": "Allow only those registered in HKLM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_disableformregions_l_disableformregionspart_2", + "displayName": "No form regions are allowed to run", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_lockedformregions", + "displayName": "Locked form regions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_lockedformregions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_lockedformregions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_lockedformregions_l_empty76", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_lockedformregions_l_empty76_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_formregionsettings_l_lockedformregions_l_empty76_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_infopathintegration_l_disableinfopathpropertiespromotioninoutlook", + "displayName": "Do not promote InfoPath forms properties into Outlook properties (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_infopathintegration_l_disableinfopathpropertiespromotioninoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_infopathintegration_l_disableinfopathpropertiespromotioninoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_defaultserversanddataformeetingworkspaces", + "displayName": "Default servers and data for Meeting Workspaces (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_defaultserversanddataformeetingworkspaces_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_defaultserversanddataformeetingworkspaces_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_defaultserversanddataformeetingworkspaces_l_defaultserver", + "displayName": "Default server: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_disableuserentriestoserverlist", + "displayName": "Disable user entries to server list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_disableuserentriestoserverlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_disableuserentriestoserverlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_disableuserentriestoserverlist_l_checktodisableusersfromaddingentriestoserverlist", + "displayName": "Check to disable users from adding entries to server list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_disableuserentriestoserverlist_l_checktodisableusersfromaddingentriestoserverlist_1", + "displayName": "Publish default, allow others", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_meetingworkspace_l_disableuserentriestoserverlist_l_checktodisableusersfromaddingentriestoserverlist_2", + "displayName": "Publish default, disallow others", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changelimitmimebody", + "displayName": "Change the limit for the number of MIME body parts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changelimitmimebody_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changelimitmimebody_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changelimitmimebody_l_empty75", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changelimitrecipients", + "displayName": "Change the limit for the number of recipients (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changelimitrecipients_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changelimitrecipients_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changelimitrecipients_l_empty73", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitforthenumberof", + "displayName": "Change the limit for the number of nested embedded messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitforthenumberof_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitforthenumberof_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitforthenumberof_l_empty71", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitfriendlyname", + "displayName": "Change the limit for the number of characters in Friendly Name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitfriendlyname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitfriendlyname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitfriendlyname_l_empty72", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitmimeheaders", + "displayName": "Change the limit for the number of MIME headers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitmimeheaders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitmimeheaders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_mimitomapiconversion_l_changethelimitmimeheaders_l_empty74", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_addnewcategories", + "displayName": "Add new categories (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_addnewcategories_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_addnewcategories_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_addnewcategories_l_enternewcategoriessemicolondelimited", + "displayName": "Enter new categories (comma or semicolon delimited) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_allowcryptoautosave", + "displayName": "Extend Outlook Autosave to include encrypted e-mail messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_allowcryptoautosave_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_allowcryptoautosave_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disableaddinlogging", + "displayName": "Disable Windows event logging for Outlook add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disableaddinlogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disableaddinlogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disabledistributionlistexpansion", + "displayName": "Do not expand Contact Groups (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disabledistributionlistexpansion_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disabledistributionlistexpansion_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablevlvbrowsingonldapservers", + "displayName": "Disable VLV Browsing on LDAP servers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablevlvbrowsingonldapservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablevlvbrowsingonldapservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablewindowsfriendlylogonmailquery", + "displayName": "Do not show unread message count on Windows Welcome screen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablewindowsfriendlylogonmailquery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_disablewindowsfriendlylogonmailquery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_donotdownloadpermissionlicenseforirmemailduring", + "displayName": "Do not download rights permission license information for IRM e-mail during Exchange folder sync (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_donotdownloadpermissionlicenseforirmemailduring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_donotdownloadpermissionlicenseforirmemailduring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges", + "displayName": "Managing Categories during e-mail exchanges (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges_l_acceptcategoriesassignedtoincomingmailbythesender", + "displayName": "Accept Categories assigned to incoming mail by the sender (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges_l_acceptcategoriesassignedtoincomingmailbythesender_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges_l_acceptcategoriesassignedtoincomingmailbythesender_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges_l_whenreplyingtoandforwardingmailincludepersonalcategories", + "displayName": "When replying to and forwarding mail, include personal categories (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges_l_whenreplyingtoandforwardingmailincludepersonalcategories_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_managingcategoriesduringe_mailexchanges_l_whenreplyingtoandforwardingmailincludepersonalcategories_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventmapiservicesfrombeingadded", + "displayName": "Prevent MAPI services from being added (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventmapiservicesfrombeingadded_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventmapiservicesfrombeingadded_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventmapiservicesfrombeingadded_l_preventmapiservicesfrombeingaddedpart", + "displayName": "Enter MAPI services to disable (semi-colon delimited) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes", + "displayName": "Prevent users from adding e-mail account types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingeasemailaccounts", + "displayName": "Prevent users from adding Exchange ActiveSync e-mail accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingeasemailaccounts_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingeasemailaccounts_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingexchangeemailaccounts", + "displayName": "Prevent users from adding Exchange e-mail accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingexchangeemailaccounts_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingexchangeemailaccounts_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingimapemailaccounts", + "displayName": "Prevent users from adding IMAP e-mail accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingimapemailaccounts_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingimapemailaccounts_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingothertypesofemailaccounts", + "displayName": "Prevent users from adding other types of e-mail accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingothertypesofemailaccounts_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingothertypesofemailaccounts_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingpop3emailaccounts", + "displayName": "Prevent users from adding POP3 e-mail accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingpop3emailaccounts_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfromaddingemailaccounttypes_l_preventusersfromaddingpop3emailaccounts_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfrommakingchangestooutlookprofiles", + "displayName": "Prevent users from making changes to Outlook profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfrommakingchangestooutlookprofiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_preventusersfrommakingchangestooutlookprofiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_specifydelaybeforesendingpeoplesearchrequest", + "displayName": "Specify delay before sending people search request (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_specifydelaybeforesendingpeoplesearchrequest_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_specifydelaybeforesendingpeoplesearchrequest_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_specifydelaybeforesendingpeoplesearchrequest_l_specifydelaybeforesendingpeoplesearchrequestspinid", + "displayName": "in milliseconds (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_specifyoutlookpeoplesearchtimeout", + "displayName": "Set the time-out interval for Outlook people search (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_specifyoutlookpeoplesearchtimeout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_specifyoutlookpeoplesearchtimeout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_specifyoutlookpeoplesearchtimeout_l_specifyoutlookpeoplesearchtimeoutspinid", + "displayName": "in milliseconds (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_workflowtasksinoutlook", + "displayName": "Do not display \"Open this task\" button for workflow tasks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_workflowtasksinoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous_l_workflowtasksinoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_defaultlocationforostfiles", + "displayName": "Default location for OST files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_defaultlocationforostfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_defaultlocationforostfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_defaultlocationforostfiles_l_defaultlocationforostfilespart", + "displayName": "Default location for OST files (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_defaultlocationforpstfiles", + "displayName": "Default location for PST files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_defaultlocationforpstfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_defaultlocationforpstfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_defaultlocationforpstfiles_l_defaultlocationforpstfiles79", + "displayName": "Default location for PST files (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_donotsendmeetingforwardnotifications", + "displayName": "Do not send meeting forward notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_donotsendmeetingforwardnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_donotsendmeetingforwardnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_largepstabsolutemaximumsize", + "displayName": "Large PST: Absolute maximum size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_largepstabsolutemaximumsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_largepstabsolutemaximumsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_largepstabsolutemaximumsize_l_enterabsolutemaximumsizeforpstinmegabytes2", + "displayName": "(0 - 4,294,967,295 MB) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_largepstsizetodisableaddingnewcontent", + "displayName": "Large PST: Size to disable adding new content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_largepstsizetodisableaddingnewcontent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_largepstsizetodisableaddingnewcontent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_largepstsizetodisableaddingnewcontent_l_entersizetodisableaddingnewcontenttopstinmegabytes2", + "displayName": "(0 - 4,294,967,295 MB) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_legacypstabsolutemaximumsize", + "displayName": "Legacy PST: Absolute maximum size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_legacypstabsolutemaximumsize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_legacypstabsolutemaximumsize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_legacypstabsolutemaximumsize_l_enterabsolutemaximumsizeforpstinbytes2", + "displayName": "(0 - 2,075,149,312 bytes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_legacypstsizetodisableaddingnewcontent", + "displayName": "Legacy PST: Size to disable adding new content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_legacypstsizetodisableaddingnewcontent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_legacypstsizetodisableaddingnewcontent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_legacypstsizetodisableaddingnewcontent_l_entersizetodisableaddingnewcontenttopstinbytes2", + "displayName": "(0 - 2,075,149,312 Bytes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_permanentlyremovealldeleteditems", + "displayName": "Permanently remove all deleted content from PST and OST files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_permanentlyremovealldeleteditems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_permanentlyremovealldeleteditems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preferredpstmodeunicodeansi", + "displayName": "Preferred PST Mode (Unicode/ANSI) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preferredpstmodeunicodeansi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preferredpstmodeunicodeansi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preferredpstmodeunicodeansi_l_chooseadefaultformatfornewpsts", + "displayName": "Choose a default format for new PSTs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preferredpstmodeunicodeansi_l_chooseadefaultformatfornewpsts_0", + "displayName": "Prefer Unicode PST", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preferredpstmodeunicodeansi_l_chooseadefaultformatfornewpsts_1", + "displayName": "Prefer ANSI PST", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preferredpstmodeunicodeansi_l_chooseadefaultformatfornewpsts_2", + "displayName": "Enforce Unicode PST", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preferredpstmodeunicodeansi_l_chooseadefaultformatfornewpsts_3", + "displayName": "Enforce ANSI PST", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingnewcontentto", + "displayName": "Prevent users from adding new content to existing PST files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingnewcontentto_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingnewcontentto_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingpsts", + "displayName": "Prevent users from adding PSTs to Outlook profiles and/or prevent using Sharing-Exclusive PSTs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingpsts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingpsts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingpsts_l_empty78", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingpsts_l_empty78_0", + "displayName": "(default) PSTs can be added", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingpsts_l_empty78_1", + "displayName": "No PSTs can be added", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_preventusersfromaddingpsts_l_empty78_2", + "displayName": "Only Sharing-Exclusive PSTs can be added", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_pstnullfreeondelete", + "displayName": "PST Null Data on Delete (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_pstnullfreeondelete_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_pstnullfreeondelete_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_upgradeonlythedefaultstore", + "displayName": "Upgrade only the default store (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_upgradeonlythedefaultstore_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_pstsettings_l_upgradeonlythedefaultstore_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehavior", + "displayName": "Configure fast shutdown behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehavior_l_configurefastshutdownbehaviordropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehavior_l_configurefastshutdownbehaviordropid_0", + "displayName": "MAPI provider does not support", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehavior_l_configurefastshutdownbehaviordropid_1", + "displayName": "All MAPI providers support", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehavior_l_configurefastshutdownbehaviordropid_2", + "displayName": "Never", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehaviorforaddins", + "displayName": "Configure fast shutdown behavior for add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehaviorforaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_configurefastshutdownbehaviorforaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_preventshutdownifexternalreferencesexist", + "displayName": "Prevent shutdown if external references exist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_preventshutdownifexternalreferencesexist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_miscellaneous~l_shutdown_l_preventshutdownifexternalreferencesexist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions_l_internetandnetworkpathsintohyperlinks", + "displayName": "Internet and network paths into hyperlinks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions_l_internetandnetworkpathsintohyperlinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions_l_internetandnetworkpathsintohyperlinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_cacheothersmail", + "displayName": "Disable shared mail folder caching (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_cacheothersmail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_cacheothersmail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_locationofitemsdeletedbydelegates", + "displayName": "Store deleted items in owner's mailbox instead of delegate's mailbox (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_locationofitemsdeletedbydelegates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_locationofitemsdeletedbydelegates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_disablereadingpanecompose", + "displayName": "Disable Reading Pane Compose (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_disablereadingpanecompose_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_disablereadingpanecompose_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_forceselectionofaccountbeforesending", + "displayName": "Force selection of account before sending (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_forceselectionofaccountbeforesending_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_forceselectionofaccountbeforesending_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_outlookprotectionrules", + "displayName": "Outlook Protection Rules (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_outlookprotectionrules_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mail~l_composemessages_l_outlookprotectionrules_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat_l_disablesignatures", + "displayName": "Do not allow signatures for e-mail messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat_l_disablesignatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat_l_disablesignatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_autoselectencodingforoutgoingmessages", + "displayName": "Auto-select encoding for outgoing messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_autoselectencodingforoutgoingmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_autoselectencodingforoutgoingmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_disableinternationalizeddomainnamesidninoutlook", + "displayName": "Disable Internationalized Domain Names (IDN) in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_disableinternationalizeddomainnamesidninoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_disableinternationalizeddomainnamesidninoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages", + "displayName": "Encoding for outgoing messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages", + "displayName": "Use this encoding for outgoing messages: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28596", + "displayName": "Arabic (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1256", + "displayName": "Arabic (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28594", + "displayName": "Baltic (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1257", + "displayName": "Baltic (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28592", + "displayName": "Central European (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1250", + "displayName": "Central European (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_54936", + "displayName": "Chinese Simplified (GB18030)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_936", + "displayName": "Chinese Simplified (GB2312)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_52936", + "displayName": "Chinese Simplified (HZ)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_950", + "displayName": "Chinese Traditional (Big5)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28595", + "displayName": "Cyrillic (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_20866", + "displayName": "Cyrillic (KOI8-R)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_21866", + "displayName": "Cyrillic (KOI8-U)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1251", + "displayName": "Cyrillic (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28597", + "displayName": "Greek (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1253", + "displayName": "Greek (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_38598", + "displayName": "Hebrew (ISO-Logical)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1255", + "displayName": "Hebrew (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_51932", + "displayName": "Japanese (EUC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_50220", + "displayName": "Japanese (JIS)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_50221", + "displayName": "Japanese (JIS-Allow 1 byte Kana)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_932", + "displayName": "Japanese (Shift-JIS)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_949", + "displayName": "Korean", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_51949", + "displayName": "Korean (EUC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28593", + "displayName": "Latin 3 (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28605", + "displayName": "Latin 9(ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_874", + "displayName": "Thai (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28599", + "displayName": "Turkish (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1254", + "displayName": "Turkish (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_65000", + "displayName": "Unicode (UTF-7)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_65001", + "displayName": "Unicode (UTF-8)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_20127", + "displayName": "US-ASCII", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_50000", + "displayName": "User Defined", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1258", + "displayName": "Vietnamese (Windows)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_28591", + "displayName": "Western European (ISO)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_encodingforoutgoingmessages_l_usethisencodingforoutgoingmessages_1252", + "displayName": "Western European (Windows)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags", + "displayName": "English message headers and flags (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags_l_useenglishformessageflags", + "displayName": "Use English for message flags (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags_l_useenglishformessageflags_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags_l_useenglishformessageflags_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags_l_useenglishformessageheadersonrepliesorforwards", + "displayName": "Use English for message headers on replies or forwards (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags_l_useenglishformessageheadersonrepliesorforwards_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_englishmessageheadersandflags_l_useenglishformessageheadersonrepliesorforwards_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_euroencodingforoutgoingmessages", + "displayName": "Euro encoding for outgoing messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_euroencodingforoutgoingmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_euroencodingforoutgoingmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_euroencodingforoutgoingmessages_l_whenpreferredencodingdoesnotsupporteuro2", + "displayName": "Auto-select should: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_euroencodingforoutgoingmessages_l_whenpreferredencodingdoesnotsupporteuro2_0", + "displayName": "Send messages as UTF 8", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internationaloptions_l_euroencodingforoutgoingmessages_l_whenpreferredencodingdoesnotsupporteuro2_1", + "displayName": "ignore euro", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_outlookrichtextoptions", + "displayName": "Outlook Rich Text options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_outlookrichtextoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_outlookrichtextoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_outlookrichtextoptions_l_whensendingoutlookrichtextmessagestointernetrecipients2", + "displayName": "Use this format: (User)", + "options": { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_outlookrichtextoptions_l_whensendingoutlookrichtextmessagestointernetrecipients2_1", + "displayName": "Convert to Plain Text format", + "description": null + } + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_plaintextoptions", + "displayName": "Plain text options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_plaintextoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_plaintextoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_plaintextoptions_l_automaticallywraptextatxcharacters", + "displayName": "Automatically wrap text at characters. (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_plaintextoptions_l_encodeattachmentsinuuencodeformatwhensending1", + "displayName": "Encode attachments in UUENCODE format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_plaintextoptions_l_encodeattachmentsinuuencodeformatwhensending1_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting_l_plaintextoptions_l_encodeattachmentsinuuencodeformatwhensending1_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting~l_messageformat_l_messageformateditor", + "displayName": "Set message format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting~l_messageformat_l_messageformateditor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting~l_messageformat_l_messageformateditor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting~l_messageformat_l_messageformateditor_l_usethefollowingformateditorforemailmessages", + "displayName": "Use the following format for e-mail messages: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting~l_messageformat_l_messageformateditor_l_usethefollowingformateditorforemailmessages_131072", + "displayName": "HTML", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting~l_messageformat_l_messageformateditor_l_usethefollowingformateditorforemailmessages_196608", + "displayName": "Rich Text", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_internetformatting~l_messageformat_l_messageformateditor_l_usethefollowingformateditorforemailmessages_65536", + "displayName": "Plain Text", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_stationeryandfonts_l_stationeryfonts", + "displayName": "Stationery Fonts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_stationeryandfonts_l_stationeryfonts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_stationeryandfonts_l_stationeryfonts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_stationeryandfonts_l_stationeryfonts_l_stationeryfontoptions", + "displayName": "Stationery font options: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_stationeryandfonts_l_stationeryfonts_l_stationeryfontoptions_0", + "displayName": "Use theme's font", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_stationeryandfonts_l_stationeryfonts_l_stationeryfontoptions_1", + "displayName": "Use user's font on replies and forwards", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailformat~l_stationeryandfonts_l_stationeryfonts_l_stationeryfontoptions_2", + "displayName": "Always use user's fonts", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailsetup_l_mailaccountoptions", + "displayName": "Mail account options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailsetup_l_mailaccountoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_mailsetup_l_mailaccountoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_optionscustomizeribbon_l_displaydevelopertab", + "displayName": "Display Developer tab in the Ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_optionscustomizeribbon_l_displaydevelopertab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_optionscustomizeribbon_l_displaydevelopertab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_allowselectionfloaties", + "displayName": "Show Mini Toolbar on selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_allowselectionfloaties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_allowselectionfloaties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableonlinemodeauthdiagnostics", + "displayName": "Disable online mode for Get Diagnostics. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableonlinemodeauthdiagnostics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableonlinemodeauthdiagnostics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablepreviewplace", + "displayName": "Disable Preview Place. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablepreviewplace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablepreviewplace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablereadingpane", + "displayName": "Do not display the reading pane (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablereadingpane_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablereadingpane_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_donotdownloadphotosfromtheactivedirectory", + "displayName": "Do not download photos from the Active Directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_donotdownloadphotosfromtheactivedirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_donotdownloadphotosfromtheactivedirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_emptydeleteditemsfolder", + "displayName": "Empty the Deleted Items folder when Outlook closes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_emptydeleteditemsfolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_emptydeleteditemsfolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hideappsstorebuttoninhometabribbon", + "displayName": "Hide the Office Store button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hideappsstorebuttoninhometabribbon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hideappsstorebuttoninhometabribbon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hidephotolink", + "displayName": "Hide photo link (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hidephotolink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_hidephotolink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_makeoutlookthedefaultprogramforemailcontactsandcalendar", + "displayName": "Make Outlook the default program for E-mail, Contacts, and Calendar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_makeoutlookthedefaultprogramforemailcontactsandcalendar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_makeoutlookthedefaultprogramforemailcontactsandcalendar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane", + "displayName": "Reading Pane (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_markitemasreadwhenselectionchanges", + "displayName": "Mark item as read when selection changes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_markitemasreadwhenselectionchanges_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_markitemasreadwhenselectionchanges_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_markmessagesasreadinreadingwindow", + "displayName": "Mark messages as read in reading window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_markmessagesasreadinreadingwindow_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_markmessagesasreadinreadingwindow_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_singlekeyreadingusingspacebar", + "displayName": "Single key reading using spacebar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_singlekeyreadingusingspacebar_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_singlekeyreadingusingspacebar_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_readingpane_l_waitxxxsecondsbeforemarkingitemsasread", + "displayName": "Wait xxx seconds before marking items as read: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_sortfoldersalphabetically", + "displayName": "Sort folders alphabetically (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_sortfoldersalphabetically_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_sortfoldersalphabetically_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disablefolderhomepagesforfoldersinnondefaultstores", + "displayName": "Do not allow folders in non-default stores to be set as folder home pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disablefolderhomepagesforfoldersinnondefaultstores_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disablefolderhomepagesforfoldersinnondefaultstores_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscripts", + "displayName": "Do not allow Outlook object model scripts to run for shared folders (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscripts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscripts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscripts_v2", + "displayName": "Do not allow Outlook object model scripts to run for shared folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscripts_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscripts_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscriptsforpublicfolders", + "displayName": "Do not allow Outlook object model scripts to run for public folders (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscriptsforpublicfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscriptsforpublicfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscriptsforpublicfolders_v2", + "displayName": "Do not allow Outlook object model scripts to run for public folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscriptsforpublicfolders_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_disableoutlookobjectmodelscriptsforpublicfolders_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_enablemailloggingtroubleshooting", + "displayName": "Enable mail logging (troubleshooting) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_enablemailloggingtroubleshooting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_enablemailloggingtroubleshooting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_minimizeoutlooktothesystemtray", + "displayName": "Minimize Outlook to the system tray (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_minimizeoutlooktothesystemtray_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_minimizeoutlooktothesystemtray_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_moreoptions", + "displayName": "Warn before permanently deleting items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_moreoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_moreoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_msgunicodeformatwhendraggingtofilesystem", + "displayName": "Use Unicode format when dragging e-mail message to file system (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_msgunicodeformatwhendraggingtofilesystem_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_msgunicodeformatwhendraggingtofilesystem_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_msgunicodeformatwhendraggingtofilesystem_v2", + "displayName": "Use Unicode format when dragging e-mail message to file system (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_msgunicodeformatwhendraggingtofilesystem_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_msgunicodeformatwhendraggingtofilesystem_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_preventsavingsyncconflicts", + "displayName": "Prevent saving sync conflicts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_preventsavingsyncconflicts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_preventsavingsyncconflicts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_savecalendarconflicts", + "displayName": "Save calendar sync conflicts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_savecalendarconflicts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_savecalendarconflicts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_saverssconflicts", + "displayName": "Save RSS conflicts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_saverssconflicts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_saverssconflicts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_turnonloggingforallconflicts", + "displayName": "Turn on logging for all conflicts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_turnonloggingforallconflicts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_turnonloggingforallconflicts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_turnonloggingforallconflicts_l_turnonloggingforallconflictsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_turnonloggingforallconflicts_l_turnonloggingforallconflictsdropid_0", + "displayName": "No conflicts are logged (default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_turnonloggingforallconflicts_l_turnonloggingforallconflictsdropid_1", + "displayName": "All conflicts logged", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced_l_turnonloggingforallconflicts_l_turnonloggingforallconflictsdropid_2", + "displayName": "Unresolved conflicts logged only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders", + "displayName": "Reminders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders_l_displaythereminder", + "displayName": "Display the reminder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders_l_displaythereminder_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders_l_displaythereminder_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders_l_playremindersound", + "displayName": "Play reminder sound (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders_l_playremindersound_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_advanced~l_reminderoptions_l_reminders_l_playremindersound_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_archiveignorelastmodifiedtime", + "displayName": "Change the criteria that Outlook uses to archive different item types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_archiveignorelastmodifiedtime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_archiveignorelastmodifiedtime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings", + "displayName": "AutoArchive Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_archiveordeleteolditems", + "displayName": "Archive or delete old items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_archiveordeleteolditems_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_archiveordeleteolditems_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_cleanoutitemsolderthan", + "displayName": "Clean out items older than (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_deleteexpireditemsemailfoldersonly", + "displayName": "Delete expired items (e-mail folders only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_deleteexpireditemsemailfoldersonly_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_deleteexpireditemsemailfoldersonly_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_empty19", + "displayName": "\r\nDuring AutoArchive:\r\n", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_empty19_0", + "displayName": "Months", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_empty19_1", + "displayName": "Weeks", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_empty19_2", + "displayName": "Days", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_permanentlydeleteolditems", + "displayName": "Permanently delete old items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_permanentlydeleteolditems_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_permanentlydeleteolditems_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_promptbeforeautoarchiveruns", + "displayName": "Prompt before AutoArchive runs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_promptbeforeautoarchiveruns_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_promptbeforeautoarchiveruns_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_runautoarchiveeveryxdays", + "displayName": "Run AutoArchive every days (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_showarchivefolderinfolderlist", + "displayName": "Show archive folder in folder list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_showarchivefolderinfolderlist_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_showarchivefolderinfolderlist_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_turnonautoarchive", + "displayName": "Turn on AutoArchive (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_turnonautoarchive_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_autoarchivesettings_l_turnonautoarchive_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_disablefilearchive", + "displayName": "Disable File|Archive (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_disablefilearchive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other~l_autoarchive_l_disablefilearchive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice", + "displayName": "Polling Out-of-office Web service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_300000", + "displayName": "5 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_600000", + "displayName": "10 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_900000", + "displayName": "15 minutes (default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_1200000", + "displayName": "20 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_1500000", + "displayName": "25 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_1800000", + "displayName": "30 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_2100000", + "displayName": "35 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_2400000", + "displayName": "40 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_2700000", + "displayName": "45 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_3000000", + "displayName": "50 minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_3600000", + "displayName": "1 hour", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_7200000", + "displayName": "2 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_14400000", + "displayName": "4 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_28800000", + "displayName": "8 hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_outofofficeassistant_l_pollingoofwebsrvice_l_empty21_86400000", + "displayName": "24 hours", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_allowattendeestoproposenewtimesformeetingsyouorganize", + "displayName": "Allow attendees to propose new times for meetings you organize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_allowattendeestoproposenewtimesformeetingsyouorganize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_allowattendeestoproposenewtimesformeetingsyouorganize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_calendaritemdefaults", + "displayName": "Calendar item defaults (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_calendaritemdefaults_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_calendaritemdefaults_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_calendaritemdefaults_l_showremindersxminutesbeforetheeventstarts", + "displayName": "Show reminders minutes before the event starts: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_calendarweeknumbers", + "displayName": "Calendar week numbers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_calendarweeknumbers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_calendarweeknumbers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_controlcalendarsharing", + "displayName": "Control Calendar Sharing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_controlcalendarsharing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_controlcalendarsharing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_controlcalendarsharing_l_controlcalendarsharing5", + "displayName": "Control Calendar Sharing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_controlcalendarsharing_l_controlcalendarsharing5_32768", + "displayName": "Prevent Calendar Sharing", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_controlcalendarsharing_l_controlcalendarsharing5_16384", + "displayName": "Allow calendar sharing with 'Availability Only' detail level", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_controlcalendarsharing_l_controlcalendarsharing5_8192", + "displayName": "Allow calendar sharing with 'Availability Only' and 'Limited Details' detail level", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disablemeetingregeneration", + "displayName": "Do not regenerate meetings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disablemeetingregeneration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disablemeetingregeneration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disableweather", + "displayName": "Disable Weather Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disableweather_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_disableweather_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_enableendearly", + "displayName": "End appointments and meetings early (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_enableendearly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_enableendearly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_enablemeetingdownleveltext", + "displayName": "Enable down-level meeting text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_enablemeetingdownleveltext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_enablemeetingdownleveltext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_endearlylong", + "displayName": "Reduce the end time of long appointments and meetings by a specified number of minutes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_endearlylong_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_endearlylong_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_endearlylong_l_endearlylongspinid", + "displayName": "Minutes to reduce meetings by: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_endearlyshort", + "displayName": "Reduce the end time of short appointments and meetings by a specified number of minutes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_endearlyshort_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_endearlyshort_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_endearlyshort_l_endearlyshortspinid", + "displayName": "Minutes to reduce meetings by: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek", + "displayName": "First day of the week (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_l_choosethefirstdayoftheweek", + "displayName": "Choose the first day of the week: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_l_choosethefirstdayoftheweek_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_l_choosethefirstdayoftheweek_1", + "displayName": "Monday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_l_choosethefirstdayoftheweek_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_l_choosethefirstdayoftheweek_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_l_choosethefirstdayoftheweek_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_l_choosethefirstdayoftheweek_5", + "displayName": "Friday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstdayoftheweek_l_choosethefirstdayoftheweek_6", + "displayName": "Saturday", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstweekofyear", + "displayName": "First week of year (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstweekofyear_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstweekofyear_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstweekofyear_l_choosethefirstweekoftheyear", + "displayName": "Choose the first week of the year: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstweekofyear_l_choosethefirstweekoftheyear_0", + "displayName": "Starts on Jan. 1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstweekofyear_l_choosethefirstweekoftheyear_2", + "displayName": "First full week", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_firstweekofyear_l_choosethefirstweekoftheyear_1", + "displayName": "First four-day week", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_hideluckydayswhenusingrokuyoujapanesecalendar", + "displayName": "Hide lucky days when using Rokuyou (Japanese) calendar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_hideluckydayswhenusingrokuyoujapanesecalendar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_hideluckydayswhenusingrokuyoujapanesecalendar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_hidesendlatestversionbutton", + "displayName": "Hide Send Latest Version button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_hidesendlatestversionbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_hidesendlatestversionbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_includeappointmentsonlywithinworkinghours", + "displayName": "Include appointments only within working hours (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_includeappointmentsonlywithinworkinghours_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_includeappointmentsonlywithinworkinghours_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_meetingrequestsusingicalendar", + "displayName": "Send Internet meeting requests using iCalendar format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_meetingrequestsusingicalendar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_meetingrequestsusingicalendar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_remindersoncalendaritems", + "displayName": "Do not display reminders on Calendar items by default (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_remindersoncalendaritems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_remindersoncalendaritems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_restupdatesforcalendar", + "displayName": "REST updates for calendars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_restupdatesforcalendar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_restupdatesforcalendar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_usethisresponsewhenyouproposenewmeetingtimes", + "displayName": "Use this response when you propose new meeting times (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_usethisresponsewhenyouproposenewmeetingtimes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_usethisresponsewhenyouproposenewmeetingtimes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_usethisresponsewhenyouproposenewmeetingtimes_l_usethisresponsewhenyouproposenewmeetingtimes6", + "displayName": "Use this response when you propose new meeting times (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_usethisresponsewhenyouproposenewmeetingtimes_l_usethisresponsewhenyouproposenewmeetingtimes6_2", + "displayName": "Tentative", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_usethisresponsewhenyouproposenewmeetingtimes_l_usethisresponsewhenyouproposenewmeetingtimes6_3", + "displayName": "Accept", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_usethisresponsewhenyouproposenewmeetingtimes_l_usethisresponsewhenyouproposenewmeetingtimes6_4", + "displayName": "Decline", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_weatherserviceurl", + "displayName": "Weather Service URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_weatherserviceurl_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_weatherserviceurl_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_weatherserviceurl_l_empty", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_weatherupdatefrequency", + "displayName": "Weather Bar Update Frequency (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_weatherupdatefrequency_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_weatherupdatefrequency_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_weatherupdatefrequency_l_weatherupdatefrequencyintervalspinid", + "displayName": "Update frequency (in minutes): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours", + "displayName": "Working hours (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime", + "displayName": "End Time: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1020", + "displayName": "5:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_0", + "displayName": "12:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_30", + "displayName": "12:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_60", + "displayName": "1:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_90", + "displayName": "1:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_120", + "displayName": "2:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_150", + "displayName": "2:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_180", + "displayName": "3:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_210", + "displayName": "3:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_240", + "displayName": "4:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_270", + "displayName": "4:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_300", + "displayName": "5:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_330", + "displayName": "5:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_360", + "displayName": "6:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_390", + "displayName": "6:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_420", + "displayName": "7:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_450", + "displayName": "7:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_480", + "displayName": "8:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_510", + "displayName": "8:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_540", + "displayName": "9:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_570", + "displayName": "9:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_600", + "displayName": "10:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_630", + "displayName": "10:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_660", + "displayName": "11:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_690", + "displayName": "11:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_720", + "displayName": "12:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_750", + "displayName": "12:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_780", + "displayName": "1:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_810", + "displayName": "1:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_840", + "displayName": "2:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_870", + "displayName": "2:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_900", + "displayName": "3:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_930", + "displayName": "3:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_960", + "displayName": "4:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_990", + "displayName": "4:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1050", + "displayName": "5:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1080", + "displayName": "6:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1110", + "displayName": "6:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1140", + "displayName": "7:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1170", + "displayName": "7:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1200", + "displayName": "8:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1230", + "displayName": "8:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1260", + "displayName": "9:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1290", + "displayName": "9:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1320", + "displayName": "10:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1350", + "displayName": "10:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1380", + "displayName": "11:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_endtime_1410", + "displayName": "11:30 PM", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime", + "displayName": "Start time: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_480", + "displayName": "8:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_0", + "displayName": "12:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_30", + "displayName": "12:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_60", + "displayName": "1:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_90", + "displayName": "1:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_120", + "displayName": "2:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_150", + "displayName": "2:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_180", + "displayName": "3:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_210", + "displayName": "3:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_240", + "displayName": "4:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_270", + "displayName": "4:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_300", + "displayName": "5:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_330", + "displayName": "5:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_360", + "displayName": "6:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_390", + "displayName": "6:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_420", + "displayName": "7:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_450", + "displayName": "7:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_510", + "displayName": "8:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_540", + "displayName": "9:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_570", + "displayName": "9:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_600", + "displayName": "10:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_630", + "displayName": "10:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_660", + "displayName": "11:00 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_690", + "displayName": "11:30 AM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_720", + "displayName": "12:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_750", + "displayName": "12:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_780", + "displayName": "1:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_810", + "displayName": "1:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_840", + "displayName": "2:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_870", + "displayName": "2:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_900", + "displayName": "3:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_930", + "displayName": "3:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_960", + "displayName": "4:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_990", + "displayName": "4:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1020", + "displayName": "5:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1050", + "displayName": "5:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1080", + "displayName": "6:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1110", + "displayName": "6:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1140", + "displayName": "7:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1170", + "displayName": "7:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1200", + "displayName": "8:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1230", + "displayName": "8:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1260", + "displayName": "9:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1290", + "displayName": "9:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1320", + "displayName": "10:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1350", + "displayName": "10:30 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1380", + "displayName": "11:00 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workinghours_l_starttime_1410", + "displayName": "11:30 PM", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek", + "displayName": "Work week (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek", + "displayName": "Length of work week: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek_124", + "displayName": "Monday to Friday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek_120", + "displayName": "Monday to Thursday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek_60", + "displayName": "Tuesday to Friday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek_126", + "displayName": "Monday to Saturday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek_30", + "displayName": "Wednesday to Saturday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek_142", + "displayName": "Thursday to Sunday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek_252", + "displayName": "Sunday to Friday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_workweek_l_lengthofworkweek_254", + "displayName": "All seven days", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_internetfreebusyoptions", + "displayName": "Internet Free/Busy Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_internetfreebusyoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_internetfreebusyoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_internetfreebusyoptions_l_publishatthisurl", + "displayName": "Publish at this URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_internetfreebusyoptions_l_publishfreebusyinformation", + "displayName": "Publish free/busy information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_internetfreebusyoptions_l_publishfreebusyinformation_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_internetfreebusyoptions_l_publishfreebusyinformation_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_internetfreebusyoptions_l_searchatthisurl", + "displayName": "Search at this URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_options9", + "displayName": "Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_options9_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_options9_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_options9_l_freebusyupdatedontheservereveryxxxseconds", + "displayName": "Free/Busy updated on the server every xxx seconds: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_options9_l_monthsoffreebusyinformationpublished", + "displayName": "Months of Free/Busy information published: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_options9_l_preventusersfromchangingmonthsoffreebusyinformation1", + "displayName": "Prevent users from changing Months of Free/Busy information being published (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_options9_l_preventusersfromchangingmonthsoffreebusyinformation1_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_freebusyoptions_l_options9_l_preventusersfromchangingmonthsoffreebusyinformation1_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_accesstopublishedcalendars", + "displayName": "Access to published calendars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_accesstopublishedcalendars_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_accesstopublishedcalendars_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_pathtodavserver", + "displayName": "Path to DAV server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_pathtodavserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_pathtodavserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_pathtodavserver_l_empty", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_preventpublishingtoadavserver", + "displayName": "Prevent publishing to a DAV server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_preventpublishingtoadavserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_preventpublishingtoadavserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_preventpublishingtoofficeonline", + "displayName": "Prevent publishing to Office.com (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_preventpublishingtoofficeonline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_preventpublishingtoofficeonline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_publishinterval", + "displayName": "Publish interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_publishinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_publishinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictlevelofcalendardetails", + "displayName": "Restrict level of calendar details users can publish (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictlevelofcalendardetails_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictlevelofcalendardetails_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictlevelofcalendardetails_l_empty4", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictlevelofcalendardetails_l_empty4_0", + "displayName": "All options are available", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictlevelofcalendardetails_l_empty4_8192", + "displayName": "Disables 'Full details'", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictlevelofcalendardetails_l_empty4_16384", + "displayName": "Disables 'Full details' and 'Limited details'", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictuploadmethod", + "displayName": "Restrict upload method (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictuploadmethod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_microsoftofficeonlinesharing_l_restrictuploadmethod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner", + "displayName": "Meeting Planner (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner_l_showcalendardetailsinthegrid", + "displayName": "Show calendar details in the grid (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner_l_showcalendardetailsinthegrid_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner_l_showcalendardetailsinthegrid_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner_l_showpopupcalendardetails", + "displayName": "Show popup calendar details (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner_l_showpopupcalendardetails_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_planneroptions_l_meetingplanner_l_showpopupcalendardetails_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_recurrenceoptions_l_defaultrecurrenceduration", + "displayName": "Specify total number of days in a recurring meeting or appointment (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_recurrenceoptions_l_defaultrecurrenceduration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_recurrenceoptions_l_defaultrecurrenceduration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_recurrenceoptions_l_defaultrecurrenceduration_l_defaultrecurrencedurationspinid", + "displayName": "End recurrence after x days (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_recurrenceoptions_l_disablenoenddate", + "displayName": "Disable the \"No end date\" option for recurring items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_recurrenceoptions_l_disablenoenddate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_recurrenceoptions_l_disablenoenddate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_donotallowhorizontalcalendarview", + "displayName": "Do not allow horizontal calendar view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_donotallowhorizontalcalendarview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_donotallowhorizontalcalendarview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventmydepartmentcalendarfromappearing", + "displayName": "Prevent My Department Calendar from appearing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventmydepartmentcalendarfromappearing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventmydepartmentcalendarfromappearing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventotherdepartmentcalendarfromappearing", + "displayName": "Prevent Other Department Calendar from appearing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventotherdepartmentcalendarfromappearing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventotherdepartmentcalendarfromappearing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventreportinglinegroupcalendarfromappearing", + "displayName": "Prevent Reporting Line Group Calendar from appearing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventreportinglinegroupcalendarfromappearing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_preventreportinglinegroupcalendarfromappearing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffautoswitchingfromhorizontaltovertical", + "displayName": "Turn off auto-switching from horizontal to vertical layout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffautoswitchingfromhorizontaltovertical_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffautoswitchingfromhorizontaltovertical_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffautoswitchingfromverticaltohorizontallayout", + "displayName": "Turn off auto-switching from vertical to horizontal layout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffautoswitchingfromverticaltohorizontallayout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffautoswitchingfromverticaltohorizontallayout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnofflegacygroupcalendarmigration", + "displayName": "Turn off Legacy Group Calendar migration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnofflegacygroupcalendarmigration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnofflegacygroupcalendarmigration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffsharingrecommendation", + "displayName": "Turn off sharing recommendation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffsharingrecommendation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions~l_scheduleview_l_turnoffsharingrecommendation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_determineorderofsourcesforphotos", + "displayName": "Determine order of sources for photos (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_determineorderofsourcesforphotos_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_determineorderofsourcesforphotos_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts", + "displayName": "Select the default setting for how to file new contacts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_additionalcontactsindex", + "displayName": "Additional Contacts Index: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_additionalcontactsindex_2", + "displayName": "Arabic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_additionalcontactsindex_7", + "displayName": "Cyrillic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_additionalcontactsindex_15", + "displayName": "Greek", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_additionalcontactsindex_16", + "displayName": "Hebrew", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_additionalcontactsindex_28", + "displayName": "Thai", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_additionalcontactsindex_30", + "displayName": "Vietnamese", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_checkforduplicatecontacts", + "displayName": "Check for duplicate contacts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_checkforduplicatecontacts_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_checkforduplicatecontacts_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfileasorder", + "displayName": "Default File As order: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfileasorder_32791", + "displayName": "Last First", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfileasorder_32823", + "displayName": "First Last", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfileasorder_14870", + "displayName": "Company", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfileasorder_32793", + "displayName": "Last, First (Company)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfileasorder_32792", + "displayName": "Company (Last, First)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfullnameorder", + "displayName": "Default Full Name order: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfullnameorder_e", + "displayName": "First (Middle) Last", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfullnameorder_h", + "displayName": "Last First", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_defaultfullnameorder_s", + "displayName": "First Last1 Last2", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_showanadditionalcontactsindex", + "displayName": "Show an additional Contacts Index (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_showanadditionalcontactsindex_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_selectthedefaultsettingforhowtofilenewcontacts_l_showanadditionalcontactsindex_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_showcontactslinkingcontrolsonallforms", + "displayName": "Show Contacts linking controls on all Forms (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_showcontactslinkingcontrolsonallforms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_contactoptions_l_showcontactslinkingcontrolsonallforms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_changectrlentershortcutbehavior", + "displayName": "Change CTRL+ENTER shortcut behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_changectrlentershortcutbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_changectrlentershortcutbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_changectrlentershortcutbehavior_l_changectrlentershortcutbehaviorid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_changectrlentershortcutbehavior_l_changectrlentershortcutbehaviorid_0", + "displayName": "CTRL+Enter is not a shortcut for sending a message", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_changectrlentershortcutbehavior_l_changectrlentershortcutbehaviorid_1", + "displayName": "CTRL+Enter is a shortcut for sending a message", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_changectrlentershortcutbehavior_l_changectrlentershortcutbehaviorid_2", + "displayName": "CTRL+Enter displays a prompt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_checkforgottenattachments", + "displayName": "Attachment Reminder Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_checkforgottenattachments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_checkforgottenattachments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_configurecrossfoldercontentinconversationview", + "displayName": "Configure Cross Folder Content in conversation view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_configurecrossfoldercontentinconversationview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_configurecrossfoldercontentinconversationview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_configurecrossfoldercontentinconversationview_l_configurecrossfoldercontentinconversationviewdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_configurecrossfoldercontentinconversationview_l_configurecrossfoldercontentinconversationviewdropid_0", + "displayName": "On and cross-store (default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_configurecrossfoldercontentinconversationview_l_configurecrossfoldercontentinconversationviewdropid_1", + "displayName": "Off", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_configurecrossfoldercontentinconversationview_l_configurecrossfoldercontentinconversationviewdropid_2", + "displayName": "On and current", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_configurecrossfoldercontentinconversationview_l_configurecrossfoldercontentinconversationviewdropid_3", + "displayName": "On and local", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_disableattachmentpreviewing", + "displayName": "Do not allow attachment previewing in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_disableattachmentpreviewing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_disableattachmentpreviewing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_disablemailtips", + "displayName": "Disable Mail Tips (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_disablemailtips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_disablemailtips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_displaysenderpicture", + "displayName": "Display Sender Picture (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_displaysenderpicture_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_displaysenderpicture_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_donotuseconversationalarrangementinviews", + "displayName": "Do not use Conversation arrangement in Views (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_donotuseconversationalarrangementinviews_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_donotuseconversationalarrangementinviews_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling", + "displayName": "Message handling (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_aftermovingordeletinganopenitem0", + "displayName": "After moving or deleting an open item: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_aftermovingordeletinganopenitem0_0", + "displayName": "Open the next item", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_aftermovingordeletinganopenitem0_1", + "displayName": "Return to the current folder", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_aftermovingordeletinganopenitem0_2", + "displayName": "Open the previous item", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_automaticallycleanupplaintextmessages", + "displayName": "Automatically clean up plain text messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_automaticallycleanupplaintextmessages_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_automaticallycleanupplaintextmessages_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_autosaveunsenteveryxxminutes0noautosave", + "displayName": "Autosave unsent every xx minutes (0=No AutoSave): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_closeoriginalmessagewhenreplyorforward", + "displayName": "Close original message when reply or forward (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_closeoriginalmessagewhenreplyorforward_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_closeoriginalmessagewhenreplyorforward_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_savecopiesofmessagesinsentitemsfolder", + "displayName": "Save copies of messages in Sent Items folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_savecopiesofmessagesinsentitemsfolder_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_messagehandling_l_savecopiesofmessagesinsentitemsfolder_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards", + "displayName": "On replies and forwards (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_allowuserscommentstobemarked", + "displayName": "Allow user's comments to be marked (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_allowuserscommentstobemarked_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_allowuserscommentstobemarked_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_prefixeachlinewith", + "displayName": "Prefix each line with: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenforwardingamessage", + "displayName": "When forwarding a message: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenforwardingamessage_1", + "displayName": "Attach orginal message", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenforwardingamessage_2", + "displayName": "Include original message text", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenforwardingamessage_3", + "displayName": "Include and indent org. message text", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenforwardingamessage_1000", + "displayName": "Prefix each line of the org. message", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenreplyingtoamessage", + "displayName": "When replying to a message: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenreplyingtoamessage_0", + "displayName": "Do not include orginal message", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenreplyingtoamessage_1", + "displayName": "Attach orginal message", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenreplyingtoamessage_2", + "displayName": "Include original message text", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenreplyingtoamessage_3", + "displayName": "Include and indent org. message text", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_onrepliesandforwards_l_whenreplyingtoamessage_1000", + "displayName": "Prefix each line of the org. message", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_reademailasplaintext", + "displayName": "Read e-mail as plain text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_reademailasplaintext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_reademailasplaintext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_readsignedemailasplaintext", + "displayName": "Read signed e-mail as plain text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_readsignedemailasplaintext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions_l_readsignedemailasplaintext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_disableautopreview", + "displayName": "Disable AutoPreview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_disableautopreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_disableautopreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages", + "displayName": "More save messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages_l_infoldersotherthantheinboxsavereplieswithoriginalmessage", + "displayName": "In folders other than the Inbox, save replies with original message (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages_l_infoldersotherthantheinboxsavereplieswithoriginalmessage_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages_l_infoldersotherthantheinboxsavereplieswithoriginalmessage_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages_l_saveforwardedmessages", + "displayName": "Save forwarded messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages_l_saveforwardedmessages_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_moresavemessages_l_saveforwardedmessages_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_savemessages", + "displayName": "Save Messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_savemessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_savemessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_savemessages_l_saveunsentitemsinthisfolder", + "displayName": "Save unsent items in this folder: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_savemessages_l_saveunsentitemsinthisfolder_4", + "displayName": "Outbox", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_savemessages_l_saveunsentitemsinthisfolder_5", + "displayName": "Sent Items", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_savemessages_l_saveunsentitemsinthisfolder_6", + "displayName": "Inbox", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_savemessages_l_saveunsentitemsinthisfolder_16", + "displayName": "Drafts", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive", + "displayName": "When new items arrive (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_brieflychangethemousecursor", + "displayName": "Briefly change the mouse cursor (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_brieflychangethemousecursor_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_brieflychangethemousecursor_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_playasound", + "displayName": "Play a sound (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_playasound_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_playasound_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_showanenvelopeiconinthesystemtray", + "displayName": "Show an envelope icon in the system tray (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_showanenvelopeiconinthesystemtray_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whennewitemsarrive_l_showanenvelopeiconinthesystemtray_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage", + "displayName": "When sending a message (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_addpropertiestoattachmentstoenablereplywithchanges", + "displayName": "Add properties to attachments to enable Reply with Changes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_addpropertiestoattachmentstoenablereplywithchanges_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_addpropertiestoattachmentstoenablereplywithchanges_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_allowcommasasaddressseparator", + "displayName": "Allow commas as address separator (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_allowcommasasaddressseparator_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_allowcommasasaddressseparator_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_automaticnamechecking", + "displayName": "Automatic name checking (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_automaticnamechecking_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_automaticnamechecking_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_deletemeetingrequestfrominboxwhenresponding", + "displayName": "Delete meeting request from Inbox when responding (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_deletemeetingrequestfrominboxwhenresponding_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_deletemeetingrequestfrominboxwhenresponding_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_messagesexpireafterdays", + "displayName": "Messages expire after (days): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setimportance", + "displayName": "Set importance: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setimportance_2", + "displayName": "High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setimportance_1", + "displayName": "Normal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setimportance_0", + "displayName": "Low", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setsensitivity", + "displayName": "Set sensitivity: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setsensitivity_0", + "displayName": "Normal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setsensitivity_1", + "displayName": "Personal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setsensitivity_2", + "displayName": "Private", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_setsensitivity_3", + "displayName": "Confidential", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_suggestnameswhilecompletingtoccandbccfields", + "displayName": "Suggest names while completing To, Cc, and Bcc fields (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_suggestnameswhilecompletingtoccandbccfields_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions_l_whensendingamessage_l_suggestnameswhilecompletingtoccandbccfields_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_newmaildesktopalert", + "displayName": "Do not display New Mail alert for users (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_newmaildesktopalert_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_newmaildesktopalert_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydefaultlocationofdesktopalert", + "displayName": "Specify default location of Desktop Alert (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydefaultlocationofdesktopalert_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydefaultlocationofdesktopalert_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydefaultlocationofdesktopalert_l_corner03", + "displayName": "Corner (0-3) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydefaultlocationofdesktopalert_l_xoffsetdefault44", + "displayName": "XOffset (default 44): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydefaultlocationofdesktopalert_l_yoffsetdefault42", + "displayName": "YOffset (default 42): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationofdesktopalertbeforefadeinmillisec", + "displayName": "Specify duration of Desktop Alert before fade (in milliseconds) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationofdesktopalertbeforefadeinmillisec_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationofdesktopalertbeforefadeinmillisec_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationofdesktopalertbeforefadeinmillisec_l_millisecdefault4000", + "displayName": "Millisec (Default 4000): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationofdesktopalertonmouseoverinmillisec", + "displayName": "Specify duration of Desktop Alert on mouse over (in milliseconds) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationofdesktopalertonmouseoverinmillisec_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationofdesktopalertonmouseoverinmillisec_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationofdesktopalertonmouseoverinmillisec_l_millisec1", + "displayName": "Millisec: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationoffadeininmillisec", + "displayName": "Specify duration of fade in (in milliseconds) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationoffadeininmillisec_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationoffadeininmillisec_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationoffadeininmillisec_l_millisec", + "displayName": "Millisec: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationoffadeoutinmillisec", + "displayName": "Specify duration of fade out (in milliseconds) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationoffadeoutinmillisec_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationoffadeoutinmillisec_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifydurationoffadeoutinmillisec_l_millisec2", + "displayName": "Millisec: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifyopacityatstartoffadein", + "displayName": "Specify opacity at start of fade in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifyopacityatstartoffadein_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifyopacityatstartoffadein_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifyopacityatstartoffadein_l_specifyopacityatstartoffadein3", + "displayName": "Specify opacity at start of fade in (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifyopacityofdesktopalert", + "displayName": "Specify opacity of Desktop Alert (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifyopacityofdesktopalert_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifyopacityofdesktopalert_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_advancedemailoptions~l_desktopalert_l_specifyopacityofdesktopalert_l_opacityalphalevel", + "displayName": "Opacity (Alpha Level): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options", + "displayName": "Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_deleteblankvotingandmeetingresponsesafterprocessing", + "displayName": "Delete blank voting and meeting responses after processing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_deleteblankvotingandmeetingresponsesafterprocessing_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_deleteblankvotingandmeetingresponsesafterprocessing_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_processreceiptsonarrival", + "displayName": "Process receipts on arrival (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_processreceiptsonarrival_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_processreceiptsonarrival_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_processrequestsandresponsesonarrival", + "displayName": "Process requests and responses on arrival (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_processrequestsandresponsesonarrival_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_processrequestsandresponsesonarrival_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_requestareadreceiptforallmessagesausersends", + "displayName": "Request a read receipt for all messages a user sends (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_requestareadreceiptforallmessagesausersends_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_requestareadreceiptforallmessagesausersends_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_requestdeliveryrcptforallmsgsausersendsexchangeonly", + "displayName": "Request delivery rcpt for all msgs a user sends (Exchange only) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_requestdeliveryrcptforallmsgsausersendsexchangeonly_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_requestdeliveryrcptforallmsgsausersendsexchangeonly_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_whenoutlookisaskedtorespondtoareadreceiptrequest", + "displayName": "When Outlook is asked to respond to a read receipt request: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_whenoutlookisaskedtorespondtoareadreceiptrequest_0", + "displayName": "Always send a response", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_whenoutlookisaskedtorespondtoareadreceiptrequest_1", + "displayName": "Never send a response", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_options_l_whenoutlookisaskedtorespondtoareadreceiptrequest_2", + "displayName": "Ask before sending a response", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_turnoffsendandtrack", + "displayName": "Turn off Send and Track feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_turnoffsendandtrack_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_emailoptions~l_trackingoptions_l_turnoffsendandtrack_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_addpeopleiemailtothesafesenderslist", + "displayName": "Add e-mail recipients to users' Safe Senders Lists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_addpeopleiemailtothesafesenderslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_addpeopleiemailtothesafesenderslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_hidejunkmailui", + "displayName": "Hide Junk Mail UI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_hidejunkmailui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_hidejunkmailui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkmailimportlist", + "displayName": "Trigger to apply junk email list settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkmailimportlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkmailimportlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_overwriteorappendjunkmailimportlist", + "displayName": "Overwrite or Append Junk Mail Import List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_overwriteorappendjunkmailimportlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_overwriteorappendjunkmailimportlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_permanentlydeletejunkemail", + "displayName": "Permanently delete Junk E-mail (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_permanentlydeletejunkemail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_permanentlydeletejunkemail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtoblockedsenderslist", + "displayName": "Specify path to Blocked Senders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtoblockedsenderslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtoblockedsenderslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtoblockedsenderslist_l_specifyfullpathandfilenametoblockedsenderslist", + "displayName": "Specify full path and filename to Blocked Senders list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtosaferecipientslist", + "displayName": "Specify path to Safe Recipients list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtosaferecipientslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtosaferecipientslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtosaferecipientslist_l_specifyfullpathandfilenametosaferecipientslist", + "displayName": "Specify full path and filename to Safe Recipients list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtosafesenderslist", + "displayName": "Specify path to Safe Senders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtosafesenderslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtosafesenderslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_specifypathtosafesenderslist_l_specifyfullpathandfilenametosafesenderslist", + "displayName": "Specify full path and filename to Safe Senders list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_spoofyemails", + "displayName": "Hide warnings about suspicious domain names in e-mail addresses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_spoofyemails_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_spoofyemails_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_trustemailfromcontacts", + "displayName": "Trust e-mail from contacts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_trustemailfromcontacts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_trustemailfromcontacts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disablehithighlighting", + "displayName": "Do not display hit highlights in search results (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disablehithighlighting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disablehithighlighting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disablehybridsearch", + "displayName": "Disable Hybrid Searching (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disablehybridsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disablehybridsearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disableinstallationprompts", + "displayName": "Prevent installation prompts when Windows Desktop Search component is not present (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disableinstallationprompts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_disableinstallationprompts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_donotincludetheonlinearchiveinallmailitemsearch", + "displayName": "Do not include the Online Archive in All Mail Item search (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_donotincludetheonlinearchiveinallmailitemsearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_donotincludetheonlinearchiveinallmailitemsearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor", + "displayName": "Change color used to highlight search matches (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon", + "displayName": "Background Color: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_000000", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_12632256", + "displayName": "Silver", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_8421504", + "displayName": "Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_16777215", + "displayName": "White", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_65535", + "displayName": "Aqua", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_16711808", + "displayName": "Fuchsia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_8453888", + "displayName": "Lime", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_16776960", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_8421376", + "displayName": "Olive", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_8388736", + "displayName": "Purple", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_32768", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_16711680", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_8388608", + "displayName": "Maroon", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_128", + "displayName": "Navy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_32896", + "displayName": "Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_hithighlightingcolor_l_backgroundcolorcolon_255", + "displayName": "Blue", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_preventclearsignedmessageandattachmentindexing", + "displayName": "Prevent clear signed message and attachment indexing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_preventclearsignedmessageandattachmentindexing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_preventclearsignedmessageandattachmentindexing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_setdefaultsearchscope", + "displayName": "Set default search scope (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_setdefaultsearchscope_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_setdefaultsearchscope_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_setdefaultsearchscope_l_setdefaultsearchscopedropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_setdefaultsearchscope_l_setdefaultsearchscopedropid_0", + "displayName": "Default behavior (see explanation)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_setdefaultsearchscope_l_setdefaultsearchscopedropid_1", + "displayName": "\"All Mailboxes\" on all folders", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_setdefaultsearchscope_l_setdefaultsearchscopedropid_2", + "displayName": "\"Current Folder\" on all folders", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_setdefaultsearchscope_l_setdefaultsearchscopedropid_3", + "displayName": "\"Current Mailbox\" on all folders", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_turnoffautomaticsearchindexreconciliation", + "displayName": "Turn off automatic search index reconciliation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_turnoffautomaticsearchindexreconciliation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_turnoffautomaticsearchindexreconciliation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_turnoffwordwheel", + "displayName": "Do not display search results as the user types (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_turnoffwordwheel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_searchoptions_l_turnoffwordwheel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions", + "displayName": "Layout Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_l_setglobaltextdirection", + "displayName": "Set global text direction: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_l_setglobaltextdirection_0", + "displayName": "Context-based", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_l_setglobaltextdirection_1", + "displayName": "Left to right", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_l_setglobaltextdirection_2", + "displayName": "Right-to-left", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_l_setlayoutdirection", + "displayName": "Set layout direction: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_l_setlayoutdirection_0", + "displayName": "Left to Right", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_righttoleft_l_layoutoptions_l_setlayoutdirection_1", + "displayName": "Right to Left", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general", + "displayName": "General (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general_l_alwayscheckspellingbeforesending", + "displayName": "Always check spelling before sending (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general_l_alwayscheckspellingbeforesending_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general_l_alwayscheckspellingbeforesending_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general_l_ignoreoriginalmessagetextinreplyorforward", + "displayName": "Ignore original message text in reply or forward (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general_l_ignoreoriginalmessagetextinreplyorforward_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlookoptions~l_spelling_l_general_l_ignoreoriginalmessagetextinreplyorforward_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blockglobaladdresslistsynchronization", + "displayName": "Block Global Address List synchronization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blockglobaladdresslistsynchronization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blockglobaladdresslistsynchronization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blocknetworkactivitysynchronization", + "displayName": "Block network activity synchronization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blocknetworkactivitysynchronization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blocknetworkactivitysynchronization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blocksocialnetworkcontactsynchronization", + "displayName": "Block social network contact synchronization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blocksocialnetworkcontactsynchronization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blocksocialnetworkcontactsynchronization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blockspecificsocialnetworkproviders", + "displayName": "Block specific social network providers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blockspecificsocialnetworkproviders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blockspecificsocialnetworkproviders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_blockspecificsocialnetworkproviders_l_blockspecificsocialnetworkprovidersid", + "displayName": "Separate ProgIDs with semi-colons (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotallowondemandactivitysynchronization", + "displayName": "Do not allow on-demand activity synchronization (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotallowondemandactivitysynchronization_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotallowondemandactivitysynchronization_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotdownloadphotosfromactivedirectory", + "displayName": "Do not download photos from Active Directory (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotdownloadphotosfromactivedirectory_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotdownloadphotosfromactivedirectory_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotshowsocialnetworkinfobars", + "displayName": "Do not show social network info-bars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotshowsocialnetworkinfobars_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_donotshowsocialnetworkinfobars_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_preventsocialnetworkconnectivity", + "displayName": "Disable Office connections to social networks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_preventsocialnetworkconnectivity_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_preventsocialnetworkconnectivity_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_setgalcontactsynchronizationinterval", + "displayName": "Set GAL contact synchronization interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_setgalcontactsynchronizationinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_setgalcontactsynchronizationinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_setgalcontactsynchronizationinterval_l_setgalcontactsynchronizationintervalspinid", + "displayName": "Synchronization interval (in minutes): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_specifyactivityfeedsynchronizationinterval", + "displayName": "Specify activity feed synchronization interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_specifyactivityfeedsynchronizationinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_specifyactivityfeedsynchronizationinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_specifyactivityfeedsynchronizationinterval_l_specifyactivityfeedsynchronizationintervalspinid", + "displayName": "Synchronization interval (in minutes): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_specifylistofsocialnetworkproviderstoload", + "displayName": "Specify list of social network providers to load (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_specifylistofsocialnetworkproviderstoload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_specifylistofsocialnetworkproviderstoload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_specifylistofsocialnetworkproviderstoload_l_specifylistofsocialnetworkproviderstoloadid", + "displayName": "Separate ProgIDs with semi-colons (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_turnoffoutlooksocialconnector", + "displayName": "Turn off Outlook Social Connector (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_turnoffoutlooksocialconnector_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooksocialconnector_l_turnoffoutlooksocialconnector_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooktodaysettings_l_outlooktodayavailability", + "displayName": "Outlook Today availability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooktodaysettings_l_outlooktodayavailability_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooktodaysettings_l_outlooktodayavailability_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooktodaysettings_l_urlforcustomoutlooktoday", + "displayName": "URL for custom Outlook Today (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooktodaysettings_l_urlforcustomoutlooktoday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooktodaysettings_l_urlforcustomoutlooktoday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_outlooktodaysettings_l_urlforcustomoutlooktoday_l_entertheurlofoutlooktodayswebpagemax129chars", + "displayName": "Enter the URL of Outlook Today's web page (max 129 chars): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_keepsearchfoldersinexchangeonline", + "displayName": "Keep Search Folders in Exchange online (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_keepsearchfoldersinexchangeonline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_keepsearchfoldersinexchangeonline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_keepsearchfoldersinexchangeonline_l_specifydaystokeepfoldersaliveinexchangeonlinemode", + "displayName": "Specify days to keep folders alive in Exchange online mode: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_keepsearchfoldersoffline", + "displayName": "Keep Search Folders offline (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_keepsearchfoldersoffline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_keepsearchfoldersoffline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_keepsearchfoldersoffline_l_specifydaystokeepfoldersaliveinofflineorcachedmode", + "displayName": "Specify days to keep folders alive in offline or cached mode: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_maximumnumberofonlinesearchfolderspermailbox", + "displayName": "Maximum Number of Online Search Folders per mailbox (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_maximumnumberofonlinesearchfolderspermailbox_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_maximumnumberofonlinesearchfolderspermailbox_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_searchfolders_l_maximumnumberofonlinesearchfolderspermailbox_l_specifymaximumnumberofsearchfolders2", + "displayName": "Maximum number of Search Folders: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms", + "displayName": "Allow Active X One Off Forms (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_l_empty29", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_l_empty29_0", + "displayName": "Load only Outlook Controls", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_l_empty29_1", + "displayName": "Allows only Safe Controls", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_l_empty29_2", + "displayName": "Allows all ActiveX Controls", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_v2", + "displayName": "Allow Active X One Off Forms (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_v2_l_empty29", + "displayName": "\r\nSets which ActiveX controls to allow.\r\n", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_v2_l_empty29_0", + "displayName": "Load only Outlook Controls", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_v2_l_empty29_1", + "displayName": "Allows only Safe Controls", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_allowactivexoneoffforms_v2_l_empty29_2", + "displayName": "Allows all ActiveX Controls", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_configureaddintrustlevel", + "displayName": "Configure Add-In Trust Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_configureaddintrustlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_configureaddintrustlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_configureaddintrustlevel_l_empty28", + "displayName": "\r\nSelect Add-In Trust Level:\r\n", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_configureaddintrustlevel_l_empty28_0", + "displayName": "Trust all, or use Exchange settings if present", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_configureaddintrustlevel_l_empty28_1", + "displayName": "Trust all loaded and installed COM addins", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_configureaddintrustlevel_l_empty28_2", + "displayName": "Do NOT trust loaded and installed COM addins", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_disablerememberpasswordcheckboxforinternetemailsettingsdialo", + "displayName": "Disable 'Remember password' for Internet e-mail accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_disablerememberpasswordcheckboxforinternetemailsettingsdialo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_disablerememberpasswordcheckboxforinternetemailsettingsdialo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_donotautomaticallysignreplies", + "displayName": "Do not automatically sign replies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_donotautomaticallysignreplies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_donotautomaticallysignreplies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_preventusersfromcustomizingattachmentsecuritysettings", + "displayName": "Prevent users from customizing attachment security settings (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_preventusersfromcustomizingattachmentsecuritysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_preventusersfromcustomizingattachmentsecuritysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_preventusersfromcustomizingattachmentsecuritysettings_v2", + "displayName": "Prevent users from customizing attachment security settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_preventusersfromcustomizingattachmentsecuritysettings_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_preventusersfromcustomizingattachmentsecuritysettings_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_promptusertochoosesecuritysettingsifdefaultsettingsfail", + "displayName": "Prompt user to choose security settings if default settings fail (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_promptusertochoosesecuritysettingsifdefaultsettingsfail_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_promptusertochoosesecuritysettingsifdefaultsettingsfail_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_turnoffcontactexport", + "displayName": "Turn off contact export (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_turnoffcontactexport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_turnoffcontactexport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_useprotectedviewforattachmentsreceivedfrominternalsenders", + "displayName": "Use Protected View for attachments received from internal senders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_useprotectedviewforattachmentsreceivedfrominternalsenders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security_l_useprotectedviewforattachmentsreceivedfrominternalsenders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockexternalcontent", + "displayName": "Display pictures and external content in HTML e-mail (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockexternalcontent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockexternalcontent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockinternet", + "displayName": "Include Internet in Safe Zones for Automatic Picture Download (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockinternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockinternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockinternet_v2", + "displayName": "Include Internet in Safe Zones for Automatic Picture Download (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockinternet_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockinternet_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockintranet", + "displayName": "Include Intranet in Safe Zones for Automatic Picture Download (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockintranet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blockintranet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blocktrustedzones", + "displayName": "Block Trusted Zones (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blocktrustedzones_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_blocktrustedzones_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_permitdownloadofcontentfromsafesenderandrecipientlists", + "displayName": "Automatically download content for e-mail from people in Safe Senders and Safe Recipients Lists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_permitdownloadofcontentfromsafesenderandrecipientlists_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_permitdownloadofcontentfromsafesenderandrecipientlists_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_permitdownloadofcontentfromsafezones", + "displayName": "Do not permit download of content from safe zones (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_permitdownloadofcontentfromsafezones_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_automaticpicturedownloadsettings_l_permitdownloadofcontentfromsafezones_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_disablecontinuebuttononallencryptionwarningdialogs", + "displayName": "Do not provide Continue option on Encryption warning dialog boxes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_disablecontinuebuttononallencryptionwarningdialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_disablecontinuebuttononallencryptionwarningdialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_disablepublishtogalbutton", + "displayName": "Do not display 'Publish to GAL' button (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_disablepublishtogalbutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_disablepublishtogalbutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_donotcheckemailaddressagainstaddressofcertificatesbeingusing", + "displayName": "Do not check e-mail address against address of certificates being used (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_donotcheckemailaddressagainstaddressofcertificatesbeingusing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_donotcheckemailaddressagainstaddressofcertificatesbeingusing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_enableaiacertevaluation", + "displayName": "Enable Retrieval of Remote Certificate Authority Information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_enableaiacertevaluation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_enableaiacertevaluation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_enablecryptographyicons", + "displayName": "Enable Cryptography Icons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_enablecryptographyicons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_enablecryptographyicons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_encryptallemailmessages", + "displayName": "Encrypt all e-mail messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_encryptallemailmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_encryptallemailmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_ensureallsmimesignedmessageshavealabel", + "displayName": "Ensure all S/MIME signed messages have a label (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_ensureallsmimesignedmessageshavealabel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_ensureallsmimesignedmessageshavealabel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_fortezzacertificatepolicies", + "displayName": "Fortezza certificate policies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_fortezzacertificatepolicies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_fortezzacertificatepolicies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_fortezzacertificatepolicies_l_enterlistofpoliciesthatcanbeinthepoliciesextension2", + "displayName": "List of policies to indicate that a certificate is a Fortezza certificate (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats", + "displayName": "Message Formats (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_l_supportthefollowingmessageformats", + "displayName": "Support the following message formats: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_l_supportthefollowingmessageformats_1", + "displayName": "S/MIME", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_l_supportthefollowingmessageformats_2", + "displayName": "Exchange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_l_supportthefollowingmessageformats_20", + "displayName": "Fortezza", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_l_supportthefollowingmessageformats_3", + "displayName": "S/MIME and Exchange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_l_supportthefollowingmessageformats_21", + "displayName": "S/MIME and Fortezza", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_l_supportthefollowingmessageformats_22", + "displayName": "Exchange and Fortezza", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messageformats_l_supportthefollowingmessageformats_23", + "displayName": "S/MIME, Exchange, and Fortezza", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messagewhenoutlookcannotfindthedigitalidtodecodeamessage", + "displayName": "Message when Outlook cannot find the digital ID to decode a message (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messagewhenoutlookcannotfindthedigitalidtodecodeamessage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messagewhenoutlookcannotfindthedigitalidtodecodeamessage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_messagewhenoutlookcannotfindthedigitalidtodecodeamessage_l_entererrormessagetextmax255characters", + "displayName": "Enter error message text (max 255 characters): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_minimumencryptionsettings", + "displayName": "Minimum encryption settings (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_minimumencryptionsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_minimumencryptionsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_minimumencryptionsettings_l_minimumkeysizeinbits", + "displayName": "Minimum key size (in bits): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_minimumencryptionsettings_v2", + "displayName": "Minimum encryption settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_minimumencryptionsettings_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_minimumencryptionsettings_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_minimumencryptionsettings_v2_l_minimumkeysizeinbits", + "displayName": "Minimum key size (in bits): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_outlooktnefinsmimemessages", + "displayName": "Always use TNEF formatting in S/MIME messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_outlooktnefinsmimemessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_outlooktnefinsmimemessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_repliesorforwardstosignedencryptedmessagesaresignedencrypted", + "displayName": "Replies or forwards to signed/encrypted messages are signed/encrypted (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_repliesorforwardstosignedencryptedmessagesaresignedencrypted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_repliesorforwardstosignedencryptedmessagesaresignedencrypted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requestansmimereceiptforallsmimesignedmessages", + "displayName": "Request an S/MIME receipt for all S/MIME signed messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requestansmimereceiptforallsmimesignedmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requestansmimereceiptforallsmimesignedmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requiredcertificateauthority", + "displayName": "Required Certificate Authority (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requiredcertificateauthority_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requiredcertificateauthority_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requiredcertificateauthority_l_x509issuednthatrestrictschoiceofcertifyingauthorities", + "displayName": "X.509 issue DN that restricts choice of certifying authorities: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requiresuitebalgorithmsforsmimeoperations", + "displayName": "Require SuiteB algorithms for S/MIME operations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requiresuitebalgorithmsforsmimeoperations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_requiresuitebalgorithmsforsmimeoperations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_runinfipscompliantmode", + "displayName": "Run in FIPS compliant mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_runinfipscompliantmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_runinfipscompliantmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_sendallsignedmessagesasclearsignedmessages", + "displayName": "Send all signed messages as clear signed messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_sendallsignedmessagesasclearsignedmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_sendallsignedmessagesasclearsignedmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signallemailmessages", + "displayName": "Sign all e-mail messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signallemailmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signallemailmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning", + "displayName": "Signature Warning (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_l_signaturewarning30", + "displayName": "Signature Warning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_l_signaturewarning30_0", + "displayName": "Let user decide if they want to be warned", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_l_signaturewarning30_1", + "displayName": "Always warn about invalid signatures", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_l_signaturewarning30_2", + "displayName": "Never warn about invalid signatures", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_v2", + "displayName": "Signature Warning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_v2_l_signaturewarning30", + "displayName": "Signature Warning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_v2_l_signaturewarning30_0", + "displayName": "Let user decide if they want to be warned", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_v2_l_signaturewarning30_1", + "displayName": "Always warn about invalid signatures", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_signaturewarning_v2_l_signaturewarning30_2", + "displayName": "Never warn about invalid signatures", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeinteroperabilitywithexternalclients", + "displayName": "S/MIME interoperability with external clients: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeinteroperabilitywithexternalclients_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeinteroperabilitywithexternalclients_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeinteroperabilitywithexternalclients_l_behaviorforhandlingsmimemessages", + "displayName": "Behavior for handling S/MIME messages: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeinteroperabilitywithexternalclients_l_behaviorforhandlingsmimemessages_0", + "displayName": "Handle internally", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeinteroperabilitywithexternalclients_l_behaviorforhandlingsmimemessages_1", + "displayName": "Handle externally", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeinteroperabilitywithexternalclients_l_behaviorforhandlingsmimemessages_2", + "displayName": "Handle if possible", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimereceiptrequests", + "displayName": "S/MIME receipt requests behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimereceiptrequests_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimereceiptrequests_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimereceiptrequests_l_handlemessageswithsmimereceiptrequestsinthefollowingmanner", + "displayName": "Handle messages with S/MIME receipt requests in the following manner: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimereceiptrequests_l_handlemessageswithsmimereceiptrequestsinthefollowingmanner_0", + "displayName": "Open message if receipt can't be sent", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimereceiptrequests_l_handlemessageswithsmimereceiptrequestsinthefollowingmanner_3", + "displayName": "Don't open message if receipt can't be sent", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimereceiptrequests_l_handlemessageswithsmimereceiptrequestsinthefollowingmanner_1", + "displayName": "Always prompt before sending receipt", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimereceiptrequests_l_handlemessageswithsmimereceiptrequestsinthefollowingmanner_2", + "displayName": "Never send S/MIME receipts", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeuseissuerserialnumber", + "displayName": "Use UserIssuerSerialNumber (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeuseissuerserialnumber_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_smimeuseissuerserialnumber_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_urlforsmimecertificates", + "displayName": "URL for S/MIME certificates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_urlforsmimecertificates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_urlforsmimecertificates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_urlforsmimecertificates_l_enterurl", + "displayName": "Enter URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_attachmentsecuretemporaryfolder", + "displayName": "Attachment Secure Temporary Folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_attachmentsecuretemporaryfolder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_attachmentsecuretemporaryfolder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_attachmentsecuretemporaryfolder_l_enterthesecurefolderpath", + "displayName": "Enter the Secure Folder path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingcrls", + "displayName": "Missing CRLs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingcrls_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingcrls_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingcrls_l_indicateamissingcrlasan", + "displayName": "Indicate a missing CRL as a(n): (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingcrls_l_indicateamissingcrlasan_0", + "displayName": "Warning", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingcrls_l_indicateamissingcrlasan_1", + "displayName": "Error", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingrootcertificates", + "displayName": "Missing root certificates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingrootcertificates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingrootcertificates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingrootcertificates_l_indicateamissingrootcertificateasan", + "displayName": "Indicate a missing root certificate as a(n): (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingrootcertificates_l_indicateamissingrootcertificateasan_0", + "displayName": "Neither error nor warning", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingrootcertificates_l_indicateamissingrootcertificateasan_1", + "displayName": "Warning", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_missingrootcertificates_l_indicateamissingrootcertificateasan_2", + "displayName": "Error", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_promotingerrorsaswarnings", + "displayName": "Promote Level 2 errors as errors, not warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_promotingerrorsaswarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_promotingerrorsaswarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists", + "displayName": "Retrieving CRLs (Certificate Revocation Lists) (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_l_empty31", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_l_empty31_0", + "displayName": "Use system Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_l_empty31_1", + "displayName": "When online always retreive the CRL", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_l_empty31_2", + "displayName": "Never retreive the CRL", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_v2", + "displayName": "Retrieving CRLs (Certificate Revocation Lists) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_v2_l_empty31", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_v2_l_empty31_0", + "displayName": "Use system Default", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_v2_l_empty31_1", + "displayName": "When online always retreive the CRL", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_cryptography~l_signaturestatusdialog_l_retrievingcrlscertificaterevocationlists_v2_l_empty31_2", + "displayName": "Never retreive the CRL", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings_l_outlooksecuritymode", + "displayName": "Outlook Security Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings_l_outlooksecuritymode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings_l_outlooksecuritymode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings_l_outlooksecuritymode_l_outlooksecuritypolicy", + "displayName": "Outlook Security Policy: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings_l_outlooksecuritymode_l_outlooksecuritypolicy_0", + "displayName": "Outlook Default Security", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings_l_outlooksecuritymode_l_outlooksecuritypolicy_1", + "displayName": "Use Security Form from 'Outlook Security Settings' Public Folder", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings_l_outlooksecuritymode_l_outlooksecuritypolicy_2", + "displayName": "Use Security Form from 'Outlook 10 Security Settings' Public Folder", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings_l_outlooksecuritymode_l_outlooksecuritypolicy_3", + "displayName": "Use Outlook Security Group Policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_allowuserstolowerattachments", + "displayName": "Allow users to demote attachments to Level 2 (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_allowuserstolowerattachments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_allowuserstolowerattachments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_allowuserstolowerattachments_v2", + "displayName": "Allow users to demote attachments to Level 2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_allowuserstolowerattachments_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_allowuserstolowerattachments_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1addfilepolicy", + "displayName": "Add file extensions to block as Level 1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1addfilepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1addfilepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1addfilepolicy_l_additionalextensions", + "displayName": "Additional Extensions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1attachments", + "displayName": "Display Level 1 attachments (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1attachments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1attachments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1attachments_v2", + "displayName": "Display Level 1 attachments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1attachments_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1attachments_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1removefilepolicy", + "displayName": "Remove file extensions blocked as Level 1 (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1removefilepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1removefilepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1removefilepolicy_l_removedextensions", + "displayName": "Removed Extensions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1removefilepolicy_v2", + "displayName": "Remove file extensions blocked as Level 1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1removefilepolicy_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1removefilepolicy_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level1removefilepolicy_v2_l_removedextensions", + "displayName": "Removed Extensions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2addfilepolicy", + "displayName": "Add file extensions to block as Level 2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2addfilepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2addfilepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2addfilepolicy_l_additionalextensions23", + "displayName": "Additional Extensions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2removefilepolicy", + "displayName": "Remove file extensions blocked as Level 2 (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2removefilepolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2removefilepolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2removefilepolicy_l_removedextensions25", + "displayName": "Removed Extensions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2removefilepolicy_v2", + "displayName": "Remove file extensions blocked as Level 2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2removefilepolicy_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2removefilepolicy_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_level2removefilepolicy_v2_l_removedextensions25", + "displayName": "Removed Extensions: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_nopromptlevel1close", + "displayName": "Do not prompt about Level 1 attachments when closing an item (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_nopromptlevel1close_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_nopromptlevel1close_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_nopromptlevel1send", + "displayName": "Do not prompt about Level 1 attachments when sending an item (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_nopromptlevel1send_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_nopromptlevel1send_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_showolepackageobj", + "displayName": "Display OLE package objects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_showolepackageobj_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_miscattachmentsettings_l_showolepackageobj_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_enablescriptsinoneoffforms", + "displayName": "Allow scripts in one-off Outlook forms (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_enablescriptsinoneoffforms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_enablescriptsinoneoffforms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_enablescriptsinoneoffforms_v2", + "displayName": "Allow scripts in one-off Outlook forms (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_enablescriptsinoneoffforms_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_enablescriptsinoneoffforms_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom", + "displayName": "Set Outlook object model custom actions execution prompt (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_l_onexecutecustomactionoom_setting", + "displayName": "When executing a custom action: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_l_onexecutecustomactionoom_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_l_onexecutecustomactionoom_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_l_onexecutecustomactionoom_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_l_onexecutecustomactionoom_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_v2", + "displayName": "Set Outlook object model custom actions execution prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_v2_l_onexecutecustomactionoom_setting", + "displayName": "When executing a custom action: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_v2_l_onexecutecustomactionoom_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_v2_l_onexecutecustomactionoom_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_v2_l_onexecutecustomactionoom_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_misccustomformsettings_l_onexecutecustomactionoom_v2_l_onexecutecustomactionoom_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess", + "displayName": "Configure Outlook object model prompt when reading address information (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_l_oomaddressaccess_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_l_oomaddressaccess_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_l_oomaddressaccess_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_l_oomaddressaccess_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_l_oomaddressaccess_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_v2", + "displayName": "Configure Outlook object model prompt when reading address information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_v2_l_oomaddressaccess_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_v2_l_oomaddressaccess_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_v2_l_oomaddressaccess_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_v2_l_oomaddressaccess_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressaccess_v2_l_oomaddressaccess_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook", + "displayName": "Configure Outlook object model prompt when accessing an address book (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_l_oomaddressbook_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_l_oomaddressbook_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_l_oomaddressbook_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_l_oomaddressbook_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_l_oomaddressbook_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_v2", + "displayName": "Configure Outlook object model prompt when accessing an address book (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_v2_l_oomaddressbook_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_v2_l_oomaddressbook_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_v2_l_oomaddressbook_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_v2_l_oomaddressbook_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomaddressbook_v2_l_oomaddressbook_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula", + "displayName": "Configure Outlook object model prompt When accessing the Formula property of a UserProperty object (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_l_oomformula_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_l_oomformula_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_l_oomformula_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_l_oomformula_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_l_oomformula_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_v2", + "displayName": "Configure Outlook object model prompt When accessing the Formula property of a UserProperty object (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_v2_l_oomformula_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_v2_l_oomformula_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_v2_l_oomformula_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_v2_l_oomformula_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomformula_v2_l_oomformula_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest", + "displayName": "Configure Outlook object model prompt when responding to meeting and task requests (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_l_oommeetingtaskrequest_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_l_oommeetingtaskrequest_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_l_oommeetingtaskrequest_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_l_oommeetingtaskrequest_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_l_oommeetingtaskrequest_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_v2", + "displayName": "Configure Outlook object model prompt when responding to meeting and task requests (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_v2_l_oommeetingtaskrequest_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_v2_l_oommeetingtaskrequest_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_v2_l_oommeetingtaskrequest_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_v2_l_oommeetingtaskrequest_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oommeetingtaskrequest_v2_l_oommeetingtaskrequest_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas", + "displayName": "Configure Outlook object model prompt when executing Save As (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_l_oomsaveas_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_l_oomsaveas_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_l_oomsaveas_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_l_oomsaveas_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_l_oomsaveas_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_v2", + "displayName": "Configure Outlook object model prompt when executing Save As (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_v2_l_oomsaveas_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_v2_l_oomsaveas_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_v2_l_oomsaveas_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_v2_l_oomsaveas_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsaveas_v2_l_oomsaveas_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend", + "displayName": "Configure Outlook object model prompt when sending mail (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_l_oomsend_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_l_oomsend_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_l_oomsend_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_l_oomsend_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_l_oomsend_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_v2", + "displayName": "Configure Outlook object model prompt when sending mail (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_v2_l_oomsend_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_v2_l_oomsend_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_v2_l_oomsend_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_v2_l_oomsend_setting_0", + "displayName": "Automatically Deny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_oomsend_v2_l_oomsend_setting_3", + "displayName": "Prompt user based on computer security", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapinameresolve", + "displayName": "Configure Simple MAPI name resolution prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapinameresolve_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapinameresolve_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapinameresolve_l_simplemapi_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapinameresolve_l_simplemapi_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapinameresolve_l_simplemapi_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapinameresolve_l_simplemapi_setting_0", + "displayName": "Automatically Deny", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapiopenmessage", + "displayName": "Configure Simple MAPI message opening prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapiopenmessage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapiopenmessage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapiopenmessage_l_simplemapi_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapiopenmessage_l_simplemapi_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapiopenmessage_l_simplemapi_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapiopenmessage_l_simplemapi_setting_0", + "displayName": "Automatically Deny", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapisend", + "displayName": "Configure Simple MAPI sending prompt (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapisend_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapisend_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapisend_l_simplemapi_setting", + "displayName": "Guard behavior: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapisend_l_simplemapi_setting_1", + "displayName": "Prompt User", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapisend_l_simplemapi_setting_2", + "displayName": "Automatically Approve", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings_l_simplemapisend_l_simplemapi_setting_0", + "displayName": "Automatically Deny", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings~l_trustedaddins_l_settrustedaddins", + "displayName": "Configure trusted add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings~l_trustedaddins_l_settrustedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings~l_trustedaddins_l_settrustedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings~l_trustedaddins_l_settrustedaddins_l_listoftrustedaddins", + "displayName": "List of trusted add-ins and hashes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings~l_trustedaddins_l_settrustedaddins_l_listoftrustedaddins_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_securityformsettings~l_programmaticsettings~l_trustedaddins_l_settrustedaddins_l_listoftrustedaddins_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_applymacrosecuritysettings", + "displayName": "Apply macro security settings to macros, add-ins and additional actions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_applymacrosecuritysettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_applymacrosecuritysettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_enablelinksinemailmessages", + "displayName": "Allow hyperlinks in suspected phishing e-mail messages (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_enablelinksinemailmessages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_enablelinksinemailmessages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_enablelinksinemailmessages_v2", + "displayName": "Allow hyperlinks in suspected phishing e-mail messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_enablelinksinemailmessages_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_enablelinksinemailmessages_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_onsendaddinsenabled", + "displayName": "Disable send when web extensions can’t load. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_onsendaddinsenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_onsendaddinsenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookactivationalertthreshold", + "displayName": "Specify activation disabling threshold for web extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookactivationalertthreshold_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookactivationalertthreshold_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookactivationalertthreshold_l_outlookactivationalertthresholdspinid", + "displayName": "(100 - 10000 milliseconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookactivationmanagerretrylimit", + "displayName": "Specify activation manager retry limit for web extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookactivationmanagerretrylimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookactivationmanagerretrylimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookactivationmanagerretrylimit_l_outlookactivationmanagerretrylimitspinid", + "displayName": "(1 - 5 occurrences) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookalertinterval", + "displayName": "Specify alert interval for web extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookalertinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookalertinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookalertinterval_l_outlookalertintervalspinid", + "displayName": "(5 - 600 seconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookmemoryalertthreshold", + "displayName": "Specify Outlook memory alert threshold for web extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookmemoryalertthreshold_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookmemoryalertthreshold_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookmemoryalertthreshold_l_outlookmemoryalertthresholdspinid", + "displayName": "(1 - 1500 MB) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookrestartmanagerretrylimit", + "displayName": "Specify the number of restarts attempted for a running web extension (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookrestartmanagerretrylimit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookrestartmanagerretrylimit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_outlookrestartmanagerretrylimit_l_outlookrestartmanagerretrylimitspinid", + "displayName": "(1 - 10 occurrences) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook", + "displayName": "Security setting for macros (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_l_securitylevel", + "displayName": "Security Level (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_l_securitylevel_2", + "displayName": "Always warn", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_l_securitylevel_4", + "displayName": "Never warn, disable all", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_l_securitylevel_3", + "displayName": "Warn for signed, disable unsigned", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_l_securitylevel_1", + "displayName": "No security check", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_v2", + "displayName": "Security setting for macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_v2_l_securitylevel", + "displayName": "Security Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_v2_l_securitylevel_2", + "displayName": "Always warn", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_v2_l_securitylevel_4", + "displayName": "Never warn, disable all", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_v2_l_securitylevel_3", + "displayName": "Warn for signed, disable unsigned", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_security~l_trustcenter_l_securityleveloutlook_v2_l_securitylevel_1", + "displayName": "No security check", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_preventsavingcredentialsforbasicauthenticationpolicy", + "displayName": "Prevent saving credentials for Basic Authentication policy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_preventsavingcredentialsforbasicauthenticationpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_preventsavingcredentialsforbasicauthenticationpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_specifyofflineaddressbookpath", + "displayName": "Specify Offline Address Book path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_specifyofflineaddressbookpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_specifyofflineaddressbookpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_specifyofflineaddressbookpath_l_specifyofflineaddressbookpathid", + "displayName": "Offline Address Book path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_eas_l_eassyncfrequency", + "displayName": "EAS Sync Frequency (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_eas_l_eassyncfrequency_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_eas_l_eassyncfrequency_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_eas_l_eassyncfrequency_l_eassyncfrequencyintervalspinid", + "displayName": "Synchronization interval (in minutes): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_automaticallyconfigureprofilebasedonactive", + "displayName": "Automatically configure profile based on Active Directory Primary SMTP address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_automaticallyconfigureprofilebasedonactive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_automaticallyconfigureprofilebasedonactive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_automaticallyconfigureprofilebasedonactiveonce", + "displayName": "Automatically configure only the first profile based on Active Directory primary SMTP address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_automaticallyconfigureprofilebasedonactiveonce_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_automaticallyconfigureprofilebasedonactiveonce_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_cachedexchangelowbandwidththreshold", + "displayName": "Cached Exchange low bandwidth threshold (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_cachedexchangelowbandwidththreshold_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_cachedexchangelowbandwidththreshold_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_cachedexchangelowbandwidththreshold_l_enterthebitratekbps128k128thresholdtodetectlowbandwidth2", + "displayName": "(0 - 1,000,000 kbps) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disablechangingfolderpermissions", + "displayName": "Do not allow users to change permissions on folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disablechangingfolderpermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disablechangingfolderpermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disableexchangeconsumeraccounts", + "displayName": "Prevent personal Microsoft accounts from using MAPI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disableexchangeconsumeraccounts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disableexchangeconsumeraccounts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disablerpctransportfallback", + "displayName": "Disable connection fallback between protocols (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disablerpctransportfallback_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_disablerpctransportfallback_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_donotcreatenewostonupgrade", + "displayName": "Do not create new OST file on upgrade (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_donotcreatenewostonupgrade_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_donotcreatenewostonupgrade_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface", + "displayName": "Configure Outlook Anywhere user interface options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface_l_chooseuistatewhenoscansupportfeature", + "displayName": "Choose UI State when OS can support feature: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface_l_chooseuistatewhenoscansupportfeature_0", + "displayName": "Hidden", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface_l_chooseuistatewhenoscansupportfeature_1", + "displayName": "All config UI enabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface_l_chooseuistatewhenoscansupportfeature_2", + "displayName": "Enable only On/Off control but not config UI", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface_l_chooseuistatewhenoscansupportfeature_3", + "displayName": "Enable config UI when settings are pre-deployed", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enableexchangeoverinternetuserinterface_l_chooseuistatewhenoscansupportfeature_4", + "displayName": "Disable but show all config UI", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enablerpcencryption", + "displayName": "Enable RPC encryption (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enablerpcencryption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enablerpcencryption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enablerpcencryption_v2", + "displayName": "Enable RPC encryption (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enablerpcencryption_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_enablerpcencryption_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeignoreostformat", + "displayName": "Exchange Unicode Mode - Ignore OST Format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeignoreostformat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeignoreostformat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeignoreostformat_l_choosewhetherexistingostformatdeterminesmailboxmode", + "displayName": "Choose whether existing OST format determines mailbox mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeignoreostformat_l_choosewhetherexistingostformatdeterminesmailboxmode_0", + "displayName": "OST Format determines mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeignoreostformat_l_choosewhetherexistingostformatdeterminesmailboxmode_1", + "displayName": "Create new OST if format doesn't match mode", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeignoreostformat_l_choosewhetherexistingostformatdeterminesmailboxmode_2", + "displayName": "Prompt to create new OST if format doesn't match mode", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodesilentostformatchange", + "displayName": "Exchange Unicode Mode - Silent OST format change (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodesilentostformatchange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodesilentostformatchange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeturnoffansi", + "displayName": "Exchange Unicode Mode - Turn off ANSI mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeturnoffansi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_exchangeunicodemodeturnoffansi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_foldersizedisplay", + "displayName": "Do not display Folder Size button on folder properties dialog box (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_foldersizedisplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_foldersizedisplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_ostcreation", + "displayName": "Do not allow an OST file to be created (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_ostcreation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_ostcreation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover", + "displayName": "Disable AutoDiscover (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverautodiscoversubdomain", + "displayName": "Exclude the query for the AutoDiscover domain (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverautodiscoversubdomain_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverautodiscoversubdomain_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverhttpredirect", + "displayName": "Exclude the HTTP redirect method (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverhttpredirect_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverhttpredirect_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverlkgurl", + "displayName": "Exclude the last known goode URL (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverlkgurl_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverlkgurl_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverrootdomain", + "displayName": "Exclude the root domain query based on your primary SMTP address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverrootdomain_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverrootdomain_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverscplookup", + "displayName": "Exclude the SCP object lookup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverscplookup_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoverscplookup_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoversrvrecord", + "displayName": "Exclude the SRV record query in DNS (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoversrvrecord_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookdisableautodiscover_l_outlookdisableautodiscoversrvrecord_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_personaldistributionlistsexchangeonly", + "displayName": "Do not validate personal Contact Groups when sending e-mail messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_personaldistributionlistsexchangeonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_personaldistributionlistsexchangeonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventcopyingormovingitemsbetweenaccounts", + "displayName": "Prevent copying or moving items between accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventcopyingormovingitemsbetweenaccounts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventcopyingormovingitemsbetweenaccounts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventcopyingormovingitemsbetweenaccounts_l_preventcopyingormovingitemsbetweenaccountsid", + "displayName": "SMTP address domain (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventnondefaultexchangeaccounts", + "displayName": "Prevent adding non-default Exchange accounts (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventnondefaultexchangeaccounts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preventnondefaultexchangeaccounts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags", + "displayName": "RPC/HTTP Connection Flags (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_l_selectrpchttpconnectionflags", + "displayName": "Select a combination of RPC/HTTP connection flags (see Explain tab for details): (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_l_selectrpchttpconnectionflags_0", + "displayName": "No Flags", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_l_selectrpchttpconnectionflags_47", + "displayName": "Flags: 1 + 2 + 3 + 4 + 5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_l_selectrpchttpconnectionflags_39", + "displayName": "Flags: 1 + 2 + 3 + 5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_l_selectrpchttpconnectionflags_43", + "displayName": "Flags: 1 + 2 + 4 + 5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_l_selectrpchttpconnectionflags_35", + "displayName": "Flags: 1 + 2 + 5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_l_selectrpchttpconnectionflags_41", + "displayName": "Flags: 1 + 4 + 5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpchttpconnectionflags_l_selectrpchttpconnectionflags_33", + "displayName": "Flags: 1 + 5", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyauthenticationsetting", + "displayName": "RPC Proxy Authentication Setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyauthenticationsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyauthenticationsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyauthenticationsetting_l_selectrpcproxyauthentication", + "displayName": "Authentication used to connect with the proxy server: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyauthenticationsetting_l_selectrpcproxyauthentication_1", + "displayName": "Basic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyauthenticationsetting_l_selectrpcproxyauthentication_2", + "displayName": "NTLM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyauthenticationsetting_l_selectrpcproxyauthentication_16", + "displayName": "Negotiate", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyauthenticationsetting_l_selectrpcproxyauthentication_65536", + "displayName": "Certificate", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyservername", + "displayName": "RPC Proxy Server Name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyservername_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyservername_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyservername_l_rpcproxyservernametextid", + "displayName": "Specify the proxy server name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyserverprincipalname", + "displayName": "Only connect if Proxy Server certificate has this principal name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyserverprincipalname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyserverprincipalname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_rpcproxyserverprincipalname_l_rpcproxyserverprincipalnametextid", + "displayName": "Specify the proxy server principal name (see Explain tab for details): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_setmaximumnumberofexchangeaccounts", + "displayName": "Set maximum number of Exchange accounts per profile (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_setmaximumnumberofexchangeaccounts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_setmaximumnumberofexchangeaccounts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_setmaximumnumberofexchangeaccounts_l_setmaximumnumberofexchangeaccountsspinid", + "displayName": "Number of Accounts: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_synchronizingdatainsharedfolders", + "displayName": "Synchronizing data in shared folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_synchronizingdatainsharedfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_synchronizingdatainsharedfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_synchronizingdatainsharedfolders_l_numberofdays", + "displayName": "Number of days (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbook", + "displayName": "Turn off Hierarchical Address Book (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbookdepartmentselection", + "displayName": "Turn off Hierarchical Address Book department selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbookdepartmentselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbookdepartmentselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbooksearch", + "displayName": "Turn off Hierarchical Address Book search (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbooksearch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_turnoffhierarchicaladdressbooksearch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_uselegacyoutlookauthenticationdialogs", + "displayName": "Use legacy Change Password authentication dialog boxes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_uselegacyoutlookauthenticationdialogs_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_uselegacyoutlookauthenticationdialogs_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_cachedexchangemodefilecachedexchangemode", + "displayName": "Cached Exchange Mode (File | Cached Exchange Mode) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_cachedexchangemodefilecachedexchangemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_cachedexchangemodefilecachedexchangemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_cachedexchangemodefilecachedexchangemode_l_selectcachedexchangemodefornewprofiles", + "displayName": "Select Cached Exchange Mode for new profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_cachedexchangemodefilecachedexchangemode_l_selectcachedexchangemodefornewprofiles_1", + "displayName": "Download Headers", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_cachedexchangemodefilecachedexchangemode_l_selectcachedexchangemodefornewprofiles_2", + "displayName": "Download Full Items", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_cachedexchangemodefilecachedexchangemode_l_selectcachedexchangemodefornewprofiles_3", + "displayName": "Download Headers and then Full Items", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_configurecachedexchangemode", + "displayName": "Use Cached Exchange Mode for new and existing Outlook profiles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_configurecachedexchangemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_configurecachedexchangemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadfullitemsfilecachedexchangemode", + "displayName": "Disallow Download Full Items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadfullitemsfilecachedexchangemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadfullitemsfilecachedexchangemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadheadersfilecachedexchangemode", + "displayName": "Disallow Download Headers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadheadersfilecachedexchangemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadheadersfilecachedexchangemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadheadersthenfullitemsfilecachedexchangemode", + "displayName": "Disallow Download Headers then Full Items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadheadersthenfullitemsfilecachedexchangemode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowdownloadheadersthenfullitemsfilecachedexchangemode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowonslowconnectionsonlydownloadheadersfilecachedexchan", + "displayName": "Disallow On Slow Connections Only Download Headers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowonslowconnectionsonlydownloadheadersfilecachedexchan_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_disallowonslowconnectionsonlydownloadheadersfilecachedexchan_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_downloadpublicfolderfavorites", + "displayName": "Download Public Folder Favorites (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_downloadpublicfolderfavorites_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_downloadpublicfolderfavorites_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_downloadshardnonmailfolders", + "displayName": "Download shared non-mail folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_downloadshardnonmailfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_downloadshardnonmailfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entermaximumsecondstowaittosyncchanges", + "displayName": "Enter maximum seconds to wait to sync changes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entermaximumsecondstowaittosyncchanges_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entermaximumsecondstowaittosyncchanges_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entermaximumsecondstowaittosyncchanges_l_entersecondstowaitbeforesyncdefault60sec", + "displayName": "Enter seconds to wait before sync(Default 60 sec.) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entersecondstowaittodownloadchangesfromserver", + "displayName": "Enter seconds to wait to download changes from server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entersecondstowaittodownloadchangesfromserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entersecondstowaittodownloadchangesfromserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entersecondstowaittodownloadchangesfromserver_l_entersecondstowaitbeforedownloaddefault30sec", + "displayName": "Enter seconds to wait before download(Default 30 sec.) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entersecondstowaittouploadchangestoserver", + "displayName": "Enter seconds to wait to upload changes to server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entersecondstowaittouploadchangestoserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entersecondstowaittouploadchangestoserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_entersecondstowaittouploadchangestoserver_l_entersecondstowaitbeforeuploaddefault15sec", + "displayName": "Enter seconds to wait before upload(Default 15 sec.) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_hybridmode", + "displayName": "Disable Exchange Fast Access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_hybridmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_hybridmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_incachedexchangemakesendreceivef9nulloperation", + "displayName": "Do not sync in Cached Exchange mode when users click Send/Receive or F9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_incachedexchangemakesendreceivef9nulloperation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_incachedexchangemakesendreceivef9nulloperation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_includeonlinemodegalinanr", + "displayName": "Use the Online Global Address List for Nickname Resolution (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_includeonlinemodegalinanr_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_cachedexchangemode_l_includeonlinemodegalinanr_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbookexactaliasmatching", + "displayName": "Return e-mail alias if it exactly matches the provided e-mail address when searching OAB (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbookexactaliasmatching_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbookexactaliasmatching_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbooklimitmanualoabdownloads", + "displayName": "Offline Address Book: Limit manual OAB downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbooklimitmanualoabdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbooklimitmanualoabdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbooklimitmanualoabdownloads_l_allowxxmanualoabdownloadsper13hrperiod", + "displayName": "Upper limit of number of manual OAB downloads per 13 hour period (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbooklimitnumberofincrementaloabdownloads", + "displayName": "Offline Address Book: Limit number of incremental OAB downloads (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbooklimitnumberofincrementaloabdownloads_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbooklimitnumberofincrementaloabdownloads_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbooklimitnumberofincrementaloabdownloads_l_allowxxincrementaloabdownloadsper13hrperiod", + "displayName": "Allow xx incremental OAB downloads per 13hr period (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbookpromptbeforedownloadingfulloab", + "displayName": "Offline Address Book: Prompt before Downloading Full OAB (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbookpromptbeforedownloadingfulloab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings~l_offlineaddressbook_l_offlineaddressbookpromptbeforedownloadingfulloab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_imap_l_turnonpurgewhenswitchingfolders", + "displayName": "Turn on purge when switching folders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_imap_l_turnonpurgewhenswitchingfolders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_imap_l_turnonpurgewhenswitchingfolders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_automaticallydownloadenclosures", + "displayName": "Automatically download enclosures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_automaticallydownloadenclosures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_automaticallydownloadenclosures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_defaultrssfeeds", + "displayName": "Default RSS Feeds (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_defaultrssfeeds_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_defaultrssfeeds_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_defaultrssfeeds_l_defaultrsssubscriptionspart", + "displayName": "List of default RSS Feeds (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_defaultrssfeeds_l_defaultrsssubscriptionspart_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_defaultrssfeeds_l_defaultrsssubscriptionspart_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_disableroamingofrsssubscriptions", + "displayName": "Do not roam users' RSS Feeds (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_disableroamingofrsssubscriptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_disableroamingofrsssubscriptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_downloadfulltextofarticles", + "displayName": "Download full text of articles as HTML attachments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_downloadfulltextofarticles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_downloadfulltextofarticles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_overridepublishedsyncinterval", + "displayName": "Override published sync interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_overridepublishedsyncinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_overridepublishedsyncinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_runrulesonrssitems", + "displayName": "Run rules on RSS items (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_runrulesonrssitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_runrulesonrssitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_synchronizeoutlookrssfeedswithcommonfeedlist", + "displayName": "Synchronize Outlook RSS Feeds with Common Feed List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_synchronizeoutlookrssfeedswithcommonfeedlist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_synchronizeoutlookrssfeedswithcommonfeedlist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_turnoffrssfeature", + "displayName": "Turn off RSS feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_turnoffrssfeature_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_rsssubscriptions_l_turnoffrssfeature_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_defaultsharepointlists", + "displayName": "Default SharePoint lists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_defaultsharepointlists_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_defaultsharepointlists_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_defaultsharepointlists_l_empty35", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_defaultsharepointlists_l_empty35_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_defaultsharepointlists_l_empty35_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_definecustomlabelforsharepointstore", + "displayName": "Define custom label for SharePoint store (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_definecustomlabelforsharepointstore_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_definecustomlabelforsharepointstore_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_definecustomlabelforsharepointstore_l_definecustomlabelforsharepointstorepart", + "displayName": "Enter custom label for SharePoint store: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disableroamingofsharepointlists", + "displayName": "Do not roam users' SharePoint lists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disableroamingofsharepointlists_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disableroamingofsharepointlists_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disablesharepointintegrationinoutlook", + "displayName": "Do not allow SharePoint-Outlook integration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disablesharepointintegrationinoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_disablesharepointintegrationinoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_logsharepointsyncrequestsandresponses", + "displayName": "Log SharePoint sync requests and responses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_logsharepointsyncrequestsandresponses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_logsharepointsyncrequestsandresponses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_modifynumberofchangeditemsincluded", + "displayName": "Modify number of changed items included in SharePoint client page download (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_modifynumberofchangeditemsincluded_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_modifynumberofchangeditemsincluded_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_modifynumberofchangeditemsincluded_l_empty34", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_overridepublishedsyncinteral36", + "displayName": "Override published sync interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_overridepublishedsyncinteral36_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_sharepointintegration_l_overridepublishedsyncinteral36_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_automaticallydownloadenclosureswebcal", + "displayName": "Automatically download attachments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_automaticallydownloadenclosureswebcal_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_automaticallydownloadenclosureswebcal_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_defaultwebcalsubscriptions", + "displayName": "Default Internet Calendar subscriptions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_defaultwebcalsubscriptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_defaultwebcalsubscriptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_defaultwebcalsubscriptions_l_empty32", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_defaultwebcalsubscriptions_l_empty32_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_defaultwebcalsubscriptions_l_empty32_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_disableroamingofinternetcalendars", + "displayName": "Disable roaming of Internet Calendars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_disableroamingofinternetcalendars_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_disableroamingofinternetcalendars_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_disablewebcalintegration", + "displayName": "Do not include Internet Calendar integration in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_disablewebcalintegration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_disablewebcalintegration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_overridepublishedsyncinteral", + "displayName": "Override published sync interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_overridepublishedsyncinteral_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v2~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_webcalsubscriptions_l_overridepublishedsyncinteral_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v3~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preferprovidedemailinautodiscoverauthprompts", + "displayName": "Prefer the provided account email in AutoDiscover auth prompts. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v3~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preferprovidedemailinautodiscoverauthprompts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v3~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_preferprovidedemailinautodiscoverauthprompts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions_l_disableguesssmart", + "displayName": "Disable GuessSmart in Outlook. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions_l_disableguesssmart_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions_l_disableguesssmart_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions_l_disableroamingsettings", + "displayName": "Disable roaming settings in Outlook. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions_l_disableroamingsettings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions_l_disableroamingsettings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableoutlookfeedbackfeatures", + "displayName": "Disable Outlook features in the Feedback tab under the File menu in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableoutlookfeedbackfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableoutlookfeedbackfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableoutlookmobilehyperlink", + "displayName": "Disable Outlook Mobile Hyperlink (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableoutlookmobilehyperlink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableoutlookmobilehyperlink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportbackstage", + "displayName": "Disable the Support tab under the File menu in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportbackstage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportbackstage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportdiagnostics", + "displayName": "Disable support diagnostics in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportdiagnostics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportdiagnostics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportticketcreationinoutlook", + "displayName": "Disable support ticket creation in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportticketcreationinoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablesupportticketcreationinoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_disableaccountsettingsdetectionservice", + "displayName": "Prevent Outlook from interacting with the account settings detection service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_disableaccountsettingsdetectionservice_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_disableaccountsettingsdetectionservice_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_disableoffice365simplifiedaccountcreation", + "displayName": "Prevent Office 365 E-mail accounts from being configured within a simplified Interface (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_disableoffice365simplifiedaccountcreation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_accountsettingsemail_l_disableoffice365simplifiedaccountcreation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_eas_l_enableeasaccountcreation", + "displayName": "Enable Exchange ActiveSync account creation in the Outlook account setup UI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_eas_l_enableeasaccountcreation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_eas_l_enableeasaccountcreation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookenableofficeconfigserviceinautodiscover", + "displayName": "Allow Outlook Autodiscover to interact with Office Config Service (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookenableofficeconfigserviceinautodiscover_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v4~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_outlookenableofficeconfigserviceinautodiscover_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableadminnotifications", + "displayName": "Disable Outlook tenant admin notifications (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableadminnotifications_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disableadminnotifications_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablecrashnotificationonrestart", + "displayName": "Disable the Outlook crash notification when Outlook restarts. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablecrashnotificationonrestart_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_disablecrashnotificationonrestart_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_allowprivatekeycheck", + "displayName": "Check for the user's private key when the user sends an encrypted email that includes the user as a recipient (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_allowprivatekeycheck_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v5~policy~l_microsoftofficeoutlook~l_security~l_cryptography_l_allowprivatekeycheck_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel", + "displayName": "Junk E-mail protection level (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_l_selectlevel", + "displayName": "Select level: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_l_selectlevel_4294967295", + "displayName": "No Protection", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_l_selectlevel_6", + "displayName": "Low (Default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_l_selectlevel_3", + "displayName": "High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_l_selectlevel_2147483648", + "displayName": "Trusted Lists Only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_v2", + "displayName": "Junk E-mail protection level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_v2_l_selectlevel", + "displayName": "Select level: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_v2_l_selectlevel_4294967295", + "displayName": "No Protection", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_v2_l_selectlevel_6", + "displayName": "Low (Default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_v2_l_selectlevel_3", + "displayName": "High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_junkemail_l_junkemailprotectionlevel_v2_l_selectlevel_2147483648", + "displayName": "Trusted Lists Only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver", + "displayName": "Authentication with Exchange Server (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_l_selecttheauthenticationwithexchangeserver", + "displayName": "Select the authentication with Exchange server. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_l_selecttheauthenticationwithexchangeserver_9", + "displayName": "Kerberos/NTLM Password Authentication", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_l_selecttheauthenticationwithexchangeserver_16", + "displayName": "Kerberos Password Authentication", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_l_selecttheauthenticationwithexchangeserver_10", + "displayName": "NTLM Password Authentication", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_l_selecttheauthenticationwithexchangeserver_2147545088", + "displayName": "Insert a smart card", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_v2", + "displayName": "Authentication with Exchange Server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_v2_l_selecttheauthenticationwithexchangeserver", + "displayName": "Select the authentication with Exchange server. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_v2_l_selecttheauthenticationwithexchangeserver_9", + "displayName": "Kerberos/NTLM Password Authentication", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_v2_l_selecttheauthenticationwithexchangeserver_16", + "displayName": "Kerberos Password Authentication", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_v2_l_selecttheauthenticationwithexchangeserver_10", + "displayName": "NTLM Password Authentication", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v6~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_authenticationwithexchangeserver_v2_l_selecttheauthenticationwithexchangeserver_2147545088", + "displayName": "Insert a smart card", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_predefined_l_disableeditdefaultuserpermissions", + "displayName": "Limit which permissions can be assigned to Default, Anonymous, or My Organization on mail folders and calendars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_predefined_l_disableeditdefaultuserpermissions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_disableitemsinuserinterface~l_predefined_l_disableeditdefaultuserpermissions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_delegatesentitemsstyle", + "displayName": "Saving messages sent from a shared mailbox to the Sent Items folder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_delegatesentitemsstyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_delegates_l_delegatesentitemsstyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_shorteneventstype", + "displayName": "Shorten appointments and meetings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_shorteneventstype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_shorteneventstype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_shorteneventstype_l_selecttheshorteneventstype", + "displayName": "Select the Shorten Events Type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_shorteneventstype_l_selecttheshorteneventstype_none", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_shorteneventstype_l_selecttheshorteneventstype_end_early", + "displayName": "End Early", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_outlookoptions~l_preferences~l_calendaroptions_l_shorteneventstype_l_selecttheshorteneventstype_start_late", + "displayName": "Start Late", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_alwaysusemsoauthforautodiscover", + "displayName": "Autodiscover is always capable of using modern authentication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_alwaysusemsoauthforautodiscover_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_alwaysusemsoauthforautodiscover_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_autodiscoverredirectservers", + "displayName": "Don’t show redirect warnings for Autodiscover for the specified HTTPS server names (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_autodiscoverredirectservers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_autodiscoverredirectservers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v7~policy~l_microsoftofficeoutlook~l_toolsaccounts~l_exchangesettings_l_autodiscoverredirectservers_l_autodiscoverredirectserverslist", + "displayName": "HTTPS server names: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v8~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_recommendoutlookextension", + "displayName": "Recommend the Microsoft Outlook Extension (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v8~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_recommendoutlookextension_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v8~policy~l_microsoftofficeoutlook~l_outlookoptions~l_other_l_recommendoutlookextension_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_miscellaneous_l_equivalentcomaddin", + "displayName": "Deactivate Outlook web add-ins whose equivalent COM or VSTO add-in is installed (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_miscellaneous_l_equivalentcomaddin_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_miscellaneous_l_equivalentcomaddin_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_miscellaneous_l_equivalentcomaddin_l_equivalentcomaddin2", + "displayName": "Outlook web add-ins to deactivate (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_miscellaneous_l_equivalentcomaddin_l_equivalentcomaddin2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_miscellaneous_l_equivalentcomaddin_l_equivalentcomaddin2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_outlookoptions_l_specifymaxgroupssupported", + "displayName": "Maximum Groups Supported (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_outlookoptions_l_specifymaxgroupssupported_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_outlookoptions_l_specifymaxgroupssupported_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_outlk16v9~policy~l_microsoftofficeoutlook~l_outlookoptions_l_specifymaxgroupssupported_l_specifymaxgroupssupportedid", + "displayName": "Groups Count: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_disableautosavewhencoauthoring", + "displayName": "Don’t automatically save changes when working in the same PowerPoint presentation as others (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_disableautosavewhencoauthoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_disableautosavewhencoauthoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_preventcoauthoring", + "displayName": "Prevent co-authoring (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_preventcoauthoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_preventcoauthoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_turnoffrevisiontracking", + "displayName": "Turn off revision tracking (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_turnoffrevisiontracking_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_collaborationsettings~l_coauthoring_l_turnoffrevisiontracking_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_customizableerrormessages_l_listoferrormessagestocustomize", + "displayName": "List of error messages to customize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_customizableerrormessages_l_listoferrormessagestocustomize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_customizableerrormessages_l_listoferrormessagestocustomize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize80", + "displayName": "List of error messages to customize (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize80_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize80_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems157", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems157_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems157_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems157_l_enteracommandbaridtodisable", + "displayName": "Enter a command bar ID to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys158", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys158_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys158_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys158_l_enterakeyandmodifiertodisable", + "displayName": "Enter a key and modifier to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultmuteaudioinrecordingpresenterview", + "displayName": "Turn off microphone recording by default when recording a slide show (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultmuteaudioinrecordingpresenterview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultmuteaudioinrecordingpresenterview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultmuteaudioinscreenrecorder", + "displayName": "Turn off audio recording for screen recording (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultmuteaudioinscreenrecorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultmuteaudioinscreenrecorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultvideooffinrecordingpresenterview", + "displayName": "Turn off camera recording by default when recording a slide show (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultvideooffinrecordingpresenterview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_defaultvideooffinrecordingpresenterview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_broadcastslideshow", + "displayName": "Slide Show tab | Start Slide Show | Broadcast Slide Show (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_broadcastslideshow_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_broadcastslideshow_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient", + "displayName": "File tab | Share | Send Using E-mail (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview", + "displayName": "File tab | Options | Customize Ribbon | All Commands | Web Page Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlinkppt", + "displayName": "Insert tab | Links | Hyperlink (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlinkppt_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlinkppt_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolslanguage", + "displayName": "Review tab | Language | Language (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolslanguage_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolslanguage_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacrosppt", + "displayName": "Developer tab | Code | Macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacrosppt_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacrosppt_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity", + "displayName": "Developer tab | Code | Macro Security (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditorppt", + "displayName": "Developer tab | Code | Visual Basic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditorppt_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditorppt_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_webaddressppt", + "displayName": "File tab | Options | Customize Ribbon | All Commands | Address (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_webaddressppt_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_webaddressppt_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditorppt", + "displayName": "Alt+F11 (Developer | Code | Visual Basic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditorppt_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditorppt_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros", + "displayName": "Alt+F8 (Developer | Code | Macros) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlf5broadcastslideshow", + "displayName": "Ctrl+F5 (Slide Show | Start Slide Show | Broadcast Slide Show) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlf5broadcastslideshow_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlf5broadcastslideshow_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindppt", + "displayName": "Ctrl+F (Home | Editing | Find) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindppt_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindppt_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkppt", + "displayName": "Ctrl+K (Insert | Links | Hyperlink) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkppt_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkppt_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_enablerecordingribbontab", + "displayName": "Turn on recording ribbon tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_enablerecordingribbontab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_enablerecordingribbontab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_hidebuiltintablestyles", + "displayName": "Hide built in table styles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_hidebuiltintablestyles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_disableitemsinuserinterface~l_predefined_l_hidebuiltintablestyles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation", + "displayName": "Check for accessibility issues while editing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation", + "displayName": "Stop checking for alt text accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsandcolumns", + "displayName": "Stop checking for blank table rows and columns (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsandcolumns_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsandcolumns_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingformediafilescaptions", + "displayName": "Stop checking for media files which might need captions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingformediafilescaptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingformediafilescaptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingformergedandsplitcells", + "displayName": "Stop checking for merged and split cells (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingformergedandsplitcells_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingformergedandsplitcells_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingmeaningfulorderofobjectsonslides", + "displayName": "Stop checking to ensure a meaningful order of objects on slides (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingmeaningfulorderofobjectsonslides_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingmeaningfulorderofobjectsonslides_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingpresentationsallowprogrammaticaccess", + "displayName": "Stop checking to ensure presentations allow programmatic access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingpresentationsallowprogrammaticaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingpresentationsallowprogrammaticaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation", + "displayName": "Stop checking for table alt text accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation", + "displayName": "Stop checking for table header accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtextcontrast", + "displayName": "Stop checking for text color contrast (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtextcontrast_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtextcontrast_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingthatslidetitlesexist", + "displayName": "Stop checking that slide titles exist (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingthatslidetitlesexist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingthatslidetitlesexist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtoensureeachslidehasauniquetitle", + "displayName": "Stop checking to ensure each slide has a unique title (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtoensureeachslidehasauniquetitle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtoensureeachslidehasauniquetitle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful", + "displayName": "Stop checking to ensure hyperlink text is meaningful (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_defaultcustomtab", + "displayName": "Show custom templates tab by default in PowerPoint on the Office Start screen and in File | New (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_defaultcustomtab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_defaultcustomtab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_disableofficestartpowerpoint", + "displayName": "Disable the Office Start screen for PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_disableofficestartpowerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_disableofficestartpowerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_disableslideupdate", + "displayName": "Disable Slide Update (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_disableslideupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_disableslideupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_personaltemplatespath", + "displayName": "Personal templates path for PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_personaltemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_personaltemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160_l_personaltemplatespath_l_personaltemplatespath", + "displayName": "Personal templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp", + "displayName": "Turn off file synchronization via SOAP over HTTP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_miscellaneous160~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_allowautoextendfordesktop", + "displayName": "Allow PowerPoint to also automatically extend the display when presenting on a desktop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_allowautoextendfordesktop_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_allowautoextendfordesktop_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_backgroundprinting", + "displayName": "Print in background (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_backgroundprinting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_backgroundprinting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_chartreftrackingenabled", + "displayName": "Allow formatting and labels to track data points (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_chartreftrackingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_chartreftrackingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_disablesettopology", + "displayName": "Do not allow PowerPoint to automatically extend the display when presenting on a laptop or tablet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_disablesettopology_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_disablesettopology_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_displayenterprisethemes", + "displayName": "Display enterprise themes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_displayenterprisethemes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_displayenterprisethemes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_displayenterprisethemes_l_displayenterprisethemesdontshowothers", + "displayName": "Only show enterprise themes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_displayenterprisethemes_l_displayenterprisethemesdontshowothers_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_displayenterprisethemes_l_displayenterprisethemesdontshowothers_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_displayenterprisethemes_l_displayenterprisethemesgallerytitle", + "displayName": "Enterprise themes category title (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_donotdisturb", + "displayName": "Set user availablity to Do not Disturb during Slide Show (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_donotdisturb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_donotdisturb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_draganddroptextediting", + "displayName": "Allow text to be dragged and dropped (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_draganddroptextediting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_draganddroptextediting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_endwithblackslide", + "displayName": "End with black slide (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_endwithblackslide_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_endwithblackslide_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_maximumnumberofundos", + "displayName": "Maximum number of undos (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_maximumnumberofundos_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_maximumnumberofundos_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_maximumnumberofundos_l_maximumnumberofundos2", + "displayName": "Maximum number of undos (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_popupmenuonrightmouseclick", + "displayName": "Show menu on right mouse click (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_popupmenuonrightmouseclick_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_popupmenuonrightmouseclick_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_printinsertedobjectsatprinterresolution", + "displayName": "Print inserted objects at printer resolution (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_printinsertedobjectsatprinterresolution_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_printinsertedobjectsatprinterresolution_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_printtruetypefontsasgraphics", + "displayName": "Print TrueType fonts as graphics (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_printtruetypefontsasgraphics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_printtruetypefontsasgraphics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_recentlyusedfilelist", + "displayName": "Number of presentations in the Recent Presentations list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_recentlyusedfilelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_recentlyusedfilelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_recentlyusedfilelist_l_sizeofrecentlyusedfilelist", + "displayName": "Size of recently used file list (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_setnumberofplacesintherecentplaceslist", + "displayName": "Number of folders in the Recent Folders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_setnumberofplacesintherecentplaceslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_setnumberofplacesintherecentplaceslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_setnumberofplacesintherecentplaceslist_l_setnumberofplacesintherecentplaceslistspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_showpopupmenubutton", + "displayName": "Show popup toolbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_showpopupmenubutton_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_showpopupmenubutton_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_usesmartcutandpaste", + "displayName": "Use smart cut and paste (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_usesmartcutandpaste_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_usesmartcutandpaste_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_verticalruler", + "displayName": "Show vertical ruler (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_verticalruler_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_verticalruler_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_whenselectingautomaticallyselectentireword", + "displayName": "When selecting, automatically select entire word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_whenselectingautomaticallyselectentireword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_whenselectingautomaticallyselectentireword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_windowsintaskbar", + "displayName": "Show all windows in the Taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_windowsintaskbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced_l_windowsintaskbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_resizegraphicstofitbrowserwindow", + "displayName": "Resize graphics to fit browser window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_resizegraphicstofitbrowserwindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_resizegraphicstofitbrowserwindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_showslideanimationwhilebrowsing", + "displayName": "Show slide animation while browsing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_showslideanimationwhilebrowsing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_showslideanimationwhilebrowsing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation", + "displayName": "Slide navigation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_addslidenavigationcontrols", + "displayName": "Add slide navigation controls (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_addslidenavigationcontrols_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_addslidenavigationcontrols_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_colors", + "displayName": "Colors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_colors_browsercolors", + "displayName": "Browser colors", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_colors_presentationschemetextcolor", + "displayName": "Presentation colors (text color)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_colors_presentationschemeaccentcolor", + "displayName": "Presentation colors (accent color)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_colors_whitetextonblack", + "displayName": "White text on black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_advanced~l_weboptions~l_general_l_slidenavigation_l_colors_blacktextonwhite", + "displayName": "Black text on white", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionscustomizeribbon_l_displaydevelopertab", + "displayName": "Display Developer tab in the Ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionscustomizeribbon_l_displaydevelopertab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionscustomizeribbon_l_displaydevelopertab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_allowselectionfloaties", + "displayName": "Show Mini Toolbar on selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_allowselectionfloaties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_allowselectionfloaties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablegallerypreviews", + "displayName": "Enable Live Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablegallerypreviews_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablegallerypreviews_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disableincrementaldownload", + "displayName": "Wait to show users a cloud-based presentation until all content is downloaded (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disableincrementaldownload_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disableincrementaldownload_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablelivesubtitles", + "displayName": "Don’t allow the use of Live Subtitles (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablelivesubtitles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablelivesubtitles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablequickstarter", + "displayName": "Turn off QuickStarter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablequickstarter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablequickstarter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablesummaryslidesectionzoom", + "displayName": "Don’t allow Summary Zoom, Slide Zoom, and Section Zoom in a PowerPoint presentation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablesummaryslidesectionzoom_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_disablesummaryslidesectionzoom_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_promptifpowerpointisnotdefault", + "displayName": "Prompt the user if PowerPoint is not the default application for its file extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_promptifpowerpointisnotdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_promptifpowerpointisnotdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_powerpointdesigner_l_powerpointdesigneroptions", + "displayName": "[Deprecated] PowerPoint Designer Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_powerpointdesigner_l_powerpointdesigneroptions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_powerpointdesigner_l_powerpointdesigneroptions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_powerpointdesigner_l_powerpointdesigneroptions_l_powerpointdesigneroptions", + "displayName": "PowerPoint Designer options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_powerpointdesigner_l_powerpointdesigneroptions_l_powerpointdesigneroptions_0", + "displayName": "Disable PowerPoint Designer", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_powerpointdesigner_l_powerpointdesigneroptions_l_powerpointdesigneroptions_73187", + "displayName": "Enable PowerPoint Designer", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing_l_checkspellingasyoutype", + "displayName": "Check spelling as you type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing_l_checkspellingasyoutype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing_l_checkspellingasyoutype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing_l_enablecontextualspellingpolicy", + "displayName": "Check grammar with spelling (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing_l_enablecontextualspellingpolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing_l_enablecontextualspellingpolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_autofitbodytexttoplaceholder", + "displayName": "AutoFit body text to placeholder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_autofitbodytexttoplaceholder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_autofitbodytexttoplaceholder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_autofittitletexttoplaceholder", + "displayName": "AutoFit title text to placeholder (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_autofittitletexttoplaceholder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_autofittitletexttoplaceholder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_replacestraightquoteswithsmartquotes", + "displayName": "Replace straight quotes with smart quotes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_replacestraightquoteswithsmartquotes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_proofing~l_autoformatasyoutype_l_replacestraightquoteswithsmartquotes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_defaultfilelocation", + "displayName": "Default file location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_defaultfilelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_defaultfilelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_defaultfilelocation_l_defaultfilelocation0", + "displayName": "Default file location (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_disablepackageforcd", + "displayName": "Disable Package For CD (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_disablepackageforcd_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_disablepackageforcd_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_keeplastautosavedversions", + "displayName": "Keep the last AutoSaved versions of files for the next session (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_keeplastautosavedversions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_keeplastautosavedversions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_saveautorecoverinfo", + "displayName": "Save AutoRecover info (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_saveautorecoverinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_saveautorecoverinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_saveautorecoverinfo_l_autorecoversavefrequencyminutes", + "displayName": "AutoRecover save frequency (minutes): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_saveautorecoverinfo_l_autorecoversavelocation", + "displayName": "AutoRecover save location (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_saveautorecoverinfo_l_enablesaveautorecoverinfo", + "displayName": "Enable save AutoRecover info (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_saveautorecoverinfo_l_enablesaveautorecoverinfo_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_saveautorecoverinfo_l_enablesaveautorecoverinfo_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_savepowerpointfilesas", + "displayName": "Default file format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_savepowerpointfilesas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_savepowerpointfilesas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_savepowerpointfilesas_l_savepowerpointfilesas1", + "displayName": "Save PowerPoint files as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_savepowerpointfilesas_l_savepowerpointfilesas1_27", + "displayName": "PowerPoint Presentation (*.pptx)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_savepowerpointfilesas_l_savepowerpointfilesas1_28", + "displayName": "PowerPoint Macro-Enabled Presentation (*.pptm)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_savepowerpointfilesas_l_savepowerpointfilesas1_0", + "displayName": "PowerPoint 97-2003 Presentation (*.ppt)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_savepowerpointfilesas_l_savepowerpointfilesas1_52", + "displayName": "OpenDocument Presentation (*.odp)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_turnofffileformatcompatiblitydialogforodp", + "displayName": "Suppress file format compatibility dialog box for OpenDocument Presentation format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_turnofffileformatcompatiblitydialogforodp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_save_l_turnofffileformatcompatiblitydialogforodp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_determinewhethertoforceencryptedppt", + "displayName": "Scan encrypted macros in PowerPoint Open XML presentations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_determinewhethertoforceencryptedppt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_determinewhethertoforceencryptedppt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_determinewhethertoforceencryptedppt_l_determinewhethertoforceencryptedpptdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_determinewhethertoforceencryptedppt_l_determinewhethertoforceencryptedpptdropid_0", + "displayName": "Scan encrypted macros (default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_determinewhethertoforceencryptedppt_l_determinewhethertoforceencryptedpptdropid_1", + "displayName": "Scan if anti-virus software available", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_determinewhethertoforceencryptedppt_l_determinewhethertoforceencryptedpptdropid_2", + "displayName": "Load macros without scanning", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_downloadimages", + "displayName": "Unblock automatic download of linked images (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_downloadimages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_downloadimages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_makehiddenmarkupvisible", + "displayName": "Make hidden markup visible (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_makehiddenmarkupvisible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_makehiddenmarkupvisible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_runprograms", + "displayName": "Run Programs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_runprograms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_runprograms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_runprograms_l_empty", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_runprograms_l_empty_0", + "displayName": "disable (don't run any programs)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_runprograms_l_empty_1", + "displayName": "enable (prompt user before running)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_runprograms_l_empty_2", + "displayName": "enable all (run without prompting)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_turnofffilevalidation", + "displayName": "Turn off file validation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_turnofffilevalidation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security_l_turnofffilevalidation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_configurecngcipherchainingmode", + "displayName": "Configure CNG cipher chaining mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecbc", + "displayName": "Cipher Block Chaining (CBC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecfb", + "displayName": "Cipher Feedback (CFB)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngcipheralgorithm", + "displayName": "Set CNG cipher algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngcipheralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngcipheralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngcipheralgorithm_l_setcngcipheralgorithmid", + "displayName": "CNG cipher algorithm: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngcipherkeylength", + "displayName": "Set CNG cipher key length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngcipherkeylength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngcipherkeylength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngcipherkeylength_l_setcngcipherkeylengthspinid", + "displayName": "Cipher key length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngpasswordspincount", + "displayName": "Set CNG password spin count (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngpasswordspincount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngpasswordspincount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setcngpasswordspincount_l_setcngpasswordspincountspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setparametersforcngcontext", + "displayName": "Set parameters for CNG context (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setparametersforcngcontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setparametersforcngcontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_setparametersforcngcontext_l_setparametersforcngcontextid", + "displayName": "Parameters (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycnghashalgorithm", + "displayName": "Specify CNG hash algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycnghashalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycnghashalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha512", + "displayName": "SHA512", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm", + "displayName": "Specify CNG random number generator algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_l_specifycngrandomnumbergeneratoralgorithmid", + "displayName": "Random number generator: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycngsaltlength", + "displayName": "Specify CNG salt length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycngsaltlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycngsaltlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifycngsaltlength_l_specifycngsaltlengthspinid", + "displayName": "Number of bytes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifyencryptioncompatibility", + "displayName": "Specify encryption compatibility (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_0", + "displayName": "Use legacy format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_1", + "displayName": "Use next generation format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_2", + "displayName": "All files save with next generation", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_usenewkeyonpasswordchange", + "displayName": "Use new key on password change (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_usenewkeyonpasswordchange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_cryptography_l_usenewkeyonpasswordchange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet", + "displayName": "Block macros from running in Office files from the Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disableallapplicationextensions", + "displayName": "Disable all application add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disableallapplicationextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disableallapplicationextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned", + "displayName": "Require that application add-ins are signed by Trusted Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments", + "displayName": "Set maximum number of trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_l_setmaximumnumberoftrusteddocumentsspinid", + "displayName": "Maximum number: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve", + "displayName": "Set maximum number of trust records to preserve (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_l_setmaximumnumberoftrustrecordstopreservespinid", + "displayName": "Maximum to preserve: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject", + "displayName": "Trust access to Visual Basic Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_turnofftrusteddocuments", + "displayName": "Turn off trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_turnofftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_turnofftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork", + "displayName": "Turn off Trusted Documents on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_vbawarningspolicy", + "displayName": "VBA Macro Notification Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_vbawarningspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_vbawarningspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty3", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty3_2", + "displayName": "Disable all with notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty3_3", + "displayName": "Disable all except digitally signed macros", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty3_4", + "displayName": "Disable all without notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty3_1", + "displayName": "Enable all macros (not recommended)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_graphicfilters", + "displayName": "Graphic Filters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_graphicfilters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_graphicfilters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_graphicfilters_l_graphicfiltersdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_graphicfilters_l_graphicfiltersdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_graphicfilters_l_graphicfiltersdropid_1", + "displayName": "Save blocked", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint", + "displayName": "Legacy converters for PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_l_legacyconvertersforpowerpointdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_l_legacyconvertersforpowerpointdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_l_legacyconvertersforpowerpointdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_l_legacyconvertersforpowerpointdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_l_legacyconvertersforpowerpointdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_l_legacyconvertersforpowerpointdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforpowerpoint_l_legacyconvertersforpowerpointdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint", + "displayName": "Microsoft Office Open XML converters for PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_l_microsoftofficeopenxmlconvertersforpowerpointdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_l_microsoftofficeopenxmlconvertersforpowerpointdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_l_microsoftofficeopenxmlconvertersforpowerpointdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_l_microsoftofficeopenxmlconvertersforpowerpointdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_l_microsoftofficeopenxmlconvertersforpowerpointdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_l_microsoftofficeopenxmlconvertersforpowerpointdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_microsoftofficeopenxmlconvertersforpowerpoint_l_microsoftofficeopenxmlconvertersforpowerpointdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles", + "displayName": "OpenDocument Presentation files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_l_opendocumentpresentationfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_l_opendocumentpresentationfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_l_opendocumentpresentationfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_l_opendocumentpresentationfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_l_opendocumentpresentationfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_l_opendocumentpresentationfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumentpresentationfiles_l_opendocumentpresentationfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_outlinefiles", + "displayName": "Outline files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_outlinefiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_outlinefiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_outlinefiles_l_outlinefilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_outlinefiles_l_outlinefilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_outlinefiles_l_outlinefilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_outlinefiles_l_outlinefilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters", + "displayName": "PowerPoint beta converters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_l_powerpointbetaconvertersdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_l_powerpointbetaconvertersdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_l_powerpointbetaconvertersdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_l_powerpointbetaconvertersdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_l_powerpointbetaconvertersdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_l_powerpointbetaconvertersdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetaconverters_l_powerpointbetaconvertersdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles", + "displayName": "PowerPoint beta files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_l_powerpointbetafilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_l_powerpointbetafilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_l_powerpointbetafilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_l_powerpointbetafilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_l_powerpointbetafilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_l_powerpointbetafilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpointbetafiles_l_powerpointbetafilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior", + "displayName": "Set default file block behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_0", + "displayName": "Blocked files are not opened", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_1", + "displayName": "Blocked files open in Protected View and can not be edited", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_2", + "displayName": "Blocked files open in Protected View and can be edited", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages", + "displayName": "Web Pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview", + "displayName": "Do not open files from the Internet zone in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview", + "displayName": "Do not open files in unsafe locations in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview", + "displayName": "Open files on local Intranet UNC in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails", + "displayName": "Set document behavior if file validation fails (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid_0", + "displayName": "Block files", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid_1", + "displayName": "Open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3", + "displayName": "Checked: Allow edit. Unchecked: Do not allow edit. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook", + "displayName": "Turn off Protected View for attachments opened from Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork", + "displayName": "Allow Trusted Locations on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc", + "displayName": "Disable all trusted locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01", + "displayName": "Trusted Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_datecolon", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_descriptioncolon", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_pathcolon", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02", + "displayName": "Trusted Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders7", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders7_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders7_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_datecolon5", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_descriptioncolon6", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_pathcolon4", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03", + "displayName": "Trusted Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders11", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders11_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders11_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_datecolon9", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_descriptioncolon10", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_pathcolon8", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04", + "displayName": "Trusted Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders15", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders15_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders15_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_datecolon13", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_descriptioncolon14", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_pathcolon12", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05", + "displayName": "Trusted Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders19", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders19_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders19_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_datecolon17", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_descriptioncolon18", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_pathcolon16", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06", + "displayName": "Trusted Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders23", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders23_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders23_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_datecolon21", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_descriptioncolon22", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_pathcolon20", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07", + "displayName": "Trusted Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders27", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders27_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders27_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_datecolon25", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_descriptioncolon26", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_pathcolon24", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08", + "displayName": "Trusted Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders31", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders31_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders31_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_datecolon29", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_descriptioncolon30", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_pathcolon28", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09", + "displayName": "Trusted Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders35", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders35_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders35_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_datecolon33", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_descriptioncolon34", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_pathcolon32", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10", + "displayName": "Trusted Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders39", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders39_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders39_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_datecolon37", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_descriptioncolon38", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_pathcolon36", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11", + "displayName": "Trusted Location #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders43", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders43_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders43_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_datecolon41", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_descriptioncolon42", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_pathcolon40", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12", + "displayName": "Trusted Location #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders47", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders47_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders47_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_datecolon45", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_descriptioncolon46", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_pathcolon44", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13", + "displayName": "Trusted Location #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders51", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders51_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders51_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_datecolon49", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_descriptioncolon50", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_pathcolon48", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14", + "displayName": "Trusted Location #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders55", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders55_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders55_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_datecolon53", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_descriptioncolon54", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_pathcolon52", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15", + "displayName": "Trusted Location #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders59", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders59_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders59_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_datecolon57", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_descriptioncolon58", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_pathcolon56", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16", + "displayName": "Trusted Location #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders63", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders63_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders63_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_datecolon61", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_descriptioncolon62", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_pathcolon60", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17", + "displayName": "Trusted Location #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders67", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders67_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders67_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_datecolon65", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_descriptioncolon66", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_pathcolon64", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18", + "displayName": "Trusted Location #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders71", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders71_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders71_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_datecolon69", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_descriptioncolon70", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_pathcolon68", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19", + "displayName": "Trusted Location #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders75", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders75_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders75_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_datecolon73", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_descriptioncolon74", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_pathcolon72", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20", + "displayName": "Trusted Location #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders79", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders79_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders79_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_datecolon77", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_descriptioncolon78", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_pathcolon76", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles", + "displayName": "PowerPoint 2007 and later presentations, shows, templates, themes and add-in files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_l_powerpoint2007andlaterpresentationsshowstemplatesthemesandaddinfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_l_powerpoint2007andlaterpresentationsshowstemplatesthemesandaddinfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_l_powerpoint2007andlaterpresentationsshowstemplatesthemesandaddinfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_l_powerpoint2007andlaterpresentationsshowstemplatesthemesandaddinfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_l_powerpoint2007andlaterpresentationsshowstemplatesthemesandaddinfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_l_powerpoint2007andlaterpresentationsshowstemplatesthemesandaddinfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_options~l_security~l_trustcenter~l_fileblocksettings_l_ppt2007andlaterpresentationsshowstemplatesthemesandaddinfiles_l_powerpoint2007andlaterpresentationsshowstemplatesthemesandaddinfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles", + "displayName": "PowerPoint 97-2003 presentations, shows, templates and add-in files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_l_powerpoint972003presentationsshowstemplatesandaddinfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_l_powerpoint972003presentationsshowstemplatesandaddinfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_l_powerpoint972003presentationsshowstemplatesandaddinfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_l_powerpoint972003presentationsshowstemplatesandaddinfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_l_powerpoint972003presentationsshowstemplatesandaddinfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_l_powerpoint972003presentationsshowstemplatesandaddinfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v2~policy~l_ppt~l_powerpointoptions~l_security~l_trustcenter~l_fileblocksettings_l_powerpoint972003presentationsshowstemplatesandaddinfiles_l_powerpoint972003presentationsshowstemplatesandaddinfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v3~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingsectionname", + "displayName": "Stop checking for Section with valid name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v3~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingsectionname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v3~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckingsectionname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v3~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckinguniquesectionname", + "displayName": "Stop checking for section with unique name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v3~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckinguniquesectionname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v3~policy~l_microsoftofficepowerpoint~l_filetab~l_checkaccessibility_l_stopcheckinguniquesectionname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_ppt16v4~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_enablemoderncommentscreatenew", + "displayName": "Use modern comments in PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_ppt16v4~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_enablemoderncommentscreatenew_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_ppt16v4~policy~l_microsoftofficepowerpoint~l_powerpointoptions~l_optionsgeneral_l_enablemoderncommentscreatenew_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_printers_approvedusbprintdevicesuser", + "displayName": "List of Approved USB-connected print devices (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_printers_approvedusbprintdevicesuser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_printers_approvedusbprintdevicesuser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_printers_approvedusbprintdevicesuser_approvedusbprintdevices_list", + "displayName": "vid/pid (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_printers_enabledevicecontroluser", + "displayName": "Enable Device Control Printing Restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_printers_enabledevicecontroluser_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_printers_enabledevicecontroluser_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user", + "displayName": "Point and Print Restrictions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_nowarningnoelevationoninstall_enum", + "displayName": "When installing drivers for a new connection: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_nowarningnoelevationoninstall_enum_0", + "displayName": "Show warning and elevation prompt", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_nowarningnoelevationoninstall_enum_1", + "displayName": "Show warning only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_nowarningnoelevationonupdate_enum", + "displayName": "When updating drivers for an existing connection: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_nowarningnoelevationonupdate_enum_0", + "displayName": "Show warning and elevation prompt", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_nowarningnoelevationonupdate_enum_1", + "displayName": "Show warning only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_trustedforest_chk", + "displayName": "Users can only point and print to machines in their forest (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_trustedforest_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_trustedforest_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_trustedservers_chk", + "displayName": "Users can only point and print to these servers: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_trustedservers_chk_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_trustedservers_chk_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_printers_pointandprintrestrictions_user_pointandprint_trustedservers_edit", + "displayName": "Enter fully qualified server names separated by semicolons (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_privacy_disableprivacyexperience", + "displayName": "Disable Privacy Experience (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_privacy_disableprivacyexperience_0", + "displayName": "Disabled", + "description": "Allow the 'choose privacy settings for your device' screen for a new user during their first logon or when an existing user logs in for the first time after an upgrade." + }, + { + "id": "user_vendor_msft_policy_config_privacy_disableprivacyexperience_1", + "displayName": "Enabled", + "description": "Do not allow the 'choose privacy settings for your device' screen when a new user logs in or an existing user logs in for the first time after an upgrade." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_defaultcustomtab", + "displayName": "Show custom templates tab by default in Project on the Office Start screen and in File | New (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_defaultcustomtab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_defaultcustomtab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_disableofficestartproject", + "displayName": "Disable the Office Start screen for Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_disableofficestartproject_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_disableofficestartproject_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_mrutemplatelistlength", + "displayName": "Most Recently Used Template List Length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_mrutemplatelistlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_mrutemplatelistlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_mrutemplatelistlength_l_mrutemplatelistlength39", + "displayName": "Most Recently Used Template List Length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_personaltemplatespath", + "displayName": "Personal templates path for Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_personaltemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_personaltemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_miscellaneous_l_personaltemplatespath_l_personaltemplatespath", + "displayName": "Personal templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_optionscustomizeribbon_l_displaydevelopertab", + "displayName": "Display Developer tab in the Ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_optionscustomizeribbon_l_displaydevelopertab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_optionscustomizeribbon_l_displaydevelopertab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcproject_l_pjautocalc", + "displayName": "Automatic Calculation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcproject_l_pjautocalc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcproject_l_pjautocalc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcproject_l_pjcalcall", + "displayName": "Calculate all open projects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcproject_l_pjcalcall_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcproject_l_pjcalcall_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjactualcostscalc", + "displayName": "Actual costs are always calculated by Microsoft Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjactualcostscalc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjactualcostscalc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjandmovecompleted", + "displayName": "And move end of completed parts forward to status date (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjandmovecompleted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjandmovecompleted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjandmoveremaining", + "displayName": "And move start of remaining parts back to status date (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjandmoveremaining_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjandmoveremaining_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjcalcmultiplecriticalpaths", + "displayName": "Calculate multiple critical paths (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjcalcmultiplecriticalpaths_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjcalcmultiplecriticalpaths_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjcritifless", + "displayName": "Tasks are critical if slack is less than or equal to (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjcritifless_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjcritifless_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjcritifless_l_pjcritifless29", + "displayName": "Tasks are critical if slack is less than or equal to (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjdefaultfixedaccrual", + "displayName": "Default fixed costs accrual (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjdefaultfixedaccrual_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjdefaultfixedaccrual_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjdefaultfixedaccrual_l_pjdefaultfixedaccrual28", + "displayName": "Default fixed costs accrual (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjdefaultfixedaccrual_l_pjdefaultfixedaccrual28_1", + "displayName": "Start", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjdefaultfixedaccrual_l_pjdefaultfixedaccrual28_3", + "displayName": "Prorated", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjdefaultfixedaccrual_l_pjdefaultfixedaccrual28_2", + "displayName": "End", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjeditstototaltask", + "displayName": "Edits to total task % complete will be spread to the status date (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjeditstototaltask_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjeditstototaltask_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjedittototalspread", + "displayName": "Edits to total actual cost will be spread to the status date (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjedittototalspread_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjedittototalspread_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjinsertedprojects", + "displayName": "Inserted projects are calculated like summary tasks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjinsertedprojects_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjinsertedprojects_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjmovecompleted", + "displayName": "Move end of completed parts after status date back to status date (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjmovecompleted_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjmovecompleted_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjmoveremaining", + "displayName": "Move start of remaining parts before status date forward to status date (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjmoveremaining_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjmoveremaining_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjupdatingtask", + "displayName": "Updating task status updates resource status (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjupdatingtask_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile_l_pjupdatingtask_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline", + "displayName": "Baseline for Earned Value calculations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27", + "displayName": "Baseline for Earned Value calculations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_1", + "displayName": "Baseline", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_12", + "displayName": "Baseline 1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_13", + "displayName": "Baseline 2", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_14", + "displayName": "Baseline 3", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_15", + "displayName": "Baseline 4", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_16", + "displayName": "Baseline 5", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_17", + "displayName": "Baseline 6", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_18", + "displayName": "Baseline 7", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_19", + "displayName": "Baseline 8", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_20", + "displayName": "Baseline 9", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevbaseline_l_pjevbaseline27_21", + "displayName": "Baseline 10", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevmethod", + "displayName": "Default task Earned Value method (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevmethod_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevmethod_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevmethod_l_pjevmethod26", + "displayName": "Default task Earned Value method (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevmethod_l_pjevmethod26_0", + "displayName": "% Complete", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalculation~l_pjcalcprojectfile~l_pjev_l_pjevmethod_l_pjevmethod26_1", + "displayName": "Physical % Complete", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdayspermonth", + "displayName": "Days per month (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdayspermonth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdayspermonth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdayspermonth_l_pjdayspermonth20", + "displayName": "Days per month (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdefaultendtime", + "displayName": "Default end time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdefaultendtime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdefaultendtime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdefaultendtime_l_pjdefaultendtime2", + "displayName": "Default end time (Minutes after 12am * 10) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdefaultstarttime", + "displayName": "Default start time (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdefaultstarttime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdefaultstarttime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjdefaultstarttime_l_pjdefaultstarttime2", + "displayName": "Default start time (Minutes after 12am * 10) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear", + "displayName": "Fiscal year starts in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17", + "displayName": "Fiscal year starts in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_1", + "displayName": "January", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_2", + "displayName": "February", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_3", + "displayName": "March", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_4", + "displayName": "April", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_5", + "displayName": "May", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_6", + "displayName": "June", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_7", + "displayName": "July", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_8", + "displayName": "August", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_9", + "displayName": "September", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_10", + "displayName": "October", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_11", + "displayName": "November", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjfiscalyear_l_pjfiscalyear17_12", + "displayName": "December", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjhoursperday", + "displayName": "Hours per day (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjhoursperday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjhoursperday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjhoursperday_l_pjhoursperday18", + "displayName": "Hours per day (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjhoursperweek", + "displayName": "Hours per week (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjhoursperweek_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjhoursperweek_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjhoursperweek_l_pjhoursperweek19", + "displayName": "Hours per week (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjstartingyear", + "displayName": "Use starting year for FY numbering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjstartingyear_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjstartingyear_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts", + "displayName": "Week starts on (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_l_pjweekstarts16", + "displayName": "Week starts on (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_l_pjweekstarts16_6", + "displayName": "Saturday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_l_pjweekstarts16_0", + "displayName": "Sunday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_l_pjweekstarts16_1", + "displayName": "Monday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_l_pjweekstarts16_2", + "displayName": "Tuesday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_l_pjweekstarts16_3", + "displayName": "Wednesday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_l_pjweekstarts16_4", + "displayName": "Thursday", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjcalendar_l_pjweekstarts_l_pjweekstarts16_5", + "displayName": "Friday", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjallowcelldragdrop", + "displayName": "Allow cell drag and drop (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjallowcelldragdrop_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjallowcelldragdrop_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjasktoupdate", + "displayName": "Ask to update automatic links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjasktoupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjasktoupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjeditdirectlycell", + "displayName": "Edit directly in cell (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjeditdirectlycell_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjeditdirectlycell_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjmoveafterenter", + "displayName": "Move selection after enter (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjmoveafterenter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjeditoptionsproj_l_pjmoveafterenter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour", + "displayName": "Followed hyperlink color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15", + "displayName": "Followed hyperlink color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_16", + "displayName": "Automatic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_0", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_1", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_2", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_3", + "displayName": "Lime", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_4", + "displayName": "Aqua", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_5", + "displayName": "Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_6", + "displayName": "Fuchsia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_7", + "displayName": "White", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_8", + "displayName": "Maroon", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_9", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_10", + "displayName": "Olive", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_11", + "displayName": "Navy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_12", + "displayName": "Purple", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_13", + "displayName": "Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_14", + "displayName": "Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjfollowedlinkcolour_l_pjfollowedlinkcolour15_15", + "displayName": "Silver", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour", + "displayName": "Hyperlink color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14", + "displayName": "Hyperlink color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_16", + "displayName": "Automatic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_0", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_1", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_2", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_3", + "displayName": "Lime", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_4", + "displayName": "Aqua", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_5", + "displayName": "Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_6", + "displayName": "Fuchsia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_7", + "displayName": "White", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_8", + "displayName": "Maroon", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_9", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_10", + "displayName": "Olive", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_11", + "displayName": "Navy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_12", + "displayName": "Purple", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_13", + "displayName": "Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_14", + "displayName": "Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjhyperlinkcolour_l_pjhyperlinkcolour14_15", + "displayName": "Silver", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjunderlinelinks", + "displayName": "Underline hyperlinks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjunderlinelinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjhyperlinkappear_l_pjunderlinelinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjaddspace", + "displayName": "Add space before label (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjaddspace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjaddspace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays", + "displayName": "Days (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays_l_pjdays10", + "displayName": "Days (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays_l_pjdays10_0", + "displayName": "d", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays_l_pjdays10_1", + "displayName": "dy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays_l_pjdays10_2", + "displayName": "day", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays_l_pjdays10_3", + "displayName": "\r\n ", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjdays_l_pjdays10_4", + "displayName": "\r\n ", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours", + "displayName": "Hours (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours_l_pjhours9", + "displayName": "Hours (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours_l_pjhours9_0", + "displayName": "h", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours_l_pjhours9_1", + "displayName": "hr", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours_l_pjhours9_2", + "displayName": "hour", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours_l_pjhours9_3", + "displayName": "\r\n ", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjhours_l_pjhours9_4", + "displayName": "\r\n ", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes", + "displayName": "Minutes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes_l_pjminutes8", + "displayName": "Minutes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes_l_pjminutes8_0", + "displayName": "m", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes_l_pjminutes8_1", + "displayName": "min", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes_l_pjminutes8_2", + "displayName": "minute", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes_l_pjminutes8_3", + "displayName": "\r\n ", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjminutes_l_pjminutes8_4", + "displayName": "\r\n ", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths", + "displayName": "Months (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths_l_pjmonths12", + "displayName": "Months (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths_l_pjmonths12_0", + "displayName": "mo", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths_l_pjmonths12_1", + "displayName": "mon", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths_l_pjmonths12_2", + "displayName": "month", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths_l_pjmonths12_3", + "displayName": "\r\n ", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjmonths_l_pjmonths12_4", + "displayName": "\r\n ", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks", + "displayName": "Weeks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks_l_pjweeks11", + "displayName": "Weeks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks_l_pjweeks11_0", + "displayName": "w", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks_l_pjweeks11_1", + "displayName": "wk", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks_l_pjweeks11_2", + "displayName": "week", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks_l_pjweeks11_3", + "displayName": "\r\n ", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjweeks_l_pjweeks11_4", + "displayName": "\r\n ", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears", + "displayName": "Years (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears_l_pjyears13", + "displayName": "Years (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears_l_pjyears13_0", + "displayName": "y", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears_l_pjyears13_1", + "displayName": "yr", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears_l_pjyears13_2", + "displayName": "year", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears_l_pjyears13_3", + "displayName": "\r\n ", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjedit~l_pjviewoptions_l_pjyears_l_pjyears13_4", + "displayName": "\r\n ", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral_l_undolevels", + "displayName": "Undo Levels (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral_l_undolevels_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral_l_undolevels_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral_l_undolevels_l_undolevels5", + "displayName": "Undo Levels (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjautoaddnew", + "displayName": "Automatically add new resources and tasks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjautoaddnew_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjautoaddnew_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjdefaultotime", + "displayName": "Default overtime rate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjdefaultotime_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjdefaultotime_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjdefaultotime_l_pjdefaultotime7", + "displayName": "Default overtime rate (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjdefaultstdrate", + "displayName": "Default standard rate (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjdefaultstdrate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjdefaultstdrate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneraloptions_l_pjdefaultstdrate_l_pjdefaultstdrate6", + "displayName": "Default standard rate (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjopenlast", + "displayName": "Open last file on startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjopenlast_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjopenlast_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjpromptforinfo", + "displayName": "Prompt for project info for new projects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjpromptforinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjpromptforinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjrecentlyused", + "displayName": "Number of projects in the Recent Projects list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjrecentlyused_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjrecentlyused_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjrecentlyused_l_pjmrut", + "displayName": "Number of entries: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjsetautofilter", + "displayName": "Set AutoFilter on for new projects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjsetautofilter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_pjsetautofilter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_setnumberofplacesintherecentplaceslist", + "displayName": "Number of folders in the Recent Folders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_setnumberofplacesintherecentplaceslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_setnumberofplacesintherecentplaceslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjgeneral~l_pjgeneralprojoptions_l_setnumberofplacesintherecentplaceslist_l_setnumberofplacesintherecentplaceslistspinid", + "displayName": "Number of folders: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface_l_disableinternalidmatching", + "displayName": "Disable Internal ID Matching (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface_l_disableinternalidmatching_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface_l_disableinternalidmatching_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettings_l_pjgbuidisplaytoggle", + "displayName": "Display Project Guide (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettings_l_pjgbuidisplaytoggle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettings_l_pjgbuidisplaytoggle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultstartpage", + "displayName": "Project Guide Functionality and Layout page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultstartpage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultstartpage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultstartpage_l_pjgbuidefaultpageurl", + "displayName": "URL: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultstartpage_l_pjusedefaultstartpage34", + "displayName": "Project Guide Functionality and Layout page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultstartpage_l_pjusedefaultstartpage34_1", + "displayName": "Use Microsoft Project's Default page", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultstartpage_l_pjusedefaultstartpage34_0", + "displayName": "Use a custom page", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultxmlschema", + "displayName": "Project Guide Content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultxmlschema_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultxmlschema_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultxmlschema_l_pjgbuixmlschemapath", + "displayName": "XML file for custom content: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultxmlschema_l_pjusedefaultxmlschema35", + "displayName": "Project Guide Content (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultxmlschema_l_pjusedefaultxmlschema35_1", + "displayName": "Use Microsoft Project's default content", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjpgsettingsforproject1_l_pjusedefaultxmlschema_l_pjusedefaultxmlschema35_0", + "displayName": "Use custom content", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjchangedurationooui", + "displayName": "Edits to work, units or duration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjchangedurationooui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjchangedurationooui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjdeletenameooui", + "displayName": "Deletions in the Name column (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjdeletenameooui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjdeletenameooui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjenterdateooui", + "displayName": "Edits to start and finish dates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjenterdateooui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjenterdateooui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjresourceassignooui", + "displayName": "Resource Assigments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjresourceassignooui_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjinterface~l_pjshowindicators_l_pjresourceassignooui_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave_l_pjfiletype", + "displayName": "Save Microsoft Project files as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave_l_pjfiletype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave_l_pjfiletype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave_l_pjfiletype_l_pjfiletype30", + "displayName": "Save Microsoft Project files as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave_l_pjfiletype_l_pjfiletype30_msproject.mpp.12", + "displayName": "Project (*.mpp)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave_l_pjfiletype_l_pjfiletype30_msproject.mpt.12", + "displayName": "Template (*.mpt)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave_l_pjfiletype_l_pjfiletype30_msproject.mpp.9", + "displayName": "Project 2000-2003 (*.mpp)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjautomaticsaveoption", + "displayName": "Save Active Project only (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjautomaticsaveoption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjautomaticsaveoption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjautomaticsaveprompt", + "displayName": "Prompt before saving (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjautomaticsaveprompt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjautomaticsaveprompt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjsaveevery", + "displayName": "Auto Save every (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjsaveevery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjsaveevery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjsaveinterval", + "displayName": "Save Interval (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjsaveinterval_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjsaveinterval_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjautosave_l_pjsaveinterval_l_pjsaveinterval33", + "displayName": "Save Interval (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjcache_l_cachelocation", + "displayName": "Local Project Cache Location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjcache_l_cachelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjcache_l_cachelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjcache_l_cachelocation_l_cachelocation37", + "displayName": "Local Project Cache Location (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjcache_l_cachesizeperprofile", + "displayName": "Local Project Cache Size Limit in MB (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjcache_l_cachesizeperprofile_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjcache_l_cachesizeperprofile_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjcache_l_cachesizeperprofile_l_cachesizeperprofile38", + "displayName": "Local Project Cache Size Limit in MB (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjfilelocations_l_pjfilelocprojects", + "displayName": "Projects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjfilelocations_l_pjfilelocprojects_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjfilelocations_l_pjfilelocprojects_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjfilelocations_l_pjfilelocprojects_l_pjfilelocprojects31", + "displayName": "Projects (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjfilelocations_l_pjfilelocusertemplates", + "displayName": "User Templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjfilelocations_l_pjfilelocusertemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjfilelocations_l_pjfilelocusertemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjsave~l_pjfilelocations_l_pjfilelocusertemplates_l_pjfilelocusertemplates32", + "displayName": "User Templates (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_keeptasksonnearestworkingday", + "displayName": "Keep tasks on nearest working day (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_keeptasksonnearestworkingday_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_keeptasksonnearestworkingday_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjautolinktasks", + "displayName": "Autolink inserted or moved tasks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjautolinktasks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjautolinktasks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdefaulttasktypes", + "displayName": "Default task type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdefaulttasktypes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdefaulttasktypes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdefaulttasktypes_l_pjdefaulttasktypes25", + "displayName": "Default task type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdefaulttasktypes_l_pjdefaulttasktypes25_1", + "displayName": "Fixed Duration", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdefaulttasktypes_l_pjdefaulttasktypes25_0", + "displayName": "Fixed Units", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdefaulttasktypes_l_pjdefaulttasktypes25_2", + "displayName": "Fixed Work", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits", + "displayName": "Duration is entered in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits_l_pjdurationunits23", + "displayName": "Duration is entered in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits_l_pjdurationunits23_3", + "displayName": "Minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits_l_pjdurationunits23_5", + "displayName": "Hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits_l_pjdurationunits23_7", + "displayName": "Days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits_l_pjdurationunits23_9", + "displayName": "Weeks", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjdurationunits_l_pjdurationunits23_11", + "displayName": "Months", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasks", + "displayName": "New tasks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasks_l_pjnewtasks22", + "displayName": "New tasks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasks_l_pjnewtasks22_0", + "displayName": "Start on Project Start Date", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasks_l_pjnewtasks22_1", + "displayName": "Start on Current Date", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtaskseffort", + "displayName": "New tasks are effort driven (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtaskseffort_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtaskseffort_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasksestdurations", + "displayName": "New tasks have estimated durations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasksestdurations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjnewtasksestdurations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjshowestimateddurations", + "displayName": "Show that tasks have estimated durations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjshowestimateddurations_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjshowestimateddurations_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjsplitinprogresstasks", + "displayName": "Split in-progress tasks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjsplitinprogresstasks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjsplitinprogresstasks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjtaskshonorconstraints", + "displayName": "Tasks will always honor their constraint dates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjtaskshonorconstraints_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjtaskshonorconstraints_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits", + "displayName": "Work is entered in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits_l_pjworkunits24", + "displayName": "Work is entered in (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits_l_pjworkunits24_3", + "displayName": "Minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits_l_pjworkunits24_5", + "displayName": "Hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits_l_pjworkunits24_7", + "displayName": "Days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits_l_pjworkunits24_9", + "displayName": "Weeks", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_pjworkunits_l_pjworkunits24_11", + "displayName": "Months", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_setdefaultstartdatefornewtasks", + "displayName": "Set default start date for new tasks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_setdefaultstartdatefornewtasks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_setdefaultstartdatefornewtasks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_setnewtaskstobeautomaticallyscheduled", + "displayName": "Set new tasks to be automatically scheduled (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_setnewtaskstobeautomaticallyscheduled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_setnewtaskstobeautomaticallyscheduled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_showtasksschedulesuggestions", + "displayName": "Show tasks schedule suggestions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_showtasksschedulesuggestions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_showtasksschedulesuggestions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_showtasksschedulewarnings", + "displayName": "Show tasks schedule warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_showtasksschedulewarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_showtasksschedulewarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_taskscanbemadeinactive", + "displayName": "Tasks can be made inactive (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_taskscanbemadeinactive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_taskscanbemadeinactive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_updatemanuallyscheduledtaskswheneditinglinks", + "displayName": "Update manually scheduled tasks when editing links (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_updatemanuallyscheduledtaskswheneditinglinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjscheddoc_l_updatemanuallyscheduledtaskswheneditinglinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjassignmentunits", + "displayName": "Show assignment units as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjassignmentunits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjassignmentunits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjassignmentunits_l_pjassignmentunits21", + "displayName": "Show assignment units as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjassignmentunits_l_pjassignmentunits21_0", + "displayName": "Percentage", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjassignmentunits_l_pjassignmentunits21_1", + "displayName": "Decimal", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjshowschedmessage", + "displayName": "Show scheduling messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjshowschedmessage_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjschedule~l_pjschedproj_l_pjshowschedmessage_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency", + "displayName": "Default Project Currency (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4", + "displayName": "Default Project Currency (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_aed", + "displayName": "United Arab Emirates, Dirhams", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_afa", + "displayName": "Afghanistan, Afghanis", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_all", + "displayName": "Albania, Leke", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_amd", + "displayName": "Armenia, Drams", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_aoa", + "displayName": "Angola, Kwanza", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ars", + "displayName": "Argentina, Pesos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_aud", + "displayName": "Australia, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_awg", + "displayName": "Aruba, Guilders (also called Florins)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_azm", + "displayName": "Azerbaijan, Manats", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bam", + "displayName": "Bosnia and Herzegovina, Convertible Marka", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bbd", + "displayName": "Barbados, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bdt", + "displayName": "Bangladesh, Taka", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bgn", + "displayName": "Bulgaria, Leva", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bhd", + "displayName": "Bahrain, Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bif", + "displayName": "Burundi, Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bmd", + "displayName": "Bermuda, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bnd", + "displayName": "Brunei Darussalam, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bob", + "displayName": "Bolivia, Bolivianos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_brl", + "displayName": "Brazil, Brazil Real", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bsd", + "displayName": "Bahamas, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_btn", + "displayName": "Bhutan, Ngultrum", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bwp", + "displayName": "Botswana, Pulas", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_byr", + "displayName": "Belarus, Rubles", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_bzd", + "displayName": "Belize, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_cad", + "displayName": "Canada, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_cdf", + "displayName": "Congo (DRC)//Kinshasa, Congolese Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_chf", + "displayName": "Switzerland, Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_clp", + "displayName": "Chile, Pesos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_cny", + "displayName": "China, Yuan Renminbi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_cop", + "displayName": "Colombia, Pesos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_crc", + "displayName": "Costa Rica, Colones", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_csd", + "displayName": "Serbia, Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_cup", + "displayName": "Cuba, Pesos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_cve", + "displayName": "Cabo Verde, Escudos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_czk", + "displayName": "Czech Republic, Koruny", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_djf", + "displayName": "Djibouti, Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_dkk", + "displayName": "Denmark, Kroner", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_dop", + "displayName": "Dominican Republic, Pesos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_dzd", + "displayName": "Algeria, Algeria Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_egp", + "displayName": "Egypt, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ern", + "displayName": "Eritrea, Nakfa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_etb", + "displayName": "Ethiopia, Birr", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_eur", + "displayName": "Euro Member Countries, Euro", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_fjd", + "displayName": "Fiji, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_fkp", + "displayName": "Falkland (Malvinas) Islands, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_gbp", + "displayName": "United Kingdom, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_gel", + "displayName": "Georgia, Lari", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ggp", + "displayName": "Guernsey, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ghc", + "displayName": "Ghana, Cedis", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_gip", + "displayName": "Gibraltar, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_gmd", + "displayName": "Gambia, Dalasi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_gnf", + "displayName": "Guinea, Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_gtq", + "displayName": "Guatemala, Quetzales", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_gyd", + "displayName": "Guyana, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_hkd", + "displayName": "Hong Kong, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_hnl", + "displayName": "Honduras, Lempiras", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_hrk", + "displayName": "Croatia, Kuna", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_htg", + "displayName": "Haiti, Gourdes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_huf", + "displayName": "Hungary, Forint", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_idr", + "displayName": "Indonesia, Rupiahs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ils", + "displayName": "Israel, New Shekels", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_imp", + "displayName": "Isle of Man, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_inr", + "displayName": "India, Rupees", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_iqd", + "displayName": "Iraq, Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_irr", + "displayName": "Iran, Rials", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_isk", + "displayName": "Iceland, Kronur", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_jep", + "displayName": "Jersey, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_jmd", + "displayName": "Jamaica, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_jod", + "displayName": "Jordan, Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_jpy", + "displayName": "Japan, Yen", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_kes", + "displayName": "Kenya, Shillings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_kgs", + "displayName": "Kyrgyzstan, Soms", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_khr", + "displayName": "Cambodia, Riels", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_kmf", + "displayName": "Comoros, Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_kpw", + "displayName": "North Korea, Won", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_krw", + "displayName": "Korea, Won", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_kwd", + "displayName": "Kuwait, Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_kyd", + "displayName": "Cayman Islands, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_kzt", + "displayName": "Kazakhstan, Tenge", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_lak", + "displayName": "Laos, Kips", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_lbp", + "displayName": "Lebanon, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_lkr", + "displayName": "Sri Lanka, Rupees", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_lrd", + "displayName": "Liberia, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_lsl", + "displayName": "Lesotho, Maloti", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ltl", + "displayName": "Lithuania, Litai", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_lyd", + "displayName": "Libya, Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mad", + "displayName": "Morocco, Dirhams", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mdl", + "displayName": "Moldova, Lei", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mga", + "displayName": "Madagascar, Ariary", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mkd", + "displayName": "Macedonia FYRO, Denars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mmk", + "displayName": "Myanmar (Burma), Kyats", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mnt", + "displayName": "Mongolia, Tugriks", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mop", + "displayName": "Macao, Patacas", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mro", + "displayName": "Mauritania, Ouguiyas", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mur", + "displayName": "Mauritius, Rupees", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mvr", + "displayName": "Maldives (Maldive Islands), Rufiyaa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mwk", + "displayName": "Malawi, Kwachas", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mxn", + "displayName": "Mexico, Pesos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_myr", + "displayName": "Malaysia, Ringgits", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_mzm", + "displayName": "Mozambique, Meticais", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_nad", + "displayName": "Namibia, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ngn", + "displayName": "Nigeria, Nairas", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_nio", + "displayName": "Nicaragua, Cordobas", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_nok", + "displayName": "Norway, Krone", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_npr", + "displayName": "Nepal, Nepal Rupees", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_nzd", + "displayName": "New Zealand, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_omr", + "displayName": "Oman, Rials", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_pab", + "displayName": "Panama, Balboa", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_pen", + "displayName": "Peru, Nuevos Soles", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_pgk", + "displayName": "Papua New Guinea, Kina", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_php", + "displayName": "Philippines, Pesos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_pkr", + "displayName": "Pakistan, Rupees", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_pln", + "displayName": "Poland, Zlotych", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_pyg", + "displayName": "Paraguay, Guarani", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_qar", + "displayName": "Qatar, Rials", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ron", + "displayName": "Romania, New Lei", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_rub", + "displayName": "Russia, Rubles", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_rwf", + "displayName": "Rwanda, Rwanda Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_sar", + "displayName": "Saudi Arabia, Riyals", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_sbd", + "displayName": "Solomon Islands, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_scr", + "displayName": "Seychelles, Rupees", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_sdd", + "displayName": "Sudan, Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_sek", + "displayName": "Sweden, Kronor", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_sgd", + "displayName": "Singapore, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_shp", + "displayName": "Saint Helena, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_sll", + "displayName": "Sierra Leone, Leones", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_sos", + "displayName": "Somalia, Shillings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_spl", + "displayName": "Seborga, Luigini", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_srd", + "displayName": "Suriname, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_std", + "displayName": "São Tome and Principe, Dobras", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_svc", + "displayName": "El Salvador, Colones", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_syp", + "displayName": "Syria, Pounds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_szl", + "displayName": "Swaziland, Emalangeni", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_thb", + "displayName": "Thailand, Baht", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_tjs", + "displayName": "Tajikistan, Somoni", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_tmm", + "displayName": "Turkmenistan, Manats", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_tnd", + "displayName": "Tunisia, Dinars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_top", + "displayName": "Tonga, Pa'anga", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_try", + "displayName": "Turkey, Lira", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ttd", + "displayName": "Trinidad and Tobago, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_tvd", + "displayName": "Tuvalu, Tuvalu Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_twd", + "displayName": "Taiwan, New Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_tzs", + "displayName": "Tanzania, Shillings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_uah", + "displayName": "Ukraine, Hryvnia", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ugx", + "displayName": "Uganda, Shillings", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_usd", + "displayName": "United States of America, Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_uyu", + "displayName": "Uruguay, Pesos", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_uzs", + "displayName": "Uzbekistan, Sums", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_ves", + "displayName": "Venezuela, Bolívar", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_vnd", + "displayName": "Vietnam, Dong", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_vuv", + "displayName": "Vanuatu, Vatu", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_wst", + "displayName": "Samoa, Tala", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xaf", + "displayName": "Communauté Financière Africaine BEAC, Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xag", + "displayName": "Silver, Ounces", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xau", + "displayName": "Gold, Ounces", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xcd", + "displayName": "East Caribbean Dollars", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xdr", + "displayName": "International Monetary Fund (IMF) Special Drawing Rights", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xof", + "displayName": "Communauté Financière Africaine BCEAO, Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xpd", + "displayName": "Palladium Ounces", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xpf", + "displayName": "Comptoirs Français du Pacifique Francs", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_xpt", + "displayName": "Platinum, Ounces", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_yer", + "displayName": "Yemen, Rials", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_zar", + "displayName": "South Africa, Rand", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_zmk", + "displayName": "Zambia, Kwacha", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_defaultprojectcurrency_l_defaultprojectcurrency4_zwd", + "displayName": "Zimbabwe, Zimbabwe Dollars", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat", + "displayName": "Date Format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3", + "displayName": "Date Format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_0", + "displayName": "1/31/00 12:33 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_1", + "displayName": "1/31/00", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_20", + "displayName": "1/31/2000", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_2", + "displayName": "January 31, 2000 12:33 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_3", + "displayName": "January 31, 2000", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_4", + "displayName": "Jan 31 12:33 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_5", + "displayName": "Jan 31 '00", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_6", + "displayName": "January 31", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_7", + "displayName": "Jan 31", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_8", + "displayName": "Mon 1/31/00 12:33 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_9", + "displayName": "Mon 1/31/00", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_10", + "displayName": "Mon Jan 31, '00", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_11", + "displayName": "Mon 12:33 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_15", + "displayName": "Mon Jan 31", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_16", + "displayName": "Mon 1/31", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_17", + "displayName": "Mon 31", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_12", + "displayName": "1/31", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_13", + "displayName": "31", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_14", + "displayName": "12:33 PM", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_18", + "displayName": "W1/1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdateformat_l_pjdateformat3_19", + "displayName": "W1/1/00 12:33 PM", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview", + "displayName": "Default View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2", + "displayName": "Default View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_bar rollup", + "displayName": "Bar Rollup", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_calendar", + "displayName": "Calendar", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_descriptive network diagram", + "displayName": "Descriptive Network Diagram", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_detail gantt", + "displayName": "Detail Gantt", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_gantt chart", + "displayName": "Gantt Chart", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_leveling gantt", + "displayName": "Leveling Gantt", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_milestone date rollup", + "displayName": "Milestone Date Rollup", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_milestone rollup", + "displayName": "Milestone Rollup", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_network diagram", + "displayName": "Network Diagram", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_relationship diagram", + "displayName": "Relationship Diagram", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_resource allocation", + "displayName": "Resource Allocation", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_resource form", + "displayName": "Resource Form", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_resource graph", + "displayName": "Resource Graph", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_resource name form", + "displayName": "Resource Names Form", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_resource sheet", + "displayName": "Resource Sheet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_resource usage", + "displayName": "Resource Usage", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_task details form", + "displayName": "Task Details Form", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_task entry", + "displayName": "Task Entry", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_task form", + "displayName": "Task Form", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_task name form", + "displayName": "Task Name Form", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_task sheet", + "displayName": "Task Sheet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_task usage", + "displayName": "Task Usage", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_pjdefaultview_l_pjdefaultview2_tracking gantt", + "displayName": "Tracking Gantt", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_projectsummarytask", + "displayName": "Project Summary Task (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_projectsummarytask_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview_l_projectsummarytask_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_calendartype_l_calendartype0", + "displayName": "Calendar Type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_calendartype_l_calendartype0_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_calendartype_l_calendartype0_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_calendartype_l_calendartype0_l_calendartype1", + "displayName": "Calendar Type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_calendartype_l_calendartype0_l_calendartype1_1", + "displayName": "Gregorian Calendar", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_calendartype_l_calendartype0_l_calendartype1_6", + "displayName": "Hijri Calendar", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_calendartype_l_calendartype0_l_calendartype1_7", + "displayName": "Thai Buddhist", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_automaticallyaddnewitemstotheglobalproject", + "displayName": "Automatically add new items to the global project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_automaticallyaddnewitemstotheglobalproject_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_automaticallyaddnewitemstotheglobalproject_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjentrybar", + "displayName": "Entry Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjentrybar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjentrybar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjolelinks", + "displayName": "OLE Link Indicators (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjolelinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjolelinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjprojectscreentips", + "displayName": "Project Screentips (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjprojectscreentips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjprojectscreentips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjscrollbar", + "displayName": "Scroll Bars (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjscrollbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjscrollbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjstatusbar", + "displayName": "Status Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjstatusbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjstatusbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjwindowsinstatusbar", + "displayName": "Windows in Taskbar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjwindowsinstatusbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_pjview~l_pjshow_l_pjwindowsinstatusbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_enableuntrustedintranetzoneaccesstoprojectserver", + "displayName": "Enable untrusted intranet zone access to Project server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_enableuntrustedintranetzoneaccesstoprojectserver_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_enableuntrustedintranetzoneaccesstoprojectserver_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_legacyfileformats", + "displayName": "Previous-version file formats (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_legacyfileformats_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_legacyfileformats_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_legacyfileformats_l_empty", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_legacyfileformats_l_empty_0", + "displayName": "Do not open or save", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_legacyfileformats_l_empty_1", + "displayName": "Prompt when opening and saving", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security_l_legacyfileformats_l_empty_2", + "displayName": "Allow opening and saving", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_configurecngcipherchainingmode", + "displayName": "Configure CNG cipher chaining mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecbc", + "displayName": "Cipher Block Chaining (CBC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecfb", + "displayName": "Cipher Feedback (CFB)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngcipheralgorithm", + "displayName": "Set CNG cipher algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngcipheralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngcipheralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngcipheralgorithm_l_setcngcipheralgorithmid", + "displayName": "CNG cipher algorithm: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngcipherkeylength", + "displayName": "Set CNG cipher key length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngcipherkeylength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngcipherkeylength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngcipherkeylength_l_setcngcipherkeylengthspinid", + "displayName": "Cipher key length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngpasswordspincount", + "displayName": "Set CNG password spin count (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngpasswordspincount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngpasswordspincount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setcngpasswordspincount_l_setcngpasswordspincountspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setparametersforcngcontext", + "displayName": "Set parameters for CNG context (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setparametersforcngcontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setparametersforcngcontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_setparametersforcngcontext_l_setparametersforcngcontextid", + "displayName": "Parameters (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycnghashalgorithm", + "displayName": "Specify CNG hash algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycnghashalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycnghashalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha512", + "displayName": "SHA512", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm", + "displayName": "Specify CNG random number generator algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_l_specifycngrandomnumbergeneratoralgorithmid", + "displayName": "Random number generator: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycngsaltlength", + "displayName": "Specify CNG salt length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycngsaltlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycngsaltlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_cryptography_l_specifycngsaltlength_l_specifycngsaltlengthspinid", + "displayName": "Number of bytes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_pjmacro_l_pjsecuritylevel", + "displayName": "Security Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_pjmacro_l_pjsecuritylevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_pjmacro_l_pjsecuritylevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_pjmacro_l_pjsecuritylevel_l_pjsecuritylevel36", + "displayName": "Security Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_pjmacro_l_pjsecuritylevel_l_pjsecuritylevel36_1", + "displayName": "Low (not recommended)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_pjmacro_l_pjsecuritylevel_l_pjsecuritylevel36_2", + "displayName": "Medium", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_pjmacro_l_pjsecuritylevel_l_pjsecuritylevel36_3", + "displayName": "High", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_pjmacro_l_pjsecuritylevel_l_pjsecuritylevel36_4", + "displayName": "Very High", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_allowtrustedlocationsonthenetwork", + "displayName": "Allow Trusted Locations on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_allowtrustedlocationsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_allowtrustedlocationsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disableallapplicationextensions", + "displayName": "Disable all application add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disableallapplicationextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disableallapplicationextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustedloc", + "displayName": "Disable all trusted locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustedloc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_disabletrustedloc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned", + "displayName": "Require that application add-ins are signed by Trusted Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01", + "displayName": "Trusted Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01_l_allowsubfolders", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01_l_allowsubfolders_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01_l_allowsubfolders_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01_l_datecolon", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01_l_descriptioncolon", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc01_l_pathcolon", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02", + "displayName": "Trusted Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02_l_allowsubfolders15", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02_l_allowsubfolders15_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02_l_allowsubfolders15_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02_l_datecolon13", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02_l_descriptioncolon14", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc02_l_pathcolon12", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03", + "displayName": "Trusted Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03_l_allowsubfolders19", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03_l_allowsubfolders19_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03_l_allowsubfolders19_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03_l_datecolon17", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03_l_descriptioncolon18", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc03_l_pathcolon16", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04", + "displayName": "Trusted Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04_l_allowsubfolders23", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04_l_allowsubfolders23_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04_l_allowsubfolders23_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04_l_datecolon21", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04_l_descriptioncolon22", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc04_l_pathcolon20", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05", + "displayName": "Trusted Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05_l_allowsubfolders27", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05_l_allowsubfolders27_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05_l_allowsubfolders27_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05_l_datecolon25", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05_l_descriptioncolon26", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc05_l_pathcolon24", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06", + "displayName": "Trusted Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06_l_allowsubfolders31", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06_l_allowsubfolders31_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06_l_allowsubfolders31_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06_l_datecolon29", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06_l_descriptioncolon30", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc06_l_pathcolon28", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07", + "displayName": "Trusted Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07_l_allowsubfolders35", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07_l_allowsubfolders35_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07_l_allowsubfolders35_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07_l_datecolon33", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07_l_descriptioncolon34", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc07_l_pathcolon32", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08", + "displayName": "Trusted Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08_l_allowsubfolders39", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08_l_allowsubfolders39_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08_l_allowsubfolders39_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08_l_datecolon37", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08_l_descriptioncolon38", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc08_l_pathcolon36", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09", + "displayName": "Trusted Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09_l_allowsubfolders43", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09_l_allowsubfolders43_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09_l_allowsubfolders43_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09_l_datecolon41", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09_l_descriptioncolon42", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc09_l_pathcolon40", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10", + "displayName": "Trusted Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10_l_allowsubfolders47", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10_l_allowsubfolders47_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10_l_allowsubfolders47_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10_l_datecolon45", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10_l_descriptioncolon46", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc10_l_pathcolon44", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11", + "displayName": "Trusted Location #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11_l_allowsubfolders51", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11_l_allowsubfolders51_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11_l_allowsubfolders51_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11_l_datecolon49", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11_l_descriptioncolon50", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc11_l_pathcolon48", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12", + "displayName": "Trusted Location #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12_l_allowsubfolders55", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12_l_allowsubfolders55_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12_l_allowsubfolders55_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12_l_datecolon53", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12_l_descriptioncolon54", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc12_l_pathcolon52", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13", + "displayName": "Trusted Location #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13_l_allowsubfolders59", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13_l_allowsubfolders59_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13_l_allowsubfolders59_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13_l_datecolon57", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13_l_descriptioncolon58", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc13_l_pathcolon56", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14", + "displayName": "Trusted Location #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14_l_allowsubfolders63", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14_l_allowsubfolders63_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14_l_allowsubfolders63_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14_l_datecolon61", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14_l_descriptioncolon62", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc14_l_pathcolon60", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15", + "displayName": "Trusted Location #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15_l_allowsubfolders67", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15_l_allowsubfolders67_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15_l_allowsubfolders67_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15_l_datecolon65", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15_l_descriptioncolon66", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc15_l_pathcolon64", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16", + "displayName": "Trusted Location #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16_l_allowsubfolders71", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16_l_allowsubfolders71_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16_l_allowsubfolders71_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16_l_datecolon69", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16_l_descriptioncolon70", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc16_l_pathcolon68", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17", + "displayName": "Trusted Location #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17_l_allowsubfolders75", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17_l_allowsubfolders75_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17_l_allowsubfolders75_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17_l_datecolon73", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17_l_descriptioncolon74", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc17_l_pathcolon72", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18", + "displayName": "Trusted Location #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18_l_allowsubfolders79", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18_l_allowsubfolders79_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18_l_allowsubfolders79_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18_l_datecolon77", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18_l_descriptioncolon78", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc18_l_pathcolon76", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19", + "displayName": "Trusted Location #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19_l_allowsubfolders83", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19_l_allowsubfolders83_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19_l_allowsubfolders83_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19_l_datecolon81", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19_l_descriptioncolon82", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc19_l_pathcolon80", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20", + "displayName": "Trusted Location #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20_l_allowsubfolders87", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20_l_allowsubfolders87_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20_l_allowsubfolders87_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20_l_datecolon85", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20_l_descriptioncolon86", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_trustedloc20_l_pathcolon84", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_vbawarningspolicy", + "displayName": "VBA Macro Notification Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_vbawarningspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_vbawarningspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_2", + "displayName": "Disable all with notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_3", + "displayName": "Disable all except digitally signed macros", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_4", + "displayName": "Disable all without notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_proj16v2~policy~l_proj~l_projectoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_1", + "displayName": "Enable all macros (not recommended)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems2", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems2_l_enteracommandbaridtodisable", + "displayName": "Enter a command bar ID to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filepublishtoweb", + "displayName": "File tab | Export | Publish HTML (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filepublishtoweb_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filepublishtoweb_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendemailemailpreview", + "displayName": "File tab | Share | E-mail Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendemailemailpreview_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendemailemailpreview_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendemailsendthispage", + "displayName": "File tab | Share | Email (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendemailsendthispage_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendemailsendthispage_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview", + "displayName": "Web tab | View | Web Page Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_puboptions1", + "displayName": "File tab | Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_puboptions1_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_puboptions1_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsaddins", + "displayName": "Developer tab | Add-Ins | COM Add-Ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsaddins_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsaddins_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacro", + "displayName": "Developer tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacro_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacro_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacros", + "displayName": "Developer tab | Code | Macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacros_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacros_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity", + "displayName": "Developer tab | Code | Macro Security (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditor", + "displayName": "Developer tab | Code | Visual Basic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditor_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditor_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_adddoublequotesinhebrewalphabetnumbering", + "displayName": "Add double quotes in Hebrew alphabet numbering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_adddoublequotesinhebrewalphabetnumbering_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_adddoublequotesinhebrewalphabetnumbering_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_defaultbuiltintab", + "displayName": "Default tab to show in Publisher on the Office Start screen and in File | New (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_defaultbuiltintab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_defaultbuiltintab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_defaultbuiltintab_l_defaultbuiltintab", + "displayName": "Default tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_defaultbuiltintab_l_defaultbuiltintab_0", + "displayName": "Featured", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_defaultbuiltintab_l_defaultbuiltintab_2", + "displayName": "Built-in", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_defaultbuiltintab_l_defaultbuiltintab_1", + "displayName": "Custom", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_disableofficestartpublisher", + "displayName": "Disable the Office Start screen for Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_disableofficestartpublisher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_disableofficestartpublisher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_personaltemplatespath", + "displayName": "Personal templates path for Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_personaltemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_personaltemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_personaltemplatespath_l_personaltemplatespath", + "displayName": "Personal templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_promptusertosetupprinter", + "displayName": "Prompt user to setup printer (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_promptusertosetupprinter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_miscellaneous_l_promptusertosetupprinter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_allowtexttobedraggedanddropped", + "displayName": "Allow text to be dragged and dropped (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_allowtexttobedraggedanddropped_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_allowtexttobedraggedanddropped_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallyhyphenateinnewtextboxes", + "displayName": "Automatically hyphenate in new text boxes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallyhyphenateinnewtextboxes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallyhyphenateinnewtextboxes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallysubstitutefontformissingeachars", + "displayName": "Automatically substitute font for missing East Asian characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallysubstitutefontformissingeachars_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallysubstitutefontformissingeachars_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallyswitchkeyboard", + "displayName": "Automatically switch keyboard to match the language of surrounding text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallyswitchkeyboard_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_automaticallyswitchkeyboard_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_enableincrementalpublishtoweb", + "displayName": "Enable incremental publish to Web (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_enableincrementalpublishtoweb_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_enableincrementalpublishtoweb_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_promptuserwhenreapplyingastyle", + "displayName": "Prompt user when reapplying a style (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_promptuserwhenreapplyingastyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_promptuserwhenreapplyingastyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_sendentirepublicationasasingle", + "displayName": "Send entire publication as a single JPEG image (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_sendentirepublicationasasingle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_sendentirepublicationasasingle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_setmaximumnumberofmruitemstodisplay", + "displayName": "Number of publications in the Recent Publications list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_setmaximumnumberofmruitemstodisplay_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_setmaximumnumberofmruitemstodisplay_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_setmaximumnumberofmruitemstodisplay_l_setmaximumnumberofmruitemstodisplayspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_setnumberofplacesintherecentplaceslist", + "displayName": "Number of folders in the Recent Folders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_setnumberofplacesintherecentplaceslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_setnumberofplacesintherecentplaceslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_setnumberofplacesintherecentplaceslist_l_setnumberofplacesintherecentplaceslistspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_showscreentipsonobjects", + "displayName": "Show ScreenTips on objects (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_showscreentipsonobjects_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_showscreentipsonobjects_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_turnoffdragpreview", + "displayName": "Turn off drag preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_turnoffdragpreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_turnoffdragpreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_usechinesefontsizes", + "displayName": "Use Chinese font sizes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_usechinesefontsizes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_usechinesefontsizes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_usexpsenhancedprintpath", + "displayName": "Use XPS-enhanced print path (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_usexpsenhancedprintpath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_usexpsenhancedprintpath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_whenformattingautomaticallyformatentireword", + "displayName": "When formatting, automatically format entire word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_whenformattingautomaticallyformatentireword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_whenformattingautomaticallyformatentireword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_whenselectingautomaticallyselectentireword", + "displayName": "When selecting, automatically select entire word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_whenselectingautomaticallyselectentireword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced_l_whenselectingautomaticallyselectentireword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_defaultpublisherdirection", + "displayName": "Default Publisher direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_defaultpublisherdirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_defaultpublisherdirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_defaultpublisherdirection_l_defaultpublisherdirection3", + "displayName": "Default Publisher direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_defaultpublisherdirection_l_defaultpublisherdirection3_0", + "displayName": "Left to right", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_defaultpublisherdirection_l_defaultpublisherdirection3_1", + "displayName": "Right to left", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_setdefaulttextflowdirection", + "displayName": "Set default text flow direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_setdefaulttextflowdirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_setdefaulttextflowdirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_setdefaulttextflowdirection_l_setdefaulttextflowdirectiondropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_setdefaulttextflowdirection_l_setdefaulttextflowdirectiondropid_1", + "displayName": "Left-to-Right", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_setdefaulttextflowdirection_l_setdefaulttextflowdirectiondropid_256", + "displayName": "Right-to-Left", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_usesequencechecking", + "displayName": "Use sequence checking (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_usesequencechecking_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_usesequencechecking_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_usetypeandreplace", + "displayName": "Use type and replace (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_usetypeandreplace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_advanced~l_complexscripts_l_usetypeandreplace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_general_l_showthenewtemplategallerywhenstartingpublisher", + "displayName": "Show the New template gallery when starting Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_general_l_showthenewtemplategallerywhenstartingpublisher_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_general_l_showthenewtemplategallerywhenstartingpublisher_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_optionscustomizeribbon_l_displaydevelopertab", + "displayName": "Display Developer tab in the Ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_optionscustomizeribbon_l_displaydevelopertab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_optionscustomizeribbon_l_displaydevelopertab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_proofing_l_checkspellingasyoutype", + "displayName": "Check spelling as you type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_proofing_l_checkspellingasyoutype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_proofing_l_checkspellingasyoutype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_proofing_l_checkspellingasyoutype_l_checkspellingasyoutypedropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_proofing_l_checkspellingasyoutype_l_checkspellingasyoutypedropid_1", + "displayName": "Check spelling as you type", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_proofing_l_checkspellingasyoutype_l_checkspellingasyoutypedropid_2", + "displayName": "Hide spelling errors", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_proofing_l_checkspellingasyoutype_l_checkspellingasyoutypedropid_3", + "displayName": "Both", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_save_l_allowbackgroundsaves", + "displayName": "Allow background saves (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_save_l_allowbackgroundsaves_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_save_l_allowbackgroundsaves_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_save_l_saveautorecoverinfoevery", + "displayName": "Save AutoRecover info every (minutes) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_save_l_saveautorecoverinfoevery_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_save_l_saveautorecoverinfoevery_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_puboptions~l_save_l_saveautorecoverinfoevery_l_saveautorecoverinfoeveryid", + "displayName": "Minutes (range 1-120): (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_preventfatallycorruptfilesfromopening", + "displayName": "Prompt to allow fatally corrupt files to open instead of blocking them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_preventfatallycorruptfilesfromopening_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_preventfatallycorruptfilesfromopening_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_publisherautomationsecuritylevel", + "displayName": "Publisher Automation Security Level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_publisherautomationsecuritylevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_publisherautomationsecuritylevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_publisherautomationsecuritylevel_l_empty", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_publisherautomationsecuritylevel_l_empty_1", + "displayName": "Low (enabled)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_publisherautomationsecuritylevel_l_empty_2", + "displayName": "By UI (prompted)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security_l_publisherautomationsecuritylevel_l_empty_3", + "displayName": "High (disabled)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disableallapplicationextensions", + "displayName": "Block application add-ins loading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disableallapplicationextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disableallapplicationextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned", + "displayName": "Require that application add-ins are signed by Trusted Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_vbawarningspolicy", + "displayName": "VBA Macro Notification Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_vbawarningspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_vbawarningspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_vbawarningspolicy_l_empty0", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_vbawarningspolicy_l_empty0_2", + "displayName": "Disable all with notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_vbawarningspolicy_l_empty0_3", + "displayName": "Disable all except digitally signed macros", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_vbawarningspolicy_l_empty0_4", + "displayName": "Disable all without notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v2~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_vbawarningspolicy_l_empty0_1", + "displayName": "Enable all macros (not recommended)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_pub16v3~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_blockmacroexecutionfrominternet", + "displayName": "Block macros from running in Office files from the internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_pub16v3~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_pub16v3~policy~l_microsoftofficepublisher~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_remotedesktop_autosubscription", + "displayName": "Auto-subscription (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection", + "displayName": "Restrict clipboard transfer from client to server (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text", + "displayName": "Restrict clipboard transfer from client to server: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_0", + "displayName": "Disable clipboard transfers from client to server", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_1", + "displayName": "Allow plain text", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_2", + "displayName": "Allow plain text and images", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_3", + "displayName": "Allow plain text, images and Rich Text Format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitclienttoserverclipboardredirection_ts_cs_clipboard_restriction_text_4", + "displayName": "Allow plain text, images, Rich Text Format and HTML", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection", + "displayName": "Restrict clipboard transfer from server to client (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text", + "displayName": "Restrict clipboard transfer from server to client: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_0", + "displayName": "Disable clipboard transfers from server to client", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_1", + "displayName": "Allow plain text", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_2", + "displayName": "Allow plain text and images", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_3", + "displayName": "Allow plain text, images and Rich Text Format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_remotedesktopservices_limitservertoclientclipboardredirection_ts_sc_clipboard_restriction_text_4", + "displayName": "Allow plain text, images, Rich Text Format and HTML", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_security_recoveryenvironmentauthentication", + "displayName": "Recovery Environment Authentication (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_security_recoveryenvironmentauthentication_0", + "displayName": "current) behavior", + "description": "current) behavior" + }, + { + "id": "user_vendor_msft_policy_config_security_recoveryenvironmentauthentication_1", + "displayName": "RequireAuthentication: Admin Authentication is always required for components in RecoveryEnvironment", + "description": "RequireAuthentication: Admin Authentication is always required for components in RecoveryEnvironment" + }, + { + "id": "user_vendor_msft_policy_config_security_recoveryenvironmentauthentication_2", + "displayName": "NoRequireAuthentication: Admin Authentication is not required for components in RecoveryEnvironment", + "description": "NoRequireAuthentication: Admin Authentication is not required for components in RecoveryEnvironment" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_settings_configuretaskbarcalendar", + "displayName": "Configure Taskbar Calendar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_settings_configuretaskbarcalendar_0", + "displayName": "User will be allowed to configure the setting.", + "description": "User will be allowed to configure the setting." + }, + { + "id": "user_vendor_msft_policy_config_settings_configuretaskbarcalendar_1", + "displayName": "Don't show additional calendars.", + "description": "Don't show additional calendars." + }, + { + "id": "user_vendor_msft_policy_config_settings_configuretaskbarcalendar_2", + "displayName": "Simplified Chinese (Lunar).", + "description": "Simplified Chinese (Lunar)." + }, + { + "id": "user_vendor_msft_policy_config_settings_configuretaskbarcalendar_3", + "displayName": "Traditional Chinese (Lunar).", + "description": "Traditional Chinese (Lunar)." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_settings_pagevisibilitylist", + "displayName": "Page Visibility List (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_start_configurestartpins", + "displayName": "Configure Start Pins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_start_disablecontextmenus", + "displayName": "Disable Context Menus (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_start_disablecontextmenus_0", + "displayName": "Disabled", + "description": "Do not disable." + }, + { + "id": "user_vendor_msft_policy_config_start_disablecontextmenus_1", + "displayName": "Enabled", + "description": "Disable." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_start_forcestartsize", + "displayName": "Force Start Size (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_start_forcestartsize_0", + "displayName": "Do not force size of Start.", + "description": "Do not force size of Start." + }, + { + "id": "user_vendor_msft_policy_config_start_forcestartsize_1", + "displayName": "Force non-fullscreen size of Start.", + "description": "Force non-fullscreen size of Start." + }, + { + "id": "user_vendor_msft_policy_config_start_forcestartsize_2", + "displayName": "Force a fullscreen size of Start.", + "description": "Force a fullscreen size of Start." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_start_hideapplist", + "displayName": "Hide App List (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_start_hideapplist_0", + "displayName": "None.", + "description": "None." + }, + { + "id": "user_vendor_msft_policy_config_start_hideapplist_1", + "displayName": "Hide all apps list.", + "description": "Hide all apps list." + }, + { + "id": "user_vendor_msft_policy_config_start_hideapplist_2", + "displayName": "Hide all apps list, and Disable \"Show app list in Start menu\" in Settings app.", + "description": "Hide all apps list, and Disable \"Show app list in Start menu\" in Settings app." + }, + { + "id": "user_vendor_msft_policy_config_start_hideapplist_3", + "displayName": "Hide all apps list, remove all apps button, and Disable \"Show app list in Start menu\" in Settings app.", + "description": "Hide all apps list, remove all apps button, and Disable \"Show app list in Start menu\" in Settings app." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_start_hidefrequentlyusedapps", + "displayName": "Hide Frequently Used Apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_start_hidefrequentlyusedapps_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "user_vendor_msft_policy_config_start_hidefrequentlyusedapps_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_start_hidepeoplebar", + "displayName": "Hide People Bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_start_hidepeoplebar_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "user_vendor_msft_policy_config_start_hidepeoplebar_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_start_hiderecentjumplists", + "displayName": "Hide Recent Jumplists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_start_hiderecentjumplists_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "user_vendor_msft_policy_config_start_hiderecentjumplists_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_start_hiderecentlyaddedapps", + "displayName": "Hide Recently Added Apps (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_start_hiderecentlyaddedapps_0", + "displayName": "Disabled", + "description": "Do not hide." + }, + { + "id": "user_vendor_msft_policy_config_start_hiderecentlyaddedapps_1", + "displayName": "Enabled", + "description": "Hide." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_start_startlayout", + "displayName": "Start Layout (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_system_allowtelemetry", + "displayName": "Allow Telemetry (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_system_allowtelemetry_0", + "displayName": "Security", + "description": "Security. Information that is required to help keep Windows more secure, including data about the Connected User Experience and Telemetry component settings, the Malicious Software Removal Tool, and Windows Defender.\nNote: This value is only applicable to Windows 10 Enterprise, Windows 10 Education, Windows 10 Mobile Enterprise, Windows 10 IoT Core (IoT Core), and Windows Server 2016. Using this setting on other devices is equivalent to setting the value of 1." + }, + { + "id": "user_vendor_msft_policy_config_system_allowtelemetry_1", + "displayName": "Basic", + "description": "Basic. Basic device info, including: quality-related data, app compatibility, app usage data, and data from the Security level." + }, + { + "id": "user_vendor_msft_policy_config_system_allowtelemetry_3", + "displayName": "Full", + "description": "Full. All data necessary to identify and help to fix problems, plus data from the Security, Basic, and Enhanced levels." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_teamsv2~policy~l_teams_teams_preventfirstlaunchafterinstall_policy", + "displayName": "Prevent Microsoft Teams from starting automatically after installation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_teamsv2~policy~l_teams_teams_preventfirstlaunchafterinstall_policy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_teamsv2~policy~l_teams_teams_preventfirstlaunchafterinstall_policy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_teamsv3~policy~l_teams_string_teams_signinrestriction_policy", + "displayName": "Restrict sign in to Teams to accounts in specific tenants (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_teamsv3~policy~l_teams_string_teams_signinrestriction_policy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_teamsv3~policy~l_teams_string_teams_signinrestriction_policy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_teamsv3~policy~l_teams_string_teams_signinrestriction_policy_restrictteamssignintoaccountsfromtenantlist", + "displayName": "Tenant IDs: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_timelanguagesettings_restrictlanguagepacksandfeaturesinstall", + "displayName": "Restrict Language Packs And Features Install (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_timelanguagesettings_restrictlanguagepacksandfeaturesinstall_0", + "displayName": "Disabled", + "description": "Not restricted." + }, + { + "id": "user_vendor_msft_policy_config_timelanguagesettings_restrictlanguagepacksandfeaturesinstall_1", + "displayName": "Enabled", + "description": "Restricted." + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_customizableerrormessages_l_listoferrormessagestocustomize", + "displayName": "List of error messages to customize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_customizableerrormessages_l_listoferrormessagestocustomize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_customizableerrormessages_l_listoferrormessagestocustomize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize98", + "displayName": "List of error messages to customize (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize98_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize98_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems1", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems1_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems1_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems1_l_enteracommandbaridtodisable", + "displayName": "Enter a command bar ID to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys100", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys100_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys100_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys100_l_enterakeyandmodifiertodisable", + "displayName": "Enter a key and modifier to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient", + "displayName": "File Tab | Share | Email (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlink", + "displayName": "Insert tab | Hyperlink (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlink_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlink_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosmacros", + "displayName": "Developer tab | Macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosmacros_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosmacros_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosvisualbasiceditor", + "displayName": "Developer tab | Visual Basic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosvisualbasiceditor_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosvisualbasiceditor_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_visiooptions99", + "displayName": "File tab | Options (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_visiooptions99_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_visiooptions99_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_defaultbuiltintab", + "displayName": "Default tab to show in Visio on the Office Start screen and in File | New (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_defaultbuiltintab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_defaultbuiltintab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_defaultbuiltintab_l_defaultbuiltintab", + "displayName": "Default tab (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_defaultbuiltintab_l_defaultbuiltintab_0", + "displayName": "Featured", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_defaultbuiltintab_l_defaultbuiltintab_2", + "displayName": "Built-in", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_defaultbuiltintab_l_defaultbuiltintab_1", + "displayName": "Custom", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_disableofficestartvisio", + "displayName": "Disable the Office Start screen for Visio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_disableofficestartvisio_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_disableofficestartvisio_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_emailmessageforsendtocommands", + "displayName": "Email message for 'Send To' commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_emailmessageforsendtocommands_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_emailmessageforsendtocommands_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_emailmessageforsendtocommands_l_emailmessageforsendtocommands101", + "displayName": "Email message for 'Send To' commands (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_personaltemplatespath", + "displayName": "Personal templates path for Visio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_personaltemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_personaltemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_miscellaneous_l_personaltemplatespath_l_personaltemplatespath", + "displayName": "Personal templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_alwaysoffermetricandusunitsfornewblankdrawings", + "displayName": "Always offer 'Metric' and 'US units' for new blank drawings and stencils (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_alwaysoffermetricandusunitsfornewblankdrawings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_alwaysoffermetricandusunitsfornewblankdrawings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle", + "displayName": "Angle (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle_l_angle8", + "displayName": "Angle (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle_l_angle8_81", + "displayName": "Degrees", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle_l_angle8_82", + "displayName": "Deg-Min-Sec", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle_l_angle8_84", + "displayName": "Min-Sec", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle_l_angle8_85", + "displayName": "Seconds", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_angle_l_angle8_83", + "displayName": "Radians", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration", + "displayName": "Duration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration_l_duration9", + "displayName": "Duration (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration_l_duration9_43", + "displayName": "Weeks", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration_l_duration9_44", + "displayName": "Days", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration_l_duration9_45", + "displayName": "Hours", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration_l_duration9_46", + "displayName": "Minutes", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_duration_l_duration9_47", + "displayName": "Seconds", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_preventshowingnewscreenonlaunch", + "displayName": "Prevent showing New screen on launch (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_preventshowingnewscreenonlaunch_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_preventshowingnewscreenonlaunch_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_recentlyusedfilelist", + "displayName": "Number of entries in the Recent Drawings list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_recentlyusedfilelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_recentlyusedfilelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_recentlyusedfilelist_l_numberofentries", + "displayName": "Number of entries: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_setnumberofplacesintherecentplaceslist", + "displayName": "Number of folders in the Recent Folders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_setnumberofplacesintherecentplaceslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_setnumberofplacesintherecentplaceslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_setnumberofplacesintherecentplaceslist_l_setnumberofplacesintherecentplaceslistspinid", + "displayName": "Number of folders: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_smarttags", + "displayName": "Actions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_smarttags_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_smarttags_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear", + "displayName": "Specify ScreenTips to appear (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid1", + "displayName": "Drawing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid1_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid1_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid2", + "displayName": "Dialogs (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid2_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid2_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid3", + "displayName": "Rulers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid3_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid4", + "displayName": "Shapesheet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid4_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_specifyscreentipstoappear_l_specifyscreentipstoappearboolid4_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_stencilwindowscreentips", + "displayName": "Stencil window ScreenTips (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_stencilwindowscreentips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_stencilwindowscreentips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_text", + "displayName": "Text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_text_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_text_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_text_l_text7", + "displayName": "Text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_text_l_text7_51", + "displayName": "Picas", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_text_l_text7_50", + "displayName": "Points", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_text_l_text7_54", + "displayName": "Ciceros", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_display_l_text_l_text7_53", + "displayName": "Didots", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_centerselectiononzoom", + "displayName": "Center selection on zoom (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_centerselectiononzoom_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_centerselectiononzoom_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enableautoconnect", + "displayName": "Enable AutoConnect (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enableautoconnect_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enableautoconnect_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enablelivedynamics", + "displayName": "Enable live dynamics (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enablelivedynamics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enablelivedynamics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enalbeconnectorsplitting", + "displayName": "Enable connector splitting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enalbeconnectorsplitting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_enalbeconnectorsplitting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_selectshapespartiallywithinarea", + "displayName": "Select shapes partially within area (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_selectshapespartiallywithinarea_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_selectshapespartiallywithinarea_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_showmorehandles", + "displayName": "Show more handles on hover (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_showmorehandles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_showmorehandles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnoffshapesheetformulaautocomplete", + "displayName": "Turn off ShapeSheet Formula AutoComplete (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnoffshapesheetformulaautocomplete_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnoffshapesheetformulaautocomplete_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnoffsmartdeletebehaviorofconnectorswhendeletingshapes", + "displayName": "Turn off smart delete behavior of connectors when deleting shapes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnoffsmartdeletebehaviorofconnectorswhendeletingshapes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnoffsmartdeletebehaviorofconnectorswhendeletingshapes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnofftransitions", + "displayName": "Turn off transitions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnofftransitions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_turnofftransitions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_zoomonrollwithintellimouse", + "displayName": "Zoom on roll with IntelliMouse (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_zoomonrollwithintellimouse_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_editingoptions_l_zoomonrollwithintellimouse_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_addons", + "displayName": "Add-ons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_addons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_addons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_addons_l_addonscolon", + "displayName": "Add-ons: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_drawings", + "displayName": "Drawings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_drawings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_drawings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_drawings_l_drawingscolon", + "displayName": "Drawings: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_favoritesstencilname", + "displayName": "Favorites Stencil Name (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_favoritesstencilname_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_favoritesstencilname_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_favoritesstencilname_l_favoritesstencilnamecolon", + "displayName": "Favorites Stencil Name: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_help", + "displayName": "Help (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_help_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_help_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_help_l_helpcolon", + "displayName": "Help: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_myshapes", + "displayName": "My Shapes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_myshapes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_myshapes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_myshapes_l_myshapescolon", + "displayName": "My Shapes: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_startup", + "displayName": "Start-up (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_startup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_startup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_startup_l_startupcolon", + "displayName": "Start-up: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_stencils", + "displayName": "Stencils (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_stencils_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_stencils_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_stencils_l_stencilscolon", + "displayName": "Stencils: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_templates", + "displayName": "Templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_templates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_templates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_filelocations_l_templates_l_templatescolon", + "displayName": "Templates: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_enableautomationevents", + "displayName": "Enable Automation events (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_enableautomationevents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_enableautomationevents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_openeachshapesheetinthesamewindow", + "displayName": "Open each ShapeSheet in the same window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_openeachshapesheetinthesamewindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_openeachshapesheetinthesamewindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_putallsettingsinwindowsregistry", + "displayName": "Put all settings in Windows registry (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_putallsettingsinwindowsregistry_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_generaloptions_l_putallsettingsinwindowsregistry_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_languageforfileconversion4", + "displayName": "Language for file conversion (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_languageforfileconversion4_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_languageforfileconversion4_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_languageforfileconversion4_l_languageforfileconversion5", + "displayName": "Language for file conversion (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_languageforfileconversion4_l_languageforfileconversion5_0", + "displayName": "Let Visio decide language", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_languageforfileconversion4_l_languageforfileconversion5_1", + "displayName": "Prompt for language", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_languageforfileconversion4_l_languageforfileconversion5_2", + "displayName": "Use the following language", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_languageforfileconversion4_l_uselanguage", + "displayName": "Use language: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_showfileopenwarnings", + "displayName": "Show file open warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_showfileopenwarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_showfileopenwarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_showfilesavewarnings", + "displayName": "Show file save warnings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_showfilesavewarnings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_saveopen_l_showfilesavewarnings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_openresultsnewwindow", + "displayName": "Open results new window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_openresultsnewwindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_openresultsnewwindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchfor", + "displayName": "Search for: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchfor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchfor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchfor_l_searchfor10", + "displayName": "Search for: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchfor_l_searchfor10_1", + "displayName": "All of the words (AND)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchfor_l_searchfor10_0", + "displayName": "Any of the words (OR)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchresults", + "displayName": "Search results (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchresults_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchresults_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchresults_l_searchresults11", + "displayName": "Search results (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchresults_l_searchresults11_0", + "displayName": "Alphabetically", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_searchresults_l_searchresults11_1", + "displayName": "By Group", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_showshapesearchpane", + "displayName": "Show Shape Search pane (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_showshapesearchpane_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_advanced~l_shapesearch_l_showshapesearchpane_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_donotshowminitoolbaronselectionoftext", + "displayName": "Do not show Mini Toolbar on selection of text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_donotshowminitoolbaronselectionoftext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_donotshowminitoolbaronselectionoftext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_turnofflivepreview", + "displayName": "Turn off Live Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_turnofflivepreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_turnofflivepreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_turnofflivepreviewintheshapeswindow", + "displayName": "Turn off Live Preview in the Shapes window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_turnofflivepreviewintheshapeswindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_general~l_userinterfaceoptions_l_turnofflivepreviewintheshapeswindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_optionscustomizeribbon_l_displaydevelopertab", + "displayName": "Display Developer tab in the Ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_optionscustomizeribbon_l_displaydevelopertab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_optionscustomizeribbon_l_displaydevelopertab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_fractionswithfractioncharacter", + "displayName": "Fractions with fraction character (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_fractionswithfractioncharacter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_fractionswithfractioncharacter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_hyphenswithdash", + "displayName": "Hyphens with dash (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_hyphenswithdash_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_hyphenswithdash_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_ordinalswithsuperscript", + "displayName": "Ordinals with superscript (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_ordinalswithsuperscript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_ordinalswithsuperscript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_smileyfacesandarrowswithspecialsymbols", + "displayName": "Smiley faces and arrows with special symbols (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_smileyfacesandarrowswithspecialsymbols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_smileyfacesandarrowswithspecialsymbols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_straightquoteswithsmartquotes", + "displayName": "Straight quotes with smart quotes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_straightquoteswithsmartquotes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_proofing~l_autocorrectoptions_l_straightquoteswithsmartquotes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save_l_turnoffcaddwgfunctionality", + "displayName": "Turn off CAD/DWG functionality (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save_l_turnoffcaddwgfunctionality_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save_l_turnoffcaddwgfunctionality_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_offlineediting_l_savecheckedoutfilesto", + "displayName": "Save checked-out files to (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_offlineediting_l_savecheckedoutfilesto_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_offlineediting_l_savecheckedoutfilesto_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_offlineediting_l_savecheckedoutfilesto_l_savecheckedoutfilestodropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_offlineediting_l_savecheckedoutfilesto_l_savecheckedoutfilestodropid_1", + "displayName": "Server drafts location", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_offlineediting_l_savecheckedoutfilesto_l_savecheckedoutfilestodropid_0", + "displayName": "Web server", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_promptfordocumentpropertiesonfirstsave", + "displayName": "Prompt for document properties on first save (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_promptfordocumentpropertiesonfirstsave_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_promptfordocumentpropertiesonfirstsave_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_savevisiofilesas", + "displayName": "Save Visio files as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_savevisiofilesas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_savevisiofilesas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_savevisiofilesas_l_savevisiofilesas6", + "displayName": "Save Visio files as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_savevisiofilesas_l_savevisiofilesas6_0", + "displayName": "Visio Document", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_savevisiofilesas_l_savevisiofilesas6_3", + "displayName": "Visio Macro-Enabled Document", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_save~l_savedocuments_l_savevisiofilesas_l_savevisiofilesas6_1", + "displayName": "Visio 2003-2016 Document", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_macrosecurity_l_enablemicrosoftvisualbasicforapplicationsproject", + "displayName": "Enable Microsoft Visual Basic for Applications project creation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_macrosecurity_l_enablemicrosoftvisualbasicforapplicationsproject_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_macrosecurity_l_enablemicrosoftvisualbasicforapplicationsproject_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_macrosecurity_l_loadmicrosoftvisualbasicforapplicationsprojectsf", + "displayName": "Load Microsoft Visual Basic for Applications projects from text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_macrosecurity_l_loadmicrosoftvisualbasicforapplicationsprojectsf_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_macrosecurity_l_loadmicrosoftvisualbasicforapplicationsprojectsf_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_allowtrustedlocationsonthenetwork", + "displayName": "Allow Trusted Locations on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_allowtrustedlocationsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_allowtrustedlocationsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet", + "displayName": "Block macros from running in Office files from the Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disableallapplicationextensions", + "displayName": "Disable all application add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disableallapplicationextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disableallapplicationextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustedloc", + "displayName": "Disable all trusted locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustedloc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_disabletrustedloc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned", + "displayName": "Require that application add-ins are signed by Trusted Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments", + "displayName": "Set maximum number of trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_l_setmaximumnumberoftrusteddocumentsspinid", + "displayName": "Maximum number: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve", + "displayName": "Set maximum number of trust records to preserve (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_l_setmaximumnumberoftrustrecordstopreservespinid", + "displayName": "Maximum to preserve: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01", + "displayName": "Trusted Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01_l_allowsubfolders", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01_l_allowsubfolders_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01_l_allowsubfolders_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01_l_datecolon", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01_l_descriptioncolon", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc01_l_pathcolon", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02", + "displayName": "Trusted Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02_l_allowsubfolders15", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02_l_allowsubfolders15_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02_l_allowsubfolders15_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02_l_datecolon13", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02_l_descriptioncolon14", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc02_l_pathcolon12", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03", + "displayName": "Trusted Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03_l_allowsubfolders19", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03_l_allowsubfolders19_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03_l_allowsubfolders19_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03_l_datecolon17", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03_l_descriptioncolon18", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc03_l_pathcolon16", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04", + "displayName": "Trusted Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04_l_allowsubfolders23", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04_l_allowsubfolders23_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04_l_allowsubfolders23_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04_l_datecolon21", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04_l_descriptioncolon22", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc04_l_pathcolon20", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05", + "displayName": "Trusted Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05_l_allowsubfolders27", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05_l_allowsubfolders27_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05_l_allowsubfolders27_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05_l_datecolon25", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05_l_descriptioncolon26", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc05_l_pathcolon24", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06", + "displayName": "Trusted Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06_l_allowsubfolders31", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06_l_allowsubfolders31_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06_l_allowsubfolders31_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06_l_datecolon29", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06_l_descriptioncolon30", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc06_l_pathcolon28", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07", + "displayName": "Trusted Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07_l_allowsubfolders35", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07_l_allowsubfolders35_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07_l_allowsubfolders35_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07_l_datecolon33", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07_l_descriptioncolon34", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc07_l_pathcolon32", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08", + "displayName": "Trusted Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08_l_allowsubfolders39", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08_l_allowsubfolders39_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08_l_allowsubfolders39_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08_l_datecolon37", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08_l_descriptioncolon38", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc08_l_pathcolon36", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09", + "displayName": "Trusted Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09_l_allowsubfolders43", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09_l_allowsubfolders43_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09_l_allowsubfolders43_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09_l_datecolon41", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09_l_descriptioncolon42", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc09_l_pathcolon40", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10", + "displayName": "Trusted Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10_l_allowsubfolders47", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10_l_allowsubfolders47_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10_l_allowsubfolders47_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10_l_datecolon45", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10_l_descriptioncolon46", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc10_l_pathcolon44", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11", + "displayName": "Trusted Location #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11_l_allowsubfolders51", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11_l_allowsubfolders51_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11_l_allowsubfolders51_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11_l_datecolon49", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11_l_descriptioncolon50", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc11_l_pathcolon48", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12", + "displayName": "Trusted Location #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12_l_allowsubfolders55", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12_l_allowsubfolders55_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12_l_allowsubfolders55_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12_l_datecolon53", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12_l_descriptioncolon54", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc12_l_pathcolon52", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13", + "displayName": "Trusted Location #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13_l_allowsubfolders59", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13_l_allowsubfolders59_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13_l_allowsubfolders59_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13_l_datecolon57", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13_l_descriptioncolon58", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc13_l_pathcolon56", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14", + "displayName": "Trusted Location #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14_l_allowsubfolders63", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14_l_allowsubfolders63_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14_l_allowsubfolders63_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14_l_datecolon61", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14_l_descriptioncolon62", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc14_l_pathcolon60", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15", + "displayName": "Trusted Location #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15_l_allowsubfolders67", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15_l_allowsubfolders67_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15_l_allowsubfolders67_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15_l_datecolon65", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15_l_descriptioncolon66", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc15_l_pathcolon64", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16", + "displayName": "Trusted Location #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16_l_allowsubfolders71", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16_l_allowsubfolders71_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16_l_allowsubfolders71_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16_l_datecolon69", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16_l_descriptioncolon70", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc16_l_pathcolon68", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17", + "displayName": "Trusted Location #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17_l_allowsubfolders75", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17_l_allowsubfolders75_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17_l_allowsubfolders75_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17_l_datecolon73", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17_l_descriptioncolon74", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc17_l_pathcolon72", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18", + "displayName": "Trusted Location #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18_l_allowsubfolders79", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18_l_allowsubfolders79_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18_l_allowsubfolders79_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18_l_datecolon77", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18_l_descriptioncolon78", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc18_l_pathcolon76", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19", + "displayName": "Trusted Location #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19_l_allowsubfolders83", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19_l_allowsubfolders83_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19_l_allowsubfolders83_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19_l_datecolon81", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19_l_descriptioncolon82", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc19_l_pathcolon80", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20", + "displayName": "Trusted Location #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20_l_allowsubfolders87", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20_l_allowsubfolders87_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20_l_allowsubfolders87_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20_l_datecolon85", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20_l_descriptioncolon86", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_trustedloc20_l_pathcolon84", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_turnofftrusteddocuments", + "displayName": "Turn off trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_turnofftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_turnofftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork", + "displayName": "Turn off Trusted Documents on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_vbawarningspolicy", + "displayName": "VBA Macro Notification Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_vbawarningspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_vbawarningspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_2", + "displayName": "Disable all with notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_3", + "displayName": "Disable all except digitally signed macros", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_4", + "displayName": "Disable all without notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty_1", + "displayName": "Enable all macros (not recommended)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2000files", + "displayName": "Visio 2000-2002 Binary Drawings, Templates and Stencils (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2000files_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2000files_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2000files_l_visio2000filesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2000files_l_visio2000filesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2000files_l_visio2000filesdropid_2", + "displayName": "Open/Save blocked", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2003files", + "displayName": "Visio 2003-2010 Binary Drawings, Templates and Stencils (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2003files_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2003files_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2003files_l_visio2003filesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2003files_l_visio2003filesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2003files_l_visio2003filesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio2003files_l_visio2003filesdropid_2", + "displayName": "Open/Save blocked", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio50andearlierfiles", + "displayName": "Visio 5.0 or earlier Binary Drawings, Templates and Stencils (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio50andearlierfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio50andearlierfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio50andearlierfiles_l_visio50andearlierfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio50andearlierfiles_l_visio50andearlierfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v2~policy~l_microsoftvisio~l_visiooptions~l_security~l_trustcenter~l_fileblocksettings_l_visio50andearlierfiles_l_visio50andearlierfilesdropid_2", + "displayName": "Open/Save blocked", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visio16v3~policy~l_microsoftvisio~l_visiooptions~l_proofing_l_disablevisiornrpane", + "displayName": "Turn off Research and Translation features in Visio (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visio16v3~policy~l_microsoftvisio~l_visiooptions~l_proofing_l_disablevisiornrpane_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visio16v3~policy~l_microsoftvisio~l_visiooptions~l_proofing_l_disablevisiornrpane_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablefeedbackdialog", + "displayName": "Disable the send-a-smile feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablefeedbackdialog_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablefeedbackdialog_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablescreenshotcapture", + "displayName": "Disables send-a-smile's screenshot capability (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablescreenshotcapture_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_visualstudiov1~policy~visualstudio~feedbacksettings_disablescreenshotcapture_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_windowsai_setcopilothardwarekey", + "displayName": "Set Copilot Hardware Key (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_windowsai_turnoffwindowscopilot", + "displayName": "Turn Off Copilot in Windows (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_windowsai_turnoffwindowscopilot_0", + "displayName": "Enable Copilot", + "description": "Enable Copilot" + }, + { + "id": "user_vendor_msft_policy_config_windowsai_turnoffwindowscopilot_1", + "displayName": "Disable Copilot", + "description": "Disable Copilot" + } + ] + }, + { + "id": "user_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging", + "displayName": "Turn on PowerShell Script Block Logging (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_enablescriptblockinvocationlogging", + "displayName": "Log script block invocation start / stop events: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_enablescriptblockinvocationlogging_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_windowspowershell_turnonpowershellscriptblocklogging_enablescriptblockinvocationlogging_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v10~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_disablemoderncommentsoptoutoption", + "displayName": "Hide the modern comments opt-out (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v10~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_disablemoderncommentsoptoutoption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v10~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_disablemoderncommentsoptoutoption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v11~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_alternateclplabelcontentmarkanchoringoption", + "displayName": "Use an alternate method of anchoring content marks from CLP labels (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v11~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_alternateclplabelcontentmarkanchoringoption_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v11~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_alternateclplabelcontentmarkanchoringoption_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v12~policy~l_microsoftofficeword_l_stopreadaloudeyesoffexperience", + "displayName": "Stop Read Aloud when app goes in background (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v12~policy~l_microsoftofficeword_l_stopreadaloudeyesoffexperience_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v12~policy~l_microsoftofficeword_l_stopreadaloudeyesoffexperience_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_disablecoauthoringondocmfiles", + "displayName": "Prevent co-authoring on files with macros for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_disablecoauthoringondocmfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_disablecoauthoringondocmfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_disablertc", + "displayName": "Disable Real Time Coauthoring for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_disablertc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_disablertc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_donotautomaticallymergeserverandlocaldocument", + "displayName": "Do not automatically merge server and local document (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_donotautomaticallymergeserverandlocaldocument_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_donotautomaticallymergeserverandlocaldocument_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_preventcoauthoring", + "displayName": "Prevent co-authoring (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_preventcoauthoring_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_collaborationsettings~l_coauthoring_l_preventcoauthoring_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_customizableerrormessages_l_listoferrormessagestocustomize", + "displayName": "List of error messages to customize (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_customizableerrormessages_l_listoferrormessagestocustomize_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_customizableerrormessages_l_listoferrormessagestocustomize_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize97", + "displayName": "List of error messages to customize (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize97_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_customizableerrormessages_l_listoferrormessagestocustomize_l_listoferrormessagestocustomize97_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems174", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems174_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems174_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_custom_l_disablecommandbarbuttonsandmenuitems174_l_enteracommandbaridtodisable", + "displayName": "Enter a command bar ID to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys175", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys175_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys175_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_custom_l_disableshortcutkeys175_l_enterakeyandmodifiertodisable", + "displayName": "Enter a key and modifier to disable (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems", + "displayName": "Disable commands (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient", + "displayName": "File tab | Share | Email (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filesendtomailrecipient_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview", + "displayName": "File tab | Options | (\"Customize Ribbon\" or \"Quick Access Toolbar\") | All Commands | Web Page Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_filewebpagepreview_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlinkwd", + "displayName": "Insert tab | Links | Hyperlink (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlinkwd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_inserthyperlinkwd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacroswd", + "displayName": "Developer tab | Code | Macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacroswd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacromacroswd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrorecordnewmacro", + "displayName": "Developer tab | Code | Record Macro (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrorecordnewmacro_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrorecordnewmacro_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity", + "displayName": "Developer tab | Code | Macro Security (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrosecurity_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditorwd", + "displayName": "Developer tab | Code | Visual Basic (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditorwd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrovisualbasiceditorwd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrowd", + "displayName": "View tab | Macros | Macros (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrowd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsmacrowd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsprotectdocument", + "displayName": "File tab | Info | Protect Document (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsprotectdocument_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolsprotectdocument_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolstemplatesandaddins", + "displayName": "Developer tab | Templates | Document Template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolstemplatesandaddins_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_toolstemplatesandaddins_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_webaddresswd", + "displayName": "File tab | Options | (\"Customize Ribbon\" or \"Quick Access Toolbar\") | All Commands | Document Location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_webaddresswd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disablecommandbarbuttonsandmenuitems_l_webaddresswd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys", + "displayName": "Disable shortcut keys (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditorwd", + "displayName": "Alt+F11 (Developer | Code | Visual Basic) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditorwd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf11toolsmacrovisualbasiceditorwd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros", + "displayName": "Alt+F8 (Developer | Code | Macros) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_altf8toolsmacromacros_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindwd", + "displayName": "Ctrl+F (Home | Editing | Find) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindwd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlffindwd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkwd", + "displayName": "Ctrl+K (Insert | Links | Hyperlink) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkwd_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_disableitemsinuserinterface~l_predefined_l_disableshortcutkeys_l_ctrlkinserthyperlinkwd_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation", + "displayName": "Check for accessibility issues while editing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_backgroundaccessibilitycheckerinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation", + "displayName": "Stop checking for alt text accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingalttextaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingblankcharactersusedforformatting", + "displayName": "Stop checking whether blank characters are used for formatting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingblankcharactersusedforformatting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingblankcharactersusedforformatting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingdocumentsallowprogrammaticaccess", + "displayName": "Stop checking to ensure documents allow programmatic access (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingdocumentsallowprogrammaticaccess_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingdocumentsallowprogrammaticaccess_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsandcolumns", + "displayName": "Stop checking for blank table rows and columns (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsandcolumns_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingforblanktablerowsandcolumns_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingforimagewatermarks", + "displayName": "Stop checking for image watermarks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingforimagewatermarks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingforimagewatermarks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingformergedandsplitcells", + "displayName": "Stop checking for merged and split cells (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingformergedandsplitcells_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingformergedandsplitcells_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingfortablesusedforlayout", + "displayName": "Stop checking for tables used for layout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingfortablesusedforlayout_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingfortablesusedforlayout_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingheadingstylesdonotskipstylelevel", + "displayName": "Stop checking to ensure heading styles do not skip style level (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingheadingstylesdonotskipstylelevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingheadingstylesdonotskipstylelevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckinglongdocumentsusestylesforstructure", + "displayName": "Stop checking to ensure long documents use styles for structure (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckinglongdocumentsusestylesforstructure_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckinglongdocumentsusestylesforstructure_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingstylesusedfrequently", + "displayName": "Stop checking to ensure styles have been used frequently (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingstylesusedfrequently_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingstylesusedfrequently_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation", + "displayName": "Stop checking for table header accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtableheaderaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensureheadingsaresuccinct", + "displayName": "Stop checking to ensure headings are succinct (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensureheadingsaresuccinct_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensureheadingsaresuccinct_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful", + "displayName": "Stop checking to ensure hyperlink text is meaningful (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningful_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingwhetherobjectsarefloating", + "displayName": "Stop checking whether objects are floating (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingwhetherobjectsarefloating_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingwhetherobjectsarefloating_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_ignorepunctuationcharacters", + "displayName": "Ignore punctuation characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_ignorepunctuationcharacters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_ignorepunctuationcharacters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_ignorewhitespacecharacters", + "displayName": "Ignore whitespace characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_ignorewhitespacecharacters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_ignorewhitespacecharacters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchbavahafa", + "displayName": "Match ba/va, ha/fa (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchbavahafa_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchbavahafa_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchcase", + "displayName": "Match case (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchcase_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchcase_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchchoonusedforvowels", + "displayName": "Match cho-on used for vowels (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchchoonusedforvowels_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchchoonusedforvowels_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchcontractionsyoonsokuon", + "displayName": "Match contractions (yo-on, sokuon) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchcontractionsyoonsokuon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchcontractionsyoonsokuon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchdiziduzu", + "displayName": "Match di/zi, du/zu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchdiziduzu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchdiziduzu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchfullhalfwidthform", + "displayName": "Match full/half width form (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchfullhalfwidthform_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchfullhalfwidthform_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchhiraganakatakana", + "displayName": "Match hiragana/katakana (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchhiraganakatakana_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchhiraganakatakana_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchhyuiyubyuvyu", + "displayName": "Match hyu/iyu, byu/vyu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchhyuiyubyuvyu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchhyuiyubyuvyu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchiaiyapianopiyano", + "displayName": "Match ia/iya (piano/piyano) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchiaiyapianopiyano_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchiaiyapianopiyano_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchkikutekisutotekusuto", + "displayName": "Match ki/ku (tekisuto/tekusuto) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchkikutekisutotekusuto_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchkikutekisutotekusuto_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchminusdashchoon", + "displayName": "Match minus/dash/cho-on (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchminusdashchoon_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchminusdashchoon_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matcholdkanaforms", + "displayName": "Match old kana forms (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matcholdkanaforms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matcholdkanaforms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchrepeatcharactermarks", + "displayName": "Match 'repeat character' marks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchrepeatcharactermarks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchrepeatcharactermarks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchseshezeje", + "displayName": "Match se/she, ze/je (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchseshezeje_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchseshezeje_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchtsithichidhizi", + "displayName": "Match tsi/thi/chi, dhi/zi (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchtsithichidhizi_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchtsithichidhizi_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchvariantformkanjiitaiji", + "displayName": "Match variant-form kanji (itaiji) (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchvariantformkanjiitaiji_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_japanesefind_l_matchvariantformkanjiitaiji_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_alternaterevisionbarpositioninprinteddocument", + "displayName": "Alternate revision bar position in printed document (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_alternaterevisionbarpositioninprinteddocument_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_alternaterevisionbarpositioninprinteddocument_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_blockallunmanagedaddins", + "displayName": "Block all unmanaged add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_blockallunmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_blockallunmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_defaultcustomtab", + "displayName": "Show custom templates tab by default in Word on the Office Start screen and in File | New (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_defaultcustomtab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_defaultcustomtab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_disablemrulistinfontdropdown", + "displayName": "Disable MRU list in font dropdown (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_disablemrulistinfontdropdown_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_disablemrulistinfontdropdown_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_disableofficestartword", + "displayName": "Disable the Office Start screen for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_disableofficestartword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_disableofficestartword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_donotuseonlinemachinetranslation", + "displayName": "Do not use online machine translation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_donotuseonlinemachinetranslation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_donotuseonlinemachinetranslation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_donotuseonlinetranslationdictionaries", + "displayName": "Use online translation dictionaries (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_donotuseonlinetranslationdictionaries_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_donotuseonlinetranslationdictionaries_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_listofmanagedaddins", + "displayName": "List of managed add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_listofmanagedaddins_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_listofmanagedaddins_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_listofmanagedaddins_l_listofmanagedaddins2", + "displayName": "List of managed add-ins (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_listofmanagedaddins_l_listofmanagedaddins2_key", + "displayName": "Name", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_listofmanagedaddins_l_listofmanagedaddins2_value", + "displayName": "Value", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_personaltemplatespath", + "displayName": "Personal templates path for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_personaltemplatespath_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_personaltemplatespath_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_personaltemplatespath_l_personaltemplatespath", + "displayName": "Personal templates path (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_showpeople", + "displayName": "Show pictures in comments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_showpeople_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_showpeople_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_toolscompareandmergedocumentslegalblackline", + "displayName": "Tools | Compare and Merge Documents, Legal blackline (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_toolscompareandmergedocumentslegalblackline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_toolscompareandmergedocumentslegalblackline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_volumepreference", + "displayName": "Volume preference (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_volumepreference_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_volumepreference_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_volumepreference_l_volumepreference179", + "displayName": "Volume preference (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_volumepreference_l_volumepreference179_0", + "displayName": "Use Drive letter or UNC as entered", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_volumepreference_l_volumepreference179_2", + "displayName": "Convert Drive letter to UNC", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178_l_volumepreference_l_volumepreference179_1", + "displayName": "Convert UNC to Drive letter", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp", + "displayName": "Turn off file synchronization via SOAP over HTTP (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_miscellaneous178~l_serversettings_l_turnofffilesynchronizationviasoapoverhttp_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_convertcommonterms", + "displayName": "Convert common terms (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_convertcommonterms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_convertcommonterms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_translationdirection", + "displayName": "Translation direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_translationdirection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_translationdirection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_translationdirection_l_translationdirection96", + "displayName": "Translation direction (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_translationdirection_l_translationdirection96_2052", + "displayName": "Traditional Chinese to Simplified Chinese", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_translationdirection_l_translationdirection96_1028", + "displayName": "Simplified Chinese to Traditional Chinese", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_usetaiwanhongkongsarandmacaosarcharactervariants", + "displayName": "Use Taiwan, Hong Kong SAR and Macao SAR character variants (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_usetaiwanhongkongsarandmacaosarcharactervariants_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewchinesetranslation_l_usetaiwanhongkongsarandmacaosarcharactervariants_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewsetlanguage_l_detectlanguageautomatically", + "displayName": "Detect language automatically (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewsetlanguage_l_detectlanguageautomatically_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_reviewtab~l_reviewsetlanguage_l_detectlanguageautomatically_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_addbidirectionalmarkswhensavingtextfiles", + "displayName": "Add Bi-Directional Marks when saving Text files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_addbidirectionalmarkswhensavingtextfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_addbidirectionalmarkswhensavingtextfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_addcontrolcharactersincutandcopy", + "displayName": "Add control characters in Cut and Copy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_addcontrolcharactersincutandcopy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_addcontrolcharactersincutandcopy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_adddoublequoteforhebrewalphabetnumbering", + "displayName": "Add double quote for Hebrew alphabet numbering (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_adddoublequoteforhebrewalphabetnumbering_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_adddoublequoteforhebrewalphabetnumbering_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowa4letterpaperresizing", + "displayName": "Scale content for A4 or 8.5'' x 11'' paper sizes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowa4letterpaperresizing_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowa4letterpaperresizing_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowaccenteduppercaseinfrench", + "displayName": "Allow accented uppercase in French (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowaccenteduppercaseinfrench_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowaccenteduppercaseinfrench_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowbackgroundsaves", + "displayName": "Allow background saves (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowbackgroundsaves_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_allowbackgroundsaves_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_alwayscreatebackupcopy", + "displayName": "Always create backup copy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_alwayscreatebackupcopy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_alwayscreatebackupcopy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_asianfontsalsoapplytolatintext", + "displayName": "Asian fonts also apply to Latin text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_asianfontsalsoapplytolatintext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_asianfontsalsoapplytolatintext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_autokeyboardswitching", + "displayName": "Auto-Keyboard switching (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_autokeyboardswitching_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_autokeyboardswitching_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_automaticallycreatedrawingcanvaswheninsertingautoshapes", + "displayName": "Automatically create drawing canvas when inserting AutoShapes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_automaticallycreatedrawingcanvaswheninsertingautoshapes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_automaticallycreatedrawingcanvaswheninsertingautoshapes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_backgroundprinting", + "displayName": "Print in background (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_backgroundprinting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_backgroundprinting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_backofthesheet", + "displayName": "Print on back of the sheet for duplex printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_backofthesheet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_backofthesheet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_bookmarks", + "displayName": "Show bookmarks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_bookmarks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_bookmarks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_chartreftrackingenabled", + "displayName": "Allow formatting and labels to track data points (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_chartreftrackingenabled_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_chartreftrackingenabled_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_confirmconversionatopen", + "displayName": "Confirm file format conversion on open (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_confirmconversionatopen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_confirmconversionatopen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_controlcharacters", + "displayName": "Show control characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_controlcharacters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_controlcharacters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_copyremotelystoredfiles", + "displayName": "Copy remotely stored files onto your computer, and update the remote file when saving (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_copyremotelystoredfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_copyremotelystoredfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning", + "displayName": "Custom markup warning (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_l_custommarkupwarningdropid", + "displayName": "Custom markup warning: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_l_custommarkupwarningdropid_0", + "displayName": "Do not prompt", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_l_custommarkupwarningdropid_1", + "displayName": "Prompt", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_l_custommarkupwarningdropid_2", + "displayName": "Always prompt", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_l_custommarkupwarningdropid_3", + "displayName": "Prompt and open the file read-only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_l_custommarkupwarningdropid_4", + "displayName": "Always prompt and open the file read-only", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_custommarkupwarning_l_custommarkupwarningdropid_5", + "displayName": "Do not prompt and open the file read-only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_diacritics", + "displayName": "Diacritics (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_diacritics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_diacritics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_differentcolorfordiacritics", + "displayName": "Use this color for diacritics (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_differentcolorfordiacritics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_differentcolorfordiacritics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_documentview", + "displayName": "Document view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_documentview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_documentview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_documentview_l_documentview7", + "displayName": "Document view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_documentview_l_documentview7_1", + "displayName": "Right-to-left", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_documentview_l_documentview7_0", + "displayName": "Left-to-Right", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draftfont", + "displayName": "Use draft font in Draft and Outline views (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draftfont_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draftfont_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draftoutput", + "displayName": "Use draft quality (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draftoutput_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draftoutput_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draganddroptextediting", + "displayName": "Allow text to be dragged and dropped (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draganddroptextediting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_draganddroptextediting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_drawings", + "displayName": "Show drawings and text boxes on screen (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_drawings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_drawings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_enableclickandtype", + "displayName": "Enable click and type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_enableclickandtype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_enableclickandtype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_englishword6095documents", + "displayName": "English Word 6.0/95 documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_englishword6095documents_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_englishword6095documents_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_englishword6095documents_l_englishword6095documents11", + "displayName": "English Word 6.0/95 documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_englishword6095documents_l_englishword6095documents11_0", + "displayName": "Contain Asian text", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_englishword6095documents_l_englishword6095documents11_1", + "displayName": "Open normally", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_englishword6095documents_l_englishword6095documents11_2", + "displayName": "Automatically detect Asian text", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_expandcollapseuimaximumzoomlevel", + "displayName": "Set the maximum zoom level for expand / collapse on-object UI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_expandcollapseuimaximumzoomlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_expandcollapseuimaximumzoomlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_expandcollapseuimaximumzoomlevel_l_setexpandcollapseuimaximumzoomlevelspinid", + "displayName": "Set the maximum zoom level for expand / collapse on-object UI (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_expandcollapseuiminimumzoomlevel", + "displayName": "Set the minimum zoom level for expand / collapse on-object UI (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_expandcollapseuiminimumzoomlevel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_expandcollapseuiminimumzoomlevel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_expandcollapseuiminimumzoomlevel_l_setexpandcollapseuiminimumzoomlevelspinid", + "displayName": "Set the minimum zoom level for expand / collapse on-object UI (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldcodes", + "displayName": "Show field codes instead of their values (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldcodes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldcodes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldshading", + "displayName": "Field shading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldshading_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldshading_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldshading_l_fieldshading6", + "displayName": "Field shading (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldshading_l_fieldshading6_0", + "displayName": "Never", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldshading_l_fieldshading6_1", + "displayName": "Always", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_fieldshading_l_fieldshading6_2", + "displayName": "When selected", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_frontofsheet", + "displayName": "Print on front of the sheet for duplex printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_frontofsheet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_frontofsheet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_horizontalscrollbar", + "displayName": "Show horizontal scroll bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_horizontalscrollbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_horizontalscrollbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_imecontrolactive", + "displayName": "IME Control Active (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_imecontrolactive_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_imecontrolactive_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_imetrueinline", + "displayName": "IME TrueInLine (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_imetrueinline_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_imetrueinline_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_keeptrackofformatting", + "displayName": "Keep track of formatting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_keeptrackofformatting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_keeptrackofformatting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_leftscrollbar", + "displayName": "Left scroll bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_leftscrollbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_leftscrollbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies", + "displayName": "Mark formatting inconsistencies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_checktoenforcesettingonunchecktoenforcesettingoff18", + "displayName": "Check to enforce setting on; uncheck to enforce setting off (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_checktoenforcesettingonunchecktoenforcesettingoff18_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_checktoenforcesettingonunchecktoenforcesettingoff18_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies", + "displayName": "Color for marking formatting inconsistencies (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_0", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_255", + "displayName": "Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_128", + "displayName": "Dark Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_3368703", + "displayName": "Light Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_52479", + "displayName": "Sky Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_10079487", + "displayName": "Pale Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_6710937", + "displayName": "Blue Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_65280", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_32768", + "displayName": "Dark Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_13056", + "displayName": "Darker Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_13434828", + "displayName": "Light Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_3355392", + "displayName": "Olive Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_3381606", + "displayName": "Sea Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16711680", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_8388608", + "displayName": "Dark Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16776960", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_8421376", + "displayName": "Dark Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16777113", + "displayName": "Light Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16777215", + "displayName": "White", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_10040064", + "displayName": "Brown", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16737792", + "displayName": "Orange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16750848", + "displayName": "Light Orange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_65535", + "displayName": "Cyan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_32896", + "displayName": "Dark Cyan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_13434879", + "displayName": "Light Cyan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16711935", + "displayName": "Magenta", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_8388736", + "displayName": "Dark Magenta", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_13158", + "displayName": "Dark Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_3355545", + "displayName": "Indigo", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_10079232", + "displayName": "Lime", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_3394764", + "displayName": "Aqua", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16763904", + "displayName": "Gold", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_10040166", + "displayName": "Plum", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16751052", + "displayName": "Rose", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_16764057", + "displayName": "Tan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_13408767", + "displayName": "Lavender", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_8421504", + "displayName": "Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_markformattinginconsistencies_l_colorformarkingformattinginconsistencies_12632256", + "displayName": "Gray 25%", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits", + "displayName": "Show measurements in units of (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits_l_selectunits", + "displayName": "Select units: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits_l_selectunits_0", + "displayName": "Inches", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits_l_selectunits_2", + "displayName": "Centimeters", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits_l_selectunits_4", + "displayName": "Millimeters", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits_l_selectunits_1", + "displayName": "Points", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_measurementunits_l_selectunits_3", + "displayName": "Picas", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_monthnames", + "displayName": "Month names (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_monthnames_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_monthnames_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_monthnames_l_monthnames17", + "displayName": "Month names (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_monthnames_l_monthnames17_0", + "displayName": "Arabic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_monthnames_l_monthnames17_1", + "displayName": "English transliterated", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_monthnames_l_monthnames17_2", + "displayName": "French transliterated", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_movement", + "displayName": "Cursor movement (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_movement_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_movement_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_movement_l_movement4", + "displayName": "Cursor movement (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_movement_l_movement4_0", + "displayName": "Logical", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_movement_l_movement4_1", + "displayName": "Visual", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_numeral", + "displayName": "Numeral (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_numeral_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_numeral_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_numeral_l_numeral16", + "displayName": "Numeral (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_numeral_l_numeral16_0", + "displayName": "Arabic", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_numeral_l_numeral16_1", + "displayName": "Hindi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_numeral_l_numeral16_2", + "displayName": "Context", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_numeral_l_numeral16_3", + "displayName": "System", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_pictureplaceholders", + "displayName": "Show picture placeholders (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_pictureplaceholders_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_pictureplaceholders_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_promptbeforesavingnormaltemplate", + "displayName": "Prompt before saving Normal template (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_promptbeforesavingnormaltemplate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_promptbeforesavingnormaltemplate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_prompttoupdatestyle", + "displayName": "Prompt to update style (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_prompttoupdatestyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_prompttoupdatestyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_providefeedbackwithanimation", + "displayName": "Provide feedback with animation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_providefeedbackwithanimation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_providefeedbackwithanimation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_recentlyusedfilelist", + "displayName": "Number of documents in the Recent Documents list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_recentlyusedfilelist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_recentlyusedfilelist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_recentlyusedfilelist_l_numberofentries", + "displayName": "Number of entries: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_reverseprintorder", + "displayName": "Print pages in reverse order (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_reverseprintorder_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_reverseprintorder_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_setnumberofplacesintherecentplaceslist", + "displayName": "Number of folders in the Recent Folders list (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_setnumberofplacesintherecentplaceslist_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_setnumberofplacesintherecentplaceslist_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_setnumberofplacesintherecentplaceslist_l_setnumberofplacesintherecentplaceslistspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_showpixelsforhtmlfeatures", + "displayName": "Show pixels for HTML features (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_showpixelsforhtmlfeatures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_showpixelsforhtmlfeatures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth", + "displayName": "Style area pane width in Draft and Outline views (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8", + "displayName": "Style area pane width in Draft and Outline views (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_0", + "displayName": "0''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_24", + "displayName": "0.25''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_48", + "displayName": "0.5''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_72", + "displayName": "0.75''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_96", + "displayName": "1''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_120", + "displayName": "1.25''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_144", + "displayName": "1.5''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_168", + "displayName": "1.75''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_192", + "displayName": "2''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_216", + "displayName": "2.25''", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_styleareawidth_l_styleareawidth8_240", + "displayName": "2.5''", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_textboundaries", + "displayName": "Show text boundaries (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_textboundaries_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_textboundaries_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_typeandreplace", + "displayName": "Type and replace (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_typeandreplace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_typeandreplace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_typingreplacesselection", + "displayName": "Typing replaces selected text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_typingreplacesselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_typingreplacesselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_updateautomaticlinksatopen", + "displayName": "Update automatic links at Open (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_updateautomaticlinksatopen_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_updateautomaticlinksatopen_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usecharacterunits", + "displayName": "Show measurements in width of characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usecharacterunits_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usecharacterunits_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usectrlclicktofollowhyperlink", + "displayName": "Use CTRL + Click to follow hyperlink (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usectrlclicktofollowhyperlink_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usectrlclicktofollowhyperlink_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usesequencechecking", + "displayName": "Use sequence checking (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usesequencechecking_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usesequencechecking_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usesmartparagraphselection", + "displayName": "Use smart paragraph selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usesmartparagraphselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usesmartparagraphselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usetheinskeyforpaste", + "displayName": "Use the Insert key for paste (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usetheinskeyforpaste_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_usetheinskeyforpaste_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_verticalrulerprintviewonly", + "displayName": "Show vertical ruler in Print Layout view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_verticalrulerprintviewonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_verticalrulerprintviewonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_verticalscrollbar", + "displayName": "Show vertical scroll bar (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_verticalscrollbar_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_verticalscrollbar_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_visualselection", + "displayName": "Cursor visual selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_visualselection_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_visualselection_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_visualselection_l_visualselection5", + "displayName": "Cursor visual selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_visualselection_l_visualselection5_0", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_visualselection_l_visualselection5_1", + "displayName": "Continuous", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_whenselectingautomaticallyselectentireword", + "displayName": "When selecting, automatically select entire word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_whenselectingautomaticallyselectentireword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_whenselectingautomaticallyselectentireword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_wraptowindow", + "displayName": "Show text wrapped within the document window (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_wraptowindow_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced_l_wraptowindow_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_relyoncssforfontformatting", + "displayName": "Rely on CSS for font formatting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_relyoncssforfontformatting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_relyoncssforfontformatting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_autorecoverfiles", + "displayName": "AutoRecover files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_autorecoverfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_autorecoverfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_autorecoverfiles_l_autorecoverfiles13", + "displayName": "AutoRecover files (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_clipartpictures", + "displayName": "Clipart pictures (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_clipartpictures_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_clipartpictures_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_clipartpictures_l_clipartpictures12", + "displayName": "Clipart pictures (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_defaultfilelocation", + "displayName": "Default File Location (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_defaultfilelocation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_defaultfilelocation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_defaultfilelocation_l_documents", + "displayName": "Documents (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_startup", + "displayName": "Startup (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_startup_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_startup_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_startup_l_startup15", + "displayName": "Startup (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_tools", + "displayName": "Tools (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_tools_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_tools_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_filelocations_l_tools_l_tools14", + "displayName": "Tools (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustformattingwhenpastingfrommicrosoftexcel", + "displayName": "Adjust formatting when pasting from Microsoft Excel (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustformattingwhenpastingfrommicrosoftexcel_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustformattingwhenpastingfrommicrosoftexcel_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustparagraphspacingonpaste", + "displayName": "Adjust paragraph spacing on paste (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustparagraphspacingonpaste_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustparagraphspacingonpaste_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustsentenceandwordspacingautomatically", + "displayName": "Adjust sentence and word spacing automatically (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustsentenceandwordspacingautomatically_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjustsentenceandwordspacingautomatically_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjusttableformattingandalignmentonpaste", + "displayName": "Adjust table formatting and alignment on paste (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjusttableformattingandalignmentonpaste_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_adjusttableformattingandalignmentonpaste_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_mergeformattingwhenpastingfrompowerpoint", + "displayName": "Merge formatting when pasting from PowerPoint (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_mergeformattingwhenpastingfrompowerpoint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_mergeformattingwhenpastingfrompowerpoint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_mergepastedlistswithsurroundinglists", + "displayName": "Merge pasted lists with surrounding lists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_mergepastedlistswithsurroundinglists_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_mergepastedlistswithsurroundinglists_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_smartstylebehavior", + "displayName": "Smart style behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_smartstylebehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_smartcutandpaste_l_smartstylebehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_weboptions~l_browser_l_disablefeaturesnotsupportedbyspecifiedbrowsers", + "displayName": "Disable features not supported by specified browsers (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_weboptions~l_browser_l_disablefeaturesnotsupportedbyspecifiedbrowsers_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_weboptions~l_browser_l_disablefeaturesnotsupportedbyspecifiedbrowsers_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_weboptions~l_files_l_checkifwordisthedefaulteditorforallotherwebpages", + "displayName": "Check if Word is the default editor for all other Web pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_weboptions~l_files_l_checkifwordisthedefaulteditorforallotherwebpages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_weboptions~l_files_l_checkifwordisthedefaulteditorforallotherwebpages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_documentproperties", + "displayName": "Print document properties (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_documentproperties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_documentproperties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_drawingobjects", + "displayName": "Print drawings created in Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_drawingobjects_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_drawingobjects_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_hiddentext", + "displayName": "Hidden text (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_hiddentext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_hiddentext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_highlight", + "displayName": "Show highlighter marks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_highlight_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_highlight_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_objectanchors", + "displayName": "Object anchors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_objectanchors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_objectanchors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_optionalbreaks", + "displayName": "Optional breaks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_optionalbreaks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_optionalbreaks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_optionalhyphens", + "displayName": "Optional hyphens (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_optionalhyphens_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_optionalhyphens_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_paragraphmarks", + "displayName": "Paragraph marks (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_paragraphmarks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_paragraphmarks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_screentips", + "displayName": "Show document tooltips on hover (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_screentips_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_screentips_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_spaces", + "displayName": "Spaces (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_spaces_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_spaces_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_tabcharacters", + "displayName": "Tab characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_tabcharacters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_tabcharacters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_updatefields", + "displayName": "Update fields before printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_updatefields_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_updatefields_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_updatelinks", + "displayName": "Update linked data before printing (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_updatelinks_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_updatelinks_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_whitespacebetweenpagesprintviewonly", + "displayName": "Show white space between pages in Print Layout view (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_whitespacebetweenpagesprintviewonly_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_display_l_whitespacebetweenpagesprintviewonly_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionscustomizeribbon_l_displaydevelopertab", + "displayName": "Display Developer tab in the Ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionscustomizeribbon_l_displaydevelopertab_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionscustomizeribbon_l_displaydevelopertab_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_alertifnotdefault", + "displayName": "Prompt the user if Word is not the default application for its file extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_alertifnotdefault_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_alertifnotdefault_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_allowselectionfloaties", + "displayName": "Show Mini Toolbar on selection (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_allowselectionfloaties_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_allowselectionfloaties_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_digitalprint", + "displayName": "Don't show the option to transform a document to a Sway web page (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_digitalprint_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_digitalprint_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_enablelivepreview", + "displayName": "Enable Live Preview (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_enablelivepreview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_enablelivepreview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_linkedinresumeassistant", + "displayName": "Allow LinkedIn Resume Assistant feature (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_linkedinresumeassistant_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_linkedinresumeassistant_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_onlinevideos", + "displayName": "Allow Online Videos to play within Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_onlinevideos_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_onlinevideos_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_openattachmentsforfullscreenreading", + "displayName": "Open e-mail attachments in Reading View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_openattachmentsforfullscreenreading_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_openattachmentsforfullscreenreading_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_openattachmentsforfullscreenreading_l_checktoallowstartinginreadinglayout", + "displayName": "Check to allow starting in Reading Layout (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_openattachmentsforfullscreenreading_l_checktoallowstartinginreadinglayout_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_openattachmentsforfullscreenreading_l_checktoallowstartinginreadinglayout_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype", + "displayName": "Mark grammar errors as you type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_checktoenforcesettingonunchecktoenforcesettingoff0", + "displayName": "Check to enforce setting on; uncheck to enforce setting off (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_checktoenforcesettingonunchecktoenforcesettingoff0_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_checktoenforcesettingonunchecktoenforcesettingoff0_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors", + "displayName": "Color for marking grammatical errors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_0", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_255", + "displayName": "Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_128", + "displayName": "Dark Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_3368703", + "displayName": "Light Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_52479", + "displayName": "Sky Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_10079487", + "displayName": "Pale Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_6710937", + "displayName": "Blue Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_65280", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_32768", + "displayName": "Dark Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_13056", + "displayName": "Darker Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_13434828", + "displayName": "Light Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_3355392", + "displayName": "Olive Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_3381606", + "displayName": "Sea Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16711680", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_8388608", + "displayName": "Dark Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16776960", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_8421376", + "displayName": "Dark Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16777113", + "displayName": "Light Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16777215", + "displayName": "White", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_10040064", + "displayName": "Brown", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16737792", + "displayName": "Orange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16750848", + "displayName": "Light Orange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_65535", + "displayName": "Cyan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_32896", + "displayName": "Dark Cyan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_13434879", + "displayName": "Light Cyan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16711935", + "displayName": "Magenta", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_8388736", + "displayName": "Dark Magenta", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_13158", + "displayName": "Dark Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_3355545", + "displayName": "Indigo", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_10079232", + "displayName": "Lime", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_3394764", + "displayName": "Aqua", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16763904", + "displayName": "Gold", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_10040166", + "displayName": "Plum", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16751052", + "displayName": "Rose", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_16764057", + "displayName": "Tan", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_13408767", + "displayName": "Lavender", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_8421504", + "displayName": "Gray", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarasyoutype_l_colorformarkinggrammaticalerrors_12632256", + "displayName": "Gray 25%", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarwithspelling", + "displayName": "Check grammar with spelling (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarwithspelling_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_checkgrammarwithspelling_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_delaybeforestartingbackgroundspellingchecker", + "displayName": "Delay before starting background spelling checker (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_delaybeforestartingbackgroundspellingchecker_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_delaybeforestartingbackgroundspellingchecker_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_delaybeforestartingbackgroundspellingchecker_l_delaybeforestartingbackgroundspellingchecker3", + "displayName": "Milliseconds (e.g. 5000 milliseconds = 5 seconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_delaybeforestartingotherproofingtools", + "displayName": "Delay before starting other proofing tools (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_delaybeforestartingotherproofingtools_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_delaybeforestartingotherproofingtools_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_delaybeforestartingotherproofingtools_l_delaybeforestartingbackgroundgrammarchecker3", + "displayName": "Milliseconds (e.g. 5000 milliseconds = 5 seconds) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_donotenableadditionalactionsintherightclickmenu", + "displayName": "Do not enable additional actions in the right-click menu (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_donotenableadditionalactionsintherightclickmenu_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_donotenableadditionalactionsintherightclickmenu_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_showreadabilitystatistics", + "displayName": "Show readability statistics (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_showreadabilitystatistics_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_showreadabilitystatistics_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_writingstyle", + "displayName": "Writing style (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_writingstyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_writingstyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_writingstyle_l_writingstyle1", + "displayName": "Writing style (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_writingstyle_l_writingstyle1_0", + "displayName": "Grammar & Style", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing_l_writingstyle_l_writingstyle1_1", + "displayName": "Grammar Only", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_capitalizefirstletterofsentence", + "displayName": "Capitalize first letter of sentence (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_capitalizefirstletterofsentence_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_capitalizefirstletterofsentence_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_capitalizenamesofdays", + "displayName": "Capitalize names of days (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_capitalizenamesofdays_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_capitalizenamesofdays_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correctaccidentalusageofcapslockkey", + "displayName": "Correct accidental usage of cAPS LOCK key (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correctaccidentalusageofcapslockkey_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correctaccidentalusageofcapslockkey_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correctkeyboardsetting", + "displayName": "Correct keyboard setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correctkeyboardsetting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correctkeyboardsetting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correcttwoinitialcapitals", + "displayName": "Correct TWo INitial CApitals (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correcttwoinitialcapitals_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_correcttwoinitialcapitals_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_replacetextasyoutype", + "displayName": "Replace text as you type (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_replacetextasyoutype_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autocorrect_l_replacetextasyoutype_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_automaticbulletedlists", + "displayName": "Automatic bulleted lists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_automaticbulletedlists_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_automaticbulletedlists_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_automaticnumberedlists", + "displayName": "Automatic numbered lists (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_automaticnumberedlists_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_automaticnumberedlists_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_borderlines", + "displayName": "Border lines (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_borderlines_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_borderlines_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_closingstyletoletterclosings", + "displayName": "Closing style to letter closings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_closingstyletoletterclosings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_closingstyletoletterclosings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_datestyle", + "displayName": "Date style (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_datestyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_datestyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_headings", + "displayName": "Headings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_headings_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_headings_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_tables", + "displayName": "Tables (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_tables_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_applyasyoutype_l_tables_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_autospace", + "displayName": "Auto space (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_autospace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_autospace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_definestylesbasedonyourformatting", + "displayName": "Define styles based on your formatting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_definestylesbasedonyourformatting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_definestylesbasedonyourformatting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_formatbeginningoflistitemliketheonebeforeit", + "displayName": "Format beginning of list item like the one before it (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_formatbeginningoflistitemliketheonebeforeit_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_formatbeginningoflistitemliketheonebeforeit_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_insertclosingphrasetomatchjapanesesalutation", + "displayName": "Insert closing phrase to match Japanese salutation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_insertclosingphrasetomatchjapanesesalutation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_insertclosingphrasetomatchjapanesesalutation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_insertclosingphrasetomatchmemostyle", + "displayName": "Insert closing phrase to match memo style (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_insertclosingphrasetomatchmemostyle_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_insertclosingphrasetomatchmemostyle_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_matchparentheses", + "displayName": "Match parentheses (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_matchparentheses_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_matchparentheses_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_setleftindentontabsandbackspace", + "displayName": "Set left indent on tabs and backspace (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_setleftindentontabsandbackspace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_automaticallyasyoutype_l_setleftindentontabsandbackspace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_boldand_italic_withrealformatting", + "displayName": "*Bold* and _italic_ with real formatting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_boldand_italic_withrealformatting_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_boldand_italic_withrealformatting_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_dashlikecharacters", + "displayName": "Dash-like characters (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_dashlikecharacters_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_dashlikecharacters_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_firstlineindent", + "displayName": "First line indent (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_firstlineindent_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_firstlineindent_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_fractions12withfractioncharacter", + "displayName": "Fractions (1/2) with fraction character (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_fractions12withfractioncharacter_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_fractions12withfractioncharacter_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_ordinals1stwithsuperscript", + "displayName": "Ordinals (1st) with superscript (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_ordinals1stwithsuperscript_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_ordinals1stwithsuperscript_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_straightquoteswithsmartquotes", + "displayName": "Straight quotes with smart quotes (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_straightquoteswithsmartquotes_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_straightquoteswithsmartquotes_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_symbolcharacterswithsymbols", + "displayName": "Symbol characters (--) with symbols (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_symbolcharacterswithsymbols_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_proofing~l_autoformatasyoutype~l_replaceasyoutype_l_symbolcharacterswithsymbols_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_compatmodeonsaveas", + "displayName": "Save As Open XML in Compatibility Mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_compatmodeonsaveas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_compatmodeonsaveas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_donotdisplayfileformatcompatiblitydialogforodt", + "displayName": "Do not display file format compatibility dialog box for OpenDocument text format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_donotdisplayfileformatcompatiblitydialogforodt_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_donotdisplayfileformatcompatiblitydialogforodt_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_keeplastautosavedversions", + "displayName": "Keep the last AutoSaved versions of files for the next session (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_keeplastautosavedversions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_keeplastautosavedversions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_saveautorecoverinfo", + "displayName": "Save AutoRecover info (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_saveautorecoverinfo_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_saveautorecoverinfo_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_saveautorecoverinfo_l_saveautorecoverinfoeveryminutes", + "displayName": "Save AutoRecover info every (minutes) (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas", + "displayName": "Default file format (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3", + "displayName": "Save Word files as (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_", + "displayName": "Word Document (*.docx)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_webarchive", + "displayName": "Single Files Web Page (*.mht)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_html", + "displayName": "Web Page (*.htm; *.html)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_reducedhtml", + "displayName": "Web Page, Filtered (*.htm, *.html)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_rtf", + "displayName": "Rich Text Format (*.rtf)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_text", + "displayName": "Plain Text (*.txt)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_msword6exp", + "displayName": "Word 6.0/95 (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_msword6scexp", + "displayName": "Word 6.0/95 - Chinese (Simplified) (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_msword6tcexp", + "displayName": "Word 6.0/95 - Chinese (Traditional) (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_msword6jexp", + "displayName": "Word 6.0/95 - Japanese (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_msword95kexp", + "displayName": "Word 6.0/95 - Korean (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_msword6rtfexp", + "displayName": "Word 97-2002 & 6.0/95 - RTF", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_mswordmac51", + "displayName": "Word 5.1 for Macintosh (*.mcw)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_mswordmac5", + "displayName": "Word 5.0 for Macintosh (*.mcw)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_mswordwin2", + "displayName": "Word 2.x for Windows (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_msworkswin4", + "displayName": "Works 4.0 for Windows (*.wps)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_wrdprfctwin", + "displayName": "WordPerfect 5.x for Windows (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_wrdprfctdos51", + "displayName": "WordPerfect 5.1 for DOS (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_macroenableddocument", + "displayName": "Word Macro-Enabled Document (*.docm)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_template", + "displayName": "Word Template (*.dotx)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_macroenabledtemplate", + "displayName": "Word Macro-Enabled Template (*.dotm)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_doc", + "displayName": "Word 97 - 2003 Document (*.doc)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_dot", + "displayName": "Word 97 - 2003 Template (*.dot)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_flatxml", + "displayName": "Word XML Document (*.xml)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_docxstrict", + "displayName": "Strict Open XML Document (*.docx)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_savewordfilesas_l_savewordfilesas3_odt", + "displayName": "OpenDocument Text (*.odt)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_setdefaultcompatibilitymodeonfilecreation", + "displayName": "Set default compatibility mode on file creation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_setdefaultcompatibilitymodeonfilecreation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_setdefaultcompatibilitymodeonfilecreation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_setdefaultcompatibilitymodeonfilecreation_l_setdefaultcompatibilitymodeonfilecreationdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_setdefaultcompatibilitymodeonfilecreation_l_setdefaultcompatibilitymodeonfilecreationdropid_11", + "displayName": "Word 2003", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_setdefaultcompatibilitymodeonfilecreation_l_setdefaultcompatibilitymodeonfilecreationdropid_12", + "displayName": "Word 2007", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_setdefaultcompatibilitymodeonfilecreation_l_setdefaultcompatibilitymodeonfilecreationdropid_14", + "displayName": "Word 2010", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_save_l_setdefaultcompatibilitymodeonfilecreation_l_setdefaultcompatibilitymodeonfilecreationdropid_15", + "displayName": "Full functionality mode", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_disableirmonxpsexport", + "displayName": "Turn off IRM protection on XPS Export for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_disableirmonxpsexport_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_disableirmonxpsexport_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_disablewarningonincludefieldsupdate", + "displayName": "Don’t ask permission before updating IncludePicture and IncludeText fields in Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_disablewarningonincludefieldsupdate_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_disablewarningonincludefieldsupdate_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_makehiddenmarkupvisible", + "displayName": "Make hidden markup visible (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_makehiddenmarkupvisible_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_makehiddenmarkupvisible_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_storerandomnumbertoimprovemergeaccuracy", + "displayName": "Store random number to improve merge accuracy (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_storerandomnumbertoimprovemergeaccuracy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_storerandomnumbertoimprovemergeaccuracy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_turnofffilevalidation", + "displayName": "Turn off file validation (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_turnofffilevalidation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_turnofffilevalidation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_warnbeforeprintingsavingorsendingafilethatcontainstrackedcha", + "displayName": "Warn before printing, saving or sending a file that contains tracked changes or comments (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_warnbeforeprintingsavingorsendingafilethatcontainstrackedcha_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security_l_warnbeforeprintingsavingorsendingafilethatcontainstrackedcha_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_configurecngcipherchainingmode", + "displayName": "Configure CNG cipher chaining mode (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecbc", + "displayName": "Cipher Block Chaining (CBC)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_configurecngcipherchainingmode_l_configurecngcipherchainingmodedropid_chainingmodecfb", + "displayName": "Cipher Feedback (CFB)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngcipheralgorithm", + "displayName": "Set CNG cipher algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngcipheralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngcipheralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngcipheralgorithm_l_setcngcipheralgorithmid", + "displayName": "CNG cipher algorithm: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngcipherkeylength", + "displayName": "Set CNG cipher key length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngcipherkeylength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngcipherkeylength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngcipherkeylength_l_setcngcipherkeylengthspinid", + "displayName": "Cipher key length (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngpasswordspincount", + "displayName": "Set CNG password spin count (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngpasswordspincount_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngpasswordspincount_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setcngpasswordspincount_l_setcngpasswordspincountspinid", + "displayName": "", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setparametersforcngcontext", + "displayName": "Set parameters for CNG context (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setparametersforcngcontext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setparametersforcngcontext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_setparametersforcngcontext_l_setparametersforcngcontextid", + "displayName": "Parameters (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycnghashalgorithm", + "displayName": "Specify CNG hash algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycnghashalgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycnghashalgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha1", + "displayName": "SHA1", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha256", + "displayName": "SHA256", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha384", + "displayName": "SHA384", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycnghashalgorithm_l_specifycnghashalgorithmdropid_sha512", + "displayName": "SHA512", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm", + "displayName": "Specify CNG random number generator algorithm (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycngrandomnumbergeneratoralgorithm_l_specifycngrandomnumbergeneratoralgorithmid", + "displayName": "Random number generator: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycngsaltlength", + "displayName": "Specify CNG salt length (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycngsaltlength_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycngsaltlength_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifycngsaltlength_l_specifycngsaltlengthspinid", + "displayName": "Number of bytes (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifyencryptioncompatibility", + "displayName": "Specify encryption compatibility (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_0", + "displayName": "Use legacy format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_1", + "displayName": "Use next generation format", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_specifyencryptioncompatibility_l_specifyencryptioncompatibilitydropid_2", + "displayName": "All files save with next generation format", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_usenewkeyonpasswordchange", + "displayName": "Use new key on password change (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_usenewkeyonpasswordchange_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_cryptography_l_usenewkeyonpasswordchange_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowdde", + "displayName": "Dynamic Data Exchange (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowdde_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowdde_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowdde_l_allowddedropid", + "displayName": "Dynamic Data Exchange setting (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowdde_l_allowddedropid_1", + "displayName": "Limited Dynamic Data Exchange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowdde_l_allowddedropid_2", + "displayName": "Allow Dynamic Data Exchange", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowwordmailloadembeddedfonts", + "displayName": "Allow embedded TrueType fonts to be sent in messages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowwordmailloadembeddedfonts_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_allowwordmailloadembeddedfonts_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet", + "displayName": "Block macros from running in Office files from the Internet (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_blockmacroexecutionfrominternet_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_determinewhethertoforceencryptedword", + "displayName": "Scan encrypted macros in Word Open XML documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_determinewhethertoforceencryptedword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_determinewhethertoforceencryptedword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_determinewhethertoforceencryptedword_l_determinewhethertoforceencryptedworddropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_determinewhethertoforceencryptedword_l_determinewhethertoforceencryptedworddropid_0", + "displayName": "Scan encrypted macros (default)", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_determinewhethertoforceencryptedword_l_determinewhethertoforceencryptedworddropid_1", + "displayName": "Scan if anti-virus software available", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_determinewhethertoforceencryptedword_l_determinewhethertoforceencryptedworddropid_2", + "displayName": "Load macros without scanning", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disableallapplicationextensions", + "displayName": "Disable all application add-ins (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disableallapplicationextensions_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disableallapplicationextensions_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User) (Deprecated)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2", + "displayName": "Disable Trust Bar Notification for unsigned application add-ins and block them (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_disabletrustbarnotificationforunsigned_v2_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned", + "displayName": "Require that application add-ins are signed by Trusted Publisher (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_requirethatapplicationextensionsaresigned_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments", + "displayName": "Set maximum number of trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_setmaximumnumberoftrusteddocuments_l_setmaximumnumberoftrusteddocumentsspinid", + "displayName": "Maximum number: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve", + "displayName": "Set maximum number of trust records to preserve (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_setmaximumnumberoftrustrecordstopreserve_l_setmaximumnumberoftrustrecordstopreservespinid", + "displayName": "Maximum to preserve: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject", + "displayName": "Trust access to Visual Basic Project (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_trustaccesstovisualbasicproject_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_turnofftrusteddocuments", + "displayName": "Turn off trusted documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_turnofftrusteddocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_turnofftrusteddocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork", + "displayName": "Turn off Trusted Documents on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_turnofftrusteddocumentsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_vbawarningspolicy", + "displayName": "VBA Macro Notification Settings (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_vbawarningspolicy_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_vbawarningspolicy_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty19", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty19_2", + "displayName": "Disable all with notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty19_3", + "displayName": "Disable all except digitally signed macros", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty19_4", + "displayName": "Disable all without notification", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter_l_vbawarningspolicy_l_empty19_1", + "displayName": "Enable all macros (not recommended)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword", + "displayName": "Legacy converters for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_l_legacyconvertersforworddropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_l_legacyconvertersforworddropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_l_legacyconvertersforworddropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_l_legacyconvertersforworddropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_l_legacyconvertersforworddropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_l_legacyconvertersforworddropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_legacyconvertersforword_l_legacyconvertersforworddropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword", + "displayName": "Office Open XML converters for Word (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_l_officeopenxmlconvertersforworddropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_l_officeopenxmlconvertersforworddropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_l_officeopenxmlconvertersforworddropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_l_officeopenxmlconvertersforworddropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_l_officeopenxmlconvertersforworddropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_l_officeopenxmlconvertersforworddropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_officeopenxmlconvertersforword_l_officeopenxmlconvertersforworddropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles", + "displayName": "OpenDocument Text files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_l_opendocumenttextfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_l_opendocumenttextfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_l_opendocumenttextfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_l_opendocumenttextfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_l_opendocumenttextfilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_l_opendocumenttextfilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_opendocumenttextfiles_l_opendocumenttextfilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_plaintextfiles", + "displayName": "Plain text files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_plaintextfiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_plaintextfiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_plaintextfiles_l_plaintextfilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_plaintextfiles_l_plaintextfilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_plaintextfiles_l_plaintextfilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_plaintextfiles_l_plaintextfilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles", + "displayName": "RTF files (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_l_rtffilesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_l_rtffilesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_l_rtffilesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_l_rtffilesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_l_rtffilesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_l_rtffilesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_rtffiles_l_rtffilesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior", + "displayName": "Set default file block behavior (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_0", + "displayName": "Blocked files are not opened", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_1", + "displayName": "Blocked files open in Protected View and can not be edited", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_setdefaultfileblockbehavior_l_setdefaultfileblockbehaviordropid_2", + "displayName": "Blocked files open in Protected View and can be edited", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages", + "displayName": "Web pages (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_webpages_l_webpagesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates", + "displayName": "Word 2000 binary documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates_l_word2000binarydocumentsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates_l_word2000binarydocumentsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates_l_word2000binarydocumentsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates_l_word2000binarydocumentsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates_l_word2000binarydocumentsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2000binarydocumentsandtemplates_l_word2000binarydocumentsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments", + "displayName": "Word 2003 and plain XML documents (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_l_word2003andplainxmldocumentsdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_l_word2003andplainxmldocumentsdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_l_word2003andplainxmldocumentsdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_l_word2003andplainxmldocumentsdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_l_word2003andplainxmldocumentsdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_l_word2003andplainxmldocumentsdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003andplainxmldocuments_l_word2003andplainxmldocumentsdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates", + "displayName": "Word 2003 binary documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates_l_word2003binarydocumentsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates_l_word2003binarydocumentsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates_l_word2003binarydocumentsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates_l_word2003binarydocumentsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates_l_word2003binarydocumentsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2003binarydocumentsandtemplates_l_word2003binarydocumentsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates", + "displayName": "Word 2007 and later binary documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_l_word2007andlaterbinarydocumentsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_l_word2007andlaterbinarydocumentsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_l_word2007andlaterbinarydocumentsandtemplatesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_l_word2007andlaterbinarydocumentsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_l_word2007andlaterbinarydocumentsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_l_word2007andlaterbinarydocumentsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterbinarydocumentsandtemplates_l_word2007andlaterbinarydocumentsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates", + "displayName": "Word 2007 and later documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_l_word2007andlaterdocsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_l_word2007andlaterdocsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_l_word2007andlaterdocsandtemplatesdropid_1", + "displayName": "Save blocked", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_l_word2007andlaterdocsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_l_word2007andlaterdocsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_l_word2007andlaterdocsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2007andlaterdocsandtemplates_l_word2007andlaterdocsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates", + "displayName": "Word 2 and earlier binary documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates_l_word2andearlierbinarydocumentsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates_l_word2andearlierbinarydocumentsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates_l_word2andearlierbinarydocumentsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates_l_word2andearlierbinarydocumentsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates_l_word2andearlierbinarydocumentsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word2andearlierbinarydocumentsandtemplates_l_word2andearlierbinarydocumentsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates", + "displayName": "Word 6.0 binary documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates_l_word6pt0binarydocumentsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates_l_word6pt0binarydocumentsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates_l_word6pt0binarydocumentsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates_l_word6pt0binarydocumentsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates_l_word6pt0binarydocumentsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word6pt0binarydocumentsandtemplates_l_word6pt0binarydocumentsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates", + "displayName": "Word 95 binary documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates_l_word95binarydocumentsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates_l_word95binarydocumentsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates_l_word95binarydocumentsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates_l_word95binarydocumentsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates_l_word95binarydocumentsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word95binarydocumentsandtemplates_l_word95binarydocumentsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates", + "displayName": "Word 97 binary documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates_l_word97binarydocumentsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates_l_word97binarydocumentsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates_l_word97binarydocumentsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates_l_word97binarydocumentsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates_l_word97binarydocumentsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_word97binarydocumentsandtemplates_l_word97binarydocumentsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates", + "displayName": "Word XP binary documents and templates (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates_l_wordxpbinarydocumentsandtemplatesdropid", + "displayName": "File block setting: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates_l_wordxpbinarydocumentsandtemplatesdropid_0", + "displayName": "Do not block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates_l_wordxpbinarydocumentsandtemplatesdropid_2", + "displayName": "Open/Save blocked, use open policy", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates_l_wordxpbinarydocumentsandtemplatesdropid_3", + "displayName": "Block", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates_l_wordxpbinarydocumentsandtemplatesdropid_4", + "displayName": "Open in Protected View", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_fileblocksettings_l_wordxpbinarydocumentsandtemplates_l_wordxpbinarydocumentsandtemplatesdropid_5", + "displayName": "Allow editing and open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview", + "displayName": "Do not open files from the Internet zone in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesfromtheinternetzoneinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview", + "displayName": "Do not open files in unsafe locations in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_donotopenfilesinunsafelocationsinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview", + "displayName": "Open files on local Intranet UNC in Protected View (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_openfilesonlocalintranetuncinprotectedview_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails", + "displayName": "Set document behavior if file validation fails (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid_0", + "displayName": "Block files", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsdropid_1", + "displayName": "Open in Protected View", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3", + "displayName": "Checked: Allow edit. Unchecked: Do not allow edit. (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_setdocumentbehavioriffilevalidationfails_l_setdocumentbehavioriffilevalidationfailsstr3_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook", + "displayName": "Turn off Protected View for attachments opened from Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_protectedview_l_turnoffprotectedviewforattachmentsopenedfromoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork", + "displayName": "Allow Trusted Locations on the network (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_allowtrustedlocationsonthenetwork_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc", + "displayName": "Disable all trusted locations (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_disabletrustedloc_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01", + "displayName": "Trusted Location #1 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_allowsubfolders_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_datecolon", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_descriptioncolon", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc01_l_pathcolon", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02", + "displayName": "Trusted Location #2 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders23", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders23_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_allowsubfolders23_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_datecolon21", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_descriptioncolon22", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc02_l_pathcolon20", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03", + "displayName": "Trusted Location #3 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders27", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders27_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_allowsubfolders27_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_datecolon25", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_descriptioncolon26", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc03_l_pathcolon24", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04", + "displayName": "Trusted Location #4 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders31", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders31_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_allowsubfolders31_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_datecolon29", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_descriptioncolon30", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc04_l_pathcolon28", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05", + "displayName": "Trusted Location #5 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders35", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders35_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_allowsubfolders35_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_datecolon33", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_descriptioncolon34", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc05_l_pathcolon32", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06", + "displayName": "Trusted Location #6 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders39", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders39_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_allowsubfolders39_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_datecolon37", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_descriptioncolon38", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc06_l_pathcolon36", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07", + "displayName": "Trusted Location #7 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders43", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders43_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_allowsubfolders43_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_datecolon41", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_descriptioncolon42", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc07_l_pathcolon40", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08", + "displayName": "Trusted Location #8 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders47", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders47_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_allowsubfolders47_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_datecolon45", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_descriptioncolon46", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc08_l_pathcolon44", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09", + "displayName": "Trusted Location #9 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders51", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders51_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_allowsubfolders51_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_datecolon49", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_descriptioncolon50", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc09_l_pathcolon48", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10", + "displayName": "Trusted Location #10 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders55", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders55_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_allowsubfolders55_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_datecolon53", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_descriptioncolon54", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc10_l_pathcolon52", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11", + "displayName": "Trusted Location #11 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders59", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders59_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_allowsubfolders59_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_datecolon57", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_descriptioncolon58", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc11_l_pathcolon56", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12", + "displayName": "Trusted Location #12 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders63", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders63_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_allowsubfolders63_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_datecolon61", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_descriptioncolon62", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc12_l_pathcolon60", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13", + "displayName": "Trusted Location #13 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders67", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders67_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_allowsubfolders67_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_datecolon65", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_descriptioncolon66", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc13_l_pathcolon64", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14", + "displayName": "Trusted Location #14 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders71", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders71_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_allowsubfolders71_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_datecolon69", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_descriptioncolon70", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc14_l_pathcolon68", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15", + "displayName": "Trusted Location #15 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders75", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders75_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_allowsubfolders75_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_datecolon73", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_descriptioncolon74", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc15_l_pathcolon72", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16", + "displayName": "Trusted Location #16 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders79", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders79_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_allowsubfolders79_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_datecolon77", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_descriptioncolon78", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc16_l_pathcolon76", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17", + "displayName": "Trusted Location #17 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders83", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders83_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_allowsubfolders83_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_datecolon81", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_descriptioncolon82", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc17_l_pathcolon80", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18", + "displayName": "Trusted Location #18 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders87", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders87_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_allowsubfolders87_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_datecolon85", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_descriptioncolon86", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc18_l_pathcolon84", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19", + "displayName": "Trusted Location #19 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders91", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders91_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_allowsubfolders91_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_datecolon89", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_descriptioncolon90", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc19_l_pathcolon88", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20", + "displayName": "Trusted Location #20 (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders95", + "displayName": "Allow sub folders: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders95_0", + "displayName": "False", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_allowsubfolders95_1", + "displayName": "True", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_datecolon93", + "displayName": "Date: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_descriptioncolon94", + "displayName": "Description: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_security~l_trustcenter~l_trustedlocations_l_trustedloc20_l_pathcolon92", + "displayName": "Path: (User)", + "options": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_balloons", + "displayName": "Balloons (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_balloons_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_balloons_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_balloons_l_empty", + "displayName": "", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_balloons_l_empty_0", + "displayName": "Balloons on", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_balloons_l_empty_2", + "displayName": "Comments and formatting only in balloons", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_balloons_l_empty_1", + "displayName": "Balloons off (revisions inline)", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_compareresultingdocument", + "displayName": "Compare resulting document (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_compareresultingdocument_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_compareresultingdocument_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_compareresultingdocument_l_compareresultingdocumentpart", + "displayName": "Document used for result of compare: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_compareresultingdocument_l_compareresultingdocumentpart_0", + "displayName": "Original Document", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_compareresultingdocument_l_compareresultingdocumentpart_1", + "displayName": "Revised Document", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_compareresultingdocument_l_compareresultingdocumentpart_2", + "displayName": "New document", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor", + "displayName": "Deletions color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart", + "displayName": "Color for tracking deletions: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_0", + "displayName": "By Author", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_1", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_2", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_3", + "displayName": "Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_4", + "displayName": "Turquoise", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_5", + "displayName": "Bright Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_6", + "displayName": "Pink", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_7", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_8", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_9", + "displayName": "White", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_10", + "displayName": "Dark Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_11", + "displayName": "Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_12", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_13", + "displayName": "Violet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_14", + "displayName": "Dark Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_15", + "displayName": "Dark Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_16", + "displayName": "Gray 50%", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_deletionscolor_l_deletionscolorpart_17", + "displayName": "Gray 25%", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_ignorewhitespace", + "displayName": "Ignore White Space (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_ignorewhitespace_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_ignorewhitespace_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor", + "displayName": "Insertions color (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart", + "displayName": "Color for tracking insertions: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_0", + "displayName": "By Author", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_1", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_2", + "displayName": "Black", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_3", + "displayName": "Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_4", + "displayName": "Turquoise", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_5", + "displayName": "Bright Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_6", + "displayName": "Pink", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_7", + "displayName": "Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_8", + "displayName": "Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_9", + "displayName": "White", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_10", + "displayName": "Dark Blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_11", + "displayName": "Teal", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_12", + "displayName": "Green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_13", + "displayName": "Violet", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_14", + "displayName": "Dark Red", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_15", + "displayName": "Dark Yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_16", + "displayName": "Gray 50%", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_insertionscolor_l_insertionscolorpart_17", + "displayName": "Gray 25%", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors", + "displayName": "Table compare colors (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1", + "displayName": "Color for inserted cells: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_1", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_0", + "displayName": "By Author", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_2", + "displayName": "Pink", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_3", + "displayName": "Light blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_4", + "displayName": "Light yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_5", + "displayName": "Light purple", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_6", + "displayName": "Light Orange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_7", + "displayName": "Light green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart1_8", + "displayName": "Gray", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2", + "displayName": "Color for deleted cells: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_1", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_0", + "displayName": "By Author", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_2", + "displayName": "Pink", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_3", + "displayName": "Light blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_4", + "displayName": "Light yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_5", + "displayName": "Light purple", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_6", + "displayName": "Light Orange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_7", + "displayName": "Light green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart2_8", + "displayName": "Gray", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3", + "displayName": "Color for merged cells: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_1", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_0", + "displayName": "By Author", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_2", + "displayName": "Pink", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_3", + "displayName": "Light blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_4", + "displayName": "Light yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_5", + "displayName": "Light purple", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_6", + "displayName": "Light Orange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_7", + "displayName": "Light green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart3_8", + "displayName": "Gray", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4", + "displayName": "Color for split cells: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_1", + "displayName": "None", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_0", + "displayName": "By Author", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_2", + "displayName": "Pink", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_3", + "displayName": "Light blue", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_4", + "displayName": "Light yellow", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_5", + "displayName": "Light purple", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_6", + "displayName": "Light Orange", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_7", + "displayName": "Light green", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v2~policy~l_microsoftofficeword~l_wordoptions~l_trackchangesandcompare_l_tablecomparecolors_l_tablecomparecolorspart4_8", + "displayName": "Gray", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v3~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_acronyms", + "displayName": "Remove the Acronyms command from the ribbon (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v3~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_acronyms_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v3~policy~l_microsoftofficeword~l_wordoptions~l_optionsgeneral_l_acronyms_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook", + "displayName": "Specify default quality of compression done on inlined images inserted in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook_l_defaultcompressionqualityforinlinedimagesinoutlookpart", + "displayName": "Default inline image compression quality for Outlook: (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook_l_defaultcompressionqualityforinlinedimagesinoutlookpart_0", + "displayName": "High Fidelity", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook_l_defaultcompressionqualityforinlinedimagesinoutlookpart_1", + "displayName": "330 ppi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook_l_defaultcompressionqualityforinlinedimagesinoutlookpart_2", + "displayName": "220 ppi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook_l_defaultcompressionqualityforinlinedimagesinoutlookpart_3", + "displayName": "150 ppi", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_defaultcompressionqualityforinlinedimagesinoutlook_l_defaultcompressionqualityforinlinedimagesinoutlookpart_4", + "displayName": "96 ppi", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_donotcompressinlinedimagesinoutlook", + "displayName": "Do not compress the inlined images inserted in Outlook (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_donotcompressinlinedimagesinoutlook_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v4~policy~l_microsoftofficeword~l_wordoptions~l_advanced~l_emailoptions_l_donotcompressinlinedimagesinoutlook_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation", + "displayName": "Stop checking for table alt text accessibility information (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtablealttextaccessibilityinformation_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningfultext", + "displayName": "Stop checking to ensure hyperlink text is meaningful (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningfultext_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningfultext_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningfultextextension", + "displayName": "Stop checking to ensure hyperlink text extension is meaningful if they include extensions (User)", + "options": [ + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningfultextextension_0", + "displayName": "Disabled", + "description": null + }, + { + "id": "user_vendor_msft_policy_config_word16v9~policy~l_microsoftofficeword~l_filetab~l_checkaccessibility_l_stopcheckingtoensurehyperlinktextismeaningfultextextension_1", + "displayName": "Enabled", + "description": null + } + ] + }, + { + "id": "user_vendor_msft_printerprovisioning_upprinterinstalls_{printersharedid}", + "displayName": "Printer Shared ID (User)", + "options": null + }, + { + "id": "user_vendor_msft_printerprovisioning_upprinterinstalls_{printersharedid}_clouddeviceid", + "displayName": "Cloud Device ID (User)", + "options": null + }, + { + "id": "user_vendor_msft_printerprovisioning_upprinterinstalls_{printersharedid}_errorcode", + "displayName": "Error code (User)", + "options": null + }, + { + "id": "user_vendor_msft_printerprovisioning_upprinterinstalls_{printersharedid}_install", + "displayName": "Install (User)", + "options": { + "id": "user_vendor_msft_printerprovisioning_upprinterinstalls_{printersharedid}_install_true", + "displayName": "Install", + "description": "Install this printer" + } + }, + { + "id": "user_vendor_msft_printerprovisioning_upprinterinstalls_{printersharedid}_printersharedid", + "displayName": "Shared ID (User)", + "options": null + }, + { + "id": "user_vendor_msft_printerprovisioning_upprinterinstalls_{printersharedid}_printersharedname", + "displayName": "Printer Shared Name (User)", + "options": null + }, + { + "id": "user_vendor_msft_printerprovisioning_upprinterinstalls_{printersharedid}_status", + "displayName": "Status (User)", + "options": null + }, + { + "id": "vendor_msft_defender_configuration_tamperprotection", + "displayName": "TamperProtection", + "options": [ + { + "id": "vendor_msft_defender_configuration_tamperprotection_0", + "displayName": "Not configured", + "description": null + }, + { + "id": "vendor_msft_defender_configuration_tamperprotection_1", + "displayName": "Enabled", + "description": null + }, + { + "id": "vendor_msft_defender_configuration_tamperprotection_2", + "displayName": "Disabled", + "description": null + } + ] + }, + { + "id": "vendor_msft_defender_configuration_tamperprotection_blob", + "displayName": "Tamper Protection Blob", + "options": null + }, + { + "id": "vendor_msft_defender_configuration_tamperprotection_options", + "displayName": "TamperProtection (Device)", + "options": [ + { + "id": "vendor_msft_defender_configuration_tamperprotection_options_1", + "displayName": "Off", + "description": null + }, + { + "id": "vendor_msft_defender_configuration_tamperprotection_options_0", + "displayName": "On", + "description": null + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_allowlocalipsecpolicymerge", + "displayName": "Allow Local Ipsec Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_allowlocalipsecpolicymerge_false", + "displayName": "False", + "description": "AllowLocalIpsecPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_allowlocalipsecpolicymerge_true", + "displayName": "True", + "description": "AllowLocalIpsecPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_allowlocalpolicymerge", + "displayName": "Allow Local Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_allowlocalpolicymerge_false", + "displayName": "False", + "description": "AllowLocalPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_allowlocalpolicymerge_true", + "displayName": "True", + "description": "AllowLocalPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_authappsallowuserprefmerge", + "displayName": "Auth Apps Allow User Pref Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_authappsallowuserprefmerge_false", + "displayName": "False", + "description": "AuthAppsAllowUserPrefMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_authappsallowuserprefmerge_true", + "displayName": "True", + "description": "AuthAppsAllowUserPrefMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_defaultinboundaction", + "displayName": "Default Inbound Action for Domain Profile", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_defaultinboundaction_0", + "displayName": "Allow", + "description": "Allow Inbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_defaultinboundaction_1", + "displayName": "Block", + "description": "Block Inbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_defaultoutboundaction", + "displayName": "Default Outbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_defaultoutboundaction_0", + "displayName": "Allow", + "description": "Allow Outbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_defaultoutboundaction_1", + "displayName": "Block", + "description": "Block Outbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disableinboundnotifications", + "displayName": "Disable Inbound Notifications", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disableinboundnotifications_false", + "displayName": "False", + "description": "Firewall May Display Notification" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disableinboundnotifications_true", + "displayName": "True", + "description": "Firewall Must Not Display Notification" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disablestealthmode", + "displayName": "Disable Stealth Mode", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disablestealthmode_false", + "displayName": "False", + "description": "Use Stealth Mode" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disablestealthmode_true", + "displayName": "True", + "description": "Disable Stealth Mode" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disablestealthmodeipsecsecuredpacketexemption", + "displayName": "Disable Stealth Mode Ipsec Secured Packet Exemption", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disablestealthmodeipsecsecuredpacketexemption_false", + "displayName": "False", + "description": "FALSE" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disablestealthmodeipsecsecuredpacketexemption_true", + "displayName": "True", + "description": "TRUE" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disableunicastresponsestomulticastbroadcast", + "displayName": "Disable Unicast Responses To Multicast Broadcast", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disableunicastresponsestomulticastbroadcast_false", + "displayName": "False", + "description": "Unicast Responses Not Blocked" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_disableunicastresponsestomulticastbroadcast_true", + "displayName": "True", + "description": "Unicast Responses Blocked" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablefirewall", + "displayName": "Enable Domain Network Firewall", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablefirewall_false", + "displayName": "False", + "description": "Disable Firewall" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablefirewall_true", + "displayName": "True", + "description": "Enable Firewall" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogdroppedpackets", + "displayName": "Enable Log Dropped Packets", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogdroppedpackets_false", + "displayName": "Disable Logging Of Dropped Packets", + "description": "Disable Logging Of Dropped Packets" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogdroppedpackets_true", + "displayName": "Enable Logging Of Dropped Packets", + "description": "Enable Logging Of Dropped Packets" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogignoredrules", + "displayName": "Enable Log Ignored Rules", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogignoredrules_false", + "displayName": "Disable Logging Of Ignored Rules", + "description": "Disable Logging Of Ignored Rules" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogignoredrules_true", + "displayName": "Enable Logging Of Ignored Rules", + "description": "Enable Logging Of Ignored Rules" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogsuccessconnections", + "displayName": "Enable Log Success Connections", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogsuccessconnections_false", + "displayName": "Disable Logging Of Successful Connections", + "description": "Disable Logging Of Successful Connections" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_enablelogsuccessconnections_true", + "displayName": "Enable Logging Of Successful Connections", + "description": "Enable Logging Of Successful Connections" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_globalportsallowuserprefmerge", + "displayName": "Global Ports Allow User Pref Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_globalportsallowuserprefmerge_false", + "displayName": "False", + "description": "GlobalPortsAllowUserPrefMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_globalportsallowuserprefmerge_true", + "displayName": "True", + "description": "GlobalPortsAllowUserPrefMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_logfilepath", + "displayName": "Log File Path", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_logmaxfilesize", + "displayName": "Log Max File Size", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_shielded", + "displayName": "Shielded", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_shielded_false", + "displayName": "False", + "description": "Shielding Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_domainprofile_shielded_true", + "displayName": "True", + "description": "Shielding On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}", + "displayName": " Firewall Rule Name", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_action_type", + "displayName": "Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_action_type_0", + "displayName": "Block", + "description": "Block" + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_action_type_1", + "displayName": "Allow", + "description": "Allow" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_app_filepath", + "displayName": "File Path", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_app_packagefamilyname", + "displayName": "Package Family Name", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_app_servicename", + "displayName": "Service Name", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_description", + "displayName": "Description", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_direction", + "displayName": "Direction", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_direction_in", + "displayName": "The rule applies to inbound traffic.", + "description": "The rule applies to inbound traffic." + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_direction_out", + "displayName": "The rule applies to outbound traffic.", + "description": "The rule applies to outbound traffic." + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_edgetraversal", + "displayName": "Edge Traversal", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_edgetraversal_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_edgetraversal_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_enabled_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_enabled_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_firewallrulename", + "displayName": null, + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_icmptypesandcodes", + "displayName": "ICMP Types And Codes", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_interfacetypes", + "displayName": "Interface Types", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_interfacetypes_remoteaccess", + "displayName": "Remote Access", + "description": "RemoteAccess" + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_interfacetypes_wireless", + "displayName": "Wireless", + "description": "Wireless" + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_interfacetypes_lan", + "displayName": "Lan", + "description": "Lan" + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_interfacetypes_mobilebroadband", + "displayName": "[Not Supported] Mobile Broadband", + "description": "MobileBroadband" + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_interfacetypes_mbb", + "displayName": "Mobile Broadband", + "description": "MobileBroadband" + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_interfacetypes_all", + "displayName": "All", + "description": "All" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_localaddressranges", + "displayName": "Local Address Ranges", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_localportranges", + "displayName": "Local Port Ranges", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_localuserauthorizedlist", + "displayName": "Local User Authorized List", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_name", + "displayName": "Name", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_policyappid", + "displayName": "Policy App Id", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_profiles", + "displayName": "Network Types", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_profiles_1", + "displayName": "FW_PROFILE_TYPE_DOMAIN: This value represents the profile for networks that are connected to domains.", + "description": "FW_PROFILE_TYPE_DOMAIN: This value represents the profile for networks that are connected to domains." + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_profiles_2", + "displayName": "FW_PROFILE_TYPE_PRIVATE: This value represents the standard profile for networks. These networks are classified as private by the administrators in the server host. The classification happens the first time the host connects to the network. Usually these networks are behind Network Address Translation (NAT) devices, routers, and other edge devices, and they are in a private location, such as a home or an office. AND FW_PROFILE_TYPE_PRIVATE: This value represents the profile for private networks, which is represented by the same value as that used for FW_PROFILE_TYPE_STANDARD.", + "description": "FW_PROFILE_TYPE_STANDARD: This value represents the standard profile for networks. These networks are classified as private by the administrators in the server host. The classification happens the first time the host connects to the network. Usually these networks are behind Network Address Translation (NAT) devices, routers, and other edge devices, and they are in a private location, such as a home or an office. AND FW_PROFILE_TYPE_PRIVATE: This value represents the profile for private networks, which is represented by the same value as that used for FW_PROFILE_TYPE_STANDARD." + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_profiles_4", + "displayName": "FWPROFILETYPEPUBLIC: This value represents the profile for public networks. These networks are classified as public by the administrators in the server host. The classification happens the first time the host connects to the network. Usually these networks are those at airports, coffee shops, and other public places where the peers in the network or the network administrator are not trusted.", + "description": "FW_PROFILE_TYPE_PUBLIC: This value represents the profile for public networks. These networks are classified as public by the administrators in the server host. The classification happens the first time the host connects to the network. Usually these networks are those at airports, coffee shops, and other public places where the peers in the network or the network administrator are not trusted." + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_profiles_2147483647", + "displayName": "FW_PROFILE_TYPE_ALL: This value represents all these network sets and any future network sets.", + "description": "FW_PROFILE_TYPE_ALL: This value represents all these network sets and any future network sets." + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_profiles_-2147483648", + "displayName": "FW_PROFILE_TYPE_CURRENT: This value represents the current profiles to which the firewall and advanced security components determine the host is connected at the moment of the call. This value can be specified only in method calls, and it cannot be combined with other flags.", + "description": "FW_PROFILE_TYPE_CURRENT: This value represents the current profiles to which the firewall and advanced security components determine the host is connected at the moment of the call. This value can be specified only in method calls, and it cannot be combined with other flags." + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_protocol", + "displayName": "Protocol", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_remoteaddressdynamickeywords", + "displayName": "Reusable groups", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_remoteaddressranges", + "displayName": "Remote Address Ranges", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_firewallrules_{firewallrulename}_remoteportranges", + "displayName": "Remote Port Ranges", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_global_crlcheck", + "displayName": "Certificate revocation list verification", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_global_crlcheck_0", + "displayName": "None", + "description": "Disables CRL checking" + }, + { + "id": "vendor_msft_firewall_mdmstore_global_crlcheck_1", + "displayName": "Attempt", + "description": "Specifies that CRL checking is attempted and that certificate validation fails only if the certificate is revoked. Other failures that are encountered during CRL checking (such as the revocation URL being unreachable) do not cause certificate validation to fail." + }, + { + "id": "vendor_msft_firewall_mdmstore_global_crlcheck_2", + "displayName": "Require", + "description": "Means that checking is required and that certificate validation fails if any error is encountered during CRL processing" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_global_disablestatefulftp", + "displayName": "Disable Stateful Ftp", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_global_disablestatefulftp_false", + "displayName": "False", + "description": "Stateful FTP enabled" + }, + { + "id": "vendor_msft_firewall_mdmstore_global_disablestatefulftp_true", + "displayName": "True", + "description": "Stateful FTP disabled" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_global_enablepacketqueue", + "displayName": "Enable Packet Queue", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_global_enablepacketqueue_0", + "displayName": "Disabled", + "description": "Indicates that all queuing is to be disabled" + }, + { + "id": "vendor_msft_firewall_mdmstore_global_enablepacketqueue_1", + "displayName": "Queue Inbound", + "description": "Specifies that inbound encrypted packets are to be queued" + }, + { + "id": "vendor_msft_firewall_mdmstore_global_enablepacketqueue_2", + "displayName": "Queue Outbound", + "description": "Specifies that packets are to be queued after decryption is performed for forwarding" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_global_ipsecexempt", + "displayName": "IPsec Exceptions", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_global_ipsecexempt_0", + "displayName": "FWGLOBALCONFIGIPSECEXEMPTNONE: No IPsec exemptions.", + "description": "FW_GLOBAL_CONFIG_IPSEC_EXEMPT_NONE: No IPsec exemptions." + }, + { + "id": "vendor_msft_firewall_mdmstore_global_ipsecexempt_1", + "displayName": "Exempt neighbor discover IPv6 ICMP type-codes from IPsec", + "description": "FW_GLOBAL_CONFIG_IPSEC_EXEMPT_NEIGHBOR_DISC: Exempt neighbor discover IPv6 ICMP type-codes from IPsec." + }, + { + "id": "vendor_msft_firewall_mdmstore_global_ipsecexempt_2", + "displayName": "Exempt ICMP from IPsec", + "description": "FW_GLOBAL_CONFIG_IPSEC_EXEMPT_ICMP: Exempt ICMP from IPsec." + }, + { + "id": "vendor_msft_firewall_mdmstore_global_ipsecexempt_4", + "displayName": "Exempt router discover IPv6 ICMP type-codes from IPsec", + "description": "FW_GLOBAL_CONFIG_IPSEC_EXEMPT_ROUTER_DISC: Exempt router discover IPv6 ICMP type-codes from IPsec." + }, + { + "id": "vendor_msft_firewall_mdmstore_global_ipsecexempt_8", + "displayName": "Exempt both IPv4 and IPv6 DHCP traffic from IPsec", + "description": "FW_GLOBAL_CONFIG_IPSEC_EXEMPT_DHCP: Exempt both IPv4 and IPv6 DHCP traffic from IPsec." + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_global_opportunisticallymatchauthsetperkm", + "displayName": "Opportunistically Match Auth Set Per KM", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_global_opportunisticallymatchauthsetperkm_false", + "displayName": "False", + "description": "FALSE" + }, + { + "id": "vendor_msft_firewall_mdmstore_global_opportunisticallymatchauthsetperkm_true", + "displayName": "True", + "description": "TRUE" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_global_presharedkeyencoding", + "displayName": "Preshared Key Encoding", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_global_presharedkeyencoding_0", + "displayName": "None", + "description": "FW_GLOBAL_CONFIG_PRESHARED_KEY_ENCODING_NONE: Preshared key is not encoded. Instead, it is kept in its wide-character format. This symbolic constant has a value of 0." + }, + { + "id": "vendor_msft_firewall_mdmstore_global_presharedkeyencoding_1", + "displayName": "UTF8", + "description": "FW_GLOBAL_CONFIG_PRESHARED_KEY_ENCODING_UTF_8: Encode the preshared key using UTF-8. This symbolic constant has a value of 1." + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_global_saidletime", + "displayName": "Security association idle time", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}", + "displayName": " Firewall Rule Name", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_action", + "displayName": "Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_action_0", + "displayName": "Block", + "description": "Block" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_action_1", + "displayName": "Allow", + "description": "Allow" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_direction", + "displayName": "Direction", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_direction_in", + "displayName": "The rule applies to inbound traffic.", + "description": "The rule applies to inbound traffic." + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_direction_out", + "displayName": "The rule applies to outbound traffic.", + "description": "The rule applies to outbound traffic." + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_enabled", + "displayName": "Enabled", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_enabled_0", + "displayName": "Disabled", + "description": "Disabled" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_enabled_1", + "displayName": "Enabled", + "description": "Enabled" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_firewallrulename", + "displayName": null, + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_localaddressranges", + "displayName": "Local Address Ranges", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_localportranges", + "displayName": "Local Port Ranges", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_name", + "displayName": "Name", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_priority", + "displayName": "Priority", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_profiles", + "displayName": "Profiles", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_profiles_1", + "displayName": "FWPROFILETYPEDOMAIN: This value represents the profile for networks that are connected to domains.", + "description": "FW_PROFILE_TYPE_DOMAIN: This value represents the profile for networks that are connected to domains." + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_profiles_2", + "displayName": "FWPROFILETYPESTANDARD: This value represents the standard profile for networks. These networks are classified as private by the administrators in the server host. The classification happens the first time the host connects to the network. Usually these networks are behind Network Address Translation (NAT) devices, routers, and other edge devices, and they are in a private location, such as a home or an office. AND FWPROFILETYPEPRIVATE: This value represents the profile for private networks, which is represented by the same value as that used for FWPROFILETYPESTANDARD.", + "description": "FW_PROFILE_TYPE_STANDARD: This value represents the standard profile for networks. These networks are classified as private by the administrators in the server host. The classification happens the first time the host connects to the network. Usually these networks are behind Network Address Translation (NAT) devices, routers, and other edge devices, and they are in a private location, such as a home or an office. AND FW_PROFILE_TYPE_PRIVATE: This value represents the profile for private networks, which is represented by the same value as that used for FW_PROFILE_TYPE_STANDARD." + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_profiles_4", + "displayName": "FWPROFILETYPEPUBLIC: This value represents the profile for public networks. These networks are classified as public by the administrators in the server host. The classification happens the first time the host connects to the network. Usually these networks are those at airports, coffee shops, and other public places where the peers in the network or the network administrator are not trusted.", + "description": "FW_PROFILE_TYPE_PUBLIC: This value represents the profile for public networks. These networks are classified as public by the administrators in the server host. The classification happens the first time the host connects to the network. Usually these networks are those at airports, coffee shops, and other public places where the peers in the network or the network administrator are not trusted." + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_profiles_2147483647", + "displayName": "FWPROFILETYPEALL: This value represents all these network sets and any future network sets.", + "description": "FW_PROFILE_TYPE_ALL: This value represents all these network sets and any future network sets." + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_protocol", + "displayName": "Protocol", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_remoteaddressranges", + "displayName": "Remote Address Ranges", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_remoteportranges", + "displayName": "Remote Port Ranges", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_vmcreatorid", + "displayName": "Target", + "options": { + "id": "vendor_msft_firewall_mdmstore_hypervfirewallrules_{firewallrulename}_vmcreatorid_wsl", + "displayName": "Windows Subsystem for Linux", + "description": "Windows Subsystem for Linux" + } + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}", + "displayName": "VM Creator Id", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_allowhostpolicymerge", + "displayName": "Allow Host Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_allowhostpolicymerge_false", + "displayName": "AllowHostPolicyMerge Off", + "description": "AllowHostPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_allowhostpolicymerge_true", + "displayName": "AllowHostPolicyMerge On", + "description": "AllowHostPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_allowlocalpolicymerge", + "displayName": "Allow Local Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_allowlocalpolicymerge_false", + "displayName": "AllowLocalPolicyMerge Off", + "description": "AllowLocalPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_allowlocalpolicymerge_true", + "displayName": "AllowLocalPolicyMerge On", + "description": "AllowLocalPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_defaultinboundaction", + "displayName": "Default Inbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_defaultinboundaction_0", + "displayName": "Allow Inbound By Default", + "description": "Allow Inbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_defaultinboundaction_1", + "displayName": "Block Inbound By Default", + "description": "Block Inbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_defaultoutboundaction", + "displayName": "Default Outbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_defaultoutboundaction_0", + "displayName": "Allow Outbound By Default", + "description": "Allow Outbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_defaultoutboundaction_1", + "displayName": "Block Outbound By Default", + "description": "Block Outbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_enablefirewall", + "displayName": "Enable Domain Network Firewall", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_enablefirewall_false", + "displayName": "False", + "description": "Disable Firewall" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_domainprofile_enablefirewall_true", + "displayName": "True", + "description": "Enable Firewall" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_enableloopback", + "displayName": "Enable Loopback", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_enableloopback_false", + "displayName": "Disable loopback", + "description": "Disable loopback" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_enableloopback_true", + "displayName": "Enable loopback", + "description": "Enable loopback" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_allowlocalpolicymerge", + "displayName": "Allow Local Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_allowlocalpolicymerge_false", + "displayName": "AllowLocalPolicyMerge Off", + "description": "AllowLocalPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_allowlocalpolicymerge_true", + "displayName": "AllowLocalPolicyMerge On", + "description": "AllowLocalPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_defaultinboundaction", + "displayName": "Default Inbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_defaultinboundaction_0", + "displayName": "Allow Inbound By Default", + "description": "Allow Inbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_defaultinboundaction_1", + "displayName": "Block Inbound By Default", + "description": "Block Inbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_defaultoutboundaction", + "displayName": "Default Outbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_defaultoutboundaction_0", + "displayName": "Allow Outbound By Default", + "description": "Allow Outbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_defaultoutboundaction_1", + "displayName": "Block Outbound By Default", + "description": "Block Outbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_enablefirewall", + "displayName": "Enable Private Network Firewall", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_enablefirewall_false", + "displayName": "False", + "description": "Disable Firewall" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_privateprofile_enablefirewall_true", + "displayName": "True", + "description": "Enable Firewall" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_allowlocalpolicymerge", + "displayName": "Allow Local Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_allowlocalpolicymerge_false", + "displayName": "AllowLocalPolicyMerge Off", + "description": "AllowLocalPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_allowlocalpolicymerge_true", + "displayName": "AllowLocalPolicyMerge On", + "description": "AllowLocalPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_defaultinboundaction", + "displayName": "Default Inbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_defaultinboundaction_0", + "displayName": "Allow Inbound By Default", + "description": "Allow Inbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_defaultinboundaction_1", + "displayName": "Block Inbound By Default", + "description": "Block Inbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_defaultoutboundaction", + "displayName": "Default Outbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_defaultoutboundaction_0", + "displayName": "Allow Outbound By Default", + "description": "Allow Outbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_defaultoutboundaction_1", + "displayName": "Block Outbound By Default", + "description": "Block Outbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_enablefirewall", + "displayName": "Enable Public Network Firewall", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_enablefirewall_false", + "displayName": "False", + "description": "Disable Hyper-V Firewall" + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_publicprofile_enablefirewall_true", + "displayName": "True", + "description": "Enable Hyper-V Firewall" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_target", + "displayName": "Target", + "options": { + "id": "vendor_msft_firewall_mdmstore_hypervvmsettings_{vmcreatorid}_target_wsl", + "displayName": "Windows Subsystem for Linux", + "description": "Windows Subsystem for Linux" + } + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_allowlocalipsecpolicymerge", + "displayName": "Allow Local Ipsec Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_allowlocalipsecpolicymerge_false", + "displayName": "False", + "description": "AllowLocalIpsecPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_allowlocalipsecpolicymerge_true", + "displayName": "True", + "description": "AllowLocalIpsecPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_allowlocalpolicymerge", + "displayName": "Allow Local Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_allowlocalpolicymerge_false", + "displayName": "False", + "description": "AllowLocalPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_allowlocalpolicymerge_true", + "displayName": "True", + "description": "AllowLocalPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_authappsallowuserprefmerge", + "displayName": "Auth Apps Allow User Pref Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_authappsallowuserprefmerge_false", + "displayName": "False", + "description": "AuthAppsAllowUserPrefMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_authappsallowuserprefmerge_true", + "displayName": "True", + "description": "AuthAppsAllowUserPrefMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_defaultinboundaction", + "displayName": "Default Inbound Action for Private Profile", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_defaultinboundaction_0", + "displayName": "Allow", + "description": "Allow Inbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_defaultinboundaction_1", + "displayName": "Block", + "description": "Block Inbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_defaultoutboundaction", + "displayName": "Default Outbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_defaultoutboundaction_0", + "displayName": "Allow", + "description": "Allow Outbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_defaultoutboundaction_1", + "displayName": "Block", + "description": "Block Outbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disableinboundnotifications", + "displayName": "Disable Inbound Notifications", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disableinboundnotifications_false", + "displayName": "False", + "description": "Firewall May Display Notification" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disableinboundnotifications_true", + "displayName": "True", + "description": "Firewall Must Not Display Notification" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disablestealthmode", + "displayName": "Disable Stealth Mode", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disablestealthmode_false", + "displayName": "False", + "description": "Use Stealth Mode" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disablestealthmode_true", + "displayName": "True", + "description": "Disable Stealth Mode" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disablestealthmodeipsecsecuredpacketexemption", + "displayName": "Disable Stealth Mode Ipsec Secured Packet Exemption", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disablestealthmodeipsecsecuredpacketexemption_false", + "displayName": "False", + "description": "FALSE" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disablestealthmodeipsecsecuredpacketexemption_true", + "displayName": "True", + "description": "TRUE" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disableunicastresponsestomulticastbroadcast", + "displayName": "Disable Unicast Responses To Multicast Broadcast", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disableunicastresponsestomulticastbroadcast_false", + "displayName": "False", + "description": "Unicast Responses Not Blocked" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_disableunicastresponsestomulticastbroadcast_true", + "displayName": "True", + "description": "Unicast Responses Blocked" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablefirewall", + "displayName": "Enable Private Network Firewall", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablefirewall_false", + "displayName": "False", + "description": "Disable Firewall" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablefirewall_true", + "displayName": "True", + "description": "Enable Firewall" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogdroppedpackets", + "displayName": "Enable Log Dropped Packets", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogdroppedpackets_false", + "displayName": "Disable Logging Of Dropped Packets", + "description": "Disable Logging Of Dropped Packets" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogdroppedpackets_true", + "displayName": "Enable Logging Of Dropped Packets", + "description": "Enable Logging Of Dropped Packets" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogignoredrules", + "displayName": "Enable Log Ignored Rules", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogignoredrules_false", + "displayName": "Disable Logging Of Ignored Rules", + "description": "Disable Logging Of Ignored Rules" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogignoredrules_true", + "displayName": "Enable Logging Of Ignored Rules", + "description": "Enable Logging Of Ignored Rules" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogsuccessconnections", + "displayName": "Enable Log Success Connections", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogsuccessconnections_false", + "displayName": "Disable Logging Of Successful Connections", + "description": "Disable Logging Of Successful Connections" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_enablelogsuccessconnections_true", + "displayName": "Enable Logging Of Successful Connections", + "description": "Enable Logging Of Successful Connections" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_globalportsallowuserprefmerge", + "displayName": "Global Ports Allow User Pref Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_globalportsallowuserprefmerge_false", + "displayName": "False", + "description": "GlobalPortsAllowUserPrefMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_globalportsallowuserprefmerge_true", + "displayName": "True", + "description": "GlobalPortsAllowUserPrefMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_logfilepath", + "displayName": "Log File Path", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_logmaxfilesize", + "displayName": "Log Max File Size", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_shielded", + "displayName": "Shielded", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_shielded_false", + "displayName": "False", + "description": "Shielding Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_privateprofile_shielded_true", + "displayName": "True", + "description": "Shielding On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_allowlocalipsecpolicymerge", + "displayName": "Allow Local Ipsec Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_allowlocalipsecpolicymerge_false", + "displayName": "False", + "description": "AllowLocalIpsecPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_allowlocalipsecpolicymerge_true", + "displayName": "True", + "description": "AllowLocalIpsecPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_allowlocalpolicymerge", + "displayName": "Allow Local Policy Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_allowlocalpolicymerge_false", + "displayName": "False", + "description": "AllowLocalPolicyMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_allowlocalpolicymerge_true", + "displayName": "True", + "description": "AllowLocalPolicyMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_authappsallowuserprefmerge", + "displayName": "Auth Apps Allow User Pref Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_authappsallowuserprefmerge_false", + "displayName": "False", + "description": "AuthAppsAllowUserPrefMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_authappsallowuserprefmerge_true", + "displayName": "True", + "description": "AuthAppsAllowUserPrefMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_defaultinboundaction", + "displayName": "Default Inbound Action for Public Profile", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_defaultinboundaction_0", + "displayName": "Allow", + "description": "Allow Inbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_defaultinboundaction_1", + "displayName": "Block", + "description": "Block Inbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_defaultoutboundaction", + "displayName": "Default Outbound Action", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_defaultoutboundaction_0", + "displayName": "Allow", + "description": "Allow Outbound By Default" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_defaultoutboundaction_1", + "displayName": "Block", + "description": "Block Outbound By Default" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disableinboundnotifications", + "displayName": "Disable Inbound Notifications", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disableinboundnotifications_false", + "displayName": "False", + "description": "Firewall May Display Notification" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disableinboundnotifications_true", + "displayName": "True", + "description": "Firewall Must Not Display Notification" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disablestealthmode", + "displayName": "Disable Stealth Mode", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disablestealthmode_false", + "displayName": "False", + "description": "Use Stealth Mode" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disablestealthmode_true", + "displayName": "True", + "description": "Disable Stealth Mode" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disablestealthmodeipsecsecuredpacketexemption", + "displayName": "Disable Stealth Mode Ipsec Secured Packet Exemption", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disablestealthmodeipsecsecuredpacketexemption_false", + "displayName": "False", + "description": "FALSE" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disablestealthmodeipsecsecuredpacketexemption_true", + "displayName": "True", + "description": "TRUE" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disableunicastresponsestomulticastbroadcast", + "displayName": "Disable Unicast Responses To Multicast Broadcast", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disableunicastresponsestomulticastbroadcast_false", + "displayName": "False", + "description": "Unicast Responses Not Blocked" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_disableunicastresponsestomulticastbroadcast_true", + "displayName": "True", + "description": "Unicast Responses Blocked" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablefirewall", + "displayName": "Enable Public Network Firewall", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablefirewall_false", + "displayName": "False", + "description": "Disable Firewall" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablefirewall_true", + "displayName": "True", + "description": "Enable Firewall" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogdroppedpackets", + "displayName": "Enable Log Dropped Packets", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogdroppedpackets_false", + "displayName": "Disable Logging Of Dropped Packets", + "description": "Disable Logging Of Dropped Packets" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogdroppedpackets_true", + "displayName": "Enable Logging Of Dropped Packets", + "description": "Enable Logging Of Dropped Packets" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogignoredrules", + "displayName": "Enable Log Ignored Rules", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogignoredrules_false", + "displayName": "Disable Logging Of Ignored Rules", + "description": "Disable Logging Of Ignored Rules" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogignoredrules_true", + "displayName": "Enable Logging Of Ignored Rules", + "description": "Enable Logging Of Ignored Rules" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogsuccessconnections", + "displayName": "Enable Log Success Connections", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogsuccessconnections_false", + "displayName": "Disable Logging Of Successful Connections", + "description": "Disable Logging Of Successful Connections" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_enablelogsuccessconnections_true", + "displayName": "Enable Logging Of Successful Connections", + "description": "Enable Logging Of Successful Connections" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_globalportsallowuserprefmerge", + "displayName": "Global Ports Allow User Pref Merge", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_globalportsallowuserprefmerge_false", + "displayName": "False", + "description": "GlobalPortsAllowUserPrefMerge Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_globalportsallowuserprefmerge_true", + "displayName": "True", + "description": "GlobalPortsAllowUserPrefMerge On" + } + ] + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_logfilepath", + "displayName": "Log File Path", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_logmaxfilesize", + "displayName": "Log Max File Size", + "options": null + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_shielded", + "displayName": "Shielded", + "options": [ + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_shielded_false", + "displayName": "False", + "description": "Shielding Off" + }, + { + "id": "vendor_msft_firewall_mdmstore_publicprofile_shielded_true", + "displayName": "True", + "description": "Shielding On" + } + ] + }, + { + "id": "vendor_msft_personalization_companylogourl", + "displayName": "Company Logo Url", + "options": null + }, + { + "id": "vendor_msft_personalization_companyname", + "displayName": "Company Name", + "options": null + }, + { + "id": "vendor_msft_personalization_desktopimageurl", + "displayName": "Desktop Image Url", + "options": null + }, + { + "id": "vendor_msft_personalization_lockscreenimageurl", + "displayName": "Lock Screen Image Url", + "options": null + }, + { + "id": "vendor_msft_sharedpc_accountmodel", + "displayName": "Account Model", + "options": [ + { + "id": "vendor_msft_sharedpc_accountmodel_0", + "displayName": "Guest", + "description": null + }, + { + "id": "vendor_msft_sharedpc_accountmodel_1", + "displayName": "Domain", + "description": null + }, + { + "id": "vendor_msft_sharedpc_accountmodel_2", + "displayName": "Guest and Domain", + "description": null + } + ] + }, + { + "id": "vendor_msft_sharedpc_deletionpolicy", + "displayName": "Deletion Policy", + "options": [ + { + "id": "vendor_msft_sharedpc_deletionpolicy_0", + "displayName": "Delete immediately", + "description": null + }, + { + "id": "vendor_msft_sharedpc_deletionpolicy_1", + "displayName": "Delete at disk space threshold", + "description": null + }, + { + "id": "vendor_msft_sharedpc_deletionpolicy_2", + "displayName": "Delete at disk space threshold and inactive threshold", + "description": null + } + ] + }, + { + "id": "vendor_msft_sharedpc_disklevelcaching", + "displayName": "Disk Level Caching", + "options": null + }, + { + "id": "vendor_msft_sharedpc_diskleveldeletion", + "displayName": "Disk Level Deletion", + "options": null + }, + { + "id": "vendor_msft_sharedpc_enableaccountmanager", + "displayName": "Enable Account Manager", + "options": [ + { + "id": "vendor_msft_sharedpc_enableaccountmanager_true", + "displayName": "true", + "description": null + }, + { + "id": "vendor_msft_sharedpc_enableaccountmanager_false", + "displayName": "false", + "description": null + } + ] + }, + { + "id": "vendor_msft_sharedpc_enablesharedpcmode", + "displayName": "Enable Shared PC Mode", + "options": [ + { + "id": "vendor_msft_sharedpc_enablesharedpcmode_true", + "displayName": "true", + "description": null + }, + { + "id": "vendor_msft_sharedpc_enablesharedpcmode_false", + "displayName": "false", + "description": null + } + ] + }, + { + "id": "vendor_msft_sharedpc_inactivethreshold", + "displayName": "Inactive Threshold", + "options": null + }, + { + "id": "vendor_msft_sharedpc_kioskmodeaumid", + "displayName": "Kiosk Mode AUMID", + "options": null + }, + { + "id": "vendor_msft_sharedpc_kioskmodeusertiledisplaytext", + "displayName": "Kiosk Mode User Tile Display Text", + "options": null + }, + { + "id": "vendor_msft_sharedpc_maintenancestarttime", + "displayName": "Maintenance Start Time", + "options": null + }, + { + "id": "vendor_msft_sharedpc_restrictlocalstorage", + "displayName": "Restrict Local Storage", + "options": [ + { + "id": "vendor_msft_sharedpc_restrictlocalstorage_true", + "displayName": "true", + "description": null + }, + { + "id": "vendor_msft_sharedpc_restrictlocalstorage_false", + "displayName": "false", + "description": null + } + ] + }, + { + "id": "vendor_msft_sharedpc_setedupolicies", + "displayName": "Set Edu Policies", + "options": [ + { + "id": "vendor_msft_sharedpc_setedupolicies_true", + "displayName": "true", + "description": null + }, + { + "id": "vendor_msft_sharedpc_setedupolicies_false", + "displayName": "false", + "description": null + } + ] + }, + { + "id": "vendor_msft_sharedpc_setpowerpolicies", + "displayName": "Set Power Policies", + "options": [ + { + "id": "vendor_msft_sharedpc_setpowerpolicies_true", + "displayName": "true", + "description": null + }, + { + "id": "vendor_msft_sharedpc_setpowerpolicies_false", + "displayName": "false", + "description": null + } + ] + }, + { + "id": "vendor_msft_sharedpc_signinonresume", + "displayName": "Sign In On Resume", + "options": [ + { + "id": "vendor_msft_sharedpc_signinonresume_true", + "displayName": "true", + "description": null + }, + { + "id": "vendor_msft_sharedpc_signinonresume_false", + "displayName": "false", + "description": null + } + ] + }, + { + "id": "vendor_msft_tenantlockdown_requirenetworkinoobe", + "displayName": "Require Network In OOBE (Device)", + "options": [ + { + "id": "vendor_msft_tenantlockdown_requirenetworkinoobe_true", + "displayName": "true", + "description": null + }, + { + "id": "vendor_msft_tenantlockdown_requirenetworkinoobe_false", + "displayName": "false", + "description": null + } + ] + }, + { + "id": "vendor_msft_windowslicensing_devicelicensingservice_licensetype", + "displayName": "License Type", + "options": [ + { + "id": "vendor_msft_windowslicensing_devicelicensingservice_licensetype_0", + "displayName": "User Based License", + "description": "User Based License" + }, + { + "id": "vendor_msft_windowslicensing_devicelicensingservice_licensetype_1", + "displayName": "Device Based License", + "description": "Device Based License" + } + ] + } +] diff --git a/src/data/languageList.json b/src/data/languageList.json index 3bd0ec3d8e82..c4e742af3a1e 100644 --- a/src/data/languageList.json +++ b/src/data/languageList.json @@ -5,6 +5,96 @@ "tag": "ar-SA", "LCID": "1025" }, + { + "language": "Arabic", + "Geographic area": "Algeria", + "tag": "ar-DZ", + "LCID": "5121" + }, + { + "language": "Arabic", + "Geographic area": "Egypt", + "tag": "ar-EG", + "LCID": "3073" + }, + { + "language": "Arabic", + "Geographic area": "Bahrain", + "tag": "ar-BH", + "LCID": "15361" + }, + { + "language": "Arabic", + "Geographic area": "Iraq", + "tag": "ar-IQ", + "LCID": "2049" + }, + { + "language": "Arabic", + "Geographic area": "Jordan", + "tag": "ar-JO", + "LCID": "11265" + }, + { + "language": "Arabic", + "Geographic area": "Kuwait", + "tag": "ar-KW", + "LCID": "13313" + }, + { + "language": "Arabic", + "Geographic area": "Lebanon", + "tag": "ar-LB", + "LCID": "12289" + }, + { + "language": "Arabic", + "Geographic area": "Libya", + "tag": "ar-LY", + "LCID": "4097" + }, + { + "language": "Arabic", + "Geographic area": "Morocco", + "tag": "ar-MA", + "LCID": "6145" + }, + { + "language": "Arabic", + "Geographic area": "Oman", + "tag": "ar-OM", + "LCID": "8193" + }, + { + "language": "Arabic", + "Geographic area": "Qatar", + "tag": "ar-QA", + "LCID": "16385" + }, + { + "language": "Arabic", + "Geographic area": "Syria", + "tag": "ar-SY", + "LCID": "10241" + }, + { + "language": "Arabic", + "Geographic area": "Tunisia", + "tag": "ar-TN", + "LCID": "7169" + }, + { + "language": "Arabic", + "Geographic area": "UAE", + "tag": "ar-AE", + "LCID": "14337" + }, + { + "language": "Arabic", + "Geographic area": "Yemen", + "tag": "ar-YE", + "LCID": "9217" + }, { "language": "Bulgarian", "Geographic area": "Bulgaria", @@ -23,6 +113,12 @@ "tag": "zh-TW", "LCID": "1028" }, + { + "language": "Chinese", + "Geographic area": "Hong Kong SAR", + "tag": "zh-HK", + "LCID": "3076" + }, { "language": "Croatian", "Geographic area": "Croatia", @@ -53,6 +149,42 @@ "tag": "en-US", "LCID": "1033" }, + { + "language": "English", + "Geographic area": "Australia", + "tag": "en-AU", + "LCID": "3081" + }, + { + "language": "English", + "Geographic area": "United Kingdom", + "tag": "en-GB", + "LCID": "2057" + }, + { + "language": "English", + "Geographic area": "New Zealand", + "tag": "en-NZ", + "LCID": "5129" + }, + { + "language": "English", + "Geographic area": "Canada", + "tag": "en-CA", + "LCID": "4105" + }, + { + "language": "English", + "Geographic area": "South Africa", + "tag": "en-ZA", + "LCID": "7177" + }, + { + "language": "English", + "Geographic area": "Singapore", + "tag": "en-SG", + "LCID": "4100" + }, { "language": "Estonian", "Geographic area": "Estonia", @@ -71,12 +203,30 @@ "tag": "fr-FR", "LCID": "1036" }, + { + "language": "French", + "Geographic area": "Canada", + "tag": "fr-CA", + "LCID": "3084" + }, + { + "language": "French", + "Geographic area": "Switzerland", + "tag": "fr-CH", + "LCID": "4108" + }, { "language": "German", "Geographic area": "Germany", "tag": "de-DE", "LCID": "1031" }, + { + "language": "German", + "Geographic area": "Switzerland", + "tag": "de-CH", + "LCID": "2055" + }, { "language": "Greek", "Geographic area": "Greece", @@ -155,6 +305,12 @@ "tag": "nb-NO", "LCID": "1044" }, + { + "language": "Persian", + "Geographic area": "Iran", + "tag": "fa-IR", + "LCID": "1065" + }, { "language": "Polish", "Geographic area": "Poland", @@ -209,6 +365,108 @@ "tag": "es-ES", "LCID": "3082" }, + { + "language": "Spanish", + "Geographic area": "Argentina", + "tag": "es-AR", + "LCID": "11274" + }, + { + "language": "Spanish", + "Geographic area": "Bolivia", + "tag": "es-BO", + "LCID": "16394" + }, + { + "language": "Spanish", + "Geographic area": "Chile", + "tag": "es-CL", + "LCID": "13322" + }, + { + "language": "Spanish", + "Geographic area": "Colombia", + "tag": "es-CO", + "LCID": "9226" + }, + { + "language": "Spanish", + "Geographic area": "Costa Rica", + "tag": "es-CR", + "LCID": "5130" + }, + { + "language": "Spanish", + "Geographic area": "Dominican Republic", + "tag": "es-DO", + "LCID": "7178" + }, + { + "language": "Spanish", + "Geographic area": "Ecuador", + "tag": "es-EC", + "LCID": "12298" + }, + { + "language": "Spanish", + "Geographic area": "El Salvador", + "tag": "es-SV", + "LCID": "17418" + }, + { + "language": "Spanish", + "Geographic area": "Guatemala", + "tag": "es-GT", + "LCID": "4106" + }, + { + "language": "Spanish", + "Geographic area": "Honduras", + "tag": "es-HN", + "LCID": "18442" + }, + { + "language": "Spanish", + "Geographic area": "Mexico", + "tag": "es-MX", + "LCID": "2058" + }, + { + "language": "Spanish", + "Geographic area": "Nicaragua", + "tag": "es-NI", + "LCID": "19466" + }, + { + "language": "Spanish", + "Geographic area": "Panama", + "tag": "es-PA", + "LCID": "6154" + }, + { + "language": "Spanish", + "Geographic area": "Paraguay", + "tag": "es-PY", + "LCID": "15370" + }, + { + "language": "Spanish", + "Geographic area": "Peru", + "tag": "es-PE", + "LCID": "10250" + }, + { + "language": "Spanish", + "Geographic area": "Uruguay", + "tag": "es-UY", + "LCID": "14346" + }, + { + "language": "Spanish", + "Geographic area": "Venezuela", + "tag": "es-VE", + "LCID": "8202" + }, { "language": "Swedish", "Geographic area": "Sweden", @@ -229,14 +487,26 @@ }, { "language": "Ukrainian", - "Geographic area": "Ukrainian", + "Geographic area": "Ukraine", "tag": "uk-UA", "LCID": "1058" }, + { + "language": "Urdu", + "Geographic area": "Pakistan", + "tag": "ur-PK", + "LCID": "1056" + }, { "language": "Vietnamese", "Geographic area": "Vietnam", "tag": "vi-VN", "LCID": "1066" + }, + { + "language": "Welsh", + "Geographic area": "Wales", + "tag": "cy-GB", + "LCID": "1106" } ] diff --git a/src/data/portals.json b/src/data/portals.json index bef73cee6a5f..5c8011ebff77 100644 --- a/src/data/portals.json +++ b/src/data/portals.json @@ -2,20 +2,20 @@ { "label": "M365 Portal", "name": "M365_Portal", - "url": "https://admin.microsoft.com/Partner/BeginClientSession.aspx?CTID=customerId&CSDEST=o365admincenter", - "variable": "customerId", + "url": "https://admin.cloud.microsoft/?delegatedOrg=initialDomainName", + "variable": "initialDomainName", "target": "_blank", "external": true, - "icon": "cog" + "icon": "GlobeAltIcon" }, { "label": "Exchange Portal", "name": "Exchange_Portal", - "url": "https://admin.exchange.microsoft.com/?landingpage=homepage&form=mac_sidebar&delegatedOrg=defaultDomainName#", - "variable": "defaultDomainName", + "url": "https://admin.cloud.microsoft/exchange?landingpage=homepage&form=mac_sidebar&delegatedOrg=initialDomainName#", + "variable": "initialDomainName", "target": "_blank", "external": true, - "icon": "mail-bulk" + "icon": "Mail" }, { "label": "Entra Portal", @@ -24,16 +24,16 @@ "variable": "defaultDomainName", "target": "_blank", "external": true, - "icon": "users" + "icon": "UsersIcon" }, { "label": "Teams Portal", "name": "Teams_Portal", - "url": "https://admin.teams.microsoft.com/?delegatedOrg=defaultDomainName", - "variable": "defaultDomainName", + "url": "https://admin.teams.microsoft.com/?delegatedOrg=initialDomainName", + "variable": "initialDomainName", "target": "_blank", "external": true, - "icon": "comments" + "icon": "FilePresent" }, { "label": "Azure Portal", @@ -42,7 +42,7 @@ "variable": "defaultDomainName", "target": "_blank", "external": true, - "icon": "server" + "icon": "ServerIcon" }, { "label": "Intune Portal", @@ -51,7 +51,16 @@ "variable": "defaultDomainName", "target": "_blank", "external": true, - "icon": "laptop-code" + "icon": "Laptop" + }, + { + "label": "SharePoint Admin", + "name": "SharePoint_Admin", + "url": "/api/ListSharePointAdminUrl?tenantFilter=defaultDomainName", + "variable": "defaultDomainName", + "target": "_blank", + "external": true, + "icon": "Share" }, { "label": "Security Portal", @@ -60,24 +69,33 @@ "variable": "customerId", "target": "_blank", "external": true, - "icon": "shield-alt" + "icon": "Shield" }, { "label": "Compliance Portal", "name": "Compliance_Portal", - "url": "https://compliance.microsoft.com/?tid=customerId", + "url": "https://purview.microsoft.com/?tid=customerId", + "variable": "customerId", + "target": "_blank", + "external": true, + "icon": "ShieldMoon" + }, + { + "label": "Power Platform Portal", + "name": "Power_Platform_Portal", + "url": "https://admin.powerplatform.microsoft.com/account/login/customerId", "variable": "customerId", "target": "_blank", "external": true, - "icon": "shield-alt" + "icon": "PrecisionManufacturing" }, { - "label": "Sharepoint Admin", - "name": "Sharepoint_Admin", - "url": "https://admin.microsoft.com/Partner/beginclientsession.aspx?CTID=customerId&CSDEST=SharePoint", + "label": "Power BI Portal", + "name": "Power_BI_Portal", + "url": "https://app.powerbi.com/admin-portal?ctid=customerId", "variable": "customerId", "target": "_blank", "external": true, - "icon": "book" + "icon": "BarChart" } -] +] \ No newline at end of file diff --git a/src/data/signinErrorCodes.json b/src/data/signinErrorCodes.json new file mode 100644 index 000000000000..a4d279753b9a --- /dev/null +++ b/src/data/signinErrorCodes.json @@ -0,0 +1,17 @@ +{ + "0": "Success", + "50126": "Invalid username or password", + "70044": "The session has expired or is invalid due to sign-in frequency checks by conditional access", + "50089": "Flow token expired", + "53003": "Access has been blocked by Conditional Access policies", + "50140": "This error occurred due to 'Keep me signed in' interrupt when the user was signing-in", + "50097": "Device authentication required", + "65001": "Application X doesn't have permission to access application Y or the permission has been revoked", + "50053": "Account is locked because user tried to sign in too many times with an incorrect user ID or password", + "50020": "The user is unauthorized", + "50125": "Sign-in was interrupted due to a password reset or password registration entry", + "50074": "User did not pass the MFA challenge", + "50133": "Session is invalid due to expiration or recent password change", + "530002": "Your device is required to be compliant to access this resource", + "9001011": "Device policy contains unsupported required device state" +} \ No newline at end of file diff --git a/src/data/standards.json b/src/data/standards.json index 45e7c0438ea1..92d605cf2036 100644 --- a/src/data/standards.json +++ b/src/data/standards.json @@ -2,58 +2,190 @@ { "name": "standards.MailContacts", "cat": "Global Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Defines the email address to receive general updates and information related to M365 subscriptions. Leave a contact field blank if you do not want to update the contact information.", "docsDescription": "", + "executiveText": "Establishes designated contact email addresses for receiving important Microsoft 365 subscription updates and notifications. This ensures proper communication channels are maintained for general, security, marketing, and technical matters, improving organizational responsiveness to critical system updates.", "addedComponent": [ { - "type": "input", + "type": "textField", "name": "standards.MailContacts.GeneralContact", - "label": "General Contact" + "label": "General Contact", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.MailContacts.SecurityContact", - "label": "Security Contact" + "label": "Security Contact", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.MailContacts.MarketingContact", - "label": "Marketing Contact" + "label": "Marketing Contact", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.MailContacts.TechContact", - "label": "Technical Contact" + "label": "Technical Contact", + "required": false } ], "label": "Set contact e-mails", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-03-13", "powershellEquivalent": "Set-MsolCompanyContactInformation", "recommendedBy": [] }, + { + "name": "standards.DeployMailContact", + "cat": "Exchange Standards", + "tag": [], + "helpText": "Creates a new mail contact in Exchange Online across all selected tenants. The contact will be visible in the Global Address List.", + "docsDescription": "This standard creates a new mail contact in Exchange Online. Mail contacts are useful for adding external email addresses to your organization's address book. They can be used for distribution lists, shared mailboxes, and other collaboration scenarios.", + "executiveText": "Automatically creates external email contacts in the organization's address book, enabling seamless communication with external partners and vendors. This standardizes contact management across all company locations and improves collaboration efficiency.", + "addedComponent": [ + { + "type": "textField", + "name": "standards.DeployMailContact.ExternalEmailAddress", + "label": "External Email Address", + "required": true + }, + { + "type": "textField", + "name": "standards.DeployMailContact.DisplayName", + "label": "Display Name", + "required": true + }, + { + "type": "textField", + "name": "standards.DeployMailContact.FirstName", + "label": "First Name", + "required": false + }, + { + "type": "textField", + "name": "standards.DeployMailContact.LastName", + "label": "Last Name", + "required": false + } + ], + "label": "Deploy Mail Contact", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2024-03-19", + "powershellEquivalent": "New-MailContact", + "recommendedBy": ["CIPP"] + }, + { + "name": "standards.DeployContactTemplates", + "cat": "Exchange Standards", + "tag": [], + "helpText": "Creates new mail contacts in Exchange Online across all selected tenants based on the selected templates. The contact will be visible in the Global Address List unless hidden.", + "docsDescription": "This standard creates new mail contacts in Exchange Online based on the selected templates. Mail contacts are useful for adding external email addresses to your organization's address book. They can be used for distribution lists, shared mailboxes, and other collaboration scenarios.", + "executiveText": "Deploys standardized external contact templates across all company locations, ensuring consistent communication channels with key external partners, vendors, and stakeholders. This streamlines contact management and maintains uniform business relationships.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": true, + "creatable": false, + "label": "Select Mail Contact Templates", + "name": "standards.DeployContactTemplates.templateIds", + "api": { + "url": "/api/ListContactTemplates", + "labelField": "name", + "valueField": "GUID", + "queryKey": "Contact Templates" + } + } + ], + "label": "Deploy Mail Contact Template", + "disabledFeatures": { + "report": false, + "warn": false, + "remediate": false + }, + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-05-31", + "powershellEquivalent": "New-MailContact", + "recommendedBy": ["CIPP"] + }, { "name": "standards.AuditLog", "cat": "Global Standards", - "tag": ["lowimpact", "CIS", "mip_search_auditlog"], + "tag": ["CIS M365 5.0 (3.1.1)", "mip_search_auditlog", "NIST CSF 2.0 (DE.CM-09)"], "helpText": "Enables the Unified Audit Log for tracking and auditing activities. Also runs Enable-OrganizationCustomization if necessary.", + "executiveText": "Activates comprehensive activity logging across Microsoft 365 services to track user actions, system changes, and security events. This provides essential audit trails for compliance requirements, security investigations, and regulatory reporting.", "addedComponent": [], "label": "Enable the Unified Audit Log", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2021-11-16", "powershellEquivalent": "Enable-OrganizationCustomization", + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.RestrictThirdPartyStorageServices", + "cat": "Global Standards", + "tag": ["CIS M365 5.0 (1.3.7)"], + "helpText": "Restricts third-party storage services in Microsoft 365 on the web by managing the Microsoft 365 on the web service principal. This disables integrations with services like Dropbox, Google Drive, Box, and other third-party storage providers.", + "docsDescription": "Third-party storage can be enabled for users in Microsoft 365, allowing them to store and share documents using services such as Dropbox, alongside OneDrive and team sites. This standard ensures Microsoft 365 on the web third-party storage services are restricted by creating and disabling the Microsoft 365 on the web service principal (appId: c1f33bc0-bdb4-4248-ba9b-096807ddb43e). By using external storage services an organization may increase the risk of data breaches and unauthorized access to confidential information. Additionally, third-party services may not adhere to the same security standards as the organization, making it difficult to maintain data privacy and security. Impact is highly dependent upon current practices - if users do not use other storage providers, then minimal impact is likely. However, if users regularly utilize providers outside of the tenant this will affect their ability to continue to do so.", + "executiveText": "Prevents employees from using external cloud storage services like Dropbox, Google Drive, and Box within Microsoft 365, reducing data security risks and ensuring all company data remains within controlled corporate systems. This helps maintain data governance and prevents potential data leaks to unauthorized platforms.", + "addedComponent": [], + "label": "Restrict third-party storage services in Microsoft 365 on the web", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-06-06", + "powershellEquivalent": "New-MgServicePrincipal and Update-MgServicePrincipal", "recommendedBy": ["CIS"] }, + { + "name": "standards.ProfilePhotos", + "cat": "Global Standards", + "tag": [], + "helpText": "Controls whether users can set their own profile photos in Microsoft 365.", + "docsDescription": "Controls whether users can set their own profile photos in Microsoft 365. When disabled, only User and Global administrators can update profile photos for users.", + "executiveText": "Manages user profile photo permissions within Microsoft 365, allowing organizations to control whether employees can upload their own photos or require administrative approval. This helps maintain professional appearance standards and prevents inappropriate images in corporate directories.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "label": "Select value", + "name": "standards.ProfilePhotos.state", + "options": [ + { + "label": "Enabled", + "value": "enabled" + }, + { + "label": "Disabled", + "value": "disabled" + } + ] + } + ], + "label": "Allow users to set profile photos", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-01-19", + "powershellEquivalent": "Set-OrganizationConfig -ProfilePhotoOptions EnablePhotos and Update-MgBetaAdminPeople", + "recommendedBy": [] + }, { "name": "standards.PhishProtection", "cat": "Global Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Adds branding to the logon page that only appears if the url is not login.microsoftonline.com. This potentially prevents AITM attacks via EvilNginx. This will also automatically generate alerts if a clone of your login page has been found when set to Remediate.", + "executiveText": "Implements advanced phishing protection by adding visual indicators to login pages that help users identify legitimate Microsoft login pages versus fraudulent copies. This security measure protects against sophisticated phishing attacks that attempt to steal employee credentials.", "addedComponent": [], "label": "Enable Phishing Protection system via branding CSS", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-01-22", "disabledFeatures": { "report": true, "warn": true, @@ -65,29 +197,33 @@ { "name": "standards.Branding", "cat": "Global Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the branding for the tenant. This includes the login page, and the Office 365 portal.", + "executiveText": "Customizes Microsoft 365 login pages and portals with company branding, including logos, colors, and messaging. This creates a consistent corporate identity experience for employees and reinforces brand recognition while maintaining professional appearance across all Microsoft services.", "addedComponent": [ { - "type": "input", + "type": "textField", "name": "standards.Branding.signInPageText", - "label": "Sign-in page text" + "label": "Sign-in page text", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.Branding.usernameHintText", - "label": "Username hint Text" + "label": "Username hint Text", + "required": false }, { - "type": "boolean", + "type": "switch", "name": "standards.Branding.hideAccountResetCredentials", "label": "Hide self-service password reset" }, { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Visual Template", "name": "standards.Branding.layoutTemplateType", - "values": [ + "options": [ { "label": "Full-screen background", "value": "default" @@ -99,12 +235,12 @@ ] }, { - "type": "boolean", + "type": "switch", "name": "standards.Branding.isHeaderShown", "label": "Show header" }, { - "type": "boolean", + "type": "switch", "name": "standards.Branding.isFooterShown", "label": "Show footer" } @@ -112,84 +248,119 @@ "label": "Set branding for the tenant", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-05-13", "powershellEquivalent": "Portal only", "recommendedBy": [] }, { "name": "standards.EnableCustomerLockbox", "cat": "Global Standards", - "tag": ["lowimpact", "CIS", "CustomerLockBoxEnabled"], + "tag": ["CIS M365 5.0 (1.3.6)", "CustomerLockBoxEnabled"], "helpText": "Enables Customer Lockbox that offers an approval process for Microsoft support to access organization data", "docsDescription": "Customer Lockbox ensures that Microsoft can't access your content to do service operations without your explicit approval. Customer Lockbox ensures only authorized requests allow access to your organizations data.", + "executiveText": "Requires explicit organizational approval before Microsoft support staff can access company data for service operations. This provides an additional layer of data protection and ensures the organization maintains control over who can access sensitive business information, even during technical support scenarios.", "addedComponent": [], "label": "Enable Customer Lockbox", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-01-08", "powershellEquivalent": "Set-OrganizationConfig -CustomerLockBoxEnabled $true", "recommendedBy": ["CIS"] }, { "name": "standards.EnablePronouns", "cat": "Global Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Enables the Pronouns feature for the tenant. This allows users to set their pronouns in their profile.", + "executiveText": "Allows employees to display their preferred pronouns in their Microsoft 365 profiles, supporting inclusive workplace practices and helping colleagues communicate respectfully. This feature enhances diversity and inclusion initiatives while fostering a more welcoming work environment.", "addedComponent": [], "label": "Enable Pronouns", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-06-05", "powershellEquivalent": "Update-MgBetaAdminPeoplePronoun -IsEnabledInOrganization:$true", "recommendedBy": [] }, + { + "name": "standards.EnableNamePronunciation", + "cat": "Global Standards", + "tag": [], + "helpText": "Enables the Name Pronunciation feature for the tenant. This allows users to set their name pronunciation in their profile.", + "docsDescription": "Enables the Name Pronunciation feature for the tenant. This allows users to set their name pronunciation in their profile.", + "executiveText": "Enables employees to add pronunciation guides for their names in Microsoft 365 profiles, improving communication and respect in diverse workplaces. This feature helps colleagues pronounce names correctly, enhancing professional relationships and inclusive culture.", + "addedComponent": [], + "label": "Enable Name Pronunciation", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-06-06", + "recommendedBy": ["CIPP"] + }, { "name": "standards.AnonReportDisable", "cat": "Global Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Shows usernames instead of pseudo anonymised names in reports. This standard is required for reporting to work correctly.", "docsDescription": "Microsoft announced some APIs and reports no longer return names, to comply with compliance and legal requirements in specific countries. This proves an issue for a lot of MSPs because those reports are often helpful for engineers. This standard applies a setting that shows usernames in those API calls / reports.", + "executiveText": "Configures Microsoft 365 reports to display actual usernames instead of anonymized identifiers, enabling IT administrators to effectively troubleshoot issues and generate meaningful usage reports. This improves operational efficiency and system management capabilities.", "addedComponent": [], "label": "Enable Usernames instead of pseudo anonymised names in reports", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2021-11-16", "powershellEquivalent": "Update-MgBetaAdminReportSetting -BodyParameter @{displayConcealedNames = $true}", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.DisableGuestDirectory", "cat": "Global Standards", - "tag": ["lowimpact"], + "tag": [ + "CIS M365 5.0 (5.1.6.2)", + "CISA (MS.AAD.5.1v1)", + "EIDSCA.AP14", + "EIDSCA.ST08", + "EIDSCA.ST09", + "NIST CSF 2.0 (PR.AA-05)" + ], "helpText": "Disables Guest access to enumerate directory objects. This prevents guest users from seeing other users or guests in the directory.", "docsDescription": "Sets it so guests can view only their own user profile. Permission to view other users isn't allowed. Also restricts guest users from seeing the membership of groups they're in. See exactly what get locked down in the [Microsoft documentation.](https://learn.microsoft.com/en-us/entra/fundamentals/users-default-permissions)", + "executiveText": "Restricts external guest users from viewing the company's employee directory and organizational structure, protecting sensitive information about staff and internal groups. This security measure prevents unauthorized access to corporate contact information while still allowing necessary collaboration.", "addedComponent": [], "label": "Restrict guest user access to directory objects", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-05-04", "powershellEquivalent": "Set-AzureADMSAuthorizationPolicy -GuestUserRoleId '2af84b1e-32c8-42b7-82bc-daa82404023b'", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.DisableBasicAuthSMTP", "cat": "Global Standards", - "tag": ["mediumimpact"], - "helpText": "Disables SMTP AUTH for the organization and all users. This is the default for new tenants. ", - "docsDescription": "Disables SMTP basic authentication for the tenant and all users with it explicitly enabled.", + "tag": ["CIS M365 5.0 (6.5.4)", "NIST CSF 2.0 (PR.IR-01)"], + "helpText": "Disables SMTP AUTH organization-wide, impacting POP and IMAP clients that rely on SMTP for sending emails. Default for new tenants. For more information, see the [Microsoft documentation](https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission)", + "docsDescription": "Disables tenant-wide SMTP basic authentication, including for all explicitly enabled users, impacting POP and IMAP clients that rely on SMTP for sending emails. For more information, see the [Microsoft documentation](https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission).", + "executiveText": "Disables outdated email authentication methods that are vulnerable to security attacks, forcing applications and devices to use modern, more secure authentication protocols. This reduces the risk of email-based security breaches and credential theft.", "addedComponent": [], "label": "Disable SMTP Basic Authentication", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2021-11-16", "powershellEquivalent": "Set-TransportConfig -SmtpClientAuthenticationDisabled $true", - "recommendedBy": [] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.ActivityBasedTimeout", "cat": "Global Standards", - "tag": ["mediumimpact", "CIS", "spo_idle_session_timeout"], + "tag": ["CIS M365 5.0 (1.3.2)", "spo_idle_session_timeout", "NIST CSF 2.0 (PR.AA-03)"], "helpText": "Enables and sets Idle session timeout for Microsoft 365 to 1 hour. This policy affects most M365 web apps", + "executiveText": "Automatically logs out inactive users from Microsoft 365 applications after a specified time period to prevent unauthorized access to company data on unattended devices. This security measure protects against data breaches when employees leave workstations unlocked.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, + "creatable": false, "label": "Select value", "name": "standards.ActivityBasedTimeout.timeout", - "values": [ + "options": [ { "label": "1 Hour", "value": "01:00:00" @@ -216,79 +387,218 @@ "label": "Enable Activity based Timeout", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2022-04-13", "powershellEquivalent": "Portal or Graph API", "recommendedBy": ["CIS"] }, + { + "name": "standards.AuthMethodsSettings", + "cat": "Entra (AAD) Standards", + "tag": ["EIDSCA.AG01", "EIDSCA.AG02", "EIDSCA.AG03"], + "helpText": "Configures the report suspicious activity settings and system credential preferences in the authentication methods policy.", + "docsDescription": "Controls the authentication methods policy settings for reporting suspicious activity and system credential preferences. These settings help enhance the security of authentication in your organization.", + "executiveText": "Configures security settings that allow users to report suspicious login attempts and manages how the system handles authentication credentials. This enhances overall security by enabling early detection of potential security threats and optimizing authentication processes.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "required": false, + "name": "standards.AuthMethodsSettings.ReportSuspiciousActivity", + "label": "Report Suspicious Activity Settings", + "options": [ + { + "label": "Microsoft managed", + "value": "default" + }, + { + "label": "Enabled", + "value": "enabled" + }, + { + "label": "Disabled", + "value": "disabled" + } + ] + }, + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "required": false, + "name": "standards.AuthMethodsSettings.SystemCredential", + "label": "System Credential Preferences", + "options": [ + { + "label": "Microsoft managed", + "value": "default" + }, + { + "label": "Enabled", + "value": "enabled" + }, + { + "label": "Disabled", + "value": "disabled" + } + ] + } + ], + "label": "Configure Authentication Methods Policy Settings", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-02-10", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicy", + "recommendedBy": [] + }, + { + "name": "standards.AuthMethodsPolicyMigration", + "cat": "Entra (AAD) Standards", + "tag": [], + "helpText": "Completes the migration of authentication methods policy to the new format", + "docsDescription": "Sets the authentication methods policy migration state to complete. This is required when migrating from legacy authentication policies to the new unified authentication methods policy.", + "executiveText": "Completes the transition from legacy authentication policies to Microsoft's modern unified authentication methods policy, ensuring the organization benefits from the latest security features and management capabilities. This migration enables enhanced security controls and simplified policy management.", + "addedComponent": [], + "label": "Complete Authentication Methods Policy Migration", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-07-07", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicy", + "recommendedBy": ["CIPP"] + }, { "name": "standards.AppDeploy", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Deploys selected applications to the tenant. Use a comma separated list of application IDs to deploy multiple applications. Permissions will be copied from the source application.", "docsDescription": "Uses the CIPP functionality that deploys applications across an entire tenant base as a standard.", + "executiveText": "Automatically deploys approved business applications across all company locations and users, ensuring consistent access to essential tools and maintaining standardized software configurations. This streamlines application management and reduces IT deployment overhead.", "addedComponent": [ { - "type": "input", + "type": "select", + "multiple": false, + "creatable": false, + "label": "App Approval Mode", + "name": "standards.AppDeploy.mode", + "options": [ + { + "label": "Template", + "value": "template" + }, + { + "label": "Copy Permissions", + "value": "copy" + } + ] + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": false, + "label": "Select Applications", + "name": "standards.AppDeploy.templateIds", + "api": { + "url": "/api/ListAppApprovalTemplates", + "labelField": "TemplateName", + "valueField": "TemplateId", + "queryKey": "StdAppApprovalTemplateList", + "addedField": { + "AppId": "AppId" + } + }, + "condition": { + "field": "standards.AppDeploy.mode", + "compareType": "is", + "compareValue": "template" + } + }, + { + "type": "textField", "name": "standards.AppDeploy.appids", - "label": "Application IDs, comma separated" + "label": "Application IDs, comma separated", + "condition": { + "field": "standards.AppDeploy.mode", + "compareType": "isNot", + "compareValue": "template" + } } ], "label": "Deploy Application", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-07-07", "powershellEquivalent": "Portal or Graph API", "recommendedBy": [] }, { "name": "standards.laps", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Enables the tenant to use LAPS. You must still create a policy for LAPS to be active on all devices. Use the template standards to deploy this by default.", "docsDescription": "Enables the LAPS functionality on the tenant. Prerequisite for using Windows LAPS via Azure AD.", + "executiveText": "Enables Local Administrator Password Solution (LAPS) capability, which automatically manages and rotates local administrator passwords on company computers. This significantly improves security by preventing the use of shared or static administrator passwords that could be exploited by attackers.", "addedComponent": [], "label": "Enable LAPS on the tenant", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-04-25", "powershellEquivalent": "Portal or Graph API", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.PWdisplayAppInformationRequiredState", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact", "CIS"], + "tag": [ + "CIS M365 5.0 (2.3.1)", + "EIDSCA.AM03", + "EIDSCA.AM04", + "EIDSCA.AM06", + "EIDSCA.AM07", + "EIDSCA.AM09", + "EIDSCA.AM10", + "NIST CSF 2.0 (PR.AA-03)" + ], "helpText": "Enables the MS authenticator app to display information about the app that is requesting authentication. This displays the application name.", "docsDescription": "Allows users to use Passwordless with Number Matching and adds location information from the last request", + "executiveText": "Enhances authentication security by requiring users to match numbers and showing detailed information about login requests, including application names and location data. This helps employees verify legitimate login attempts and prevents unauthorized access through more secure authentication methods.", "addedComponent": [], "label": "Enable Passwordless with Location information and Number Matching", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2021-11-16", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "recommendedBy": ["CIS"] }, { "name": "standards.allowOTPTokens", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": ["EIDSCA.AM02"], "helpText": "Allows you to use MS authenticator OTP token generator", "docsDescription": "Allows you to use Microsoft Authenticator OTP token generator. Useful for using the NPS extension as MFA on VPN clients.", + "executiveText": "Enables one-time password generation through Microsoft Authenticator app, providing an additional secure authentication method for employees. This is particularly useful for secure VPN access and other systems requiring multi-factor authentication.", "addedComponent": [], "label": "Enable OTP via Authenticator", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-12-06", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "recommendedBy": [] }, { "name": "standards.PWcompanionAppAllowedState", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": ["EIDSCA.AM01"], "helpText": "Sets the state of Authenticator Lite, Authenticator lite is a companion app for passwordless authentication.", "docsDescription": "Sets the Authenticator Lite state to enabled. This allows users to use the Authenticator Lite built into the Outlook app instead of the full Authenticator app.", + "executiveText": "Enables a simplified authentication experience by allowing users to authenticate directly through Outlook without requiring a separate authenticator app. This improves user convenience while maintaining security standards for passwordless authentication.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, + "creatable": false, "label": "Select value", "name": "standards.PWcompanionAppAllowedState.state", - "values": [ + "options": [ { "label": "Enabled", "value": "enabled" @@ -296,6 +606,10 @@ { "label": "Disabled", "value": "disabled" + }, + { + "label": "Microsoft managed", + "value": "default" } ] } @@ -303,60 +617,93 @@ "label": "Set Authenticator Lite state", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-05-18", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "recommendedBy": [] }, { "name": "standards.EnableFIDO2", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": [ + "EIDSCA.AF01", + "EIDSCA.AF02", + "EIDSCA.AF03", + "EIDSCA.AF04", + "EIDSCA.AF05", + "EIDSCA.AF06", + "NIST CSF 2.0 (PR.AA-03)" + ], "helpText": "Enables the FIDO2 authenticationMethod for the tenant", "docsDescription": "Enables FIDO2 capabilities for the tenant. This allows users to use FIDO2 keys like a Yubikey for authentication.", + "executiveText": "Enables support for hardware security keys (like YubiKey) that provide the highest level of authentication security. These physical devices prevent phishing attacks and credential theft, offering superior protection for high-value accounts and sensitive business operations.", "addedComponent": [], "label": "Enable FIDO2 capabilities", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-12-08", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.EnableHardwareOAuth", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Enables the HardwareOath authenticationMethod for the tenant. This allows you to use hardware tokens for generating 6 digit MFA codes.", "docsDescription": "Enables Hardware OAuth tokens for the tenant. This allows users to use hardware tokens like a Yubikey for authentication.", + "executiveText": "Enables physical hardware tokens that generate secure authentication codes, providing an alternative to smartphone-based authentication. This is particularly valuable for employees who cannot use mobile devices or require the highest security standards for accessing sensitive systems.", "addedComponent": [], "label": "Enable Hardware OAuth tokens", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-12-18", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "recommendedBy": [] }, { "name": "standards.allowOAuthTokens", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": ["EIDSCA.AT01", "EIDSCA.AT02"], "helpText": "Allows you to use any software OAuth token generator", "docsDescription": "Enables OTP Software OAuth tokens for the tenant. This allows users to use OTP codes generated via software, like a password manager to be used as an authentication method.", + "executiveText": "Allows employees to use third-party authentication apps and password managers to generate secure login codes, providing flexibility in authentication methods while maintaining security standards. This accommodates diverse user preferences and existing security tools.", "addedComponent": [], "label": "Enable OTP Software OAuth tokens", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-12-18", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "recommendedBy": [] }, + { + "name": "standards.FormsPhishingProtection", + "cat": "Global Standards", + "tag": ["CIS M365 5.0 (1.3.5)", "Security", "PhishingProtection"], + "helpText": "Enables internal phishing protection for Microsoft Forms to help prevent malicious forms from being created and shared within the organization. This feature scans forms created by internal users for potential phishing content and suspicious patterns.", + "docsDescription": "Enables internal phishing protection for Microsoft Forms by setting the isInOrgFormsPhishingScanEnabled property to true. This security feature helps protect organizations from internal phishing attacks through Microsoft Forms by automatically scanning forms created by internal users for potential malicious content, suspicious links, and phishing patterns. When enabled, Forms will analyze form content and block or flag potentially dangerous forms before they can be shared within the organization.", + "executiveText": "Automatically scans Microsoft Forms created by employees for malicious content and phishing attempts, preventing the creation and distribution of harmful forms within the organization. This protects against both internal threats and compromised accounts that might be used to distribute malicious content.", + "addedComponent": [], + "label": "Enable internal phishing protection for Forms", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-06-06", + "powershellEquivalent": "Graph API", + "recommendedBy": ["CIS", "CIPP"] + }, { "name": "standards.TAP", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], - "helpText": "Enables TAP and sets the default TAP lifetime to 1 hour. This configuration also allows you to select is a TAP is single use or multi-logon.", + "tag": [], + "helpText": "Enables TAP and sets the default TAP lifetime to 1 hour. This configuration also allows you to select if a TAP is single use or multi-logon.", "docsDescription": "Enables Temporary Password generation for the tenant.", + "executiveText": "Enables temporary access passwords that IT administrators can generate for employees who are locked out or need emergency access to systems. These time-limited passwords provide a secure way to restore access without compromising long-term security policies.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, + "creatable": false, "label": "Select TAP Lifetime", "name": "standards.TAP.config", - "values": [ + "options": [ { "label": "Only Once", "value": "true" @@ -371,33 +718,61 @@ "label": "Enable Temporary Access Passwords", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-03-15", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.PasswordExpireDisabled", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact", "CIS", "PWAgePolicyNew"], + "tag": ["CIS M365 5.0 (1.3.1)", "PWAgePolicyNew"], "helpText": "Disables the expiration of passwords for the tenant by setting the password expiration policy to never expire for any user.", "docsDescription": "Sets passwords to never expire for tenant, recommended to use in conjunction with secure password requirements.", + "executiveText": "Eliminates mandatory password expiration requirements, allowing employees to keep strong passwords indefinitely rather than forcing frequent changes that often lead to weaker passwords. This modern security approach reduces help desk calls and improves overall password security when combined with multi-factor authentication.", "addedComponent": [], "label": "Do not expire passwords", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2021-11-16", "powershellEquivalent": "Update-MgDomain", + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.CustomBannedPasswordList", + "cat": "Entra (AAD) Standards", + "tag": ["CIS M365 5.0 (5.2.3.2)"], + "helpText": "**Requires Entra ID P1.** Updates and enables the Entra ID custom banned password list with the supplied words. Enter words separated by commas or semicolons. Each word must be 4-16 characters long. Maximum 1,000 words allowed.", + "docsDescription": "Updates and enables the Entra ID custom banned password list with the supplied words. This supplements the global banned password list maintained by Microsoft. The custom list is limited to 1,000 key base terms of 4-16 characters each. Entra ID will [block variations and common substitutions](https://learn.microsoft.com/en-us/entra/identity/authentication/tutorial-configure-custom-password-protection#configure-custom-banned-passwords) of these words in user passwords. [How are passwords evaluated?](https://learn.microsoft.com/en-us/entra/identity/authentication/concept-password-ban-bad#score-calculation)", + "addedComponent": [ + { + "type": "textField", + "name": "standards.CustomBannedPasswordList.BannedWords", + "label": "Banned Words", + "placeholder": "Banned words separated by commas or semicolons", + "required": true + } + ], + "label": "Set Entra ID Custom Banned Password List", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-06-28", + "powershellEquivalent": "Get-MgBetaDirectorySetting, New-MgBetaDirectorySetting, Update-MgBetaDirectorySetting", "recommendedBy": ["CIS"] }, { "name": "standards.ExternalMFATrusted", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the state of the Cross-tenant access setting to trust external MFA. This allows guest users to use their home tenant MFA to access your tenant.", + "executiveText": "Allows external partners and vendors to use their own organization's multi-factor authentication when accessing company resources, streamlining collaboration while maintaining security standards. This reduces friction for external users while ensuring they still meet authentication requirements.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, + "creatable": false, "label": "Select value", "name": "standards.ExternalMFATrusted.state", - "values": [ + "options": [ { "label": "Enabled", "value": "true" @@ -412,28 +787,42 @@ "label": "Sets the Cross-tenant access setting to trust external MFA", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-03-26", "powershellEquivalent": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", "recommendedBy": [] }, { "name": "standards.DisableTenantCreation", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact", "CIS"], - "helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles. ", + "tag": ["CIS M365 5.0 (1.2.3)", "CISA (MS.AAD.6.1v1)"], + "helpText": "Restricts creation of M365 tenants to the Global Administrator or Tenant Creator roles.", "docsDescription": "Users by default are allowed to create M365 tenants. This disables that so only admins can create new M365 tenants.", + "executiveText": "Prevents regular employees from creating new Microsoft 365 organizations, ensuring all new tenants are properly managed and controlled by IT administrators. This prevents unauthorized shadow IT environments and maintains centralized governance over Microsoft 365 resources.", "addedComponent": [], "label": "Disable M365 Tenant creation by users", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-11-29", "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.EnableAppConsentRequests", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact", "CIS"], + "tag": [ + "CIS M365 5.0 (1.5.2)", + "CISA (MS.AAD.9.1v1)", + "EIDSCA.CP04", + "EIDSCA.CR01", + "EIDSCA.CR02", + "EIDSCA.CR03", + "EIDSCA.CR04", + "Essential 8 (1507)", + "NIST CSF 2.0 (PR.AA-05)" + ], "helpText": "Enables App consent admin requests for the tenant via the GA role. Does not overwrite existing reviewer settings", "docsDescription": "Enables the ability for users to request admin consent for applications. Should be used in conjunction with the \"Require admin consent for applications\" standards", + "executiveText": "Establishes a formal approval process where employees can request access to business applications that require administrative review. This balances security with productivity by allowing controlled access to necessary tools while preventing unauthorized application installations.", "addedComponent": [ { "type": "AdminRolesMultiSelect", @@ -444,21 +833,25 @@ "label": "Enable App consent admin requests", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-11-27", "powershellEquivalent": "Update-MgPolicyAdminConsentRequestPolicy", "recommendedBy": ["CIS"] }, { "name": "standards.NudgeMFA", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the state of the registration campaign for the tenant", "docsDescription": "Sets the state of the registration campaign for the tenant. If enabled nudges users to set up the Microsoft Authenticator during sign-in.", + "executiveText": "Prompts employees to set up multi-factor authentication during login, gradually improving the organization's security posture by encouraging adoption of stronger authentication methods. This helps achieve better security compliance without forcing immediate mandatory changes.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, + "creatable": false, "label": "Select value", "name": "standards.NudgeMFA.state", - "values": [ + "options": [ { "label": "Enabled", "value": "enabled" @@ -473,223 +866,436 @@ "type": "number", "name": "standards.NudgeMFA.snoozeDurationInDays", "label": "Number of days to allow users to skip registering Authenticator (0-14, default is 1)", - "default": 1 + "defaultValue": 1, + "validators": { + "min": { "value": 0, "message": "Minimum value is 0" }, + "max": { "value": 14, "message": "Maximum value is 14" } + } } ], "label": "Sets the state for the request to setup Authenticator", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-12-08", "powershellEquivalent": "Update-MgPolicyAuthenticationMethodPolicy", "recommendedBy": [] }, { "name": "standards.DisableM365GroupUsers", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact"], - "helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, Sharepoint sites, Planner, etc", + "tag": ["CISA (MS.AAD.21.1v1)"], + "helpText": "Restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc", "docsDescription": "Users by default are allowed to create M365 groups. This restricts M365 group creation to certain admin roles. This disables the ability to create Teams, SharePoint sites, Planner, etc", + "executiveText": "Restricts the creation of Microsoft 365 groups, Teams, and SharePoint sites to authorized administrators, preventing uncontrolled proliferation of collaboration spaces. This ensures proper governance, naming conventions, and resource management while maintaining oversight of all collaborative environments.", "addedComponent": [], "label": "Disable M365 Group creation by users", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-07-17", "powershellEquivalent": "Update-MgBetaDirectorySetting", "recommendedBy": [] }, { "name": "standards.DisableAppCreation", "cat": "Entra (AAD) Standards", - "tag": ["lowimpact", "CIS"], + "tag": [ + "CIS M365 5.0 (1.2.2)", + "CISA (MS.AAD.4.1v1)", + "EIDSCA.AP10", + "Essential 8 (1175)", + "NIST CSF 2.0 (PR.AA-05)" + ], "helpText": "Disables the ability for users to create App registrations in the tenant.", "docsDescription": "Disables the ability for users to create applications in Entra. Done to prevent breached accounts from creating an app to maintain access to the tenant, even after the breached account has been secured.", + "executiveText": "Prevents regular employees from creating application registrations that could be used to maintain unauthorized access to company systems. This security measure ensures that only authorized IT personnel can create applications, reducing the risk of persistent security breaches through malicious applications.", "addedComponent": [], "label": "Disable App creation by users", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-03-20", "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.BitLockerKeysForOwnedDevice", + "cat": "Entra (AAD) Standards", + "tag": [], + "helpText": "Controls whether standard users can recover BitLocker keys for devices they own.", + "docsDescription": "Updates the Microsoft Entra authorization policy that controls whether standard users can read BitLocker recovery keys for devices they own. Choose to restrict access for tighter security or allow self-service recovery when operational needs require it.", + "executiveText": "Gives administrators centralized control over BitLocker recovery secrets—restrict access to ensure IT-assisted recovery flows, or allow self-service when rapid device unlocks are a priority.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "label": "Select state", + "name": "standards.BitLockerKeysForOwnedDevice.state", + "options": [ + { + "label": "Restrict", + "value": "restrict" + }, + { + "label": "Allow", + "value": "allow" + } + ] + } + ], + "label": "Control BitLocker key recovery for owned devices", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-10-12", + "powershellEquivalent": "Update-MgBetaPolicyAuthorizationPolicy", + "recommendedBy": [] }, { "name": "standards.DisableSecurityGroupUsers", "cat": "Entra (AAD) Standards", - "tag": ["mediumimpact"], + "tag": ["CISA (MS.AAD.20.1v1)", "NIST CSF 2.0 (PR.AA-05)"], "helpText": "Completely disables the creation of security groups by users. This also breaks the ability to manage groups themselves, or create Teams", + "executiveText": "Restricts the creation of security groups to IT administrators only, preventing employees from creating unauthorized access groups that could bypass security controls. This ensures proper governance of access permissions and maintains centralized control over who can access what resources.", "addedComponent": [], "label": "Disable Security Group creation by users", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2022-07-17", "powershellEquivalent": "Update-MgBetaPolicyAuthorizationPolicy", "recommendedBy": [] }, { "name": "standards.LegacyMFACleanup", "cat": "Entra (AAD) Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "This standard currently does not function and can be safely disabled", + "executiveText": "This standard is currently non-functional and should be disabled. It was previously designed to remove outdated multi-factor authentication configurations in favor of modern security policies.", "addedComponent": [], "label": "Remove Legacy MFA if SD or CA is active", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2021-11-16", "powershellEquivalent": "Set-MsolUser -StrongAuthenticationRequirements $null", "recommendedBy": [] }, { "name": "standards.DisableSelfServiceLicenses", "cat": "Entra (AAD) Standards", - "tag": ["mediumimpact"], - "helpText": "This standard disables all self service licenses and enables all exclusions", + "tag": [], + "helpText": "Note: requires 'Billing Administrator' GDAP role. This standard disables all self service licenses and enables all exclusions", + "executiveText": "Prevents employees from purchasing Microsoft 365 licenses independently, ensuring all software acquisitions go through proper procurement channels. This maintains budget control, prevents unauthorized spending, and ensures compliance with corporate licensing agreements.", "addedComponent": [ { - "type": "input", + "type": "textField", "name": "standards.DisableSelfServiceLicenses.Exclusions", - "label": "License Ids to exclude from this standard" + "label": "License Ids to exclude from this standard", + "required": false } ], "label": "Disable Self Service Licensing", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2021-11-16", "powershellEquivalent": "Set-MsolCompanySettings -AllowAdHocSubscriptions $false", "recommendedBy": [] }, { "name": "standards.DisableGuests", "cat": "Entra (AAD) Standards", - "tag": ["mediumimpact"], - "helpText": "Blocks login for guest users that have not logged in for 90 days", - "addedComponent": [], - "label": "Disable Guest accounts that have not logged on for 90 days", + "tag": [], + "helpText": "Blocks login for guest users that have not logged in for a number of days", + "executiveText": "Automatically disables external guest accounts that haven't been used for a number of days, reducing security risks from dormant accounts while maintaining access for active external collaborators. This helps maintain a clean user directory and reduces potential attack vectors.", + "addedComponent": [ + { + "type": "number", + "name": "standards.DisableGuests.days", + "required": true, + "defaultValue": 90, + "label": "Days of inactivity" + } + ], + "label": "Disable Guest accounts that have not logged on for a number of days", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2022-10-20", "powershellEquivalent": "Graph API", - "recommendedBy": [] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.OauthConsent", "cat": "Entra (AAD) Standards", - "tag": ["mediumimpact", "CIS"], + "tag": [ + "CIS M365 5.0 (1.5.1)", + "CISA (MS.AAD.4.2v1)", + "EIDSCA.AP08", + "EIDSCA.AP09", + "Essential 8 (1175)", + "NIST CSF 2.0 (PR.AA-05)" + ], "helpText": "Disables users from being able to consent to applications, except for those specified in the field below", "docsDescription": "Requires users to get administrator consent before sharing data with applications. You can preapprove specific applications.", + "executiveText": "Requires administrative approval before employees can grant applications access to company data, preventing unauthorized data sharing and potential security breaches. This protects against malicious applications while allowing approved business tools to function normally.", "addedComponent": [ { - "type": "input", + "type": "textField", "name": "standards.OauthConsent.AllowedApps", - "label": "Allowed application IDs, comma separated" + "label": "Allowed application IDs, comma separated", + "required": false } ], "label": "Require admin consent for applications (Prevent OAuth phishing)", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2021-11-16", "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.OauthConsentLowSec", "cat": "Entra (AAD) Standards", - "tag": ["mediumimpact", "IntegratedApps"], + "tag": ["IntegratedApps"], "helpText": "Sets the default oauth consent level so users can consent to applications that have low risks.", "docsDescription": "Allows users to consent to applications with low assigned risk.", + "executiveText": "Allows employees to approve low-risk applications without administrative intervention, balancing security with productivity. This provides a middle ground between complete restriction and open access, enabling business agility while maintaining protection against high-risk applications.", "label": "Allow users to consent to applications with low security risk (Prevent OAuth phishing. Lower impact, less secure)", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2022-08-16", "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", "recommendedBy": [] }, + { + "name": "standards.GuestInvite", + "cat": "Entra (AAD) Standards", + "tag": ["CISA (MS.AAD.18.1v1)", "EIDSCA.AP04", "EIDSCA.AP07"], + "helpText": "This setting controls who can invite guests to your directory to collaborate on resources secured by your company, such as SharePoint sites or Azure resources.", + "executiveText": "Controls who within the organization can invite external partners and vendors to access company resources, ensuring proper oversight of external access while enabling necessary business collaboration. This helps maintain security while supporting partnership and vendor relationships.", + "addedComponent": [ + { + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, + "label": "Who can send invites?", + "name": "standards.GuestInvite.allowInvitesFrom", + "options": [ + { + "label": "Everyone", + "value": "everyone" + }, + { + "label": "Admins, Guest inviters and All Members", + "value": "adminsGuestInvitersAndAllMembers" + }, + { + "label": "Admins and Guest inviters", + "value": "adminsAndGuestInviters" + }, + { + "label": "None", + "value": "none" + } + ] + } + ], + "label": "Guest Invite setting", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2024-11-12", + "powershellEquivalent": "Graph API", + "recommendedBy": [] + }, + { + "name": "standards.StaleEntraDevices", + "cat": "Entra (AAD) Standards", + "tag": ["Essential 8 (1501)", "NIST CSF 2.0 (ID.AM-08)", "NIST CSF 2.0 (PR.PS-03)"], + "helpText": "**Remediate is currently not available**. Cleans up Entra devices that have not connected/signed in for the specified number of days.", + "docsDescription": "Remediate is currently not available. Cleans up Entra devices that have not connected/signed in for the specified number of days. First disables and later deletes the devices. More info can be found in the [Microsoft documentation](https://learn.microsoft.com/en-us/entra/identity/devices/manage-stale-devices)", + "executiveText": "Automatically identifies and removes inactive devices that haven't connected to company systems for a specified period, reducing security risks from abandoned or lost devices. This maintains a clean device inventory and prevents potential unauthorized access through dormant device registrations.", + "addedComponent": [ + { + "type": "number", + "name": "standards.StaleEntraDevices.deviceAgeThreshold", + "label": "Days before stale(Do not set below 30)", + "validators": { + "min": { "value": 30, "message": "Minimum value is 30" } + } + } + ], + "disabledFeatures": { + "report": false, + "warn": false, + "remediate": true + }, + "label": "Cleanup stale Entra devices", + "impact": "High Impact", + "impactColour": "danger", + "addedDate": "2025-01-19", + "powershellEquivalent": "Remove-MgDevice, Update-MgDevice or Graph API", + "recommendedBy": [] + }, { "name": "standards.UndoOauth", "cat": "Entra (AAD) Standards", - "tag": ["highimpact"], + "tag": [], "helpText": "Disables App consent and set to Allow user consent for apps", + "executiveText": "Reverses application consent restrictions, allowing employees to approve applications independently without administrative oversight. This increases productivity and user autonomy but reduces security controls over data access permissions.", "addedComponent": [], "label": "Undo App Consent Standard", "impact": "High Impact", "impactColour": "danger", + "addedDate": "2022-01-07", "powershellEquivalent": "Update-MgPolicyAuthorizationPolicy", "recommendedBy": [] }, { "name": "standards.SecurityDefaults", "cat": "Entra (AAD) Standards", - "tag": ["highimpact"], + "tag": ["CISA (MS.AAD.11.1v1)"], "helpText": "Enables security defaults for the tenant, for newer tenants this is enabled by default. Do not enable this feature if you use Conditional Access.", "docsDescription": "Enables SD for the tenant, which disables all forms of basic authentication and enforces users to configure MFA. Users are only prompted for MFA when a logon is considered 'suspect' by Microsoft.", + "executiveText": "Activates Microsoft's baseline security configuration that requires multi-factor authentication and blocks legacy authentication methods. This provides essential security protection for organizations without complex conditional access policies, significantly improving security posture with minimal configuration.", "addedComponent": [], "label": "Enable Security Defaults", "impact": "High Impact", "impactColour": "danger", + "addedDate": "2021-11-19", "powershellEquivalent": "[Read more here](https://www.cyberdrain.com/automating-with-powershell-enabling-secure-defaults-and-sd-explained/)", "recommendedBy": [] }, { "name": "standards.DisableSMS", "cat": "Entra (AAD) Standards", - "tag": ["highimpact"], + "tag": ["CIS M365 5.0 (2.3.5)", "EIDSCA.AS04", "NIST CSF 2.0 (PR.AA-03)"], "helpText": "This blocks users from using SMS as an MFA method. If a user only has SMS as a MFA method, they will be unable to log in.", "docsDescription": "Disables SMS as an MFA method for the tenant. If a user only has SMS as a MFA method, they will be unable to sign in.", + "executiveText": "Disables SMS text messages as a multi-factor authentication method due to security vulnerabilities like SIM swapping attacks. This forces users to adopt more secure authentication methods like authenticator apps or hardware tokens, significantly improving account security.", "addedComponent": [], "label": "Disables SMS as an MFA method", "impact": "High Impact", "impactColour": "danger", + "addedDate": "2023-12-18", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.DisableVoice", "cat": "Entra (AAD) Standards", - "tag": ["highimpact"], + "tag": ["CIS M365 5.0 (2.3.5)", "EIDSCA.AV01", "NIST CSF 2.0 (PR.AA-03)"], "helpText": "This blocks users from using Voice call as an MFA method. If a user only has Voice as a MFA method, they will be unable to log in.", "docsDescription": "Disables Voice call as an MFA method for the tenant. If a user only has Voice call as a MFA method, they will be unable to sign in.", + "executiveText": "Disables voice call authentication due to security vulnerabilities and social engineering risks. This forces users to adopt more secure authentication methods like authenticator apps, improving overall account security by eliminating phone-based attack vectors.", "addedComponent": [], "label": "Disables Voice call as an MFA method", "impact": "High Impact", "impactColour": "danger", + "addedDate": "2023-12-18", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.DisableEmail", "cat": "Entra (AAD) Standards", - "tag": ["highimpact"], - "helpText": "This blocks users from using email as an MFA method. This disables the email OTP option for guest users, and instead promts them to create a Microsoft account.", + "tag": ["CIS M365 5.0 (2.3.5)", "NIST CSF 2.0 (PR.AA-03)"], + "helpText": "This blocks users from using email as an MFA method. This disables the email OTP option for guest users, and instead prompts them to create a Microsoft account.", + "executiveText": "Disables email-based authentication codes due to security concerns with email interception and account compromise. This forces users to adopt more secure authentication methods, particularly affecting guest users who must use stronger verification methods.", "addedComponent": [], "label": "Disables Email as an MFA method", "impact": "High Impact", "impactColour": "danger", + "addedDate": "2023-12-18", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "recommendedBy": [] }, { "name": "standards.Disablex509Certificate", "cat": "Entra (AAD) Standards", - "tag": ["highimpact"], + "tag": [], "helpText": "This blocks users from using Certificates as an MFA method.", "docsDescription": "", + "executiveText": "Disables certificate-based authentication as a multi-factor authentication method, typically used when organizations want to standardize on other authentication methods or when certificate management becomes too complex for the security benefit provided.", "addedComponent": [], "label": "Disables Certificates as an MFA method", "impact": "High Impact", "impactColour": "danger", + "addedDate": "2023-12-18", + "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "recommendedBy": [] + }, + { + "name": "standards.DisableQRCodePin", + "cat": "Entra (AAD) Standards", + "tag": [], + "helpText": "This blocks users from using QR Code Pin as an MFA method. If a user only has QR Code Pin as a MFA method, they will be unable to log in.", + "docsDescription": "Disables QR Code Pin as an MFA method for the tenant. If a user only has QR Code Pin as a MFA method, they will be unable to sign in.", + "executiveText": "Disables QR Code Pin authentication method due to security concerns, forcing users to adopt more secure authentication alternatives. This helps standardize authentication methods and reduces potential security vulnerabilities while ensuring employees use more robust multi-factor authentication options.", + "addedComponent": [], + "label": "Disables QR Code Pin as an MFA method", + "impact": "High Impact", + "impactColour": "danger", + "addedDate": "2024-02-10", "powershellEquivalent": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "recommendedBy": [] }, { "name": "standards.PerUserMFA", "cat": "Entra (AAD) Standards", - "tag": ["highimpact"], + "tag": [ + "CIS M365 5.0 (1.2.1)", + "CIS M365 5.0 (1.1.1)", + "CIS M365 5.0 (1.1.2)", + "CISA (MS.AAD.1.1v1)", + "CISA (MS.AAD.1.2v1)", + "Essential 8 (1504)", + "Essential 8 (1173)", + "Essential 8 (1401)", + "NIST CSF 2.0 (PR.AA-03)" + ], "helpText": "Enables per user MFA for all users.", + "executiveText": "Requires all employees to use multi-factor authentication for enhanced account security, significantly reducing the risk of unauthorized access from compromised passwords. This fundamental security measure protects against the majority of account-based attacks and is essential for maintaining strong cybersecurity posture.", "addedComponent": [], "label": "Enables per user MFA for all users.", "impact": "High Impact", "impactColour": "danger", + "addedDate": "2024-06-14", "powershellEquivalent": "Graph API", "recommendedBy": [] }, + { + "name": "standards.UserPreferredLanguage", + "cat": "Entra (AAD) Standards", + "tag": [], + "helpText": "Sets the preferred language property for all users in the tenant. This will override the user's language settings.", + "docsDescription": "Sets the preferred language property for all users in the tenant. This will override the user's language settings.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "name": "standards.UserPreferredLanguage.preferredLanguage", + "label": "Preferred Language", + "api": { + "url": "/languageList.json", + "labelField": "tag", + "valueField": "tag" + } + } + ], + "label": "Preferred language for all users", + "impact": "High Impact", + "impactColour": "info", + "addedDate": "2025-02-26", + "powershellEquivalent": "Update-MgUser -UserId user@domain.com -BodyParameter @{preferredLanguage='en-US'}", + "recommendedBy": [] + }, { "name": "standards.OutBoundSpamAlert", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["CIS M365 5.0 (2.1.6)"], "helpText": "Set the Outbound Spam Alert e-mail address", "docsDescription": "Sets the e-mail address to which outbound spam alerts are sent.", "addedComponent": [ { - "type": "input", + "type": "textField", "name": "standards.OutBoundSpamAlert.OutboundSpamContact", "label": "Outbound spam contact" } @@ -697,34 +1303,37 @@ "label": "Set Outbound Spam Alert e-mail", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-05-03", "powershellEquivalent": "Set-HostedOutboundSpamFilterPolicy", "recommendedBy": ["CIS"] }, { "name": "standards.MessageExpiration", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the transport message configuration to timeout a message at 12 hours.", "docsDescription": "Expires messages in the transport queue after 12 hours. Makes the NDR for failed messages show up faster for users. Default is 24 hours.", "addedComponent": [], "label": "Lower Transport Message Expiration to 12 hours", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-02-23", "powershellEquivalent": "Set-TransportConfig -MessageExpirationTimeout 12.00:00:00", "recommendedBy": [] }, { "name": "standards.GlobalQuarantineNotifications", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the Global Quarantine Notification Interval to the selected value. Determines how often the quarantine notification is sent to users.", "docsDescription": "Sets the global quarantine notification interval for the tenant. This is the time between the quarantine notification emails are sent out to users. Default is 24 hours.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select value", "name": "standards.GlobalQuarantineNotifications.NotificationInterval", - "values": [ + "options": [ { "label": "4 hours", "value": "04:00:00" @@ -743,34 +1352,39 @@ "label": "Set Global Quarantine Notification Interval", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-05-03", "powershellEquivalent": "Set-QuarantinePolicy -EndUserSpamNotificationFrequency", "recommendedBy": [] }, { "name": "standards.DisableTNEF", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Disables Transport Neutral Encapsulation Format (TNEF)/winmail.dat for the tenant. TNEF can cause issues if the recipient is not using a client supporting TNEF.", "docsDescription": "Disables Transport Neutral Encapsulation Format (TNEF)/winmail.dat for the tenant. TNEF can cause issues if the recipient is not using a client supporting TNEF. Cannot be overridden by the user. For more information, see [Microsoft's documentation.](https://learn.microsoft.com/en-us/exchange/mail-flow/content-conversion/tnef-conversion?view=exchserver-2019)", + "executiveText": "Prevents the creation of winmail.dat attachments that can cause compatibility issues when sending emails to external recipients using non-Outlook email clients. This improves email compatibility and reduces support issues with external partners and customers.", "addedComponent": [], "label": "Disable TNEF/winmail.dat", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-04-26", "powershellEquivalent": "Set-RemoteDomain -Identity 'Default' -TNEFEnabled $false", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.FocusedInbox", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the default Focused Inbox state for the tenant. This can be overridden by the user.", "docsDescription": "Sets the default Focused Inbox state for the tenant. This can be overridden by the user in their Outlook settings. For more information, see [Microsoft's documentation.](https://support.microsoft.com/en-us/office/focused-inbox-for-outlook-f445ad7f-02f4-4294-a82e-71d8964e3978)", + "executiveText": "Configures the default setting for Outlook's Focused Inbox feature, which automatically sorts important emails into a focused view while placing less important emails in a separate section. This can improve employee productivity by reducing email clutter, though users can adjust this setting individually.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select value", "name": "standards.FocusedInbox.state", - "values": [ + "options": [ { "label": "Enabled", "value": "enabled" @@ -785,21 +1399,24 @@ "label": "Set Focused Inbox state", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-04-26", "powershellEquivalent": "Set-OrganizationConfig -FocusedInboxOn $true or $false", "recommendedBy": [] }, { "name": "standards.CloudMessageRecall", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the Cloud Message Recall state for the tenant. This allows users to recall messages from the cloud.", "docsDescription": "Sets the default state for Cloud Message Recall for the tenant. By default this is enabled. You can read more about the feature [here.](https://techcommunity.microsoft.com/t5/exchange-team-blog/cloud-based-message-recall-in-exchange-online/ba-p/3744714)", + "executiveText": "Enables employees to recall or retract emails they've sent, helping prevent embarrassing mistakes or accidental data sharing. This feature can reduce the impact of human errors in email communication and provides a safety net for sensitive information accidentally sent to wrong recipients.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select value", "name": "standards.CloudMessageRecall.state", - "values": [ + "options": [ { "label": "Enabled", "value": "true" @@ -814,58 +1431,107 @@ "label": "Set Cloud Message Recall state", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-05-31", "powershellEquivalent": "Set-OrganizationConfig -MessageRecallEnabled", "recommendedBy": [] }, { "name": "standards.AutoExpandArchive", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Enables auto-expanding archives for the tenant", "docsDescription": "Enables auto-expanding archives for the tenant. Does not enable archives for users.", + "executiveText": "Enables automatic expansion of email archive storage when users approach their archive limits, ensuring continuous email retention without manual intervention. This prevents email storage issues and maintains compliance with data retention policies without requiring ongoing administrative management.", "addedComponent": [], "label": "Enable Auto-expanding archives", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2021-11-16", "powershellEquivalent": "Set-OrganizationConfig -AutoExpandingArchive", "recommendedBy": [] }, + { + "name": "standards.TwoClickEmailProtection", + "cat": "Exchange Standards", + "tag": [], + "helpText": "Configures the two-click confirmation requirement for viewing encrypted/protected emails in OWA and new Outlook. When enabled, users must click \"View message\" before accessing protected content, providing an additional layer of privacy protection.", + "docsDescription": "Configures the TwoClickMailPreviewEnabled setting in Exchange Online organization configuration. This security feature requires users to click \"View message\" before accessing encrypted or protected emails in Outlook on the web (OWA) and new Outlook for Windows. This provides additional privacy protection by preventing protected content from automatically displaying, giving users time to ensure their screen is not visible to others before viewing sensitive content. The feature helps protect against shoulder surfing and accidental disclosure of confidential information.", + "executiveText": "Requires employees to click twice before viewing encrypted or sensitive emails, preventing accidental exposure of confidential information when screens might be visible to others. This privacy protection helps prevent shoulder surfing and ensures employees are intentional about viewing sensitive content.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "label": "Select value", + "name": "standards.TwoClickEmailProtection.state", + "options": [ + { + "label": "Enabled", + "value": "enabled" + }, + { + "label": "Disabled", + "value": "disabled" + } + ] + } + ], + "label": "Set two-click confirmation for encrypted emails in New Outlook", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-06-13", + "powershellEquivalent": "Set-OrganizationConfig -TwoClickMailPreviewEnabled $true | $false", + "recommendedBy": [] + }, { "name": "standards.EnableOnlineArchiving", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": ["Essential 8 (1511)", "NIST CSF 2.0 (PR.DS-11)"], "helpText": "Enables the In-Place Online Archive for all UserMailboxes with a valid license.", + "executiveText": "Automatically enables online email archiving for all licensed employees, providing additional storage for older emails while maintaining easy access. This helps manage mailbox sizes, improves email performance, and supports compliance with data retention requirements.", "addedComponent": [], "label": "Enable Online Archive for all users", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-01-20", "powershellEquivalent": "Enable-Mailbox -Archive $true", "recommendedBy": [] }, { "name": "standards.EnableLitigationHold", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Enables litigation hold for all UserMailboxes with a valid license.", - "addedComponent": [], + "executiveText": "Preserves all email content for legal and compliance purposes by preventing permanent deletion of emails, even when users attempt to delete them. This is essential for organizations subject to legal discovery requirements or regulatory compliance mandates.", + "addedComponent": [ + { + "type": "textField", + "name": "standards.EnableLitigationHold.days", + "required": false, + "label": "Days to apply for litigation hold" + } + ], "label": "Enable Litigation Hold for all users", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-06-25", "powershellEquivalent": "Set-Mailbox -LitigationHoldEnabled $true", "recommendedBy": [] }, { "name": "standards.SpoofWarn", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["CIS M365 5.0 (6.2.3)"], "helpText": "Adds or removes indicators to e-mail messages received from external senders in Outlook. Works on all Outlook clients/OWA", "docsDescription": "Adds or removes indicators to e-mail messages received from external senders in Outlook. You can read more about this feature on [Microsoft's Exchange Team Blog.](https://techcommunity.microsoft.com/t5/exchange-team-blog/native-external-sender-callouts-on-email-in-outlook/ba-p/2250098)", + "executiveText": "Displays visual warnings in Outlook when emails come from external senders, helping employees identify potentially suspicious messages and reducing the risk of phishing attacks. This security feature makes it easier for staff to distinguish between internal and external communications.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select value", "name": "standards.SpoofWarn.state", - "values": [ + "options": [ { "label": "Enabled", "value": "enabled" @@ -875,45 +1541,59 @@ "value": "disabled" } ] + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "label": "Enter allowed senders(domain.com, *.domain.com or test@domain.com)", + "name": "standards.SpoofWarn.AllowListAdd" } ], "label": "Enable or disable 'external' warning in Outlook", "impact": "Low Impact", "impactColour": "info", - "powershellEquivalent": "et-ExternalInOutlook –Enabled $true or $false", - "recommendedBy": ["CIS"] + "addedDate": "2021-11-16", + "powershellEquivalent": "Set-ExternalInOutlook \u2013Enabled $true or $false", + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.EnableMailTips", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS", "exo_mailtipsenabled"], + "tag": ["CIS M365 5.0 (6.5.2)", "exo_mailtipsenabled"], "helpText": "Enables all MailTips in Outlook. MailTips are the notifications Outlook and Outlook on the web shows when an email you create, meets some requirements", + "executiveText": "Enables helpful notifications in Outlook that warn users about potential email issues, such as sending to large groups, external recipients, or invalid addresses. This reduces email mistakes and improves communication efficiency by providing real-time guidance to employees.", "addedComponent": [ { "type": "number", "name": "standards.EnableMailTips.MailTipsLargeAudienceThreshold", "label": "Number of recipients to trigger the large audience MailTip (Default is 25)", "placeholder": "Enter a profile name", - "default": 25 + "defaultValue": 25 } ], "label": "Enable all MailTips", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-01-14", "powershellEquivalent": "Set-OrganizationConfig", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.TeamsMeetingsByDefault", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the default state for automatically turning meetings into Teams meetings for the tenant. This can be overridden by the user in Outlook.", + "executiveText": "Automatically adds Microsoft Teams meeting links to calendar invitations by default, streamlining the process of creating virtual meetings. This improves collaboration efficiency and ensures consistent meeting experiences across the organization, though users can override this setting when needed.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, + "creatable": false, "label": "Select value", "name": "standards.TeamsMeetingsByDefault.state", - "values": [ + "options": [ { "label": "Enabled", "value": "true" @@ -928,90 +1608,175 @@ "label": "Set Teams Meetings by default state", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-05-31", "powershellEquivalent": "Set-OrganizationConfig -OnlineMeetingsByDefaultEnabled", "recommendedBy": [] }, { "name": "standards.DisableViva", "cat": "Exchange Standards", - "tag": ["lowimpact"], - "helpText": "Disables the daily viva reports for all users.", + "tag": [], + "helpText": "Disables the daily viva reports for all users. This standard requires the CIPP-SAM application to have the Company Administrator (Global Admin) role in the tenant. Enable this using CIPP > Advanced > Super Admin > SAM App Roles. Activate the roles with a CPV refresh.", "docsDescription": "", + "executiveText": "Disables daily Microsoft Viva Insights reports that are automatically sent to employees, reducing email volume and allowing organizations to control when and how productivity insights are shared. This can help prevent information overload while maintaining the ability to access insights when needed.", "addedComponent": [], "label": "Disable daily Insight/Viva reports", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2022-05-25", "powershellEquivalent": "Set-UserBriefingConfig", "recommendedBy": [] }, { "name": "standards.RotateDKIM", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["CIS M365 5.0 (2.1.9)"], "helpText": "Rotate DKIM keys that are 1024 bit to 2048 bit", + "executiveText": "Upgrades email security by replacing older 1024-bit encryption keys with stronger 2048-bit keys for email authentication. This improves the organization's email security posture and helps prevent email spoofing and tampering, maintaining trust with email recipients.", "addedComponent": [], "label": "Rotate DKIM keys that are 1024 bit to 2048 bit", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-03-14", "powershellEquivalent": "Rotate-DkimSigningConfig", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.AddDKIM", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["CIS M365 5.0 (2.1.9)"], "helpText": "Enables DKIM for all domains that currently support it", + "executiveText": "Enables email authentication technology that digitally signs outgoing emails to verify they actually came from your organization. This prevents email spoofing, improves email deliverability, and protects the company's reputation by ensuring recipients can trust emails from your domains.", "addedComponent": [], "label": "Enables DKIM for all domains that currently support it", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-03-14", "powershellEquivalent": "New-DkimSigningConfig and Set-DkimSigningConfig", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.AddDMARCToMOERA", + "cat": "Global Standards", + "tag": ["CIS M365 5.0 (2.1.10)", "Security", "PhishingProtection"], + "helpText": "Note: requires 'Domain Name Administrator' GDAP role. This should be enabled even if the MOERA (onmicrosoft.com) domains is not used for sending. Enabling this prevents email spoofing. The default value is 'v=DMARC1; p=reject;' recommended because the domain is only used within M365 and reporting is not needed. Omitting pct tag default to 100%", + "docsDescription": "Note: requires 'Domain Name Administrator' GDAP role. Adds a DMARC record to MOERA (onmicrosoft.com) domains. This should be enabled even if the MOERA (onmicrosoft.com) domains is not used for sending. Enabling this prevents email spoofing. The default record is 'v=DMARC1; p=reject;' recommended because the domain is only used within M365 and reporting is not needed. Omitting pct tag default to 100%", + "executiveText": "Implements advanced email security for Microsoft's default domain names (onmicrosoft.com) to prevent criminals from impersonating your organization. This blocks fraudulent emails that could damage your company's reputation and protects partners and customers from phishing attacks using your domain names.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": true, + "required": false, + "placeholder": "v=DMARC1; p=reject; (recommended)", + "label": "Value", + "name": "standards.AddDMARCToMOERA.RecordValue", + "options": [ + { + "label": "v=DMARC1; p=reject; (recommended)", + "value": "v=DMARC1; p=reject;" + } + ] + } + ], + "label": "Enables DMARC on MOERA (onmicrosoft.com) domains", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-06-16", + "powershellEquivalent": "Portal only", + "recommendedBy": ["CIS", "Microsoft"] }, { "name": "standards.EnableMailboxAuditing", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS", "exo_mailboxaudit"], + "tag": [ + "CIS M365 5.0 (6.1.1)", + "CIS M365 5.0 (6.1.2)", + "CIS M365 5.0 (6.1.3)", + "exo_mailboxaudit", + "Essential 8 (1509)", + "Essential 8 (1683)", + "NIST CSF 2.0 (DE.CM-09)" + ], "helpText": "Enables Mailbox auditing for all mailboxes and on tenant level. Disables audit bypass on all mailboxes. Unified Audit Log needs to be enabled for this standard to function.", "docsDescription": "Enables mailbox auditing on tenant level and for all mailboxes. Disables audit bypass on all mailboxes. By default Microsoft does not enable mailbox auditing for Resource Mailboxes, Public Folder Mailboxes and DiscoverySearch Mailboxes. Unified Audit Log needs to be enabled for this standard to function.", + "executiveText": "Enables comprehensive logging of all email access and modifications across all employee mailboxes, providing detailed audit trails for security investigations and compliance requirements. This helps detect unauthorized access, data breaches, and supports regulatory compliance efforts.", "addedComponent": [], "label": "Enable Mailbox auditing", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-01-08", "powershellEquivalent": "Set-OrganizationConfig -AuditDisabled $false", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.AutoArchive", + "cat": "Exchange Standards", + "tag": [], + "helpText": "Configures the auto-archiving threshold percentage for the tenant. When a mailbox exceeds this threshold, the oldest items are automatically moved to the archive mailbox. Archive must be enabled manually or via the CIPP standard 'Enable Online Archive for all users'. More information can be found in [Microsoft's documentation.](https://learn.microsoft.com/en-us/exchange/security-and-compliance/messaging-records-management/auto-archiving)", + "docsDescription": "Configures the auto-archiving threshold at the organization level. Auto-archiving automatically moves the oldest items from a user's primary mailbox to their archive mailbox when mailbox usage exceeds the configured threshold percentage. This prevents mail flow disruptions caused by full mailboxes. Valid range is 80-100, where 100 disables auto-archiving for the tenant. More information can be found in [Microsoft's documentation.](https://learn.microsoft.com/en-us/exchange/security-and-compliance/messaging-records-management/auto-archiving)", + "executiveText": "Configures automatic archiving of mailbox items when storage approaches capacity, preventing email delivery failures due to full mailboxes. This proactive storage management ensures business continuity and reduces helpdesk tickets related to mailbox quota issues.", + "addedComponent": [ + { + "type": "number", + "name": "standards.AutoArchive.AutoArchivingThresholdPercentage", + "label": "Auto-Archiving Threshold Percentage (80-100, default 96, 100 disables)", + "defaultValue": 96, + "validators": { + "min": { "value": 80, "message": "Minimum value is 80" }, + "max": { "value": 100, "message": "Maximum value is 100" } + } + } + ], + "label": "Configure Auto-Archiving Threshold", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-12-11", + "powershellEquivalent": "Set-OrganizationConfig -AutoArchivingThresholdPercentage 80-100", + "recommendedBy": [] }, { "name": "standards.SendReceiveLimitTenant", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the Send and Receive limits for new users. Valid values are 1MB to 150MB", + "executiveText": "Establishes standard email attachment size limits for all new employees, balancing functionality with system performance and security. This prevents email system overload from large attachments while ensuring employees can share necessary files through appropriate channels.", "addedComponent": [ { "type": "number", "name": "standards.SendReceiveLimitTenant.SendLimit", "label": "Send limit in MB (Default is 35)", - "default": 35 + "defaultValue": 35, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 150, "message": "Maximum value is 150" } + } }, { "type": "number", "name": "standards.SendReceiveLimitTenant.ReceiveLimit", "label": "Receive Limit in MB (Default is 36)", - "default": 36 + "defaultValue": 36, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 150, "message": "Maximum value is 150" } + } } ], "label": "Set send/receive size limits", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-11-16", "powershellEquivalent": "Set-MailboxPlan", "recommendedBy": [] }, { "name": "standards.calDefault", "cat": "Exchange Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the default sharing level for the default calendar, for all users", "docsDescription": "Sets the default sharing level for the default calendar for all users in the tenant. You can read about the different sharing levels [here.](https://learn.microsoft.com/en-us/powershell/module/exchange/set-mailboxfolderpermission?view=exchange-ps#-accessrights)", + "executiveText": "Configures how much calendar information employees share by default with colleagues, balancing collaboration needs with privacy. This setting determines whether others can see meeting details, free/busy times, or just availability, helping optimize scheduling while protecting sensitive meeting information.", "disabledFeatures": { "report": true, "warn": true, @@ -1019,10 +1784,11 @@ }, "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select Sharing Level", - "name": "standards.calDefault.permissionlevel", - "values": [ + "name": "standards.calDefault.permissionLevel", + "options": [ { "label": "Owner - The user can create, read, edit, and delete all items in the folder, and create subfolders. The user is both folder owner and folder contact.", "value": "Owner" @@ -1073,46 +1839,161 @@ "label": "Set Sharing Level for Default calendar", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-04-27", "powershellEquivalent": "Set-MailboxFolderPermission", "recommendedBy": [] }, + { + "name": "standards.EXOOutboundSpamLimits", + "cat": "Exchange Standards", + "tag": ["CIS M365 5.0 (2.1.6)"], + "helpText": "Configures the outbound spam recipient limits (external per hour, internal per hour, per day) and the action to take when a limit is reached. The 'Set Outbound Spam Alert e-mail' standard is recommended to configure together with this one. ", + "docsDescription": "Configures the Exchange Online outbound spam recipient limits for external per hour, internal per hour, and per day, along with the action to take (e.g., BlockUser, Alert) when these limits are exceeded. This helps prevent abuse and manage email flow. Microsoft's recommendations can be found [here.](https://learn.microsoft.com/en-us/defender-office-365/recommended-settings-for-eop-and-office365#eop-outbound-spam-policy-settings) The 'Set Outbound Spam Alert e-mail' standard is recommended to configure together with this one.", + "executiveText": "Sets limits on how many emails employees can send per hour and per day to prevent spam and protect the organization's email reputation. When limits are exceeded, the system can alert administrators or temporarily block the user, helping detect compromised accounts or prevent abuse.", + "addedComponent": [ + { + "type": "number", + "name": "standards.EXOOutboundSpamLimits.RecipientLimitExternalPerHour", + "label": "External Recipient Limit Per Hour", + "defaultValue": 400, + "validators": { + "min": { "value": 0, "message": "Minimum value is 0" }, + "max": { "value": 10000, "message": "Maximum value is 10000" } + } + }, + { + "type": "number", + "name": "standards.EXOOutboundSpamLimits.RecipientLimitInternalPerHour", + "label": "Internal Recipient Limit Per Hour", + "defaultValue": 800, + "validators": { + "min": { "value": 0, "message": "Minimum value is 0" }, + "max": { "value": 10000, "message": "Maximum value is 10000" } + } + }, + { + "type": "number", + "name": "standards.EXOOutboundSpamLimits.RecipientLimitPerDay", + "label": "Daily Recipient Limit", + "defaultValue": 800, + "validators": { + "min": { "value": 0, "message": "Minimum value is 0" }, + "max": { "value": 10000, "message": "Maximum value is 10000" } + } + }, + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "name": "standards.EXOOutboundSpamLimits.ActionWhenThresholdReached", + "label": "Action When Threshold Reached", + "options": [ + { + "label": "Alert", + "value": "Alert" + }, + { + "label": "Block User", + "value": "BlockUser" + }, + { + "label": "Block user from sending mail for the rest of the day", + "value": "BlockUserForToday" + } + ] + } + ], + "label": "Set Exchange Outbound Spam Limits", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-05-13", + "powershellEquivalent": "Set-HostedOutboundSpamFilterPolicy", + "recommendedBy": ["CIPP", "CIS"] + }, { "name": "standards.DisableExternalCalendarSharing", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS", "exo_individualsharing"], + "tag": ["CIS M365 5.0 (1.3.3)", "exo_individualsharing"], "helpText": "Disables the ability for users to share their calendar with external users. Only for the default policy, so exclusions can be made if needed.", "docsDescription": "Disables external calendar sharing for the entire tenant. This is not a widely used feature, and it's therefore unlikely that this will impact users. Only for the default policy, so exclusions can be made if needed by making a new policy and assigning it to users.", + "executiveText": "Prevents employees from sharing their calendars with external parties, protecting sensitive meeting information and internal schedules from unauthorized access. This security measure helps maintain confidentiality of business activities while still allowing internal collaboration.", "addedComponent": [], "label": "Disable external calendar sharing", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-01-08", "powershellEquivalent": "Get-SharingPolicy | Set-SharingPolicy -Enabled $False", "recommendedBy": ["CIS"] }, + { + "name": "standards.AutoAddProxy", + "cat": "Exchange Standards", + "tag": [], + "helpText": "Automatically adds all available domains as a proxy address.", + "docsDescription": "Automatically finds all available domain names in the tenant, and tries to add proxy addresses based on the user's UPN to each of these.", + "executiveText": "Automatically creates email addresses for employees across all company domains, ensuring they can receive emails sent to any of the organization's domain names. This improves email delivery reliability and maintains consistent communication channels across different business units or brands.", + "addedComponent": [], + "label": "Automatically deploy proxy addresses", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-02-07", + "powershellEquivalent": "Set-Mailbox -EmailAddresses @{add=$EmailAddress}", + "recommendedBy": [], + "disabledFeatures": { + "report": true, + "warn": true, + "remediate": false + } + }, { "name": "standards.DisableAdditionalStorageProviders", "cat": "Exchange Standards", - "tag": ["lowimpact", "CIS", "exo_storageproviderrestricted"], + "tag": ["CIS M365 5.0 (6.5.3)", "exo_storageproviderrestricted"], "helpText": "Disables the ability for users to open files in Outlook on the Web, from other providers such as Box, Dropbox, Facebook, Google Drive, OneDrive Personal, etc.", "docsDescription": "Disables additional storage providers in OWA. This is to prevent users from using personal storage providers like Dropbox, Google Drive, etc. Usually this has little user impact.", + "executiveText": "Prevents employees from accessing personal cloud storage services like Dropbox or Google Drive through Outlook on the web, reducing data security risks and ensuring company information stays within approved corporate systems. This helps maintain data governance and prevents accidental data leaks.", "addedComponent": [], "label": "Disable additional storage providers in OWA", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-01-17", "powershellEquivalent": "Get-OwaMailboxPolicy | Set-OwaMailboxPolicy -AdditionalStorageProvidersEnabled $False", "recommendedBy": ["CIS"] }, + { + "name": "standards.AntiSpamSafeList", + "cat": "Defender Standards", + "tag": ["CIS M365 5.0 (2.1.13)"], + "helpText": "Sets the anti-spam connection filter policy option 'safe list' in Defender.", + "docsDescription": "Sets [Microsoft's built-in 'safe list'](https://learn.microsoft.com/en-us/powershell/module/exchange/set-hostedconnectionfilterpolicy?view=exchange-ps#-enablesafelist) in the anti-spam connection filter policy, rather than setting a custom safe/block list of IPs.", + "executiveText": "Enables Microsoft's pre-approved list of trusted email servers to improve email delivery from legitimate sources while maintaining spam protection. This reduces false positives where legitimate emails might be blocked while still protecting against spam and malicious emails.", + "addedComponent": [ + { + "type": "switch", + "name": "standards.AntiSpamSafeList.EnableSafeList", + "label": "Enable Safe List" + } + ], + "label": "Set Anti-Spam Connection Filter Safe List", + "impact": "Medium Impact", + "impactColour": "info", + "addedDate": "2025-02-15", + "powershellEquivalent": "Set-HostedConnectionFilterPolicy \"Default\" -EnableSafeList $true", + "recommendedBy": [] + }, { "name": "standards.ShortenMeetings", "cat": "Exchange Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Sets the shorten meetings settings on a tenant level. This will shorten meetings by the selected amount of minutes. Valid values are 0 to 29. Short meetings are under 60 minutes, long meetings are over 60 minutes.", + "executiveText": "Automatically shortens calendar meetings by a specified number of minutes to provide buffer time between meetings, reducing back-to-back scheduling stress and allowing employees time to transition between meetings. This improves work-life balance and meeting effectiveness.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select value", "name": "standards.ShortenMeetings.ShortenEventScopeDefault", - "values": [ + "options": [ { "label": "Disabled/None", "value": "None" @@ -1131,33 +2012,44 @@ "type": "number", "name": "standards.ShortenMeetings.DefaultMinutesToReduceShortEventsBy", "label": "Minutes to reduce short calendar events by (Default is 5)", - "default": 5 + "defaultValue": 5, + "validators": { + "min": { "value": 0, "message": "Minimum value is 0" }, + "max": { "value": 29, "message": "Maximum value is 29" } + } }, { "type": "number", "name": "standards.ShortenMeetings.DefaultMinutesToReduceLongEventsBy", "label": "Minutes to reduce long calendar events by (Default is 10)", - "default": 10 + "defaultValue": 10, + "validators": { + "min": { "value": 0, "message": "Minimum value is 0" }, + "max": { "value": 29, "message": "Maximum value is 29" } + } } ], "label": "Set shorten meetings state", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-05-27", "powershellEquivalent": "Set-OrganizationConfig -ShortenEventScopeDefault -DefaultMinutesToReduceShortEventsBy -DefaultMinutesToReduceLongEventsBy", "recommendedBy": [] }, { "name": "standards.Bookings", "cat": "Exchange Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Sets the state of Bookings on the tenant. Bookings is a scheduling tool that allows users to book appointments with others both internal and external.", "docsDescription": "", + "executiveText": "Controls whether employees can use Microsoft Bookings to create online appointment scheduling pages for internal and external clients. This feature can improve customer service and streamline appointment management, but may need to be controlled for security or business process reasons.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select value", "name": "standards.Bookings.state", - "values": [ + "options": [ { "label": "Enabled", "value": "true" @@ -1172,27 +2064,69 @@ "label": "Set Bookings state", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-05-31", "powershellEquivalent": "Set-OrganizationConfig -BookingsEnabled", "recommendedBy": [] }, + { + "name": "standards.EXODirectSend", + "cat": "Exchange Standards", + "tag": [], + "helpText": "Sets the state of Direct Send in Exchange Online. Direct Send allows applications to send emails directly to Exchange Online mailboxes as the tenants domains, without requiring authentication.", + "docsDescription": "Controls whether applications can use Direct Send to send emails directly to Exchange Online mailboxes as the tenants domains, without requiring authentication. A detailed explanation from Microsoft can be found [here.](https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365)", + "executiveText": "Controls whether business applications and devices (like printers or scanners) can send emails through the company's email system without authentication. While this enables convenient features like scan-to-email, it may pose security risks and should be carefully managed.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "label": "Select value", + "name": "standards.EXODirectSend.state", + "options": [ + { + "label": "Enabled", + "value": "enabled" + }, + { + "label": "Disabled", + "value": "disabled" + } + ] + } + ], + "label": "Set Direct Send state", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-05-28", + "powershellEquivalent": "Set-OrganizationConfig -RejectDirectSend $true/$false", + "recommendedBy": [] + }, { "name": "standards.DisableOutlookAddins", "cat": "Exchange Standards", - "tag": ["mediumimpact", "CIS", "exo_outlookaddins"], + "tag": [ + "CIS M365 5.0 (6.3.1)", + "exo_outlookaddins", + "NIST CSF 2.0 (PR.AA-05)", + "NIST CSF 2.0 (PR.PS-05)" + ], "helpText": "Disables the ability for users to install add-ins in Outlook. This is to prevent users from installing malicious add-ins.", "docsDescription": "Disables users from being able to install add-ins in Outlook. Only admins are able to approve add-ins for the users. This is done to reduce the threat surface for data exfiltration.", + "executiveText": "Prevents employees from installing third-party add-ins in Outlook without administrative approval, reducing security risks from potentially malicious extensions. This ensures only vetted and approved tools can access company email data while maintaining centralized control over email functionality.", "addedComponent": [], "label": "Disable users from installing add-ins in Outlook", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-02-05", "powershellEquivalent": "Get-ManagementRoleAssignment | Remove-ManagementRoleAssignment", "recommendedBy": ["CIS"] }, { "name": "standards.SafeSendersDisable", "cat": "Exchange Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Loops through all users and removes the Safe Senders list. This is to prevent SPF bypass attacks, as the Safe Senders list is not checked by SPF.", + "executiveText": "Removes user-defined safe sender lists to prevent security bypasses where malicious emails could avoid spam filtering. This ensures all emails go through proper security screening, even if users have previously marked senders as 'safe', improving overall email security.", "addedComponent": [], "disabledFeatures": { "report": true, @@ -1202,47 +2136,60 @@ "label": "Remove Safe Senders to prevent SPF bypass", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2023-10-26", "powershellEquivalent": "Set-MailboxJunkEmailConfiguration", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.DelegateSentItems", "cat": "Exchange Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Sets emails sent as and on behalf of shared mailboxes to also be stored in the shared mailbox sent items folder", "docsDescription": "This makes sure that e-mails sent from shared mailboxes or delegate mailboxes, end up in the mailbox of the shared/delegate mailbox instead of the sender, allowing you to keep replies in the same mailbox as the original e-mail.", - "addedComponent": [], + "executiveText": "Ensures emails sent from shared mailboxes (like info@company.com) are stored in the shared mailbox rather than the individual sender's mailbox. This maintains complete email threads in one location, improving collaboration and ensuring all team members can see the full conversation history.", + "addedComponent": [ + { + "type": "switch", + "label": "Include user mailboxes", + "name": "standards.DelegateSentItems.IncludeUserMailboxes" + } + ], "label": "Set mailbox Sent Items delegation (Sent items for shared mailboxes)", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2021-11-16", "powershellEquivalent": "Set-Mailbox", "recommendedBy": [] }, { "name": "standards.SendFromAlias", "cat": "Exchange Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Enables the ability for users to send from their alias addresses.", "docsDescription": "Allows users to change the 'from' address to any set in their Azure AD Profile.", + "executiveText": "Allows employees to send emails from their alternative email addresses (aliases) rather than just their primary address. This is useful for employees who manage multiple roles or departments, enabling them to send emails from the most appropriate address for the context.", "addedComponent": [], "label": "Allow users to send from their alias addresses", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2022-05-25", "powershellEquivalent": "Set-Mailbox", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.UserSubmissions", "cat": "Exchange Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Set the state of the spam submission button in Outlook", "docsDescription": "Set the state of the built-in Report button in Outlook. This gives the users the ability to report emails as spam or phish.", + "executiveText": "Enables employees to easily report suspicious emails directly from Outlook, helping improve the organization's spam and phishing detection systems. This crowdsourced approach to security allows users to contribute to threat detection while providing valuable feedback to enhance email security filters.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select value", "name": "standards.UserSubmissions.state", - "values": [ + "options": [ { "label": "Enabled", "value": "enable" @@ -1254,52 +2201,102 @@ ] }, { - "type": "input", + "type": "textField", "name": "standards.UserSubmissions.email", + "required": false, "label": "Destination email address" } ], "label": "Set the state of the built-in Report button in Outlook", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-06-28", "powershellEquivalent": "New-ReportSubmissionPolicy or Set-ReportSubmissionPolicy and New-ReportSubmissionRule or Set-ReportSubmissionRule", "recommendedBy": [] }, { "name": "standards.DisableSharedMailbox", "cat": "Exchange Standards", - "tag": ["mediumimpact", "CIS"], + "tag": ["CIS M365 5.0 (1.2.2)", "CISA (MS.AAD.10.1v1)", "NIST CSF 2.0 (PR.AA-01)"], "helpText": "Blocks login for all accounts that are marked as a shared mailbox. This is Microsoft best practice to prevent direct logons to shared mailboxes.", "docsDescription": "Shared mailboxes can be directly logged into if the password is reset, this presents a security risk as do all shared login credentials. Microsoft's recommendation is to disable the user account for shared mailboxes. It would be a good idea to review the sign-in reports to establish potential impact.", + "executiveText": "Prevents direct login to shared mailbox accounts (like info@company.com), ensuring they can only be accessed through authorized users' accounts. This security measure eliminates the risk of shared passwords and unauthorized access while maintaining proper access control and audit trails.", "addedComponent": [], - "label": "Disable Shared Mailbox AAD accounts", + "label": "Disable Shared Mailbox Entra accounts", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2021-11-16", "powershellEquivalent": "Get-Mailbox & Update-MgUser", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.DisableResourceMailbox", + "cat": "Exchange Standards", + "tag": ["NIST CSF 2.0 (PR.AA-01)"], + "helpText": "Blocks login for all accounts that are marked as a resource mailbox and does not have a license assigned. Accounts that are synced from on-premises AD are excluded, as account state is managed in the on-premises AD.", + "docsDescription": "Resource mailboxes can be directly logged into if the password is reset, this presents a security risk as do all shared login credentials. Microsoft's recommendation is to disable the user account for resource mailboxes. Accounts that are synced from on-premises AD are excluded, as account state is managed in the on-premises AD.", + "executiveText": "Prevents direct login to resource mailbox accounts (like conference rooms or equipment), ensuring they can only be managed through proper administrative channels. This security measure eliminates potential unauthorized access to resource scheduling systems while maintaining proper booking functionality.", + "addedComponent": [], + "label": "Disable Unlicensed Resource Mailbox Entra accounts", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-06-01", + "powershellEquivalent": "Get-Mailbox & Update-MgUser", + "recommendedBy": ["Microsoft", "CIPP"] }, { "name": "standards.EXODisableAutoForwarding", "cat": "Exchange Standards", - "tag": ["highimpact", "CIS", "mdo_autoforwardingmode", "mdo_blockmailforward"], + "tag": [ + "CIS M365 5.0 (6.2.1)", + "mdo_autoforwardingmode", + "mdo_blockmailforward", + "CISA (MS.EXO.4.1v1)", + "NIST CSF 2.0 (PR.DS-02)" + ], "helpText": "Disables the ability for users to automatically forward e-mails to external recipients.", "docsDescription": "Disables the ability for users to automatically forward e-mails to external recipients. This is to prevent data exfiltration. Please check if there are any legitimate use cases for this feature before implementing, like forwarding invoices and such.", + "executiveText": "Prevents employees from automatically forwarding company emails to external addresses, protecting against data leaks and unauthorized information sharing. This security measure helps maintain control over sensitive business communications while preventing both accidental and intentional data exfiltration.", "addedComponent": [], "label": "Disable automatic forwarding to external recipients", "impact": "High Impact", "impactColour": "danger", + "addedDate": "2024-07-26", "powershellEquivalent": "Set-HostedOutboundSpamFilterPolicy -AutoForwardingMode 'Off'", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.RetentionPolicyTag", + "cat": "Exchange Standards", + "tag": ["CIS M365 5.0 (6.4.1)"], + "helpText": "Creates a CIPP - Deleted Items retention policy tag that permanently deletes items in the Deleted Items folder after X days.", + "docsDescription": "Creates a CIPP - Deleted Items retention policy tag that permanently deletes items in the Deleted Items folder after X days.", + "executiveText": "Automatically and permanently removes deleted emails after a specified number of days, helping manage storage costs and ensuring compliance with data retention policies. This prevents accumulation of unnecessary deleted items while maintaining a reasonable recovery window for accidentally deleted emails.", + "addedComponent": [ + { + "type": "number", + "name": "standards.RetentionPolicyTag.AgeLimitForRetention", + "label": "Retention Days", + "required": true + } + ], + "label": "Retention Policy, permanently delete items in Deleted Items after X days", + "impact": "High Impact", + "impactColour": "danger", + "addedDate": "2025-02-02", + "powershellEquivalent": "Set-RetentionPolicyTag", + "recommendedBy": [] }, { "name": "standards.QuarantineRequestAlert", "cat": "Defender Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets a e-mail address to alert when a User requests to release a quarantined message.", "docsDescription": "Sets a e-mail address to alert when a User requests to release a quarantined message. This is useful for monitoring and ensuring that the correct messages are released.", + "executiveText": "Notifies IT administrators when employees request to release emails that were quarantined for security reasons, enabling oversight of potentially dangerous messages. This helps ensure that legitimate emails are released while maintaining security controls over suspicious content.", "addedComponent": [ { - "type": "input", + "type": "textField", "name": "standards.QuarantineRequestAlert.NotifyUser", "label": "E-mail to receive the alert" } @@ -1307,34 +2304,122 @@ "label": "Quarantine Release Request Alert", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-07-15", + "powershellEquivalent": "New-ProtectionAlert and Set-ProtectionAlert", + "recommendedBy": [] + }, + { + "name": "standards.SharePointMassDeletionAlert", + "cat": "Defender Standards", + "tag": [], + "helpText": "Sets a e-mail address to alert when a User deletes more than 20 SharePoint files within 60 minutes. NB: Requires a Office 365 E5 subscription, Office 365 E3 with Threat Intelligence or Office 365 EquivioAnalytics add-on.", + "docsDescription": "Sets a e-mail address to alert when a User deletes more than 20 SharePoint files within 60 minutes. This is useful for monitoring and ensuring that the correct SharePoint files are deleted. NB: Requires a Office 365 E5 subscription, Office 365 E3 with Threat Intelligence or Office 365 EquivioAnalytics add-on.", + "executiveText": "Alerts administrators when employees delete large numbers of SharePoint files in a short time period, helping detect potential data destruction attacks, ransomware, or accidental mass deletions. This early warning system enables rapid response to protect critical business documents and data.", + "addedComponent": [ + { + "type": "number", + "name": "standards.SharePointMassDeletionAlert.Threshold", + "label": "Max files to delete within the time frame", + "defaultValue": 20 + }, + { + "type": "number", + "name": "standards.SharePointMassDeletionAlert.TimeWindow", + "label": "Time frame in minutes", + "defaultValue": 60 + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": true, + "name": "standards.SharePointMassDeletionAlert.NotifyUser", + "label": "E-mail to receive the alert" + } + ], + "label": "SharePoint Mass Deletion Alert", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-04-07", "powershellEquivalent": "New-ProtectionAlert and Set-ProtectionAlert", "recommendedBy": [] }, + { + "name": "standards.SafeLinksTemplatePolicy", + "label": "SafeLinks Policy Template", + "cat": "Templates", + "multiple": false, + "disabledFeatures": { + "report": false, + "warn": false, + "remediate": false + }, + "impact": "Medium Impact", + "addedDate": "2025-04-29", + "helpText": "Deploy and manage SafeLinks policy templates to protect against malicious URLs in emails and Office documents.", + "executiveText": "Deploys standardized URL protection policies that automatically scan and verify links in emails and documents before users click them. This template-based approach ensures consistent protection against malicious websites and phishing attacks across the organization.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": true, + "creatable": false, + "name": "standards.SafeLinksTemplatePolicy.TemplateIds", + "label": "Select SafeLinks Policy Templates", + "api": { + "url": "/api/ListSafeLinksPolicyTemplates", + "labelField": "TemplateName", + "valueField": "GUID", + "queryKey": "ListSafeLinksPolicyTemplates" + } + } + ] + }, { "name": "standards.SafeLinksPolicy", "cat": "Defender Standards", - "tag": ["lowimpact", "CIS", "mdo_safelinksforemail", "mdo_safelinksforOfficeApps"], - "helpText": "This creates a safelink policy that automatically scans, tracks, and and enables safe links for Email, Office, and Teams for both external and internal senders", + "tag": [ + "CIS M365 5.0 (2.1.1)", + "mdo_safelinksforemail", + "mdo_safelinksforOfficeApps", + "NIST CSF 2.0 (DE.CM-09)" + ], + "helpText": "This creates a Safe Links policy that automatically scans, tracks, and and enables safe links for Email, Office, and Teams for both external and internal senders", "addedComponent": [ { - "type": "boolean", + "type": "textField", + "name": "standards.SafeLinksPolicy.name", + "label": "Policy Name", + "required": true, + "defaultValue": "CIPP Default SafeLinks Policy" + }, + { + "type": "switch", "label": "AllowClickThrough", "name": "standards.SafeLinksPolicy.AllowClickThrough" }, { - "type": "boolean", + "type": "switch", "label": "DisableUrlRewrite", "name": "standards.SafeLinksPolicy.DisableUrlRewrite" }, { - "type": "boolean", + "type": "switch", "label": "EnableOrganizationBranding", "name": "standards.SafeLinksPolicy.EnableOrganizationBranding" + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "name": "standards.SafeLinksPolicy.DoNotRewriteUrls", + "label": "Do not rewrite the following URLs in email" } ], - "label": "Default SafeLinks Policy", + "label": "Default Safe Links Policy", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-03-25", "powershellEquivalent": "Set-SafeLinksPolicy or New-SafeLinksPolicy", "recommendedBy": ["CIS"] }, @@ -1342,53 +2427,65 @@ "name": "standards.AntiPhishPolicy", "cat": "Defender Standards", "tag": [ - "lowimpact", - "CIS", "mdo_safeattachments", "mdo_highconfidencespamaction", "mdo_highconfidencephishaction", "mdo_phisspamacation", "mdo_spam_notifications_only_for_admins", "mdo_antiphishingpolicies", - "mdo_phishthresholdlevel" + "mdo_phishthresholdlevel", + "CIS M365 5.0 (2.1.7)", + "NIST CSF 2.0 (DE.CM-09)" ], - "helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mailtips.", + "helpText": "This creates a Anti-Phishing policy that automatically enables Mailbox Intelligence and spoofing, optional switches for Mail tips.", "addedComponent": [ + { + "type": "textField", + "name": "standards.AntiPhishPolicy.name", + "label": "Policy Name", + "required": true, + "defaultValue": "CIPP Default Anti-Phishing Policy" + }, { "type": "number", "label": "Phishing email threshold. (Default 1)", "name": "standards.AntiPhishPolicy.PhishThresholdLevel", - "default": 1 + "defaultValue": 1, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 4, "message": "Maximum value is 4" } + } }, { - "type": "boolean", + "type": "switch", "label": "Show first contact safety tip", "name": "standards.AntiPhishPolicy.EnableFirstContactSafetyTips", - "default": true + "defaultValue": true }, { - "type": "boolean", + "type": "switch", "label": "Show user impersonation safety tip", "name": "standards.AntiPhishPolicy.EnableSimilarUsersSafetyTips", - "default": true + "defaultValue": true }, { - "type": "boolean", + "type": "switch", "label": "Show domain impersonation safety tip", "name": "standards.AntiPhishPolicy.EnableSimilarDomainsSafetyTips", - "default": true + "defaultValue": true }, { - "type": "boolean", + "type": "switch", "label": "Show user impersonation unusual characters safety tip", "name": "standards.AntiPhishPolicy.EnableUnusualCharactersSafetyTips", - "default": true + "defaultValue": true }, { - "type": "Select", + "type": "select", + "multiple": false, "label": "If the message is detected as spoof by spoof intelligence", "name": "standards.AntiPhishPolicy.AuthenticationFailAction", - "values": [ + "options": [ { "label": "Quarantine the message", "value": "Quarantine" @@ -1400,10 +2497,12 @@ ] }, { - "type": "Select", + "type": "select", + "multiple": false, + "creatable": true, "label": "Quarantine policy for Spoof", "name": "standards.AntiPhishPolicy.SpoofQuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1419,10 +2518,11 @@ ] }, { - "type": "Select", + "type": "select", + "multiple": false, "label": "If a message is detected as user impersonation", "name": "standards.AntiPhishPolicy.TargetedUserProtectionAction", - "values": [ + "options": [ { "label": "Move to Junk Folder", "value": "MoveToJmf" @@ -1438,10 +2538,12 @@ ] }, { - "type": "Select", + "type": "select", + "multiple": false, + "creatable": true, "label": "Quarantine policy for user impersonation", "name": "standards.AntiPhishPolicy.TargetedUserQuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1457,10 +2559,11 @@ ] }, { - "type": "Select", + "type": "select", + "multiple": false, "label": "If a message is detected as domain impersonation", "name": "standards.AntiPhishPolicy.TargetedDomainProtectionAction", - "values": [ + "options": [ { "label": "Move to Junk Folder", "value": "MoveToJmf" @@ -1476,10 +2579,12 @@ ] }, { - "type": "Select", + "type": "select", + "multiple": false, + "creatable": true, "label": "Quarantine policy for domain impersonation", "name": "standards.AntiPhishPolicy.TargetedDomainQuarantineTag", - "values": [ + "options": [ { "label": "DefaultFullAccessWithNotificationPolicy", "value": "DefaultFullAccessWithNotificationPolicy" @@ -1495,10 +2600,11 @@ ] }, { - "type": "Select", + "type": "select", + "multiple": false, "label": "If Mailbox Intelligence detects an impersonated user", "name": "standards.AntiPhishPolicy.MailboxIntelligenceProtectionAction", - "values": [ + "options": [ { "label": "Move to Junk Folder", "value": "MoveToJmf" @@ -1514,10 +2620,12 @@ ] }, { - "type": "Select", + "type": "select", + "multiple": false, + "creatable": true, "label": "Apply quarantine policy", "name": "standards.AntiPhishPolicy.MailboxIntelligenceQuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1536,26 +2644,35 @@ "label": "Default Anti-Phishing Policy", "impact": "Low Impact", "impactColour": "info", - "powershellEquivalent": "Set-AntiphishPolicy or New-AntiphishPolicy", + "addedDate": "2024-03-25", + "powershellEquivalent": "Set-AntiPhishPolicy or New-AntiPhishPolicy", "recommendedBy": ["CIS"] }, { "name": "standards.SafeAttachmentPolicy", "cat": "Defender Standards", "tag": [ - "lowimpact", - "CIS", + "CIS M365 5.0 (2.1.4)", "mdo_safedocuments", "mdo_commonattachmentsfilter", - "mdo_safeattachmentpolicy" + "mdo_safeattachmentpolicy", + "NIST CSF 2.0 (DE.CM-09)" ], "helpText": "This creates a Safe Attachment policy", "addedComponent": [ { - "type": "Select", - "label": "Action", - "name": "standards.SafeAttachmentPolicy.Action", - "values": [ + "type": "textField", + "name": "standards.SafeAttachmentPolicy.name", + "label": "Policy Name", + "required": true, + "defaultValue": "CIPP Default Safe Attachment Policy" + }, + { + "type": "select", + "multiple": false, + "label": "Safe Attachment Action", + "name": "standards.SafeAttachmentPolicy.SafeAttachmentAction", + "options": [ { "label": "Allow", "value": "Allow" @@ -1571,10 +2688,12 @@ ] }, { - "type": "Select", + "type": "select", + "multiple": false, + "creatable": true, "label": "QuarantineTag", "name": "standards.SafeAttachmentPolicy.QuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1590,52 +2709,121 @@ ] }, { - "type": "boolean", + "type": "switch", "label": "Redirect", "name": "standards.SafeAttachmentPolicy.Redirect" }, { - "type": "input", + "type": "textField", "name": "standards.SafeAttachmentPolicy.RedirectAddress", - "label": "Redirect Address" + "label": "Redirect Address", + "required": false, + "condition": { + "field": "standards.SafeAttachmentPolicy.Redirect", + "compareType": "is", + "compareValue": true + } } ], "label": "Default Safe Attachment Policy", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-03-25", "powershellEquivalent": "Set-SafeAttachmentPolicy or New-SafeAttachmentPolicy", "recommendedBy": ["CIS"] }, { "name": "standards.AtpPolicyForO365", "cat": "Defender Standards", - "tag": ["lowimpact", "CIS"], - "helpText": "This creates a Atp policy that enables Defender for Office 365 for Sharepoint, OneDrive and Microsoft Teams.", + "tag": ["CIS M365 5.0 (2.1.5)", "NIST CSF 2.0 (DE.CM-09)"], + "helpText": "This creates a Atp policy that enables Defender for Office 365 for SharePoint, OneDrive and Microsoft Teams.", "addedComponent": [ { - "type": "boolean", + "type": "switch", "label": "Allow people to click through Protected View even if Safe Documents identified the file as malicious", "name": "standards.AtpPolicyForO365.AllowSafeDocsOpen", - "default": false + "defaultValue": false, + "required": false } ], "label": "Default Atp Policy For O365", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-03-25", "powershellEquivalent": "Set-AtpPolicyForO365", "recommendedBy": ["CIS"] }, + { + "name": "standards.PhishingSimulations", + "cat": "Defender Standards", + "tag": [], + "helpText": "This creates a phishing simulation policy that enables phishing simulations for the entire tenant.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": true, + "label": "Phishing Simulation Domains", + "name": "standards.PhishingSimulations.Domains" + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": true, + "label": "Phishing Simulation Sender IP Ranges", + "name": "standards.PhishingSimulations.SenderIpRanges" + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "label": "Phishing Simulation Urls", + "name": "standards.PhishingSimulations.PhishingSimUrls" + }, + { + "type": "switch", + "label": "Remove extra urls", + "name": "standards.PhishingSimulations.RemoveExtraUrls", + "defaultValue": false, + "required": false + } + ], + "label": "Phishing Simulation Configuration", + "impact": "Medium Impact", + "impactColour": "info", + "addedDate": "2025-03-27", + "powershellEquivalent": "New-TenantAllowBlockListItems, New-PhishSimOverridePolicy and New-ExoPhishSimOverrideRule", + "recommendedBy": [] + }, { "name": "standards.MalwareFilterPolicy", "cat": "Defender Standards", - "tag": ["lowimpact", "CIS", "mdo_zapspam", "mdo_zapphish", "mdo_zapmalware"], + "tag": [ + "CIS M365 5.0 (2.1.2)", + "CIS M365 5.0 (2.1.3)", + "mdo_zapspam", + "mdo_zapphish", + "mdo_zapmalware", + "NIST CSF 2.0 (DE.CM-09)" + ], "helpText": "This creates a Malware filter policy that enables the default File filter and Zero-hour auto purge for malware.", "addedComponent": [ { - "type": "Select", + "type": "textField", + "name": "standards.MalwareFilterPolicy.name", + "label": "Policy Name", + "required": true, + "defaultValue": "CIPP Default Malware Policy" + }, + { + "type": "select", + "multiple": false, "label": "FileTypeAction", "name": "standards.MalwareFilterPolicy.FileTypeAction", - "values": [ + "options": [ { "label": "Reject", "value": "Reject" @@ -1647,15 +2835,18 @@ ] }, { - "type": "input", + "type": "textField", "name": "standards.MalwareFilterPolicy.OptionalFileTypes", + "required": false, "label": "Optional File Types, Comma separated" }, { - "type": "Select", + "type": "select", + "multiple": false, + "creatable": true, "label": "QuarantineTag", "name": "standards.MalwareFilterPolicy.QuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1671,49 +2862,108 @@ ] }, { - "type": "boolean", + "type": "switch", "label": "Enable Internal Sender Admin Notifications", + "required": false, "name": "standards.MalwareFilterPolicy.EnableInternalSenderAdminNotifications" }, { - "type": "input", + "type": "textField", "name": "standards.MalwareFilterPolicy.InternalSenderAdminAddress", - "label": "Internal Sender Admin Address" + "required": false, + "label": "Internal Sender Admin Address", + "condition": { + "field": "standards.MalwareFilterPolicy.EnableInternalSenderAdminNotifications", + "compareType": "is", + "compareValue": true + } }, { - "type": "boolean", + "type": "switch", "label": "Enable External Sender Admin Notifications", + "required": false, "name": "standards.MalwareFilterPolicy.EnableExternalSenderAdminNotifications" }, { - "type": "input", + "type": "textField", "name": "standards.MalwareFilterPolicy.ExternalSenderAdminAddress", - "label": "External Sender Admin Address" + "required": false, + "label": "External Sender Admin Address", + "condition": { + "field": "standards.MalwareFilterPolicy.EnableExternalSenderAdminNotifications", + "compareType": "is", + "compareValue": true + } } ], "label": "Default Malware Filter Policy", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-03-25", "powershellEquivalent": "Set-MalwareFilterPolicy or New-MalwareFilterPolicy", "recommendedBy": ["CIS"] }, + { + "name": "standards.PhishSimSpoofIntelligence", + "cat": "Defender Standards", + "tag": [], + "helpText": "This adds allowed domains to the Spoof Intelligence Allow/Block List.", + "addedComponent": [ + { + "type": "switch", + "label": "Remove extra domains from the allow list", + "name": "standards.PhishSimSpoofIntelligence.RemoveExtraDomains", + "defaultValue": false, + "required": false + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "label": "Allowed Domains", + "name": "standards.PhishSimSpoofIntelligence.AllowedDomains" + } + ], + "label": "Add allowed domains to Spoof Intelligence", + "impact": "Medium Impact", + "impactColour": "info", + "addedDate": "2025-03-28", + "powershellEquivalent": "New-TenantAllowBlockListSpoofItems", + "recommendedBy": [] + }, { "name": "standards.SpamFilterPolicy", "cat": "Defender Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "This standard creates a Spam filter policy similar to the default strict policy.", + "docsDescription": "This standard creates a Spam filter policy similar to the default strict policy, the following settings are configured to on by default: IncreaseScoreWithNumericIps, IncreaseScoreWithRedirectToOtherPort, MarkAsSpamEmptyMessages, MarkAsSpamJavaScriptInHtml, MarkAsSpamSpfRecordHardFail, MarkAsSpamFromAddressAuthFail, MarkAsSpamNdrBackscatter, MarkAsSpamBulkMail, InlineSafetyTipsEnabled, PhishZapEnabled, SpamZapEnabled", "addedComponent": [ + { + "type": "textField", + "name": "standards.SpamFilterPolicy.name", + "label": "Policy Name", + "required": true, + "defaultValue": "CIPP Default Spam Filter Policy" + }, { "type": "number", "label": "Bulk email threshold (Default 7)", "name": "standards.SpamFilterPolicy.BulkThreshold", - "default": 7 + "defaultValue": 7, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 9, "message": "Maximum value is 9" } + } }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, "label": "Spam Action", "name": "standards.SpamFilterPolicy.SpamAction", - "values": [ + "options": [ { "label": "Quarantine the message", "value": "Quarantine" @@ -1725,10 +2975,13 @@ ] }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": true, "label": "Spam Quarantine Tag", "name": "standards.SpamFilterPolicy.SpamQuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1744,10 +2997,13 @@ ] }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, "label": "High Confidence Spam Action", "name": "standards.SpamFilterPolicy.HighConfidenceSpamAction", - "values": [ + "options": [ { "label": "Quarantine the message", "value": "Quarantine" @@ -1759,10 +3015,13 @@ ] }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": true, "label": "High Confidence Spam Quarantine Tag", "name": "standards.SpamFilterPolicy.HighConfidenceSpamQuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1778,10 +3037,13 @@ ] }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, "label": "Bulk Spam Action", "name": "standards.SpamFilterPolicy.BulkSpamAction", - "values": [ + "options": [ { "label": "Quarantine the message", "value": "Quarantine" @@ -1793,10 +3055,13 @@ ] }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": true, "label": "Bulk Quarantine Tag", "name": "standards.SpamFilterPolicy.BulkQuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1812,10 +3077,13 @@ ] }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, "label": "Phish Spam Action", "name": "standards.SpamFilterPolicy.PhishSpamAction", - "values": [ + "options": [ { "label": "Quarantine the message", "value": "Quarantine" @@ -1827,10 +3095,13 @@ ] }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": true, "label": "Phish Quarantine Tag", "name": "standards.SpamFilterPolicy.PhishQuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1846,10 +3117,13 @@ ] }, { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": true, "label": "High Confidence Phish Quarantine Tag", "name": "standards.SpamFilterPolicy.HighConfidencePhishQuarantineTag", - "values": [ + "options": [ { "label": "AdminOnlyAccessPolicy", "value": "AdminOnlyAccessPolicy" @@ -1863,136 +3137,683 @@ "value": "DefaultFullAccessWithNotificationPolicy" } ] - } - ], - "label": "Default Spam Filter Policy", - "impact": "Medium Impact", - "impactColour": "warning", - "powershellEquivalent": "New-HostedContentFilterPolicy or Set-HostedContentFilterPolicy", - "recommendedBy": [] - }, - { - "name": "standards.intuneDeviceRetirementDays", - "cat": "Intune Standards", - "tag": ["lowimpact"], - "helpText": "A value between 0 and 270 is supported. A value of 0 disables retirement, retired devices are removed from Intune after the specified number of days.", + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.IncreaseScoreWithImageLinks", + "label": "Increase score if message contains image links to remote websites", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.IncreaseScoreWithBizOrInfoUrls", + "label": "Increase score if message contains links to .biz or .info domains", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.MarkAsSpamFramesInHtml", + "label": "Mark as spam if message contains HTML or iframe tags", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.MarkAsSpamObjectTagsInHtml", + "label": "Mark as spam if message contains HTML object tags", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.MarkAsSpamEmbedTagsInHtml", + "label": "Mark as spam if message contains HTML embed tags", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.MarkAsSpamFormTagsInHtml", + "label": "Mark as spam if message contains HTML form tags", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.MarkAsSpamWebBugsInHtml", + "label": "Mark as spam if message contains web bugs (also known as web beacons)", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.MarkAsSpamSensitiveWordList", + "label": "Mark as spam if message contains words from the sensitive words list", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.EnableLanguageBlockList", + "label": "Enable language block list", + "defaultValue": false + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "name": "standards.SpamFilterPolicy.LanguageBlockList", + "label": "Languages to block (uppercase ISO 639-1 two-letter)", + "condition": { + "field": "standards.SpamFilterPolicy.EnableLanguageBlockList", + "compareType": "is", + "compareValue": true + } + }, + { + "type": "switch", + "name": "standards.SpamFilterPolicy.EnableRegionBlockList", + "label": "Enable region block list", + "defaultValue": false + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "name": "standards.SpamFilterPolicy.RegionBlockList", + "label": "Regions to block (uppercase ISO 3166-1 two-letter)", + "condition": { + "field": "standards.SpamFilterPolicy.EnableRegionBlockList", + "compareType": "is", + "compareValue": true + } + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "name": "standards.SpamFilterPolicy.AllowedSenderDomains", + "label": "Allowed sender domains" + } + ], + "label": "Default Spam Filter Policy", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2024-07-15", + "powershellEquivalent": "New-HostedContentFilterPolicy or Set-HostedContentFilterPolicy", + "recommendedBy": [] + }, + { + "name": "standards.QuarantineTemplate", + "cat": "Defender Standards", + "disabledFeatures": { + "report": false, + "warn": false, + "remediate": false + }, + "tag": [], + "helpText": "This standard creates a Custom Quarantine Policies that can be used in Anti-Spam and all MDO365 policies. Quarantine Policies can be used to specify recipients permissions, enable end-user spam notifications, and specify the release action preference", + "executiveText": "Creates standardized quarantine policies that define how employees can interact with quarantined emails, including permissions to release, delete, or preview suspicious messages. This ensures consistent security handling across the organization while providing appropriate user access to manage quarantined content.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": true, + "name": "displayName", + "label": "Quarantine Display Name", + "required": true + }, + { + "type": "switch", + "label": "Enable end-user spam notifications", + "name": "ESNEnabled", + "defaultValue": true, + "required": false + }, + { + "type": "select", + "multiple": false, + "label": "Select release action preference", + "name": "ReleaseAction", + "options": [ + { + "label": "Allow recipients to request a message to be released from quarantine", + "value": "PermissionToRequestRelease" + }, + { + "label": "Allow recipients to release a message from quarantine", + "value": "PermissionToRelease" + } + ] + }, + { + "type": "switch", + "label": "Include Messages From Blocked Sender Address", + "name": "IncludeMessagesFromBlockedSenderAddress", + "defaultValue": false, + "required": false + }, + { + "type": "switch", + "label": "Allow recipients to delete message", + "name": "PermissionToDelete", + "defaultValue": false, + "required": false + }, + { + "type": "switch", + "label": "Allow recipients to preview message", + "name": "PermissionToPreview", + "defaultValue": false, + "required": false + }, + { + "type": "switch", + "label": "Allow recipients to block Sender Address", + "name": "PermissionToBlockSender", + "defaultValue": false, + "required": false + }, + { + "type": "switch", + "label": "Allow recipients to whitelist Sender Address", + "name": "PermissionToAllowSender", + "defaultValue": false, + "required": false + } + ], + "label": "Custom Quarantine Policy", + "multiple": true, + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-05-16", + "powershellEquivalent": "Set-QuarantinePolicy or New-QuarantinePolicy", + "recommendedBy": [] + }, + { + "name": "standards.intuneDeviceRetirementDays", + "cat": "Intune Standards", + "tag": [], + "helpText": "A value between 31 and 365 is supported. retired devices are removed from Intune after the specified number of days.", + "executiveText": "Automatically removes inactive devices from management after a specified period, helping maintain a clean device inventory and reducing security risks from abandoned or lost devices. This policy ensures that only actively used corporate devices remain in the management system.", "addedComponent": [ { "type": "number", "name": "standards.intuneDeviceRetirementDays.days", - "label": "Maximum days (0 equals disabled)" + "label": "Maximum days" } ], "label": "Set inactive device retirement days", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2023-05-19", "powershellEquivalent": "Graph API", - "recommendedBy": [] + "recommendedBy": ["CIPP"] }, { "name": "standards.intuneBrandingProfile", "cat": "Intune Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the branding profile for the Intune Company Portal app. This is a tenant wide setting and overrules any settings set on the app level.", + "executiveText": "Customizes the Intune Company Portal app with company branding, contact information, and support details, providing employees with a consistent corporate experience when managing their devices. This improves user experience and ensures employees know how to get IT support when needed.", "addedComponent": [ { - "type": "input", + "type": "textField", "name": "standards.intuneBrandingProfile.displayName", - "label": "Organization name" + "label": "Organization name", + "required": false }, { - "type": "boolean", + "type": "switch", "name": "standards.intuneBrandingProfile.showLogo", "label": "Show logo" }, { - "type": "boolean", + "type": "switch", "name": "standards.intuneBrandingProfile.showDisplayNameNextToLogo", - "label": "Show organization name next to logo" + "label": "Show organization name next to logo", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.intuneBrandingProfile.contactITName", - "label": "Contact IT name" + "label": "Contact IT name", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.intuneBrandingProfile.contactITPhoneNumber", - "label": "Contact IT phone number" + "label": "Contact IT phone number", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.intuneBrandingProfile.contactITEmailAddress", - "label": "Contact IT email address" + "label": "Contact IT email address", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.intuneBrandingProfile.contactITNotes", - "label": "Contact IT notes" + "label": "Contact IT notes", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.intuneBrandingProfile.onlineSupportSiteName", - "label": "Online support site name" + "label": "Online support site name", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.intuneBrandingProfile.onlineSupportSiteUrl", - "label": "Online support site URL" + "label": "Online support site URL", + "required": false }, { - "type": "input", + "type": "textField", "name": "standards.intuneBrandingProfile.privacyUrl", - "label": "Privacy statement URL" + "label": "Privacy statement URL", + "required": false } ], "label": "Set Intune Company Portal branding profile", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-06-20", + "powershellEquivalent": "Graph API", + "recommendedBy": [] + }, + { + "name": "standards.IntuneComplianceSettings", + "cat": "Intune Standards", + "tag": [], + "helpText": "Sets the mark devices with no compliance policy assigned as compliance/non compliant and Compliance status validity period.", + "executiveText": "Configures how the system treats devices that don't have specific compliance policies and sets how often devices must check in to maintain their compliance status. This ensures proper security oversight of all corporate devices and maintains current compliance information.", + "addedComponent": [ + { + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, + "name": "standards.IntuneComplianceSettings.secureByDefault", + "label": "Mark devices with no compliance policy as", + "options": [ + { + "label": "Compliant", + "value": "false" + }, + { + "label": "Non-Compliant", + "value": "true" + } + ] + }, + { + "type": "number", + "name": "standards.IntuneComplianceSettings.deviceComplianceCheckinThresholdDays", + "label": "Compliance status validity period (days)", + "defaultValue": 130, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 120, "message": "Maximum value is 120" } + } + } + ], + "label": "Set Intune Compliance Settings", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2024-11-12", + "powershellEquivalent": "Graph API", + "recommendedBy": [] + }, + { + "name": "standards.MDMScope", + "cat": "Intune Standards", + "tag": [], + "helpText": "Configures the MDM user scope. This also sets the terms of use, discovery and compliance URL to default URLs.", + "docsDescription": "Configures the MDM user scope. This also sets the terms of use URL, discovery URL and compliance URL to default values.", + "executiveText": "Defines which users can enroll their devices in mobile device management, controlling access to corporate resources and applications. This setting determines the scope of device management coverage and ensures appropriate users have access to necessary business tools.", + "addedComponent": [ + { + "name": "appliesTo", + "label": "MDM User Scope?", + "type": "radio", + "options": [ + { + "label": "All", + "value": "all" + }, + { + "label": "None", + "value": "none" + }, + { + "label": "Custom Group", + "value": "selected" + } + ] + }, + { + "type": "textField", + "name": "standards.MDMScope.customGroup", + "label": "Custom Group Name", + "required": false + } + ], + "label": "Configure MDM user scope", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-02-18", + "powershellEquivalent": "Graph API", + "recommendedBy": [] + }, + { + "name": "standards.DefaultPlatformRestrictions", + "cat": "Intune Standards", + "tag": ["CISA (MS.AAD.19.1v1)"], + "helpText": "Sets the default platform restrictions for enrolling devices into Intune. Note: Do not block personally owned if platform is blocked.", + "executiveText": "Controls which types of devices (iOS, Android, Windows, macOS) and ownership models (corporate vs. personal) can be enrolled in the company's device management system. This helps maintain security standards while supporting necessary business device types and usage scenarios.", + "addedComponent": [ + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.platformAndroidForWorkBlocked", + "label": "Block platform Android Enterprise (work profile)", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.personalAndroidForWorkBlocked", + "label": "Block personally owned Android Enterprise (work profile)", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.platformAndroidBlocked", + "label": "Block platform Android", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.personalAndroidBlocked", + "label": "Block personally owned Android", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.platformiOSBlocked", + "label": "Block platform iOS", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.personaliOSBlocked", + "label": "Block personally owned iOS", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.platformMacOSBlocked", + "label": "Block platform macOS", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.personalMacOSBlocked", + "label": "Block personally owned macOS", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.platformWindowsBlocked", + "label": "Block platform Windows", + "default": false + }, + { + "type": "switch", + "name": "standards.DefaultPlatformRestrictions.personalWindowsBlocked", + "label": "Block personally owned Windows", + "default": false + } + ], + "label": "Device enrollment restrictions", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-04-01", + "powershellEquivalent": "Graph API", + "recommendedBy": [] + }, + { + "name": "standards.MDMEnrollmentDuringRegistration", + "cat": "Intune Standards", + "tag": [], + "helpText": "Controls the \"Allow my organization to manage my device\" prompt when adding a work or school account on Windows. This setting determines whether automatic MDM enrollment occurs during account registration.", + "docsDescription": "Controls whether Windows shows the \"Allow my organization to manage my device\" prompt when users add a work or school account. When set to disabled, this setting prevents automatic MDM enrollment during the account registration flow, separating account registration from device enrollment. This is useful for environments where you want to allow users to add work accounts without triggering MDM enrollment.", + "executiveText": "Controls automatic device management enrollment during work account setup. When disabled, users can add work accounts to their Windows devices without the prompt asking to allow organizational device management, preventing unintended MDM enrollments on personal or BYOD devices.", + "addedComponent": [ + { + "type": "switch", + "name": "standards.MDMEnrollmentDuringRegistration.disableEnrollment", + "label": "Disable MDM enrollment during registration" + } + ], + "label": "Configure MDM enrollment when adding work or school account", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-12-15", + "powershellEquivalent": "Graph API", + "recommendedBy": [] + }, + { + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration", + "cat": "Intune Standards", + "tag": [], + "helpText": "Sets the Windows Hello for Business configuration during device enrollment.", + "executiveText": "Enables or disables Windows Hello for Business during device enrollment, enhancing security through biometric or PIN-based authentication methods. This ensures that devices meet corporate security standards while providing a user-friendly sign-in experience.", + "addedComponent": [ + { + "type": "autoComplete", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.state", + "label": "Configure Windows Hello for Business", + "multiple": false, + "options": [ + { + "label": "Not configured", + "value": "notConfigured" + }, + { + "label": "Enabled", + "value": "enabled" + }, + { + "label": "Disabled", + "value": "disabled" + } + ] + }, + { + "type": "switch", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.securityDeviceRequired", + "label": "Use a Trusted Platform Module (TPM)", + "default": true + }, + { + "type": "number", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.pinMinimumLength", + "label": "Minimum PIN length (4-127)", + "default": 4, + "validators": { + "min": { "value": 4, "message": "Minimum value is 4" }, + "max": { "value": 127, "message": "Maximum value is 127" } + } + }, + { + "type": "number", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.pinMaximumLength", + "label": "Maximum PIN length (4-127)", + "default": 127, + "validators": { + "min": { "value": 4, "message": "Minimum value is 4" }, + "max": { "value": 127, "message": "Maximum value is 127" } + } + }, + { + "type": "autoComplete", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.pinLowercaseCharactersUsage", + "label": "Lowercase letters in PIN", + "multiple": false, + "options": [ + { + "label": "Not allowed", + "value": "disallowed" + }, + { + "label": "Allowed", + "value": "allowed" + }, + { + "label": "Required", + "value": "required" + } + ] + }, + { + "type": "autoComplete", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.pinUppercaseCharactersUsage", + "label": "Uppercase letters in PIN", + "multiple": false, + "options": [ + { + "label": "Not allowed", + "value": "disallowed" + }, + { + "label": "Allowed", + "value": "allowed" + }, + { + "label": "Required", + "value": "required" + } + ] + }, + { + "type": "autoComplete", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.pinSpecialCharactersUsage", + "label": "Special characters in PIN", + "multiple": false, + "options": [ + { + "label": "Not allowed", + "value": "disallowed" + }, + { + "label": "Allowed", + "value": "allowed" + }, + { + "label": "Required", + "value": "required" + } + ] + }, + { + "type": "number", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.pinExpirationInDays", + "label": "PIN expiration (days) - 0 to disable", + "default": 0 + }, + { + "type": "number", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.pinPreviousBlockCount", + "label": "PIN history - 0 to disable", + "default": 0 + }, + { + "type": "switch", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.unlockWithBiometricsEnabled", + "label": "Allow biometric authentication", + "default": true + }, + { + "type": "autoComplete", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.enhancedBiometricsState", + "label": "Use enhanced anti-spoofing when available", + "multiple": false, + "options": [ + { + "label": "Not configured", + "value": "notConfigured" + }, + { + "label": "Enabled", + "value": "enabled" + }, + { + "label": "Disabled", + "value": "disabled" + } + ] + }, + { + "type": "switch", + "name": "standards.EnrollmentWindowsHelloForBusinessConfiguration.remotePassportEnabled", + "label": "Allow phone sign-in", + "default": true + } + ], + "label": "Windows Hello for Business enrollment configuration", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-09-25", "powershellEquivalent": "Graph API", "recommendedBy": [] }, { "name": "standards.intuneDeviceReg", "cat": "Intune Standards", - "tag": ["mediumimpact"], - "helpText": "sets the maximum number of devices that can be registered by a user. A value of 0 disables device registration by users", + "tag": ["CISA (MS.AAD.17.1v1)"], + "helpText": "Sets the maximum number of devices that can be registered by a user. A value of 0 disables device registration by users", + "executiveText": "Limits how many devices each employee can register for corporate access, preventing excessive device proliferation while accommodating legitimate business needs. This helps maintain security oversight and prevents potential abuse of device registration privileges.", "addedComponent": [ { "type": "number", "name": "standards.intuneDeviceReg.max", - "label": "Maximum devices (Enter 2147483647 for unlimited.)" + "label": "Maximum devices (Enter 2147483647 for unlimited.)", + "required": true } ], "label": "Set Maximum Number of Devices per user", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2023-03-27", "powershellEquivalent": "Update-MgBetaPolicyDeviceRegistrationPolicy", "recommendedBy": [] }, { "name": "standards.intuneRequireMFA", "cat": "Intune Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Requires MFA for all users to register devices with Intune. This is useful when not using Conditional Access.", - "label": "Require Multifactor Authentication to register or join devices with Microsoft Entra", + "executiveText": "Requires employees to use multi-factor authentication when registering devices for corporate access, adding an extra security layer to prevent unauthorized device enrollment. This helps ensure only legitimate users can connect their devices to company systems.", + "label": "Require Multi-factor Authentication to register or join devices with Microsoft Entra", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2023-10-23", "powershellEquivalent": "Update-MgBetaPolicyDeviceRegistrationPolicy", "recommendedBy": [] }, { "name": "standards.DeletedUserRentention", "cat": "SharePoint Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the retention period for deleted users OneDrive to the specified period of time. The default is 30 days.", "docsDescription": "When a OneDrive user gets deleted, the personal SharePoint site is saved for selected amount of time that data can be retrieved from it.", + "executiveText": "Preserves departed employees' OneDrive files for a specified period, allowing time to recover important business documents before permanent deletion. This helps prevent data loss while managing storage costs and maintaining compliance with data retention policies.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "name": "standards.DeletedUserRentention.Days", "label": "Retention time (Default 30 days)", - "values": [ + "options": [ { "label": "30 days", "value": "30" @@ -2047,14 +3868,47 @@ "label": "Set deleted user retention time in OneDrive", "impact": "Low Impact", "impactColour": "info", - "powershellEquivalent": "Update-MgBetaAdminSharepointSetting", + "addedDate": "2022-06-15", + "powershellEquivalent": "Update-MgBetaAdminSharePointSetting", "recommendedBy": [] }, + { + "name": "standards.SPFileRequests", + "cat": "SharePoint Standards", + "tag": [], + "helpText": "Enables or disables File Requests for SharePoint and OneDrive, allowing users to create secure upload-only links. Optionally sets the maximum number of days for the link to remain active before expiring.", + "docsDescription": "File Requests allow users to create secure upload-only share links where uploads are hidden from other people using the link. This creates a secure and private way for people to upload files to a folder. This feature is not enabled by default on new tenants and requires PowerShell configuration. This standard enables or disables this feature and optionally configures link expiration settings for both SharePoint and OneDrive.", + "executiveText": "Enables secure file upload functionality that allows external users to submit files directly to company folders without seeing other submissions or folder contents. This provides a professional and secure way to collect documents from clients, vendors, and partners while maintaining data privacy and security.", + "addedComponent": [ + { + "type": "switch", + "name": "standards.SPFileRequests.state", + "label": "Enable File Requests" + }, + { + "type": "number", + "name": "standards.SPFileRequests.expirationDays", + "label": "Link Expiration 1-730 Days (Optional)", + "required": false, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 730, "message": "Maximum value is 730" } + } + } + ], + "label": "Set SharePoint and OneDrive File Requests", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-07-30", + "powershellEquivalent": "Set-SPOTenant -CoreRequestFilesLinkEnabled $true -OneDriveRequestFilesLinkEnabled $true -CoreRequestFilesLinkExpirationInDays 30 -OneDriveRequestFilesLinkExpirationInDays 30", + "recommendedBy": ["CIPP"] + }, { "name": "standards.TenantDefaultTimezone", "cat": "SharePoint Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Sets the default timezone for the tenant. This will be used for all new users and sites.", + "executiveText": "Standardizes the timezone setting across all SharePoint sites and new user accounts, ensuring consistent scheduling and time-based operations throughout the organization. This improves collaboration efficiency and reduces confusion in global or multi-timezone organizations.", "addedComponent": [ { "type": "TimezoneSelect", @@ -2065,104 +3919,164 @@ "label": "Set Default Timezone for Tenant", "impact": "Low Impact", "impactColour": "info", - "powershellEquivalent": "Update-MgBetaAdminSharepointSetting", + "addedDate": "2024-04-20", + "powershellEquivalent": "Update-MgBetaAdminSharePointSetting", "recommendedBy": [] }, { "name": "standards.SPAzureB2B", "cat": "SharePoint Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["CIS M365 5.0 (7.2.2)"], "helpText": "Ensure SharePoint and OneDrive integration with Azure AD B2B is enabled", + "executiveText": "Enables secure collaboration with external partners through SharePoint and OneDrive by integrating with Azure B2B guest access. This allows controlled sharing with external organizations while maintaining security oversight and proper access management.", "addedComponent": [], "label": "Enable SharePoint and OneDrive integration with Azure AD B2B", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-07-09", "powershellEquivalent": "Set-SPOTenant -EnableAzureADB2BIntegration $true", - "recommendedBy": ["CIS 3.0"] + "recommendedBy": ["CIS"] }, { "name": "standards.SPDisallowInfectedFiles", "cat": "SharePoint Standards", - "tag": ["lowimpact", "CIS"], + "tag": ["CIS M365 5.0 (7.3.1)", "CISA (MS.SPO.3.1v1)", "NIST CSF 2.0 (DE.CM-09)"], "helpText": "Ensure Office 365 SharePoint infected files are disallowed for download", + "executiveText": "Prevents employees from downloading files that have been identified as containing malware or viruses from SharePoint and OneDrive. This security measure protects against malware distribution through file sharing while maintaining access to clean, safe documents.", "addedComponent": [], "label": "Disallow downloading infected files from SharePoint", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-07-09", "powershellEquivalent": "Set-SPOTenant -DisallowInfectedFileDownload $true", - "recommendedBy": ["CIS 3.0"] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.SPDisableLegacyWorkflows", "cat": "SharePoint Standards", - "tag": ["lowimpact"], + "tag": [], "helpText": "Disables the creation of new SharePoint 2010 and 2013 classic workflows and removes the 'Return to classic SharePoint' link on modern SharePoint list and library pages.", + "executiveText": "Disables outdated SharePoint workflow features and classic interface options, encouraging use of modern, more secure and efficient collaboration tools. This helps maintain security standards while guiding users toward current, supported functionality.", "addedComponent": [], "label": "Disable Legacy Workflows", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-07-15", "powershellEquivalent": "Set-SPOTenant -DisableWorkflow2010 $true -DisableWorkflow2013 $true -DisableBackToClassic $true", "recommendedBy": [] }, { "name": "standards.SPDirectSharing", "cat": "SharePoint Standards", - "tag": ["mediumimpact", "CIS"], - "helpText": "Ensure default link sharing is set to Direct in SharePoint and OneDrive", + "tag": [], + "helpText": "This standard has been deprecated in favor of the Default Sharing Link standard. ", + "executiveText": "Configures SharePoint and OneDrive to share files directly with specific people rather than creating anonymous links, improving security by ensuring only intended recipients can access shared documents. This reduces the risk of accidental data exposure through link sharing.", "addedComponent": [], "label": "Default sharing to Direct users", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-07-09", "powershellEquivalent": "Set-SPOTenant -DefaultSharingLinkType Direct", - "recommendedBy": ["CIS 3.0"] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.SPExternalUserExpiration", "cat": "SharePoint Standards", - "tag": ["mediumimpact", "CIS"], + "tag": ["CIS M365 5.0 (7.2.9)", "CISA (MS.SPO.1.5v1)"], "helpText": "Ensure guest access to a site or OneDrive will expire automatically", + "executiveText": "Automatically expires external user access to SharePoint sites and OneDrive after a specified period, reducing security risks from forgotten or unnecessary guest accounts. This ensures external access is regularly reviewed and maintained only when actively needed.", "addedComponent": [ { "type": "number", "name": "standards.SPExternalUserExpiration.Days", - "label": "Days until expiration (Default 60)" + "label": "Days until expiration (Default 60)", + "defaultValue": 60, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 730, "message": "Maximum value is 730" } + } } ], "label": "Set guest access to expire automatically", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-07-09", "powershellEquivalent": "Set-SPOTenant -ExternalUserExpireInDays 30 -ExternalUserExpirationRequired $True", - "recommendedBy": ["CIS 3.0"] + "recommendedBy": ["CIS"] }, { "name": "standards.SPEmailAttestation", "cat": "SharePoint Standards", - "tag": ["mediumimpact", "CIS"], - "helpText": "Ensure reauthentication with verification code is restricted", + "tag": ["CIS M365 5.0 (7.2.10)", "CISA (MS.SPO.1.6v1)"], + "helpText": "Ensure re-authentication with verification code is restricted", + "executiveText": "Requires external users to periodically re-verify their identity through email verification codes when accessing SharePoint resources, adding an extra security layer for external collaboration. This helps ensure continued legitimacy of external access over time.", "addedComponent": [ { "type": "number", "name": "standards.SPEmailAttestation.Days", - "label": "Require reauth every X Days (Default 15)" + "label": "Require re-authentication every X Days (Default 15)", + "defaultValue": 15, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 365, "message": "Maximum value is 365" } + } } ], - "label": "Require reauthentication with verification code", + "label": "Require re-authentication with verification code", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-07-09", "powershellEquivalent": "Set-SPOTenant -EmailAttestationRequired $true -EmailAttestationReAuthDays 15", - "recommendedBy": ["CIS 3.0"] + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.DefaultSharingLink", + "cat": "SharePoint Standards", + "tag": ["CIS M365 5.0 (7.2.7)", "CIS M365 5.0 (7.2.11)", "CISA (MS.SPO.1.4v1)"], + "helpText": "Configure the SharePoint default sharing link type and permission. This setting controls both the type of sharing link created by default and the permission level assigned to those links.", + "docsDescription": "Sets the default sharing link type (Direct or Internal) and permission (View) in SharePoint and OneDrive. Direct sharing means links only work for specific people, while Internal sharing means links work for anyone in the organization. Setting the view permission as the default ensures that users must deliberately select the edit permission when sharing a link, reducing the risk of unintentionally granting edit privileges.", + "executiveText": "Configures SharePoint default sharing links to implement the principle of least privilege for document sharing. This security measure reduces the risk of accidental data modification while maintaining collaboration functionality, requiring users to explicitly select Edit permissions when necessary. The sharing type setting controls whether links are restricted to specific recipients or available to the entire organization. This reduces the risk of accidental data exposure through link sharing.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "required": true, + "label": "Default Sharing Link Type", + "name": "standards.DefaultSharingLink.SharingLinkType", + "options": [ + { + "label": "Direct - Only the people the user specifies", + "value": "Direct" + }, + { + "label": "Internal - Only people in your organization", + "value": "Internal" + } + ] + } + ], + "label": "Set Default Sharing Link Settings", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-06-13", + "powershellEquivalent": "Set-SPOTenant -DefaultSharingLinkType [Direct|Internal] -DefaultLinkPermission View", + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.DisableAddShortcutsToOneDrive", "cat": "SharePoint Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "If disabled, the button Add shortcut to OneDrive will be removed and users in the tenant will no longer be able to add new shortcuts to their OneDrive. Existing shortcuts will remain functional", + "executiveText": "Controls whether employees can create shortcuts to SharePoint libraries in their OneDrive, managing how users organize and access shared content. This setting helps maintain organized file structures and can prevent confusion from excessive shortcuts while preserving existing workflows.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, + "creatable": false, "label": "Add Shortcuts To OneDrive button state", "name": "standards.DisableAddShortcutsToOneDrive.state", - "values": [ + "options": [ { "label": "Disabled", "value": "true" @@ -2177,20 +4091,24 @@ "label": "Set Add Shortcuts To OneDrive button state", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2023-07-25", "powershellEquivalent": "Set-SPOTenant -DisableAddShortcutsToOneDrive $true or $false", "recommendedBy": [] }, { "name": "standards.SPSyncButtonState", "cat": "SharePoint Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "If disabled, users in the tenant will no longer be able to use the Sync button to sync SharePoint content on all sites. However, existing synced content will remain functional on the user's computer.", + "executiveText": "Controls whether employees can synchronize SharePoint files to their local devices, balancing productivity benefits with data security concerns. This setting helps manage data distribution while maintaining access to cloud-based collaboration when sync is disabled.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, + "creatable": false, "label": "SharePoint Sync Button state", "name": "standards.SPSyncButtonState.state", - "values": [ + "options": [ { "label": "Disabled", "value": "true" @@ -2205,33 +4123,44 @@ "label": "Set SharePoint sync button state", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-07-26", "powershellEquivalent": "Set-SPOTenant -HideSyncButtonOnTeamSite $true or $false", "recommendedBy": [] }, { "name": "standards.DisableSharePointLegacyAuth", "cat": "SharePoint Standards", - "tag": ["mediumimpact", "CIS", "spo_legacy_auth"], + "tag": [ + "CIS M365 5.0 (6.5.1)", + "CIS M365 5.0 (7.2.1)", + "spo_legacy_auth", + "CISA (MS.AAD.3.1v1)", + "NIST CSF 2.0 (PR.IR-01)" + ], "helpText": "Disables the ability to authenticate with SharePoint using legacy authentication methods. Any applications that use legacy authentication will need to be updated to use modern authentication.", "docsDescription": "Disables the ability for users and applications to access SharePoint via legacy basic authentication. This will likely not have any user impact, but will block systems/applications depending on basic auth or the SharePointOnlineCredentials class.", + "executiveText": "Disables outdated authentication methods for SharePoint access, forcing applications and users to use modern, more secure authentication protocols. This significantly improves security by eliminating vulnerable authentication pathways while requiring updates to older applications.", "addedComponent": [], "label": "Disable legacy basic authentication for SharePoint", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-02-05", "powershellEquivalent": "Set-SPOTenant -LegacyAuthProtocolsEnabled $false", - "recommendedBy": ["CIS"] + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.sharingCapability", "cat": "SharePoint Standards", - "tag": ["highimpact", "CIS"], - "helpText": "Sets the default sharing level for OneDrive and Sharepoint. This is a tenant wide setting and overrules any settings set on the site level", + "tag": ["CIS M365 5.0 (7.2.3)", "CISA (MS.AAD.14.1v1)", "CISA (MS.SPO.1.1v1)"], + "helpText": "Sets the default sharing level for OneDrive and SharePoint. This is a tenant wide setting and overrules any settings set on the site level", + "executiveText": "Defines the organization's default policy for sharing files and folders in SharePoint and OneDrive, balancing collaboration needs with security requirements. This fundamental setting determines whether employees can share with external users, anonymous links, or only internal colleagues.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "label": "Select Sharing Level", "name": "standards.sharingCapability.Level", - "values": [ + "options": [ { "label": "Users can share only with people in the organization. No external sharing is allowed.", "value": "disabled" @@ -2251,46 +4180,52 @@ ] } ], - "label": "Set Sharing Level for OneDrive and Sharepoint", + "label": "Set Sharing Level for OneDrive and SharePoint", "impact": "High Impact", "impactColour": "danger", - "powershellEquivalent": "Update-MgBetaAdminSharepointSetting", - "recommendedBy": ["CIS"] + "addedDate": "2022-06-15", + "powershellEquivalent": "Update-MgBetaAdminSharePointSetting", + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.DisableReshare", "cat": "SharePoint Standards", - "tag": ["highimpact", "CIS"], + "tag": ["CIS M365 5.0 (7.2.5)", "CISA (MS.AAD.14.2v1)", "CISA (MS.SPO.1.2v1)"], "helpText": "Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access", "docsDescription": "Disables the ability for external users to share files they don't own. Sharing links can only be made for People with existing access. This is a tenant wide setting and overrules any settings set on the site level", + "executiveText": "Prevents external users from sharing company documents with additional people, maintaining control over document distribution and preventing unauthorized access expansion. This security measure ensures that external sharing remains within intended boundaries set by internal employees.", "addedComponent": [], - "label": "Disable Resharing by External Users", + "label": "Disable Re-sharing by External Users", "impact": "High Impact", "impactColour": "danger", - "powershellEquivalent": "Update-MgBetaAdminSharepointSetting", - "recommendedBy": ["CIS"] + "addedDate": "2022-06-15", + "powershellEquivalent": "Update-MgBetaAdminSharePointSetting", + "recommendedBy": ["CIS", "CIPP"] }, { "name": "standards.DisableUserSiteCreate", "cat": "SharePoint Standards", - "tag": ["highimpact"], + "tag": [], "helpText": "Disables users from creating new SharePoint sites", "docsDescription": "Disables standard users from creating SharePoint sites, also disables the ability to fully create teams", + "executiveText": "Restricts the creation of new SharePoint sites to authorized administrators, preventing uncontrolled proliferation of collaboration spaces and ensuring proper governance. This maintains organized information architecture while requiring approval for new collaborative environments.", "addedComponent": [], "label": "Disable site creation by standard users", "impact": "High Impact", "impactColour": "danger", - "powershellEquivalent": "Update-MgAdminSharepointSetting", + "addedDate": "2022-06-15", + "powershellEquivalent": "Update-MgAdminSharePointSetting", "recommendedBy": [] }, { "name": "standards.ExcludedfileExt", "cat": "SharePoint Standards", - "tag": ["highimpact"], + "tag": [], "helpText": "Sets the file extensions that are excluded from syncing with OneDrive. These files will be blocked from upload. '*.' is automatically added to the extension and can be omitted.", + "executiveText": "Blocks specific file types from being uploaded or synchronized to OneDrive, helping prevent security risks from potentially dangerous file formats. This security measure protects against malware distribution while allowing legitimate business file types to be shared safely.", "addedComponent": [ { - "type": "input", + "type": "textField", "name": "standards.ExcludedfileExt.ext", "label": "Extensions, Comma separated" } @@ -2298,44 +4233,71 @@ "label": "Exclude File Extensions from Syncing", "impact": "High Impact", "impactColour": "danger", - "powershellEquivalent": "Update-MgAdminSharepointSetting", + "addedDate": "2022-06-15", + "powershellEquivalent": "Update-MgAdminSharePointSetting", "recommendedBy": [] }, { "name": "standards.disableMacSync", "cat": "SharePoint Standards", - "tag": ["highimpact"], + "tag": [], "helpText": "Disables the ability for Mac devices to sync with OneDrive.", + "executiveText": "Prevents Mac computers from synchronizing files with OneDrive, typically implemented for security or compliance reasons in Windows-centric environments. This restriction helps maintain standardized device management while potentially limiting collaboration for Mac users.", "addedComponent": [], "label": "Do not allow Mac devices to sync using OneDrive", "impact": "High Impact", "impactColour": "danger", - "powershellEquivalent": "Update-MgAdminSharepointSetting", + "addedDate": "2022-06-15", + "powershellEquivalent": "Update-MgAdminSharePointSetting", "recommendedBy": [] }, { "name": "standards.unmanagedSync", "cat": "SharePoint Standards", - "tag": ["highimpact"], - "helpText": "The unmanaged Sync standard has been temporarily disabled and does nothing.", - "addedComponent": [], - "label": "Only allow users to sync OneDrive from AAD joined devices", + "tag": ["CIS M365 5.0 (7.2.3)", "CISA (MS.SPO.2.1v1)", "NIST CSF 2.0 (PR.AA-05)"], + "helpText": "Entra P1 required. Block or limit access to SharePoint and OneDrive content from unmanaged devices (those not hybrid AD joined or compliant in Intune). These controls rely on Microsoft Entra Conditional Access policies and can take up to 24 hours to take effect.", + "docsDescription": "Entra P1 required. Block or limit access to SharePoint and OneDrive content from unmanaged devices (those not hybrid AD joined or compliant in Intune). These controls rely on Microsoft Entra Conditional Access policies and can take up to 24 hours to take effect. 0 = Allow Access, 1 = Allow limited, web-only access, 2 = Block access. All information about this can be found in Microsofts documentation [here.](https://learn.microsoft.com/en-us/sharepoint/control-access-from-unmanaged-devices)", + "executiveText": "Restricts access to company files from personal or unmanaged devices, ensuring corporate data can only be accessed from properly secured and monitored devices. This critical security control prevents data leaks while allowing controlled access through web browsers when necessary.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "name": "standards.unmanagedSync.state", + "label": "State", + "options": [ + { + "label": "Allow limited, web-only access", + "value": "1" + }, + { + "label": "Block access", + "value": "2" + } + ], + "required": false + } + ], + "label": "Restrict access to SharePoint and OneDrive from unmanaged devices", "impact": "High Impact", "impactColour": "danger", - "powershellEquivalent": "Update-MgAdminSharepointSetting", - "recommendedBy": [] + "addedDate": "2025-06-13", + "powershellEquivalent": "Set-SPOTenant -ConditionalAccessPolicy AllowFullAccess | AllowLimitedAccess | BlockAccess", + "recommendedBy": ["CIS"] }, { "name": "standards.sharingDomainRestriction", "cat": "SharePoint Standards", - "tag": ["highimpact", "CIS"], + "tag": ["CIS M365 5.0 (7.2.6)", "CISA (MS.AAD.14.3v1)", "CISA (MS.SPO.1.3v1)"], "helpText": "Restricts sharing to only users with the specified domain. This is useful for organizations that only want to share with their own domain.", + "executiveText": "Controls which external domains employees can share files with, enabling secure collaboration with trusted partners while blocking sharing with unauthorized organizations. This targeted approach maintains necessary business relationships while preventing data exposure to unknown entities.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "multiple": false, "name": "standards.sharingDomainRestriction.Mode", "label": "Limit external sharing by domains", - "values": [ + "options": [ { "label": "Off", "value": "none" @@ -2351,62 +4313,191 @@ ] }, { - "type": "input", + "type": "textField", "name": "standards.sharingDomainRestriction.Domains", - "label": "Domains to allow/block, comma separated" + "label": "Domains to allow/block, comma separated", + "required": false } ], "label": "Restrict sharing to a specific domain", "impact": "High Impact", "impactColour": "danger", - "powershellEquivalent": "Update-MgAdminSharepointSetting", + "addedDate": "2024-06-20", + "powershellEquivalent": "Update-MgAdminSharePointSetting", "recommendedBy": [] }, { "name": "standards.TeamsGlobalMeetingPolicy", "cat": "Teams Standards", - "tag": ["lowimpact"], + "tag": [ + "CIS M365 5.0 (8.5.1)", + "CIS M365 5.0 (8.5.2)", + "CIS M365 5.0 (8.5.3)", + "CIS M365 5.0 (8.5.4)", + "CIS M365 5.0 (8.5.5)", + "CIS M365 5.0 (8.5.6)" + ], "helpText": "Defines the CIS recommended global meeting policy for Teams. This includes AllowAnonymousUsersToJoinMeeting, AllowAnonymousUsersToStartMeeting, AutoAdmittedUsers, AllowPSTNUsersToBypassLobby, MeetingChatEnabledType, DesignatedPresenterRoleMode, AllowExternalParticipantGiveRequestControl", + "executiveText": "Establishes security-focused default settings for Teams meetings, controlling who can join meetings, present content, and participate in chats. These policies balance collaboration needs with security requirements, ensuring meetings remain productive while protecting against unauthorized access and disruption.", "addedComponent": [ { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, "name": "standards.TeamsGlobalMeetingPolicy.DesignatedPresenterRoleMode", "label": "Default value of the `Who can present?`", - "values": [ + "options": [ { - "label": "EveryoneUserOverride", + "label": "Everyone", "value": "EveryoneUserOverride" }, { - "label": "EveryoneInCompanyUserOverride", + "label": "People in my organization", "value": "EveryoneInCompanyUserOverride" }, { - "label": "EveryoneInSameAndFederatedCompanyUserOverride", + "label": "People in my organization and trusted organizations", "value": "EveryoneInSameAndFederatedCompanyUserOverride" }, { - "label": "OrganizerOnlyUserOverride", + "label": "Only organizer", "value": "OrganizerOnlyUserOverride" } ] + }, + { + "type": "switch", + "name": "standards.TeamsGlobalMeetingPolicy.AllowAnonymousUsersToJoinMeeting", + "label": "Allow anonymous users to join meeting" + }, + { + "type": "autoComplete", + "required": false, + "multiple": false, + "creatable": false, + "name": "standards.TeamsGlobalMeetingPolicy.AutoAdmittedUsers", + "label": "Who can bypass the lobby?", + "helperText": "If left blank, the current value will not be changed.", + "options": [ + { + "label": "Only organizers and co-organizers", + "value": "OrganizerOnly" + }, + { + "label": "People in organization excluding guests", + "value": "EveryoneInCompanyExcludingGuests" + }, + { + "label": "People who were invited", + "value": "InvitedUsers" + } + ] + }, + { + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, + "name": "standards.TeamsGlobalMeetingPolicy.MeetingChatEnabledType", + "label": "Meeting chat policy", + "options": [ + { + "label": "On for everyone", + "value": "Enabled" + }, + { + "label": "On for everyone but anonymous users", + "value": "EnabledExceptAnonymous" + }, + { + "label": "Off for everyone", + "value": "Disabled" + } + ] + }, + { + "type": "switch", + "name": "standards.TeamsGlobalMeetingPolicy.AllowExternalParticipantGiveRequestControl", + "label": "External participants can give or request control" } ], "label": "Define Global Meeting Policy for Teams", "impact": "Low Impact", "impactColour": "info", - "powershellEquivalent": "Set-CsTeamsMeetingPolicy -AllowAnonymousUsersToJoinMeeting $false -AllowAnonymousUsersToStartMeeting $false -AutoAdmittedUsers EveryoneInCompanyExcludingGuests -AllowPSTNUsersToBypassLobby $false -MeetingChatEnabledType EnabledExceptAnonymous -DesignatedPresenterRoleMode $DesignatedPresenterRoleMode -AllowExternalParticipantGiveRequestControl $false", - "recommendedBy": ["CIS 3.0"] + "addedDate": "2024-11-12", + "powershellEquivalent": "Set-CsTeamsMeetingPolicy -AllowAnonymousUsersToJoinMeeting $false -AllowAnonymousUsersToStartMeeting $false -AutoAdmittedUsers $AutoAdmittedUsers -AllowPSTNUsersToBypassLobby $false -MeetingChatEnabledType EnabledExceptAnonymous -DesignatedPresenterRoleMode $DesignatedPresenterRoleMode -AllowExternalParticipantGiveRequestControl $false", + "recommendedBy": ["CIS"] + }, + { + "name": "standards.TeamsChatProtection", + "cat": "Teams Standards", + "tag": [], + "helpText": "Configures Teams chat protection settings including weaponizable file protection and malicious URL protection.", + "docsDescription": "Configures Teams messaging safety features to protect users from weaponizable files and malicious URLs in chats and channels. Weaponizable File Protection automatically blocks messages containing potentially dangerous file types (like .exe, .dll, .bat, etc.). Malicious URL Protection scans URLs in messages and displays warnings when potentially harmful links are detected. These protections work across internal and external collaboration scenarios.", + "executiveText": "Enables automated security protections in Microsoft Teams to block dangerous files and warn users about malicious links in chat messages. This helps protect employees from file-based attacks and phishing attempts. These safeguards work seamlessly in the background, providing essential protection without disrupting normal business communication.", + "addedComponent": [ + { + "type": "switch", + "name": "standards.TeamsChatProtection.FileTypeCheck", + "label": "Enable Weaponizable File Protection", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.TeamsChatProtection.UrlReputationCheck", + "label": "Enable Malicious URL Protection", + "defaultValue": true + } + ], + "label": "Set Teams Chat Protection Settings", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-10-02", + "powershellEquivalent": "Set-CsTeamsMessagingConfiguration -FileTypeCheck 'Enabled' -UrlReputationCheck 'Enabled' -ReportIncorrectSecurityDetections 'Enabled'", + "recommendedBy": ["CIPP"] + }, + { + "name": "standards.TeamsExternalChatWithAnyone", + "cat": "Teams Standards", + "tag": [], + "helpText": "Controls whether users can start Teams chats with any email address, inviting external recipients as guests via email.", + "docsDescription": "Manages the Teams messaging policy setting UseB2BInvitesToAddExternalUsers. When enabled, users can start chats with any email address and recipients receive an invitation to join the chat as guests. Disabling the setting prevents these external email chats from being created, keeping conversations limited to internal users and approved guests.", + "executiveText": "Allows organizations to decide if employees can launch Microsoft Teams chats with anyone on the internet using just an email address. Disabling the feature keeps conversations inside trusted boundaries and helps prevent accidental data exposure through unexpected external invitations.", + "addedComponent": [ + { + "type": "radio", + "name": "standards.TeamsExternalChatWithAnyone.UseB2BInvitesToAddExternalUsers", + "label": "Allow chatting with anyone via email", + "options": [ + { + "label": "Enabled", + "value": "true" + }, + { + "label": "Disabled", + "value": "false" + } + ], + "defaultValue": "Disabled" + } + ], + "label": "Set Teams chat with anyone setting", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-11-03", + "powershellEquivalent": "Set-CsTeamsMessagingPolicy -Identity Global -UseB2BInvitesToAddExternalUsers $false/$true", + "recommendedBy": ["CIPP"] }, { "name": "standards.TeamsEmailIntegration", "cat": "Teams Standards", - "tag": ["lowimpact"], "helpText": "Should users be allowed to send emails directly to a channel email addresses?", "docsDescription": "Teams channel email addresses are an optional feature that allows users to email the Teams channel directly.", + "executiveText": "Controls whether Teams channels can receive emails directly, enabling integration between email and team collaboration. This feature can improve workflow efficiency by allowing external communications to flow into team discussions, though it may need management for security or organizational reasons.", "addedComponent": [ { - "type": "boolean", + "type": "switch", "name": "standards.TeamsEmailIntegration.AllowEmailIntoChannel", "label": "Allow channel emails" } @@ -2414,37 +4505,94 @@ "label": "Disallow emails to be sent to channel email addresses", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-07-30", "powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowEmailIntoChannel $false", - "recommendedBy": ["CIS 3.0"] + "recommendedBy": ["CIS"], + "tag": ["CIS M365 5.0 (8.1.2)"] + }, + { + "name": "standards.TeamsGuestAccess", + "cat": "Teams Standards", + "tag": [], + "helpText": "Allow guest users access to teams.", + "docsDescription": "Allow guest users access to teams. Guest users are users who are not part of your organization but have been invited to collaborate with your organization in Teams. This setting allows you to control whether guest users can access Teams.", + "executiveText": "Determines whether external partners, vendors, and collaborators can be invited to participate in Teams conversations and meetings. This fundamental setting enables external collaboration while requiring careful management to balance openness with security and information protection.", + "addedComponent": [ + { + "type": "switch", + "name": "standards.TeamsGuestAccess.AllowGuestUser", + "label": "Allow guest users" + } + ], + "label": "Allow guest users in Teams", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-06-03", + "powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGuestUser $true", + "recommendedBy": [] + }, + { + "name": "standards.TeamsMeetingVerification", + "cat": "Teams Standards", + "tag": [], + "helpText": "Configures CAPTCHA verification for external users joining Teams meetings. This helps prevent unauthorized AI notetakers and bots from joining meetings.", + "docsDescription": "Configures CAPTCHA verification for external users joining Teams meetings. This security feature requires external participants to complete a CAPTCHA challenge before joining, which helps prevent unauthorized AI notetakers, bots, and other automated systems from accessing meetings.", + "executiveText": "Requires external meeting participants to complete verification challenges before joining Teams meetings, preventing automated bots and unauthorized AI systems from accessing confidential discussions. This security measure protects against meeting infiltration while maintaining legitimate external collaboration.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "label": "CAPTCHA Verification Setting", + "name": "standards.TeamsMeetingVerification.CaptchaVerificationForMeetingJoin", + "options": [ + { + "label": "Not Required", + "value": "NotRequired" + }, + { + "label": "Anonymous Users and Untrusted Organizations", + "value": "AnonymousUsersAndUntrustedOrganizations" + } + ] + } + ], + "label": "Teams Meeting Verification (CAPTCHA)", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-06-14", + "powershellEquivalent": "Set-CsTeamsMeetingPolicy -CaptchaVerificationForMeetingJoin", + "recommendedBy": ["CIPP"] }, { "name": "standards.TeamsExternalFileSharing", "cat": "Teams Standards", - "tag": ["lowimpact"], + "tag": ["CIS M365 5.0 (8.4.1)"], "helpText": "Ensure external file sharing in Teams is enabled for only approved cloud storage services.", + "executiveText": "Controls which external cloud storage services (like Google Drive, Dropbox, Box) employees can access through Teams, ensuring file sharing occurs only through approved and secure platforms. This helps maintain data governance while supporting necessary business integrations.", "addedComponent": [ { - "type": "boolean", + "type": "switch", "name": "standards.TeamsExternalFileSharing.AllowGoogleDrive", "label": "Allow Google Drive" }, { - "type": "boolean", + "type": "switch", "name": "standards.TeamsExternalFileSharing.AllowShareFile", "label": "Allow ShareFile" }, { - "type": "boolean", + "type": "switch", "name": "standards.TeamsExternalFileSharing.AllowBox", "label": "Allow Box" }, { - "type": "boolean", + "type": "switch", "name": "standards.TeamsExternalFileSharing.AllowDropBox", "label": "Allow Dropbox" }, { - "type": "boolean", + "type": "switch", "name": "standards.TeamsExternalFileSharing.AllowEgnyte", "label": "Allow Egnyte" } @@ -2452,28 +4600,59 @@ "label": "Define approved cloud storage services for external file sharing in Teams", "impact": "Low Impact", "impactColour": "info", + "addedDate": "2024-07-28", "powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropBox $false -AllowEgnyte $false", - "recommendedBy": ["CIS 3.0"] + "recommendedBy": ["CIS"] + }, + { + "name": "standards.TeamsEnrollUser", + "cat": "Teams Standards", + "tag": [], + "helpText": "Controls whether users with this policy can set the voice profile capture and enrollment through the Recognition tab in their Teams client settings.", + "docsDescription": "Controls whether users with this policy can set the voice profile capture and enrollment through the Recognition tab in their Teams client settings.", + "executiveText": "Determines whether employees can enroll their voice and face profiles for recognition features in Teams, enabling personalized experiences like voice identification. This setting balances convenience features with privacy considerations and organizational policies regarding biometric data collection.", + "addedComponent": [ + { + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, + "name": "standards.TeamsEnrollUser.EnrollUserOverride", + "label": "Voice and Face Enrollment", + "options": [ + { + "label": "Disabled", + "value": "Disabled" + }, + { + "label": "Enabled", + "value": "Enabled" + } + ] + } + ], + "label": "Default voice and face enrollment", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2024-11-12", + "powershellEquivalent": "Set-CsTeamsMeetingPolicy -Identity Global -EnrollUserOverride $false", + "recommendedBy": [] }, { "name": "standards.TeamsExternalAccessPolicy", "cat": "Teams Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Sets the properties of the Global external access policy.", "docsDescription": "Sets the properties of the Global external access policy. External access policies determine whether or not your users can: 1) communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) communicate with users who are using custom applications built with Azure Communication Services; 3) access Skype for Business Server over the Internet, without having to log on to your internal network; 4) communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Skype; and, 5) communicate with people who are using Teams with an account that's not managed by an organization.", + "executiveText": "Defines the organization's policy for communicating with external users through Teams, including other organizations, Skype users, and unmanaged accounts. This fundamental setting determines the scope of external collaboration while maintaining security boundaries for business communications.", "addedComponent": [ { - "type": "boolean", + "type": "switch", "name": "standards.TeamsExternalAccessPolicy.EnableFederationAccess", "label": "Allow communication from trusted organizations" }, { - "type": "boolean", - "name": "standards.TeamsExternalAccessPolicy.EnablePublicCloudAccess", - "label": "Allow user to communicate with Skype users" - }, - { - "type": "boolean", + "type": "switch", "name": "standards.TeamsExternalAccessPolicy.EnableTeamsConsumerAccess", "label": "Allow communication with unmanaged Teams accounts" } @@ -2481,31 +4660,31 @@ "label": "External Access Settings for Microsoft Teams", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-07-30", "powershellEquivalent": "Set-CsExternalAccessPolicy", "recommendedBy": [] }, { "name": "standards.TeamsFederationConfiguration", "cat": "Teams Standards", - "tag": ["mediumimpact"], + "tag": [], "helpText": "Sets the properties of the Global federation configuration.", "docsDescription": "Sets the properties of the Global federation configuration. Federation configuration settings determine whether or not your users can communicate with users who have SIP accounts with a federated organization.", + "executiveText": "Configures how the organization federates with external organizations for Teams communication, controlling whether employees can communicate with specific external domains or all external organizations. This setting enables secure inter-organizational collaboration while maintaining control over external communications.", "addedComponent": [ { - "type": "boolean", + "type": "switch", "name": "standards.TeamsFederationConfiguration.AllowTeamsConsumer", "label": "Allow users to communicate with other organizations" }, { - "type": "boolean", - "name": "standards.TeamsFederationConfiguration.AllowPublicUsers", - "label": "Allow users to communicate with Skype Users" - }, - { - "type": "Select", + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, "name": "standards.TeamsFederationConfiguration.DomainControl", "label": "Communication Mode", - "values": [ + "options": [ { "label": "Allow all external domains", "value": "AllowAllExternal" @@ -2525,15 +4704,868 @@ ] }, { - "type": "input", + "type": "textField", "name": "standards.TeamsFederationConfiguration.DomainList", - "label": "Domains, Comma separated" + "label": "Domains, Comma separated", + "required": false } ], "label": "Federation Configuration for Microsoft Teams", "impact": "Medium Impact", "impactColour": "warning", + "addedDate": "2024-07-31", "powershellEquivalent": "Set-CsTenantFederationConfiguration", "recommendedBy": [] + }, + { + "name": "standards.TeamsMeetingRecordingExpiration", + "cat": "Teams Standards", + "tag": [], + "helpText": "Sets the default number of days after which Teams meeting recordings automatically expire. Valid values are -1 (Never Expire) or between 1 and 99999. The default value is 120 days.", + "docsDescription": "Allows administrators to configure a default expiration period (in days) for Teams meeting recordings. Recordings older than this period will be automatically moved to the recycle bin. This setting helps manage storage consumption and enforce data retention policies.", + "executiveText": "Automatically removes old Teams meeting recordings after a specified period to manage storage costs and comply with data retention policies. This helps organizations balance the need to preserve important meeting content with storage efficiency and regulatory compliance requirements.", + "addedComponent": [ + { + "type": "number", + "name": "standards.TeamsMeetingRecordingExpiration.ExpirationDays", + "label": "Recording Expiration Days (e.g., 365)", + "required": true, + "defaultValue": 120, + "validators": { + "min": { "value": -1, "message": "Minimum value is -1" }, + "max": { "value": 99999, "message": "Maximum value is 99999" } + } + } + ], + "label": "Set Teams Meeting Recording Expiration", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-04-17", + "powershellEquivalent": "Set-CsTeamsMeetingPolicy -Identity Global -MeetingRecordingExpirationDays ", + "recommendedBy": [] + }, + { + "name": "standards.TeamsMessagingPolicy", + "cat": "Teams Standards", + "tag": [], + "helpText": "Sets the properties of the Global messaging policy.", + "docsDescription": "Sets the properties of the Global messaging policy. Messaging policies control which chat and channel messaging features are available to users in Teams.", + "executiveText": "Defines what messaging capabilities employees have in Teams, including the ability to edit or delete messages, create custom emojis, and report inappropriate content. These policies help maintain professional communication standards while enabling necessary collaboration features.", + "addedComponent": [ + { + "type": "switch", + "name": "standards.TeamsMessagingPolicy.AllowOwnerDeleteMessage", + "label": "Allow Owner to Delete Messages", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.TeamsMessagingPolicy.AllowUserDeleteMessage", + "label": "Allow User to Delete Messages", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.TeamsMessagingPolicy.AllowUserEditMessage", + "label": "Allow User to Edit Messages", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.TeamsMessagingPolicy.AllowUserDeleteChat", + "label": "Allow User to Delete Chats", + "defaultValue": true + }, + { + "type": "autoComplete", + "required": true, + "multiple": false, + "creatable": false, + "name": "standards.TeamsMessagingPolicy.ReadReceiptsEnabledType", + "label": "Read Receipts Enabled Type", + "options": [ + { + "label": "User controlled", + "value": "UserPreference" + }, + { + "label": "Turned on for everyone", + "value": "Everyone" + }, + { + "label": "Turned off for everyone", + "value": "None" + } + ] + }, + { + "type": "switch", + "name": "standards.TeamsMessagingPolicy.CreateCustomEmojis", + "label": "Allow Creating Custom Emojis", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.TeamsMessagingPolicy.DeleteCustomEmojis", + "label": "Allow Deleting Custom Emojis", + "defaultValue": false + }, + { + "type": "switch", + "name": "standards.TeamsMessagingPolicy.AllowSecurityEndUserReporting", + "label": "Allow reporting message as security concern", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.TeamsMessagingPolicy.AllowCommunicationComplianceEndUserReporting", + "label": "Allow reporting message as inappropriate content", + "defaultValue": true + } + ], + "label": "Global Messaging Policy for Microsoft Teams", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-01-10", + "powershellEquivalent": "Set-CsTeamsMessagingPolicy", + "recommendedBy": [] + }, + { + "name": "standards.AutopilotStatusPage", + "cat": "Device Management Standards", + "tag": [], + "disabledFeatures": { + "report": false, + "warn": false, + "remediate": false + }, + "helpText": "Deploy the Autopilot Status Page, which shows progress during device setup through Autopilot.", + "docsDescription": "This standard allows configuration of the Autopilot Status Page, providing users with a visual representation of the progress during device setup. It includes options like timeout, logging, and retry settings.", + "executiveText": "Provides employees with a visual progress indicator during automated device setup, improving the user experience when receiving new computers. This reduces IT support calls and helps ensure successful device deployment by guiding users through the setup process.", + "addedComponent": [ + { + "type": "number", + "name": "standards.AutopilotStatusPage.TimeOutInMinutes", + "label": "Timeout in minutes", + "defaultValue": 60, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 1440, "message": "Maximum value is 1440" } + } + }, + { + "type": "textField", + "name": "standards.AutopilotStatusPage.ErrorMessage", + "label": "Custom Error Message", + "required": false + }, + { + "type": "switch", + "name": "standards.AutopilotStatusPage.ShowProgress", + "label": "Show progress to users", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotStatusPage.EnableLog", + "label": "Turn on log collection", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotStatusPage.OBEEOnly", + "label": "Show status page only with OOBE setup", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotStatusPage.InstallWindowsUpdates", + "label": "Install Windows Updates during setup", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotStatusPage.BlockDevice", + "label": "Block device usage during setup", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotStatusPage.AllowReset", + "label": "Allow reset", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotStatusPage.AllowFail", + "label": "Allow users to use device if setup fails", + "defaultValue": true + } + ], + "label": "Enable Autopilot Status Page", + "impact": "Low Impact", + "addedDate": "2023-12-30", + "impactColour": "info", + "recommendedBy": [] + }, + { + "name": "standards.AutopilotProfile", + "cat": "Device Management Standards", + "tag": [], + "disabledFeatures": { + "report": false, + "warn": false, + "remediate": false + }, + "helpText": "Assign the appropriate Autopilot profile to streamline device deployment.", + "docsDescription": "This standard allows the deployment of Autopilot profiles to devices, including settings such as unique name templates, language options, and local admin privileges.", + "addedComponent": [ + { + "type": "textField", + "name": "standards.AutopilotProfile.DisplayName", + "label": "Profile Display Name" + }, + { + "type": "textField", + "name": "standards.AutopilotProfile.Description", + "label": "Profile Description" + }, + { + "type": "textField", + "name": "standards.AutopilotProfile.DeviceNameTemplate", + "label": "Unique Device Name Template", + "required": false + }, + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "required": false, + "name": "standards.AutopilotProfile.Languages", + "label": "Languages", + "api": { + "url": "/languageList.json", + "labelField": "languageTag", + "valueField": "tag" + } + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.CollectHash", + "label": "Convert all targeted devices to Autopilot", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.AssignToAllDevices", + "label": "Assign to all devices", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.SelfDeployingMode", + "label": "Enable Self-deploying Mode", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.HideTerms", + "label": "Hide Terms and Conditions", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.HidePrivacy", + "label": "Hide Privacy Settings", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.HideChangeAccount", + "label": "Hide Change Account Options", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.NotLocalAdmin", + "label": "Setup user as a standard user (not local admin)", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.AllowWhiteGlove", + "label": "Allow White Glove OOBE", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.AutopilotProfile.AutoKeyboard", + "label": "Automatically configure keyboard", + "defaultValue": true + } + ], + "label": "Enable Autopilot Profile", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2023-12-30", + "recommendedBy": [] + }, + { + "name": "standards.IntuneTemplate", + "cat": "Templates", + "label": "Intune Template", + "multiple": true, + "disabledFeatures": { + "report": false, + "warn": false, + "remediate": false + }, + "impact": "High Impact", + "addedDate": "2023-12-30", + "helpText": "Deploy and manage Intune templates across devices.", + "executiveText": "Deploys standardized device management configurations across all corporate devices, ensuring consistent security policies, application settings, and compliance requirements. This template-based approach streamlines device management while maintaining uniform security standards across the organization.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": false, + "creatable": false, + "required": false, + "name": "TemplateList", + "label": "Select Intune Template", + "api": { + "queryKey": "ListIntuneTemplates-autcomplete", + "url": "/api/ListIntuneTemplates", + "labelField": "Displayname", + "valueField": "GUID", + "showRefresh": true, + "templateView": { + "title": "Intune Template", + "property": "RAWJson", + "type": "intune" + } + } + }, + { + "type": "autoComplete", + "multiple": false, + "required": false, + "creatable": false, + "name": "TemplateList-Tags", + "label": "Or select a package of Intune Templates", + "api": { + "queryKey": "ListIntuneTemplates-tag-autcomplete", + "url": "/api/ListIntuneTemplates?mode=Tag", + "labelField": "label", + "valueField": "value" + } + }, + { + "name": "AssignTo", + "label": "Who should this template be assigned to?", + "type": "radio", + "options": [ + { + "label": "Do not assign", + "value": "On" + }, + { + "label": "Assign to all users", + "value": "allLicensedUsers" + }, + { + "label": "Assign to all devices", + "value": "AllDevices" + }, + { + "label": "Assign to all users and devices", + "value": "AllDevicesAndUsers" + }, + { + "label": "Assign to Custom Group", + "value": "customGroup" + } + ] + }, + { + "type": "textField", + "required": false, + "name": "customGroup", + "label": "Enter the custom group name if you selected 'Assign to Custom Group'. Wildcards are allowed." + }, + { + "name": "excludeGroup", + "label": "Exclude Groups", + "type": "textField", + "required": false, + "helpText": "Enter the group name(s) to exclude from the assignment. Wildcards are allowed. Multiple group names are comma-seperated." + }, + { + "type": "textField", + "required": false, + "name": "assignmentFilter", + "label": "Assignment Filter Name (Optional)", + "helpText": "Enter the assignment filter name to apply to this policy assignment. Wildcards are allowed." + }, + { + "name": "assignmentFilterType", + "label": "Assignment Filter Mode (Optional)", + "type": "radio", + "required": false, + "helpText": "Choose whether to include or exclude devices matching the filter. Only applies if you specified a filter name above. Defaults to Include if not specified.", + "options": [ + { + "label": "Include - Assign to devices matching the filter", + "value": "include" + }, + { + "label": "Exclude - Assign to devices NOT matching the filter", + "value": "exclude" + } + ] + } + ] + }, + { + "name": "standards.TransportRuleTemplate", + "label": "Transport Rule Template", + "cat": "Templates", + "disabledFeatures": { + "report": true, + "warn": true, + "remediate": false + }, + "impact": "Medium Impact", + "addedDate": "2023-12-30", + "helpText": "Deploy transport rules to manage email flow.", + "executiveText": "Deploys standardized email flow rules that automatically manage how emails are processed, filtered, and routed within the organization. These templates ensure consistent email security policies, compliance requirements, and business rules are applied across all email communications.", + "addedComponent": [ + { + "type": "autoComplete", + "name": "transportRuleTemplate", + "label": "Select Transport Rule Template", + "api": { + "url": "/api/ListTransportRulesTemplates", + "labelField": "name", + "valueField": "GUID", + "queryKey": "ListTransportRulesTemplates" + } + } + ] + }, + { + "name": "standards.ConditionalAccessTemplate", + "label": "Conditional Access Template", + "cat": "Templates", + "multiple": true, + "disabledFeatures": { + "report": true, + "warn": true, + "remediate": false + }, + "impact": "High Impact", + "addedDate": "2023-12-30", + "helpText": "Manage conditional access policies for better security.", + "executiveText": "Deploys standardized conditional access policies that automatically enforce security requirements based on user location, device compliance, and risk factors. These templates ensure consistent security controls across the organization while enabling secure access to business resources.", + "addedComponent": [ + { + "type": "autoComplete", + "name": "TemplateList", + "multiple": false, + "label": "Select Conditional Access Template", + "api": { + "url": "/api/ListCATemplates", + "labelField": "displayName", + "valueField": "GUID", + "queryKey": "ListCATemplates", + "showRefresh": true, + "templateView": { + "title": "Conditional Access Policy" + } + } + }, + { + "name": "state", + "label": "What state should we deploy this template in?", + "type": "radio", + "options": [ + { + "value": "donotchange", + "label": "Do not change state" + }, + { + "value": "Enabled", + "label": "Set to enabled" + }, + { + "value": "Disabled", + "label": "Set to disabled" + }, + { + "value": "enabledForReportingButNotEnforced", + "label": "Set to report only" + } + ] + }, + { + "type": "switch", + "name": "DisableSD", + "label": "Disable Security Defaults when deploying policy" + }, + { + "type": "switch", + "name": "CreateGroups", + "label": "Create groups if they do not exist" + } + ] + }, + { + "name": "standards.ExchangeConnectorTemplate", + "label": "Exchange Connector Template", + "cat": "Templates", + "disabledFeatures": { + "report": true, + "warn": true, + "remediate": false + }, + "impact": "Medium Impact", + "addedDate": "2023-12-30", + "helpText": "Deploy and manage Exchange connectors.", + "executiveText": "Configures standardized Exchange connectors that control how email flows between your organization and external systems. These templates ensure secure and reliable email delivery while maintaining proper routing and security policies for business communications.", + "addedComponent": [ + { + "type": "autoComplete", + "name": "exConnectorTemplate", + "label": "Select Exchange Connector Template", + "api": { + "url": "/api/ListExConnectorTemplates", + "labelField": "name", + "valueField": "GUID", + "queryKey": "ListExConnectorTemplates" + } + } + ] + }, + { + "name": "standards.GroupTemplate", + "label": "Group Template", + "multi": true, + "cat": "Templates", + "disabledFeatures": { + "report": true, + "warn": true, + "remediate": false + }, + "impact": "Medium Impact", + "addedDate": "2023-12-30", + "helpText": "Deploy and manage group templates.", + "executiveText": "Creates standardized groups with predefined settings, permissions, and membership rules. These templates ensure consistent group configurations across the organization, streamlining collaboration and access management while maintaining security standards.", + "addedComponent": [ + { + "type": "autoComplete", + "name": "groupTemplate", + "label": "Select Group Template", + "api": { + "url": "/api/ListGroupTemplates", + "labelField": "Displayname", + "altLabelField": "displayName", + "valueField": "GUID", + "queryKey": "ListGroupTemplates" + } + } + ] + }, + { + "name": "standards.AssignmentFilterTemplate", + "label": "Assignment Filter Template", + "multi": true, + "cat": "Templates", + "disabledFeatures": { + "report": true, + "warn": true, + "remediate": false + }, + "impact": "Medium Impact", + "addedDate": "2025-10-04", + "helpText": "Deploy and manage assignment filter templates.", + "executiveText": "Creates standardized assignment filters with predefined settings. These templates ensure consistent assignment filter configurations across the organization, streamlining assignment management.", + "addedComponent": [ + { + "type": "autoComplete", + "name": "assignmentFilterTemplate", + "label": "Select Assignment Filter Template", + "api": { + "url": "/api/ListAssignmentFilterTemplates", + "labelField": "Displayname", + "altLabelField": "displayName", + "valueField": "GUID", + "queryKey": "ListAssignmentFilterTemplates" + } + } + ] + }, + { + "name": "standards.MailboxRecipientLimits", + "cat": "Exchange Standards", + "tag": [], + "helpText": "Sets the maximum number of recipients that can be specified in the To, Cc, and Bcc fields of a message for all mailboxes in the tenant.", + "docsDescription": "This standard configures the recipient limits for all mailboxes in the tenant. The recipient limit determines the maximum number of recipients that can be specified in the To, Cc, and Bcc fields of a message. This helps prevent spam and manage email flow.", + "executiveText": "Controls how many recipients employees can include in a single email, helping prevent spam distribution and managing email server load. This security measure protects against both accidental mass mailings and potential abuse while ensuring legitimate business communications can still reach necessary recipients.", + "addedComponent": [ + { + "type": "number", + "name": "standards.MailboxRecipientLimits.RecipientLimit", + "label": "Recipient Limit", + "defaultValue": 500, + "validators": { + "min": { "value": 1, "message": "Minimum value is 1" }, + "max": { "value": 1000, "message": "Maximum value is 1000" } + } + } + ], + "label": "Set Mailbox Recipient Limits", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-05-28", + "powershellEquivalent": "Set-Mailbox -RecipientLimits", + "recommendedBy": ["CIPP"] + }, + { + "name": "standards.DisableExchangeOnlinePowerShell", + "cat": "Exchange Standards", + "tag": ["CIS M365 5.0 (6.1.1)", "Security", "NIST CSF 2.0 (PR.AA-05)"], + "helpText": "Disables Exchange Online PowerShell access for non-admin users by setting the RemotePowerShellEnabled property to false for each user. This helps prevent attackers from using PowerShell to run malicious commands, access file systems, registry, and distribute ransomware throughout networks. Users with admin roles are automatically excluded.", + "docsDescription": "Disables Exchange Online PowerShell access for non-admin users by setting the RemotePowerShellEnabled property to false for each user. This security measure follows a least privileged access approach, preventing potential attackers from using PowerShell to execute malicious commands, access sensitive systems, or distribute malware. Users with management roles containing 'Admin' are automatically excluded to ensure administrators retain PowerShell access to perform necessary management tasks.", + "executiveText": "Restricts PowerShell access to Exchange Online for regular employees while maintaining access for administrators, significantly reducing security risks from compromised accounts. This prevents attackers from using PowerShell to execute malicious commands or distribute ransomware while preserving necessary administrative capabilities.", + "label": "Disable Exchange Online PowerShell for non-admin users", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-06-19", + "powershellEquivalent": "Set-User -Identity $user -RemotePowerShellEnabled $false", + "recommendedBy": ["CIS", "CIPP"] + }, + { + "name": "standards.OWAAttachmentRestrictions", + "cat": "Exchange Standards", + "tag": ["CIS M365 5.0 (6.1.2)", "Security", "NIST CSF 2.0 (PR.AA-05)"], + "helpText": "Restricts how users on unmanaged devices can interact with email attachments in Outlook on the web and new Outlook for Windows. Prevents downloading attachments or blocks viewing them entirely.", + "docsDescription": "This standard configures the OWA mailbox policy to restrict access to email attachments on unmanaged devices. Users can be prevented from downloading attachments (but can view/edit via Office Online) or blocked from seeing attachments entirely. This helps prevent data exfiltration through email attachments on devices not managed by the organization.", + "executiveText": "Restricts access to email attachments on personal or unmanaged devices while allowing full functionality on corporate-managed devices. This security measure prevents data theft through email attachments while maintaining productivity for employees using approved company devices.", + "addedComponent": [ + { + "type": "autoComplete", + "name": "standards.OWAAttachmentRestrictions.ConditionalAccessPolicy", + "label": "Attachment Restriction Policy", + "options": [ + { + "label": "Read Only (View/Edit via Office Online, no download)", + "value": "ReadOnly" + }, + { + "label": "Read Only Plus Attachments Blocked (Cannot see attachments)", + "value": "ReadOnlyPlusAttachmentsBlocked" + } + ], + "defaultValue": "ReadOnlyPlusAttachmentsBlocked" + } + ], + "label": "Restrict Email Attachments on Unmanaged Devices", + "impact": "Medium Impact", + "impactColour": "warning", + "addedDate": "2025-08-22", + "powershellEquivalent": "Set-OwaMailboxPolicy -Identity \"OwaMailboxPolicy-Default\" -ConditionalAccessPolicy ReadOnlyPlusAttachmentsBlocked", + "recommendedBy": ["Microsoft Zero Trust", "CIPP"] + }, + { + "name": "standards.DeployCheckChromeExtension", + "cat": "Intune Standards", + "tag": [], + "helpText": "Deploys the Check Chrome extension via Intune OMA-URI custom policies for both Chrome and Edge browsers with configurable settings. Chrome ID: benimdeioplgkhanklclahllklceahbe, Edge ID: knepjpocdagponkonnbggpcnhnaikajg", + "docsDescription": "Creates Intune OMA-URI custom policies that automatically install and configure the Check Chrome extension on managed devices for both Google Chrome and Microsoft Edge browsers. This ensures the extension is deployed consistently across all corporate devices with customizable settings.", + "executiveText": "Automatically deploys the Check browser extension across all company devices with configurable security and branding settings, ensuring consistent security monitoring and compliance capabilities. This extension provides enhanced security features and monitoring tools that help protect against threats while maintaining user productivity.", + "addedComponent": [ + { + "type": "switch", + "name": "standards.DeployCheckChromeExtension.enableValidPageBadge", + "label": "Enable valid page badge", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.DeployCheckChromeExtension.enablePageBlocking", + "label": "Enable page blocking", + "defaultValue": true + }, + { + "type": "switch", + "name": "standards.DeployCheckChromeExtension.enableCippReporting", + "label": "Enable CIPP reporting", + "defaultValue": true + }, + { + "type": "textField", + "name": "standards.DeployCheckChromeExtension.cippServerUrl", + "label": "CIPP Server URL", + "placeholder": "https://YOUR-CIPP-SERVER-URL", + "required": false + }, + { + "type": "textField", + "name": "standards.DeployCheckChromeExtension.customRulesUrl", + "label": "Custom Rules URL", + "placeholder": "https://YOUR-CIPP-SERVER-URL/rules.json", + "required": false + }, + { + "type": "number", + "name": "standards.DeployCheckChromeExtension.updateInterval", + "label": "Update interval (hours)", + "defaultValue": 12 + }, + { + "type": "switch", + "name": "standards.DeployCheckChromeExtension.enableDebugLogging", + "label": "Enable debug logging", + "defaultValue": false + }, + { + "type": "textField", + "name": "standards.DeployCheckChromeExtension.companyName", + "label": "Company Name", + "placeholder": "YOUR-COMPANY", + "required": false + }, + { + "type": "textField", + "name": "standards.DeployCheckChromeExtension.productName", + "label": "Product Name", + "placeholder": "YOUR-PRODUCT-NAME", + "required": false + }, + { + "type": "textField", + "name": "standards.DeployCheckChromeExtension.supportEmail", + "label": "Support Email", + "placeholder": "support@yourcompany.com", + "required": false + }, + { + "type": "textField", + "name": "standards.DeployCheckChromeExtension.primaryColor", + "label": "Primary Color", + "placeholder": "#0044CC", + "required": false + }, + { + "type": "textField", + "name": "standards.DeployCheckChromeExtension.logoUrl", + "label": "Logo URL", + "placeholder": "https://yourcompany.com/logo.png", + "required": false + }, + { + "name": "AssignTo", + "label": "Who should this policy be assigned to?", + "type": "radio", + "options": [ + { + "label": "Do not assign", + "value": "On" + }, + { + "label": "Assign to all users", + "value": "allLicensedUsers" + }, + { + "label": "Assign to all devices", + "value": "AllDevices" + }, + { + "label": "Assign to all users and devices", + "value": "AllDevicesAndUsers" + }, + { + "label": "Assign to Custom Group", + "value": "customGroup" + } + ] + }, + { + "type": "textField", + "required": false, + "name": "customGroup", + "label": "Enter the custom group name if you selected 'Assign to Custom Group'. Wildcards are allowed." + } + ], + "label": "Deploy Check Chrome Extension", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-09-18", + "powershellEquivalent": "New-GraphPostRequest -uri 'https://graph.microsoft.com/beta/deviceManagement/configurationPolicies'", + "recommendedBy": ["CIPP"] + }, + { + "name": "standards.SecureScoreRemediation", + "cat": "Global Standards", + "tag": ["lowimpact"], + "helpText": "Allows bulk updating of Secure Score control profiles across tenants. Select controls and assign them to different states: Default, Ignored, Third-Party, or Reviewed.", + "addedComponent": [ + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "name": "standards.SecureScoreRemediation.Default", + "label": "Controls to set to Default", + "api": { + "url": "/secureScore.json", + "labelField": "title", + "valueField": "id" + } + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "name": "standards.SecureScoreRemediation.Ignored", + "label": "Controls to set to Ignored", + "api": { + "url": "/secureScore.json", + "labelField": "title", + "valueField": "id" + } + }, + { + "type": "autoComplete", + "multiple": true, + "creatable": true, + "required": false, + "name": "standards.SecureScoreRemediation.ThirdParty", + "label": "Controls to set to Third-Party", + "api": { + "url": "/secureScore.json", + "labelField": "title", + "valueField": "id" + } + }, + { + "type": "autoComplete", + "multiple": true, + "required": false, + "creatable": true, + "name": "standards.SecureScoreRemediation.Reviewed", + "label": "Controls to set to Reviewed", + "api": { + "url": "/secureScore.json", + "labelField": "title", + "valueField": "id" + } + } + ], + "label": "Update Secure Score Control Profiles", + "impact": "Low Impact", + "impactColour": "info", + "addedDate": "2025-11-19", + "powershellEquivalent": "New-GraphPostRequest to /beta/security/secureScoreControlProfiles/{id}" } ] diff --git a/src/data/timezoneList.json b/src/data/timezoneList.json index d259bc80e65d..d2501fca5bca 100644 --- a/src/data/timezoneList.json +++ b/src/data/timezoneList.json @@ -1,335 +1,446 @@ [ { - "timezone": "(UTC-12:00) International Date Line West" + "timezone": "(UTC-12:00) International Date Line West", + "standardTime": "Dateline Standard Time" }, { - "timezone": "(UTC-11:00) Coordinated Universal Time-11" + "timezone": "(UTC-11:00) Coordinated Universal Time-11", + "standardTime": "UTC-11" }, { - "timezone": "(UTC-10:00) Hawaii" + "timezone": "(UTC-10:00) Hawaii", + "standardTime": "Hawaiian Standard Time" }, { - "timezone": "(UTC-09:00) Alaska" + "timezone": "(UTC-09:00) Alaska", + "standardTime": "Alaskan Standard Time" }, { - "timezone": "(UTC-08:00) Baja California" + "timezone": "(UTC-08:00) Baja California", + "standardTime": "Pacific Standard Time (Mexico)" }, { - "timezone": "(UTC-08:00) Pacific Time (US and Canada)" + "timezone": "(UTC-08:00) Pacific Time (US and Canada)", + "standardTime": "Pacific Standard Time" }, { - "timezone": "(UTC-07:00) Arizona" + "timezone": "(UTC-07:00) Arizona", + "standardTime": "US Mountain Standard Time" }, { - "timezone": "(UTC-07:00) Chihuahua, La Paz, Mazatlan" + "timezone": "(UTC-07:00) Chihuahua, La Paz, Mazatlan", + "standardTime": "Mountain Standard Time (Mexico)" }, { - "timezone": "(UTC-07:00) Mountain Time (US and Canada)" + "timezone": "(UTC-07:00) Mountain Time (US and Canada)", + "standardTime": "Mountain Standard Time" }, { - "timezone": "(UTC-06:00) Central America" + "timezone": "(UTC-06:00) Central America", + "standardTime": "Central America Standard Time" }, { - "timezone": "(UTC-06:00) Central Time (US and Canada)" + "timezone": "(UTC-06:00) Central Time (US and Canada)", + "standardTime": "Central Standard Time" }, { - "timezone": "(UTC-06:00) Guadalajara, Mexico City, Monterrey" + "timezone": "(UTC-06:00) Guadalajara, Mexico City, Monterrey", + "standardTime": "Central Standard Time (Mexico)" }, { - "timezone": "(UTC-06:00) Saskatchewan" + "timezone": "(UTC-06:00) Saskatchewan", + "standardTime": "Canada Central Standard Time" }, { - "timezone": "(UTC-05:00) Bogota, Lima, Quito" + "timezone": "(UTC-05:00) Bogota, Lima, Quito", + "standardTime": "SA Pacific Standard Time" }, { - "timezone": "(UTC-05:00) Eastern Time (US and Canada)" + "timezone": "(UTC-05:00) Eastern Time (US and Canada)", + "standardTime": "Eastern Standard Time" }, { - "timezone": "(UTC-05:00) Indiana (East)" + "timezone": "(UTC-05:00) Indiana (East)", + "standardTime": "US Eastern Standard Time" }, { - "timezone": "(UTC-04:30) Caracas" + "timezone": "(UTC-04:30) Caracas", + "standardTime": "Venezuela Standard Time" }, { - "timezone": "(UTC-04:00) Asuncion" + "timezone": "(UTC-04:00) Asuncion", + "standardTime": "Paraguay Standard Time" }, { - "timezone": "(UTC-04:00) Atlantic Time (Canada)" + "timezone": "(UTC-04:00) Atlantic Time (Canada)", + "standardTime": "Atlantic Standard Time" }, { - "timezone": "(UTC-04:00) Cuiaba" + "timezone": "(UTC-04:00) Cuiaba", + "standardTime": "Central Brazilian Standard Time" }, { - "timezone": "(UTC-04:00) Georgetown, La Paz, Manaus, San Juan" + "timezone": "(UTC-04:00) Georgetown, La Paz, Manaus, San Juan", + "standardTime": "SA Western Standard Time" }, { - "timezone": "(UTC-04:00) Santiago" + "timezone": "(UTC-04:00) Santiago", + "standardTime": "Pacific SA Standard Time" }, { - "timezone": "(UTC-03:30) Newfoundland" + "timezone": "(UTC-03:30) Newfoundland", + "standardTime": "Newfoundland Standard Time" }, { - "timezone": "(UTC-03:00) Brasilia" + "timezone": "(UTC-03:00) Brasilia", + "standardTime": "E. South America Standard Time" }, { - "timezone": "(UTC-03:00) Buenos Aires" + "timezone": "(UTC-03:00) Buenos Aires", + "standardTime": "Argentina Standard Time" }, { - "timezone": "(UTC-03:00) Cayenne, Fortaleza" + "timezone": "(UTC-03:00) Cayenne, Fortaleza", + "standardTime": "SA Eastern Standard Time" }, { - "timezone": "(UTC-03:00) Greenland" + "timezone": "(UTC-03:00) Greenland", + "standardTime": "Greenland Standard Time" }, { - "timezone": "(UTC-03:00) Montevideo" + "timezone": "(UTC-03:00) Montevideo", + "standardTime": "Montevideo Standard Time" }, { - "timezone": "(UTC-03:00) Salvador" + "timezone": "(UTC-03:00) Salvador", + "standardTime": "Bahia Standard Time" }, { - "timezone": "(UTC-02:00) Coordinated Universal Time-02" + "timezone": "(UTC-02:00) Coordinated Universal Time-02", + "standardTime": "UTC-02" }, { - "timezone": "(UTC-02:00) Mid-Atlantic" + "timezone": "(UTC-02:00) Mid-Atlantic", + "standardTime": "Mid-Atlantic Standard Time" }, { - "timezone": "(UTC-01:00) Azores" + "timezone": "(UTC-01:00) Azores", + "standardTime": "Azores Standard Time" }, { - "timezone": "(UTC-01:00) Cabo Verde" + "timezone": "(UTC-01:00) Cabo Verde", + "standardTime": "Cape Verde Standard Time" }, { - "timezone": "(UTC) Casablanca" + "timezone": "(UTC) Casablanca", + "standardTime": "Morocco Standard Time" }, { - "timezone": "(UTC) Coordinated Universal Time" + "timezone": "(UTC) Coordinated Universal Time", + "standardTime": "UTC" }, { - "timezone": "(UTC) Dublin, Edinburgh, Lisbon, London" + "timezone": "(UTC) Dublin, Edinburgh, Lisbon, London", + "standardTime": "GMT Standard Time" }, { - "timezone": "(UTC) Monrovia, Reykjavik" + "timezone": "(UTC) Monrovia, Reykjavik", + "standardTime": "Greenwich Standard Time" }, { - "timezone": "(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna" + "timezone": "(UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna", + "standardTime": "W. Europe Standard Time" }, { - "timezone": "(UTC+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague" + "timezone": "(UTC+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague", + "standardTime": "Central Europe Standard Time" }, { - "timezone": "(UTC+01:00) Brussels, Copenhagen, Madrid, Paris" + "timezone": "(UTC+01:00) Brussels, Copenhagen, Madrid, Paris", + "standardTime": "Romance Standard Time" }, { - "timezone": "(UTC+01:00) Sarajevo, Skopje, Warsaw, Zagreb" + "timezone": "(UTC+01:00) Sarajevo, Skopje, Warsaw, Zagreb", + "standardTime": "Central European Standard Time" }, { - "timezone": "(UTC+01:00) West Central Africa" + "timezone": "(UTC+01:00) West Central Africa", + "standardTime": "W. Central Africa Standard Time" }, { - "timezone": "(UTC+01:00) Windhoek" + "timezone": "(UTC+01:00) Windhoek", + "standardTime": "Namibia Standard Time" }, { - "timezone": "(UTC+02:00) Amman" + "timezone": "(UTC+02:00) Amman", + "standardTime": "Jordan Standard Time" }, { - "timezone": "(UTC+02:00) Athens, Bucharest" + "timezone": "(UTC+02:00) Athens, Bucharest", + "standardTime": "GTB Standard Time" }, { - "timezone": "(UTC+02:00) Beirut" + "timezone": "(UTC+02:00) Beirut", + "standardTime": "Middle East Standard Time" }, { - "timezone": "(UTC+02:00) Cairo" + "timezone": "(UTC+02:00) Cairo", + "standardTime": "Egypt Standard Time" }, { - "timezone": "(UTC+02:00) Damascus" + "timezone": "(UTC+02:00) Damascus", + "standardTime": "Syria Standard Time" }, { - "timezone": "(UTC+02:00) Harare, Pretoria" + "timezone": "(UTC+02:00) Harare, Pretoria", + "standardTime": "South Africa Standard Time" }, { - "timezone": "(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius" + "timezone": "(UTC+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius", + "standardTime": "FLE Standard Time" }, { - "timezone": "(UTC+02:00) Jerusalem" + "timezone": "(UTC+02:00) Jerusalem", + "standardTime": "Israel Standard Time" }, { - "timezone": "(UTC+02:00) Minsk (old)" + "timezone": "(UTC+02:00) Minsk (old)", + "standardTime": "Belarus Standard Time" }, { - "timezone": "(UTC+02:00) E. Europe" + "timezone": "(UTC+02:00) E. Europe", + "standardTime": "E. Europe Standard Time" }, { - "timezone": "(UTC+02:00) Kaliningrad" + "timezone": "(UTC+02:00) Kaliningrad", + "standardTime": "Kaliningrad Standard Time" }, { - "timezone": "(UTC+03:00) Baghdad" + "timezone": "(UTC+03:00) Baghdad", + "standardTime": "Arabic Standard Time" }, { - "timezone": "(UTC+03:00) Istanbul" + "timezone": "(UTC+03:00) Istanbul", + "standardTime": "Turkey Standard Time" }, { - "timezone": "(UTC+03:00) Kuwait, Riyadh" + "timezone": "(UTC+03:00) Kuwait, Riyadh", + "standardTime": "Arab Standard Time" }, { - "timezone": "(UTC+03:00) Minsk" + "timezone": "(UTC+03:00) Minsk", + "standardTime": "Belarus Standard Time" }, { - "timezone": "(UTC+03:00) Moscow, St. Petersburg, Volgograd" + "timezone": "(UTC+03:00) Moscow, St. Petersburg, Volgograd", + "standardTime": "Russian Standard Time" }, { - "timezone": "(UTC+03:00) Nairobi" + "timezone": "(UTC+03:00) Nairobi", + "standardTime": "E. Africa Standard Time" }, { - "timezone": "(UTC+03:30) Tehran" + "timezone": "(UTC+03:30) Tehran", + "standardTime": "Iran Standard Time" }, { - "timezone": "(UTC+04:00) Abu Dhabi, Muscat" + "timezone": "(UTC+04:00) Abu Dhabi, Muscat", + "standardTime": "Arabian Standard Time" }, { - "timezone": "(UTC+04:00) Astrakhan, Ulyanovsk" + "timezone": "(UTC+04:00) Astrakhan, Ulyanovsk", + "standardTime": "Astrakhan Standard Time" }, { - "timezone": "(UTC+04:00) Baku" + "timezone": "(UTC+04:00) Baku", + "standardTime": "Azerbaijan Standard Time" }, { - "timezone": "(UTC+04:00) Izhevsk, Samara" + "timezone": "(UTC+04:00) Izhevsk, Samara", + "standardTime": "Russia Time Zone 3" }, { - "timezone": "(UTC+04:00) Port Louis" + "timezone": "(UTC+04:00) Port Louis", + "standardTime": "Mauritius Standard Time" }, { - "timezone": "(UTC+04:00) Tbilisi" + "timezone": "(UTC+04:00) Tbilisi", + "standardTime": "Georgian Standard Time" }, { - "timezone": "(UTC+04:00) Yerevan" + "timezone": "(UTC+04:00) Yerevan", + "standardTime": "Caucasus Standard Time" }, { - "timezone": "(UTC+04:30) Kabul" + "timezone": "(UTC+04:30) Kabul", + "standardTime": "Afghanistan Standard Time" }, { - "timezone": "(UTC+05:00) Ekaterinburg" + "timezone": "(UTC+05:00) Ekaterinburg", + "standardTime": "Ekaterinburg Standard Time" }, { - "timezone": "(UTC+05:00) Islamabad, Karachi" + "timezone": "(UTC+05:00) Islamabad, Karachi", + "standardTime": "Pakistan Standard Time" }, { - "timezone": "(UTC+05:00) Tashkent" + "timezone": "(UTC+05:00) Tashkent", + "standardTime": "West Asia Standard Time" }, { - "timezone": "(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi" + "timezone": "(UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi", + "standardTime": "India Standard Time" }, { - "timezone": "(UTC+05:30) Sri Jayawardenepura" + "timezone": "(UTC+05:30) Sri Jayawardenepura", + "standardTime": "Sri Lanka Standard Time" }, { - "timezone": "(UTC+05:45) Kathmandu" + "timezone": "(UTC+05:45) Kathmandu", + "standardTime": "Nepal Standard Time" }, { - "timezone": "(UTC+06:00) Astana" + "timezone": "(UTC+06:00) Astana", + "standardTime": "Qyzylorda Standard Time" }, { - "timezone": "(UTC+06:00) Dhaka" + "timezone": "(UTC+06:00) Dhaka", + "standardTime": "Bangladesh Standard Time" }, { - "timezone": "(UTC+06:00) Omsk" + "timezone": "(UTC+06:00) Omsk", + "standardTime": "Omsk Standard Time" }, { - "timezone": "(UTC+06:30) Yangon (Rangoon)" + "timezone": "(UTC+06:30) Yangon (Rangoon)", + "standardTime": "Myanmar Standard Time" }, { - "timezone": "(UTC+07:00) Bangkok, Hanoi, Jakarta" + "timezone": "(UTC+07:00) Bangkok, Hanoi, Jakarta", + "standardTime": "SE Asia Standard Time" }, { - "timezone": "(UTC+07:00) Barnaul, Gorno-Altaysk" + "timezone": "(UTC+07:00) Barnaul, Gorno-Altaysk", + "standardTime": "Altai Standard Time" }, { - "timezone": "(UTC+07:00) Krasnoyarsk" + "timezone": "(UTC+07:00) Krasnoyarsk", + "standardTime": "North Asia Standard Time" }, { - "timezone": "(UTC+07:00) Novosibirsk" + "timezone": "(UTC+07:00) Novosibirsk", + "standardTime": "N. Central Asia Standard Time" }, { - "timezone": "(UTC+07:00) Tomsk" + "timezone": "(UTC+07:00) Tomsk", + "standardTime": "Tomsk Standard Time" }, { - "timezone": "(UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi" + "timezone": "(UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi", + "standardTime": "China Standard Time" }, { - "timezone": "(UTC+08:00) Irkutsk" + "timezone": "(UTC+08:00) Irkutsk", + "standardTime": "North Asia East Standard Time" }, { - "timezone": "(UTC+08:00) Kuala Lumpur, Singapore" + "timezone": "(UTC+08:00) Kuala Lumpur, Singapore", + "standardTime": "Singapore Standard Time" }, { - "timezone": "(UTC+08:00) Perth" + "timezone": "(UTC+08:00) Perth", + "standardTime": "W. Australia Standard Time" }, { - "timezone": "(UTC+08:00) Taipei" + "timezone": "(UTC+08:00) Taipei", + "standardTime": "Taipei Standard Time" }, { - "timezone": "(UTC+08:00) Ulaanbaatar" + "timezone": "(UTC+08:00) Ulaanbaatar", + "standardTime": "Ulaanbaatar Standard Time" }, { - "timezone": "(UTC+09:00) Osaka, Sapporo, Tokyo" + "timezone": "(UTC+09:00) Osaka, Sapporo, Tokyo", + "standardTime": "Tokyo Standard Time" }, { - "timezone": "(UTC+09:00) Seoul" + "timezone": "(UTC+09:00) Seoul", + "standardTime": "Korea Standard Time" }, { - "timezone": "(UTC+09:00) Yakutsk" + "timezone": "(UTC+09:00) Yakutsk", + "standardTime": "Yakutsk Standard Time" }, { - "timezone": "(UTC+09:30) Adelaide" + "timezone": "(UTC+09:30) Adelaide", + "standardTime": "Cen. Australia Standard Time" }, { - "timezone": "(UTC+09:30) Darwin" + "timezone": "(UTC+09:30) Darwin", + "standardTime": "AUS Central Standard Time" }, { - "timezone": "(UTC+10:00) Brisbane" + "timezone": "(UTC+10:00) Brisbane", + "standardTime": "E. Australia Standard Time" }, { - "timezone": "(UTC+10:00) Canberra, Melbourne, Sydney" + "timezone": "(UTC+10:00) Canberra, Melbourne, Sydney", + "standardTime": "AUS Eastern Standard Time" }, { - "timezone": "(UTC+10:00) Guam, Port Moresby" + "timezone": "(UTC+10:00) Guam, Port Moresby", + "standardTime": "West Pacific Standard Time" }, { - "timezone": "(UTC+10:00) Hobart" + "timezone": "(UTC+10:00) Hobart", + "standardTime": "Tasmania Standard Time" }, { - "timezone": "(UTC+10:00) Magadan" + "timezone": "(UTC+10:00) Magadan", + "standardTime": "Magadan Standard Time" }, { - "timezone": "(UTC+10:00) Vladivostok" + "timezone": "(UTC+10:00) Vladivostok", + "standardTime": "Vladivostok Standard Time" }, { - "timezone": "(UTC+11:00) Chokurdakh" + "timezone": "(UTC+11:00) Chokurdakh", + "standardTime": "Russia Time Zone 10" }, { - "timezone": "(UTC+11:00) Sakhalin" + "timezone": "(UTC+11:00) Sakhalin", + "standardTime": "Sakhalin Standard Time" }, { - "timezone": "(UTC+11:00) Solomon Is., New Caledonia" + "timezone": "(UTC+11:00) Solomon Is., New Caledonia", + "standardTime": "Central Pacific Standard Time" }, { - "timezone": "(UTC+12:00) Anadyr, Petropavlovsk-Kamchatsky" + "timezone": "(UTC+12:00) Anadyr, Petropavlovsk-Kamchatsky", + "standardTime": "Russia Time Zone 11" }, { - "timezone": "(UTC+12:00) Auckland, Wellington" + "timezone": "(UTC+12:00) Auckland, Wellington", + "standardTime": "New Zealand Standard Time" }, { - "timezone": "(UTC+12:00) Coordinated Universal Time+12" + "timezone": "(UTC+12:00) Coordinated Universal Time+12", + "standardTime": "UTC+12" }, { - "timezone": "(UTC+12:00) Fiji" + "timezone": "(UTC+12:00) Fiji", + "standardTime": "Fiji Standard Time" }, { - "timezone": "(UTC+12:00) Petropavlovsk-Kamchatsky - Old" + "timezone": "(UTC+12:00) Petropavlovsk-Kamchatsky - Old", + "standardTime": "Kamchatka Standard Time" }, { - "timezone": "(UTC+13:00) Nuku'alofa" + "timezone": "(UTC+13:00) Nuku'alofa", + "standardTime": "Tonga Standard Time" }, { - "timezone": "(UTC+13:00) Samoa" + "timezone": "(UTC+13:00) Samoa", + "standardTime": "Samoa Standard Time" } ] diff --git a/src/data/translator.json b/src/data/translator.json deleted file mode 100644 index 6144de6d1a7d..000000000000 --- a/src/data/translator.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "accessrights": "AccessRights", - "accountenabled": "Enabled", - "acquisitiondate": "Purchased on", - "actions": "Actions", - "activateddatetime": "Activated", - "activationstate": "Activation State", - "activesyncenabled": "ActiveSync Enabled", - "additionalemailaddresses": "Additional Email Addresses", - "affecteddevices": "Affected Devices Names", - "affecteddevicescount": "# Affected Devices", - "allocated": "Allocated (GB)", - "applicationid": "Application ID", - "assignedlicenses": "Licenses", - "assignedto": "Assigned to User", - "autoextendduration": "Auto Extend", - "avgseconds": "Avg (seconds)", - "builtincontrols": "Built-in Controls", - "callcount": "Call Count", - "cippconnectortype": "Type", - "clientapptypes": "Client App Types", - "clienttype": "Client Type", - "clientversion": "Client Version", - "command": "Command", - "comment": "Comment", - "companyname": "Company", - "created": " Created Date (Local)", - "createddatetime": "Created", - "customer/displayname": "Tenant", - "cveid": "CVE ID", - "date": "Date", - "defaultdomainname": "Default Domain", - "desc": "Description", - "deviceaccessstate": "Access State", - "devicefriendlyname": "Friendly Name", - "devicemodel": "Model", - "deviceos": "OS", - "devicetype": "Device Type", - "dkimenabled": "DKIM Enabled", - "dmarcactionpolicy": "DMARC Action Policy", - "dmarcpercentagepass": "DMARC % Pass", - "dmarcpresent": "DMARC Present", - "dnssecpresent": "DNSSec Enabled", - "domain": "Domain", - "ecpenabled": "ECP Enabled", - "enddatetime": "End", - "ewsenabled": "EWS Enabled", - "excludeapplications": "Exclude Applications", - "excluded": "Excluded", - "excludedate": "Exclude Date", - "excludegroups": "Exclude Groups", - "excludelocations": "Exclude Locations", - "excludeplatforms": "Platform Exc", - "excludeuser": "Exclude User", - "excludeusers": "Exclude Users", - "executedtime": "Last executed time", - "execution": "Execute", - "executioncount": "Executions", - "exploitabilitylevel": "Exploit Publicly Available", - "filecount": "File Count (Total)", - "firstsync": "First Sync", - "forwardto": "Forwards To", - "grantcontrolsoperator": "Control Operator", - "guid": "GUID", - "hasarchive": "Archiving Enabled", - "identity": "Identity", - "if": "If", - "imapenabled": "IMAP Enabled", - "includeapplications": "Include Applications", - "includegroups": "Include Groups", - "includelocations": "Include Locations", - "includeplatforms": "Platform Inc", - "includeunknowncountriesandregions": "Include Unknown Countries", - "includeusers": "Include Users", - "isocountrycode": "Country", - "isoperatorconnect": "Operator Connect", - "istransportrulescoped": "Only apply via transport rules", - "itemcount": "Item Count (Total)", - "lastactive": "Last Active", - "lastsuccesssync": "Last Succesfull Sync", - "lastsyncattempt": "Last Sync Attempt", - "mail": "Email", - "mailboxownerid": "Mailbox", - "mailnickname": "Mail nickname", - "mailprovider": "Mail Provider", - "mapienabled": "MAPI Enabled", - "maxseconds": "Max (seconds)", - "meetingcount": "Meeting Count", - "modifieddatetime": "Last Modified", - "mxpasstest": "MX Pass Test", - "numbertype": "Number Type", - "objectid": "Object ID", - "onpremisessyncenabled": "AD Synced", - "osplatform": "Platform", - "owaenabled": "OWA Enabled", - "parameters": "Parameters", - "placename": "Location", - "policyname": "Blocked by Policy", - "popenabled": "POP Enabled", - "postexecution": "Sending to", - "primarysmtpaddress": "Primary E-mail", - "product_display_name": "Display Name", - "quickscanoverdue": "CVSS Score", - "quotagb": "Quota (GB)", - "quotaused": "Quota Used(%)", - "rangeorlocation": "Locations or IPs", - "receivedtime": "Received on", - "recipientaddress": "Recipient", - "recipienttype": "Mailbox Type", - "recipienttypedetails": "Recipient Type Details", - "recurrence": "Recurrence", - "requestdate": "Request Date", - "requestreason": "Reason", - "requeststatus": "Status", - "requestuser": "Requester", - "scheduledtime": "Scheduled Time", - "scope": "Scope (Permissions)", - "scorepercentage": "Security Score", - "securityupdateavailable": "Update Available", - "senderaddress": "Sender", - "senderipaddresses": "Sender IP Addresses", - "service": "Service", - "smarthost": "Smarthost", - "softwarename": "Application Name", - "softwarevendor": "Vendor", - "spfpassall": "SPF Pass Test", - "startat": "Migration Started at", - "starttime": "Permissions Granted (Local)", - "state": "State", - "storageusedinbytes": "Used Space (GB)", - "subject": "Subject", - "tags": "Tags", - "taskstate": "Task State", - "teamschat": "Chat Count", - "telephonenumber": "Phone Number", - "template": "Root Template", - "tenantid": "Tenant ID", - "tenantname": "Tenant Name", - "tlsdomain": "TLS Domain", - "tlssendercertificatename": "Inbound Connector Hostname", - "tlssettings": "TLS Settings", - "totalseconds": "Total (seconds)", - "upn": "UPN", - "url": "URL", - "usedgb": "Used (GB)", - "user": "User", - "userprincipalname": "User Prinicipal Name", - "usertype": "User Type", - "visibility": "Visibility", - "vulnerabilityseveritylevel": "Severity", - "locationinfo": "Location Info" -} diff --git a/src/helpers.js b/src/helpers.js deleted file mode 100644 index 3b746312e3c3..000000000000 --- a/src/helpers.js +++ /dev/null @@ -1,22 +0,0 @@ -export function isPromise(obj) { - return ( - !!obj && - (typeof obj === 'object' || typeof obj === 'function') && - typeof obj.then === 'function' - ) -} - -/** - * Convert search params object into a string: - * ```js - * queryString({key: 'value', key2: 'value2'}) - * // ==> ?key=value&key2=value2 - * ``` - * @param {object} searchParams - * @returns {string} - */ -export function queryString(searchParams) { - const params = new URLSearchParams() - Object.keys(searchParams).forEach((key) => params.append(key, searchParams[key])) - return '?' + params.toString() -} diff --git a/src/hooks/use-auth.js b/src/hooks/use-auth.js new file mode 100644 index 000000000000..0b8e687f758c --- /dev/null +++ b/src/hooks/use-auth.js @@ -0,0 +1,4 @@ +import { useContext } from 'react'; +import { AuthContext } from '../contexts/auth/jwt-context'; + +export const useAuth = () => useContext(AuthContext); diff --git a/src/hooks/use-dialog.js b/src/hooks/use-dialog.js new file mode 100644 index 000000000000..2e88f6adfd62 --- /dev/null +++ b/src/hooks/use-dialog.js @@ -0,0 +1,28 @@ +import { useCallback, useState } from 'react'; + +export function useDialog() { + const [state, setState] = useState({ + open: false, + data: undefined + }); + + const handleOpen = useCallback((data) => { + setState({ + open: true, + data + }); + }, []); + + const handleClose = useCallback(() => { + setState({ + open: false + }); + }, []); + + return { + data: state.data, + handleClose, + handleOpen, + open: state.open + }; +} diff --git a/src/hooks/use-filters.js b/src/hooks/use-filters.js new file mode 100644 index 000000000000..57faa1de4023 --- /dev/null +++ b/src/hooks/use-filters.js @@ -0,0 +1,143 @@ +import { useCallback, useEffect, useMemo, useState } from 'react'; + +const emptyFilter = { + operator: undefined, + property: '', + value: undefined +}; + +const validateFilter = (filter) => { + // Filters need an operator and a property + if (!filter.operator || !filter.property) { + return false; + } + + // isBlank and isPresent operators cannot have a value + if (filter.operator === 'isBlank' || filter.operator === 'isPresent') { + return typeof filter.value === 'undefined'; + } + + // Other operators require a value + if (typeof filter.value === 'undefined') { + return false; + } + + return true; +}; + +export const useFilters = (operators = [], properties = [], initialFilters = []) => { + const [filters, setFilters] = useState([]); + + useEffect(() => { + setFilters(initialFilters.length > 0 + ? initialFilters + : [emptyFilter]); + }, [initialFilters]); + + const valid = useMemo(() => { + let passedAll = true; + + for (let i = 0; i < filters.length; i++) { + const passed = validateFilter(filters[i]); + + if (!passed) { + passedAll = false; + break; + } + } + + return passedAll; + }, [filters]); + + const handleFilterAdd = useCallback((index) => { + setFilters((prevState) => { + const filters = [...prevState]; + + filters.splice(index, 0, emptyFilter); + + return filters; + }); + }, []); + + const handleOperatorChange = useCallback((index, name) => { + // Ensure operator is allowed + + const operator = operators.find((operator) => operator.name === name); + + if (!operator) { + return; + } + + setFilters((prevState) => { + const filters = [...prevState]; + + filters[index] = { + ...filters[index], + operator: name + }; + + return filters; + }); + }, [operators]); + + const handlePropertyChange = useCallback((index, name) => { + // Ensure property is allowed + + const property = properties.find((property) => property.name === name); + + if (!property) { + return; + } + + setFilters((prevState) => { + const filters = [...prevState]; + + filters[index] = { + operator: undefined, + property: name, + value: undefined + }; + + return filters; + }); + }, [properties]); + + const handleValueChange = useCallback((index, value) => { + setFilters((prevState) => { + const filters = [...prevState]; + + filters[index] = { + ...filters[index], + value + }; + + return filters; + }); + }, []); + + const handleFiltersClear = useCallback(() => { + setFilters([emptyFilter]); + }, []); + + const handleFilterRemove = useCallback((index) => { + if (filters.length === 1) { + setFilters([emptyFilter]); + return; + } + + setFilters((prevState) => { + return prevState.filter((filter, _index) => _index !== index); + }); + }, [filters]); + + return { + filters, + handleFilterAdd, + handleFilterRemove, + handleFiltersClear, + handleOperatorChange, + handlePropertyChange, + handleValueChange, + valid + }; +}; diff --git a/src/hooks/use-guid-resolver.js b/src/hooks/use-guid-resolver.js new file mode 100644 index 000000000000..1325722fc872 --- /dev/null +++ b/src/hooks/use-guid-resolver.js @@ -0,0 +1,523 @@ +import { useState, useCallback, useRef, useEffect } from "react"; +import { ApiPostCall } from "/src/api/ApiCall"; +import { useSettings } from "/src/hooks/use-settings"; + +// Function to check if a string is a GUID +const isGuid = (str) => { + if (typeof str !== "string") return false; + const guidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i; + return guidRegex.test(str); +}; + +// Function to extract GUIDs from strings (including embedded GUIDs) +const extractGuidsFromString = (str) => { + if (typeof str !== "string") return []; + const guidRegex = /[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/gi; + return str.match(guidRegex) || []; +}; + +// Function to extract object IDs from partner tenant UPNs (user_@.onmicrosoft.com) +// Also handles format: TenantName.onmicrosoft.com\tenant: , object: +const extractObjectIdFromPartnerUPN = (str) => { + if (typeof str !== "string") return []; + const matches = []; + + // Format 1: user_@.onmicrosoft.com + const partnerUpnRegex = /user_([0-9a-f]{32})@([^@]+\.onmicrosoft\.com)/gi; + let match; + + while ((match = partnerUpnRegex.exec(str)) !== null) { + // Convert the 32-character hex string to GUID format + const hexId = match[1]; + const tenantDomain = match[2]; + if (hexId.length === 32) { + const guid = [ + hexId.slice(0, 8), + hexId.slice(8, 12), + hexId.slice(12, 16), + hexId.slice(16, 20), + hexId.slice(20, 32), + ].join("-"); + matches.push({ guid, tenantDomain }); + } + } + + // Format 2: TenantName.onmicrosoft.com\tenant: , object: + // For exchange format, use the partner tenant guid for resolution + const partnerTenantObjectRegex = + /([^\\]+\.onmicrosoft\.com)\\tenant:\s*([0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}),\s*object:\s*([0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})/gi; + + while ((match = partnerTenantObjectRegex.exec(str)) !== null) { + const customerTenantDomain = match[1]; // This is the customer tenant domain + const partnerTenantGuid = match[2]; // This is the partner tenant guid - use this for resolution + const objectGuid = match[3]; // This is the object to resolve + + // Use the partner tenant GUID for resolution + matches.push({ guid: objectGuid, tenantDomain: partnerTenantGuid }); + } + + return matches; +}; + +// Function to recursively scan an object for GUIDs +const findGuids = (obj, guidsSet = new Set(), partnerGuidsMap = new Map()) => { + if (!obj) return { guidsSet, partnerGuidsMap }; + + if (typeof obj === "string") { + // First, extract object IDs from partner tenant UPNs to track which GUIDs belong to partners + const partnerObjectIds = extractObjectIdFromPartnerUPN(obj); + const partnerGuids = new Set(); + + partnerObjectIds.forEach(({ guid, tenantDomain }) => { + if (!partnerGuidsMap.has(tenantDomain)) { + partnerGuidsMap.set(tenantDomain, new Set()); + } + partnerGuidsMap.get(tenantDomain).add(guid); + partnerGuids.add(guid); // Track this GUID as belonging to a partner + }); + + // Check if the entire string is a GUID + if (isGuid(obj)) { + // Only add to main guidsSet if it's not a partner GUID + if (!partnerGuids.has(obj)) { + guidsSet.add(obj); + } + } else { + // Extract GUIDs embedded within longer strings + const embeddedGuids = extractGuidsFromString(obj); + embeddedGuids.forEach((guid) => { + // Only add to main guidsSet if it's not a partner GUID + if (!partnerGuids.has(guid)) { + guidsSet.add(guid); + } + }); + } + } else if (Array.isArray(obj)) { + obj.forEach((item) => { + const result = findGuids(item, guidsSet, partnerGuidsMap); + guidsSet = result.guidsSet; + partnerGuidsMap = result.partnerGuidsMap; + }); + } else if (typeof obj === "object") { + Object.values(obj).forEach((value) => { + const result = findGuids(value, guidsSet, partnerGuidsMap); + guidsSet = result.guidsSet; + partnerGuidsMap = result.partnerGuidsMap; + }); + } + + return { guidsSet, partnerGuidsMap }; +}; + +// Helper function to replace GUIDs and special UPNs in a string with resolved names +const replaceGuidsAndUpnsInString = (str, guidMapping, upnMapping, isLoadingGuids) => { + if (typeof str !== "string") return { result: str, hasResolvedNames: false }; + + let result = str; + let hasResolvedNames = false; + + // Replace standard GUIDs + const guidRegex = /[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}/gi; + const guidsInString = str.match(guidRegex) || []; + + guidsInString.forEach((guid) => { + if (guidMapping[guid]) { + result = result.replace(new RegExp(guid, "gi"), guidMapping[guid]); + hasResolvedNames = true; + } + }); + + // Replace partner UPNs (user_@partnertenant.onmicrosoft.com) + const partnerUpnRegex = /user_([0-9a-f]{32})@([^@]+\.onmicrosoft\.com)/gi; + let match; + + // We need to clone the string to reset the regex lastIndex + const strForMatching = String(str); + + while ((match = partnerUpnRegex.exec(strForMatching)) !== null) { + const fullMatch = match[0]; // The complete UPN + const hexId = match[1]; + + if (hexId.length === 32) { + const guid = [ + hexId.slice(0, 8), + hexId.slice(8, 12), + hexId.slice(12, 16), + hexId.slice(16, 20), + hexId.slice(20, 32), + ].join("-"); + + // For partner UPN format, use the actual UPN if available, otherwise fall back to display name + if (upnMapping[guid]) { + result = result.replace( + new RegExp(fullMatch.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), "g"), + upnMapping[guid] + ); + hasResolvedNames = true; + } else if (guidMapping[guid]) { + result = result.replace( + new RegExp(fullMatch.replace(/[.*+?^${}()|[\]\\]/g, "\\$&"), "g"), + guidMapping[guid] + ); + hasResolvedNames = true; + } + } + } + + return { result, hasResolvedNames }; +}; + +export const useGuidResolver = (manualTenant = null) => { + const tenantFilter = useSettings().currentTenant; + const activeTenant = manualTenant || tenantFilter; + + // GUID resolution state + const [guidMapping, setGuidMapping] = useState({}); + const [upnMapping, setUpnMapping] = useState({}); // New mapping specifically for UPNs + const [isLoadingGuids, setIsLoadingGuids] = useState(false); + + // Use refs for values that shouldn't trigger re-renders but need to persist + const notFoundGuidsRef = useRef(new Set()); + const pendingGuidsRef = useRef([]); + const pendingPartnerGuidsRef = useRef(new Map()); // Map of tenantDomain -> Set of GUIDs + const lastRequestTimeRef = useRef(0); + const lastPartnerRequestTimeRef = useRef(0); // Separate timing for partner tenant calls + const rateLimitBackoffRef = useRef(2000); // Default backoff time in milliseconds + const rateLimitTimeoutRef = useRef(null); // For tracking retry timeouts + + // Helper function to retry API call with the correct backoff + const retryApiCallWithBackoff = useCallback((apiCall, url, data, retryDelay = null) => { + // Clear any existing timeout + if (rateLimitTimeoutRef.current) { + clearTimeout(rateLimitTimeoutRef.current); + } + + // Use specified delay or current backoff time + const delay = retryDelay || rateLimitBackoffRef.current; + + // Set timeout to retry + rateLimitTimeoutRef.current = setTimeout(() => { + apiCall.mutate({ url, data }); + rateLimitTimeoutRef.current = null; + }, delay); + + // Increase backoff for future retries (up to a reasonable limit) + rateLimitBackoffRef.current = Math.min(rateLimitBackoffRef.current * 1.5, 10000); + }, []); + + // Setup API call for directory objects resolution + const directoryObjectsMutation = ApiPostCall({ + relatedQueryKeys: ["directoryObjects"], + onResult: (data) => { + // Handle rate limit error + if (data && data.statusCode === 429) { + console.log("Rate limit hit on directory objects lookup, retrying..."); + + // Extract retry time from message if available + let retryAfterSeconds = 2; + if (data.message && typeof data.message === "string") { + const match = data.message.match(/Try again in (\d+) seconds/i); + if (match && match[1]) { + retryAfterSeconds = parseInt(match[1], 10) || 2; + } + } + + // Retry with the specified delay (convert to milliseconds) + retryApiCallWithBackoff( + directoryObjectsMutation, + "/api/ListDirectoryObjects", + { + tenantFilter: activeTenant, + ids: pendingGuidsRef.current, + $select: "id,displayName,userPrincipalName,mail", + }, + retryAfterSeconds * 1000 + ); + return; + } + + // Reset backoff time on successful request + rateLimitBackoffRef.current = 2000; + + if (data && Array.isArray(data.value)) { + const newDisplayMapping = {}; + const newUpnMapping = {}; + + // Process the returned results + data.value.forEach((item) => { + if (item.id) { + // For display purposes, prefer displayName > userPrincipalName > mail + if (item.displayName || item.userPrincipalName || item.mail) { + newDisplayMapping[item.id] = item.displayName || item.userPrincipalName || item.mail; + } + + // For UPN replacement, specifically store the UPN when available + if (item.userPrincipalName) { + newUpnMapping[item.id] = item.userPrincipalName; + } + } + }); + + // Find GUIDs that were sent but not returned in the response + const processedGuids = new Set(pendingGuidsRef.current); + const returnedGuids = new Set(data.value.map((item) => item.id)); + const notReturned = [...processedGuids].filter((guid) => !returnedGuids.has(guid)); + + // Add unresolved GUIDs to partner tenant fallback lookup + if (notReturned.length > 0) { + console.log( + `${notReturned.length} GUIDs not resolved by primary tenant, trying partner tenant lookup` + ); + + // Add to partner lookup with the current tenant as fallback + if (!pendingPartnerGuidsRef.current.has(activeTenant)) { + pendingPartnerGuidsRef.current.set(activeTenant, new Set()); + } + notReturned.forEach((guid) => { + pendingPartnerGuidsRef.current.get(activeTenant).add(guid); + }); + + // Trigger partner lookup immediately for fallback + const now = Date.now(); + if (!rateLimitTimeoutRef.current && now - lastPartnerRequestTimeRef.current >= 2000) { + lastPartnerRequestTimeRef.current = now; + + // Use partner tenant API for unresolved GUIDs + console.log( + `Sending partner fallback request for ${notReturned.length} GUIDs in tenant ${activeTenant}` + ); + partnerDirectoryObjectsMutation.mutate({ + url: "/api/ListDirectoryObjects", + data: { + tenantFilter: activeTenant, + ids: notReturned, + $select: "id,displayName,userPrincipalName,mail", + partnerLookup: true, // Flag to indicate this is a partner lookup + }, + }); + } + } + + setGuidMapping((prevMapping) => ({ ...prevMapping, ...newDisplayMapping })); + setUpnMapping((prevMapping) => ({ ...prevMapping, ...newUpnMapping })); + pendingGuidsRef.current = []; + + // Only set loading to false if we don't have pending partner lookups + if (notReturned.length === 0) { + setIsLoadingGuids(false); + } + } + }, + }); + + // Setup API call for partner tenant directory objects resolution + const partnerDirectoryObjectsMutation = ApiPostCall({ + relatedQueryKeys: ["partnerDirectoryObjects"], + onResult: (data) => { + // Handle rate limit error + if (data && data.statusCode === 429) { + console.log("Rate limit hit on partner directory objects lookup, retrying..."); + + // Extract retry time from message if available + let retryAfterSeconds = 2; + if (data.message && typeof data.message === "string") { + const match = data.message.match(/Try again in (\d+) seconds/i); + if (match && match[1]) { + retryAfterSeconds = parseInt(match[1], 10) || 2; + } + } + + // We need to preserve the current tenant domain for retry + const currentTenantEntries = [...pendingPartnerGuidsRef.current.entries()]; + + if (currentTenantEntries.length > 0) { + const [tenantDomain, guidsSet] = currentTenantEntries[0]; + const guidsToRetry = Array.from(guidsSet); + + // Retry with the specified delay (convert to milliseconds) + retryApiCallWithBackoff( + partnerDirectoryObjectsMutation, + "/api/ListDirectoryObjects", + { + tenantFilter: tenantDomain, + ids: guidsToRetry, + $select: "id,displayName,userPrincipalName,mail", + }, + retryAfterSeconds * 1000 + ); + } + return; + } + + // Reset backoff time on successful request + rateLimitBackoffRef.current = 2000; + + if (data && Array.isArray(data.value)) { + const newDisplayMapping = {}; + const newUpnMapping = {}; + + // Process the returned results + data.value.forEach((item) => { + if (item.id) { + // For display purposes, prefer userPrincipalName > mail > DisplayName + if (item.userPrincipalName || item.mail || item.displayName) { + newDisplayMapping[item.id] = item.userPrincipalName || item.mail || item.displayName; + } + + // For UPN replacement, specifically store the UPN when available + if (item.userPrincipalName) { + newUpnMapping[item.id] = item.userPrincipalName; + } + } + }); + + // Find GUIDs that were sent but not returned in the partner lookup + const allPendingPartnerGuids = new Set(); + pendingPartnerGuidsRef.current.forEach((guidsSet) => { + guidsSet.forEach((guid) => allPendingPartnerGuids.add(guid)); + }); + + const returnedGuids = new Set(data.value.map((item) => item.id)); + const stillNotFound = [...allPendingPartnerGuids].filter( + (guid) => !returnedGuids.has(guid) + ); + + // Add truly unresolved GUIDs to notFoundGuids + if (stillNotFound.length > 0) { + stillNotFound.forEach((guid) => notFoundGuidsRef.current.add(guid)); + } + + setGuidMapping((prevMapping) => ({ ...prevMapping, ...newDisplayMapping })); + setUpnMapping((prevMapping) => ({ ...prevMapping, ...newUpnMapping })); + + // Clear processed partner GUIDs + pendingPartnerGuidsRef.current = new Map(); + setIsLoadingGuids(false); + } + }, + }); // Function to handle resolving GUIDs + const resolveGuids = useCallback( + (objectToScan) => { + const { guidsSet, partnerGuidsMap } = findGuids(objectToScan); + + // Handle regular GUIDs (current tenant) - these should NOT include partner tenant GUIDs + if (guidsSet.size > 0) { + const guidsArray = Array.from(guidsSet); + const notResolvedGuids = guidsArray.filter( + (guid) => !guidMapping[guid] && !notFoundGuidsRef.current.has(guid) + ); + + if (notResolvedGuids.length > 0) { + // Merge new GUIDs with existing pending GUIDs without duplicates + const allPendingGuids = [...new Set([...pendingGuidsRef.current, ...notResolvedGuids])]; + pendingGuidsRef.current = allPendingGuids; + setIsLoadingGuids(true); + + // Make API call for primary tenant GUIDs + const now = Date.now(); + if (!rateLimitTimeoutRef.current && now - lastRequestTimeRef.current >= 2000) { + lastRequestTimeRef.current = now; + + // Only send a maximum of 1000 GUIDs per request + const batchSize = 1000; + const guidsToSend = allPendingGuids.slice(0, batchSize); + + if (guidsToSend.length > 0) { + console.log( + `Sending primary tenant request for ${guidsToSend.length} GUIDs in tenant ${activeTenant}` + ); + directoryObjectsMutation.mutate({ + url: "/api/ListDirectoryObjects", + data: { + tenantFilter: activeTenant, + ids: guidsToSend, + $select: "id,displayName,userPrincipalName,mail", + }, + }); + } else { + setIsLoadingGuids(false); + } + } + } + } + + // Handle partner tenant GUIDs separately + if (partnerGuidsMap.size > 0) { + partnerGuidsMap.forEach((guids, tenantDomain) => { + const guidsArray = Array.from(guids); + const notResolvedGuids = guidsArray.filter( + (guid) => !guidMapping[guid] && !notFoundGuidsRef.current.has(guid) + ); + + if (notResolvedGuids.length > 0) { + // Store pending partner GUIDs + if (!pendingPartnerGuidsRef.current.has(tenantDomain)) { + pendingPartnerGuidsRef.current.set(tenantDomain, new Set()); + } + notResolvedGuids.forEach((guid) => + pendingPartnerGuidsRef.current.get(tenantDomain).add(guid) + ); + + setIsLoadingGuids(true); + + // Make API call for partner tenant - with separate timing from primary tenant + const now = Date.now(); + if (!rateLimitTimeoutRef.current && now - lastPartnerRequestTimeRef.current >= 2000) { + lastPartnerRequestTimeRef.current = now; + + // Only send a maximum of 1000 GUIDs per request + const batchSize = 1000; + const guidsToSend = notResolvedGuids.slice(0, batchSize); + + if (guidsToSend.length > 0) { + console.log( + `Sending partner tenant request for ${guidsToSend.length} GUIDs in tenant ${tenantDomain}` + ); + partnerDirectoryObjectsMutation.mutate({ + url: "/api/ListDirectoryObjects", + data: { + tenantFilter: tenantDomain, + ids: guidsToSend, + $select: "id,displayName,userPrincipalName,mail", + }, + }); + } + } + } + }); + } + + // If no GUIDs to process, ensure loading state is false + if (guidsSet.size === 0 && partnerGuidsMap.size === 0) { + setIsLoadingGuids(false); + } + }, + [guidMapping, activeTenant, directoryObjectsMutation, partnerDirectoryObjectsMutation] + ); + + // Create a memoized version of the string replacement function + const replaceGuidsAndUpnsInStringMemoized = useCallback( + (str) => replaceGuidsAndUpnsInString(str, guidMapping, upnMapping, isLoadingGuids), + [guidMapping, upnMapping, isLoadingGuids] + ); + + // Cleanup function to clear any pending timeouts when the component unmounts + useEffect(() => { + return () => { + if (rateLimitTimeoutRef.current) { + clearTimeout(rateLimitTimeoutRef.current); + rateLimitTimeoutRef.current = null; + } + }; + }, []); + + return { + guidMapping, + upnMapping, + isLoadingGuids, + resolveGuids, + isGuid, + extractObjectIdFromPartnerUPN, + replaceGuidsAndUpnsInString: replaceGuidsAndUpnsInStringMemoized, + }; +}; diff --git a/src/hooks/use-mocked-user.js b/src/hooks/use-mocked-user.js new file mode 100644 index 000000000000..262df3fd1b1b --- /dev/null +++ b/src/hooks/use-mocked-user.js @@ -0,0 +1,10 @@ +export const useMockedUser = () => { + // To get the user from the authContext, you can use + // `const { user } = useAuth();` + return { + id: '5e86809283e28b96d2d38537', + avatar: '/assets/avatars/avatar-chen-simmons.jpg', + name: 'Chen Simmons', + email: 'chen.simmons@devias.io' + }; +}; diff --git a/src/hooks/use-mounted.js b/src/hooks/use-mounted.js new file mode 100644 index 000000000000..8274d16fff3d --- /dev/null +++ b/src/hooks/use-mounted.js @@ -0,0 +1,15 @@ +import { useCallback, useEffect, useRef } from 'react'; + +export const useMounted = () => { + const isMounted = useRef(false); + + useEffect(() => { + isMounted.current = true; + + return () => { + isMounted.current = false; + }; + }, []); + + return useCallback(() => isMounted.current, []); +}; diff --git a/src/hooks/use-page-view.js b/src/hooks/use-page-view.js new file mode 100644 index 000000000000..fe5923c47679 --- /dev/null +++ b/src/hooks/use-page-view.js @@ -0,0 +1 @@ +export const usePageView = () => {}; diff --git a/src/hooks/use-permissions.js b/src/hooks/use-permissions.js new file mode 100644 index 000000000000..6b7973c164f8 --- /dev/null +++ b/src/hooks/use-permissions.js @@ -0,0 +1,96 @@ +import { useCallback } from "react"; +import { ApiGetCall } from "/src/api/ApiCall"; +import { hasAccess, hasPermission, hasRole } from "/src/utils/permissions"; + +/** + * Hook for checking user permissions and roles + * Integrates with the existing CIPP authentication system + */ +export const usePermissions = () => { + const currentRole = ApiGetCall({ + url: "/api/me", + queryKey: "authmecipp", + }); + + const userRoles = currentRole.data?.clientPrincipal?.userRoles || []; + const userPermissions = currentRole.data?.permissions || []; + const isLoading = currentRole.isLoading; + const isAuthenticated = currentRole.isSuccess && userRoles.length > 0; + + /** + * Check if user has specific permissions + * @param {string[]} requiredPermissions - Array of required permissions (supports wildcards) + * @returns {boolean} - True if user has at least one of the required permissions + */ + const checkPermissions = useCallback( + (requiredPermissions) => { + if (!isAuthenticated) return false; + return hasPermission(userPermissions, requiredPermissions); + }, + [userPermissions, isAuthenticated] + ); + + /** + * Check if user has specific roles + * @param {string[]} requiredRoles - Array of required roles + * @returns {boolean} - True if user has at least one of the required roles + */ + const checkRoles = useCallback( + (requiredRoles) => { + if (!isAuthenticated) return false; + return hasRole(userRoles, requiredRoles); + }, + [userRoles, isAuthenticated] + ); + + /** + * Check if user has access based on both permissions and roles + * @param {Object} config - Configuration object + * @param {string[]} config.requiredPermissions - Array of required permissions + * @param {string[]} config.requiredRoles - Array of required roles + * @returns {boolean} - True if user has access + */ + const checkAccess = useCallback( + (config = {}) => { + if (!isAuthenticated) return false; + + const { requiredPermissions = [], requiredRoles = [] } = config; + + return hasAccess({ + userPermissions, + userRoles, + requiredPermissions, + requiredRoles, + }); + }, + [userPermissions, userRoles, isAuthenticated] + ); + + return { + userPermissions, + userRoles, + isLoading, + isAuthenticated, + checkPermissions, + checkRoles, + checkAccess, + }; +}; + +/** + * Hook specifically for checking permissions with a simpler API + * @param {string[]} requiredPermissions - Array of required permissions + * @param {string[]} requiredRoles - Array of required roles + * @returns {Object} - Object containing hasAccess boolean and loading state + */ +export const useHasPermission = (requiredPermissions = [], requiredRoles = []) => { + const { checkAccess, isLoading, isAuthenticated } = usePermissions(); + + const hasAccess = checkAccess({ requiredPermissions, requiredRoles }); + + return { + hasAccess, + isLoading, + isAuthenticated, + }; +}; diff --git a/src/hooks/use-popover.js b/src/hooks/use-popover.js new file mode 100644 index 000000000000..a374004c9564 --- /dev/null +++ b/src/hooks/use-popover.js @@ -0,0 +1,26 @@ +import { useCallback, useRef, useState } from 'react'; + +export function usePopover() { + const anchorRef = useRef(null); + const [open, setOpen] = useState(false); + + const handleOpen = useCallback(() => { + setOpen(true); + }, []); + + const handleClose = useCallback(() => { + setOpen(false); + }, []); + + const handleToggle = useCallback(() => { + setOpen((prevState) => !prevState); + }, []); + + return { + anchorRef, + handleClose, + handleOpen, + handleToggle, + open + }; +} diff --git a/src/hooks/use-securescore.js b/src/hooks/use-securescore.js new file mode 100644 index 000000000000..a51dc18d9138 --- /dev/null +++ b/src/hooks/use-securescore.js @@ -0,0 +1,112 @@ +import { useEffect, useState } from "react"; +import { ApiGetCall } from "../api/ApiCall"; +import { useSettings } from "./use-settings"; +import standards from "/src/data/standards.json"; + +export function useSecureScore({ waiting = true } = {}) { + const currentTenant = useSettings().currentTenant; + if (currentTenant === "AllTenants") { + return { + controlScore: { isFetching: false, isSuccess: false, data: { Results: [] } }, + secureScore: { isFetching: false, isSuccess: false, data: { Results: [] } }, + translatedData: [], + isFetching: true, + isSuccess: false, + }; + } + + const [translatedData, setTranslatedData] = useState([]); + const [isSuccess, setIsSuccess] = useState(false); + const [isFetching, setIsFetching] = useState(false); + const controlScore = ApiGetCall({ + url: "/api/ListGraphRequest", + data: { + Endpoint: "security/secureScoreControlProfiles", + tenantFilter: currentTenant, + $count: true, + $top: 999, + }, + queryKey: `controlScore-${currentTenant}`, + waiting: waiting, + }); + + const secureScore = ApiGetCall({ + url: "/api/ListGraphRequest", + data: { + Endpoint: "security/secureScores", + tenantFilter: currentTenant, + $count: true, + noPagination: true, + $top: 7, + }, + queryKey: `secureScore-${currentTenant}`, + waiting: waiting, + }); + + useEffect(() => { + if (controlScore.isFetching || secureScore.isFetching) { + setIsFetching(true); + } else { + setIsFetching(false); + } + }, [controlScore.isFetching, secureScore.isFetching]); + + useEffect(() => { + if (controlScore.isSuccess && secureScore.isSuccess) { + const secureScoreData = secureScore.data.Results[0]; + const updatedControlScores = secureScoreData.controlScores.map((control) => { + const translation = controlScore.data.Results?.find( + (controlTranslation) => controlTranslation.id === control.controlName + ); + const remediation = standards.find((standard) => + standard.tag?.includes(control.controlName) + ); + return { + ...control, + title: translation?.title, + threats: translation?.threats, + complianceInformation: translation?.complianceInformation, + actionUrl: remediation + ? //this needs to be updated to be a direct url to apply this standard. + "/tenant/standards" + : translation?.actionUrl, + remediation: remediation + ? `1. Enable the CIPP Standard: ${remediation.label}` + : translation?.remediation, + remediationImpact: translation?.remediationImpact, + implementationCost: translation?.implementationCost, + tier: translation?.tier, + userImpact: translation?.userImpact, + vendorInformation: translation?.vendorInformation, + controlStateUpdates: translation?.controlStateUpdates //remove each controlStateUpdate that has the state 'default' as it is not relevant. + ? translation.controlStateUpdates.filter((update) => update.state !== "Default") + : [], + }; + }); + updatedControlScores.sort((a, b) => b.scoreInPercentage - a.scoreInPercentage); + setTranslatedData({ + ...secureScoreData, + //secureScoreData.currentscore is the current score, secureScoreData.maxscore is the max score. calculate % reached. + percentageCurrent: Math.round( + (secureScoreData.currentScore / secureScoreData.maxScore) * 100 + ), + percentageVsAllTenants: Math.round( + secureScoreData.averageComparativeScores?.[0]?.averageScore + ), + percentageVsSimilar: Math.round( + secureScoreData.averageComparativeScores?.[1]?.averageScore + ), + controlScores: updatedControlScores, + }); + setIsSuccess(true); + } + }, [controlScore.isSuccess, secureScore.isSuccess, controlScore.data, secureScore.data]); + + return { + controlScore, + secureScore, + translatedData, + isFetching, + isSuccess, + }; +} diff --git a/src/hooks/use-selection.js b/src/hooks/use-selection.js new file mode 100644 index 000000000000..f6b5fef49f74 --- /dev/null +++ b/src/hooks/use-selection.js @@ -0,0 +1,35 @@ +import { useCallback, useEffect, useState } from 'react'; + +export const useSelection = (items = []) => { + const [selected, setSelected] = useState([]); + + useEffect(() => { + setSelected([]); + }, [items]); + + const handleSelectAll = useCallback(() => { + setSelected([...items]); + }, [items]); + + const handleSelectOne = useCallback((item) => { + setSelected((prevState) => [...prevState, item]); + }, []); + + const handleDeselectAll = useCallback(() => { + setSelected([]); + }, []); + + const handleDeselectOne = useCallback((item) => { + setSelected((prevState) => { + return prevState.filter((_item) => _item !== item); + }); + }, []); + + return { + handleDeselectAll, + handleDeselectOne, + handleSelectAll, + handleSelectOne, + selected + }; +}; diff --git a/src/hooks/use-settings.js b/src/hooks/use-settings.js new file mode 100644 index 000000000000..39e4f9b60b64 --- /dev/null +++ b/src/hooks/use-settings.js @@ -0,0 +1,4 @@ +import { useContext } from 'react'; +import { SettingsContext } from '../contexts/settings-context'; + +export const useSettings = () => useContext(SettingsContext); diff --git a/src/hooks/use-timezones.js b/src/hooks/use-timezones.js new file mode 100644 index 000000000000..1bfa4b275095 --- /dev/null +++ b/src/hooks/use-timezones.js @@ -0,0 +1,52 @@ +import { useState, useEffect } from "react"; +import { getTimeZones } from "@vvo/tzdb"; + +export const useTimezones = () => { + const [timezones, setTimezones] = useState([{ label: "UTC", value: "UTC" }]); + const [loading, setLoading] = useState(true); + const [error, setError] = useState(null); + + useEffect(() => { + try { + setLoading(true); + const tzData = getTimeZones({ includeUtc: true }); + + if (!Array.isArray(tzData)) { + throw new Error("getTimeZones did not return an array"); + } + + const formattedTimezones = tzData + .filter((tz) => typeof tz?.name === "string" && tz.name.length > 0) + .map((tz) => { + const name = String(tz.name); + const current = tz?.currentTimeFormat ? String(tz.currentTimeFormat) : undefined; + const label = current ? `${name} (${current})` : name; + return { + label, + value: name, + alternativeName: tz?.alternativeName ? String(tz.alternativeName) : undefined, + }; + }) + // de-duplicate by value + .filter((item, idx, arr) => arr.findIndex((t) => t.value === item.value) === idx) + // sort by label for consistent UX + .sort((a, b) => a.label.localeCompare(b.label)); + + // Always ensure a non-empty array; prepend UTC as a safe default + const withFallback = formattedTimezones.length + ? formattedTimezones + : [{ label: "UTC", value: "UTC" }]; + setTimezones(withFallback); + setError(null); + } catch (err) { + console.error("Error loading timezones:", err); + setError(err.message); + // Fallback to UTC (already seeded), keep as-is + setTimezones((prev) => (prev?.length ? prev : [{ label: "UTC", value: "UTC" }])); + } finally { + setLoading(false); + } + }, []); + console.log("Timezones loaded:", timezones); + return { timezones, loading, error }; +}; diff --git a/src/hooks/use-window-scroll.js b/src/hooks/use-window-scroll.js new file mode 100644 index 000000000000..3f3172fae595 --- /dev/null +++ b/src/hooks/use-window-scroll.js @@ -0,0 +1,16 @@ +import { useEffect } from 'react'; +import { throttle } from 'lodash'; + +export const useWindowScroll = (config) => { + useEffect(() => { + const { handler, delay } = config; + + const withThrottle = throttle(handler, delay); + + window.addEventListener('scroll', withThrottle); + + return () => { + window.removeEventListener('scroll', withThrottle); + }; + }, [config]); +}; diff --git a/src/hooks/useConfirmModal.jsx b/src/hooks/useConfirmModal.jsx deleted file mode 100644 index d5ceb299c9ce..000000000000 --- a/src/hooks/useConfirmModal.jsx +++ /dev/null @@ -1,21 +0,0 @@ -import React from 'react' -import { ModalService } from 'src/components/utilities' - -export default function useConfirmModal({ - body, - onConfirm = () => {}, - confirmLabel = 'Continue', - cancelLabel = 'Cancel', -}) { - const showModal = () => - ModalService.confirm({ - title: 'Confirm', - body:
    {body}
    , - onConfirm, - confirmLabel, - cancelLabel, - size: 'xl', - }) - - return showModal -} diff --git a/src/hooks/useNavFavouriteCheck.jsx b/src/hooks/useNavFavouriteCheck.jsx deleted file mode 100644 index dc53534dfddc..000000000000 --- a/src/hooks/useNavFavouriteCheck.jsx +++ /dev/null @@ -1,55 +0,0 @@ -import { CNavGroup, CNavItem, CNavTitle } from '@coreui/react' -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { useSelector } from 'react-redux' -import routes from 'src/routes' - -export const useNavFavouriteCheck = (navigation) => { - const favourites = useSelector((state) => state.app.userSettingsDefaults?.favourites) - const recentPages = useSelector((state) => state.app.recentPages) - const newNavigation = [{ component: CNavTitle, name: 'Home' }] - if (Array.isArray(favourites)) { - newNavigation.push({ - component: CNavGroup, - section: 'favourites', - name: 'Favourites', - to: '/favorites', - icon: , - items: favourites.map((item) => { - //console.log(item) - return { - name: item.value.name, - to: item.value.to, - component: CNavItem, - } - }), - }) - } - if (Array.isArray(recentPages)) { - var items = [] - - recentPages.map((path) => { - const item = routes.find((route) => route.path.toLowerCase() === path.toLowerCase()) - if (item?.path) { - items.push({ - name: item.name, - to: item.path, - component: CNavItem, - }) - } - }) - if (items.length > 0) { - items = items.slice(0, 5) - newNavigation.push({ - component: CNavGroup, - section: 'recent', - name: 'Recent Pages', - to: '/recent', - icon: , - items: items, - }) - } - } - newNavigation.push(...navigation) - - return newNavigation -} diff --git a/src/hooks/useQuery.jsx b/src/hooks/useQuery.jsx deleted file mode 100644 index 7d54679fc83c..000000000000 --- a/src/hooks/useQuery.jsx +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react' -import { useLocation } from 'react-router-dom' - -function useQuery() { - const { search } = useLocation() - - return React.useMemo(() => new URLSearchParams(search), [search]) -} - -export default useQuery diff --git a/src/hooks/useRouteNavCompare.jsx b/src/hooks/useRouteNavCompare.jsx deleted file mode 100644 index 27fc1f9a3a14..000000000000 --- a/src/hooks/useRouteNavCompare.jsx +++ /dev/null @@ -1,33 +0,0 @@ -import { useLoadClientPrincipalQuery } from 'src/store/api/auth' -import { useDispatch } from 'react-redux' -import { updateAccessToken } from 'src/store/features/auth' -import routes from 'src/routes' - -export const useRouteNavCompare = (navigation) => { - const dispatch = useDispatch() - const { data: profile, isFetching } = useLoadClientPrincipalQuery() - if (isFetching) { - return { isLoading: true, component: null } - } - dispatch(updateAccessToken(profile)) - let roles = profile?.clientPrincipal?.userRoles || [] - let newNavigation = navigation.map((nav) => { - if (nav.items) { - nav.items = nav.items.filter((item) => { - const route = routes.find((r) => r.path === item.to) - if ( - !route || - (route.allowedRoles && route.allowedRoles.some((role) => roles.includes(role))) - ) { - return true - } else { - //console.log('Removing route', item) - return false - } - }) - } - return nav - }) - - return newNavigation -} diff --git a/src/icons/iconly/bulk/azure.js b/src/icons/iconly/bulk/azure.js new file mode 100644 index 000000000000..fb52f48a7fed --- /dev/null +++ b/src/icons/iconly/bulk/azure.js @@ -0,0 +1,39 @@ +const Azure = (props) => ( + + + + + + + + + + + + + + + + + + + + + + + +); + +export default Azure; diff --git a/src/icons/iconly/bulk/bag.js b/src/icons/iconly/bulk/bag.js new file mode 100644 index 000000000000..7880745240ca --- /dev/null +++ b/src/icons/iconly/bulk/bag.js @@ -0,0 +1,21 @@ +const Bag = (props) => ( + + + + +); + +export default Bag; diff --git a/src/icons/iconly/bulk/buy.js b/src/icons/iconly/bulk/buy.js new file mode 100644 index 000000000000..ceb06ed5a086 --- /dev/null +++ b/src/icons/iconly/bulk/buy.js @@ -0,0 +1,21 @@ +const Buy = (props) => ( + + + + +); + +export default Buy; diff --git a/src/icons/iconly/bulk/calendar.js b/src/icons/iconly/bulk/calendar.js new file mode 100644 index 000000000000..d9cc5c8eb8bb --- /dev/null +++ b/src/icons/iconly/bulk/calendar.js @@ -0,0 +1,29 @@ +const Calendar = (props) => ( + + + + + + +); + +export default Calendar; diff --git a/src/icons/iconly/bulk/category.js b/src/icons/iconly/bulk/category.js new file mode 100644 index 000000000000..9f6ad476c831 --- /dev/null +++ b/src/icons/iconly/bulk/category.js @@ -0,0 +1,21 @@ +const Category = (props) => ( + + + + +); + +export default Category; diff --git a/src/icons/iconly/bulk/chart.js b/src/icons/iconly/bulk/chart.js new file mode 100644 index 000000000000..2cd781dc6d44 --- /dev/null +++ b/src/icons/iconly/bulk/chart.js @@ -0,0 +1,29 @@ +const Chart = (props) => ( + + + + + + +); + +export default Chart; diff --git a/src/icons/iconly/bulk/defender.js b/src/icons/iconly/bulk/defender.js new file mode 100644 index 000000000000..5cbea2cb7e67 --- /dev/null +++ b/src/icons/iconly/bulk/defender.js @@ -0,0 +1,51 @@ +const Defender = (props) => ( + + + + + + + + + + + + + + + + + +); + +export default Defender; diff --git a/src/icons/iconly/bulk/document.js b/src/icons/iconly/bulk/document.js new file mode 100644 index 000000000000..1c8ccd4f1d07 --- /dev/null +++ b/src/icons/iconly/bulk/document.js @@ -0,0 +1,21 @@ +const Document = (props) => ( + + + + +); + +export default Document; diff --git a/src/icons/iconly/bulk/exchange.js b/src/icons/iconly/bulk/exchange.js new file mode 100644 index 000000000000..3939399d2e0e --- /dev/null +++ b/src/icons/iconly/bulk/exchange.js @@ -0,0 +1,39 @@ +const Exchange = (props) => ( + + + + + + + + + + + +); + +export default Exchange; diff --git a/src/icons/iconly/bulk/graph.js b/src/icons/iconly/bulk/graph.js new file mode 100644 index 000000000000..473baa543351 --- /dev/null +++ b/src/icons/iconly/bulk/graph.js @@ -0,0 +1,21 @@ +const Graph = (props) => ( + + + + +); + +export default Graph; diff --git a/src/icons/iconly/bulk/intune.js b/src/icons/iconly/bulk/intune.js new file mode 100644 index 000000000000..ce95f366d0d5 --- /dev/null +++ b/src/icons/iconly/bulk/intune.js @@ -0,0 +1,26 @@ +const Intune = (props) => ( + + + + + + + + + + + + + +); + +export default Intune; diff --git a/src/icons/iconly/bulk/microsoft.js b/src/icons/iconly/bulk/microsoft.js new file mode 100644 index 000000000000..c2c523af224a --- /dev/null +++ b/src/icons/iconly/bulk/microsoft.js @@ -0,0 +1,10 @@ +const Microsoft = (props) => ( + + + + + + +); + +export default Microsoft; diff --git a/src/icons/iconly/bulk/settings.js b/src/icons/iconly/bulk/settings.js new file mode 100644 index 000000000000..2045bfd55581 --- /dev/null +++ b/src/icons/iconly/bulk/settings.js @@ -0,0 +1,21 @@ +const Settings = (props) => ( + + + + +); + +export default Settings; diff --git a/src/icons/iconly/bulk/show.js b/src/icons/iconly/bulk/show.js new file mode 100644 index 000000000000..deedfe84e040 --- /dev/null +++ b/src/icons/iconly/bulk/show.js @@ -0,0 +1,21 @@ +const Show = (props) => ( + + + + +); + +export default Show; diff --git a/src/icons/iconly/bulk/three-user.js b/src/icons/iconly/bulk/three-user.js new file mode 100644 index 000000000000..56832b3008e6 --- /dev/null +++ b/src/icons/iconly/bulk/three-user.js @@ -0,0 +1,39 @@ +const ThreeUser = (props) => ( + + + + + + + + +); + +export default ThreeUser; diff --git a/src/icons/iconly/bulk/ticket.js b/src/icons/iconly/bulk/ticket.js new file mode 100644 index 000000000000..54f7106dbe5f --- /dev/null +++ b/src/icons/iconly/bulk/ticket.js @@ -0,0 +1,21 @@ +const Ticket = (props) => ( + + + + +); + +export default Ticket; diff --git a/src/icons/iconly/bulk/two-user.js b/src/icons/iconly/bulk/two-user.js new file mode 100644 index 000000000000..a537e703ef9f --- /dev/null +++ b/src/icons/iconly/bulk/two-user.js @@ -0,0 +1,30 @@ +const TwoUser = (props) => ( + + + + + + +); + +export default TwoUser; diff --git a/src/importsMap.jsx b/src/importsMap.jsx deleted file mode 100644 index 49f07b806f00..000000000000 --- a/src/importsMap.jsx +++ /dev/null @@ -1,165 +0,0 @@ -import React from 'react' - export const importsMap = { - "/home": React.lazy(() => import('./views/home/Home')), - "/cipp/logs": React.lazy(() => import('./views/cipp/Logs')), - "/cipp/template-library": React.lazy(() => import('./views/cipp/TemplateLibrary')), - "/cipp/scheduler": React.lazy(() => import('./views/cipp/Scheduler')), - "/cipp/statistics": React.lazy(() => import('./views/cipp/Statistics')), - "/cipp/404": React.lazy(() => import('./views/pages/page404/Page404')), - "/cipp/403": React.lazy(() => import('./views/pages/page403/Page403')), - "/cipp/500": React.lazy(() => import('./views/pages/page500/Page500')), - "/identity/administration/users/add": React.lazy(() => import('./views/identity/administration/AddUser')), - "/identity/administration/users/addbulk": React.lazy(() => import('./views/identity/administration/AddUserBulk')), - "/identity/administration/users/edit": React.lazy(() => import('./views/identity/administration/EditUser')), - "/identity/administration/users/view": React.lazy(() => import('./views/identity/administration/ViewUser')), - "/identity/administration/users/InviteGuest": React.lazy(() => import('./views/identity/administration/InviteGuest')), - "/identity/administration/jit-admin": React.lazy(() => import('./views/identity/administration/DeployJITAdmin')), - "/identity/administration/ViewBec": React.lazy(() => import('./views/identity/administration/ViewBEC')), - "/identity/administration/users": React.lazy(() => import('./views/identity/administration/Users')), - "/identity/administration/risky-users": React.lazy(() => import('./views/identity/administration/RiskyUsers')), - "/identity/administration/devices": React.lazy(() => import('./views/identity/administration/Devices')), - "/identity/administration/groups/add": React.lazy(() => import('./views/identity/administration/AddGroup')), - "/identity/administration/group-templates": React.lazy(() => import('./views/identity/administration/GroupTemplates')), - "/identity/administration/group-add-template": React.lazy(() => import('./views/identity/administration/AddGroupTemplate')), - "/identity/administration/deploy-group-template": React.lazy(() => import('./views/identity/administration/DeployGroupTemplate')), - "/identity/administration/groups/edit": React.lazy(() => import('./views/identity/administration/EditGroup')), - "/identity/administration/groups/view": React.lazy(() => import('./views/identity/administration/ViewGroup')), - "/identity/administration/groups": React.lazy(() => import('./views/identity/administration/Groups')), - "/identity/administration/roles": React.lazy(() => import('./views/identity/administration/Roles')), - "/identity/administration/deleted-items": React.lazy(() => import('./views/identity/administration/Deleted')), - "/teams-share/teams/business-voice": React.lazy(() => import('./views/teams-share/teams/BusinessVoice')), - "/identity/administration/offboarding-wizard": React.lazy(() => import('./views/identity/administration/OffboardingWizard')), - "/endpoint/reports/devices": React.lazy(() => import('./views/endpoint/intune/Devices')), - "/identity/reports/mfa-report": React.lazy(() => import('./views/identity/reports/MFAReport')), - "/identity/reports/inactive-users-report": React.lazy(() => import('./views/identity/reports/InactiveUsers')), - "/identity/reports/Signin-report": React.lazy(() => import('./views/identity/reports/SignIns')), - "/identity/reports/azure-ad-connect-report": React.lazy(() => import('./views/identity/reports/AzureADConnectReport')), - "/identity/reports/risk-detections": React.lazy(() => import('./views/identity/reports/RiskDetections')), - "/tenant/backup/backup-wizard": React.lazy(() => import('./views/tenant/backup/CreateBackup')), - "/tenant/backup/restore-wizard": React.lazy(() => import('./views/tenant/backup/RestoreBackup')), - "/tenant/administration/tenants": React.lazy(() => import('./views/tenant/administration/Tenants')), - "/tenant/administration/tenants/edit": React.lazy(() => import('./views/tenant/administration/EditTenant')), - "/tenant/administration/partner-relationships": React.lazy(() => import('./views/tenant/administration/PartnerRelationships')), - "/tenant/administration/domains": React.lazy(() => import('./views/tenant/administration/Domains')), - "/tenant/administration/alertswizard": React.lazy(() => import('./views/tenant/administration/AlertWizard')), - "/tenant/administration/alertrules": React.lazy(() => import('./views/tenant/administration/AlertRules')), - "/tenant/administration/alert-configuration": React.lazy(() => import('./views/tenant/administration/ListAlertsQueue')), - "/tenant/administration/audit-logs": React.lazy(() => import('./views/tenant/administration/ListAuditLogs')), - "/tenant/administration/graph-explorer": React.lazy(() => import('./views/tenant/administration/GraphExplorer')), - "/tenant/administration/service-health": React.lazy(() => import('./views/tenant/administration/ServiceHealth')), - "/tenant/administration/enterprise-apps": React.lazy(() => import('./views/tenant/administration/ListEnterpriseApps')), - "/tenant/administration/app-consent-requests": React.lazy(() => import('./views/tenant/administration/ListAppConsentRequests')), - "/tenant/conditional/list-policies": React.lazy(() => import('./views/tenant/conditional/ConditionalAccess')), - "/tenant/administration/authentication-methods": React.lazy(() => import('./views/tenant/administration/AuthMethods')), - "/tenant/conditional/deploy-vacation": React.lazy(() => import('./views/tenant/conditional/DeployVacation')), - "/tenant/conditional/test-policy": React.lazy(() => import('./views/tenant/conditional/TestCAPolicy')), - "/tenant/conditional/list-named-locations": React.lazy(() => import('./views/tenant/conditional/NamedLocations')), - "/tenant/conditional/deploy": React.lazy(() => import('./views/tenant/conditional/DeployCA')), - "/tenant/conditional/deploy-named-location": React.lazy(() => import('./views/tenant/conditional/DeployNamedLocation')), - "/tenant/conditional/list-template": React.lazy(() => import('./views/tenant/conditional/ListCATemplates')), - "/tenant/conditional/add-template": React.lazy(() => import('./views/tenant/conditional/AddCATemplate')), - "/tenant/administration/list-licenses": React.lazy(() => import('./views/tenant/administration/ListLicences')), - "/tenant/administration/application-consent": React.lazy(() => import('./views/tenant/administration/ListOauthApps')), - "/tenant/standards/list-applied-standards": React.lazy(() => import('./views/tenant/standards/ListAppliedStandards')), - "/tenant/standards/bpa-report": React.lazy(() => import('./views/tenant/standards/BestPracticeAnalyser')), - "/tenant/standards/domains-analyser": React.lazy(() => import('./views/tenant/standards/DomainsAnalyser')), - "/tenant/standards/individual-domains": React.lazy(() => import('./views/tenant/standards/IndividualDomain')), - "/tenant/administration/tenantlookup": React.lazy(() => import('./views/tenant/administration/TenantLookup')), - "/tenant/tools/geoiplookup": React.lazy(() => import('./views/tenant/administration/GeoIPLookup')), - "/tenant/tools/bpa-report-builder": React.lazy(() => import('./views/tenant/standards/BPAReportBuilder')), - "/tenant/standards/alert-list": React.lazy(() => import('./views/security/incidents/ListAlerts')), - "/endpoint/applications/list": React.lazy(() => import('./views/endpoint/applications/ApplicationsList')), - "/endpoint/applications/queue": React.lazy(() => import('./views/endpoint/applications/ListApplicationQueue')), - "/endpoint/applications/add-choco-app": React.lazy(() => import('./views/endpoint/applications/ApplicationsAddChocoApp')), - "/endpoint/applications/add-winget-app": React.lazy(() => import('./views/endpoint/applications/ApplicationsAddWinGet')), - "/endpoint/applications/add-office-app": React.lazy(() => import('./views/endpoint/applications/ApplicationsAddOffice')), - "/endpoint/applications/add-rmm-app": React.lazy(() => import('./views/endpoint/applications/ApplicationsAddRMM')), - "/endpoint/autopilot/add-device": React.lazy(() => import('./views/endpoint/autopilot/AutopilotAddDevice')), - "/endpoint/autopilot/add-profile": React.lazy(() => import('./views/endpoint/autopilot/AutopilotAddProfile')), - "/endpoint/autopilot/add-status-page": React.lazy(() => import('./views/endpoint/autopilot/AutopilotAddStatusPage')), - "/endpoint/autopilot/list-devices": React.lazy(() => import('./views/endpoint/autopilot/AutopilotListDevices')), - "/endpoint/autopilot/list-profiles": React.lazy(() => import('./views/endpoint/autopilot/AutopilotListProfiles')), - "/endpoint/autopilot/list-status-pages": React.lazy(() => import('./views/endpoint/autopilot/AutopilotListStatusPages')), - "/endpoint/MEM/list-policies": React.lazy(() => import('./views/endpoint/intune/MEMListPolicies')), - "/endpoint/MEM/list-compliance-policies": React.lazy(() => import('./views/endpoint/intune/MEMListCompliance')), - "/endpoint/MEM/list-appprotection-policies": React.lazy(() => import('./views/endpoint/intune/MEMListAppProtection')), - "/endpoint/MEM/edit-policy": React.lazy(() => import('./views/endpoint/intune/MEMEditPolicy')), - "/endpoint/MEM/ca-policies": React.lazy(() => import('./views/endpoint/intune/MEMCAPolicies')), - "/endpoint/MEM/add-policy": React.lazy(() => import('./views/endpoint/intune/MEMAddPolicy')), - "/endpoint/MEM/add-policy-template": React.lazy(() => import('./views/endpoint/intune/MEMAddPolicyTemplate')), - "/endpoint/MEM/list-templates": React.lazy(() => import('./views/endpoint/intune/MEMListPolicyTemplates')), - "/security/defender/deployment": React.lazy(() => import('./views/security/defender/DeployDefender')), - "/security/defender/list-defender": React.lazy(() => import('./views/security/defender/ListDefender')), - "/security/defender/list-defender-tvm": React.lazy(() => import('./views/security/defender/ListVuln')), - "/teams-share/onedrive/list": React.lazy(() => import('./views/teams-share/onedrive/OneDriveList')), - "/teams-share/sharepoint/list-sharepoint": React.lazy(() => import('./views/teams-share/sharepoint/SharepointList')), - "/teams-share/sharepoint/addsite": React.lazy(() => import('./views/teams-share/sharepoint/AddSite')), - "/teams-share/sharepoint/addsitebulk": React.lazy(() => import('./views/teams-share/sharepoint/AddSiteBulk')), - "/teams-share/teams/list-team": React.lazy(() => import('./views/teams-share/teams/TeamsListTeam')), - "/teams-share/teams/view-team-settings": React.lazy(() => import('./views/teams-share/teams/ViewTeamSettings')), - "/teams-share/teams/add-team": React.lazy(() => import('./views/teams-share/teams/TeamsAddTeam')), - "/teams-share/teams/teams-activity": React.lazy(() => import('./views/teams-share/teams/TeamsActivity')), - "/email/administration/contacts": React.lazy(() => import('./views/email-exchange/administration/ContactsList')), - "/email/connectors/list-connectors": React.lazy(() => import('./views/email-exchange/connectors/ConnectorList')), - "/email/connectors/deploy-connector": React.lazy(() => import('./views/email-exchange/connectors/DeployConnector')), - "/email/connectors/add-connector-templates": React.lazy(() => import('./views/email-exchange/connectors/AddConnectorTemplate')), - "/email/connectors/list-connector-templates": React.lazy(() => import('./views/email-exchange/connectors/ListConnectorTemplates')), - "/email/transport/list-rules": React.lazy(() => import('./views/email-exchange/transport/TransportRules')), - "/email/transport/deploy-rules": React.lazy(() => import('./views/email-exchange/transport/DeployTransport')), - "/email/transport/list-templates": React.lazy(() => import('./views/email-exchange/transport/ListTransportTemplates')), - "/email/transport/add-template": React.lazy(() => import('./views/email-exchange/transport/AddTransportTemplate')), - "/email/spamfilter/list-spamfilter": React.lazy(() => import('./views/email-exchange/spamfilter/Spamfilter')), - "/email/spamfilter/deploy": React.lazy(() => import('./views/email-exchange/spamfilter/DeploySpamfilter')), - "/email/spamfilter/list-templates": React.lazy(() => import('./views/email-exchange/spamfilter/ListSpamfilterTemplates')), - "/resources/management/list-rooms": React.lazy(() => import('./views/email-exchange/rooms/ListRooms')), - "/resources/management/room-lists": React.lazy(() => import('./views/email-exchange/rooms/ListRoomLists')), - "/resources/management/add-room": React.lazy(() => import('./views/email-exchange/rooms/AddRoomMailbox')), - "/email/tools/mailbox-restore-wizard": React.lazy(() => import('./views/email-exchange/tools/MailboxRestoreWizard')), - "/email/tools/mailbox-restores": React.lazy(() => import('./views/email-exchange/tools/MailboxRestores')), - "/email/tools/mail-test": React.lazy(() => import('./views/email-exchange/tools/MailTest')), - "/email/tools/message-viewer": React.lazy(() => import('./views/email-exchange/tools/MessageViewer')), - "/email/spamfilter/add-template": React.lazy(() => import('./views/email-exchange/spamfilter/AddSpamfilterTemplate')), - "/email/administration/edit-mailbox-permissions": React.lazy(() => import('./views/email-exchange/administration/EditMailboxPermissions')), - "/email/administration/add-shared-mailbox": React.lazy(() => import('./views/email-exchange/administration/AddSharedMailbox')), - "/email/administration/add-contact": React.lazy(() => import('./views/email-exchange/administration/AddContact')), - "/email/administration/edit-calendar-permissions": React.lazy(() => import('./views/email-exchange/administration/EditCalendarPermissions')), - "/email/administration/view-mobile-devices": React.lazy(() => import('./views/email-exchange/administration/ViewMobileDevices')), - "/email/administration/edit-contact": React.lazy(() => import('./views/email-exchange/administration/EditContact')), - "/email/administration/mailboxes": React.lazy(() => import('./views/email-exchange/administration/MailboxesList')), - "/email/administration/deleted-mailboxes": React.lazy(() => import('./views/email-exchange/administration/DeletedMailboxes')), - "/email/administration/mailbox-rules": React.lazy(() => import('./views/email-exchange/administration/MailboxRuleList')), - "/email/administration/Quarantine": React.lazy(() => import('./views/email-exchange/administration/QuarantineList')), - "/email/administration/tenant-allow-block-lists": React.lazy(() => import('./views/email-exchange/administration/ListTenantAllowBlockList')), - "/email/administration/add-tenant-allow-block-list": React.lazy(() => import('./views/email-exchange/administration/AddTenantAllowBlockList')), - "/email/reports/mailbox-statistics": React.lazy(() => import('./views/email-exchange/reports/MailboxStatisticsList')), - "/email/reports/SharedMailboxEnabledAccount": React.lazy(() => import('./views/email-exchange/reports/SharedMailboxEnabledAccount')), - "/email/reports/mailbox-cas-settings": React.lazy(() => import('./views/email-exchange/reports/MailboxClientAccessSettingsList')), - "/email/reports/message-trace": React.lazy(() => import('./views/email-exchange/reports/MessageTrace')), - "/cipp/user-settings": React.lazy(() => import('./views/cipp/UserSettings')), - "/email/reports/antiphishing-filters": React.lazy(() => import('./views/email-exchange/reports/AntiPhishingFilters')), - "/email/reports/malware-filters": React.lazy(() => import('./views/email-exchange/reports/MalwareFilters')), - "/email/reports/safelinks-filters": React.lazy(() => import('./views/email-exchange/reports/SafeLinksFilters')), - "/email/reports/safeattachments-filters": React.lazy(() => import('./views/email-exchange/reports/SafeAttachmentsFilters')), - "/security/incidents/list-alerts": React.lazy(() => import('./views/security/incidents/ListAlerts')), - "/security/incidents/list-incidents": React.lazy(() => import('./views/security/incidents/ListIncidents')), - "/security/reports/list-device-compliance": React.lazy(() => import('./views/security/reports/ListDeviceComplianceReport')), - "/license": React.lazy(() => import('./views/pages/license/License')), - "/cipp/settings": React.lazy(() => import('./views/cipp/app-settings/CIPPSettings')), - "/cipp/extensions": React.lazy(() => import('./views/cipp/Extensions')), - "/cipp/extension-sync": React.lazy(() => import('./views/cipp/ExtensionSync')), - "/cipp/setup": React.lazy(() => import('./views/cipp/Setup')), - "/tenant/administration/securescore": React.lazy(() => import('./views/tenant/administration/SecureScore')), - "/tenant/administration/gdap": React.lazy(() => import('./views/tenant/administration/GDAPWizard')), - "/tenant/administration/gdap-invite-wizard": React.lazy(() => import('./views/tenant/administration/GDAPInviteWizard')), - "/tenant/administration/gdap-invites": React.lazy(() => import('./views/tenant/administration/ListGDAPInvites')), - "/tenant/administration/gdap-role-wizard": React.lazy(() => import('./views/tenant/administration/GDAPRoleWizard')), - "/tenant/administration/gdap-roles": React.lazy(() => import('./views/tenant/administration/ListGDAPRoles')), - "/tenant/administration/gdap-relationships": React.lazy(() => import('././views/tenant/administration/ListGDAPRelationships')), - "/tenant/administration/appapproval": React.lazy(() => import('./views/cipp/AppApproval')), - "/tenant/administration/gdap-status": React.lazy(() => import('./views/tenant/administration/ListGDAPQueue')), - "/tenant/standards/list-standards": React.lazy(() => import('./views/tenant/standards/ListStandards')), - "/tenant/administration/tenant-offboarding-wizard": React.lazy(() => import('./views/tenant/administration/TenantOffboardingWizard')), - "/tenant/administration/tenant-onboarding": React.lazy(() => import('./views/tenant/administration/TenantOnboarding')), - "/tenant/administration/tenant-onboarding-wizard": React.lazy(() => import('./views/tenant/administration/TenantOnboardingWizard')), -} -export default importsMap \ No newline at end of file diff --git a/src/index.js b/src/index.js new file mode 100644 index 000000000000..6f78fb85ec69 --- /dev/null +++ b/src/index.js @@ -0,0 +1,17 @@ + +import { Layout as DashboardLayout } from "/src/layouts/index.js"; + +const Page = () => { + const pageTitle = "Dashboard"; + + return ( +
    +

    {pageTitle}

    +

    This is a placeholder page for the dashboard section.

    +
    + ); +}; + +Page.getLayout = (page) => {page}; + +export default Page; diff --git a/src/index.jsx b/src/index.jsx deleted file mode 100644 index 81aee3c89edb..000000000000 --- a/src/index.jsx +++ /dev/null @@ -1,27 +0,0 @@ -import 'react-app-polyfill/stable' -import 'core-js' -import React from 'react' -import { createRoot } from 'react-dom/client' -import App from 'src/App' -import { Provider } from 'react-redux' -import { store, persistor } from 'src/store' -import { PersistGate } from 'redux-persist/integration/react' -import { FullScreenLoading } from 'src/components/utilities' -import { HelmetProvider } from 'react-helmet-async' - -const container = document.getElementById('root') - -const root = createRoot(container) - -root.render( - // @TODO fix issues preventing app from running with StrictMode enabled - // - - } persistor={persistor}> - - - - - , - // , -) diff --git a/src/layout/DefaultLayout.jsx b/src/layout/DefaultLayout.jsx deleted file mode 100644 index 23bbc527b527..000000000000 --- a/src/layout/DefaultLayout.jsx +++ /dev/null @@ -1,110 +0,0 @@ -import React, { useEffect, Suspense, useCallback, useState } from 'react' -import { AppFooter, AppHeader, AppSidebar } from 'src/components/layout' -import { FullScreenLoading, ModalRoot, FastSwitcherModal, Toasts } from 'src/components/utilities' -import { useDispatch, useSelector } from 'react-redux' -import { Outlet, useLocation } from 'react-router-dom' -import { CContainer } from '@coreui/react' -import { toggleSwitcher } from 'src/store/features/switcher' -import { useHotkeys } from 'react-hotkeys-hook' -import { useMediaPredicate } from 'react-media-hook' -import { setRecentPages } from 'src/store/features/app' -import routes from 'src/routes' -import { Helmet } from 'react-helmet-async' - -const DefaultLayout = () => { - const preferredTheme = useMediaPredicate('(prefers-color-scheme: dark)') ? 'impact' : 'cyberdrain' - const themePreference = useSelector((state) => state.app.currentTheme) - const recentPages = useSelector((state) => state.app.recentPages) - const [lastPage, setLastPage] = useState('') - const dispatch = useDispatch() - const location = useLocation() - - const [title, setTitle] = useState('CIPP') - useEffect(() => { - let route = routes.find((route) => route.path.toLowerCase() === location.pathname.toLowerCase()) - if (route?.name) { - //console.log(route) - setTitle(route.name) - } - }, [setTitle, location.pathname]) - - let theme - if (themePreference === 'default') { - theme = preferredTheme - } else { - theme = themePreference - } - useEffect(() => { - document.body.classList = [] - document.body.classList.add(`theme-${theme}`) - document.body.dataset.theme = theme - }) - - useEffect(() => { - if (recentPages[0] !== location.pathname && lastPage !== location.pathname) { - var currentPages = [] - currentPages.push(lastPage) - if (recentPages.length > 0) { - recentPages.forEach((page) => { - if (page !== lastPage) { - currentPages.push(page) - } - }) - } - currentPages = currentPages.slice(0, 10) - if (currentPages.length > 0) { - dispatch(setRecentPages({ recentPages: currentPages })) - } - } - setLastPage(location.pathname) - }, [location.pathname, recentPages, dispatch, lastPage, setLastPage]) - - const handleFastSwitcher = useCallback(() => { - dispatch(toggleSwitcher()) - }, [dispatch]) - - useHotkeys( - 'ctrl+k', - (event) => { - handleFastSwitcher() - event.preventDefault() - }, - { filterPreventDefault: false }, - ) - useHotkeys( - 'cmd+k', - (event) => { - handleFastSwitcher() - event.preventDefault() - }, - { filterPreventDefault: false }, - ) - - return ( - <> - - CIPP - {title} - -
    - - - - - -
    - -
    - - }> - - - -
    - -
    -
    - - ) -} - -export default DefaultLayout diff --git a/src/layouts/HeaderedTabbedLayout.jsx b/src/layouts/HeaderedTabbedLayout.jsx new file mode 100644 index 000000000000..ece1d0659924 --- /dev/null +++ b/src/layouts/HeaderedTabbedLayout.jsx @@ -0,0 +1,152 @@ +import { useCallback } from "react"; +import { usePathname } from "next/navigation"; +import { useRouter } from "next/router"; +import PropTypes from "prop-types"; +import ArrowLeftIcon from "@heroicons/react/24/outline/ArrowLeftIcon"; +import { + Box, + Button, + Container, + Divider, + Skeleton, + Stack, + SvgIcon, + Tab, + Tabs, + Typography, +} from "@mui/material"; +import { ActionsMenu } from "/src/components/actions-menu"; +import { useMediaQuery } from "@mui/material"; + +export const HeaderedTabbedLayout = (props) => { + const { + children, + tabOptions, + title, + subtitle, + actions, + actionsData, + isFetching = false, + backUrl, + } = props; + + const mdDown = useMediaQuery((theme) => theme.breakpoints.down("md")); + const router = useRouter(); + const pathname = usePathname(); + const queryParams = router.query; + const handleTabsChange = useCallback( + (event, value) => { + //if we have query params, we need to append them to the new path + router.push( + { + pathname: value, + query: queryParams, + }, + undefined, + { shallow: true } + ); + }, + [router] + ); + + const currentTab = tabOptions.find((option) => option.path === pathname); + + return ( + + + + + + + + {title} + + {isFetching ? ( + + ) : ( + subtitle && ( + + {subtitle.map((item, index) => + item.component ? ( + {item.component} + ) : ( + + {item.icon} + + {item.text} + + + ) + )} + + ) + )} + + {actions && actions.length > 0 && ( + + )} + +
    + + {tabOptions.map((option) => ( + + ))} + + +
    +
    + + {children} + +
    +
    +
    + ); +}; + +HeaderedTabbedLayout.propTypes = { + children: PropTypes.node, + tabOptions: PropTypes.arrayOf( + PropTypes.shape({ + label: PropTypes.string.isRequired, + path: PropTypes.string.isRequired, + }) + ).isRequired, + title: PropTypes.string.isRequired, + subtitle: PropTypes.arrayOf( + PropTypes.shape({ + icon: PropTypes.node.isRequired, + text: PropTypes.string.isRequired, + }) + ), + actions: PropTypes.arrayOf( + PropTypes.shape({ + label: PropTypes.string.isRequired, + handler: PropTypes.func.isRequired, + }) + ), + isFetching: PropTypes.bool, +}; diff --git a/src/layouts/TabbedLayout.jsx b/src/layouts/TabbedLayout.jsx new file mode 100644 index 000000000000..f92712a89127 --- /dev/null +++ b/src/layouts/TabbedLayout.jsx @@ -0,0 +1,45 @@ +import { usePathname, useRouter } from "next/navigation"; +import { Box, Divider, Stack, Tab, Tabs } from "@mui/material"; + +export const TabbedLayout = (props) => { + const { tabOptions, children } = props; + const router = useRouter(); + const pathname = usePathname(); + + const handleTabsChange = (event, value) => { + router.push(value); + }; + + const currentTab = tabOptions.find((option) => option.path === pathname); + + return ( + + + + + {tabOptions.map((option) => ( + + ))} + + + + {children} + + + ); +}; diff --git a/src/layouts/account-popover.js b/src/layouts/account-popover.js new file mode 100644 index 000000000000..579780b6adc8 --- /dev/null +++ b/src/layouts/account-popover.js @@ -0,0 +1,198 @@ +import { useCallback } from "react"; +import PropTypes from "prop-types"; +import { useRouter } from "next/navigation"; +import toast from "react-hot-toast"; +import ArrowRightOnRectangleIcon from "@heroicons/react/24/outline/ArrowRightOnRectangleIcon"; +import ChevronDownIcon from "@heroicons/react/24/outline/ChevronDownIcon"; +import MoonIcon from "@heroicons/react/24/outline/MoonIcon"; +import SunIcon from "@heroicons/react/24/outline/SunIcon"; +import { + Avatar, + Box, + CircularProgress, + List, + ListItem, + ListItemButton, + ListItemIcon, + ListItemText, + Popover, + Stack, + SvgIcon, + Typography, + useMediaQuery, +} from "@mui/material"; +import { usePopover } from "../hooks/use-popover"; +import { paths } from "../paths"; +import { ApiGetCall } from "../api/ApiCall"; +import { CogIcon, DocumentTextIcon } from "@heroicons/react/24/outline"; +import { useReleaseNotes } from "../contexts/release-notes-context"; +import { useQueryClient } from "@tanstack/react-query"; + +export const AccountPopover = (props) => { + const { + direction = "ltr", + language = "en", + onThemeSwitch, + paletteMode = "light", + ...other + } = props; + const router = useRouter(); + const mdDown = useMediaQuery((theme) => theme.breakpoints.down("md")); + const popover = usePopover(); + const queryClient = useQueryClient(); + const { openReleaseNotes } = useReleaseNotes(); + const orgData = ApiGetCall({ + url: "/api/me", + queryKey: "authmecipp", + }); + + const userDetails = orgData.data?.clientPrincipal?.userDetails; + + // Cache user photo with user-specific key + const userPhoto = ApiGetCall({ + url: "/api/ListUserPhoto", + data: { UserID: userDetails }, + queryKey: `userPhoto-${userDetails}`, + waiting: !!userDetails, + staleTime: Infinity, + responseType: "blob", + convertToDataUrl: true, + }); + + const handleLogout = useCallback(async () => { + try { + popover.handleClose(); + // delete query cache and persisted data + queryClient.clear(); + + router.push("/.auth/logout?post_logout_redirect_uri=" + encodeURIComponent(paths.index)); + } catch (err) { + console.error(err); + console.log(orgData); + toast.error("Something went wrong"); + } + }, [router, popover]); + + const defaultAvatar = ( + + {userDetails?.[0]?.toUpperCase() || ""} + + ); + + return ( + <> + + {defaultAvatar} + <> + {!mdDown && ( + <> + + + {orgData.data?.clientPrincipal?.userDetails?.split("@")?.[1]} + + + {orgData.data?.clientPrincipal?.userDetails ?? "Not logged in"} + + + {orgData.data?.clientPrincipal?.userDetails && ( + <> + {orgData?.isFetching ? ( + + ) : ( + + + + )} + + )} + + )} + + + {orgData.data?.clientPrincipal?.userDetails && ( + + + {mdDown && ( + <> + + + + + + + {paletteMode === "dark" ? : } + + + + + + )} + router.push("/cipp/preferences")}> + + + + + + + + { + popover.handleClose(); + openReleaseNotes(); + }} + > + + + + + + + + + + + + + + + + + + )} + + ); +}; + +AccountPopover.propTypes = { + onThemeSwitch: PropTypes.func, + paletteMode: PropTypes.oneOf(["dark", "light"]), +}; diff --git a/src/layouts/config.js b/src/layouts/config.js new file mode 100644 index 000000000000..8923b99832d1 --- /dev/null +++ b/src/layouts/config.js @@ -0,0 +1,931 @@ +import { BuildingOfficeIcon, HomeIcon, UsersIcon, WrenchIcon } from "@heroicons/react/24/outline"; +import { + CloudOutlined, + HomeRepairService, + Laptop, + MailOutline, + ShieldOutlined, +} from "@mui/icons-material"; +import { SvgIcon } from "@mui/material"; + +export const nativeMenuItems = [ + { + title: "Dashboard", + path: "/", + icon: ( + + + + ), + permissions: ["CIPP.Core.*"], + }, + { + title: "Identity Management", + type: "header", + icon: ( + + + + ), + permissions: ["Identity.*"], + items: [ + { + title: "Administration", + permissions: ["Identity.User.*"], + items: [ + { + title: "Users", + path: "/identity/administration/users", + permissions: ["Identity.User.*"], + }, + { + title: "Risky Users", + path: "/identity/administration/risky-users", + permissions: ["Identity.User.*"], + }, + { + title: "Groups", + path: "/identity/administration/groups", + permissions: ["Identity.Group.*"], + }, + { + title: "Group Templates", + path: "/identity/administration/group-templates", + permissions: ["Identity.Group.*"], + }, + { + title: "Devices", + path: "/identity/administration/devices", + permissions: ["Identity.Device.*"], + }, + { + title: "Deleted Items", + path: "/identity/administration/deleted-items", + permissions: ["Identity.User.*"], + }, + { + title: "Roles", + path: "/identity/administration/roles", + permissions: ["Identity.Role.*"], + }, + { + title: "JIT Admin", + path: "/identity/administration/jit-admin", + permissions: ["Identity.Role.*"], + }, + { + title: "Offboarding Wizard", + path: "/identity/administration/offboarding-wizard", + permissions: ["Identity.User.*"], + }, + ], + }, + { + title: "Reports", + permissions: [ + "Identity.User.*", + "Identity.Group.*", + "Identity.Device.*", + "Identity.Role.*", + "Identity.AuditLog.*", + ], + items: [ + { + title: "MFA Report", + path: "/identity/reports/mfa-report", + permissions: ["Identity.User.*"], + }, + { + title: "Inactive Users", + path: "/identity/reports/inactive-users-report", + permissions: ["Identity.User.*"], + }, + { + title: "Sign-in Report", + path: "/identity/reports/signin-report", + permissions: ["Identity.User.*"], + }, + { + title: "AAD Connect Report", + path: "/identity/reports/azure-ad-connect-report", + permissions: ["Identity.User.*"], + }, + { + title: "Risk Detections", + path: "/identity/reports/risk-detections", + permissions: ["Identity.User.*"], + }, + ], + }, + ], + }, + { + title: "Tenant Administration", + type: "header", + icon: ( + + + + ), + permissions: ["Tenant.*", "Identity.AuditLog.*", "CIPP.Backup.*", "Scheduler.Billing.*"], + items: [ + { + title: "Administration", + permissions: ["Tenant.Administration.*"], + items: [ + { + title: "Tenants", + path: "/tenant/administration/tenants", + permissions: ["Tenant.Administration.*"], + }, + { + title: "Alert Configuration", + path: "/tenant/administration/alert-configuration", + permissions: ["Tenant.Alert.*"], + }, + { + title: "Audit Logs", + path: "/tenant/administration/audit-logs", + permissions: ["Identity.AuditLog.*"], + }, + { + title: "Applications", + path: "/tenant/administration/applications/enterprise-apps", + permissions: ["Tenant.Application.*"], + }, + { + title: "Secure Score", + path: "/tenant/administration/securescore", + permissions: ["Tenant.Administration.*"], + }, + { + title: "App Consent Requests", + path: "/tenant/administration/app-consent-requests", + permissions: ["Tenant.Application.*"], + }, + { + title: "Authentication Methods", + path: "/tenant/administration/authentication-methods", + permissions: ["Tenant.Config.*"], + }, + { + title: "Partner Relationships", + path: "/tenant/administration/partner-relationships", + permissions: ["Tenant.Relationship.*"], + }, + { + title: "Domains", + path: "/tenant/administration/domains", + permissions: ["Tenant.Administration.*"], + }, + ], + }, + { + title: "GDAP Management", + path: "/tenant/gdap-management", + permissions: ["Tenant.Relationship.*"], + }, + { + title: "Standards & Drift", + permissions: [ + "Tenant.Standards.*", + "Tenant.BestPracticeAnalyser.*", + "Tenant.DomainAnalyser.*", + ], + items: [ + { + title: "Standards Management", + path: "/tenant/standards/alignment", + permissions: ["Tenant.Standards.*"], + }, + { + title: "Best Practice Analyser", + path: "/tenant/standards/bpa-report", + permissions: ["Tenant.BestPracticeAnalyser.*"], + }, + { + title: "Domains Analyser", + path: "/tenant/standards/domains-analyser", + permissions: ["Tenant.DomainAnalyser.*"], + }, + ], + }, + { + title: "Conditional Access", + permissions: ["Tenant.ConditionalAccess.*"], + items: [ + { + title: "CA Policies", + path: "/tenant/conditional/list-policies", + permissions: ["Tenant.ConditionalAccess.*"], + }, + { + title: "CA Vacation Mode", + path: "/tenant/conditional/deploy-vacation", + permissions: ["Tenant.ConditionalAccess.*"], + }, + { + title: "CA Templates", + path: "/tenant/conditional/list-template", + permissions: ["Tenant.ConditionalAccess.*"], + }, + { + title: "Named Locations", + path: "/tenant/conditional/list-named-locations", + permissions: ["Tenant.ConditionalAccess.*"], + }, + ], + }, + { + title: "Reports", + permissions: ["Tenant.Administration.*", "Scheduler.Billing.*", "Tenant.Application.*"], + items: [ + { + title: "Licence Report", + path: "/tenant/reports/list-licenses", + permissions: ["Tenant.Administration.*"], + }, + { + title: "Sherweb Licence Report", + path: "/tenant/reports/list-csp-licenses", + permissions: ["Tenant.Directory.*"], + }, + { + title: "Consented Applications", + path: "/tenant/reports/application-consent", + permissions: ["Tenant.Application.*"], + }, + ], + }, + { + title: "Manage Tenant", + path: "/tenant/manage/edit", + permissions: ["Tenant.Administration.*"], + }, + ], + }, + { + title: "Security & Compliance", + type: "header", + icon: ( + + + + ), + permissions: [ + "Security.Incident.*", + "Security.Alert.*", + "Tenant.DeviceCompliance.*", + "Security.SafeLinksPolicy.*", + ], + items: [ + { + title: "Incidents & Alerts", + permissions: ["Security.Incident.*"], + items: [ + { + title: "Incidents", + path: "/security/incidents/list-incidents", + permissions: ["Security.Incident.*"], + }, + { + title: "Alerts", + path: "/security/incidents/list-alerts", + permissions: ["Security.Alert.*"], + }, + { + title: "MDO Alerts", + path: "/security/incidents/list-mdo-alerts", + permissions: ["Security.Alert.*"], + }, + { + title: "Check Alerts", + path: "/security/incidents/list-check-alerts", + permissions: ["Security.Alert.*"], + }, + ], + }, + { + title: "Defender", + permissions: ["Security.Alert.*"], + items: [ + { + title: "Defender Status", + path: "/security/defender/list-defender", + permissions: ["Security.Alert.*"], + }, + { + title: "Defender Deployment", + path: "/security/defender/deployment", + permissions: ["Security.Alert.*"], + }, + { + title: "Vulnerabilities", + path: "/security/defender/list-defender-tvm", + permissions: ["Security.Alert.*"], + }, + ], + }, + { + title: "Reports", + permissions: ["Tenant.DeviceCompliance.*"], + items: [ + { + title: "Device Compliance", + path: "/security/reports/list-device-compliance", + permissions: ["Tenant.DeviceCompliance.*"], + }, + ], + }, + { + title: "Safe Links", + permissions: ["Security.SafeLinksPolicy.*"], + items: [ + { + title: "Safe Links Policies", + path: "/security/safelinks/safelinks", + permissions: ["Security.SafeLinksPolicy.*"], + }, + { + title: "Safe Links Templates", + path: "/security/safelinks/safelinks-template", + permissions: ["Security.SafeLinksPolicy.*"], + }, + ], + }, + ], + }, + { + title: "Intune", + type: "header", + icon: ( + + + + ), + permissions: [ + "Endpoint.Application.*", + "Endpoint.Autopilot.*", + "Endpoint.MEM.*", + "Endpoint.Device.*", + "Endpoint.Device.Read", + ], + items: [ + { + title: "Applications", + permissions: ["Endpoint.Application.*"], + items: [ + { + title: "Applications", + path: "/endpoint/applications/list", + permissions: ["Endpoint.Application.*"], + }, + { + title: "Application Queue", + path: "/endpoint/applications/queue", + permissions: ["Endpoint.Application.*"], + }, + ], + }, + { + title: "Autopilot", + permissions: ["Endpoint.Autopilot.*"], + items: [ + { + title: "Autopilot Devices", + path: "/endpoint/autopilot/list-devices", + permissions: ["Endpoint.Autopilot.*"], + }, + { + title: "Add Autopilot Device", + path: "/endpoint/autopilot/add-device", + permissions: ["Endpoint.Autopilot.*"], + }, + { + title: "Profiles", + path: "/endpoint/autopilot/list-profiles", + permissions: ["Endpoint.Autopilot.*"], + }, + { + title: "Status Pages", + path: "/endpoint/autopilot/list-status-pages", + permissions: ["Endpoint.Autopilot.*"], + }, + ], + }, + { + title: "Device Management", + permissions: ["Endpoint.MEM.*"], + items: [ + { + title: "Devices", + path: "/endpoint/MEM/devices", + permissions: ["Endpoint.Device.*"], + }, + { + title: "Configuration Policies", + path: "/endpoint/MEM/list-policies", + permissions: ["Endpoint.MEM.*"], + }, + { + title: "Compliance Policies", + path: "/endpoint/MEM/list-compliance-policies", + permissions: ["Endpoint.MEM.*"], + }, + { + title: "App Policies", + path: "/endpoint/MEM/list-appprotection-policies", + permissions: ["Endpoint.MEM.*"], + }, + { + title: "Policy Templates", + path: "/endpoint/MEM/list-templates", + permissions: ["Endpoint.MEM.*"], + }, + { + title: "Assignment Filters", + path: "/endpoint/MEM/assignment-filters", + permissions: ["Endpoint.MEM.*"], + }, + { + title: "Assignment Filter Templates", + path: "/endpoint/MEM/assignment-filter-templates", + permissions: ["Endpoint.MEM.*"], + }, + { + title: "Scripts", + path: "/endpoint/MEM/list-scripts", + permissions: ["Endpoint.MEM.*"], + }, + ], + }, + { + title: "Reports", + permissions: ["Endpoint.Device.*", "Endpoint.Autopilot.*", "Endpoint.MEM.*"], + items: [ + { + title: "Analytics Device Score", + path: "/endpoint/reports/analyticsdevicescore", + permissions: ["Endpoint.Device.*"], + }, + { + title: "Work from anywhere", + path: "/endpoint/reports/workfromanywhere", + permissions: ["Endpoint.Device.*"], + }, + { + title: "Autopilot Deployments", + path: "/endpoint/reports/autopilot-deployment", + permissions: ["Endpoint.Autopilot.*"], + }, + { + title: "Discovered Apps", + path: "/endpoint/reports/detected-apps", + permissions: ["Endpoint.MEM.*"], + }, + ], + }, + ], + }, + { + title: "Teams & SharePoint", + type: "header", + icon: ( + + + + ), + permissions: [ + "Sharepoint.Site.*", + "Sharepoint.Admin.*", + "Teams.Group.*", + "Teams.Activity.*", + "Teams.Voice.*", + ], + items: [ + { + title: "OneDrive", + path: "/teams-share/onedrive", + permissions: ["Sharepoint.Site.*"], + }, + { + title: "SharePoint", + path: "/teams-share/sharepoint", + permissions: ["Sharepoint.Admin.*"], + }, + { + title: "Teams", + permissions: ["Teams.Group.*"], + items: [ + { + title: "Teams", + path: "/teams-share/teams/list-team", + permissions: ["Teams.Group.*"], + }, + { + title: "Teams Activity", + path: "/teams-share/teams/teams-activity", + permissions: ["Teams.Activity.*"], + }, + { + title: "Business Voice", + path: "/teams-share/teams/business-voice", + permissions: ["Teams.Voice.*"], + }, + ], + }, + ], + }, + { + title: "Email & Exchange", + type: "header", + icon: ( + + + + ), + permissions: [ + "Exchange.Mailbox.*", + "Exchange.Contact.*", + "Exchange.SpamFilter.*", + "Exchange.TransportRule.*", + "Exchange.Connector.*", + "Exchange.ConnectionFilter.*", + "Exchange.Equipment.*", + "Exchange.Room.*", + "Exchange.SafeLinks.*", + "Exchange.Group.*", + "Exchange.RetentionPolicies.*", + ], + items: [ + { + title: "Administration", + permissions: ["Exchange.Mailbox.*"], + items: [ + { + title: "Mailboxes", + path: "/email/administration/mailboxes", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Deleted Mailboxes", + path: "/email/administration/deleted-mailboxes", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Mailbox Rules", + path: "/email/administration/mailbox-rules", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Contacts", + path: "/email/administration/contacts", + permissions: ["Exchange.Contact.*"], + }, + { + title: "Contact Templates", + path: "/email/administration/contacts-template", + permissions: ["Exchange.Contact.*"], + }, + { + title: "Quarantine", + path: "/email/administration/quarantine", + permissions: ["Exchange.SpamFilter.*"], + }, + { + title: "Restricted Users", + path: "/email/administration/restricted-users", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Tenant Allow/Block Lists", + path: "/email/administration/tenant-allow-block-lists", + permissions: ["Exchange.SpamFilter.*"], + }, + { + title: "Retention Policies & Tags", + path: "/email/administration/exchange-retention/policies", + permissions: ["Exchange.RetentionPolicies.*"], + }, + ], + }, + { + title: "Transport", + permissions: ["Exchange.TransportRule.*"], + items: [ + { + title: "Transport rules", + path: "/email/transport/list-rules", + permissions: ["Exchange.TransportRule.*"], + }, + { + title: "Transport Templates", + path: "/email/transport/list-templates", + permissions: ["Exchange.TransportRule.*"], + }, + { + title: "Connectors", + path: "/email/transport/list-connectors", + permissions: ["Exchange.Connector.*"], + }, + { + title: "Connector Templates", + path: "/email/transport/list-connector-templates", + permissions: ["Exchange.Connector.*"], + }, + ], + }, + { + title: "Spamfilter", + permissions: ["Exchange.SpamFilter.*"], + items: [ + { + title: "Spamfilter", + path: "/email/spamfilter/list-spamfilter", + permissions: ["Exchange.SpamFilter.*"], + }, + { + title: "Spamfilter templates", + path: "/email/spamfilter/list-templates", + permissions: ["Exchange.SpamFilter.*"], + }, + { + title: "Connection filter", + path: "/email/spamfilter/list-connectionfilter", + permissions: ["Exchange.ConnectionFilter.*"], + }, + { + title: "Connection filter templates", + path: "/email/spamfilter/list-connectionfilter-templates", + permissions: ["Exchange.ConnectionFilter.*"], + }, + { + title: "Quarantine Policies", + path: "/email/spamfilter/list-quarantine-policies", + permissions: ["Exchange.SpamFilter.*"], + }, + ], + }, + { + title: "Resource Management", + permissions: ["Exchange.Equipment.*"], + items: [ + { + title: "Equipment", + path: "/email/resources/management/equipment", + permissions: ["Exchange.Equipment.*"], + }, + { + title: "Rooms", + path: "/email/resources/management/list-rooms", + permissions: ["Exchange.Room.*"], + }, + { + title: "Room Lists", + path: "/email/resources/management/room-lists", + permissions: ["Exchange.Room.*"], + }, + ], + }, + { + title: "Reports", + permissions: [ + "Exchange.Mailbox.*", + "Exchange.SpamFilter.*", + "Exchange.SafeLinks.*", + "Exchange.Group.*", + ], + items: [ + { + title: "Mailbox Statistics", + path: "/email/reports/mailbox-statistics", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Mailbox Activity", + path: "/email/reports/mailbox-activity", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Mailbox Client Access Settings", + path: "/email/reports/mailbox-cas-settings", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Anti-Phishing Filters", + path: "/email/reports/antiphishing-filters", + permissions: ["Exchange.SpamFilter.*"], + }, + { + title: "Malware Filters", + path: "/email/reports/malware-filters", + permissions: ["Exchange.SpamFilter.*"], + }, + { + title: "Safe Attachments Filters", + path: "/email/reports/safeattachments-filters", + permissions: ["Exchange.SafeLinks.*"], + }, + { + title: "Shared Mailbox with Enabled Account", + path: "/email/reports/SharedMailboxEnabledAccount", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Global Address List", + path: "/email/reports/global-address-list", + permissions: ["Exchange.Group.*"], + }, + ], + }, + ], + }, + { + title: "Tools", + type: "header", + icon: ( + + + + ), + permissions: [ + "CIPP.*", + "Tenant.Administration.*", + "Tenant.Application.*", + "Tenant.DomainAnalyser.*", + "Exchange.Mailbox.*", + "CIPP.Scheduler.*", + ], + items: [ + { + title: "Tenant Tools", + permissions: ["Tenant.Administration.*"], + items: [ + { + title: "Graph Explorer", + path: "/tenant/tools/graph-explorer", + permissions: ["Tenant.Administration.*"], + }, + { + title: "Application Approval", + path: "/tenant/tools/appapproval", + permissions: ["Tenant.Application.*"], + }, + { + title: "Tenant Lookup", + path: "/tenant/tools/tenantlookup", + permissions: ["Tenant.Administration.*"], + }, + + { + title: "IP Database", + path: "/tenant/tools/geoiplookup", + permissions: ["CIPP.Core.*"], + }, + + { + title: "Individual Domain Check", + path: "/tenant/tools/individual-domains", + permissions: ["Tenant.DomainAnalyser.*"], + }, + ], + }, + { + title: "Email Tools", + permissions: ["Exchange.Mailbox.*"], + items: [ + { + title: "Message Trace", + path: "/email/tools/message-trace", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Mailbox Restores", + path: "/email/tools/mailbox-restores", + permissions: ["Exchange.Mailbox.*"], + }, + { + title: "Message Viewer", + path: "/email/tools/message-viewer", + permissions: ["Exchange.Mailbox.*"], + }, + ], + }, + { + title: "Dark Web Tools", + permissions: ["CIPP.Core.*"], + items: [ + { + title: "Tenant Breach Lookup", + path: "/tools/tenantbreachlookup", + permissions: ["CIPP.Core.*"], + }, + { + title: "Breach Lookup", + path: "/tools/breachlookup", + permissions: ["CIPP.Core.*"], + }, + ], + }, + { + title: "Template Library", + path: "/tools/templatelib", + roles: ["editor", "admin", "superadmin"], + permissions: ["CIPP.Core.*"], + }, + { + title: "Community Repositories", + path: "/tools/community-repos", + roles: ["editor", "admin", "superadmin"], + permissions: ["CIPP.Core.*"], + }, + { + title: "Scheduler", + path: "/cipp/scheduler", + roles: ["editor", "admin", "superadmin"], + permissions: ["CIPP.Scheduler.*"], + }, + ], + }, + { + title: "CIPP", + type: "header", + icon: ( + + + + ), + permissions: [ + "CIPP.*", // Pattern matching - matches any CIPP permission + ], + items: [ + { + title: "Application Settings", + path: "/cipp/settings", + roles: ["admin", "superadmin"], + permissions: ["CIPP.AppSettings.*"], + }, + { + title: "Logbook", + path: "/cipp/logs", + roles: ["editor", "admin", "superadmin"], + permissions: ["CIPP.Core.*"], + }, + { + title: "Setup Wizard", + path: "/onboardingv2", + roles: ["admin", "superadmin"], + permissions: ["CIPP.Core.*"], + }, + { + title: "Integrations", + path: "/cipp/integrations", + roles: ["admin", "superadmin"], + permissions: ["CIPP.Extension.*"], + }, + { + title: "Custom Data", + path: "/cipp/custom-data/directory-extensions", + roles: ["admin", "superadmin"], + permissions: ["CIPP.Core.*"], + }, + { + title: "Advanced", + roles: ["superadmin"], + permissions: ["CIPP.SuperAdmin.*"], + items: [ + { + title: "Super Admin", + path: "/cipp/super-admin/tenant-mode", + roles: ["superadmin"], + permissions: ["CIPP.SuperAdmin.*"], + }, + { + title: "Exchange Cmdlets", + path: "/cipp/advanced/exchange-cmdlets", + roles: ["superadmin"], + permissions: ["CIPP.SuperAdmin.*"], + }, + { + title: "Timers", + path: "/cipp/advanced/timers", + roles: ["superadmin"], + permissions: ["CIPP.SuperAdmin.*"], + }, + { + title: "Table Maintenance", + path: "/cipp/advanced/table-maintenance", + roles: ["superadmin"], + permissions: ["CIPP.SuperAdmin.*"], + }, + { + title: "Diagnostics", + path: "/cipp/advanced/diagnostics", + roles: ["superadmin"], + permissions: ["CIPP.SuperAdmin.*"], + }, + ], + }, + ], + }, +]; diff --git a/src/layouts/footer.js b/src/layouts/footer.js new file mode 100644 index 000000000000..d6bd01193b56 --- /dev/null +++ b/src/layouts/footer.js @@ -0,0 +1,34 @@ +import { Container } from "@mui/material"; + +export const Footer = () => { + + //randomize the order of the sponsor images + + return ( +
    + +
    + ); +}; diff --git a/src/layouts/index.js b/src/layouts/index.js new file mode 100644 index 000000000000..92774c200e4d --- /dev/null +++ b/src/layouts/index.js @@ -0,0 +1,349 @@ +import { useCallback, useEffect, useState, useRef } from "react"; +import { usePathname } from "next/navigation"; +import { + Alert, + Button, + Dialog, + Divider, + DialogContent, + DialogTitle, + useMediaQuery, +} from "@mui/material"; +import { Stack } from "@mui/system"; +import { styled } from "@mui/material/styles"; +import { useSettings } from "../hooks/use-settings"; +import { Footer } from "./footer"; +import { MobileNav } from "./mobile-nav"; +import { SideNav } from "./side-nav"; +import { TopNav } from "./top-nav"; +import { ApiGetCall } from "../api/ApiCall"; +import { useDispatch } from "react-redux"; +import { showToast } from "../store/toasts"; +import { Box, Container, Grid } from "@mui/system"; +import { CippImageCard } from "../components/CippCards/CippImageCard"; +import Page from "../pages/onboardingv2"; +import { useDialog } from "../hooks/use-dialog"; +import { nativeMenuItems } from "/src/layouts/config"; +import { CippBreadcrumbNav } from "../components/CippComponents/CippBreadcrumbNav"; + +const SIDE_NAV_WIDTH = 270; +const SIDE_NAV_PINNED_WIDTH = 50; +const TOP_NAV_HEIGHT = 50; + +const useMobileNav = () => { + const pathname = usePathname(); + const [open, setOpen] = useState(false); + + const handlePathnameChange = useCallback(() => { + if (open) { + setOpen(false); + } + }, [open]); + + useEffect(() => { + handlePathnameChange(); + }, [pathname]); + + const handleOpen = useCallback(() => { + setOpen(true); + }, []); + + const handleClose = useCallback(() => { + setOpen(false); + }, []); + + return { + handleClose, + handleOpen, + open, + }; +}; + +const LayoutRoot = styled("div")(({ theme }) => ({ + backgroundColor: theme.palette.background.default, + display: "flex", + flex: "1 1 auto", + maxWidth: "100%", + paddingTop: TOP_NAV_HEIGHT, + [theme.breakpoints.up("lg")]: { + paddingLeft: SIDE_NAV_WIDTH, + }, +})); + +const LayoutContainer = styled("div")({ + display: "flex", + flex: "1 1 auto", + flexDirection: "column", + width: "100%", +}); + +export const Layout = (props) => { + const { children, allTenantsSupport = true } = props; + const mdDown = useMediaQuery((theme) => theme.breakpoints.down("md")); + const settings = useSettings(); + const mobileNav = useMobileNav(); + const [userSettingsComplete, setUserSettingsComplete] = useState(false); + const [fetchingVisible, setFetchingVisible] = useState([]); + const [menuItems, setMenuItems] = useState(nativeMenuItems); + const lastUserSettingsUpdate = useRef(null); + const currentTenant = settings?.currentTenant; + const [hideSidebar, setHideSidebar] = useState(false); + + const swaStatus = ApiGetCall({ + url: "/.auth/me", + queryKey: "authmeswa", + staleTime: 120000, + refetchOnWindowFocus: true, + }); + + const currentRole = ApiGetCall({ + url: "/api/me", + queryKey: "authmecipp", + waiting: !swaStatus.isSuccess || swaStatus.data?.clientPrincipal === null, + }); + + useEffect(() => { + if (currentRole.isSuccess && !currentRole.isFetching) { + const userRoles = currentRole.data?.clientPrincipal?.userRoles; + const userPermissions = currentRole.data?.permissions; + if (!userRoles) { + setMenuItems([]); + setHideSidebar(true); + return; + } + const filterItemsByRole = (items) => { + return items + .map((item) => { + // Check permission with pattern matching support + if (item.permissions && item.permissions.length > 0) { + const hasPermission = userPermissions?.some((userPerm) => { + return item.permissions.some((requiredPerm) => { + // Exact match + if (userPerm === requiredPerm) { + return true; + } + + // Pattern matching - check if required permission contains wildcards + if (requiredPerm.includes("*")) { + // Convert wildcard pattern to regex + const regexPattern = requiredPerm + .replace(/\./g, "\\.") // Escape dots + .replace(/\*/g, ".*"); // Convert * to .* + const regex = new RegExp(`^${regexPattern}$`); + return regex.test(userPerm); + } + + return false; + }); + }); + if (!hasPermission) { + return null; + } + } else { + return null; + } + // check sub-items + if (item.items && item.items.length > 0) { + const filteredSubItems = filterItemsByRole(item.items).filter(Boolean); + return { ...item, items: filteredSubItems }; + } + + return item; + }) + .filter(Boolean); + }; + const filteredMenu = filterItemsByRole(nativeMenuItems); + setMenuItems(filteredMenu); + } else if ( + swaStatus.isLoading || + swaStatus.data?.clientPrincipal === null || + swaStatus.data === undefined || + currentRole.isLoading + ) { + setHideSidebar(true); + } + }, [ + currentRole.isSuccess, + swaStatus.data, + swaStatus.isLoading, + currentRole.data?.clientPrincipal?.userRoles, + currentRole.data?.permissions, + currentRole.isFetching, + ]); + + const handleNavPin = useCallback(() => { + settings.handleUpdate({ + pinNav: !settings.pinNav, + }); + }, [settings]); + + const offset = settings.pinNav ? SIDE_NAV_WIDTH : SIDE_NAV_PINNED_WIDTH; + + const userSettingsAPI = ApiGetCall({ + url: "/api/ListUserSettings", + queryKey: "userSettings", + }); + + useEffect(() => { + if (userSettingsAPI.isSuccess && !userSettingsAPI.isFetching) { + // Only update if the data has actually changed (using dataUpdatedAt as a proxy) + const dataUpdatedAt = userSettingsAPI.dataUpdatedAt; + if (dataUpdatedAt && dataUpdatedAt !== lastUserSettingsUpdate.current) { + //if userSettingsAPI.data contains offboardingDefaults.user, delete that specific key. + if (userSettingsAPI.data.offboardingDefaults?.user) { + delete userSettingsAPI.data.offboardingDefaults.user; + } + if (userSettingsAPI.data.offboardingDefaults?.keepCopy) { + delete userSettingsAPI.data.offboardingDefaults.keepCopy; + } + if (userSettingsAPI?.data?.currentTheme) { + delete userSettingsAPI.data.currentTheme; + } + // get current devtools settings + var showDevtools = settings.showDevtools; + // get current bookmarks + var bookmarks = settings.bookmarks; + + settings.handleUpdate({ + ...userSettingsAPI.data, + bookmarks, + showDevtools, + }); + + // Track this update and set completion status + lastUserSettingsUpdate.current = dataUpdatedAt; + setUserSettingsComplete(true); + } + } + }, [ + userSettingsAPI.isSuccess, + userSettingsAPI.data, + userSettingsAPI.isFetching, + userSettingsAPI.dataUpdatedAt, + ]); + + const version = ApiGetCall({ + url: "/version.json", + queryKey: "LocalVersion", + }); + + const alertsAPI = ApiGetCall({ + url: `/api/GetCippAlerts?localversion=${version?.data?.version}`, + queryKey: "alertsDashboard", + waiting: false, + refetchOnMount: false, + refetchOnReconnect: false, + keepPreviousData: true, + }); + + useEffect(() => { + if (!hideSidebar && version.isFetched && !alertsAPI.isFetched) { + alertsAPI.waiting = true; + alertsAPI.refetch(); + } + }, [version, alertsAPI, hideSidebar]); + + useEffect(() => { + if (alertsAPI.isSuccess && !alertsAPI.isFetching) { + setFetchingVisible(new Array(alertsAPI.data.length).fill(true)); + } + }, [alertsAPI.isSuccess, alertsAPI.data, alertsAPI.isFetching]); + const [setupCompleted, setSetupCompleted] = useState(true); + const createDialog = useDialog(); + const dispatch = useDispatch(); + useEffect(() => { + if (alertsAPI.isSuccess && !alertsAPI.isFetching) { + if (alertsAPI.data.length > 0) { + alertsAPI.data.forEach((alert) => { + dispatch( + showToast({ + message: alert.Alert, + title: alert.title, + toastError: alert, + }) + ); + }); + } + } + if (alertsAPI.isSuccess && !alertsAPI.isFetching) { + if (alertsAPI.data.length > 0) { + const setupCompleted = alertsAPI.data.find((alert) => alert.setupCompleted === false); + if (setupCompleted) { + setSetupCompleted(false); + } + } + } + }, [alertsAPI.isSuccess]); + + return ( + <> + {hideSidebar === false && ( + <> + + {mdDown && ( + + )} + {!mdDown && } + + )} + + + + Setup Wizard + + + + + {!setupCompleted && ( + + + + Setup has not been completed. + + + + + )} + {(currentTenant === "AllTenants" || !currentTenant) && !allTenantsSupport ? ( + + + + + + + + + + + ) : ( + + + + + + {children} + + )} +